#pv-cookie-dialog {
  font-family: sans-serif;
  letter-spacing: 0
}

#pv-cookie-dialog {
  background: rgba(0, 0, 0, .35);
  position: fixed;
  bottom: 0;
  font-size: 14px !important;
  line-height: 1.25 !important;
  padding: 10px;
  width: 100%;
  z-index: 90086;
  overflow: auto;
  top: 0
}

#pv-cookie-dialog .cookie-dialog-content {
  max-width: 800px;
  margin: auto;
  background: #fff;
  padding: 5px 40px 20px;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, .2);
  border-radius: 10px;
  margin-top: 100px;
  margin-bottom: 100px
}

#pv-cookie-dialog a {
  color: #000;
  text-decoration: underline
}

#pv-cookie-dialog p {
  margin-top: 8px
}

#pv-cookie-dialog a:hover,
#pv-cookie-dialog a:focus {
  color: #2062a1
}

#pv-cookie-dialog .cookie-dialog-content .cookie-dialog-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  padding-top: 15px;
  padding-bottom: 5px
}

#pv-cookie-dialog .cookie-dialog-content .cookie-dialog-form .cookie-dialog-buttons {
  flex-grow: 1;
  text-align: right;
  margin-top: -5px
}

#pv-cookie-dialog .cookie-dialog-content .cookie-dialog-form .cookie-select {
  height: 26px;
  line-height: 18px;
  display: inline-block;
  margin-right: 10px;
  white-space: nowrap
}

#pv-cookie-dialog .cookie-dialog-content .cookie-dialog-form .cookie-select .h4 {
  margin-bottom: 0
}

#pv-cookie-dialog .cookie-dialog-content .cookie-dialog-form .cookie-select label {
  margin-bottom: 0;
  cursor: pointer;
  font-size: 14px
}

#pv-cookie-dialog .cookie-dialog-content .cookie-dialog-form .cookie-select p,
#pv-cookie-dialog .cookie-dialog-content .cookie-dialog-form p.cookie-select {
  margin-top: 5px;
  line-height: 20px
}

#pv-cookie-dialog .cookie-dialog-content .cookie-dialog-form .cookie-select input {
  vertical-align: middle;
  margin: 0;
  cursor: pointer
}

#pv-cookie-dialog .cookie-dialog-content .cookie-dialog-form .cookie-type-checkbox {
  display: none !important
}

#pv-cookie-dialog .cookie-dialog-content .cookie-dialog-form .cookie-type-checkbox+.cookie-type-label:before {
  display: block;
  margin: 0 5px 0 0;
  width: 18px;
  height: 18px;
  content: "";
  float: left;
  border-radius: 5px;
  border: 2px solid #2062a1;
  background-color: #fff;
  cursor: pointer
}

#pv-cookie-dialog .cookie-dialog-content .cookie-dialog-form .cookie-type-checkbox:checked+.cookie-type-label:before {
  box-shadow: inset 0 0 0 3px #fff;
  background-color: #2062a1
}

#pv-cookie-dialog .cookie-dialog-content .cookie-dialog-form .cookie-type-checkbox:disabled+.cookie-type-label:before {
  box-shadow: inset 0 0 0 3px #fff;
  border-color: #98bbd0;
  background-color: #98bbd0;
  cursor: default
}

#pv-cookie-dialog .cookie-type {
  margin: 0 0 10px;
  padding: 10px;
  border-radius: 5px;
  background-color: #f6f6f6
}

#pv-cookie-dialog .cookie-dialog-type-description .cookie-type p {
  margin-bottom: 5px
}

#pv-cookie-dialog button,
#pv-cookie-dialog .button {
  border: 0;
  padding: 1px 25px !important;
  border-radius: 4px;
  min-height: 30px;
  line-height: 30px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid #ddd !important;
  font-size: 14px;
  text-transform: none;
  margin-top: 10px
}

#pv-cookie-dialog .button.cookie-more {
  background-color: #ddd;
  color: #212529
}

#pv-cookie-dialog button.cookie-submit,
#pv-cookie-dialog button.cookie-submit-all,
#pv-cookie-dialog button.cookie-submit-deny {
  background-color: #2062a1;
  border-color: #2062a1 !important;
  color: #fff;
  margin-top: 10px
}

#pv-cookie-dialog .cookie-dialog {
  padding-bottom: 10px
}

#pv-cookie-dialog .cookie-dialog-type-description {
  display: none;
  padding-bottom: 10px
}

#pv-cookie-dialog .cookie-dialog-type-description p {
  margin: 0 0 10px
}

#pv-cookie-dialog .h2 {
  margin-bottom: 16px;
  font-size: 18px;
  margin-top: 14px;
  font-weight: 700;
  text-align: center;
  padding: 0
}

#pv-cookie-dialog .cookie-dialog-type-description .h4,
#pv-cookie-dialog .cookie-dialog-type-description .h3 {
  margin: 0;
  margin-bottom: 4px;
  font-size: 14px
}

#pv-cookie-dialog .cookie-dialog-type-description .h3 {
  margin-bottom: 10px;
  margin-top: 5px
}

#pv-cookie-dialog .cookie-dialog-footer {
  color: #888;
  font-size: 12px
}

#pv-cookie-dialog .cookie-dialog-footer a {
  color: #888
}

#pv-cookie-dialog h2 {
  margin-bottom: 10px;
  margin-top: 15px;
  font-size: 18px
}

#pv-cookie-dialog .cookie-dialog-footer p {
  margin-top: 0;
  margin-bottom: 2px
}

#pv-cookie-dialog .scrollable-logo {
  max-height: 86px;
  display: block;
  margin: auto;
  margin-top: 18px
}

@media(max-width:768px) {
  #pv-cookie-dialog .cookie-dialog-content .scrollable {
    max-height: 300px;
    overflow: auto;
    max-height: calc(100% - 100px);
    padding-bottom: 40px
  }

  #pv-cookie-dialog {
    padding: 0
  }

  #pv-cookie-dialog .cookie-dialog-content {
    padding: 10px 10px 20px;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: fixed;
    top: 150px;
    bottom: -10px;
    margin: 0
  }

  #pv-cookie-dialog .cookie-dialog-content .cookie-dialog-form {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 20px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff
  }

  #pv-cookie-dialog button.cookie-submit,
  #pv-cookie-dialog button.cookie-submit-all,
  #pv-cookie-dialog button.cookie-submit-deny {
    display: block;
    width: 100%;
    margin-top: 5px;
    min-height: 26px;
    line-height: 26px
  }

  #pv-cookie-dialog .cookie-dialog-content .cookie-dialog-form .cookie-dialog {
    padding-top: 5px;
    padding-bottom: 10px
  }

  #pv-cookie-dialog .h2 {
    margin-bottom: 14px;
    margin-top: 14px
  }

  #pv-cookie-dialog .cookie-dialog-content .scrollable {
    max-height: 300px;
    overflow: auto;
    max-height: calc(100% - 160px)
  }

  #pv-cookie-dialog .cookie-dialog-content .cookie-dialog-form .cookie-dialog-buttons {
    text-align: center
  }

  #pv-cookie-dialog .cookie-dialog-content .cookie-dialog-form .cookie-dialog {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px
  }

  #pv-cookie-dialog .scrollable-logo {
    max-height: 86px;
    display: block;
    margin: auto;
    margin-top: 0
  }
}

@media(max-width:439px) {
  #pv-cookie-dialog .cookie-dialog-content .scrollable {
    max-height: 300px;
    overflow: auto;
    max-height: calc(100% - 160px)
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
ut-stroke-1,
ut-stroke-2,
ut-letter,
ut-typewriter-1,
ut-typewriter-2,
ut-underline {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

body {
  line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block
}

ol,
ul {
  list-style: none
}

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

caption,
th,
td {
  font-weight: 400;
  text-align: left
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""
}

blockquote,
q {
  quotes: "" ""
}

a:focus {
  outline: 0
}

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

a img {
  border: 0
}

.hero-title {
  font-family: 'sans-serif'
}

* {
  margin: 0;
  padding: 0
}

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

html {
  min-height: 100%;
  height: 100%
}

body {
  background: #fff;
  color: #333;
  font-size: 14px;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
  line-height: 28px;
  overflow-x: hidden;
  width: 100%;
  -webkit-text-size-adjust: 100%
}

#ut-sitebody {
  position: relative
}

#main-content {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-flex: 2;
  -ms-flex: 2 0 auto;
  flex: 2 0 auto;
  z-index: 2;
  position: relative
}

.main-content-background {
  -webkit-box-flex: 2;
  -ms-flex: 2 0 auto;
  flex: 2 0 auto
}

::-moz-selection {
  color: #fff
}

::selection {
  color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #151515;
  line-height: 125%;
  font-weight: 400;
  margin-top: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word
}

h1 {
  font-size: 30px;
  margin-bottom: 20px
}

h2 {
  font-size: 25px;
  margin-bottom: 20px
}

h3 {
  font-size: 18px;
  margin-bottom: 20px
}

h4 {
  font-size: 16px;
  margin-bottom: 20px
}

h5 {
  font-size: 14px;
  margin-bottom: 20px
}

h6 {
  font-size: 12px;
  margin-bottom: 20px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #151515
}

p img {
  margin: 0
}

.children,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ul,
.entry-content ul ol,
.comment-content ol ol,
.comment-content ol ul,
.comment-content ul ul,
.comment-content ul ol {
  margin-bottom: 0
}

.comment-content ul,
.entry-content ul {
  list-style-type: disc
}

.comment-content ol,
.entry-content ol {
  list-style-type: decimal
}

.comment-content>*:last-child {
  margin-bottom: 0
}

ul,
ol,
dl {
  margin-left: 14px
}

table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 40px;
  text-align: left;
  padding: 0 5px;
  width: 100%
}

.ut-footer-dark .ut-footer-area table {
  border-color: rgba(255, 255, 255, .1)
}

table .even {
  background: #f7f8fa
}

tr {
  border-bottom: 1px solid #ddd
}

.ut-footer-dark .ut-footer-area tr {
  border-color: rgba(255, 255, 255, .1)
}

th {
  font-weight: 700
}

th,
td {
  padding: 5px;
  vertical-align: middle;
  text-align: center
}

caption {
  text-align: left
}

var,
kbd,
samp,
code,
pre {
  font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
  color: #151515;
  background: #f7f8fa
}

b,
strong,
dfn,
kbd {
  font-weight: 700
}

dfn,
cite,
em,
i,
address,
q,
samp,
var {
  font-style: italic
}

q {
  color: #151515;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none
}

blockquote {
  color: #151515;
  display: block;
  position: relative;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
  font-size: 20px;
  line-height: 200%;
  padding-left: 40px;
  border-left: 4px solid;
  margin-top: 40px;
  margin-bottom: 40px
}

blockquote cite {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  display: block
}

.format-quote blockquote {
  margin-left: 0;
  margin-right: 0;
  font-size: 26px;
  line-height: 150%
}

pre:not(.ut-print) {
  background: 0 0;
  color: inherit;
  white-space: pre;
  overflow: auto;
  padding: 0;
  clear: both;
  font-size: 12px;
  line-height: 150%;
  margin-top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

var,
kbd,
code {
  padding: 3px
}

abbr[title],
acronym[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #666
}

del {
  text-decoration: line-through
}

ins {
  text-decoration: underline
}

mark,
ins {
  text-decoration: none;
  padding: 3px;
  color: #fff
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  font-size: .45em;
  top: -1em
}

sub {
  vertical-align: bottom
}

small {
  font-size: 70%
}

big {
  font-size: 150%;
  font-weight: 700
}

figure {
  margin: 0
}

p,
dd,
pre,
ul,
ol,
dl {
  margin-bottom: 20px
}

fieldset,
form {
  margin-bottom: 40px
}

address {
  margin-top: 0;
  margin-bottom: 20px
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em
}

object,
embed {
  outline: 0
}

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

a,
.ut-custom-link-module i,
.ut-title-style1,
.entry-title,
#ut-portfolio-navigation-wrap a span {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: color .3s cubic-bezier(.215, .61, .355, 1);
  transition: color .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

a:hover {
  color: #151515;
  cursor: pointer
}

.light a:hover {
  color: #fff
}

a img {
  border: none;
  vertical-align: bottom
}

img {
  height: auto;
  max-width: 100%;
  width: auto\9;
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast
}

.ut-advanced-google-map .gm-style img {
  vertical-align: baseline
}

.alignleft {
  float: left
}

.alignright {
  float: right
}

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

i.alignleft,
img.alignleft {
  margin: 5px 20px 5px 0
}

i.alignright,
img.alignright {
  margin: 5px 0 5px 20px
}

.alignright.ut-custom-icon {
  margin: 0 0 0 10px
}

.alignleft.ut-custom-icon {
  margin: 0 10px 0 0
}

img.aligncenter {
  margin: 5px auto
}

img.alignnone {
  margin: 0
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px
}

.wp-caption.alignnone {
  margin: 5px 0 20px
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0
}

.wp-caption.alignleft+ul,
.wp-caption.alignleft+ol {
  list-style-position: inside
}

.entry-content .twitter-tweet-rendered {
  width: 100% !important;
  margin: 0 0 20px !important
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  vertical-align: middle
}

.wp-caption {
  position: relative;
  height: auto !important;
  overflow: hidden;
  max-width: 100%;
  padding: 0;
  text-align: left;
  margin-bottom: 20px
}

.gallery-item a img,
.wp-caption a img {
  -webkit-box-shadow: 0 0 0 #151515;
  box-shadow: 0 0 0 #151515
}

.gallery-item {
  margin-left: 0 !important
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0
}

.wp-caption img,
img[class*=wp-image-] {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  max-width: 100%
}

.wp-caption .wp-caption-text {
  margin: 0;
  padding: 5px 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.wp-caption-text {
  background: #151515;
  background: rgba(21, 21, 21, .5);
  bottom: -50px;
  left: 0;
  margin: 0 !important;
  opacity: 0;
  padding: 1em 0;
  position: absolute;
  -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94) 0s;
  -o-transition: all .2s cubic-bezier(.25, .46, .45, .94) 0s;
  transition: all .2s cubic-bezier(.25, .46, .45, .94) 0s;
  width: auto;
  color: #fff;
  font-size: 12px;
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px
}

.ut-footer-area .wp-caption-text {
  font-size: 9px;
  line-height: 1
}

.wp-caption:hover .wp-caption-text {
  bottom: 0;
  opacity: .8
}

.wp-caption-text a {
  color: #fff !important;
  text-decoration: underline;
  font-weight: 400 !important
}

.wp-caption-text a:hover,
.wp-caption-text a:active {
  color: #777 !important;
  text-decoration: underline
}

.gallery-caption {
  position: inherit !important;
  -webkit-transition: inherit !important;
  -o-transition: inherit !important;
  transition: inherit !important;
  opacity: 1 !important;
  background: 0 0 !important;
  color: #999
}

.site-content .gallery {
  margin-bottom: 20px
}

.wp-caption-text.gallery-caption {
  bottom: 0;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 0
}

.ut-footer-area .wp-caption-text.gallery-caption {
  padding-top: 5px
}

.gallery img {
  border: none !important
}

.gallery-item {
  margin-top: 0 !important;
  overflow: hidden
}

.site-content .gallery a img {
  border: none;
  height: auto;
  width: 100%
}

.site-content .gallery dd {
  margin: 0
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto
}

embed,
iframe,
object {
  max-width: 100%
}

.vimelar-container iframe {
  max-width: inherit !important
}

.ut-video {
  margin-bottom: 20px
}

.gallery {
  margin-bottom: 0;
  margin-left: -15px !important;
  margin-right: -15px !important
}

li .gallery {
  margin-top: 30px
}

li .gallery .gallery-item {
  margin-bottom: 15px
}

.ut-footer-area li .gallery .gallery-item {
  margin-bottom: 30px
}

.gallery-item {
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 0 !important;
  padding: 0 15px;
  position: relative;
  vertical-align: top;
  width: 100%
}

.gallery-icon {
  font-weight: 400
}

.gallery-columns-2 .gallery-item {
  width: 50%
}

.gallery-columns-3 .gallery-item {
  width: 33.33%
}

.gallery-columns-4 .gallery-item {
  width: 25%
}

.gallery-columns-5 .gallery-item {
  width: 20%
}

.gallery-columns-6 .gallery-item {
  width: 16.66%
}

.gallery-columns-7 .gallery-item {
  width: 14.28%
}

.gallery-columns-8 .gallery-item {
  width: 12.5%
}

.gallery-columns-9 .gallery-item {
  width: 11.11%
}

.gallery-icon img {
  margin: 0 auto;
  width: 100%
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none
}

@media (max-width:767px) {

  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 100%
  }
}

.ut-horizontal-navigation {
  position: relative
}

.ut-horizontal-navigation ul,
.ut-horizontal-navigation ul li,
.ut-horizontal-navigation ul ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.ut-horizontal-navigation ul {
  position: relative;
  z-index: 9999
}

.ut-horizontal-navigation ul li {
  zoom: 1
}

.ut-horizontal-navigation ul li.hover,
.ut-horizontal-navigation ul li:hover {
  position: relative;
  z-index: 9999;
  cursor: default
}

.ut-horizontal-navigation ul,
.ut-horizontal-navigation ul li,
.ut-horizontal-navigation ul ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.ut-horizontal-navigation li {
  margin: 0;
  float: left;
  zoom: 1
}

.ut-horizontal-navigation ul ul {
  visibility: hidden;
  position: absolute;
  min-width: 260px;
  z-index: 9998;
  width: auto;
  padding: 0
}

.ut-horizontal-navigation ul li li a:not(.bklyn-btn):not(.ut-remove-header-cart-item) {
  display: block;
  text-decoration: none;
  position: relative;
  border-right: none
}

.ut-horizontal-navigation ul ul li {
  float: none;
  white-space: nowrap;
  margin: 0;
  line-height: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0
}

.sf-sub-indicator {
  padding-left: 2px
}

.ut-has-top-header .ut-header-inner {
  padding-left: 40px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: 40px
}

.ut-top-header-centered .ut-header-inner {
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px
}

.ut-site-border #main-content {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  overflow: hidden
}

#ut-top-header.ut-flush .ut-header-inner {
  padding-left: 0 !important;
  padding-right: 0 !important
}

#ut-top-header {
  font-size: 12px;
  position: relative;
  top: 0;
  width: 100%;
  left: 0;
  line-height: 40px;
  z-index: 51
}

#ut-top-header .ut-wpml-language-switch-name,
#ut-top-header .ut-wpml-language-switch-code,
#ut-top-header .ut-woocommerce-account-text,
#ut-top-header .ut-top-header-main-link,
.ut-main-navigation-link .ut-wpml-language-switch-code {
  vertical-align: middle
}

#ut-top-header ul li i {
  line-height: 40px
}

#ut-top-header a i {
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  font-size: inherit;
  line-height: 40px;
  -webkit-transition: color .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: color .3s cubic-bezier(.215, .61, .355, 1);
  transition: color .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.ut-header-extra-module-custom-fields .ut-horizontal-navigation {
  font-family: inherit
}

.ut-header-extra-module-custom-fields .ut-horizontal-navigation .ut-main-navigation-link {
  font-family: inherit;
  font-size: inherit;
  text-transform: none;
  font-weight: inherit;
  letter-spacing: inherit;
  font-style: inherit
}

.ut-header-cart-count {
  color: #fff;
  font-family: Sans-Serif !important;
  font-size: 10px;
  font-weight: 400;
  display: inline-block;
  line-height: 16px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 16px;
  height: 16px;
  letter-spacing: 0
}

.ut-header-cart .fa,
.ut-header-cart i,
.ut-main-navigation-link .fa.fa-shopping-cart {
  margin-right: 0 !important
}

#ut-top-header ul li a:not(.bklyn-btn):not(.ut-remove-header-cart-item) {
  display: inline-block;
  height: 40px
}

#ut-top-header .ut-company-social,
#ut-top-header .ut-top-header-extra-module-toolbar i {
  font-size: 16px
}

#ut-top-header.ut-top-header-small {
  font-size: 12px
}

#ut-top-header.ut-top-header-large {
  font-size: 14px
}

#ut-top-header.ut-top-header-extra-large {
  font-size: 16px
}

#ut-top-header-left ul,
#ut-top-header-right ul {
  margin: 0;
  list-style: none
}

#ut-top-header-left ul li {
  display: block;
  float: left;
  margin-right: 20px
}

#ut-top-header-left ul li.ut-top-header-border-separator {
  padding-right: 20px
}

.ut-top-header-border-separator {
  height: 40px
}

#header-section #ut-top-header.ut-top-header-reverse #ut-top-header-left ul li.ut-top-header-border-separator:first-child,
#header-section #ut-top-header:not(.ut-top-header-reverse) #ut-top-header-left ul li.ut-top-header-border-separator:last-child {
  border: none !important;
  padding-right: 0
}

.ut-top-header-reverse #ut-top-header-left ul li {
  float: right
}

#ut-top-header-right ul li {
  display: block;
  float: right;
  margin-right: 20px
}

#ut-top-header-right ul li.ut-top-header-border-separator {
  padding-right: 20px
}

#header-section #ut-top-header-right ul li.ut-top-header-border-separator:first-child {
  border: none !important;
  padding-right: 0
}

#ut-top-header:not(.ut-top-header-reverse) #ut-top-header-right ul li:first-child,
#ut-top-header.ut-top-header-reverse #ut-top-header-left ul li:first-child {
  margin-right: 0
}

#ut-top-header-left.ut-company-social ul li i,
#ut-top-header-right.ut-company-social ul li i {
  padding: 0;
  margin: 0
}

#ut-top-header-left.ut-company-contact ul li i,
#ut-top-header-right.ut-company-contact ul li i,
#ut-top-header-left.ut-custom-fields ul li i,
#ut-top-header-right.ut-custom-fields ul li i {
  margin-right: 10px
}

#ut-top-header-left.ut-company-contact,
#ut-top-header-right.ut-company-contact,
#ut-top-header-left.ut-custom-fields,
#ut-top-header-right.ut-custom-fields {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.ut-deactivated-link {
  cursor: default !important
}

#ut-sitebody #ut-top-header .ut-deactivated-link,
#ut-sitebody .ut-horizontal-navigation .ut-header-extra-module-custom-fields .ut-main-navigation-link.ut-deactivated-link {
  pointer-events: none
}

#ut-sitebody #ut-top-header .ut-deactivated-link:hover,
#ut-sitebody #ut-top-header .ut-deactivated-link:active,
#ut-sitebody .ut-horizontal-navigation .ut-header-extra-module-custom-fields .ut-main-navigation-link.ut-deactivated-link:hover,
#ut-sitebody .ut-horizontal-navigation .ut-header-extra-module-custom-fields .ut-main-navigation-link.ut-deactivated-link:active {
  color: inherit !important
}

@media (min-width:1025px) {

  #ut-top-header-left .ut-top-header-sub-menu .ut-wpml-language-switch-flag,
  #ut-top-header-right .ut-top-header-sub-menu .ut-wpml-language-switch-flag,
  #ut-top-header-left.ut-toolbar ul li:not(.ut-top-header-search) i,
  #ut-top-header-right.ut-toolbar ul li:not(.ut-top-header-search) i {
    margin-right: 10px
  }
}

.ut-top-header-sub-menu:hover ul {
  top: 40px;
  opacity: 1;
  pointer-events: auto
}

.ut-top-header-sub-menu .ut-wpml-language-switch-flag {
  vertical-align: middle
}

.ut-top-header-sub-menu ul {
  min-width: 260px;
  width: auto;
  list-style: none;
  position: absolute;
  pointer-events: none;
  top: 150%;
  opacity: 0;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1)
}

.ut-header-mini-cart ul {
  min-width: 260px
}

.ut-header-mini-cart ul .bklyn-btn-holder,
.ut-header-mini-cart .sub-menu .bklyn-btn-holder,
.ut-header-mini-cart .bklyn-btn {
  width: 100%
}

#ut-top-header.ut-top-header-reverse #ut-top-header-right .ut-top-header-has-submenu.ut-top-header-border-separator:last-child .ut-top-header-sub-menu ul,
#ut-top-header.ut-top-header-reverse #ut-top-header-right .ut-top-header-sub-menu ul,
#ut-top-header-left .ut-top-header-sub-menu ul,
#ut-top-header-left .ut-top-header-has-submenu.ut-top-header-border-separator:first-child .ut-top-header-sub-menu ul,
#ut-top-header.ut-top-header-reverse #ut-top-header-right .ut-top-header-has-submenu.ut-top-header-border-separator:last-child .ut-top-header-sub-menu:hover ul,
#ut-top-header.ut-top-header-reverse #ut-top-header-right .ut-top-header-sub-menu:hover ul,
#ut-top-header-left .ut-top-header-sub-menu:hover ul,
#ut-top-header-left .ut-top-header-has-submenu.ut-top-header-border-separator:first-child .ut-top-header-sub-menu:hover ul {
  left: 0
}

#ut-top-header.ut-top-header-reverse #ut-top-header-right .ut-top-header-has-submenu.ut-top-header-border-separator .ut-top-header-sub-menu ul,
#ut-top-header.ut-top-header-reverse #ut-top-header-right .ut-top-header-has-submenu.ut-top-header-border-separator:first-child .ut-top-header-sub-menu ul,
#ut-top-header-left .ut-top-header-has-submenu.ut-top-header-border-separator .ut-top-header-sub-menu ul,
#ut-top-header.ut-top-header-reverse #ut-top-header-right .ut-top-header-has-submenu.ut-top-header-border-separator .ut-top-header-sub-menu:hover ul,
#ut-top-header.ut-top-header-reverse #ut-top-header-right .ut-top-header-has-submenu.ut-top-header-border-separator:first-child .ut-top-header-sub-menu:hover ul,
#ut-top-header-left .ut-top-header-has-submenu.ut-top-header-border-separator .ut-top-header-sub-menu:hover ul {
  left: -20px
}

#ut-top-header-right .ut-top-header-has-submenu.ut-top-header-border-separator:first-child .ut-top-header-sub-menu ul,
#ut-top-header.ut-top-header-reverse #ut-top-header-left .ut-top-header-has-submenu.ut-top-header-border-separator:first-child .ut-top-header-sub-menu ul,
#ut-top-header.ut-top-header-reverse #ut-top-header-left .ut-top-header-sub-menu ul,
#ut-top-header-right .ut-top-header-sub-menu ul,
#ut-top-header.ut-top-header-reverse #ut-top-header-left .ut-top-header-has-submenu.ut-top-header-border-separator:first-child .ut-top-header-sub-menu:hover ul,
#ut-top-header.ut-top-header-reverse #ut-top-header-left .ut-top-header-sub-menu:hover ul,
#ut-top-header-right .ut-top-header-sub-menu:hover ul {
  left: inherit;
  right: 0 !important
}

#ut-top-header.ut-top-header-reverse #ut-top-header-left .ut-top-header-has-submenu.ut-top-header-border-separator .ut-top-header-sub-menu ul,
#ut-top-header-right .ut-top-header-has-submenu.ut-top-header-border-separator:last-child .ut-top-header-sub-menu ul,
#ut-top-header-right .ut-top-header-has-submenu.ut-top-header-border-separator .ut-top-header-sub-menu ul,
#ut-top-header.ut-top-header-reverse #ut-top-header-left .ut-top-header-has-submenu.ut-top-header-border-separator .ut-top-header-sub-menu:hover ul,
#ut-top-header-right .ut-top-header-has-submenu.ut-top-header-border-separator:last-child .ut-top-header-sub-menu:hover ul,
#ut-top-header-right .ut-top-header-has-submenu.ut-top-header-border-separator .ut-top-header-sub-menu:hover ul {
  left: inherit;
  right: -20px
}

.ut-header-mini-cart ul li {
  display: block
}

.ut-header-mini-cart ul li.ut-header-mini-cart-action {
  padding-left: 40px;
  padding-right: 40px
}

.ut-header-mini-cart-action .ut-btn-group {
  margin-left: 0;
  margin-right: 0;
  line-height: 1
}

#ut-top-header .ut-header-mini-cart .ut-header-mini-cart-item,
.ut-horizontal-navigation ul li.ut-header-mini-cart-item {
  padding-top: 20px
}

.ut-header-mini-cart-item-link {
  height: auto;
  line-height: inherit
}

.ut-header-mini-cart-item .ut-header-mini-cart-item-img {
  float: left;
  width: 48px;
  margin-right: 20px;
  min-height: 1px;
  position: relative;
  overflow: hidden;
  vertical-align: middle
}

.ut-header-mini-cart-item .ut-header-mini-cart-item-description {
  margin-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.ut-header-mini-cart-item .ut-header-mini-cart-item-description .quantity {
  display: block
}

.ut-header-mini-cart-summary {
  padding: 40px 0 20px;
  line-height: 1
}

.ut-header-mini-cart-summary .ut-header-mini-cart-total-count {
  float: left
}

.ut-header-mini-cart-summary .ut-header-mini-cart-total-price {
  float: right
}

.ut-header-mini-cart-action .bklyn-btn {
  margin: 0
}

.ut-header-mini-cart-content {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  overflow: hidden
}

#ut-sitebody .ut-header-mini-cart-content .simplebar-track.horizontal {
  display: none !important
}

#ut-sitebody .ut-header-mini-cart-content .simplebar-content {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important
}

.ut-header-mini-cart-overflow-container {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important
}

#ut-sitebody .ut-header-mini-cart-overflow-container li:first-child .ut-remove-header-cart-item {
  top: 40px
}

#ut-sitebody .ut-horizontal-navigation ul.sub-menu li.ut-header-mini-cart-item:last-child {
  padding-bottom: 20px
}

.ut-remove-header-cart-item {
  right: 40px;
  text-align: right !important;
  top: 20px;
  position: absolute !important;
  padding: 0 !important;
  min-width: auto !important
}

.ut-remove-header-cart-item:after {
  display: none !important
}

#ut-sitebody .ut-remove-header-cart-item .fa {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px !important;
  line-height: 1 !important
}

#ut-top-header-left .bklyn-btn i,
#ut-top-header-right .bklyn-btn i {
  margin: 0 !important
}

#ut-top-header-left .ut-top-header-sub-menu ul li:not(.ut-header-mini-cart-item),
#ut-top-header-right .ut-top-header-sub-menu ul li:not(.ut-header-mini-cart-item) {
  padding: 0
}

#ut-top-header-left .ut-top-header-sub-menu ul li,
#ut-top-header-right .ut-top-header-sub-menu ul li {
  display: block;
  float: none;
  white-space: nowrap
}

#ut-top-header-left .ut-top-header-sub-menu ul li.ut-header-mini-cart-item a:not(.bklyn-btn),
#ut-top-header-right .ut-top-header-sub-menu ul li.ut-header-mini-cart-item a:not(.bklyn-btn) li.ut-header-mini-cart-item a:not(.bklyn-btn),
li.ut-header-mini-cart-item a:not(.bklyn-btn) {
  line-height: 150% !important
}

#ut-top-header-left .ut-top-header-sub-menu ul li a:not(.bklyn-btn):not(.ut-remove-header-cart-item),
#ut-top-header-right .ut-top-header-sub-menu ul li a:not(.bklyn-btn):not(.ut-remove-header-cart-item) {
  display: block;
  line-height: 30px;
  padding: 0 40px
}

#ut-top-header-left .ut-top-header-sub-menu ul li a:not(.bklyn-btn):not(.ut-remove-header-cart-item):not(.ut-header-mini-cart-link),
#ut-top-header-right .ut-top-header-sub-menu ul li a:not(.bklyn-btn):not(.ut-remove-header-cart-item):not(.ut-header-mini-cart-link) {
  height: 30px
}

#ut-top-header-left .ut-top-header-sub-menu ul li:first-child,
#ut-top-header-right .ut-top-header-sub-menu ul li:first-child {
  padding-top: 40px
}

#ut-top-header-left .ut-top-header-sub-menu ul li.ut-header-mini-cart-item:first-child,
#ut-top-header-right .ut-top-header-sub-menu ul li.ut-header-mini-cart-item:first-child {
  padding-top: 40px
}

#ut-top-header-left .ut-top-header-sub-menu ul li.ut-header-mini-cart-action:last-child,
#ut-top-header-right .ut-top-header-sub-menu ul li.ut-header-mini-cart-action:last-child {
  padding: 0 40px 20px
}

#ut-top-header-left .ut-top-header-sub-menu ul li:last-child:not(.ut-header-mini-cart-item),
#ut-top-header-right .ut-top-header-sub-menu ul li:last-child:not(.ut-header-mini-cart-item) {
  padding-bottom: 40px
}

#ut-top-header-right .ut-top-header-sub-menu ul li {
  text-align: left
}

#ut-top-header-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 40px;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

#ut-top-header-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  text-align: right;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto
}

#ut-top-header.ut-top-header-reverse .ut-header-inner {
  -moz-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

#ut-top-header.ut-top-header-reverse #ut-top-header-right {
  -moz-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.ha-header.bordered-navigation.ut-header-light {
  background: #fff
}

.ha-header.bordered-navigation.ut-header-dark {
  background: #131416
}

.ut-top-header-no-content {
  display: none !important
}

#ut-header-placeholder {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

#header-section {
  line-height: 80px;
  will-change: transform;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.grid-container .ha-header-perspective {
  padding: 0
}

.ha-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 10000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 0 0 transparent, 0 0 transparent, 0 5px 5px -4px rgba(0, 0, 0, .1);
  box-shadow: 0 0 transparent, 0 0 transparent, 0 5px 5px -4px rgba(0, 0, 0, .1)
}

#header-section {
  -webkit-transition: all .5s cubic-bezier(.445, .05, .550, .95);
  -moz-transition: all .5s cubic-bezier(.445, .05, .550, .95);
  -o-transition: all .5s cubic-bezier(.445, .05, .550, .95);
  transition: all .5s cubic-bezier(.445, .05, .550, .95);
  -webkit-transition-timing-function: cubic-bezier(.445, .05, .550, .95);
  -moz-transition-timing-function: cubic-bezier(.445, .05, .550, .95);
  -o-transition-timing-function: cubic-bezier(.445, .05, .550, .95);
  transition-timing-function: cubic-bezier(.445, .05, .550, .95)
}

#ut-header-placeholder {
  -webkit-transition: height .5s cubic-bezier(.445, .05, .550, .95);
  -moz-transition: height .5s cubic-bezier(.445, .05, .550, .95);
  -o-transition: height .5s cubic-bezier(.445, .05, .550, .95);
  transition: height .5s cubic-bezier(.445, .05, .550, .95);
  -webkit-transition-timing-function: cubic-bezier(.445, .05, .550, .95);
  -moz-transition-timing-function: cubic-bezier(.445, .05, .550, .95);
  -o-transition-timing-function: cubic-bezier(.445, .05, .550, .95);
  transition-timing-function: cubic-bezier(.445, .05, .550, .95)
}

#header-section.ut-header-transition-off {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none
}

#header-section.ut-header-floating {
  position: fixed
}

.ha-header-perspective {
  width: 100%;
  height: 100%;
  position: relative
}

.ha-header-perspective>div {
  position: relative
}

.ha-header-front {
  z-index: 2
}

#ut-sitebody.ut-mobile-menu-open .ha-header-small {
  height: auto
}

.ha-header-hide {
  overflow: hidden;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0)
}

.ha-header-show {
  height: 80px;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%)
}

.site-logo {
  color: #151515;
  display: table;
  text-align: left;
  margin: 0;
  height: 80px;
  position: relative
}

.site-logo .logo {
  font-size: 16px;
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  display: table-cell;
  vertical-align: middle
}

.site-logo img {
  max-height: 60px;
  vertical-align: middle;
  white-space: nowrap;
  color: transparent
}

.ut-site-logo-background {
  position: relative;
  z-index: 1;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  display: table
}

.ut-site-logo-background:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(100% + 86px);
  -webkit-transform: skewX(-16deg);
  -moz-transofrom: skewX(-16deg);
  transform: skewX(-16deg);
  background: #fff;
  z-index: -1
}

.centered .ut-site-logo-background:after {
  left: -16px
}

.fullwidth .ut-site-logo-background:after {
  left: -56px
}

#header-section[data-style=default] .ut-site-logo-background,
#header-section[data-style=style-1] .ut-site-logo-background,
#header-section[data-style=style-2] .ut-site-logo-background,
#header-section[data-style=style-3] .ut-site-logo-background {
  display: inline-table;
  height: 100%;
  line-height: 80px
}

#header-section[data-style=style-1].centered .ut-site-logo-background:after {
  left: auto;
  right: -16px
}

#header-section[data-style=style-1].fullwidth .ut-site-logo-background:after {
  left: auto;
  right: -56px
}

#header-section[data-style=style-3].fullwidth .ut-site-logo-background:after {
  left: -41px
}

#header-section[data-style=style-4] .ut-site-logo-background {
  display: inline-table;
  height: 100%;
  line-height: 80px
}

#header-section[data-separator=off][data-style=style-4] .site-logo .ut-site-logo-background img,
#header-section[data-separator=off][data-style=style-4] .site-logo .ut-site-logo-background .logo {
  vertical-align: middle
}

#header-section[data-style=style-4].fullwidth .ut-site-logo-background:after {
  left: -41px
}

#header-section[data-style=style-5] .ut-site-logo-background {
  display: inline-table;
  height: 100%;
  line-height: 80px
}

#header-section[data-style=style-6] .ut-site-logo-background {
  display: inline-table;
  height: 100%;
  line-height: 80px
}

#header-section[data-style=style-6].centered .ut-site-logo-background:after {
  left: auto;
  right: -16px
}

#header-section[data-style=style-6].fullwidth .ut-site-logo-background:after {
  left: auto;
  right: -56px
}

#header-section[data-style=style-7] .ut-site-logo-background {
  display: inline-table;
  height: 100%;
  line-height: 80px
}

#header-section[data-separator=off][data-style=style-7] .site-logo .ut-site-logo-background img,
#header-section[data-separator=off][data-style=style-7] .site-logo .ut-site-logo-background .logo {
  vertical-align: middle
}

#header-section[data-style=style-7].fullwidth .ut-site-logo-background:after {
  left: -41px
}

#header-section[data-style=style-8] .ut-site-logo-background {
  display: inline-table;
  height: 100%;
  line-height: 80px
}

#header-section[data-style=style-8].fullwidth .ut-site-logo-background:after {
  left: -41px
}

#header-section[data-style=style-9] .ut-site-logo-background {
  display: inline-table;
  height: 100%;
  line-height: 80px
}

#header-section[data-style=style-9] .site-logo.ut-logo-has-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

#header-section[data-style=style-9] .site-logo.ut-logo-has-img .ut-site-logo-background {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#header-section[data-style=style-9].fullwidth .ut-site-logo-background:after {
  left: -66px
}

#header-section[data-style=style-9].fullwidth .ut-site-logo-background:after {
  width: calc(100% + 86px)
}

.page-header,
.parallax-header,
.section-header {
  text-align: center;
  padding-bottom: 30px;
  position: relative
}

.page-title,
.parallax-title,
.section-title {
  font-size: 30px;
  margin-bottom: 20px;
  position: relative
}

.header-left {
  text-align: left
}

.header-right {
  text-align: right
}

@media (max-width:767px) {
  .header-mobile-left {
    text-align: left
  }

  .header-mobile-center {
    text-align: center
  }

  .header-mobile-right {
    text-align: right
  }

  .header-mobile-left .page-title,
  .header-mobile-left .parallax-title,
  .header-mobile-left .section-title {
    text-align: left
  }

  .page-header.header-mobile-left,
  .section-header.header-mobile-left,
  .parallax-header.header-mobile-left {
    text-align: left
  }

  .header-mobile-center .page-title,
  .header-mobile-center .parallax-title,
  .header-mobile-center .section-title {
    text-align: center
  }

  .page-header.header-mobile-center,
  .section-header.header-mobile-center,
  .parallax-header.header-mobile-center {
    text-align: center
  }

  .header-mobile-right .page-title,
  .header-mobile-right .parallax-title,
  .header-mobile-right .section-title {
    text-align: right
  }

  .page-header.header-mobile-right,
  .section-header.header-mobile-right,
  .parallax-header.header-mobile-right {
    text-align: right
  }

  #ut-sitebody .header-mobile-left .lead {
    text-align: left
  }

  #ut-sitebody .header-mobile-center .lead {
    text-align: center
  }

  #ut-sitebody .header-mobile-right .lead {
    text-align: right
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .header-tablet-left {
    text-align: left
  }

  .header-tablet-center {
    text-align: center
  }

  .header-tablet-right {
    text-align: right
  }

  .page-header.header-tablet-left,
  .section-header.header-tablet-left,
  .parallax-header.header-tablet-left {
    text-align: left
  }

  .page-header.header-tablet-center,
  .section-header.header-tablet-center,
  .parallax-header.header-tablet-center {
    text-align: center
  }

  .page-header.header-tablet-right,
  .section-header.header-tablet-right,
  .parallax-header.header-tablet-right {
    text-align: right
  }

  #ut-sitebody .header-tablet-left .lead {
    text-align: left
  }

  #ut-sitebody .header-tablet-center .lead {
    text-align: center
  }

  #ut-sitebody .header-tablet-right .lead {
    text-align: right
  }
}

.pt-style-1 .page-title,
.pt-style-1 .section-title {
  display: inline-block;
  margin-bottom: 0;
  padding: 0 120px;
  overflow: hidden
}

.pt-style-1 .page-title.bklyn-divider-styles,
.pt-style-1 .section-title.bklyn-divider-styles {
  background: 0 0 !important
}

.pt-style-1 .section-title span,
.pt-style-1 .page-title span {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  vertical-align: baseline
}

.pt-style-1 .page-title.bklyn-divider-styles span:before,
.pt-style-1 .page-title.bklyn-divider-styles span:after,
.pt-style-1 .section-title.bklyn-divider-styles span:before,
.pt-style-1 .section-title.bklyn-divider-styles span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 1160px;
  background-attachment: scroll;
  background-repeat: repeat-x;
  background-position: center center
}

.pt-style-1 .page-title.bklyn-divider-styles span:before,
.pt-style-1 .section-title.bklyn-divider-styles span:before {
  right: 100%
}

.pt-style-1 .page-title.bklyn-divider-styles span:after,
.pt-style-1 .section-title.bklyn-divider-styles span:after {
  left: 100%
}


.pt-style-1.header-left,
.pt-style-1.header-left .page-title span,
.pt-style-1.header-left .section-title span,
.pt-style-1.header-left .page-title,
.pt-style-1.header-left .section-title {
  padding-left: 0
}

.pt-style-1.header-right,
.pt-style-1.header-right .page-title span,
.pt-style-1.header-right .section-title span,
.pt-style-1.header-right .page-title,
.pt-style-1.header-right .section-title {
  padding-right: 0
}

@media (min-width:768px) and (max-width:1024px) {

  .pt-style-1.header-tablet-center .page-title,
  .pt-style-1.header-tablet-center .section-title {
    padding: 0 120px
  }

  .pt-style-1.header-tablet-center .page-title span,
  .pt-style-1.header-tablet-center .section-title span {
    padding: 0 20px
  }

  .pt-style-1.header-tablet-left .page-title,
  .pt-style-1.header-tablet-left .section-title {
    padding-left: 0;
    padding-right: 120px
  }

  .pt-style-1.header-tablet-left,
  .pt-style-1.header-tablet-left .page-title span,
  .pt-style-1.header-tablet-left .section-title span {
    padding-left: 0;
    padding-right: 20px
  }

  .pt-style-1.header-tablet-right .page-title,
  .pt-style-1.header-tablet-right .section-title {
    padding-right: 0;
    padding-left: 120px
  }

  .pt-style-1.header-tablet-right,
  .pt-style-1.header-tablet-right .page-title span,
  .pt-style-1.header-tablet-right .section-title span {
    padding-right: 0;
    padding-left: 20px
  }
}

.pt-style-2 .page-title span:after,
.pt-style-2 .parallax-title span:after,
.pt-style-2 .section-title span:after {
  content: "";
  display: block;
  background-color: #151515;
  width: 30px;
  height: 1px;
  margin: 15px auto 0
}

.light .pt-style-2 .page-title span:after,
.light .pt-style-2 .parallax-title span:after,
.light .pt-style-2 .section-title span:after {
  background-color: #fff
}

.pt-style-2.header-left .page-title span:after,
.pt-style-2.header-left .parallax-title span:after,
.pt-style-2.header-left .section-title span:after {
  margin: 15px 0 0
}

.pt-style-2.header-right .page-title span:after,
.pt-style-2.header-right .parallax-title span:after,
.pt-style-2.header-right .section-title span:after {
  margin: 15px 0 0 auto
}

@media (max-width:767px) {

  .pt-style-2.header-mobile-left .page-title span:after,
  .pt-style-2.header-mobile-left .parallax-title span:after,
  .pt-style-2.header-mobile-left .section-title span:after {
    margin: 15px 0 0
  }

  .pt-style-2.header-mobile-center .page-title span:after,
  .pt-style-2.header-mobile-center .parallax-title span:after,
  .pt-style-2.header-mobile-center .section-title span:after {
    margin: 15px auto 0
  }

  .pt-style-2.header-mobile-right .page-title span:after,
  .pt-style-2.header-mobile-right .parallax-title span:after,
  .pt-style-2.header-mobile-right .section-title span:after {
    margin: 15px 0 0 auto
  }
}

@media (min-width:768px) and (max-width:1024px) {

  .pt-style-2.header-tablet-left .page-title span:after,
  .pt-style-2.header-tablet-left .parallax-title span:after,
  .pt-style-2.header-tablet-left .section-title span:after {
    margin: 15px 0 0
  }

  .pt-style-2.header-tablet-center .page-title span:after,
  .pt-style-2.header-tablet-center .parallax-title span:after,
  .pt-style-2.header-tablet-center .section-title span:after {
    margin: 15px auto 0
  }

  .pt-style-2.header-tablet-right .page-title span:after,
  .pt-style-2.header-tablet-right .parallax-title span:after,
  .pt-style-2.header-tablet-right .section-title span:after {
    margin: 15px 0 0 auto
  }
}

.pt-style-3 .page-title,
.pt-style-3 .parallax-title,
.pt-style-3 .section-title {
  margin-bottom: 25px;
  margin-top: 3px
}

.pt-style-3 .page-title span,
.pt-style-3 .parallax-title span,
.pt-style-3 .section-title span {
  color: #fff;
  padding: .2em .4em;
  border: 3px solid #fff;
  display: inline-block
}

.pt-style-4 .page-title span,
.pt-style-4 .parallax-title span,
.pt-style-4 .section-title span {
  display: inline-block;
  border: 6px solid #151515;
  padding: .2em .4em
}

.light .pt-style-4 .parallax-title span,
.light .pt-style-4 .section-title span {
  display: inline-block;
  border: 6px solid #fff;
  padding: .2em .4em
}

.pt-style-5 .page-title,
.pt-style-5 .parallax-title,
.pt-style-5 .section-title {
  margin-bottom: 25px;
  margin-top: 3px
}

.pt-style-5 .page-title span,
.pt-style-5 .section-title span {
  color: #fff;
  padding: .2em .4em;
  border: 3px solid #fff;
  display: inline-block;
  background: #151515;
  -webkit-box-shadow: 0 0 0 3px #151515;
  box-shadow: 0 0 0 3px #151515
}

.pt-style-5 .parallax-title span {
  color: #151515;
  padding: .2em .4em;
  border: 3px solid #151515;
  display: inline-block;
  background: #fff;
  -webkit-box-shadow: 0 0 0 3px #fff;
  box-shadow: 0 0 0 3px #fff
}

.pt-style-6 .page-title span:after,
.pt-style-6 .parallax-title span:after,
.pt-style-6 .section-title span:after {
  content: "";
  display: block;
  border-bottom: 1px dotted #151515;
  width: 30px;
  height: 1px;
  margin: 15px auto 0
}

.light .pt-style-6 .page-title span:after,
.light .pt-style-6 .parallax-title span:after,
.light .pt-style-6 .section-title span:after {
  border-bottom: 1px dotted #fff
}

.pt-style-6.header-left .page-title span:after,
.pt-style-6.header-left .parallax-title span:after,
.pt-style-6.header-left .section-title span:after {
  margin: 15px 0 0
}

.pt-style-6.header-right .page-title span:after,
.pt-style-6.header-right .parallax-title span:after,
.pt-style-6.header-right .section-title span:after {
  margin: 15px 0 0 auto
}

@media (min-width:768px) and (max-width:1024px) {

  .pt-style-6.header-tablet-left .page-title span:after,
  .pt-style-6.header-tablet-left .parallax-title span:after,
  .pt-style-6.header-tablet-left .section-title span:after {
    margin: 15px 0 0
  }

  .pt-style-6.header-tablet-center .page-title span:after,
  .pt-style-6.header-tablet-center .parallax-title span:after,
  .pt-style-6.header-tablet-center .section-title span:after {
    margin: 15px auto 0
  }

  .pt-style-6.header-tablet-right .page-title span:after,
  .pt-style-6.header-tablet-right .parallax-title span:after,
  .pt-style-6.header-tablet-right .section-title span:after {
    margin: 15px 0 0 auto
  }
}

.page-title span span,
.page-title .vcard {
  padding: 0 !important
}

.page-title .vcard a:hover {
  color: #151515
}

.ut-lead-has-icon {
  position: relative
}

.ut-lead-has-icon:before {
  position: absolute;
  top: 20%;
  left: 0
}

@media (max-width:767px) {
  .ut-lead-has-icon:before {
    display: none !important
  }

  .pt-style-1 .page-title.bklyn-divider-style-1 span:before,
  .pt-style-1 .page-title.bklyn-divider-style-1 span:after,
  .pt-style-1 .section-title.bklyn-divider-style-1 span:before,
  .pt-style-1 .section-title.bklyn-divider-style-1 span:after {
    display: none
  }

  .pt-style-1 .page-title,
  .pt-style-1 .section-title,
  .pt-style-1 .page-title span,
  .pt-style-1 .section-title span {
    padding: 0
  }
}

.ut-lead-has-icon>p {
  margin-left: 30px
}

.lead,
.taxonomy-description {
  font-size: 1.125em;
  line-height: 200%
}

.lead ins {
  background: 0 0;
  padding: 0
}

#ut-hero {
  -webkit-transition: background-image 1s linear;
  -o-transition: background-image 1s linear;
  transition: background-image 1s linear
}

.hero-title .wpb_content_element,
.ut-split-hero .hero-title {
  margin-bottom: 0
}

.hero-title .wpb_content_element {
  display: inline-block
}

.home section:not(.ut-custom-hero) {
  overflow: hidden
}

.ut-custom-hero {
  overflow: visible;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  z-index: 1
}

.ut-offset-anchor {
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  visibility: hidden
}

.ut-bklyn-onepage .ut-offset-anchor,
.ut-bklyn-multisite .ut-offset-anchor {
  position: absolute;
  top: 0;
  left: 0
}

.ut-bklyn-multisite .ut-scroll-up-waypoint {
  position: absolute;
  bottom: 0;
  left: 0
}

.ut-hero-slider {
  border: none !important;
  height: 100%;
  position: relative
}

.hero.slider {
  background: #fff;
  z-index: 1
}

.hero.slider .parallax-overlay {
  z-index: 3
}

.ut-hero-slider .flex-viewport {
  width: 100%;
  height: 100%
}

.ut-hero-slider .slides {
  height: 100%;
  position: relative;
  width: 100%
}

.ut-hero-slider .slides li {
  background-position: center center !important;
  background-size: cover !important;
  height: 100%;
  position: relative
}

.ut-hero-captions {
  position: absolute !important;
  width: 100%;
  z-index: 10;
  background: 0 0;
  border: none;
  top: 0
}

a.ut-flex-control {
  display: block;
  width: 40px;
  height: 120px;
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 11;
  margin-top: -60px;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center
}

a.ut-flex-control:before {
  font-family: 'Brooklyn-Core';
  font-size: 20px;
  line-height: 120px;
  display: inline-block;
  content: '\e90a'
}

a.ut-flex-control.next:before {
  content: '\e915'
}

a.ut-flex-control.prev {
  left: 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0
}

a.ut-flex-control.next {
  right: 0;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px
}

a.ut-flex-control.prev:hover {
  background: rgba(255, 255, 255, .15);
  color: #fff
}

a.ut-flex-control.next:hover {
  background: rgba(255, 255, 255, .15);
  color: #fff
}

.hero-title.extralight {
  font-family: 'ralewayextralight', sans-serif
}

.hero-title.light {
  font-family: 'ralewaylight', sans-serif
}

.hero-title.regular {
  font-family: 'ralewayregular', sans-serif
}

.hero-title.medium {
  font-family: 'ralewaymedium', sans-serif
}

.hero-title.semibold {
  font-family: 'ralewaysemibold', sans-serif
}

.hero-title.bold {
  font-family: 'ralewaybold', sans-serif
}

.hero {
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center
}

.hero.ut-hero-fancy-slider {
  z-index: 1
}

.ut-page-has-no-content:not(.elementor-page) .hero {
  min-height: auto
}

#ut-sitebody.ut-page-has-no-content #primary,
#ut-sitebody.ut-page-has-no-content #secondary,
#ut-sitebody.ut-page-has-no-content .main-content-background,
#ut-sitebody.ut-page-has-no-content-with-contact-section #primary,
#ut-sitebody.ut-page-has-no-content-with-contact-section #secondary,
#ut-sitebody.ut-page-has-no-content-with-contact-section .main-content-background {
  padding: 0 !important
}

.hero .grid-container {
  height: 100%;
  min-height: 100%;
  position: relative
}

.hero-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.hero-holder.hero-holder-align-items-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.hero-holder.hero-holder-align-items-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.hero-holder.hero-holder-align-items-top .hero-inner {
  padding-top: 80px
}

.ut-hero-header-off .hero-holder.hero-holder-align-items-top .hero-inner {
  padding-top: 160px
}

.hero-holder {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1
}

.hero-inner {
  position: relative;
  width: 100%
}

.ut-split-hero>.hero-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ut-split-hero.ut-hero-highlighted-with-form>.hero-inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start
}

.hero-inner .ut-hero-highlighted-header {
  padding: 0 20px 0 10px;
  width: 100%
}

.hero-inner .ut-hero-highlighted-item {
  padding: 0 10px 0 20px;
  width: 100%
}

.ut-hero-highlighted-item .ut-video {
  margin: 0
}

.ut-hero-form form {
  color: #fff
}

.ut-hero-form label {
  color: #fff;
  font-size: 12px;
  line-height: 24px
}

.ut-hero-form {
  background: rgba(0, 0, 0, .15);
  padding: 40px
}

.ut-hero-form.light input,
.ut-hero-form.light textarea {
  background: 0 0;
  padding: 10px 0;
  border-width: 0 0 2px;
  border-color: rgba(255, 255, 255, .15);
  -webkit-transition: border .4s ease-in-out;
  -o-transition: border .4s ease-in-out;
  transition: border .4s ease-in-out
}

.ut-hero-form.light textarea {
  vertical-align: top
}

.ut-hero-form.light input:hover,
.ut-hero-form.light textarea:hover {
  border-width: 0 0 2px;
  background: 0 0;
  border-color: rgba(255, 255, 255, .3);
  -webkit-box-shadow: none;
  box-shadow: none
}

.ut-hero-form.light input:focus,
.ut-hero-form.light input:active,
.ut-hero-form.light textarea:active,
.ut-hero-form.light textarea:focus {
  border-width: 0 0 2px;
  background: 0 0;
  border-color: rgba(255, 255, 255, 1);
  -webkit-box-shadow: none;
  box-shadow: none
}

.ut-hero-form.light button,
.ut-hero-form.light input[type=submit],
.ut-hero-form.light input[type=button] {
  padding: 8px 12px
}

#ut-sitebody .span.wpcf7-not-valid-tip {
  color: #151515 !important
}

#ut-sitebody .light .span.wpcf7-not-valid-tip {
  color: #fff !important
}

.hero-inner p img {
  margin-bottom: 0;
  margin-top: 0
}

.hero-inner.hero-bottom {
  vertical-align: bottom
}

.hero-inner p {
  font-size: 20px;
  line-height: 150%
}

.ut-split-image {
  margin: 0 auto
}

.hdh,
.hth,
.hdb {
  display: block;
  margin: 0 auto;
  width: 100%
}

.hdh {
  margin-bottom: 10px
}

.hdb {
  margin-top: 10px
}

.hero-title {
  margin: 0;
  color: #fff;
  display: inline-block;
  font-size: 80px;
  line-height: 125%;
  -ms-word-wrap: break-word;
  word-wrap: break-word
}

.ut-hero-highlighted-header .hero-title {
  font-size: 60px
}

.hero-description {
  color: #fff;
  font-size: 14px;
  margin: 0 auto;
  text-transform: uppercase;
  display: inline-block
}

.hero-description-bottom {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin: 0 auto;
  line-height: 200%
}

.ut-hero-style-4 .hdh,
.ut-hero-style-6 .hdh,
.ut-hero-style-7 .hdh,
.ut-hero-style-8 .hdh {
  margin-bottom: 16px
}

.ut-hero-style-4 .hdb,
.ut-hero-style-6 .hdb,
.ut-hero-style-7 .hdb,
.ut-hero-style-8 .hdb {
  margin-top: 20px
}


.ut-hero-style-2 .hdh {
  margin-bottom: 0
}

.ut-hero-style-3 .hero-description {
  border-bottom: 3px solid #fff;
  border-bottom: 3px solid rgba(255, 255, 255, .15)
}

.ut-hero-style-3 .hero-description {
  padding-bottom: 0
}

.ut-hero-style-3 .hero-btn,
.ut-hero-style-3 .hero-second-btn {
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, .15)
}

.ut-hero-style-4 .hero-title {
  background: #fff;
  padding: 8px 12px;
  color: #151515;
  border: 6px solid #151515;
  -webkit-box-shadow: 0 0 0 6px #fff;
  box-shadow: 0 0 0 6px #fff
}

.ut-hero-style-4 .hero-btn {
  background: #fff;
  color: #151515
}

.ut-hero-style-5 .hero-description {
  border-bottom: 3px solid
}

.ut-hero-style-5 .hero-btn,
.ut-hero-style-5 .hero-second-btn {
  border-color: #fff
}

.ut-hero-style-6 .hero-title {
  padding: .2em;
  border: 4px solid #fff;
  border: 4px solid rgba(255, 255, 255, .15)
}

.ut-hero-style-6 .hero-btn,
.ut-hero-style-6 .hero-second-btn {
  border: 2px solid #fff;
  border: 2px solid rgba(255, 255, 255, .15)
}

.ut-hero-style-7 .hero-title {
  padding: .1em .2em;
  border: 6px solid #fff
}

.ut-hero-style-7 .hero-btn,
.ut-hero-style-7 .hero-second-btn {
  border: 3px solid #fff;
  border: 3px solid rgba(255, 255, 255, 1)
}

.ut-hero-style-8 .hero-title {
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  padding: .2em 0
}

.ut-hero-style-8 .hero-btn,
.ut-hero-style-8 .hero-second-btn {
  border: 2px solid #fff;
  border: 2px solid rgba(255, 255, 255, 1)
}

.ut-hero-style-9 .hero-title {
  border-right: 4px solid #fff;
  border-left: 4px solid #fff;
  padding: 0 .2em
}

.ut-hero-style-9 .hero-btn,
.ut-hero-style-9 .hero-second-btn {
  border: 2px solid #fff;
  border: 2px solid rgba(255, 255, 255, 1)
}

.ut-hero-style-10 .hero-title {
  border-right: 4px dashed #fff;
  border-left: 4px dashed #fff;
  padding: 0 .2em
}

.ut-hero-style-10 .hero-btn,
.ut-hero-style-10 .hero-second-btn {
  border: 2px solid #fff;
  border: 2px solid rgba(255, 255, 255, 1)
}

.hero-down-arrow {
  bottom: 10px;
  font-size: 16px;
  position: absolute;
  left: 50%;
  z-index: 1000
}

.hero-down-arrow {
  color: #fff
}

.hero-down-arrow a:hover,
.hero-down-arrow a:active {
  color: #fff
}

.hero-btn-holder {
  display: block;
  margin-top: 20px
}

.hero-btn,
.hero-second-btn {
  background: 0 0;
  color: #fff;
  font-weight: 500;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 1);
  padding: 1em 2.5em;
  font-size: 12px;
  line-height: 24px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  text-decoration: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  will-change: transform
}

.hero-btn-shadow:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.hero-btn-icon-before {
  padding-right: 10px
}

.hero-btn-icon-after {
  padding-left: 10px
}

.hero-second-btn {
  margin-left: 16px
}

.hero-btn:hover,
.hero-second-btn:hover,
.hero-btn:active,
.hero-second-btn:active {
  color: #fff;
  background: rgba(255, 255, 255, .05)
}

#ut-hero.ut-hero-custom .grid-container {
  max-width: 100%
}

#ut-hero.ut-hero-custom .hero-inner.ut-hero-custom-left {
  padding-left: 20px
}

#ut-hero.ut-hero-custom .hero-inner.ut-hero-custom-right {
  padding-right: 20px
}

#ut-hero.ut-hero-custom .hero-inner.ut-hero-custom-left.ut-hero-bottom,
#ut-hero.ut-hero-custom .hero-inner.ut-hero-custom-right.ut-hero-bottom {
  padding-bottom: 40px;
  vertical-align: bottom
}

.ut-hero-video .ut-video {
  margin-bottom: 0
}

.ut-hero-video-boxed {
  background: 0 0;
  margin: 0;
  border: 1px solid;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .25);
  box-shadow: 0 10px 10px rgba(0, 0, 0, .25)
}

.ut-hero-video-boxed.ut-hero-video-dark {
  border-color: #000 !important;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .25);
  box-shadow: 0 10px 10px rgba(0, 0, 0, .25)
}

.ut-hero-video-boxed.ut-hero-video-light {
  background: rgba(255, 255, 255, .05);
  border-color: #fff;
  border-color: rgba(255, 255, 255, 1)
}

.ut-hero-style-1 .ut-hero-video-boxed.ut-hero-video-dark,
.ut-hero-style-1 .ut-hero-video-boxed.ut-hero-video-light {
  background: 0 0;
  border: none;
  padding: 20px 0 0;
  background-attachment: scroll;
  background-repeat: repeat-x;
  background-position: top center
}

.ut-hero-style-2 .ut-hero-video-boxed.ut-hero-video-dark,
.ut-hero-style-2 .ut-hero-video-boxed.ut-hero-video-light {
  background: 0 0;
  border: none;
  padding: 0
}

.ut-hero-style-3 .ut-hero-video-boxed.ut-hero-video-dark,
.ut-hero-style-3 .ut-hero-video-boxed.ut-hero-video-light {
  border-color: #fff;
  border-color: rgba(255, 255, 255, .15);
  border-width: 2px;
  padding: 0
}

.ut-hero-style-4 .ut-hero-video-boxed.ut-hero-video-dark,
.ut-hero-style-4 .ut-hero-video-boxed.ut-hero-video-light {
  padding: 0;
  background: 0;
  border-width: 4px
}

.ut-hero-style-5 .ut-hero-video-boxed.ut-hero-video-dark,
.ut-hero-style-5 .ut-hero-video-boxed.ut-hero-video-light {
  padding: 0;
  background: 0 0;
  border-width: 3px 0 0
}

.ut-hero-style-6 .ut-hero-video-boxed.ut-hero-video-dark,
.ut-hero-style-6 .ut-hero-video-boxed.ut-hero-video-light {
  border-width: 4px;
  border-color: #fff;
  border-color: rgba(255, 255, 255, .15);
  padding: 0
}

.ut-hero-style-7 .ut-hero-video-boxed.ut-hero-video-dark,
.ut-hero-style-7 .ut-hero-video-boxed.ut-hero-video-light {
  padding: 0;
  border: 6px solid #fff;
  border: 6px solid rgba(255, 255, 255, 1)
}

.ut-hero-style-8 .ut-hero-video-boxed.ut-hero-video-dark,
.ut-hero-style-8 .ut-hero-video-boxed.ut-hero-video-light {
  border-color: #fff;
  border-color: rgba(255, 255, 255, 1);
  border-width: 4px 0;
  padding-left: 0;
  padding-right: 0;
  background: 0 0
}

.ut-hero-style-9 .ut-hero-video-boxed.ut-hero-video-dark,
.ut-hero-style-9 .ut-hero-video-boxed.ut-hero-video-light {
  border-width: 0 4px;
  border-color: #fff;
  padding: 0;
  background: 0 0
}

.ut-hero-style-10 .ut-hero-video-boxed.ut-hero-video-dark,
.ut-hero-style-10 .ut-hero-video-boxed.ut-hero-video-light {
  border-color: #fff;
  border-style: dashed;
  border-width: 4px 0 0;
  padding: 0;
  background: 0 0
}

.ut-hero-style-1 .ut-hero-video-boxed.ut-hero-video-themecolor {
  background: 0 0;
  border: none;
  padding: 20px 0 0;
  background-attachment: scroll;
  background-repeat: repeat-x;
  background-position: top center
}

.ut-hero-style-2 .ut-hero-video-boxed.ut-hero-video-themecolor {
  background: 0 0;
  border: none;
  padding: 0
}

.ut-hero-style-3 .ut-hero-video-boxed.ut-hero-video-themecolor {
  border-width: 2px;
  padding: 0
}

.ut-hero-style-4 .ut-hero-video-boxed.ut-hero-video-themecolor {
  padding: 0;
  background: 0;
  border-width: 4px
}

.ut-hero-style-5 .ut-hero-video-boxed.ut-hero-video-themecolor {
  padding: 0;
  background: 0 0;
  border-width: 3px 0 0
}

.ut-hero-style-6 .ut-hero-video-boxed.ut-hero-video-themecolor {
  border-width: 4px;
  padding: 0
}

.ut-hero-style-7 .ut-hero-video-boxed.ut-hero-video-themecolor {
  padding: 0;
  border-width: 6px
}

.ut-hero-style-8 .ut-hero-video-boxed.ut-hero-video-themecolor {
  border-width: 4px 0;
  padding-left: 0;
  padding-right: 0;
  background: 0 0
}

.ut-hero-style-9 .ut-hero-video-boxed.ut-hero-video-themecolor {
  border-width: 0 4px;
  padding: 0;
  background: 0 0
}

.ut-hero-style-10 .ut-hero-video-boxed.ut-hero-video-themecolor {
  border-style: dashed;
  border-width: 4px 0 0;
  padding: 0;
  background: 0 0
}

.ut-tablet-holder {
  height: 100%;
  width: 100%;
  display: table
}

.ut-tablet-inner {
  display: table-cell;
  position: relative;
  vertical-align: bottom;
  width: 100%;
  text-align: left;
  color: #fff
}

.ut-tablet-title {
  color: #fff;
  margin-bottom: 30px
}

.ut-right-tablet-button {
  margin-right: 0
}

ul.ut-tablet-nav {
  margin: 0 0 40px;
  padding: 0
}

ul.ut-tablet-nav a {
  color: #fff
}

ul.ut-tablet-nav li {
  position: relative;
  padding: 0 0 0 15px;
  margin: 0
}

ul.ut-tablet-nav li:before {
  content: "\f096";
  font-family: "FontAwesome";
  font-size: 12px;
  top: 0;
  left: 0;
  position: absolute
}

ul.ut-tablet-nav li.selected:before {
  content: "\f046";
  font-family: "FontAwesome";
  font-size: 12px;
  top: 0;
  left: 0;
  position: absolute
}

ul.ut-tablet {
  margin: 0;
  padding: 0;
  padding-top: 11.5%;
  padding-right: 10.1%;
  padding-left: 10.1%;
  overflow: hidden;
  border-top-left-radius: 5%;
  border-top-right-radius: 5%
}

ul.ut-tablet.white {
  background: url(//www.coaching-germany.de/wp-content/themes/brooklyn/images/pad_white.png);
  background-size: cover
}

ul.ut-tablet.black {
  background: url(//www.coaching-germany.de/wp-content/themes/brooklyn/images/pad_black.png);
  background-size: cover
}

ul.ut-tablet.shadow {
  -webkit-box-shadow: 20px 0px 80px 0px rgba(0, 0, 0, .8);
  box-shadow: 20px 0px 80px 0px rgba(0, 0, 0, .8)
}

ul.ut-tablet li {
  display: none;
  position: relative;
  padding: 2px 2px 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

ul.ut-tablet li img {
  width: 100%;
  margin: 0;
  padding: 0
}

ul.ut-tablet li.show {
  display: block
}

.ut-tablet-single-title {
  color: #fff
}

.ut-tablet-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, .9);
  opacity: 0;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
  text-align: center;
  color: #fff !important;
  overflow: hidden
}

.ut-tablet .show:hover .ut-tablet-overlay {
  opacity: 1
}

.ut-tablet-overlay-content-wrap {
  width: 100%;
  height: 100%;
  display: table
}

.ut-tablet-overlay-content {
  height: 100%;
  display: table-cell;
  vertical-align: middle
}

.ut-tablet-overlay .ut-btn {
  font-weight: 700
}

@-webkit-keyframes fade-out {
  33% {
    opacity: 1
  }

  66% {
    opacity: 0
  }
}

@keyframes fade-out {
  33% {
    opacity: 1
  }

  66% {
    opacity: 0
  }
}

ul.ut-image-fader {
  margin: 0;
  list-style: none;
  padding: 0
}

ul.ut-image-fader li {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 0
}

.ut-no-js ul.ut-image-fader li {
  -webkit-animation: fade-out 12s infinite both;
  animation: fade-out 12s infinite both
}

.ut-hero-image-animated ul.ut-image-fader li {
  -webkit-animation: fade-out 12s infinite both;
  animation: fade-out 12s infinite both
}

.ut-simple-video-container {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  overflow: hidden;
  pointer-events: none
}

.ut-simple-video-container video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.ut-hero-video-position {
  top: 0 !important;
  position: relative !important;
  height: 100%;
  width: 100%;
  min-width: 100%;
  min-height: 100%
}

#ut-video-hero::-webkit-media-controls {
  display: none !important
}

.ut-video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  z-index: 1
}

.ut-video-container.ut-video-background-fit video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.ut-video-container.ut-video-object-fit video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.ut-hero-meta-description-holder {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 150%
}

.ut-hero-meta-description-holder a {
  color: #fff
}

.ut-hero-meta-description-holder a:hover,
.ut-hero-meta-description-holder a:active {
  color: rgba(255, 255, 255, .5)
}

.ut-hero-meta-description-holder div {
  display: inline
}

.ut-hero-meta-description-holder div:not(:last-child):after {
  content: '|';
  color: #fff;
  padding: 0 15px
}

.ut-hero-meta-author ul {
  display: inline;
  margin: 0;
  list-style: none
}

.ut-hero-meta-author ul li {
  display: inline-block;
  vertical-align: middle
}

.ut-hero-meta-author .ut-entry-avatar-image {
  height: 40px;
  margin-right: 15px;
  width: 40px
}

.ut-hero-meta-author .ut-entry-avatar-image img,
.ut-archive-hero-avatar img {
  border: 2px solid #ffbf00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%
}

.ut-archive-hero-avatar {
  display: block;
  height: 80px;
  width: 80px;
  margin: 0 auto 20px;
  text-align: center
}

.ut-horizontal-navigation {
  font-family: 'ralewaymedium', sans-serif;
  float: right
}

.ut-horizontal-navigation.ut-navigation-centered {
  float: none
}

.ut-horizontal-navigation ul {
  position: relative;
  float: right
}

.ut-horizontal-navigation ul li {
  position: relative;
  display: block;
  float: left;
  z-index: 2
}

.ut-horizontal-navigation a {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  text-decoration: none;
  display: block
}

.ut-header-extra-module-custom-fields .ut-horizontal-navigation a.ut-main-navigation-link {
  display: inline-block
}

.ut-horizontal-navigation a.bklyn-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.ut-main-navigation-link {
  padding-left: 15px;
  padding-right: 15px
}

.ut-main-navigation-link .ut-wpml-language-switch-flag {
  vertical-align: middle;
  margin-right: 10px
}

#header-section[data-style=style-6] #navigation.ut-horizontal-navigation ul li:last-child .ut-main-navigation-link,
#header-section[data-style=default] #navigation.ut-horizontal-navigation ul li:last-child .ut-main-navigation-link {
  padding-right: 0
}

#header-section[data-style=style-6] #navigation.ut-navigation-style-animation-line-middle ul li:last-child .ut-main-navigation-link,
#header-section[data-style=default] #navigation.ut-navigation-style-animation-line-middle ul li:last-child .ut-main-navigation-link {
  margin-right: 0
}

#header-section[data-style=style-9] #navigation.ut-horizontal-navigation ul li:first-child .ut-main-navigation-link,
#header-section[data-style=style-5] #navigation.ut-horizontal-navigation ul li:first-child .ut-main-navigation-link,
#header-section[data-style=style-1] #navigation.ut-horizontal-navigation ul li:first-child .ut-main-navigation-link {
  padding-left: 0
}

#header-section[data-style=style-9] #navigation.ut-navigation-style-animation-line-middle ul li:first-child .ut-main-navigation-link,
#header-section[data-style=style-5] #navigation.ut-navigation-style-animation-line-middle ul li:first-child .ut-main-navigation-link,
#header-section[data-style=style-1] #navigation.ut-navigation-style-animation-line-middle ul li:first-child .ut-main-navigation-link {
  margin-left: 0
}

.ut-horizontal-navigation.ut-navigation-style-separator ul li a:after {
  content: "\2022";
  position: absolute;
  top: 0;
  color: #151515;
  left: -4px
}

.ut-horizontal-navigation.ut-navigation-style-separator ul li:first-child a:after {
  display: none
}

.ut-navigation-with-description-above .ut-main-navigation-link span {
  position: relative
}

.ut-navigation-with-description-above .ut-has-description .ut-main-navigation-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px
}

.ut-navigation-with-description-above .ut-has-description .ut-main-navigation-link span {
  line-height: 1;
  display: block
}

.ut-navigation-with-description-above .ut-has-description .ut-main-navigation-link span:before {
  content: attr(data-description);
  line-height: initial;
  font-size: .9em;
  display: block;
  text-align: right;
  margin-bottom: 2px
}

#header-section .site-logo .logo,
#header-section .site-logo .logo a,
#header-section .site-logo .logo a:hover,
#header-section .site-logo .logo a:active {
  color: #151515
}

#header-section.ut-header-dark .site-logo .logo,
#header-section.ut-header-dark .site-logo .logo a,
#header-section.ut-header-dark .site-logo .logo a:hover,
#header-section.ut-header-dark .site-logo .logo a:active {
  color: #fff
}

#header-section.ha-transparent .site-logo .logo,
#header-section.ha-transparent .site-logo .logo a,
#header-section.ha-transparent .site-logo .logo a:hover,
#header-section.ha-transparent .site-logo .logo a:active {
  color: #fff
}

#header-section,
.ut-placeholder-light {
  background: #fff
}

#header-section.ut-header-dark,
.ut-placeholder-dark {
  background: #131416
}

#header-section.ha-transparent {
  background: 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

#header-section.ha-transparent:hover {
  background: #131416;
  background: rgba(19, 20, 22, .25)
}

#header-section {
  border-bottom: 1px solid #ddd
}

#header-section.ut-header-dark,
#header-section.ut-primary-custom-skin,
#header-section.ut-secondary-custom-skin,
#header-section.ut-primary-custom-skin:hover {
  border-bottom-color: transparent
}

#header-section.ha-transparent {
  border-color: #fff;
  border-color: rgba(255, 255, 255, .1)
}

#header-section .ut-top-header-sub-menu ul,
#header-section .ut-horizontal-navigation .sub-menu,
#header-section .ut-megamenu {
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd
}

#header-section.ut-header-dark .ut-top-header-sub-menu ul,
#header-section.ut-header-dark .ut-horizontal-navigation .sub-menu,
#header-section.ut-header-dark .ut-megamenu {
  background: #131416;
  border-width: 2px 0 0;
  border-style: solid;
  border-color: #fff
}

#header-section.ha-transparent .ut-top-header-sub-menu ul,
#header-section.ha-transparent .ut-horizontal-navigation .sub-menu,
#header-section.ha-transparent .ut-megamenu {
  background: #131416;
  background: rgba(19, 20, 22, .5)
}

#header-section .ut-header-extra-module .sub-menu,
#header-section .ut-top-header-sub-menu ul,
#header-section .ut-navigation-with-animation .sub-menu,
#header-section .ut-navigation-with-animation .ut-megamenu {
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

.ut-header-extra-module .ut-horizontal-navigation ul li.ut-menu-item-lvl-0>ul.sub-menu {
  top: 150%
}

.ut-header-extra-module .ut-horizontal-navigation ul li.ut-menu-item-lvl-0:hover>ul.sub-menu {
  top: 100%
}

.ut-horizontal-navigation.ut-navigation-with-animation ul li.ut-is-megamenu>.ut-megamenu,
.ut-horizontal-navigation.ut-navigation-with-animation ul li.ut-menu-item-lvl-0>ul.sub-menu {
  top: 150%
}

.ut-horizontal-navigation.ut-navigation-with-animation ul li.ut-is-megamenu:hover>.ut-megamenu,
.ut-horizontal-navigation.ut-navigation-with-animation ul li.ut-menu-item-lvl-0:hover>ul.sub-menu {
  top: 100%
}

.ut-horizontal-navigation.ut-navigation-with-animation ul.sub-menu li.menu-item-has-children>ul.sub-menu {
  left: 150%;
  width: 100%
}

.ut-horizontal-navigation.ut-navigation-with-animation ul.sub-menu li.menu-item-has-children:hover>ul.sub-menu {
  left: 100%
}

#header-section,
#header-section .ut-deactivated-link,
#header-section .ut-deactivated-link:hover,
#header-section .ut-deactivated-link:active {
  color: #151515
}

#header-section.ut-header-dark,
#header-section.ut-header-dark .ut-deactivated-link,
#header-section.ut-header-dark .ut-deactivated-link:hover #header-section.ut-header-dark .ut-deactivated-link:active {
  color: #fff;
  color: rgba(255, 255, 255, .5)
}

#header-section.ha-transparent,
#header-section.ha-transparent .ut-deactivated-link,
#header-section.ha-transparent .ut-deactivated-link:hover,
#header-section.ha-transparent .ut-deactivated-link:active {
  color: #fff;
  color: rgba(255, 255, 255, .7)
}

#header-section a {
  color: #151515
}

#header-section.ut-header-dark a {
  color: #fff;
  color: rgba(255, 255, 255, .5)
}

#header-section.ha-transparent a {
  color: #fff;
  color: rgba(255, 255, 255, .7)
}

#header-section.ut-navigation-style-on.ut-header-light #navigation .ut-main-navigation-link:hover,
#header-section.ut-navigation-style-on.ut-header-light #navigation .ut-main-navigation-link:active,
#header-section.ut-navigation-style-on.ut-header-light #navigation .ut-main-navigation-link.selected,
#header-section.ut-navigation-style-on.ut-header-light #navigation .ut-main-navigation-link.selected:hover,
#header-section.ut-navigation-style-on.ut-header-light #navigation .ut-main-navigation-link.selected:active,
#header-section.ut-navigation-style-on.ut-header-light #navigation li.sfHover>.ut-main-navigation-link,
#header-section.ut-navigation-style-on.ut-header-light #navigation li.current_page_item:not(.menu-item-object-custom)>.ut-main-navigation-link,
#header-section.ut-navigation-style-on.ut-header-light #navigation li.current-menu-item:not(.menu-item-object-custom)>.ut-main-navigation-link,
#header-section.ut-navigation-style-on.ut-header-light #navigation li.current_page_ancestor>.ut-main-navigation-link,
#header-section.ut-navigation-style-on.ut-header-light #navigation li.current-menu-ancestor>.ut-main-navigation-link,
#header-section.ut-navigation-style-on.ut-header-light #navigation-secondary .ut-main-navigation-link:hover,
#header-section.ut-navigation-style-on.ut-header-light #navigation-secondary .ut-main-navigation-link:active,
#header-section.ut-navigation-style-on.ut-header-light #navigation-secondary .ut-main-navigation-link.selected,
#header-section.ut-navigation-style-on.ut-header-light #navigation-secondary .ut-main-navigation-link.selected:hover,
#header-section.ut-navigation-style-on.ut-header-light #navigation-secondary .ut-main-navigation-link.selected:active,
#header-section.ut-navigation-style-on.ut-header-light #navigation-secondary li.sfHover>.ut-main-navigation-link,
#header-section.ut-navigation-style-on.ut-header-light #navigation-secondary li.current_page_item:not(.menu-item-object-custom)>.ut-main-navigation-link,
#header-section.ut-navigation-style-on.ut-header-light #navigation-secondary li.current-menu-item:not(.menu-item-object-custom)>.ut-main-navigation-link,
#header-section.ut-navigation-style-on.ut-header-light #navigation-secondary li.current_page_ancestor>.ut-main-navigation-link,
#header-section.ut-navigation-style-on.ut-header-light #navigation-secondary li.current-menu-ancestor>.ut-main-navigation-link,
#header-section.ut-navigation-style-on.ut-header-light .ut-header-extra-module-dropdown-menu .ut-main-navigation-link:hover,
#header-section.ut-navigation-style-on.ut-header-light .ut-header-extra-module-dropdown-menu .ut-main-navigation-link:active,
#header-section.ut-navigation-style-on.ut-header-light .ut-header-extra-module-dropdown-menu .ut-main-navigation-link.selected,
#header-section.ut-navigation-style-on.ut-header-light .ut-header-extra-module-dropdown-menu .ut-main-navigation-link.selected:hover,
#header-section.ut-navigation-style-on.ut-header-light .ut-header-extra-module-dropdown-menu .ut-main-navigation-link.selected:active,
#header-section.ut-navigation-style-on.ut-header-light .ut-header-extra-module-dropdown-menu li.sfHover>.ut-main-navigation-link,
#header-section.ut-navigation-style-on.ut-header-light .ut-header-extra-module-custom-fields .ut-main-navigation-link:hover,
#header-section.ut-navigation-style-on.ut-header-light .ut-header-extra-module-custom-fields .ut-main-navigation-link:active,
#header-section.ut-navigation-style-on.ut-header-light .ut-header-extra-module-custom-fields .ut-main-navigation-link.selected,
#header-section.ut-navigation-style-on.ut-header-light .ut-header-extra-module-custom-fields .ut-main-navigation-link.selected:hover,
#header-section.ut-navigation-style-on.ut-header-light .ut-header-extra-module-custom-fields .ut-main-navigation-link.selected:active,
#header-section.ut-navigation-style-on.ut-header-light .ut-header-extra-module-custom-fields li.sfHover>.ut-main-navigation-link {
  color: #151515
}

#header-section.ut-header-light .ut-navigation-with-link-animation-type-border .sub-menu li.sfHover>a {
  color: #151515
}

#header-section.ut-header-light .ut-navigation-with-link-animation-type-border .sub-menu li.current_page_item>a,
#header-section.ut-header-light .ut-navigation-with-link-animation-type-border .sub-menu li.current-menu-item>a,
#header-section.ut-header-light .ut-navigation-with-link-animation-type-border .sub-menu li.current_page_ancestor>a,
#header-section.ut-header-light .ut-navigation-with-link-animation-type-border .sub-menu li.current-menu-ancestor>a,
#header-section.ut-header-light .ut-navigation-with-link-animation-type-border .ut-navigation-column-list li.current_page_item>a,
#header-section.ut-header-light .ut-navigation-with-link-animation-type-border .ut-navigation-column-list li.current-menu-item>a,
#header-section.ut-header-light .ut-navigation-with-link-animation-type-border .ut-navigation-column-list li.current_page_ancestor>a,
#header-section.ut-header-light .ut-navigation-with-link-animation-type-border .ut-navigation-column-list li.current-menu-ancestor>a,
#header-section.ut-header-light #navigation.ut-navigation-with-link-animation-type-border .sub-menu li>a:hover,
#header-section.ut-header-light #navigation-secondary.ut-navigation-with-link-animation-type-border .sub-menu li>a:hover,
#header-section.ut-header-light .ut-header-extra-module-dropdown-menu .ut-navigation-with-link-animation-type-border .sub-menu li>a:hover,
#header-section.ut-header-light .ut-navigation-with-link-animation-type-border .ut-navigation-column-list li>a:hover {
  color: #151515
}

#header-section.ut-header-dark a:hover,
#header-section.ut-header-dark a:active,
#header-section.ut-header-dark li.sfHover>.ut-main-navigation-link,
#header-section.ut-header-dark .ut-top-header-has-submenu:hover .ut-header-cart,
#header-section.ut-header-dark .ut-top-header-has-submenu:hover .ut-top-header-main-link,
#header-section.ut-header-dark .sub-menu li.sfHover>a {
  color: #fff;
  color: rgba(255, 255, 255, 1)
}

#header-section.ha-transparent a:hover,
#header-section.ha-transparent a:active,
#header-section.ha-transparent li.sfHover>.ut-main-navigation-link,
#header-section.ha-transparent .ut-top-header-has-submenu:hover .ut-header-cart,
#header-section.ha-transparent .ut-top-header-has-submenu:hover .ut-top-header-main-link,
#header-section.ha-transparent .sub-menu li.sfHover>a {
  color: #fff;
  color: rgba(255, 255, 255, 1)
}

#header-section .ut-navigation-style-separator ul li a:after {
  color: #151515
}

#header-section.ut-header-dark .ut-navigation-style-separator ul li a:after {
  color: #fff;
  color: rgba(255, 255, 255, .5)
}

#header-section.ha-transparent .ut-navigation-style-separator ul li a:after {
  color: #fff;
  color: rgba(255, 255, 255, .7)
}

#header-section.ut-header-dark .selected,
#header-section.ut-header-dark .selected:hover,
#header-section.ut-header-dark .selected:active {
  color: #fff;
  color: rgba(255, 255, 255, 1)
}

#header-section.ha-transparent .selected,
#header-section.ha-transparent .selected:hover,
#header-section.ha-transparent .selected:active {
  color: #fff;
  color: rgba(255, 255, 255, 1)
}

#header-section.ut-header-dark li.current_page_item:not(.menu-item-object-custom)>a,
#header-section.ut-header-dark li.current-menu-item:not(.menu-item-object-custom)>a,
#header-section.ut-header-dark li.current_page_ancestor>a,
#header-section.ut-header-dark li.current-menu-ancestor>a,
#header-section.ut-header-dark .sub-menu li.current_page_item>a,
#header-section.ut-header-dark .sub-menu li.current-menu-item>a,
#header-section.ut-header-dark .sub-menu li.current_page_ancestor>a,
#header-section.ut-header-dark .sub-menu li.current-menu-ancestor>a,
#header-section.ut-header-dark .ut-navigation-column-list li.current_page_item>a,
#header-section.ut-header-dark .ut-navigation-column-list li.current-menu-item>a,
#header-section.ut-header-dark .ut-navigation-column-list li.current_page_ancestor>a,
#header-section.ut-header-dark .ut-navigation-column-list li.current-menu-ancestor>a,
#header-section.ut-header-dark .ut-top-header-sub-menu ul li.current_page_item>a,
#header-section.ut-header-dark .ut-top-header-sub-menu ul li.current-menu-item>a,
#header-section.ut-header-dark .ut-top-header-sub-menu ul li.current_page_ancestor>a,
#header-section.ut-header-dark .ut-top-header-sub-menu ul li.current-menu-ancestor>a {
  color: #fff;
  color: rgba(255, 255, 255, 1)
}

#header-section.ha-transparent li.current_page_item:not(.menu-item-object-custom)>a,
#header-section.ha-transparent li.current-menu-item:not(.menu-item-object-custom)>a,
#header-section.ha-transparent li.current_page_ancestor>a,
#header-section.ha-transparent li.current-menu-ancestor>a,
#header-section.ha-transparent .sub-menu li.current_page_item>a,
#header-section.ha-transparent .sub-menu li.current-menu-item>a,
#header-section.ha-transparent .sub-menu li.current_page_ancestor>a,
#header-section.ha-transparent .sub-menu li.current-menu-ancestor>a,
#header-section.ha-transparent .ut-navigation-column-list li.current_page_item>a,
#header-section.ha-transparent .ut-navigation-column-list li.current-menu-item>a,
#header-section.ha-transparent .ut-navigation-column-list li.current_page_ancestor>a,
#header-section.ha-transparent .ut-navigation-column-list li.current-menu-ancestor>a,
#header-section.ha-transparent .ut-top-header-sub-menu ul li.current_page_item>a,
#header-section.ha-transparent .ut-top-header-sub-menu ul li.current-menu-item>a,
#header-section.ha-transparent .ut-top-header-sub-menu ul li.current_page_ancestor>a,
#header-section.ha-transparent .ut-top-header-sub-menu ul li.current-menu-ancestor>a {
  color: #fff;
  color: rgba(255, 255, 255, 1)
}

#header-section .ut-navigation-column-list>li.menu-item-object-megamenu-image:last-child:first-child {
  margin-top: 0
}

#header-section .ut-navigation-column-list>li.menu-item-object-megamenu-image:last-child {
  margin-top: 20px
}

#header-section .ut-megamenu .ut-nav-header h3 {
  color: #151515
}

#header-section.ut-header-dark .ut-megamenu .ut-nav-header h3 {
  color: #fff;
  color: rgba(255, 255, 255, .5)
}

#header-section.ut-header-dark .ut-megamenu .current-menu-parent .ut-nav-header h3,
#header-section.ut-header-dark .ut-megamenu .ut-navigation-column-list:hover .ut-nav-header h3 {
  color: #fff;
  color: rgba(255, 255, 255, 1)
}

#header-section.ha-transparent .ut-megamenu .ut-nav-header h3 {
  color: #fff;
  color: rgba(255, 255, 255, .7)
}

#header-section.ha-transparent .ut-megamenu .current-menu-parent .ut-nav-header h3,
#header-section.ha-transparent .ut-megamenu .ut-navigation-column-list:hover .ut-nav-header h3 {
  color: #fff;
  color: rgba(255, 255, 255, 1)
}

#header-section .ut-header-mini-cart .ut-header-mini-cart-item,
#header-section #ut-top-header .ut-header-mini-cart .ut-header-mini-cart-item,
#header-section #header-section-area-separator .ut-header-area-separator,
#header-section #ut-top-header .ut-top-header-border-separator,
#header-section #ut-top-header,
#header-section[data-separator=on][data-style=style-9] #header-section-lower-area,
#header-section[data-separator=on][data-style=style-5] #header-section-lower-area,
#header-section[data-separator=on]:not([data-style=style-9]):not([data-style=style-5]) #header-section-upper-area {
  border-color: #ddd
}

#header-section .ut-megamenu .ut-megamenu-grid-col:not(:first-child) {
  border-left: 1px solid #ddd
}

#header-section .ut-header-area-separator {
  border-bottom: 1px solid #ddd
}

#header-section .ut-header-dark .ut-header-area-separator {
  border-bottom: 1px solid rgba(255, 255, 255, .5)
}

#header-section.ut-header-dark .ut-header-mini-cart .ut-header-mini-cart-item,
#header-section.ut-header-dark #ut-top-header .ut-header-mini-cart .ut-header-mini-cart-item,
#header-section.ut-header-dark #header-section-area-separator .ut-header-area-separator,
#header-section.ut-header-dark #ut-top-header .ut-top-header-border-separator,
#header-section.ut-header-dark #ut-top-header,
#header-section.ut-header-dark[data-separator=on][data-style=style-9] #header-section-lower-area,
#header-section.ut-header-dark[data-separator=on][data-style=style-5] #header-section-lower-area,
#header-section.ut-header-dark[data-separator=on]:not([data-style=style-9]):not([data-style=style-5]) #header-section-upper-area {
  border-color: rgba(255, 255, 255, .1)
}

#header-section.ut-header-dark .ut-megamenu .ut-megamenu-grid-col:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, .1)
}

#header-section.ha-transparent .ut-horizontal-navigation .ut-megamenu {
  border: 1px solid rgba(255, 255, 255, .1)
}

#header-section.ha-transparent .bklyn-btn:hover,
#header-section.ha-transparent .bklyn-btn:active {
  background: #fff;
  color: #151515
}

#header-section.ha-transparent .ut-top-header-sub-menu ul,
#header-section.ha-transparent .ut-horizontal-navigation ul.sub-menu {
  border: 1px solid rgba(255, 255, 255, .1)
}

#header-section.ha-transparent .ut-header-mini-cart .ut-header-mini-cart-item,
#header-section.ha-transparent #ut-top-header .ut-header-mini-cart .ut-header-mini-cart-item,
#header-section.ha-transparent #header-section-area-separator .ut-header-area-separator,
#header-section.ha-transparent #ut-top-header .ut-top-header-border-separator,
#header-section.ha-transparent #ut-top-header,
#header-section.ha-transparent[data-separator=on][data-style=style-9] #header-section-lower-area,
#header-section.ha-transparent[data-separator=on][data-style=style-5] #header-section-lower-area,
#header-section.ha-transparent[data-separator=on]:not([data-style=style-9]):not([data-style=style-5]) #header-section-upper-area {
  border-color: rgba(255, 255, 255, .1)
}

#header-section.ha-transparent .ut-megamenu .ut-megamenu-grid-col:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, .1)
}

.ha-transparent .ut-header-cart-mobile .ut-header-cart:hover i,
.ut-header-dark .ut-header-cart-mobile .ut-header-cart:hover i,
.ha-transparent .ut-header-cart-mobile .ut-header-cart:active i,
.ut-header-dark .ut-header-cart-mobile .ut-header-cart:active i,
.ha-transparent .ut-header-cart-mobile .ut-header-cart,
.ut-header-dark .ut-header-cart-mobile .ut-header-cart,
.ha-transparent .ut-header-cart-mobile .ut-header-cart:hover,
.ut-header-dark .ut-header-cart-mobile .ut-header-cart:hover,
.ha-transparent .ut-header-cart-mobile .ut-header-cart:active,
.ut-header-dark .ut-header-cart-mobile .ut-header-cart:active {
  color: #fff
}

.ut-header-light .ut-header-cart-mobile .ut-header-cart:hover i,
.ut-header-light .ut-header-cart-mobile .ut-header-cart:active i,
.ut-header-light .ut-header-cart-mobile .ut-header-cart,
.ut-header-light .ut-header-cart-mobile .ut-header-cart:hover,
.ut-header-light .ut-header-cart-mobile .ut-header-cart:active {
  color: #151515
}

.ut-header-extra-module-company-social .ut-navigation-style-separator ul li a:after,
.ut-navigation-style-separator .ut-header-extra-module-custom-fields li a:after,
.ut-navigation-style-separator .ut-header-extra-module-toolbar li a:after {
  display: none
}

.ut-header-extra-module li .ut-main-navigation-link {
  padding: 0 !important;
  margin: 0 10px !important
}

.ut-header-extra-module.ut-header-extra-module-toolbar li .ut-main-navigation-link {
  padding: 0 !important;
  margin: 0 15px !important
}

.ut-header-extra-module li:first-child .ut-main-navigation-link {
  padding: 0 !important;
  margin-left: 0 !important
}

.ut-header-extra-module li:last-child .ut-main-navigation-link {
  padding: 0 !important;
  margin-right: 0 !important
}

.ut-navigation-style-animation-line ul li .ut-main-navigation-link,
.ut-navigation-style-animation-line-middle ul li .ut-main-navigation-link {
  padding: 0;
  margin-left: 15px;
  margin-right: 15px
}

.ut-navigation-style-animation-line ul li .ut-main-navigation-link:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 0;
  left: 0;
  -webkit-transition: width .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: width .3s cubic-bezier(.215, .61, .355, 1);
  transition: width .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.ut-header-extra-module-company-social .ut-navigation-style-animation-line li .ut-main-navigation-link:after,
.ut-navigation-style-animation-line .ut-header-extra-module-toolbar li .ut-main-navigation-link:not(.ut-wpml-language-switch-active):after {
  display: none
}

.ut-navigation-style-animation-line.ut-navigation-style-animation-line-top ul li .ut-main-navigation-link:after {
  top: 0
}

.ut-navigation-style-animation-line.ut-navigation-style-animation-line-bottom ul li .ut-main-navigation-link:after {
  bottom: 0
}

.ut-navigation-style-animation-line-middle ul li .ut-main-navigation-link>span {
  position: relative
}

.ut-navigation-style-animation-line-middle ul li .ut-main-navigation-link>span:after {
  bottom: -4px;
  position: absolute;
  content: '';
  height: 2px;
  width: 0;
  left: 0;
  -webkit-transition: width .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: width .3s cubic-bezier(.215, .61, .355, 1);
  transition: width .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.ut-navigation-style-animation-line-middle ul li.current-menu-item:not(.menu-item-object-custom) .ut-main-navigation-link>span:after,
.ut-navigation-style-animation-line-middle ul li.current-menu-parent:not(.has-scroll-children) .ut-main-navigation-link>span:after,
.ut-navigation-style-animation-line-middle ul li .ut-main-navigation-link.active>span:after,
.ut-navigation-style-animation-line-middle ul li .ut-main-navigation-link.selected>span:after,
.ut-navigation-style-animation-line-middle ul li .ut-main-navigation-link:hover>span:after,
.ut-navigation-style-animation-line-middle ul li.sfHover .ut-main-navigation-link>span:after,
.ut-navigation-style-animation-line ul li.current-menu-item:not(.menu-item-object-custom) .ut-main-navigation-link:after,
.ut-navigation-style-animation-line ul li.current-menu-parent:not(.has-scroll-children) .ut-main-navigation-link:after,
.ut-navigation-style-animation-line ul li .ut-main-navigation-link.active:after,
.ut-navigation-style-animation-line ul li .ut-main-navigation-link.selected:after,
.ut-navigation-style-animation-line ul li .ut-main-navigation-link:hover:after,
.ut-navigation-style-animation-line ul li.sfHover .ut-main-navigation-link:after {
  width: 100%
}

.ut-horizontal-navigation ul.sub-menu {
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
  text-align: left;
  opacity: 0;
  top: 100%;
  pointer-events: none;
  transform: translate3d(0px, 0px, 0px)
}

ul.sub-menu .ut-wpml-language-switch-flag {
  vertical-align: middle;
  margin-right: 10px
}

.ut-wpml-language-switch-code {
  text-transform: uppercase !important
}

.ut-horizontal-navigation ul.sub-menu li>a {
  -webkit-transition: color .3s, background .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: color .3s, background .3s cubic-bezier(.215, .61, .355, 1);
  transition: color .3s, background .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.ut-horizontal-navigation ul li:hover>ul.sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto
}

.ut-horizontal-navigation ul.sub-menu ul,
.ut-horizontal-navigation ul.sub-menu li {
  margin-left: 0
}

.ut-horizontal-navigation ul.sub-menu li a:after {
  display: none
}

.ut-horizontal-navigation ul.sub-menu li>a {
  background: 0 0 !important;
  min-width: 200px;
  position: static;
  margin: 0;
  padding: 0 40px;
  font-size: 10px;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis
}

.ut-horizontal-navigation ul.sub-menu li>a:not(.ut-remove-header-cart-item):not(.ut-header-mini-cart-link) {
  height: 30px;
  line-height: 30px
}

.ut-horizontal-navigation ul li ul li ul li {
  display: block
}

.ut-header-extra-module-company-social .fa-ul.ut-navigation-menu li .ut-main-navigation-link {
  height: 80px
}

.sub-menu .sf-with-ul:before {
  font-family: 'Brooklyn-Core';
  font-size: 12px;
  font-style: normal;
  content: "\e915";
  position: absolute;
  right: 15px
}

.sub-menu li a i {
  margin-right: 10px
}

.ut-horizontal-navigation.ut-navigation-centered ul.ut-navigation-menu {
  float: none;
  text-align: center
}

.ut-horizontal-navigation.ut-navigation-centered ul.sub-menu {
  text-align: left
}

.ut-horizontal-navigation.ut-navigation-centered>ul>li {
  display: inline-block;
  float: none
}

#navigation-secondary.ut-navigation-centered>ul>li:first-child>a {
  padding-left: 0
}

.ut-horizontal-navigation ul ul ul {
  left: 100%
}

.ut-horizontal-navigation ul.sub-menu li>ul.sub-menu {
  top: -1px
}

.ut-horizontal-navigation ul.sub-menu li:not(:first-child)>ul.sub-menu {
  top: -40px
}

.ut-header-dark .ut-horizontal-navigation ul.sub-menu li>ul.sub-menu {
  top: -2px
}

.ut-header-dark .ut-horizontal-navigation ul.sub-menu li:not(:first-child)>ul.sub-menu {
  top: -42px
}

.ut-header-dark .ut-horizontal-navigation ul li.ut-is-megamenu:hover>.ut-megamenu,
.ut-header-dark .ut-horizontal-navigation ul li.ut-menu-item-lvl-0:hover>ul.sub-menu,
.ut-header-dark .ut-horizontal-navigation.ut-navigation-with-animation ul li.ut-is-megamenu:hover>.ut-megamenu,
.ut-header-dark .ut-horizontal-navigation.ut-navigation-with-animation ul li.ut-menu-item-lvl-0:hover>ul.sub-menu {
  top: calc(100% + 1px)
}

.ha-transparent .ut-horizontal-navigation ul.sub-menu li>ul.sub-menu,
.ut-header-light .ut-horizontal-navigation ul.sub-menu li>ul.sub-menu {
  top: -1px
}

.ha-transparent .ut-horizontal-navigation ul.sub-menu li:not(:first-child)>ul.sub-menu,
.ut-header-light .ut-horizontal-navigation ul.sub-menu li:not(:first-child)>ul.sub-menu {
  top: -41px
}

#ut-sitebody .ut-horizontal-navigation ul.sub-menu li:first-child {
  padding-top: 40px
}

#ut-sitebody .ut-horizontal-navigation ul.sub-menu li:last-child {
  padding-bottom: 40px
}

.ut-main-navigation-link .ut-header-remove-text {
  display: none
}

.ut-header-mini-cart-content[data-simplebar] {
  position: relative;
  z-index: 1;
  overflow: hidden !important;
  max-height: inherit;
  -webkit-overflow-scrolling: touch
}

.ut-header-mini-cart-content[data-simplebar=init] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.ut-header-mini-cart-content .simplebar-scroll-content {
  overflow-x: hidden !important;
  overflow-y: scroll;
  min-width: 100% !important;
  max-height: inherit !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important
}

.ut-header-mini-cart-content .simplebar-content {
  overflow-y: hidden !important;
  overflow-x: scroll;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  min-height: 100% !important
}

.ut-header-mini-cart-content .simplebar-track {
  z-index: 100000;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11px
}

.ut-header-mini-cart-content .simplebar-scrollbar {
  position: absolute;
  right: 1px;
  width: 7px;
  min-height: 10px
}

.ut-header-mini-cart-content .simplebar-scrollbar:before {
  position: absolute;
  content: "";
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear
}

.ut-header-mini-cart-content .simplebar-track:hover .simplebar-scrollbar:before,
.ut-header-mini-cart-content .simplebar-track .simplebar-scrollbar.visible:before {
  opacity: 1;
  -webkit-transition: opacity 0 linear;
  -o-transition: opacity 0 linear;
  transition: opacity 0 linear
}

.ut-header-mini-cart-content .simplebar-track.vertical {
  top: 0
}

.ut-header-mini-cart-content .simplebar-track.vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px
}

.ut-header-mini-cart-content .simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 11px
}

.ut-header-mini-cart-content .simplebar-track.horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px
}

.ut-header-mini-cart-content .horizontal.simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto
}

.ut-mm-trigger,
.ut-header-cart-mobile {
  display: inline;
  float: right
}

.ut-header-cart-mobile .ut-header-cart {
  display: block;
  width: 100%;
  padding-right: 10px;
  font-size: 20px
}

.ut-header-cart-mobile .ut-header-cart .ut-header-cart-count {
  font-size: 14px;
  line-height: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  font-family: Sans-Serif !important
}

.ut-mm-trigger {
  cursor: pointer;
  text-align: right;
  position: relative;
  line-height: 80px;
  height: 80px
}

#header-section[data-style=style-1] .ut-mm-trigger,
#header-section[data-style=style-1] .ut-header-cart-mobile,
#header-section[data-style=style-6] .ut-mm-trigger,
#header-section[data-style=style-6] .ut-header-cart-mobile {
  float: left
}

#header-section[data-style=style-1] .ut-header-cart-mobile .ut-header-cart,
#header-section[data-style=style-6] .ut-header-cart-mobile .ut-header-cart {
  padding-right: 0;
  padding-left: 10px
}

.ut-mm-trigger-center {
  text-align: center
}

.ut-mm-button {
  border: none;
  cursor: pointer;
  margin: 0;
  height: 80px;
  padding: 0;
  background: 0 0
}

.ut-mm-button:before {
  content: "\f0c9";
  font-family: 'FontAwesome';
  font-size: 25px;
  text-align: center;
  background: 0 0;
  color: #fff;
  -webkit-transition: .2s color linear;
  -o-transition: .2s color linear;
  transition: .2s color linear
}

.ut-mm-button:hover,
.ut-mm-button:focus,
.ut-mm-button.active {
  background: 0 0;
  outline: none !important
}

#ut-mobile-nav {
  margin: 0
}

.ut-mobile-menu {
  line-height: 150%;
  margin: 0
}

#ut-mobile-menu {
  margin: 0;
  padding: 10px 0 0 10px;
  text-align: left;
  font-size: 14px
}

.ut-mobile-menu .sub-menu {
  margin: 0 0 0 15px
}

.ut-mobile-menu .bklyn-btn {
  margin: 15px 0 15px 15px
}

.ut-mobile-menu .sub-menu .bklyn-btn {
  margin-left: 0
}

.ha-transparent .ut-mobile-menu a:not(.bklyn-btn),
.ut-header-dark .ut-mobile-menu a:not(.bklyn-btn),
.ut-mobile-menu a:not(.bklyn-btn) {
  padding: 10px 0 10px 30px;
  display: block;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none
}

.ut-mobile-menu a:not(.bklyn-btn) {
  color: #151515
}

.ut-header-dark .ut-mobile-menu a:not(.bklyn-btn) {
  color: #fff;
  color: rgba(255, 255, 255, .5)
}

.ut-header-dark .ut-mobile-menu a:hover {
  color: #fff;
  color: rgba(255, 255, 255, 1)
}

.ut-mobile-menu a:last-child {
  border-bottom: none
}

.ut-header-light .ut-mobile-menu a:hover {
  color: #fff !important;
  color: rgba(255, 255, 255, 1) !important
}

.ut-header-light #ut-mobile-nav {
  background: #fff
}

.ut-header-light .ut-mobile-menu a {
  border-bottom: 1px solid #ddd
}

.ut-header-dark #ut-mobile-nav {
  background: #131416
}

.ha-transparent #ut-mobile-menu,
.ha-transparent #ut-mobile-menu a {
  border-color: #ddd
}

.ut-header-dark .ut-mobile-menu a {
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid #ffffff00
}

.ut-mobile-menu a:not(.bklyn-btn):before {
  content: '•';
  position: absolute;
  top: 10px;
  left: 15px
}

.ut-mobile-menu a:hover:before,
.ut-mobile-menu a:hover {
  color: #fff
}

.ut-mobile-menu li {
  padding: 0;
  margin: 0
}

#ut-sitebody .ut-header-light .ut-mm-trigger #ut-open-mobile-menu.ut-hamburger span:before,
#ut-sitebody .ut-header-light .ut-mm-trigger #ut-open-mobile-menu.ut-hamburger:not(.is-active) span,
#ut-sitebody .ut-header-light .ut-mm-trigger #ut-open-mobile-menu.ut-hamburger span:after {
  background-color: #151515
}

#ut-sitebody .ut-header-dark .ut-mm-trigger #ut-open-mobile-menu.ut-hamburger span:before,
#ut-sitebody .ut-header-dark .ut-mm-trigger #ut-open-mobile-menu.ut-hamburger:not(.is-active) span,
#ut-sitebody .ut-header-dark .ut-mm-trigger #ut-open-mobile-menu.ut-hamburger span:after,
#ut-sitebody .ha-transparent .ut-mm-trigger #ut-open-mobile-menu.ut-hamburger span:before,
#ut-sitebody .ha-transparent .ut-mm-trigger #ut-open-mobile-menu.ut-hamburger:not(.is-active) span,
#ut-sitebody .ha-transparent .ut-mm-trigger #ut-open-mobile-menu.ut-hamburger span:after {
  background-color: #fff
}

#ut-mobile-nav {
  overflow: hidden;
  position: relative;
  left: -10px;
  display: none
}

.ut-scroll-pane-wrap {
  overflow: hidden
}

.ut-scroll-pane {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  padding-right: 20px
}

.ut-horizontal-navigation .bklyn-btn-menu a {
  display: inline-block;
  margin: 0 15px
}

.ut-horizontal-navigation.ut-navigation-style-animation-line-middle .bklyn-btn-menu a,
.ut-horizontal-navigation.ut-navigation-style-animation-line .bklyn-btn-menu a {
  margin: 0 15px
}

.ut-horizontal-navigation .menu-item-object-megamenu-button+.menu-item-object-megamenu-button .bklyn-btn-menu .bklyn-btn {
  margin-left: 0
}

.ut-horizontal-navigation .menu-item-object-megamenu-button+.menu-item-object-megamenu-button .bklyn-btn-menu .bklyn-btn:after {
  content: ''
}

.ut-horizontal-navigation ul li:first-child .bklyn-btn-menu .bklyn-btn {
  margin-left: 0
}

.ut-horizontal-navigation ul li:last-child .bklyn-btn-menu .bklyn-btn {
  margin-right: 0
}

.ut-horizontal-navigation.ut-navigation-style-separator ul li:first-child .bklyn-btn-menu .bklyn-btn {
  margin-left: 0;
  margin-right: 0
}

.ut-horizontal-navigation.ut-navigation-style-separator ul li.menu-item-object-megamenu-button:first-child+li .ut-main-navigation-link:after {
  display: none
}

.ut-horizontal-navigation.ut-navigation-style-separator ul li:last-child .bklyn-btn-menu .bklyn-btn {
  margin-left: 0;
  margin-right: 0
}

.ut-horizontal-navigation.ut-navigation-style-separator ul li .bklyn-btn-menu .bklyn-btn {
  margin-left: 0
}

.ut-horizontal-navigation.ut-navigation-style-separator ul li:last-child .bklyn-btn-menu .bklyn-btn:after,
.ut-horizontal-navigation.ut-navigation-style-separator ul li .bklyn-btn-menu .bklyn-btn:after {
  display: none
}

.ut-horizontal-navigation ul li>.sub-menu .bklyn-btn-menu a {
  font-size: 10px !important;
  margin: 0 40px !important;
  padding: .5em .6em
}

.ut-horizontal-navigation ul li>.sub-menu .bklyn-btn-menu {
  line-height: 30px
}

.ut-horizontal-navigation ul li>.sub-menu li:first-child .bklyn-btn-menu {
  margin-top: 0
}

.ut-horizontal-navigation ul li>.sub-menu li:last-child .bklyn-btn-menu {
  margin-bottom: 0
}

.member-wrap {
  margin-left: -10px !important;
  margin-right: -10px !important
}

.member-box {
  margin-bottom: 0;
  position: relative;
  overflow: hidden
}

.ut-hide-member-details {
  color: #151515;
  font-size: 24px;
  float: right
}

.light .ut-hide-member-details:hover {
  color: #fff
}

.light .ut-overlay {
  background: #111
}

.ut-overlay {
  background: #fff
}

.mp-holder {
  margin: 0 auto 20px auto;
  position: relative;
  z-index: 1
}

.mp-holder .member-photo {
  margin: 0;
  position: relative
}

.mp-holder .member-photo img {
  width: 100%;
  display: block;
  position: relative;
  -webkit-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000
}

.mp-holder .member-description {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  background: #151515;
  background: rgba(0, 0, 0, .7);
  color: #fff
}

.mp-holder .member-description h3 {
  margin: 0;
  padding: 0;
  color: #fff
}

.mp-holder .member-description .ut-member-details i {
  padding-left: 5px
}

.mp-holder .member-description .ut-member-details {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase
}

.mp-holder .member-description a:hover {
  color: #fff
}

.mp-holder .member-description span {
  font-size: 11px;
  text-transform: uppercase
}

.mp-holder .member-photo {
  overflow: hidden
}

.mp-holder .member-photo img {
  -webkit-transition: transform .4s;
  -moz-transition: transform .4s;
  -o-transition: transform .4s;
  transition: transform .4s
}

.no-touchevents .mp-holder .member-photo:hover img,
.mp-holder .member-photo.cs-hover img {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px)
}

.mp-holder .member-description {
  height: 100%;
  width: 100%;
  top: auto;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: transform .4s, opacity .1s .3s;
  -moz-transition: opacity .1s .3s, transform .4s;
  -o-transition: transform .4s, opacity .1s .3s;
  transition: transform .4s, opacity .1s .3s
}

.no-touchevents .mp-holder .member-photo:hover .member-description,
.mp-holder .member-photo.cs-hover .member-description {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: transform .4s, opacity .1s;
  -moz-transition: opacity .1s, transform .4s;
  -o-transition: transform .4s, opacity .1s;
  transition: transform .4s, opacity .1s
}

.mp-holder .member-description .ut-member-details {
  position: absolute;
  bottom: 20px;
  right: 20px
}

.ut-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 998;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.ut-modal-box {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0
}

.ut-overlay-show {
  visibility: visible;
  opacity: 1
}

.ut-box-show {
  visibility: visible
}

.ut-modal-box-effect .member-detail-box {
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.ut-box-show.ut-modal-box-effect .member-detail-box {
  opacity: 1
}

.ut-member-name {
  margin-bottom: 0;
  color: #151515;
  font-size: 17px
}

.ut-member-title {
  display: block;
  font-size: 11px;
  letter-spacing: .5px;
  line-height: 150%;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 20px
}

.team-bio .member-box {
  text-align: center
}

.team-bio .member-box h3 {
  margin-top: 0
}

.team-bio .member-photo {
  float: none;
  width: 100%;
  height: auto;
  border: none;
  margin-right: 0
}

.ut-mfh {
  position: relative
}

.member-photo-large {
  margin-bottom: 20px
}

.team-bio .member-photo img {
  border: 4px solid #f1f4f5
}

.bio-desc h3 {
  color: #151515
}

.member-social {
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 30px
}

.member-social a {
  text-align: center;
  display: inline-block;
  line-height: 38px;
  color: #fff;
  margin-right: 10px;
  -webkit-transition: .2s all linear;
  -o-transition: .2s all linear;
  transition: .2s all linear
}

.member-social a:hover {
  color: #fff
}

.no-touchevents .ut-member-style-2 .mp-holder .member-photo:hover img,
.ut-member-style-2 .mp-holder .member-photo.cs-hover img {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px)
}

.ut-member-style-2 .ut-so-link {
  color: #fff;
  background: #151515;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  width: 30px;
  line-height: 30px;
  -webkit-transition: .2s all linear;
  -o-transition: .2s all linear;
  transition: .2s all linear;
  margin-right: 10px
}

.ut-member-style-2 .ut-so-link:hover {
  color: #fff !important
}

.ut-member-style-2 .ut-so-link:last-child {
  margin-right: 0
}

.ut-member-style-2 .member-description .ut-member-title .ut-member-name {
  color: #fff
}

.ut-member-style-2 .mp-holder .member-description {
  background: #121212;
  color: #898989
}

.ut-member-style-3 .mp-holder {
  border-bottom: 1px solid #ddd
}

.light .ut-member-style-3 .mp-holder {
  border-bottom: 1px solid #fff
}

.member-description-style-3 {
  padding: 20px;
  text-align: center
}

.ut-member-style-3 .member-social {
  position: relative;
  top: 0;
  left: 0
}

.ut-member-style-3 .member-social a {
  color: #ddd;
  border: 1px solid #ddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  -webkit-transition: .2s all linear;
  -o-transition: .2s all linear;
  transition: .2s all linear
}

.light .ut-member-style-3 .member-social a {
  color: #fff;
  border: 1px solid #fff
}

.ut-member-style-3 .member-social a:last-child {
  margin-right: 0
}

.member-photo-style-4-wrap {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden
}

.member-photo-style-4-wrap:hover .member-photo-style-4 {
  display: none
}

.member-photo-style-4-wrap:hover .member-photo-style-4-hover {
  display: inherit
}

.member-photo-style-4-hover {
  display: none
}

.member-description-style-4 {
  text-align: center
}

.member-photo-style-4 img,
.member-photo-style-4-hover img {
  margin: 0 auto;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.member-photo-style-4-wrap .member-social {
  left: 20px;
  bottom: 5px
}

.member-photo-style-4-wrap .member-social a:hover {
  color: #151515 !important
}

.parallax-section {
  overflow: hidden;
  position: relative
}

.parallax-content {
  color: #fff;
  position: relative
}

.normal-background,
.parallax-background {
  background-size: cover !important;
  background-repeat: repeat-y
}

.normal-background {
  background-position: center center
}

.parallax-overlay-pattern {
  background-image: url(//www.coaching-germany.de/wp-content/themes/brooklyn/images/overlay-pattern.png)
}

.parallax-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  position: relative;
  z-index: 1
}

.parallax-scroll-container-hide:not(.hero-parallax-scroll-container)+.parallax-overlay {
  -webkit-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out
}

.parallax-scroll-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: repeat-y;
  background-position: center center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.parallax-image-container {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: repeat-y;
  background-position: center center
}

.parallax-scroll-container.fixed {
  background-attachment: fixed
}

.parallax-scroll-container-hide:not(.hero-parallax-scroll-container) {
  opacity: 0
}

.parallax-scroll-container-hide:not(.hero-parallax-scroll-container)+.parallax-overlay {
  opacity: 0
}

.site-header {
  margin-bottom: 70px
}

#primary>.post:last-child {
  border-bottom: 0;
  margin-bottom: 40px;
  padding-bottom: 0
}

.post {
  margin-bottom: 80px
}

.post .entry-content>*:last-child:last-child,
.page .entry-content>*:last-child:last-child {
  margin-bottom: 0
}

.single-post .post {
  margin: 0;
  padding: 0;
  border: none
}

.single-post .entry-meta {
  z-index: 1;
  position: relative
}

.entry-title {
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 22px
}

h1.entry-title {
  font-size: 22px
}

.entry-header {
  margin-bottom: 20px
}

.single-post .entry-header {
  margin-bottom: 20px
}

.search-results .entry-header {
  margin-bottom: 0
}

.ut-post-thumbnail,
.ut-post-media {
  margin-bottom: 40px
}

.ut-post-thumbnail .wpb_content_element {
  margin-bottom: 0
}

.post .ut-gallery-wrap,
.entry-thumbnail {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  margin: 0
}

.post .ut-gallery-wrap {
  margin-bottom: 40px
}

.ut-blog-layout-list-article-inner .ut-gallery-wrap,
ut-blog-grid-article-inner {
  margin-bottom: 0
}

.ut-blog-grid-article-inner .ut-gallery-wrap {
  margin-bottom: 0
}

.ut-format-gallery {
  position: relative
}

.ut-format-gallery .ut-gallery-slider {
  margin: 0
}

.post .ut-gallery-wrap ul li img,
.entry-thumbnail img {
  display: block;
  margin: 0;
  position: relative;
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  max-width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.ut-blog-classic-article .entry-thumbnail {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.archive .post:not(.ut-blog-classic-article):not(.ut-blog-mixed-large-article):hover .ut-gallery-wrap ul li img,
.archive .post:not(.ut-blog-classic-article):not(.ut-blog-mixed-large-article):hover .entry-thumbnail img,
.blog .post:not(.ut-blog-classic-article):not(.ut-blog-mixed-large-article):hover .ut-gallery-wrap ul li img,
.blog .post:not(.ut-blog-classic-article):not(.ut-blog-mixed-large-article):hover .entry-thumbnail img,
.ut-blog-mixed-large-article .entry-thumbnail .ut-gallery-wrap ul li img:hover,
.ut-blog-mixed-large-article .entry-thumbnail img:hover,
.ut-blog-classic-article .entry-thumbnail .ut-gallery-wrap ul li img:hover,
.ut-blog-classic-article .entry-thumbnail img:hover,
.blog .ut-load-video:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.page-links {
  margin: 0 0 20px;
  font-size: 12px;
  text-transform: uppercase
}

.page-links ul {
  display: block;
  height: 40px;
  line-height: 40px;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  text-align: right
}

.page-links ul li:last-child {
  margin-right: 0
}

.page .page-links ul,
.single-post .page-links ul {
  margin-top: 40px
}

.page-links ul li {
  display: inline;
  margin-right: 10px
}

.page-links ul li a {
  padding: 10px;
  border: 1px solid #ddd
}

.page-links a {
  color: #151515 !important;
  font-weight: 700 !important;
  text-decoration: none !important
}

.page-links a:hover,
.page-links a:active {
  color: #777 !important
}

.single-post #primary .ut-last-section .ut-last-row:not(.ut-row-has-filled-cols) .wpb_content_element:last-child {
  margin-bottom: 0
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden
}

.entry-meta {
  font-size: 12px;
  line-height: 24px;
  text-align: right;
  color: #151515
}

.entry-header .entry-meta {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0
}

.reply-link i,
.edit-link i,
.tags-links i,
.entry-meta i {
  color: #151515;
  font-size: 14px;
  padding-right: 10px;
  vertical-align: middle
}

.reply-link i {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease
}

.entry-meta i,
.tags-links i {
  vertical-align: baseline
}

.comment-reply-link:hover i,
.comment-reply-link:active i {
  color: #ffbf00;
  padding-right: 5px
}

.entry-meta .author-links,
.entry-meta .cat-links,
.entry-meta .comments-link,
.entry-meta .edit-link,
.entry-meta .ut-sticky {
  color: #151515;
  display: block;
  text-transform: capitalize
}

.entry-meta .edit-link {
  text-transform: uppercase
}

.entry-meta .ut-sticky {
  display: none
}

.sticky .entry-meta .ut-sticky {
  display: block
}

.entry-meta .author-links .avatar {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px
}

.entry-meta .author-links .avatar.round {
  border-radius: 50%
}

.ut-sticky i {
  margin: 0;
  padding: 0
}

.entry-header .entry-meta .date-format,
.entry-header .entry-meta .author-links,
.entry-header .entry-meta .cat-links,
.entry-header .entry-meta .comments-link {
  display: inline-block;
  margin-right: 20px;
  text-transform: capitalize
}

.tags-links a,
.entry-meta a {
  color: #151515;
  font-weight: 400;
  text-transform: capitalize
}

.tags-links a:hover,
.tags-links a:active,
.entry-meta a:hover,
.entry-meta a:active {
  color: #777
}

.vc_row-full-width+.tags-links,
.vc_section+.tags-links {
  margin-top: 40px
}

.tags-links {
  font-size: 12px;
  color: #151515;
  display: block;
  font-weight: 700;
  text-transform: uppercase
}

.date-format {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-family: Sans-serif !important;
  z-index: 10;
  display: inline-block;
  text-align: center
}

.entry-header .date-format {
  margin: 0;
  padding: 0;
  border: none;
  font-family: inherit
}

.ut-blog-grid.ut-blog-grid-date-shadow .date-format {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .09);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .09);
  box-shadow: 0 0 10px rgba(0, 0, 0, .09)
}

.date-format .day {
  font-size: 60px;
  display: block;
  line-height: 60px;
  font-weight: 700;
  color: #151515
}

.ut-blog-grid.ut-blog-grid-date-small .day {
  font-size: 40px;
  line-height: 40px
}

.date-format .month {
  color: #151515;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700
}

.ut-blog-grid.ut-blog-grid-date-small .month {
  font-size: 12px
}

.more-link {
  color: #151515;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase
}

.more-link:hover,
.more-link:active {
  color: #151515
}

.more-link .more-link {
  text-align: right;
  display: block;
  width: auto
}

.author-link i,
.more-link i {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  padding-left: 10px;
  vertical-align: middle
}

.author-link:hover i,
.more-link:hover i {
  padding-left: 5px
}

.ut-blog-link {
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

.ut-post-thumbnail-caption-wrap {
  position: relative
}

.ut-post-thumbnail-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  padding-right: 80px
}

.author-info {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #ddd
}

.author-avatar {
  float: left;
  margin-right: 40px;
  margin-bottom: 20px
}

.author-avatar img {
  border: 2px solid #ffbf00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%
}

.author-bio {
  color: #151515;
  overflow: hidden
}

.author-link {
  color: #151515;
  text-decoration: underline;
  font-weight: 700
}

.author-link:hover i {
  color: #ffbf00
}

.author-link:hover,
.author-link:active {
  color: #151515
}

.the-author {
  margin-bottom: 20px
}

.author-description {
  overflow: hidden
}

.author-social-links {
  font-size: 16px;
  margin: 20px 0 0;
  list-style: none;
  text-align: left
}

.author-social-links a {
  color: #151515;
  -webkit-transition: .2s all linear;
  -o-transition: .2s all linear;
  transition: .2s all linear
}

.author-social-links a:hover,
.author-social-links a:active {
  color: #ffbf00
}

.author-social-links li {
  display: inline;
  margin-right: 20px
}

.author-social-links li:last-child {
  margin-right: 0
}

.format-chat p {
  margin: 0;
  padding: 3px
}

.format-chat p:nth-child(2n+1) {
  background: #f7f8fa
}

.format-chat .entry-content {
  margin-bottom: 20px
}

.ut-gallery-wrap {
  overflow: hidden
}

.ut-gallery-slider {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
  position: relative;
  zoom: 1
}

.ut-gallery-slider {
  height: 320px;
  background: url(//www.coaching-germany.de/wp-content/themes/brooklyn/images/loaders/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center center
}

.ut-gallery-slider.loaded {
  background: 0 0
}

.ut-gallery-slider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden
}

.ut-gallery-slider .slides {
  zoom: 1
}

.ut-blog-classic-article .ut-gallery-slider {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.ut-gallery-slider .flex-direction-nav {
  display: inline-block;
  list-style: none;
  position: absolute;
  margin: 0;
  top: 20px;
  right: 20px;
  height: 40px;
  width: 100px;
  z-index: 100;
  text-align: right
}

.ut-gallery-slider .flex-direction-nav li {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px
}

.ut-gallery-slider .flex-direction-nav li:last-child {
  margin: 0
}

.ut-gallery-slider .flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: #fff;
  text-align: center;
  background: #151515;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.ut-gallery-slider .flex-direction-nav a:before {
  font-family: 'Brooklyn-Core';
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  content: '\e90a'
}

.ut-gallery-slider .flex-direction-nav a.flex-next:before {
  content: '\e915'
}

.wp-audio-shortcode {
  margin-bottom: 40px
}

.ut-post-thumbnail .wp-audio-shortcode {
  margin-bottom: 0
}

.mejs-controls div.mejs-time-rail {
  padding-top: 14px
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-time-rail span {
  height: 2px
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
  border: 1px solid transparent
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  top: 19px
}

.mejs-controls .mejs-time-rail .mejs-time-float {
  background: #151515;
  border: none;
  color: #fff
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  border-color: #151515;
  display: none
}

.mejs-controls,
.mejs-mediaelement,
.mejs-container {
  background: url('') !important;
  background-color: #151515 !important
}

.mejs-time-float {
  top: -17px
}

.mejs-currenttime,
.mejs-duration {
  color: #fff !important
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-time-rail .mejs-time-total {
  background: #444 !important
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff !important
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #444 !important
}

.mejs-button.mejs-play,
.mejs-button.mejs-pause,
.mejs-button.mejs-volume-button {
  -webkit-transition: none;
  -o-transition: none;
  transition: none
}

.mejs-button.mejs-play>button,
.mejs-button.mejs-pause>button,
.mejs-button.mejs-volume-button button {
  background: transparent url(//www.coaching-germany.de/wp-content/themes/brooklyn/images/mediaelement/mejs-controls.svg);
  -webkit-transition: none;
  -o-transition: none;
  transition: none
}

.mejs-button.mejs-play>button {
  background-position: 0 0
}

.mejs-button.mejs-pause>button {
  background-position: -20px 0
}

.mejs-button.mejs-unmute>button {
  background-position: -40px 0
}

.mejs-button.mejs-mute>button {
  background-position: -60px 0
}

.format-quote blockquote {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 20px
}

.format-quote blockquote>*:last-child {
  margin-bottom: 0
}

.single-post .ut-quote-post {
  margin-bottom: 40px
}

.ut-quote-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffbf00;
  position: relative;
  min-height: 400px;
  width: 100%;
  padding: 40px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.single-post .ut-quote-post {
  background: #151515
}

.ut-quote-post blockquote {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-color: #fff;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.ut-quote-post blockquote cite {
  font-size: 14px
}

.format-quote .ut-quote-post-link:hover .ut-quote-post,
.format-quote .ut-quote-post-link:active .ut-quote-post {
  background: #151515
}

.format-quote .ut-quote-post-link:hover .ut-quote-post blockquote,
.format-quote .ut-quote-post-link:active .ut-quote-post blockquote {
  border-color: #ffbf00
}

.ut-blog-grid .ut-quote-post-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  height: 100%
}

.ut-quote-post-link {
  text-decoration: none !important
}

.ut-blog-layout-list-article-inner .ut-quote-post-link {
  width: 100%
}

.ut-blog-grid .ut-quote-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100%;
  padding: 40px
}

.blog .ut-shortcode-video-wrap,
.ut-blog-grid .ut-shortcode-video-wrap {
  overflow: hidden;
  border-top-right-radius: 4px
}

.ut-blog-grid .ut-blog-grid-article .wpb_content_element {
  margin-bottom: 0
}

.blog .ut-blog-classic-article.post-password-required form>*:last-child {
  margin-bottom: 0
}

#main-content .entry-content>.post-password-form {
  padding-top: 80px;
  padding-bottom: 80px
}

.format-link .entry-header a .entry-title,
.format-link .entry-header .entry-title a {
  color: #fff
}

.ut-format-link {
  background: #151515;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.ut-blog-classic-article .ut-format-link-content {
  height: 200px
}

.ut-format-link-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 40px;
  min-height: 100%;
  width: 100%
}

.ut-format-link-content .entry-title {
  color: #fff
}

.ut-blog-grid .ut-sticky {
  float: left;
  margin-right: 10px
}

.ut-blog-grid {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

.ut-blog-grid .post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.ut-blog-grid-article-inner {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px
}

.ut-blog-grid .entry-header {
  overflow: hidden
}

.ut-blog-grid .date-format {
  float: none;
  margin: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  border: none;
  padding: 0
}

.ut-blog-grid .date-format.ut-blog-grid-has-no-thumbnail {
  position: inherit
}

.date-format.ut-blog-grid-has-no-thumbnail a {
  display: inline-block
}

.ut-blog-grid .ut-post-thumbnail .date-format>span,
.ut-blog-grid .ut-format-gallery .date-format>span {
  color: #fff
}

.ut-blog-grid .ut-post-thumbnail {
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.ut-blog-grid .fluid-width-video-wrapper {
  height: 100%
}

.ut-blog-grid-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  position: relative;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px
}

.ut-blog-grid .entry-meta:not(.entry-meta-top) {
  background: #fff;
  border-top: 1px solid #ddd;
  margin: 0;
  padding: 10px 20px;
  text-align: left;
  -ms-flex-line-pack: end;
  align-content: flex-end
}

.ut-blog-grid .entry-meta .author-links {
  float: left
}

.ut-blog-grid .entry-meta .comments-link {
  float: left
}

.ut-blog-grid .entry-meta .author-links {
  margin-right: 20px
}

.ut-blog-grid .entry-meta.entry-meta-top {
  background: #fff;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin: 0;
  padding: 10px 20px;
  width: 100%;
  display: block;
  border-top: none;
  text-align: left
}

.entry-meta-top-has-border {
  border-bottom: 1px solid #ddd
}

.ut-blog-grid .post,
.ut-blog-grid .hentry {
  padding: 0 20px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.ut-meta-post-icon {
  height: 40px;
  width: 40px;
  background: #ffbf00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 20
}

.ut-meta-post-icon i {
  display: block;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 18px
}

.ut-meta-post-icon i.Bklyn-Core-Right-6 {
  padding-left: 4px
}

.post .ut-post-thumbnail .ut-video-module-caption-text {
  height: 100%
}

.post .ut-post-thumbnail .ut-video-module-inner-caption-text {
  text-align: right;
  vertical-align: bottom
}

.post .ut-post-thumbnail .ut-video-module-play-icon {
  height: 40px;
  width: 40px;
  background: #ffbf00
}

.post .ut-post-thumbnail .ut-video-module-play-icon i {
  line-height: 40px;
  font-size: 18px
}

.post .ut-post-thumbnail .ut-video-module-caption .ut-load-video:before {
  display: none
}

.search-results .ut-blog-grid .entry-meta-top,
.search-results .ut-blog-grid .entry-content {
  display: none
}

.ut-blog-grid-article-inner,
.ut-blog-layout-list-article-inner,
.ut-blog-mixed-large-article-large {
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .09);
  box-shadow: 0 0 10px rgba(0, 0, 0, .09)
}

.ut-blog-mixed-grid .post {
  border-bottom: none
}

.ut-blog-mixed-grid .format-audio iframe {
  height: 362px
}

.ut-blog-mixed-large-article {
  margin: 0 10px 40px
}

.ut-blog-mixed-large-article-large {
  padding: 40px 30px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px
}

.ut-blog-layout-list .ut-sticky {
  float: left;
  margin-right: 10px
}

.ut-blog-list-article {
  margin-bottom: 40px
}

.ut-blog-layout-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

.ut-blog-layout-list .post {
  position: relative
}

.ut-blog-layout-list .ut-post-thumbnail,
.ut-blog-list-content,
.ut-blog-layout-list .ut-format-gallery {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0
}

.ut-blog-list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.ut-blog-layout-list-article-inner {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden
}

.ut-blog-layout-list-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  position: relative;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px
}

.ut-blog-layout-list .date-format {
  float: none;
  margin: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  border: none;
  padding: 0
}

.ut-blog-layout-list .ut-post-thumbnail:not(.ut-post-thumbnail-empty) .date-format>span,
.ut-blog-layout-list .ut-format-gallery .date-format>span {
  color: #fff
}

.ut-blog-layout-list .ut-post-thumbnail.ut-post-thumbnail-empty .entry-thumbnail {
  border-right: 1px solid #ddd;
  padding: 20px;
  height: 100%
}

.ut-blog-layout-list .ut-post-thumbnail.ut-post-thumbnail-empty .entry-thumbnail .date-format {
  position: inherit
}

.ut-blog-layout-list .entry-meta:not(.entry-meta-top) {
  background: #fff;
  border-top: 1px solid #ddd;
  margin: 0;
  padding: 10px 20px;
  text-align: left;
  -ms-flex-line-pack: end;
  align-content: flex-end
}

.ut-blog-layout-list .entry-meta .author-links {
  float: left
}

.ut-blog-layout-list .entry-meta .comments-link {
  float: left
}

.ut-blog-layout-list .entry-meta .author-links {
  margin-right: 20px
}

.ut-blog-layout-list .entry-meta.entry-meta-top {
  background: #fff;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin: 0;
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  display: block;
  border-top: none;
  text-align: left
}

.ut-blog-list-article.format-video .entry-thumbnail,
.ut-blog-list-article.format-video .fluid-width-video-wrapper {
  height: 100%
}

.mashsb-container {
  padding: 0
}

.mashsb-container+.tags-links {
  margin-top: 40px
}

.entry-content aside.mashsb-container:first-child {
  margin-bottom: 40px
}

.mashsb-buttons a {
  -webkit-transition: .2s all linear;
  -o-transition: .2s all linear;
  transition: .2s all linear
}

#ut-blog-navigation {
  background: #f7f8fa;
  font-size: 16px;
  height: 120px
}

#ut-blog-navigation i {
  line-height: 120px
}

#ut-blog-navigation a {
  color: #151515;
  display: block;
  height: 100%;
  width: 100%
}

#ut-blog-navigation .nav-previous {
  float: left;
  text-align: left;
  width: 50%
}

#ut-blog-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%
}

#comments {
  padding-top: 80px;
  margin-top: 80px;
  border-top: 1px solid #ddd
}

.ut-vc-enabled.single-portfolio #comments {
  margin-top: 0;
  margin-bottom: 80px
}

.author-title,
#reply-title,
.comments-title {
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 40px
}

#reply-title {
  margin-bottom: 10px
}

#reply-title>small {
  font-size: 12px
}

#reply-title a:hover,
reply-title a:active {
  color: #777
}

.logged-in-as a {
  color: #151515
}

.logged-in-as a:hover,
.logged-in-as a:active {
  color: #777
}

.comment-body {
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 40px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px
}

.ut-arrow-left {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #ddd;
  position: absolute;
  left: 101px;
  top: 20px;
  z-index: 10
}

.ut-arrow-left:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-right: 19px solid #fff;
  position: absolute;
  top: -19px;
  left: 1px
}

.comment-list {
  margin-left: 0;
  padding-bottom: 40px;
  margin-bottom: 80px;
  border-bottom: 1px solid #ddd
}

.comment-list li.comment {
  position: relative
}

.comment-list li article {
  margin-bottom: 40px
}

.comment-list .pingback>div {
  padding: 20px
}

.comment-list .pingback {
  margin-bottom: 20px
}

.pingback a {
  color: #151515;
  text-decoration: underline;
  font-weight: 700
}

.pingback a:hover,
.pingback a:active {
  color: #777
}

#comment-nav-above,
#comment-nav-below {
  margin-bottom: 50px;
  font-size: 11px;
  text-transform: uppercase;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd
}

.bypostauthor .comment-avatar img {
  border: 2px solid #ffbf00
}

.comment-avatar {
  float: left;
  margin-right: 40px;
  margin-bottom: 40px
}

.comment-avatar .avatar {
  border: 2px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%
}

.bypostauthor {
  color: inherit
}

.comment-author h6 {
  font-size: 17px;
  margin-bottom: 5px
}

.comment-footer {
  font-size: 12px;
  text-transform: uppercase;
  text-align: right;
  margin-top: 20px
}

.comment-footer-edit-link {
  margin-left: 10px
}

.comment-footer a {
  color: #151515;
  font-weight: 700
}

.comment-metadata {
  font-size: 12px;
  color: #777
}

.comment-metadata a {
  color: #777
}

.comment-metadata a:hover,
.comment-metadata a:active {
  color: #151515
}

.comment-header {
  margin-bottom: 10px
}

#comments .comment-list .comment>#respond.comment-respond {
  margin-bottom: 40px
}

#commentform .form-submit {
  margin-bottom: 0
}

#commentform p.comment-form-author,
#commentform p.comment-form-email {
  float: left;
  margin-right: 2%;
  width: 32%
}

#commentform p.comment-form-url {
  float: left;
  width: 32%
}

#commentform input#author,
#commentform input#email,
#commentform input#url {
  width: 100%;
  display: block;
  margin-bottom: 0
}

#commentform textarea {
  width: 100%;
  display: block;
  min-height: 200px
}

#commentform #submit {
  margin: 0
}

#commentform .comment-form-comment textarea,
#commentform .comment-form-author input,
#commentform .comment-form-email input,
#commentform .comment-form-url input {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px
}

#searchform label,
.comment-awaiting-moderation,
#commentform label {
  color: #151515
}

#searchform label,
.comment-awaiting-moderation,
#cancel-comment-reply-link,
#commentform label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700
}

#cancel-comment-reply-link:hover {
  color: #151515
}

.comment-reply-link:hover,
.comment-reply-link:active {
  color: #151515
}

.comment-subscription-form {
  clear: both;
  font-size: .75rem;
  font-weight: 400;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
  overflow: hidden
}

.comment-subscription-form #subscribe_blog,
.comment-subscription-form #subscribe_comments {
  display: inline !important;
  float: none !important;
  font-size: .75rem;
  font-weight: 400;
  margin: 0 !important
}

#wp-comment-cookies-consent {
  vertical-align: middle !important
}

#secondary {
  position: relative;
  z-index: 10
}

#secondary {
  font-size: 12px;
  color: #777
}

#secondary .sidebar {
  padding-left: 20px
}

#secondary .sidebar.sidebar-left {
  padding-left: 0;
  padding-right: 20px
}

#secondary .sidebar li:last-child {
  margin-bottom: 0;
  padding-bottom: 0
}

#secondary .sidebar li:last-child>div:not(.tagcloud)>*:last-child,
#secondary .sidebar li:last-child>*:last-child {
  margin-bottom: 0
}

.page-template-templatestemplate-archive-php a,
#secondary a {
  color: #151515
}

.sidebar,
.widget-container ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.ut-nav-header h3,
.widget-title {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 20px
}

#secondary .widget-title {
  padding-top: 20px;
  border-top: 1px solid #ddd
}

.widget-container {
  margin-bottom: 20px
}

.widget-container select,
.widget-container ul {
  margin-bottom: 20px
}

.widget-container ul.sub-menu,
.widget-container ul.children {
  margin: 0
}

.widget-container.widget_text>.textwidget ul {
  list-style: disc inside;
  margin-left: 0
}

.widget-container.widget_text>.textwidget ol {
  list-style: decimal inside;
  margin-left: 0
}

.widget-container #wp-calendar {
  margin-bottom: 20px
}

.widget_tag_cloud {
  margin-bottom: 35px
}

.ut-x-box {
  width: 320px;
  position: relative;
  margin-top: 35px;
  padding: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding-bottom: 1.5em;
  border: 1px solid #bdc3c7
}

.ut-x-box .avatarcontainer {
  position: absolute;
  top: -35px;
  right: 0;
  left: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  display: block
}

.ut-x-box .avatar {
  width: 100%;
  border: 8px solid #5cc0ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: relative
}

.ut-x-box .avatar img {
  width: 65px;
  height: 65px
}

.ut-x-box .bio {
  display: block;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px
}

.ut-x-box .bio .desc {
  text-align: center;
  padding-top: 24px
}

.ut-x-box .follow {
  text-align: center
}

.ut-x-box .follow a {
  position: relative;
  box-sizing: border-box;
  padding: 4px 16px;
  background-color: #000;
  color: #fff !important;
  border-radius: 9999px;
  font-weight: 500;
  cursor: pointer
}

.ut-x-box .bio p {
  margin-bottom: 0
}

.ut-x-box .bio h3 {
  margin-bottom: 1px;
  font-size: 16px
}

.ut-x-box .data {
  color: inherit
}

.ut-x-box .data li {
  width: 32%;
  text-align: center;
  display: inline-block;
  font-size: 1.5em;
  border-right: solid 1px #bdc3c7
}

.ut-footer-dark .ut-x-box .data li {
  border-right: solid 1px #3e3e3e
}

.ut-footer-dark .ut-x-box {
  border: solid 1px #3e3e3e
}

.ut-x-box .data li:last-child {
  border: none
}

.ut-x-box .data li span {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  margin-top: .6em;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: .5px
}

.footer .widget_tag_cloud {
  margin-bottom: 55px
}

.ut-archive-tags a,
.widget_tag_cloud a {
  display: inline-block;
  font-size: 10px !important;
  border: 1px solid #ddd;
  color: #777 !important;
  padding: 10px;
  margin: 0 2px 5px 0;
  line-height: 100% !important;
  text-transform: uppercase;
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.ut-footer-dark .ut-footer-area .widget_tag_cloud a {
  border-color: rgba(255, 255, 255, .1);
  color: #777
}

.ut-archive-tags a:hover,
.widget_tag_cloud a:hover {
  border-color: #151515;
  color: #151515 !important
}

.widget_recent_entries .post-date {
  display: block;
  font-size: 10px;
  color: #888
}

.widget_categories ul,
.widget_pages ul,
.widget_nav_menu ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_meta ul,
.widget_archive ul,
.widget_media_image img {
  margin-bottom: 20px
}

.widget_categories li,
.widget_pages li,
.widget_nav_menu li,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_recent_comments li.recentcomments,
.widget_meta li,
.widget_archive li {
  padding-left: 15px;
  position: relative
}

.widget-container li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none
}

.widget-container ul.children li:last-child {
  margin-bottom: 0;
  padding-bottom: 0
}

.ut-footer-dark .ut-footer-area .tweet_list li {
  border-color: rgba(255, 255, 255, .1)
}

.widget_recent_comments li {
  padding-left: 0
}

.widget_recent_comments li:before,
.widget_recent_comments li.recentcomments:before,
.widget_categories li:before,
.widget_pages li:before,
.widget_nav_menu li:before,
.widget_recent_entries li:before,
.widget_meta li:before,
.widget_archive li:before,
.tweet_list li:before {
  font-family: 'FontAwesome';
  content: "\f105";
  font-weight: 400;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  color: #151515;
  -webkit-transition: .2s all linear;
  -o-transition: .2s all linear;
  transition: .2s all linear
}

.tweet_list li:before {
  content: "\f099";
  display: none
}

.ut-footer-dark .ut-footer-area .widget_categories li:before,
.ut-footer-dark .ut-footer-area .widget_pages li:before,
.ut-footer-dark .ut-footer-area .widget_nav_menu li:before,
.ut-footer-dark .ut-footer-area .widget_recent_entries li:before,
.ut-footer-dark .ut-footer-area .widget_meta li:before,
.ut-footer-dark .ut-footer-area .widget_archive li:before,
.ut-footer-dark .ut-footer-area .tweet_list li:before,
.ut-footer-dark .ut-footer-area .ut_widget_contact .ut-address:before,
.ut-footer-dark .ut-footer-area .ut_widget_contact .ut-phone:before,
.ut-footer-dark .ut-footer-area .ut_widget_contact .ut-fax:before,
.ut-footer-dark .ut-footer-area .ut_widget_contact .ut-email:before,
.ut-footer-dark .ut-footer-area .ut_widget_contact .ut-internet:before,
.ut-footer-dark .ut-footer-area .widget_recent_comments li:before,
.ut-footer-dark .ut-footer-area .widget_recent_comments li.recentcomments:before {
  color: #777
}

.widget_pages li.page_item_has_children,
.widget_nav_menu li.menu-item-has-children {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0
}

.widget_pages li.page_item_has_children .children,
.widget_nav_menu li.menu-item-has-children .sub-menu {
  margin: 0
}

.ut-footer-dark .ut-footer-area .widget_pages li.page_item_has_children .children li:first-child,
.ut-footer-dark .ut-footer-area .widget_nav_menu li.menu-item-has-children .sub-menu li:first-child {
  border-color: #151515
}

.ut-flickr-item {
  width: 75px;
  height: 75px;
  background: url(//www.coaching-germany.de/wp-content/themes/brooklyn/images/loaders/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center center
}

.ut-flickr-item.loaded {
  background: 0 0
}

.ut_widget_flickr .flickr_items {
  margin-bottom: 15px
}

.ut_widget_flickr li {
  float: left;
  margin: 0 5px 5px 0
}

.ut_widget_flickr li img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 1;
  -webkit-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out
}

.ut_widget_flickr li img:hover {
  opacity: .5
}

.widget_rss .rsswidget img {
  vertical-align: middle
}

.widget_rss li {
  margin-bottom: 10px
}

.widget_rss .rss-date {
  display: block
}

.tweet-left {
  display: none
}

.tweet_list li {
  padding-left: 0;
  position: relative;
  border: none;
  padding-bottom: 0;
  margin-bottom: 10px
}

.ut_widget_contact div {
  overflow: hidden
}

.ut-footer-dark .ut-footer-area .ut_widget_contact li {
  border-color: #151515
}

.ut_widget_contact li *:last-child {
  margin-bottom: 0
}

.ut_widget_contact .ut-address:before,
.ut_widget_contact .ut-phone:before,
.ut_widget_contact .ut-fax:before,
.ut_widget_contact .ut-email:before,
.ut_widget_contact .ut-internet:before {
  content: '\f041';
  color: #151515;
  font-family: fontawesome;
  float: left;
  margin-right: 10px;
  text-align: center;
  width: 20px;
  font-size: 14px;
  -webkit-transition: .2s all linear;
  -o-transition: .2s all linear;
  transition: .2s all linear
}

.ut_widget_contact .ut-phone:before {
  content: '\f095'
}

.ut_widget_contact .ut-fax:before {
  content: '\f1ac'
}

.ut_widget_contact .ut-email:before {
  content: '\f003'
}

.ut_widget_contact .ut-internet:before {
  content: '\f0ac'
}

.ut_widget_social {
  margin-bottom: 30px
}

.ut-sociallinks.ut-sociallinks-vertical li {
  display: block
}

.ut-sociallinks.ut-sociallinks-vertical li i {
  padding-right: 15px;
  text-align: center;
  width: 30px
}

.ut-sociallinks.ut-sociallinks-vertical li span {
  text-transform: capitalize
}

.ut_widget_social ul.ut-sociallinks {
  font-size: 16px;
  margin-bottom: 0
}

.ut_widget_social .ut-sociallinks:not(.ut-sociallinks-vertical) li {
  display: inline-block;
  margin: 0 20px 10px 0;
  text-align: center;
  width: 20px
}

.ut_widget_social .ut-sociallinks li a i {
  -webkit-transition: .2s all linear;
  -o-transition: .2s all linear;
  transition: .2s all linear
}

@media screen and (max-width:782px) {
  html #wpadminbar {
    top: -46px
  }
}

.page-header .entry-meta {
  text-align: center
}

.blog #primary {
  overflow: hidden
}

.admin-bar #header-section.ut-header-floating {
  margin-top: 32px !important
}

.blog .main-content-background,
.archive .main-content-background,
.search-results .main-content-background {
  padding-top: 80px;
  padding-bottom: 40px
}

.single-post .main-content-background {
  padding-top: 80px;
  padding-bottom: 80px
}

.single-product .main-content-background,
.woocommerce-cart .main-content-background,
.woocommerce-checkout .main-content-background,
.woocommerce-account .main-content-background {
  padding-top: 80px;
  padding-bottom: 80px
}

.blog.ut-has-scroll-top .main-content-background,
.archive.ut-has-scroll-top .main-content-background,
.search-results.ut-has-scroll-top .main-content-background {
  padding-bottom: 80px
}

.single-post.ut-has-scroll-top .main-content-background,
.single-product.ut-has-scroll-top .main-content-background {
  padding-bottom: 120px
}

.ut-spacing-80:not(.blog):not(.archive):not(.search-results):not(.single-post):not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account).ut-vc-disabled .main-content-background,
.ut-spacing-120:not(.blog):not(.archive):not(.search-results):not(.single-post):not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account).ut-vc-disabled .main-content-background,
.ut-spacing-160:not(.blog):not(.archive):not(.search-results):not(.single-post):not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account).ut-vc-disabled .main-content-background,
.ut-spacing-200:not(.blog):not(.archive):not(.search-results):not(.single-post):not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account).ut-vc-disabled .main-content-background,
.ut-spacing-80.ut-vc-enabled.ut-has-page-title .page-header,
.ut-spacing-120.ut-vc-enabled.ut-has-page-title .page-header,
.ut-spacing-160.ut-vc-enabled.ut-has-page-title .page-header,
.ut-spacing-200.ut-vc-enabled.ut-has-page-title .page-header {
  padding-top: 80px
}

.ut-vc-enabled .wpb_content_element>.page-header,
.ut-spacing-80.ut-vc-enabled .wpb_content_element .page-header,
.ut-spacing-120.ut-vc-enabled .wpb_content_element .page-header,
.ut-spacing-160.ut-vc-enabled .wpb_content_element .page-header,
.ut-spacing-200.ut-vc-enabled .wpb_content_element .page-header {
  padding-top: 0
}

.ut-spacing-80:not(.blog):not(.archive):not(.search-results):not(.single-post):not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account).ut-vc-disabled .main-content-background,
.ut-spacing-120:not(.blog):not(.archive):not(.search-results):not(.single-post):not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account).ut-vc-disabled .main-content-background,
.ut-spacing-160:not(.blog):not(.archive):not(.search-results):not(.single-post):not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account).ut-vc-disabled .main-content-background,
.ut-spacing-200:not(.blog):not(.archive):not(.search-results):not(.single-post):not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account).ut-vc-disabled .main-content-background {
  padding-bottom: 80px
}

.ut-spacing-80:not(.blog):not(.archive):not(.search-results):not(.single-post):not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account).ut-vc-disabled.ut-has-scroll-top .main-content-background,
.ut-spacing-120:not(.blog):not(.archive):not(.search-results):not(.single-post):not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account).ut-vc-disabled.ut-has-scroll-top .main-content-background,
.ut-spacing-160:not(.blog):not(.archive):not(.search-results):not(.single-post):not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account).ut-vc-disabled.ut-has-scroll-top .main-content-background,
.ut-spacing-200:not(.blog):not(.archive):not(.search-results):not(.single-post):not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account).ut-vc-disabled.ut-has-scroll-top .main-content-background {
  padding-bottom: 120px
}

.ut-spacing-80.ut-vc-enabled #secondary,
.ut-spacing-120.ut-vc-enabled #secondary,
.ut-spacing-160.ut-vc-enabled #secondary,
.ut-spacing-200.ut-vc-enabled #secondary {
  padding: 80px 0
}

.ut-empty-div {
  border: none !important;
  display: none !important;
  height: 0 !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important
}

.single-post .entry-header .entry-title {
  cursor: default
}

@media (max-width:1200px) {
  .single-post .single-post-entry-sub-title {
    font-size: 20px !important;
    line-height: 125% !important
  }
}

@media (max-width:767px) {

  .ut-spacing-80.ut-vc-enabled.ut-last-section-has-no-fill #secondary,
  .ut-spacing-120.ut-vc-enabled.ut-last-section-has-no-fill #secondary,
  .ut-spacing-160.ut-vc-enabled.ut-last-section-has-no-fill #secondary,
  .ut-spacing-200.ut-vc-enabled.ut-last-section-has-no-fill #secondary {
    padding-top: 0
  }

  .ut-spacing-80.ut-vc-enabled.ut-has-scroll-top #secondary,
  .ut-spacing-120.ut-vc-enabled.ut-has-scroll-top #secondary,
  .ut-spacing-160.ut-vc-enabled.ut-has-scroll-top #secondary,
  .ut-spacing-200.ut-vc-enabled.ut-has-scroll-top #secondary {
    padding-bottom: 120px
  }

  .ut-spacing-80.ut-vc-disabled #secondary,
  .ut-spacing-120.ut-vc-disabled #secondary,
  .ut-spacing-160.ut-vc-disabled #secondary,
  .ut-spacing-200.ut-vc-disabled #secondary {
    padding-top: 40px
  }

  .blog.ut-spacing-80.ut-vc-disabled #secondary,
  .blog.ut-spacing-120.ut-vc-disabled #secondary,
  .blog.ut-spacing-160.ut-vc-disabled #secondary,
  .blog.ut-spacing-200.ut-vc-disabled #secondary {
    padding-top: 0
  }
}

@media (min-width:768px) and (max-width:1024px) {

  .ut-spacing-80.ut-vc-enabled.ut-last-section-has-no-fill #secondary,
  .ut-spacing-120.ut-vc-enabled.ut-last-section-has-no-fill #secondary,
  .ut-spacing-160.ut-vc-enabled.ut-last-section-has-no-fill #secondary,
  .ut-spacing-200.ut-vc-enabled.ut-last-section-has-no-fill #secondary {
    padding-top: 0
  }

  .ut-spacing-80.ut-vc-enabled.ut-has-scroll-top #secondary,
  .ut-spacing-120.ut-vc-enabled.ut-has-scroll-top #secondary,
  .ut-spacing-160.ut-vc-enabled.ut-has-scroll-top #secondary,
  .ut-spacing-200.ut-vc-enabled.ut-has-scroll-top #secondary {
    padding-bottom: 120px
  }

  .ut-spacing-80.ut-vc-disabled #secondary,
  .ut-spacing-120.ut-vc-disabled #secondary,
  .ut-spacing-160.ut-vc-disabled #secondary,
  .ut-spacing-200.ut-vc-disabled #secondary {
    padding-top: 80px
  }

  .blog.ut-spacing-80.ut-vc-disabled #secondary,
  .blog.ut-spacing-120.ut-vc-disabled #secondary,
  .blog.ut-spacing-160.ut-vc-disabled #secondary,
  .blog.ut-spacing-200.ut-vc-disabled #secondary {
    padding-top: 40px
  }
}

@media (min-width:1025px) {
  .ut-spacing-80:not(.blog):not(.archive):not(.search-results):not(.single-post):not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account).ut-vc-disabled .main-content-background {
    padding-top: 80px
  }

  .ut-spacing-80:not(.blog):not(.archive):not(.search-results):not(.single-post):not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account).ut-vc-disabled.ut-has-scroll-top .main-content-background {
    padding-bottom: 120px
  }

  .ut-spacing-120:not(.blog):not(.archive):not(.search-results):not(.single-post):not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account).ut-vc-disabled .main-content-background {
    padding-top: 120px
  }

  .ut-spacing-120:not(.blog):not(.archive):not(.search-results):not(.single-post):not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account).ut-vc-disabled.ut-has-scroll-top .main-content-background {
    padding-bottom: 160px
  }

  .ut-spacing-160:not(.blog):not(.archive):not(.search-results):not(.single-post):not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account).ut-vc-disabled .main-content-background {
    padding-top: 160px
  }

  .ut-spacing-160:not(.blog):not(.archive):not(.search-results):not(.single-post):not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account).ut-vc-disabled.ut-has-scroll-top .main-content-background {
    padding-bottom: 200px
  }

  .ut-spacing-200:not(.blog):not(.archive):not(.search-results):not(.single-post):not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account).ut-vc-disabled .main-content-background {
    padding: 200px 0
  }

  .ut-spacing-200:not(.blog):not(.archive):not(.search-results):not(.single-post):not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account).ut-vc-disabled.ut-has-scroll-top .main-content-background {
    padding-bottom: 240px
  }

  .ut-spacing-80.ut-vc-enabled.ut-has-page-title .page-header,
  .ut-spacing-80.ut-vc-enabled #secondary {
    padding-top: 80px
  }

  .ut-spacing-120.ut-vc-enabled.ut-has-page-title .page-header,
  .ut-spacing-120.ut-vc-enabled #secondary {
    padding-top: 120px
  }

  .ut-spacing-160.ut-vc-enabled.ut-has-page-title .page-header,
  .ut-spacing-160.ut-vc-enabled #secondary {
    padding-top: 160px
  }

  .ut-spacing-200.ut-vc-enabled.ut-has-page-title .page-header,
  .ut-spacing-200.ut-vc-enabled #secondary {
    padding-top: 200px
  }

  .ut-vc-enabled .wpb_content_element>.page-header,
  .ut-spacing-80.ut-vc-enabled .wpb_content_element .page-header,
  .ut-spacing-120.ut-vc-enabled .wpb_content_element .page-header,
  .ut-spacing-160.ut-vc-enabled .wpb_content_element .page-header,
  .ut-spacing-200.ut-vc-enabled .wpb_content_element .page-header {
    padding-top: 0
  }

  .ut-spacing-80.ut-vc-enabled #secondary {
    padding-bottom: 80px
  }

  .ut-spacing-80.ut-vc-enabled.ut-has-scroll-top #secondary {
    padding-bottom: 120px
  }

  .ut-spacing-120.ut-vc-enabled #secondary {
    padding-bottom: 120px
  }

  .ut-spacing-120.ut-vc-enabled.ut-has-scroll-top #secondary {
    padding-bottom: 160px
  }

  .ut-spacing-160.ut-vc-enabled #secondary {
    padding-bottom: 160px
  }

  .ut-spacing-160.ut-vc-enabled.ut-has-scroll-top #secondary {
    padding-bottom: 200px
  }

  .ut-spacing-200.ut-vc-enabled #secondary {
    padding-bottom: 200px
  }

  .ut-spacing-200.ut-vc-enabled.ut-has-scroll-top #secondary {
    padding-bottom: 240px
  }
}

.archive .hdb {
  margin-top: 20px !important
}

.search .hdb {
  margin-top: 20px !important;
  margin-bottom: 40px !important
}

.error404 .hdb {
  margin-bottom: 0 !important;
  margin-top: 20px !important
}

.error404 .hero-btn-holder {
  margin-top: 20px !important
}

.error404 .ut-sub-footer-border-top {
  display: none
}

.archive #searchform .search-submit,
.search #searchform .search-submit {
  padding: 12px
}

.archive #searchform .search-field,
.search #searchform .search-field {
  max-width: 320px;
  width: 100%;
  padding: 0 0 10px;
  margin: 0 auto 40px auto;
  background: 0 0;
  border-left: none;
  border-top: none;
  border-right: none
}

.archive #searchform .search-field:focus,
.search #searchform .search-field:focus {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

.error404 .hero-btn-holder,
.error404 .hero-btn-holder .ut-btn {
  margin: 0
}

.error404 .hero-btn-holder .ut-btn {
  background: #151515;
  color: #fff
}

.ut-archive-tags {
  margin-bottom: 45px
}

.ut-daily-archive-list,
.ut-monthly-archive-list,
.ut-monthly-archive-list,
.ut-yearly-archive-list,
.ut-contributors-archive-list,
.ut-categories-archive-list,
.ut-latest-posts-list {
  list-style: none;
  margin: 0 0 20px
}

.ut-daily-archive-list li,
.ut-monthly-archive-list li,
.ut-monthly-archive-list li,
.ut-yearly-archive-list li,
.ut-contributors-archive-list li,
.ut-categories-archive-list li,
.ut-latest-posts-list li {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
  padding-left: 10px;
  position: relative;
  list-style: none
}

.ut-daily-archive-list li:before,
.ut-monthly-archive-list li:before,
.ut-monthly-archive-list li:before,
.ut-yearly-archive-list li:before,
.ut-contributors-archive-list li:before,
.ut-categories-archive-list li:before,
.ut-latest-posts-list li:before {
  font-family: 'FontAwesome';
  content: "\f105";
  font-weight: 400;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0
}

.ut-archive-template-title {
  text-transform: uppercase;
  font-size: 17px
}

#contact-section .parallax-header,
#contact-section .section-header {
  padding-bottom: 0;
  margin-bottom: 40px
}

#contact-section .parallax-header>*:last-child,
#contact-section .section-header>*:last-child,
#contact-section .parallax-header>.lead *:last-child,
#contact-section .section-header>.lead *:last-child {
  margin-bottom: 0
}

#contact-section .background-map {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0
}

#contact-section .background-map iframe {
  width: 100%;
  height: 100%
}

#contact-section ul,
#contact-section ol {
  list-style: outside
}

.light .ut-left-footer-area,
.light .ut-right-footer-area {
  background: rgba(255, 255, 255, .15)
}

.light .ut-left-footer-area,
.light .ut-right-footer-area {
  padding: 20px
}

@media (min-width:1025px) {

  .light .ut-left-footer-area,
  .light .ut-right-footer-area {
    padding: 40px
  }
}

.light .ut-right-footer-area>*:last-child,
.light .ut-left-footer-area>*:last-child {
  margin-bottom: 0
}

.ut-left-footer-area {
  margin-bottom: 0
}

.contact-section.contact-map {
  position: relative
}

.wpcf7-form p {
  margin: 0 0 20px
}

.wpcf7-form .wpcf7-response-output {
  margin: 10px 0 0;
  border: none;
  padding: 0
}

.light#contact-section a:hover {
  color: #fff
}

.wpcf7-form .ajax-loader {
  display: none !important
}

.dark .wpcf7-form {
  color: #151515
}

.wpcf7-not-valid-tip {
  border: none !important;
  padding: 0;
  margin-bottom: 20px
}

.fa-ul li .fa {
  font-size: 16px;
  top: 0
}

.fa-ul li,
.fa-ul {
  list-style: none !important
}

.contact-wrap .fa-ul li .fa {
  line-height: inherit
}

.footer {
  padding: 0;
  background: #fff;
  position: relative
}

.footer.ut-footer-dark a.toTop,
.footer.ut-footer-dark {
  background: #141618
}

.footer.ut-footer-dark h1,
.footer.ut-footer-dark h2,
.footer.ut-footer-dark h3,
.footer.ut-footer-dark h4,
.footer.ut-footer-dark h5,
.footer.ut-footer-dark h6 {
  color: #fff
}

.footer.ut-footer-dark a.toTop,
.footer.ut-footer-dark .widget-title {
  color: #fff
}

a.toTop {
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  font-size: 16px;
  line-height: 40px;
  position: absolute;
  z-index: 100;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  color: #151515;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 0px -5px 5px rgba(0, 0, 0, .2);
  box-shadow: 0px -5px 5px rgba(0, 0, 0, .2);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  text-align: center
}

a.toTop:active,
a.toTop:hover {
  color: #151515;
  -webkit-box-shadow: 0px -5px 5px rgba(0, 0, 0, .1);
  box-shadow: 0px -5px 5px rgba(0, 0, 0, .1)
}

a.toTop,
.toTop i {
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.toTop i:before {
  vertical-align: middle
}

.copyright {
  padding: 0;
  margin: 0;
  font-size: 11px;
  display: block;
  text-transform: uppercase;
  line-height: 150%
}

.ut-footer-area {
  color: #777
}

.ut-spacing-80 .ut-footer-area,
.ut-spacing-120 .ut-footer-area,
.ut-spacing-160 .ut-footer-area,
.ut-spacing-200 .ut-footer-area {
  padding-bottom: 40px;
  padding-top: 40px
}

.footer.ut-footer-has-widgets {
  padding: 40px 0 0
}

@media (min-width:1025px) {
  .ut-spacing-80 .ut-footer-area {
    padding-bottom: 40px;
    padding-top: 40px
  }

  .ut-spacing-120 .ut-footer-area {
    padding-bottom: 80px;
    padding-top: 80px
  }

  .ut-spacing-160 .ut-footer-area {
    padding-bottom: 120px;
    padding-top: 120px
  }

  .ut-spacing-200 .ut-footer-area {
    padding-bottom: 160px;
    padding-top: 160px
  }

  .ut-footer-area.ut-footer-area-160 {
    padding-bottom: 120px;
    padding-top: 120px
  }

  .ut-footer-area.ut-footer-area-120 {
    padding-bottom: 80px;
    padding-top: 80px
  }

  .ut-footer-area.ut-footer-area-80 {
    padding-bottom: 40px;
    padding-top: 40px
  }

  .ut-footer-area.ut-footer-area-40 {
    padding-bottom: 0;
    padding-top: 0
  }

  .ut-footer-area.ut-footer-area-0 {
    padding-bottom: 0;
    padding-top: 0
  }
}

.ut-footer-dark .ut-footer-area {
  color: #fff;
  color: rgba(255, 255, 255, .5)
}

.footer-content {
  background: #fff;
  color: #151515;
  text-align: center;
  padding: 40px 0
}

.ut-footer-has-widgets .footer-content {
  padding: 20px 0
}

.ut-footer-light.ut-footer-has-widgets,
.ut-footer-light.ut-footer-has-widgets .footer-content {
  border-top: 1px solid #ddd
}

.ut-footer-area ul.sidebar a {
  color: #151515
}

.ut-footer-dark .ut-footer-area ul.sidebar a {
  color: #777
}

.footer-content h1,
.footer-content h2,
.footer-content h3,
.footer-content h4,
.footer-content h5,
.footer-content h6 {
  color: #151515;
  text-transform: none;
  margin: 0;
  position: relative;
  line-height: 150%;
  font-size: 14px
}

.footer-content a,
.copyright a {
  color: #151515;
  font-weight: 700;
  text-transform: uppercase
}

.ut-footer-dark .footer-content h1,
.ut-footer-dark .footer-content h2,
.ut-footer-dark .footer-content h3,
.ut-footer-dark .footer-content h4,
.ut-footer-dark .footer-content h5,
.ut-footer-dark .footer-content h6 {
  color: #fff
}

.ut-footer-dark .footer-content {
  background: #131416;
  color: #fff;
  color: rgba(255, 255, 255, .5)
}

.ut-footer-dark .footer-content a {
  color: #777;
  text-transform: uppercase
}

.ut-footer-dark .footer-content a:hover,
.ut-footer-dark .footer-content a:active {
  color: #fff
}

.ut-footer-so {
  margin: 0;
  padding: 0;
  display: block
}

.ut-footer-so li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px
}

.ut-sub-footer-style-2 .ut-footer-so li:first-child {
  margin-right: 0
}

.ut-sub-footer-style-1 .ut-sub-footer-social-icons .ut-footer-so li:last-child {
  margin-right: 0
}

.ut-footer-so li a {
  display: block;
  text-align: center
}

.ut-footer-so li a i,
.ut-footer-so li a {
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.ut-footer-so li a i {
  color: #151515;
  font-size: 16px
}

.ut-footer-dark .ut-footer-so li a i {
  color: #fff
}

.ut-sub-footer-style-2.ut-sub-footer-style-2-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse
}

.ut-sub-footer-style-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ut-sub-footer-style-2 .ut-footer-so li {
  margin-bottom: 0;
  float: left
}

.ut-sub-footer-style-2:not(.ut-sub-footer-style-2-reverse) .ut-footer-so li:first-child {
  margin-right: 20px
}

.ut-sub-footer-style-2:not(.ut-sub-footer-style-2-reverse) .ut-footer-so li:last-child {
  margin-right: 0
}

.ut-sub-footer-style-2.ut-sub-footer-style-2-reverse .ut-footer-so li {
  margin-bottom: 0;
  float: right
}

.ut-sub-footer-style-2.ut-sub-footer-style-2-reverse .ut-sub-footer-social-icons,
.ut-sub-footer-style-2 .ut-sub-footer-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right
}

.ut-sub-footer-style-2.ut-sub-footer-style-2-reverse .ut-sub-footer-content,
.ut-sub-footer-style-2 .ut-sub-footer-social-icons {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left
}

.ut-sub-footer-style-2:not(.ut-sub-footer-style-2-reverse) .ut-sub-footer-social-icons,
.ut-sub-footer-style-2.ut-sub-footer-style-2-reverse .ut-sub-footer-content {
  padding-right: 10px
}

.ut-sub-footer-style-2.ut-sub-footer-style-2-reverse .ut-sub-footer-social-icons,
.ut-sub-footer-style-2.ut-sub-footer-style-2:not(.ut-sub-footer-style-2-reverse) .ut-sub-footer-content {
  padding-left: 10px
}

form {
  margin: 0
}

.light input,
.light textarea {
  border: 1px solid transparent;
  padding: 10px;
  outline: none;
  color: #fff;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  vertical-align: baseline;
  *vertical-align: middle;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box;
  background: #000;
  background: rgba(0, 0, 0, .35);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: background .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: background .3s cubic-bezier(.215, .61, .355, 1);
  transition: background .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical
}

.light input:focus,
.light textarea:focus {
  border: 1px solid transparent;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, .5)
}

.success-message,
.alert-message,
.error-message {
  display: none;
  font-size: 12px
}

.widget_search {
  margin-bottom: 40px
}

.widget_search .search-submit,
.widget_search #searchform span {
  display: none
}

select {
  width: 100%;
  max-width: 100%;
  color: #151515;
  padding: 10px;
  outline: none;
  background: 0 0;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box;
  -webkit-transition: border .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: border .3s cubic-bezier(.215, .61, .355, 1);
  transition: border .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

input[type=radio],
input[type=checkbox] {
  display: inherit !important;
  width: inherit !important
}

input[type=checkbox] {
  -webkit-appearance: checkbox !important
}

input[type=radio] {
  -webkit-appearance: radio !important
}

#wp-comment-cookies-consent {
  display: inline !important;
  margin-right: 10px;
  margin-bottom: 0
}

.dark .wpcf7-form input,
.dark .wpcf7-form textarea,
input,
textarea {
  background: 0 0;
  border: 1px solid #ddd;
  color: #b2b2b6;
  padding: 10px;
  outline: none;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  vertical-align: baseline;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: border .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: border .3s cubic-bezier(.215, .61, .355, 1);
  transition: border .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.wpcf7-form p,
.wpcf7-form p {
  margin-bottom: 20px
}

.wpcf7-form p input,
.wpcf7-form p textarea {
  margin-bottom: 0
}

#secondary input,
#secondary textarea,
#secondary select {
  font-size: 12px
}

input:focus,
textarea:focus,
select:focus,
.dark .wpcf7-form input:focus,
.dark .wpcf7-form textarea:focus,
.dark .wpcf7-form select:focus {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1) inset;
  border-color: #ddd;
  background: 0 0;
  color: #151515
}

input:not(output):-moz-ui-invalid {
  box-shadow: none
}

input:not(output):-moz-ui-invalid:-moz-focusring {
  box-shadow: none
}

.ut-footer-dark input,
.ut-footer-dark select,
.ut-footer-dark textarea {
  background: 0 0;
  border-color: rgba(255, 255, 255, .1);
  color: #777
}

.ut-footer-dark input:focus,
.ut-footer-dark textarea:focus,
.ut-footer-dark select:focus {
  color: #b2b2b6;
  -webkit-box-shadow: none;
  box-shadow: none
}

.ut-footer-dark input[type=button],
.ut-footer-dark input[type=submit] {
  line-height: 24px;
  color: #fff
}

span.wpcf7-form-control-wrap {
  line-height: 1.2
}

span.wpcf7-list-item {
  margin: 0 10px 0 0
}

span.wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center
}

span.wpcf7-list-item input[type=checkbox],
span.wpcf7-list-item input[type=radio] {
  margin: 0 10px 0 0;
  vertical-align: middle
}

span.wpcf7-list-item .wpcf7-form select {
  margin-bottom: 0
}

button,
input[type=submit]:not(.hero-btn),
input[type=button]:not(.hero-btn) {
  font-family: sans-serif;
  font-weight: 400;
  border: none !important;
  vertical-align: baseline;
  *vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 0;
  line-height: 24px;
  background: #151515;
  color: #fff;
  padding: 8px 12px;
  text-transform: uppercase;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box;
  -webkit-appearance: none;
  width: auto;
  outline: none !important;
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

button:hover,
button:focus,
button:active,
input[type=button]:not(.hero-btn):hover,
input[type=button]:not(.hero-btn):focus,
input[type=button]:not(.hero-btn):active,
input[type=submit]:not(.hero-btn):hover,
input[type=submit]:not(.hero-btn):focus,
input[type=submit]:not(.hero-btn):active {
  color: #fff;
  background: #ffbf00;
  border: none
}

#contact-section.light button,
#contact-section.light input[type=submit],
#contact-section.light input[type=button] {
  background: #ffbf00;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

#contact-section.light button:hover,
#contact-section.light button:focus,
#contact-section.light button:active,
#contact-section.light input[type=button]:hover,
#contact-section.light input[type=button]:focus,
#contact-section.light input[type=button]:active,
#contact-section.light input[type=submit]:hover,
#contact-section.light input[type=submit]:focus,
#contact-section.light input[type=submit]:active {
  color: #fff;
  background: #151515
}

#contact-section.dark button,
#contact-section.dark input[type=submit],
#contact-section.dark input[type=button] {
  background: #151515;
  color: #fff;
  width: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

#contact-section.dark button:hover,
#contact-section.dark button:focus,
#contact-section.dark button:active,
#contact-section.dark input[type=button]:hover,
#contact-section.dark input[type=button]:focus,
#contact-section.dark input[type=button]:active,
#contact-section.dark input[type=submit]:hover,
#contact-section.dark input[type=submit]:focus,
#contact-section.dark input[type=submit]:active {
  color: #fff;
  background: #ffbf00
}

#contact-section.light button,
#contact-section.light input[type=submit],
#contact-section.light input[type=button],
#contact-section.dark button,
#contact-section.dark input[type=submit],
#contact-section.dark input[type=button] {
  background: #151515;
  color: #fff
}

#contact-section.light button:hover,
#contact-section.light button:focus,
#contact-section.light button:active,
#contact-section.light input[type=button]:hover,
#contact-section.light input[type=button]:focus,
#contact-section.light input[type=button]:active,
#contact-section.light input[type=submit]:hover,
#contact-section.light input[type=submit]:focus,
#contact-section.light input[type=submit]:active,
#contact-section.dark button:hover,
#contact-section.dark button:focus,
#contact-section.dark button:active,
#contact-section.dark input[type=button]:hover,
#contact-section.dark input[type=button]:focus,
#contact-section.dark input[type=button]:active,
#contact-section.dark input[type=submit]:hover,
#contact-section.dark input[type=submit]:focus,
#contact-section.dark input[type=submit]:active {
  color: #fff;
  background: #ffbf00
}

.ut-footer-custom button,
.ut-footer-custom input[type=submit],
.ut-footer-custom input[type=button] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.ut-footer-light button,
.ut-footer-light input[type=submit],
.ut-footer-light input[type=button] {
  background: #151515;
  color: #fff
}

.ut-footer-light button:hover,
.ut-footer-light button:focus,
.ut-footer-light button:active,
.ut-footer-light input[type=button]:hover,
.ut-footer-light input[type=button]:focus,
.ut-footer-light input[type=button]:active,
.ut-footer-light input[type=submit]:hover,
.ut-footer-light input[type=submit]:focus,
.ut-footer-light input[type=submit]:active {
  color: #fff;
  background: #ffbf00
}

.ut-footer-dark button,
.ut-footer-dark input[type=submit],
.ut-footer-dark input[type=button] {
  background: #ffbf00;
  color: #fff
}

.ut-footer-dark button:hover,
.ut-footer-dark button:focus,
.ut-footer-dark button:active,
.ut-footer-dark input[type=button]:hover,
.ut-footer-dark input[type=button]:focus,
.ut-footer-dark input[type=button]:active,
.ut-footer-dark input[type=submit]:hover,
.ut-footer-dark input[type=submit]:focus,
.ut-footer-dark input[type=submit]:active {
  color: #fff;
  background: #151515
}

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

.ut-split-screen-poster {
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: scroll !important;
  margin: 0 auto
}

.ut-split-screen .parallax-header,
.ut-split-screen .section-header {
  text-align: left
}

.ut-split-content-right,
.ut-split-content-left {
  margin-top: 140px;
  margin-bottom: 70px
}

.ut-split-screen .pt-style-6 .page-title span:after,
.ut-split-screen .pt-style-6 .parallax-title span:after,
.ut-split-screen .pt-style-6 .section-title span:after {
  margin: 15px 0
}

.ut-split-screen .pt-style-2 .page-title span:after,
.ut-split-screen .pt-style-2 .parallax-title span:after,
.ut-split-screen .pt-style-2 .section-title span:after {
  margin: 15px 0
}

.ut-split-screen .pt-style-1 .page-title span,
.ut-split-screent .pt-style-1 .section-title span {
  padding: 0 20px 0 0
}

.ut-split-content-left .pt-style-1 .section-title span,
.ut-split-content-right .pt-style-1 .section-title span,
.ut-split-content-left .pt-style-1 .page-title span,
.ut-split-content-right .pt-style-1 .page-title span {
  padding-left: 0
}

.add-padding {
  padding-right: 20px !important;
  padding-left: 20px !important
}

.remove-bottom {
  margin-bottom: 0 !important
}

.half-bottom {
  margin-bottom: 10px !important
}

.add-bottom {
  margin-bottom: 20px !important
}

.ut-half-height {
  height: 50% !important
}

.section-content {
  position: relative
}

.ut-section-shadow {
  -webkit-box-shadow: 0 -5px 4px rgba(0, 0, 0, .08) inset;
  box-shadow: 0 -5px 4px rgba(0, 0, 0, .08) inset
}

.ut-new-hide {
  display: none
}

.dark blockquote {
  color: #151515
}

.dark cite,
.dark,
.dark .lead {
  color: #888
}

.dark b,
.dark strong {
  color: #151515
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
  color: #151515
}

.light cite,
.light blockquote,
.light,
.light .lead {
  color: #fff
}

.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6 {
  color: #fff
}

.ut-rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden
}

.ut-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%
}

span.ut-word-rotator {
  color: inherit;
  display: inline-block
}

h1.ut-word-rotator,
h2.ut-word-rotator,
h3.ut-word-rotator,
h4.ut-word-rotator,
h5.ut-word-rotator,
h6.ut-word-rotator {
  margin-bottom: 0
}

div.pp_default .pp_content .ppt {
  font-size: 13px;
  color: #151515 !important
}

.error404 .search-submit,
.search-no-results .search-submit {
  margin-bottom: 0
}

.playerBox {
  max-width: inherit !important
}

.ut-video-control,
.ut-audio-control {
  bottom: 10px;
  position: absolute;
  height: 25px;
  left: 50%;
  display: block;
  z-index: 2
}

#contact-section .ut-video-control {
  top: 40px;
  bottom: auto
}

.ut-mute:before,
.ut-unmute:before {
  font-family: 'Brooklyn-Core';
  color: #fff;
  font-size: 20px
}

.ut-mute:before {
  content: "\e904"
}

.ut-unmute:before {
  content: "\e905"
}

.ut-video-section,
.ut-video-section .parallax-overlay {
  position: relative
}

#wpstats {
  display: none
}

.ut_widget_twitter a {
  word-break: break-all
}

.ut-custom-icon {
  margin-bottom: 20px
}

.ut-icon-box .ut-custom-icon {
  display: block;
  font-size: inherit;
  margin: 0;
  line-height: 100px;
  text-align: center
}

.ut-icon-box .ut-custom-icon img,
.ut-icon-box.ut-icon-box-small .ut-custom-icon img {
  max-width: 50px;
  margin: 0;
  vertical-align: middle
}

.ut-icon-box.ut-icon-box-small .ut-custom-icon img {
  max-width: 32px
}

.ut-icon-box.ut-icon-box-medium .ut-custom-icon img {
  max-width: 44px
}

.ut-install-note {
  margin-top: 40px;
  margin-bottom: 40px
}

.js .slides .hero-holder {
  opacity: 0
}

.js .slides .hero-holder.show {
  opacity: 1
}

.ut-modal-box {
  margin-left: -25%
}

.ut-rotate-avatar {
  min-height: 200px
}

.tp-bullets.simplebullets.round .bullet {
  background: 0 0 !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, .15)
}

.tp-bullets.simplebullets.round .selected {
  border-color: #fff !important
}

.themecolor-bg {
  padding: 3px 5px;
  color: #fff
}

.tp-rightarrow.default,
.tp-leftarrow.default {
  background: 0 0 !important
}

.tp-rightarrow.default:hover:before,
.tp-leftarrow.default:hover:before {
  color: #fff;
  -webkit-transition: .2s color linear;
  -o-transition: .2s color linear;
  transition: .2s color linear
}

.tp-rightarrow.default:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 65px;
  color: #fff;
  color: rgba(255, 255, 255, .15)
}

.tp-leftarrow.default:before {
  content: "\f104";
  font-family: 'FontAwesome';
  font-size: 65px;
  color: #fff;
  color: rgba(255, 255, 255, .15)
}

.hero-title.ut-glow {
  color: #fff;
  -webkit-text-shadow: 0 0 40px #fff, 2px 2px 3px #000;
  -moz-text-shadow: 0 0 40px #fff, 2px 2px 3px #000;
  text-shadow: 0 0 40px #fff, 2px 2px 3px #000
}

.light .section-title.ut-glow,
.light .parallax-title.ut-glow,
.light .page-title.ut-glow,
.light .section-title.ut-glow {
  color: #fff;
  -webkit-text-shadow: 0 0 40px #fff, 2px 2px 3px #000;
  -moz-text-shadow: 0 0 40px #fff, 2px 2px 3px #000;
  text-shadow: 0 0 40px #fff, 2px 2px 3px #000
}

.dark .section-title.ut-glow,
.dark .parallax-title.ut-glow,
.dark .page-title.ut-glow,
.dark .section-title.ut-glow {
  color: #151515;
  -webkit-text-shadow: 0 0 40px #151515, 2px 2px 3px #000;
  -moz-text-shadow: 0 0 40px #151515, 2px 2px 3px #000;
  text-shadow: 0 0 40px #151515, 2px 2px 3px #000
}

#qLoverlay {
  display: table;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  overflow: hidden;
  width: 100%;
  z-index: 666999;
  margin: 0;
  padding: 0
}

.ut-loader-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 666998;
  top: 0;
  left: 0
}

.ut-inner-overlay {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.ut-overlay-svg-wrap {
  display: block
}

.ut-inner-overlay .site-logo {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

#ut-loader-logo {
  display: block;
  overflow: hidden;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto
}

.ut-inner-overlay .ut-loading-text {
  margin-top: 20px
}

.ut-inner-overlay .ut-loading-text p {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 10px;
  margin: 0;
  line-height: 150%;
  padding: 0;
  text-align: center
}

#ut-loader-logo.ut-style4-active {
  margin-bottom: 0
}

#qLpercentage {
  color: #fff;
  font-size: 14px;
  line-height: 100%
}

.ut-inner-overlay div:not(.ut-loader__ball4):not(.ut-loader__bar4):not(.ut-loading-bar-style2-ball-effect):not(.sk-cube-grid):not(.sk-cube):not(.ut-double-bounce1):not(.ut-double-bounce2):not(.ut-page-loader-spinner) {
  margin-top: 40px;
  -webkit-animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-duration: 3s;
  animation-fill-mode: both;
  animation-name: fadeIn
}

.ut-inner-overlay>div:first-child {
  margin-top: 0 !important
}

.ut-inner-overlay>div:last-child {
  margin-bottom: 0 !important
}

.ut-shape-wrap {
  position: relative;
  z-index: 666997;
  margin: -5px 0 0
}

.ut-shape-wrap-push {
  width: 100%;
  height: 100vh;
  position: relative
}

.ut-shape {
  height: 100vh;
  width: 100%;
  display: block;
  fill: #fff
}

.ut-loader-overlay.ut-loader-overlay-with-morph {
  height: 200vh;
  background: 0 0 !important;
  background-color: transparent !important
}

#ut-overlay-svg {
  max-width: 80%
}

#ut-overlay-svg {
  visibility: hidden
}

#ut-overlay-svg.loaded {
  visibility: visible
}

#ut-overlay-svg.loaded .ut-stroke-offset-line {
  stroke-dasharray: 100% 0%;
  -webkit-animation: stroke-offset 1s linear;
  animation: stroke-offset 1s linear
}

.ut-overlay-svg-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

@-webkit-keyframes stroke-offset {
  0% {
    stroke-dashoffset: 35%;
    stroke-dasharray: 0 100%
  }
}

@keyframes stroke-offset {
  0% {
    stroke-dashoffset: 35%;
    stroke-dasharray: 0 100%
  }
}

#ut-overlay-animated-text-wrap {
  display: inline-block;
  position: relative
}

#ut-overlay-animated-text,
#ut-overlay-animated-background-text {
  font-size: 60px;
  text-align: center;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
  white-space: nowrap !important
}

#ut-overlay-animated-background-text {
  background-clip: border-box !important;
  -webkit-background-clip: text !important;
  -ms-background-clip: text !important;
  -moz-background-clip: text !important;
  -o-background-clip: text !important;
  background-clip: text !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: calc(100% - 1px);
  color: transparent;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
  left: 0
}

#ut-overlay-animated-text {
  color: #111;
  visibility: hidden;
  right: 0;
  width: 100%;
  overflow: hidden;
  position: absolute
}

#ut-overlay-animated-text>div {
  margin: 0;
  position: absolute
}

#ut-overlay-animated-text-wrap.calculated #ut-overlay-animated-text.start,
#ut-overlay-animated-text-wrap.calculated #ut-overlay-animated-background-text.start {
  visibility: visible
}

#ut-overlay-animated-text,
#ut-overlay-animated-text-wrap,
#ut-overlay-animated-text>div,
#ut-overlay-animated-background-text {
  -webkit-animation-name: none;
  animation-name: none
}

@media (max-width:767px) {

  #ut-overlay-animated-text,
  #ut-overlay-animated-background-text {
    font-size: 40px !important;
    line-height: 125% !important
  }

  #ut-overlay-animated-text,
  #ut-overlay-animated-background-text {
    white-space: normal !important
  }
}

#ut-cyberpunk-loader-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0
}

.ut-cyberpunk-loader {
  width: 500px;
  height: 500px;
  position: relative
}

.circleFW,
.circleSW {
  width: 100%;
  height: 100%;
  transform-origin: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}

.circleFW {
  animation: rotate 2s ease infinite
}

.circleSW {
  animation: rotate-reverse 4s linear infinite
}

.path,
.path2,
.path3,
.path4,
.path5,
.path6,
.path7,
.path8,
.path9 {
  stroke-linecap: square;
  stroke-width: 33;
  opacity: .8
}

.path {
  stroke-dasharray: 1400, 2600;
  stroke-dashoffset: 0;
  animation: dash 3.7s ease-in-out infinite;
  opacity: .3
}

.path2 {
  stroke-dasharray: 40, 2600;
  stroke-dashoffset: -500px
}

.path3 {
  stroke-dasharray: 200, 2600;
  stroke-dashoffset: -700px
}

.path4 {
  stroke-dasharray: 40, 2600;
  stroke-dashoffset: -2000px
}

.path5 {
  stroke-dasharray: 100, 1600;
  stroke-dashoffset: 0
}

.path6 {
  stroke-dasharray: 300, 2600;
  stroke-dashoffset: -1000px
}

.path7 {
  stroke-dasharray: 40, 2600;
  stroke-dashoffset: -1200px
}

.path8 {
  stroke-dasharray: 100, 2600;
  stroke-dashoffset: -300px
}

.path9 {
  stroke-dashoffset: -300px;
  opacity: .8
}

@keyframes rotate {
  100% {
    transform: rotate(360deg)
  }
}

@keyframes rotate-reverse {
  100% {
    transform: rotate(-360deg)
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 2000, 2600;
    stroke-dashoffset: 0
  }

  50% {
    stroke-dasharray: 2400, 2600;
    stroke-dashoffset: -500px
  }

  100% {
    stroke-dasharray: 2000, 2600;
    stroke-dashoffset: 0
  }
}

@keyframes dash2 {
  0% {
    stroke-dasharray: 100, 2600;
    stroke-dashoffset: -2000px
  }

  50% {
    stroke-dasharray: 500, 2600;
    stroke-dashoffset: -1000px
  }

  100% {
    stroke-dasharray: 100, 2600;
    stroke-dashoffset: -1960px
  }
}

#ut-overlay-menu {
  z-index: 10002;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s
}

#ut-overlay-menu.ut-overlay-menu-visible {
  opacity: 1;
  pointer-events: auto
}

.ut-overlay-menu-row {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative
}

.ut-overlay-menu-row-inner {
  display: table-row
}

#ut-overlay-nav {
  display: table-cell;
  vertical-align: middle
}

#ut-overlay-nav li {
  margin-top: 10px;
  margin-bottom: 10px
}

#ut-overlay-nav ul {
  margin: 0;
  list-style: none
}

#ut-overlay-nav ul>li {
  opacity: 1;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase
}

#ut-overlay-nav ul>li a {
  color: #fff
}

#ut-overlay-nav ul.sub-menu li {
  font-size: 16px;
  line-height: 125%;
  display: inline-block
}

#ut-close-overlay-menu {
  position: absolute;
  top: 0;
  right: 40px
}

.ut-open-overlay-trigger {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

#ut-overlay-menu #ut-open-overlay-menu {
  position: absolute
}

#ut-open-overlay-menu {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  z-index: 1
}

.ut-hamburger-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.ut-mm-trigger-center .ut-hamburger-wrap,
.ut-open-overlay-trigger-centered .ut-hamburger-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

#ut-overlay-menu .site-logo {
  position: absolute
}

#ut-overlay-nav ul.sub-menu li {
  display: inherit
}

#ut-overlay-nav a {
  display: inline-block;
  position: relative
}

#ut-overlay-nav.ut-overlay-nav-animation-on a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  height: 2px;
  width: 0;
  -webkit-transition: width .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: width .3s cubic-bezier(.215, .61, .355, 1);
  transition: width .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  background: #151515
}

#ut-overlay-nav.ut-overlay-nav-animation-on a:hover:after {
  width: 100%
}

#ut-overlay-menu .ut-overlay-menu-row {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px
}

#ut-overlay-menu.ut-overlay-menu-centered .ut-overlay-menu-row {
  max-width: 1200px;
  padding-bottom: 40px
}

.ut-has-top-header #ut-overlay-menu.ut-overlay-menu-centered .ut-overlay-menu-row {
  padding-top: 40px
}

#ut-overlay-menu.ut-overlay-menu-fullwidth .ut-overlay-menu-row {
  padding: 0 40px 40px
}

#ut-overlay-menu.ut-overlay-menu-align-left .ut-overlay-menu-row {
  text-align: left
}

#ut-overlay-menu.ut-overlay-menu-align-center .ut-overlay-menu-row {
  text-align: center
}

#ut-overlay-menu.ut-overlay-menu-align-right .ut-overlay-menu-row {
  text-align: right
}

#ut-overlay-nav.ut-overlay-nav-top {
  vertical-align: top;
  padding-top: 160px
}

#ut-overlay-nav.ut-overlay-nav-middle {
  vertical-align: middle;
  padding-top: 40px
}

#ut-overlay-nav.ut-overlay-nav-middle ul.sub-menu li:last-child,
#ut-overlay-nav.ut-overlay-nav-middle li.menu-item-has-children:last-child {
  margin-bottom: 0
}

#ut-overlay-nav.ut-overlay-nav-bottom {
  vertical-align: bottom;
  padding-bottom: 40px
}

#ut-overlay-nav.ut-overlay-nav-bottom ul.sub-menu li:last-child,
#ut-overlay-nav.ut-overlay-nav-bottom li.menu-item-has-children:last-child {
  margin-bottom: 0
}

#ut-overlay-menu-footer {
  height: 24px
}

#ut-overlay-menu-footer .ut-overlay-menu-cell {
  width: 50%;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left
}

.ut-overlay-footer-icons {
  margin: 0
}

.ut-overlay-footer-icons li {
  display: inline-block;
  margin-right: 20px
}

.ut-overlay-footer-icons li a i {
  font-size: 16px
}

.ut-overlay-footer-icons-wrap {
  text-align: left
}

.ut-overlay-copyright {
  text-align: right;
  font-size: 12px
}

.ut-overlay-menu-reverse-on #ut-overlay-menu-footer .ut-overlay-footer-icons-wrap {
  float: right;
  text-align: right
}

.ut-overlay-menu-reverse-on #ut-overlay-menu-footer .ut-overlay-footer-icons li {
  margin-right: 0;
  margin-left: 20px
}

.ut-overlay-menu-reverse-on #ut-overlay-menu-footer .ut-overlay-copyright {
  text-align: left
}

.ut-overlay-menu,
#ut-overlay-nav li a,
.ut-overlay-footer-icons-wrap,
.ut-overlay-copyright {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

@media (max-width:767px) {
  .ut-hamburger-wrap {
    height: 60px
  }
}

.ut-hamburger {
  display: inline-block;
  background: 0 0;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 32px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: opacity .3s cubic-bezier(.215, .61, .355, 1);
  transition: opacity .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.ut-hamburger:hover,
.ut-hamburger:active,
.ut-hamburger:focus {
  background: 0 0
}

.ut-hamburger:focus {
  outline: none
}

.ut-hamburger span {
  display: block;
  position: absolute;
  top: 14px;
  left: 6px;
  right: 6px;
  height: 3px;
  background: #fff
}

.ut-hamburger span:before,
.ut-hamburger span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: ""
}

.ut-hamburger span:before {
  top: -7px
}

.ut-hamburger span:after {
  bottom: -7px
}

.ut-hamburger--cross span,
.ut-hamburger--cross span:before,
.ut-hamburger--cross span:after {
  -webkit-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s
}

.ut-hamburger--cross span,
.ut-hamburger--cross span:before {
  -webkit-transition-property: top, background, -webkit-transform;
  transition-property: top, background, -webkit-transform;
  -o-transition-property: top, background, transform;
  transition-property: top, background, transform, -webkit-transform
}

.ut-hamburger--cross span:after {
  -webkit-transition-property: bottom, background, -webkit-transform;
  transition-property: bottom, background, -webkit-transform;
  -o-transition-property: bottom, background, transform;
  transition-property: bottom, background, transform, -webkit-transform
}

.ut-hamburger--cross.is-active span {
  background: 0 0
}

.ut-hamburger--cross.is-active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.ut-hamburger--cross.is-active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.ut-hamburger--cross.is-active span:before,
.ut-hamburger--cross.is-active span:after {
  -webkit-transition-delay: 0s, .3s;
  -o-transition-delay: 0s, .3s;
  transition-delay: 0s, .3s
}

.ut-loading-bar-style2 {
  margin: 40px 0 0;
  text-align: center
}

.ut-loading-bar-style2 .ut-loading-bar-style2-ball-effect {
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin: 0;
  -webkit-animation: loading2 3s cubic-bezier(.77, 0, .175, 1) infinite;
  animation: loading2 3s cubic-bezier(.77, 0, .175, 1) infinite
}

@-webkit-keyframes loading2 {
  0% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1)
  }

  25% {
    -webkit-transform: translateX(-50px) scale(.3);
    transform: translateX(-50px) scale(.3)
  }

  50% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1)
  }

  75% {
    -webkit-transform: translateX(50px) scale(.3);
    transform: translateX(50px) scale(.3)
  }

  100% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1)
  }
}

@keyframes loading2 {
  0% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1)
  }

  25% {
    -webkit-transform: translateX(-50px) scale(.3);
    transform: translateX(-50px) scale(.3)
  }

  50% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1)
  }

  75% {
    -webkit-transform: translateX(50px) scale(.3);
    transform: translateX(50px) scale(.3)
  }

  100% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1)
  }
}

.ut-loading-bar-style3 {
  margin-top: 40px
}

.ut-loading-bar-style3-outer {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #fff;
  -webkit-animation: loading3 2s infinite ease;
  animation: loading3 2s infinite ease
}

.ut-loading-bar-style-3-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  -webkit-animation: loading3-inner 2s infinite ease-in;
  animation: loading3-inner 2s infinite ease-in
}

@-webkit-keyframes loading3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes loading3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes loading3-inner {
  0% {
    height: 0
  }

  25% {
    height: 0
  }

  50% {
    height: 100%
  }

  75% {
    height: 100%
  }

  100% {
    height: 0
  }
}

@keyframes loading3-inner {
  0% {
    height: 0
  }

  25% {
    height: 0
  }

  50% {
    height: 100%
  }

  75% {
    height: 100%
  }

  100% {
    height: 0
  }
}

.ut-loading-bar-style4 {
  position: relative;
  width: 75px;
  height: 100px;
  margin: 0 auto 0 auto !important
}

.ut-loader__bar4 {
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 50%;
  margin-bottom: 0 !important;
  background: #fff;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, .2)
}

.ut-loader__bar4:nth-child(1) {
  left: 0;
  -webkit-transform: scale(1, .2);
  -ms-transform: scale(1, .2);
  transform: scale(1, .2);
  -webkit-animation: barUp1 4s infinite;
  animation: barUp1 4s infinite
}

.ut-loader__bar4:nth-child(2) {
  left: 15px;
  -webkit-transform: scale(1, .4);
  -ms-transform: scale(1, .4);
  transform: scale(1, .4);
  -webkit-animation: barUp2 4s infinite;
  animation: barUp2 4s infinite
}

.ut-loader__bar4:nth-child(3) {
  left: 30px;
  -webkit-transform: scale(1, .6);
  -ms-transform: scale(1, .6);
  transform: scale(1, .6);
  -webkit-animation: barUp3 4s infinite;
  animation: barUp3 4s infinite
}

.ut-loader__bar4:nth-child(4) {
  left: 45px;
  -webkit-transform: scale(1, .8);
  -ms-transform: scale(1, .8);
  transform: scale(1, .8);
  -webkit-animation: barUp4 4s infinite;
  animation: barUp4 4s infinite
}

.ut-loader__bar4:nth-child(5) {
  left: 60px;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-animation: barUp5 4s infinite;
  animation: barUp5 4s infinite
}

.ut-loader__ball4 {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: ball4 4s infinite;
  animation: ball4 4s infinite
}

@-webkit-keyframes ball4 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  5% {
    -webkit-transform: translate(8px, -14px);
    transform: translate(8px, -14px)
  }

  10% {
    -webkit-transform: translate(15px, -10px);
    transform: translate(15px, -10px)
  }

  17% {
    -webkit-transform: translate(23px, -24px);
    transform: translate(23px, -24px)
  }

  20% {
    -webkit-transform: translate(30px, -20px);
    transform: translate(30px, -20px)
  }

  27% {
    -webkit-transform: translate(38px, -34px);
    transform: translate(38px, -34px)
  }

  30% {
    -webkit-transform: translate(45px, -30px);
    transform: translate(45px, -30px)
  }

  37% {
    -webkit-transform: translate(53px, -44px);
    transform: translate(53px, -44px)
  }

  40% {
    -webkit-transform: translate(60px, -40px);
    transform: translate(60px, -40px)
  }

  50% {
    -webkit-transform: translate(60px, 0);
    transform: translate(60px, 0)
  }

  57% {
    -webkit-transform: translate(53px, -14px);
    transform: translate(53px, -14px)
  }

  60% {
    -webkit-transform: translate(45px, -10px);
    transform: translate(45px, -10px)
  }

  67% {
    -webkit-transform: translate(37px, -24px);
    transform: translate(37px, -24px)
  }

  70% {
    -webkit-transform: translate(30px, -20px);
    transform: translate(30px, -20px)
  }

  77% {
    -webkit-transform: translate(22px, -34px);
    transform: translate(22px, -34px)
  }

  80% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px)
  }

  87% {
    -webkit-transform: translate(7px, -44px);
    transform: translate(7px, -44px)
  }

  90% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px)
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes ball4 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  5% {
    -webkit-transform: translate(8px, -14px);
    transform: translate(8px, -14px)
  }

  10% {
    -webkit-transform: translate(15px, -10px);
    transform: translate(15px, -10px)
  }

  17% {
    -webkit-transform: translate(23px, -24px);
    transform: translate(23px, -24px)
  }

  20% {
    -webkit-transform: translate(30px, -20px);
    transform: translate(30px, -20px)
  }

  27% {
    -webkit-transform: translate(38px, -34px);
    transform: translate(38px, -34px)
  }

  30% {
    -webkit-transform: translate(45px, -30px);
    transform: translate(45px, -30px)
  }

  37% {
    -webkit-transform: translate(53px, -44px);
    transform: translate(53px, -44px)
  }

  40% {
    -webkit-transform: translate(60px, -40px);
    transform: translate(60px, -40px)
  }

  50% {
    -webkit-transform: translate(60px, 0);
    transform: translate(60px, 0)
  }

  57% {
    -webkit-transform: translate(53px, -14px);
    transform: translate(53px, -14px)
  }

  60% {
    -webkit-transform: translate(45px, -10px);
    transform: translate(45px, -10px)
  }

  67% {
    -webkit-transform: translate(37px, -24px);
    transform: translate(37px, -24px)
  }

  70% {
    -webkit-transform: translate(30px, -20px);
    transform: translate(30px, -20px)
  }

  77% {
    -webkit-transform: translate(22px, -34px);
    transform: translate(22px, -34px)
  }

  80% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px)
  }

  87% {
    -webkit-transform: translate(7px, -44px);
    transform: translate(7px, -44px)
  }

  90% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px)
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-webkit-keyframes barUp1 {
  0% {
    -webkit-transform: scale(1, .2);
    transform: scale(1, .2)
  }

  40% {
    -webkit-transform: scale(1, .2);
    transform: scale(1, .2)
  }

  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }

  90% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }

  100% {
    -webkit-transform: scale(1, .2);
    transform: scale(1, .2)
  }
}

@keyframes barUp1 {
  0% {
    -webkit-transform: scale(1, .2);
    transform: scale(1, .2)
  }

  40% {
    -webkit-transform: scale(1, .2);
    transform: scale(1, .2)
  }

  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }

  90% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }

  100% {
    -webkit-transform: scale(1, .2);
    transform: scale(1, .2)
  }
}

@-webkit-keyframes barUp2 {
  0% {
    -webkit-transform: scale(1, .4);
    transform: scale(1, .4)
  }

  40% {
    -webkit-transform: scale(1, .4);
    transform: scale(1, .4)
  }

  50% {
    -webkit-transform: scale(1, .8);
    transform: scale(1, .8)
  }

  90% {
    -webkit-transform: scale(1, .8);
    transform: scale(1, .8)
  }

  100% {
    -webkit-transform: scale(1, .4);
    transform: scale(1, .4)
  }
}

@keyframes barUp2 {
  0% {
    -webkit-transform: scale(1, .4);
    transform: scale(1, .4)
  }

  40% {
    -webkit-transform: scale(1, .4);
    transform: scale(1, .4)
  }

  50% {
    -webkit-transform: scale(1, .8);
    transform: scale(1, .8)
  }

  90% {
    -webkit-transform: scale(1, .8);
    transform: scale(1, .8)
  }

  100% {
    -webkit-transform: scale(1, .4);
    transform: scale(1, .4)
  }
}

@-webkit-keyframes barUp3 {
  0% {
    -webkit-transform: scale(1, .6);
    transform: scale(1, .6)
  }

  100% {
    -webkit-transform: scale(1, .6);
    transform: scale(1, .6)
  }
}

@keyframes barUp3 {
  0% {
    -webkit-transform: scale(1, .6);
    transform: scale(1, .6)
  }

  100% {
    -webkit-transform: scale(1, .6);
    transform: scale(1, .6)
  }
}

@-webkit-keyframes barUp4 {
  0% {
    -webkit-transform: scale(1, .8);
    transform: scale(1, .8)
  }

  40% {
    -webkit-transform: scale(1, .8);
    transform: scale(1, .8)
  }

  50% {
    -webkit-transform: scale(1, .4);
    transform: scale(1, .4)
  }

  90% {
    -webkit-transform: scale(1, .4);
    transform: scale(1, .4)
  }

  100% {
    -webkit-transform: scale(1, .8);
    transform: scale(1, .8)
  }
}

@keyframes barUp4 {
  0% {
    -webkit-transform: scale(1, .8);
    transform: scale(1, .8)
  }

  40% {
    -webkit-transform: scale(1, .8);
    transform: scale(1, .8)
  }

  50% {
    -webkit-transform: scale(1, .4);
    transform: scale(1, .4)
  }

  90% {
    -webkit-transform: scale(1, .4);
    transform: scale(1, .4)
  }

  100% {
    -webkit-transform: scale(1, .8);
    transform: scale(1, .8)
  }
}

@-webkit-keyframes barUp5 {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }

  40% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }

  50% {
    -webkit-transform: scale(1, .2);
    transform: scale(1, .2)
  }

  90% {
    -webkit-transform: scale(1, .2);
    transform: scale(1, .2)
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }
}

@keyframes barUp5 {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }

  40% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }

  50% {
    -webkit-transform: scale(1, .2);
    transform: scale(1, .2)
  }

  90% {
    -webkit-transform: scale(1, .2);
    transform: scale(1, .2)
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }
}

.ut-loading-bar-style5 {
  display: inline;
  margin-bottom: 0 !important;
  line-height: 100%
}

.ut-loading-bar-style5-inner {
  color: #fff;
  padding: 0;
  text-align: center;
  margin-bottom: 0 !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.ut-loading-bar-style5-inner label {
  font-size: 20px;
  opacity: 0;
  display: inline-block
}

@keyframes lol {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px)
  }

  33% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  66% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
    transform: translateX(300px)
  }
}

@-webkit-keyframes lol {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px)
  }

  33% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  66% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
    transform: translateX(300px)
  }
}

.ut-loading-bar-style5-inner label:nth-child(6) {
  -webkit-animation: lol 3s infinite ease-in-out;
  animation: lol 3s infinite ease-in-out
}

.ut-loading-bar-style5-inner label:nth-child(5) {
  -webkit-animation: lol 3s .1s infinite ease-in-out;
  animation: lol 3s .1s infinite ease-in-out
}

.ut-loading-bar-style5-inner label:nth-child(4) {
  -webkit-animation: lol 3s .3s infinite ease-in-out;
  animation: lol 3s .3s infinite ease-in-out
}

.ut-loading-bar-style5-inner label:nth-child(3) {
  -webkit-animation: lol 3s .3s infinite ease-in-out;
  animation: lol 3s .3s infinite ease-in-out
}

.ut-loading-bar-style5-inner label:nth-child(2) {
  -webkit-animation: lol 3s .3s infinite ease-in-out;
  animation: lol 3s .3s infinite ease-in-out
}

.ut-loading-bar-style5-inner label:nth-child(1) {
  -webkit-animation: lol 3s .5s infinite ease-in-out;
  animation: lol 3s .5s infinite ease-in-out
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 0 auto
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #56b2ba;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

@-webkit-keyframes sk-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1)
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1)
  }
}

@keyframes sk-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1)
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1)
  }
}

.ut-page-loader-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto
}

#ut-loader-logo+.ut-page-loader-spinner {
  margin: 40px auto
}

.ut-double-bounce1,
.ut-double-bounce2 {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #151515;
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: ut-sk-bounce 2s infinite ease-in-out;
  animation: ut-sk-bounce 2s infinite ease-in-out
}

.ut-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}

@-webkit-keyframes ut-sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes ut-sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.sk-fading-circle {
  margin: 0;
  width: 40px;
  height: 40px;
  position: relative
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg)
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg)
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg)
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg)
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg)
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg)
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg)
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg)
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -.7s;
  animation-delay: -.7s
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -.6s;
  animation-delay: -.6s
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -.5s;
  animation-delay: -.5s
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -.4s;
  animation-delay: -.4s
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -.3s;
  animation-delay: -.3s
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -.2s;
  animation-delay: -.2s
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -.1s;
  animation-delay: -.1s
}

@-webkit-keyframes sk-circleFadeDelay {

  0%,
  39%,
  100% {
    opacity: 0
  }

  40% {
    opacity: 1
  }
}

@keyframes sk-circleFadeDelay {

  0%,
  39%,
  100% {
    opacity: 0
  }

  40% {
    opacity: 1
  }
}

@media (max-width:767px) {
  body {
    font-size: 14px
  }

  html {
    border: none;
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .ha-header.bordered-navigation,
  .ha-header.bordered-navigation.ha-transparent {
    left: 0;
    width: 100%
  }

  #header-section {
    line-height: 60px !important;
    padding: 0 !important
  }

  .ut-header-display-on-hero #header-section.ha-header.ut-header-fixed.bordered-navigation {
    position: absolute
  }

  #ut-header-placeholder {
    height: 60px !important;
    min-height: 60px !important
  }

  .site-logo,
  .ut-mm-trigger,
  .ut-mm-button,
  .ut-hamburger-wrap,
  .ut-header-cart-mobile,
  .ut-header-cart-mobile .ut-header-cart {
    height: 60px !important;
    line-height: 60px !important
  }

  .ut-site-logo-background {
    line-height: 60px !important
  }

  .site-logo img {
    max-height: 30px
  }

  .ha-header.bordered-top {
    top: 0 !important
  }

  .grid-container .ha-header-perspective {
    padding: 0
  }

  .ha-header-perspective {
    padding-left: 10px;
    padding-right: 10px
  }

  .parallax-section {
    background-position: center center !important;
    background-repeat: repeat-y !important;
    background-size: cover !important
  }

  .site-logo .logo {
    font-size: 18px;
    line-height: 1
  }

  .hero-title,
  .ut-hero-highlighted-header .hero-title {
    line-height: 125% !important
  }

  .ut-hero-style-1 .hero-title {
    background: 0 0;
    padding: 0
  }

  .hero-description {
    font-size: .96em !important;
    line-height: 170% !important;
    letter-spacing: normal !important
  }

  .hero-description-bottom {
    font-size: .86em !important;
    line-height: 170% !important;
    letter-spacing: normal !important
  }

  #ut-sitebody:not(.ut-page-has-no-content):not(.ut-header-hide-on-hero):not(.ut-header-transparent-on-hero):not(.ut-header-display-on-hero):not(.ut-bklyn-maintenance) #ut-hero.hero {
    min-height: calc(100% - 60px);
    height: calc(100% - 60px)
  }

  #ut-sitebody .hero-btn,
  #ut-sitebody .hero-second-btn {
    padding: .8em 1.4em !important;
    font-size: 1em !important
  }

  #ut-hero .parallax-overlay {
    border-bottom: none !important
  }

  #ut-hero.ut-hero-custom .hero-inner.ut-hero-custom-left {
    padding-left: 0
  }

  #ut-hero.ut-hero-custom .hero-inner.ut-hero-custom-right {
    padding-right: 0
  }

  #ut-hero.ut-hero-custom .hero-inner.ut-hero-custom-left.ut-hero-bottom,
  #ut-hero.ut-hero-custom .hero-inner.ut-hero-custom-right.ut-hero-bottom {
    padding-bottom: 0;
    vertical-align: middle
  }

  .hero-holder.hero-holder-align-items-bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .hero-holder.hero-holder-align-items-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .hero-holder.hero-holder-align-items-top .hero-inner {
    padding-top: 0
  }

  #ut-hero.hero .hero-holder {
    padding-bottom: 0 !important
  }

  .ut-hero-style-9 .hero-title,
  .ut-hero-style-10 .hero-title {
    padding: 0;
    border: none;
    margin-left: 0;
    margin-right: 0
  }

  .ut-hero-style-1 .hdh {
    margin-bottom: 0
  }

  .sidebar {
    padding-left: 0 !important
  }

  a.ut-flex-control {
    top: auto;
    bottom: 0 !important
  }

  .ut-half-height {
    height: 100% !important
  }

  .hero-inner {
    text-align: center !important
  }

  .ut-split-content-left,
  .ut-split-content-right {
    padding-left: 20px;
    padding-right: 20px
  }

  .member-photo-style-4-wrap .member-social {
    display: none
  }

  #ut-sitebody .lead {
    font-size: 1.125em;
    line-height: 170%;
    padding: 0 !important;
    text-align: center
  }

  .page-title,
  .parallax-title,
  .section-title {
    font-size: 35px;
    line-height: 125% !important
  }

  .parallax-header,
  .page-header,
  .section-header {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .ut-count {
    font-size: 35px
  }

  .footer.ut-footer-mobile-off,
  .footer.ut-footer-mobile-off.ut-footer-has-widgets {
    padding-top: 0
  }

  .ut-footer-mobile-off .ut-footer-area {
    display: none;
    padding: 0
  }

  .ut-footer-area {
    padding: 40px 0
  }

  .bklyn-big-icon-round,
  .bklyn-big-icon-square {
    height: 100px;
    width: 100px;
    font-size: 40px;
    line-height: 100px
  }

  .bklyn-big-icon-round.bklyn-big-icon .fa,
  .bklyn-big-icon-square.bklyn-big-icon .fa {
    line-height: 100px
  }

  .post {
    margin-bottom: 40px
  }

  .ut-blog-classic-article .ut-post-thumbnail {
    margin-bottom: 20px
  }

  .ut-blog-classic-article .entry-header .entry-meta .comments-link {
    margin-right: 0
  }

  .ut-blog-classic-article .entry-header .entry-meta {
    margin-top: 20px
  }

  .ut-blog-layout-list-article-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .ut-blog-layout-list .ut-post-thumbnail.ut-post-thumbnail-empty .entry-thumbnail {
    border: none
  }

  .ut-blog-layout-list-content-wrap {
    padding: 20px
  }

  .ut-blog-grid-content-wrap {
    padding: 20px
  }

  .ut-blog-mixed-large-article-large {
    padding: 20px 10px
  }

  .ut-blog-mixed-large-article-large .ut-post-thumbnail {
    margin-bottom: 20px
  }

  .ut-blog-mixed-large-article-large .entry-header .entry-meta {
    margin-top: 20px
  }

  blockquote {
    padding-left: 20px
  }

  .comment-body {
    padding: 20px
  }

  .ut-arrow-left {
    display: none
  }

  .comment-list .children {
    margin-left: 0
  }

  .author-info,
  #comments {
    margin-top: 40px;
    padding-top: 40px
  }

  .ut-archive-hero-avatar {
    height: 40px;
    width: 40px
  }

  .ut-hero-meta-description-holder-inner>div {
    display: block;
    margin-bottom: 10px
  }

  .ut-hero-meta-description-holder-inner .ut-hero-meta-author ul li:first-child {
    display: none
  }

  .ut-hero-meta-description-holder-inner>div:last-child {
    margin-bottom: 0
  }

  .ut-hero-meta-description-holder div:not(:last-child):after {
    display: none
  }

  .hero-down-arrow {
    bottom: 10px !important
  }

  .ut-video-control {
    display: none
  }

  .author-avatar {
    float: none
  }

  .edit-link {
    display: none !important
  }

  .bklyn-icon-tabs>li {
    margin: 0 20px 40px 0
  }

  .ut-icon-box {
    margin: 0 auto 20px !important
  }

  .bklyn-team-member-right,
  .bklyn-team-member-center {
    text-align: center
  }

  .bklyn-team-member-style-2.bklyn-team-member-center,
  .bklyn-team-member-style-2.bklyn-team-member-left,
  .bklyn-team-member-style-2.bklyn-team-member-right {
    text-align: center
  }

  .ut-hero-highlighted-header {
    padding: 0 10px
  }

  .ut-hero-highlighted-item {
    display: none
  }

  .hero-second-btn {
    margin-left: 0;
    margin-top: 10px
  }
}

@media (min-width:768px) and (max-width:1024px) {
  html {
    border: none;
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .ha-header.bordered-navigation,
  .ha-header.bordered-navigation.ha-transparent {
    left: 0;
    width: 100%
  }

  .grid-container .ha-header-perspective {
    padding: 0
  }

  .site-logo .logo {
    font-size: 30px
  }

  #header-section {
    line-height: 80px !important;
    padding: 0 !important
  }

  #ut-sitebody:not(.ut-page-has-no-content):not(.ut-header-hide-on-hero):not(.ut-header-transparent-on-hero):not(.ut-header-display-on-hero):not(.ut-bklyn-maintenance) #ut-hero.hero {
    min-height: calc(100% - 80px);
    height: calc(100% - 80px)
  }

  .ut-header-display-on-hero #header-section.ha-header.ut-header-fixed.bordered-navigation {
    position: absolute
  }

  #ut-header-placeholder {
    height: 80px !important;
    min-height: 80px !important
  }

  .site-logo,
  .ut-mm-trigger,
  .ut-mm-button,
  .ut-hamburger-wrap,
  .ut-header-cart-mobile,
  .ut-header-cart-mobile .ut-header-cart {
    height: 80px !important;
    line-height: 80px !important
  }

  .ut-site-logo-background {
    line-height: 80px !important
  }

  .site-logo img {
    max-height: 40px
  }

  .ha-header.bordered-top {
    top: 0 !important
  }

  .parallax-section {
    background-position: center center !important;
    background-repeat: repeat-y !important;
    background-size: cover !important
  }

  .hero-title {
    line-height: 125% !important
  }

  .hero-description-bottom {
    letter-spacing: normal
  }

  .portfolio-title {
    font-size: .857em !important
  }

  .ut-tablet-overlay {
    padding: 50px
  }

  .ut-left-tablet-button {
    margin-right: 0
  }

  .hero-second-btn {
    margin-top: 10px
  }

  #ut-sitebody .lead {
    font-size: 1.125em;
    line-height: 170%;
    padding: 0 !important
  }

  .parallax-header,
  .page-header,
  .section-header {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .ut-count {
    font-size: 35px
  }

  #ut-hero.ut-hero-custom .hero-inner.ut-hero-custom-left {
    padding-left: 0;
    text-align: center !important
  }

  #ut-hero.ut-hero-custom .hero-inner.ut-hero-custom-right {
    padding-right: 0;
    text-align: center !important
  }

  #ut-hero.ut-hero-custom .hero-inner.ut-hero-custom-left.ut-hero-bottom,
  #ut-hero.ut-hero-custom .hero-inner.ut-hero-custom-right.ut-hero-bottom {
    padding-bottom: 0;
    text-align: center !important;
    vertical-align: middle
  }

  #ut-hero .parallax-overlay {
    border-bottom: none !important
  }

  .ut-blog-layout-list-article-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  #secondary ul.sidebar {
    padding-left: 0
  }

  .hero-down-arrow {
    bottom: 10px !important
  }

  .ut-video-control {
    display: none
  }

  .edit-link {
    display: none !important
  }

  .ut-hero-highlighted-header {
    text-align: center;
    padding: 0 10px
  }

  .ut-hero-highlighted-item {
    display: none
  }

  .elastislide-horizontal ul li {
    width: 100% !important
  }

  .ut-icon-box {
    margin: 0 auto 20px !important
  }
}

@media (min-width:1025px) {

  #header-section[data-style=default].ut-flush .ut-flush-logo,
  #header-section[data-style=style-2].ut-flush .ut-flush-logo,
  #header-section[data-style=style-5].ut-flush .ut-flush-logo,
  #header-section[data-style=style-5].ut-flush #navigation.ut-flush-nav,
  #header-section[data-style=style-6].ut-flush .ut-header-primary-extra-module.ut-flush-module,
  #header-section[data-style=style-6].ut-flush .ut-header-tertiary-extra-module.ut-flush-module,
  #header-section[data-style=style-7].ut-flush .ut-header-primary-extra-module.ut-flush-module,
  #header-section[data-style=style-8].ut-flush .ut-header-primary-extra-module.ut-flush-module,
  #header-section[data-style=style-9].ut-flush .ut-flush-logo {
    padding-left: 0
  }

  #header-section[data-style=default].ut-flush #navigation.ut-flush-nav,
  #header-section[data-style=default].ut-flush .ut-open-overlay-trigger.ut-flush-module,
  #header-section[data-style=style-2].ut-flush .ut-header-primary-extra-module.ut-flush-module,
  #header-section[data-style=style-5].ut-flush .ut-header-secondary-extra-module.ut-flush-module,
  #header-section[data-style=style-5].ut-flush .ut-header-tertiary-extra-module.ut-flush-module,
  #header-section[data-style=style-6].ut-flush .ut-flush-logo,
  #header-section[data-style=style-6].ut-flush #navigation.ut-flush-nav,
  #header-section[data-style=style-7].ut-flush .ut-header-secondary-extra-module.ut-flush-module,
  #header-section[data-style=style-8].ut-flush .ut-header-secondary-extra-module.ut-flush-module,
  #header-section[data-style=style-9].ut-flush .ut-header-secondary-extra-module.ut-flush-module,
  #header-section[data-style=style-9].ut-flush .ut-header-tertiary-extra-module.ut-flush-module {
    padding-right: 0
  }

  #header-section[data-style=style-1].ut-flush .ut-flush-logo {
    padding-right: 0
  }

  #header-section[data-style=style-1].ut-flush #navigation.ut-flush-nav {
    padding-left: 0
  }

  #header-section.fullwidth[data-style=default].ut-flush-logo-only .grid-container,
  #header-section[data-style=default].ut-flush-logo-only .ut-flush-logo,
  #header-section.fullwidth[data-style=style-2].ut-flush-logo-only .grid-container,
  #header-section[data-style=style-2].ut-flush-logo-only .ut-flush-logo,
  #header-section.fullwidth[data-style=style-5].ut-flush-logo-only #header-section-upper-area .grid-container,
  #header-section[data-style=style-5].ut-flush-logo-only .ut-flush-logo,
  #header-section.fullwidth[data-style=style-9].ut-flush-logo-only .grid-container,
  #header-section[data-style=style-9].ut-flush-logo-only .ut-flush-logo {
    padding-left: 0
  }

  #header-section.fullwidth[data-style=style-1].ut-flush-logo-only .grid-container,
  #header-section[data-style=style-1].ut-flush-logo-only .ut-flush-logo,
  #header-section.fullwidth[data-style=style-6].ut-flush-logo-only #header-section-upper-area .grid-container,
  #header-section[data-style=style-6].ut-flush-logo-only .ut-flush-logo {
    padding-right: 0
  }

  #header-section.fullwidth .grid-container:not(.ut-megamenu-grid-container) {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px
  }

  .footer.ut-footer-fullwidth-on .grid-container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px
  }

  .footer.ut-footer-fullwidth-on .footer-content .grid-container {
    padding-left: 30px;
    padding-right: 30px
  }

  #header-section.fullwidth.ut-flush .grid-container,
  #header-section.fullwidth.ut-flush #ut-top-header .ut-header-inner {
    padding-left: 0;
    padding-right: 0
  }

  .ut-blog-has-animation .post {
    background: #fff;
    position: relative
  }

  .ut-blog-has-animation .post,
  .ut-blog-has-animation #secondary {
    visibility: hidden;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
  }

  .ut-blog-has-animation .post.fadeInUp {
    visibility: visible
  }

  .post>div>.entry-meta {
    padding-right: 20px
  }

  .contact-wrap {
    margin-left: -10px;
    margin-right: -10px
  }

  .contact-wrap>.grid-50 {
    padding-left: 20px;
    padding-right: 20px
  }

  .vc_section[data-vc-full-width=true][data-vc-stretch-content=true] {
    padding-left: 20px;
    padding-right: 20px
  }

  .vc_row[data-vc-stretch-content=true]:not(.vc_row-no-padding) {
    padding-left: 20px;
    padding-right: 20px
  }

  .ut-site-border .vc_row[data-vc-stretch-content=true].vc_row-no-padding {
    padding-left: 40px;
    padding-right: 40px
  }

  .ut-site-border .vc_section[data-vc-stretch-content=true] .vc_row {
    padding-left: 20px;
    padding-right: 20px
  }
}

@media (max-width:1024px) {

  #header-section.fullwidth[data-style=default].ut-flush-logo-mobile .grid-container,
  #header-section[data-style=default].ut-flush-logo-mobile .ut-flush-logo,
  #header-section.fullwidth[data-style=style-2].ut-flush-logo-mobile .grid-container,
  #header-section[data-style=style-2].ut-flush-logo-mobile .ut-flush-logo,
  #header-section.fullwidth[data-style=style-5].ut-flush-logo-mobile #header-section-upper-area .grid-container,
  #header-section[data-style=style-5].ut-flush-logo-mobile .ut-flush-logo,
  #header-section.fullwidth[data-style=style-9].ut-flush-logo-mobile .grid-container,
  #header-section[data-style=style-9].ut-flush-logo-mobile .ut-flush-logo {
    padding-left: 0
  }

  #header-section.fullwidth[data-style=style-1].ut-flush-logo-mobile .grid-container,
  #header-section[data-style=style-1].ut-flush-logo-mobile .ut-flush-logo,
  #header-section.fullwidth[data-style=style-6].ut-flush-logo-mobile #header-section-upper-area .grid-container,
  #header-section[data-style=style-6].ut-flush-logo-mobile .ut-flush-logo {
    padding-right: 0
  }
}

.menu-item-language img.iclflag {
  margin-right: 5px;
  vertical-align: middle !important
}

#ut-rain-background {
  left: 0;
  position: absolute;
  top: 0;
  z-index: -2;
  overflow: hidden;
  max-width: none !important;
  visibility: hidden
}

.hero-audio-holder {
  display: none;
  visibility: hidden
}

.ut-audio-controlm {
  -webkit-animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-duration: 5s;
  animation-fill-mode: both;
  animation-name: zoomIn
}

#ut-animation-canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: inherit
}

@media (max-width:767px) {
  #ut-animation-canvas {
    display: none !important
  }
}

@media (min-width:768px) and (max-width:1024px) {
  #ut-animation-canvas {
    display: none !important
  }
}

.single-portfolio .ut-portfolio-info {
  font-weight: 700
}

.dark .single-portfolio .ut-portfolio-info {
  color: #151515;
  font-weight: 700
}

.single-portfolio .ut-portfolio-info span {
  color: #777;
  font-weight: 400
}

.ut-single-video iframe {
  height: 100%;
  position: relative;
  width: 100%
}

.ut-project-sc {
  font-size: 16px;
  margin: 30px 0 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0
}

.ut-project-sc.no-border {
  border: none !important;
  padding: 0
}

.light .ut-project-sc {
  border-color: #999
}

.ut-project-sc li {
  float: left;
  display: block;
  margin-right: 20px
}

.ut-project-sc li a {
  color: #151515
}

.ut-table-menu-title {
  margin-bottom: 40px
}

.ut-table-menu-title span {
  background: #cf0a2c;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase
}

.ut-table-menu {
  width: 100%;
  margin: 0 0 40px;
  padding: 0;
  font: 150%/100% Arial, Helvetica, sans-serif
}

.wpb_content_element .ut-table-menu {
  margin: 0
}

.ut-table-menu .ut-table-menu-top {
  clear: both;
  margin: 0;
  padding: 0;
  position: relative;
  border-bottom: dotted 2px #999
}

.ut-table-menu .ut-table-menu-bottom {
  display: block;
  font-size: 60%;
  margin-top: 15px;
  margin-bottom: 40px;
  color: #999;
  text-transform: lowercase
}

.wpb_content_element .ut-table-menu div:last-child {
  margin-bottom: 0
}

.ut-table-menu h6 {
  background: #fff;
  padding: 0 10px 0 0;
  font-size: 17px;
  font-weight: 400;
  position: absolute;
  margin: 0;
  bottom: -.3em;
  left: 0
}

.ut-table-menu em {
  background: #fff;
  color: #cf0a2c;
  padding: 0 0 0 5px;
  font: 110%/100% Georgia, "Times New Roman", Times, serif;
  position: absolute;
  bottom: -.2em;
  right: 0
}

.ut-table-menu sup {
  font-size: 60%;
  color: #cf0a2c;
  margin-left: 3px
}

.ut-table-menu-animated .ut-table-menu-top {
  -webkit-transition: transform 1s cubic-bezier(.215, .61, .355, 1), opacity 1s cubic-bezier(.215, .61, .355, 1);
  -o-transition: transform 1s cubic-bezier(.215, .61, .355, 1), opacity 1s cubic-bezier(.215, .61, .355, 1);
  transition: transform 1s cubic-bezier(.215, .61, .355, 1), opacity 1s cubic-bezier(.215, .61, .355, 1)
}

.ut-table-menu-animated .ut-table-menu-bottom {
  -webkit-transition: transform 1s cubic-bezier(.215, .61, .355, 1), opacity 1s cubic-bezier(.215, .61, .355, 1) .1s;
  -o-transition: transform 1s cubic-bezier(.215, .61, .355, 1), opacity 1s cubic-bezier(.215, .61, .355, 1) .1s;
  transition: transform 1s cubic-bezier(.215, .61, .355, 1), opacity 1s cubic-bezier(.215, .61, .355, 1) .1s
}

.ut-table-menu-animated .ut-table-menu-top,
.ut-table-menu-animated .ut-table-menu-bottom {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0
}

.ut-table-menu-animated .ut-table-menu-top.appeared,
.ut-table-menu-animated .ut-table-menu-top.appeared+.ut-table-menu-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.edit-link {
  position: fixed;
  right: 40px;
  font-size: 10px;
  bottom: 40px;
  font-weight: 600 !important;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  outline: none;
  display: inline-block;
  letter-spacing: .05em;
  background: #fff;
  z-index: 999999;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .35);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .35);
  box-shadow: 0 0 20px rgba(0, 0, 0, .35)
}

.edit-link a {
  color: #151515 !important;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 7px 30px;
  display: block;
  font-family: inherit;
  font-weight: inherit !important
}

.entry-meta .edit-link a,
.comment-footer .edit-link a {
  padding: 8px 12px
}

.edit-link a:hover,
.edit-link a:active {
  color: #151515 !important
}

#vc_load-inline-editor {
  display: none
}

.ut-blog-mixed-grid .edit-link {
  position: inherit;
  padding: 0
}

#ut-sitebody.blog .entry-meta .edit-link,
#ut-sitebody.archive .entry-meta .edit-link,
#ut-sitebody.single-post .entry-meta .edit-link {
  position: inherit !important;
  margin-top: 20px
}

.comment-footer .edit-link {
  position: inherit
}

#bklyn-sidenav-wrap {
  background: #1f2223;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 275px;
  z-index: 100
}

.bklyn-sidenav-scroll {
  height: 100%;
  padding: 160px calc(19% + 17px) 32px 19%;
  overflow-x: hidden;
  width: calc(100% + 17px);
  z-index: 100
}

.bklyn-sidenav-shadow {
  -webkit-box-shadow: 0 0 7px -1px rgba(0, 0, 0, .1);
  box-shadow: 0 0 7px -1px rgba(0, 0, 0, .1)
}

#bklyn-sidenav-wrap h1 {
  margin: 0
}

#bklyn-sidenav-wrap .side-site-logo {
  margin-bottom: 40px
}

#bklyn-sidenav-search {
  margin-top: 80px;
  position: relative
}

#bklyn-sidenav-search .search-field {
  border-bottom: 1px dotted;
  border-top: none;
  border-right: none;
  border-left: none;
  padding: 0 0 10px 25px;
  width: auto
}

#bklyn-sidenav-wrap #bklyn-sidenav-search .search-field:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

#bklyn-sidenav-search .fa-search {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 10
}

#bklyn-sidenav ul {
  margin: 0;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase
}

#bklyn-sidenav ul li {
  margin: 0;
  padding: 0 0 10px 15px;
  position: relative
}

#bklyn-sidenav ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  left: 0;
  position: absolute;
  top: 0
}

#bklyn-sidenav ul li ul.sub-menu {
  font-weight: 400;
  margin: 0;
  padding: 10px 0 0;
  font-size: 12px
}

#bklyn-sidenav ul li ul.sub-menu li:last-child {
  padding-bottom: 0
}

#bklyn-sidenav a {
  text-decoration: none;
  color: #777;
  display: block
}

#bklyn-sidenav a:hover,
#bklyn-sidenav a:active {
  color: #fff
}

#bklyn-sidenav ul.sub-menu a {
  color: #b2b1a8
}

#bklyn-sidenav-inner-wrap {
  display: table;
  height: 100%;
  position: relative;
  width: 100%
}

#bklyn-sidenav-wrap ul.ut-sociallinks {
  display: inline-block;
  font-size: 15px;
  margin: 0;
  border-top: 1px dotted #333;
  padding-top: 10px
}

#bklyn-sidenav-wrap .ut-sociallinks li {
  display: inline-block;
  margin: 0 20px 20px 0;
  text-align: center;
  width: 20px
}

#bklyn-sidenav-wrap .ut-sociallinks li:last-child {
  margin-right: 0
}

#bklyn-sidenav-wrap .ut-sociallinks li a {
  color: #444
}

#bklyn-sidenav-wrap .ut-sociallinks li a:hover,
#bklyn-sidenav-wrap .ut-sociallinks li a:active {
  color: #fff
}

.bklyn-sidenav-table-top,
.bklyn-sidenav-table-mid,
.bklyn-sidenav-table-bot {
  display: table-row
}

.bklyn-sidenav-table-top-inner {
  display: table-cell;
  vertical-align: top
}

.bklyn-sidenav-table-bot-inner {
  display: table-cell;
  vertical-align: bottom
}

.bklyn-sidenav-copyright {
  font-size: 12px
}

.vc_section {
  margin-left: 0;
  margin-right: 0
}

.vc_section[data-vc-full-width] {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  padding-right: 0
}

.bklyn5-team-member {
  position: relative;
  text-align: center;
  overflow: hidden
}

.bklyn5-team-member.bklyn5-team-member-left {
  text-align: left
}

.bklyn5-team-member-avatar {
  display: block
}

.bklyn5-team-member-avatar img {
  vertical-align: bottom
}

.bklyn5-team-member-name {
  font-size: 17px;
  margin-bottom: 0;
  line-height: 125%
}

.bklyn5-team-member-info {
  margin-top: 20px
}

.bklyn5-team-member-info>*:last-child {
  margin-bottom: 0
}

.bklyn5-team-member-ocupation {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 20px
}

.bklyn5-team-member-social-icons {
  border-top: 2px solid #efefef;
  margin-top: 20px;
  padding-top: 20px
}

.bklyn5-team-member-social-icons.no-bklyn5-team-member-border {
  border: none;
  padding-top: 0
}

.bklyn5-team-member-social-icons ul {
  list-style: none;
  margin: 0
}

.bklyn5-team-member-social-icons ul li {
  display: inline;
  margin: 0 10px
}

.bklyn5-team-member-social-icons ul li:first-child {
  margin-left: 0
}

.bklyn5-team-member-social-icons ul li:last-child {
  margin-right: 0
}

.bklyn5-team-member-overlay-caption .bklyn5-team-member-name {
  font-size: 17px
}

.bklyn5-team-member.bklyn5-team-member-style-3 {
  text-align: center
}

.bklyn5-team-member.bklyn5-team-member-style-3 .bklyn5-team-member-overlay {
  height: 100%;
  left: 0;
  min-height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  pointer-events: none
}

.bklyn5-team-member.bklyn5-team-member-style-3:hover .bklyn5-team-member-overlay {
  background: #1867c1;
  background: rgba(24, 103, 193, .7);
  color: #fff;
  opacity: 1;
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.bklyn5-team-member.bklyn5-team-member-style-3 .bklyn5-team-member-name,
.bklyn5-team-member.bklyn5-team-member-style-3 .bklyn5-team-member-ocupation,
.bklyn5-team-member.bklyn5-team-member-style-3 .bklyn5-team-member-social-icons ul li,
.bklyn5-team-member.bklyn5-team-member-style-4 .bklyn5-team-member-name {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOut
}

.bklyn5-team-member.bklyn5-team-member-style-3:hover .bklyn5-team-member-name,
.bklyn5-team-member.bklyn5-team-member-style-3:hover .bklyn5-team-member-ocupation {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

.bklyn5-team-member.bklyn5-team-member-style-3:hover .bklyn5-team-member-social-icons ul li {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  pointer-events: all
}

.bklyn5-team-member.bklyn5-team-member-style-3 .bklyn5-team-member-social-icons ul li:nth-child(1) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

.bklyn5-team-member.bklyn5-team-member-style-3 .bklyn5-team-member-social-icons ul li:nth-child(2) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.bklyn5-team-member.bklyn5-team-member-style-3 .bklyn5-team-member-social-icons ul li:nth-child(3) {
  -webkit-animation-delay: .7s;
  animation-delay: .7s
}

.bklyn5-team-member.bklyn5-team-member-style-3 .bklyn5-team-member-social-icons ul li:nth-child(4) {
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}

.bklyn5-team-member.bklyn5-team-member-style-3 .bklyn5-team-member-social-icons ul li:nth-child(5) {
  -webkit-animation-delay: .9s;
  animation-delay: .9s
}

.bklyn5-team-member.bklyn5-team-member-style-3 .bklyn5-team-member-social-icons ul li:nth-child(6) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.bklyn5-team-member.bklyn5-team-member-style-3 .bklyn5-team-member-social-icons ul li:nth-child(7) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s
}

.bklyn5-team-member.bklyn5-team-member-style-3 .bklyn5-team-member-social-icons ul li:nth-child(8) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s
}

.bklyn5-team-member.bklyn5-team-member-style-3 .bklyn5-team-member-social-icons ul li:nth-child(9) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s
}

.bklyn5-team-member.bklyn5-team-member-style-3 .bklyn5-team-member-social-icons ul li:nth-child(10) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s
}

.bklyn5-team-member.bklyn5-team-member-style-3 .bklyn5-team-member-social-icons {
  position: relative
}

.bklyn5-team-member.bklyn5-team-member-style-3 .bklyn5-team-member-social-icons>*:before {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  opacity: 0;
  top: 0
}

.bklyn5-team-member.bklyn5-team-member-style-3:hover .bklyn5-team-member-social-icons>*:before {
  opacity: 1;
  width: 30px;
  -webkit-transition: width, opacity, 1s ease-in-out;
  -o-transition: width, opacity, 1s ease-in-out;
  transition: width, opacity, 1s ease-in-out
}

.bklyn5-team-member.bklyn5-team-member-style-3 .bklyn5-team-member-overlay-caption {
  display: table;
  height: 100%;
  min-height: 100%;
  position: relative;
  width: 100%
}

.bklyn5-team-member.bklyn5-team-member-style-3 .bklyn5-team-member-info {
  display: table-cell;
  vertical-align: middle;
  padding: 20px
}

.bklyn5-team-member.bklyn5-team-member-style-3 .bklyn5-team-member-social-icons {
  border-top: none 0;
  font-size: 16px;
  margin-top: 10px;
  padding-top: 13px
}

.bklyn5-team-member.bklyn5-team-member-style-3 .bklyn5-team-member-ocupation {
  margin-bottom: 0
}

.ut-counter-box [class^=BklynIcons-] {
  display: inline-block
}

@media (min-width:1025px) {

  .ut-site-border #ut-custom-hero .rev_slider_wrapper.fullscreen-container,
  .ut-site-border #ut-custom-hero .rev_slider_wrapper.fullwidthbanner-container {
    left: 0 !important;
    width: 100% !important
  }
}

.ut-force-rev-slider-fullscreen {
  min-height: 100% !important;
  height: 100% !important;
  width: 100% !important
}

.BrooklynFadeInLeft,
.BrooklynFadeInDown,
.BrooklynFadeInRight,
.BrooklynFadeInUp,
.BrooklynFadeInLeftShort,
.BrooklynFadeInRightShort,
.BrooklynFadeInDownShortCut,
.BrooklynFadeInUpShortCut,
.BrooklynFadeOutLeft,
.BrooklynFadeOutRight {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.BrooklynFadeInLeft {
  -webkit-animation-name: BrooklynFadeInLeft;
  animation-name: BrooklynFadeInLeft
}

.BrooklynFadeInDown {
  -webkit-animation-name: BrooklynFadeInDown;
  animation-name: BrooklynFadeInDown
}

.BrooklynFadeInRight {
  -webkit-animation-name: BrooklynFadeInRight;
  animation-name: BrooklynFadeInRight
}

.BrooklynFadeInUp {
  -webkit-animation-name: BrooklynFadeInUp;
  animation-name: BrooklynFadeInUp
}

.BrooklynFadeInLeftShort {
  -webkit-animation-name: BrooklynFadeInLeftShort;
  animation-name: BrooklynFadeInLeftShort
}

.BrooklynFadeInRightShort {
  -webkit-animation-name: BrooklynFadeInRightShort;
  animation-name: BrooklynFadeInRightShort
}

.BrooklynFadeInDownShortCut {
  -webkit-animation-name: BrooklynFadeInDownShortCut;
  animation-name: BrooklynFadeInDownShortCut
}

.BrooklynFadeInUpShortCut {
  -webkit-animation-name: BrooklynFadeInUpShortCut;
  animation-name: BrooklynFadeInUpShortCut
}

.BrooklynFadeOutLeft {
  -webkit-animation-name: BrooklynFadeOutLeft;
  animation-name: BrooklynFadeOutLeft
}

.BrooklynFadeOutRight {
  -webkit-animation-name: BrooklynFadeOutRight;
  animation-name: BrooklynFadeOutRight
}

@-webkit-keyframes BrooklynFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes BrooklynFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes BrooklynFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes BrooklynFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes BrooklynFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes BrooklynFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes BrooklynFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes BrooklynFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes BrooklynFadeInLeftShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes BrooklynFadeInLeftShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes BrooklynFadeInDownShortCut {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes BrooklynFadeInDownShortCut {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes BrooklynFadeInRightShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes BrooklynFadeInRightShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes BrooklynFadeInUpShortCut {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes BrooklynFadeInUpShortCut {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes BrooklynFadeOutLeft {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0)
  }
}

@keyframes BrooklynFadeOutLeft {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0)
  }
}

@-webkit-keyframes BrooklynFadeOutRight {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0)
  }
}

@keyframes BrooklynFadeOutRight {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0)
  }
}

ut-stroke-1 {
  -webkit-text-stroke-color: #000;
  -webkit-text-stroke-width: 1px
}

ut-stroke-2 {
  -webkit-text-stroke-color: #000;
  -webkit-text-stroke-width: 2px
}

.ut-hover-cursor {
  position: fixed;
  will-change: transform;
  pointer-events: none;
  z-index: 100001;
  transform: translate3d(-100%, -100%, 0);
  width: 80px;
  height: 80px;
  -webkit-transition: opacity .2s cubic-bezier(.215, .61, .355, 1);
  -o-transition: opacity .2s cubic-bezier(.215, .61, .355, 1);
  transition: opacity .2s cubic-bezier(.215, .61, .355, 1)
}

.admin-bar .ut-hover-cursor {
  margin-top: -32px
}

@media (min-width:1025px) {

  .ut-deactivate-browser-cursor,
  .ut-deactivate-browser-cursor * {
    cursor: none !important
  }
}

.ut-hover-cursor .ut-hover-cursor-inner {
  display: block;
  width: 80px;
  height: 80px;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all .2s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .2s cubic-bezier(.215, .61, .355, 1);
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
  transform-origin: center center
}

.ut-hover-cursor.ut-hover-cursor-hide {
  opacity: 0
}

.ut-hover-cursor .text {
  position: absolute;
  top: 0;
  font-size: 10px;
  letter-spacing: 3px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 100%
}

.ut-hover-cursor svg {
  width: 100%;
  height: auto
}

.ut-hover-cursor svg ellipse.circle {
  -webkit-transition: all .2s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .2s cubic-bezier(.215, .61, .355, 1);
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
  transform-origin: center center;
  shape-rendering: geometricPrecision
}

.ut-hover-cursor svg ellipse.circle {
  fill: transparent;
  stroke: rgba(255, 255, 255, .3);
  stroke-width: 1px
}

.ut-hover-cursor svg ellipse.circle-animation {
  fill: transparent;
  stroke: rgba(255, 255, 255, .3);
  stroke-width: 1;
  shape-rendering: geometricPrecision;
  stroke-dasharray: 150.72;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  opacity: 0
}

.ut-hover-cursor.loading svg ellipse.circle-animation {
  -webkit-animation: circle-animation 1s linear;
  animation: circle-animation 1s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 1
}

.ut-hover-cursor.loading svg ellipse.circle {
  opacity: 0
}

.ut-hover-cursor[data-cursor=link] svg ellipse.circle,
.ut-hover-cursor[data-cursor=link] svg ellipse.circle-animation {
  transform: scale(.5)
}

.ut-hover-cursor svg ellipse.circle-inner,
.ut-hover-cursor svg ellipse.circle-spinner {
  -webkit-transition: all .2s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .2s cubic-bezier(.215, .61, .355, 1);
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
  fill: rgba(255, 255, 255, 1);
  transform-origin: center
}

.ut-hover-cursor svg ellipse.circle-spinner {
  transform: translate3d(-50px, 0, 0)
}

.ut-hover-cursor.ut-hover-cursor-mousedown svg ellipse.circle-inner {
  transition-delay: .1s
}

.ut-hover-cursor.ut-hover-cursor-mousedown svg ellipse.circle {
  transition-delay: .1s
}

.ut-hover-cursor[data-cursor=link].ut-hover-cursor-mousedown svg ellipse.circle-inner {
  fill: rgba(55, 114, 255, 1)
}

.ut-hover-cursor[data-cursor=link].ut-hover-cursor-mousedown svg ellipse.circle {
  fill: rgba(55, 114, 255, .1);
  stroke: rgba(55, 114, 255, .3)
}

.ut-hover-cursor svg .plus,
.ut-hover-cursor svg .cross-left,
.ut-hover-cursor svg .cross-right,
.ut-hover-cursor svg .arrow,
.ut-hover-cursor svg .play {
  fill: #fff;
  transform-origin: center center;
  -webkit-transition: all .2s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .2s cubic-bezier(.215, .61, .355, 1);
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
  transform: scale(0)
}

.ut-hover-cursor svg .arrow.arrow-right {
  transform: scale(0) rotate(180deg)
}

.ut-hover-cursor svg .plus {
  shape-rendering: crispEdges
}

.ut-hover-cursor svg .plus.rotate {
  transform: scale(0) rotate(90deg)
}

.ut-hover-cursor svg .cross-left {
  transform: scale(0) rotate(45deg)
}

.ut-hover-cursor svg .cross-right {
  transform: scale(0) rotate(-45deg)
}

.ut-hover-cursor[data-cursor=image] svg ellipse.circle-inner {
  transform: scale(0)
}

.ut-hover-cursor.ut-hover-cursor-small[data-cursor=image]:not(.ut-hover-cursor-grow-on) svg .plus {
  transform: scale(.25)
}

.ut-hover-cursor.ut-hover-cursor-small[data-cursor=image]:not(.ut-hover-cursor-grow-on) svg .plus.rotate {
  transform: scale(.25) rotate(90deg)
}

.ut-hover-cursor.ut-hover-cursor-large[data-cursor=image] svg .plus,
.ut-hover-cursor.ut-hover-cursor-small.ut-hover-cursor-grow-on[data-cursor=image] svg .plus {
  transform: scale(.5)
}

.ut-hover-cursor.ut-hover-cursor-large[data-cursor=image] svg .plus.rotate,
.ut-hover-cursor.ut-hover-cursor-small.ut-hover-cursor-grow-on[data-cursor=image] svg .plus.rotate {
  transform: scale(.5) rotate(90deg)
}

.ut-hover-cursor[data-cursor=video] svg ellipse.circle-inner {
  transform: scale(0)
}

.ut-hover-cursor.ut-hover-cursor-small[data-cursor=video]:not(.ut-hover-cursor-grow-on) svg .play {
  transform: scale(.25)
}

.ut-hover-cursor.ut-hover-cursor-large[data-cursor=video] svg .play,
.ut-hover-cursor.ut-hover-cursor-small.ut-hover-cursor-grow-on[data-cursor=video] svg .play {
  transform: scale(.5)
}

.ut-hover-cursor[data-cursor=close] svg ellipse.circle-inner {
  transform: scale(0)
}

.ut-hover-cursor.ut-hover-cursor-small[data-cursor=close]:not(.ut-hover-cursor-grow-on) svg .cross-left {
  transform: scale(.25) rotate(45deg)
}

.ut-hover-cursor.ut-hover-cursor-small[data-cursor=close]:not(.ut-hover-cursor-grow-on) svg .cross-right {
  transform: scale(.25) rotate(-45deg)
}

.ut-hover-cursor.ut-hover-cursor-large[data-cursor=close] svg .cross-left,
.ut-hover-cursor.ut-hover-cursor-small.ut-hover-cursor-grow-on[data-cursor=close] svg .cross-left {
  transform: scale(.5) rotate(45deg)
}

.ut-hover-cursor.ut-hover-cursor-large[data-cursor=close] svg .cross-right,
.ut-hover-cursor.ut-hover-cursor-small.ut-hover-cursor-grow-on[data-cursor=close] svg .cross-right {
  transform: scale(.5) rotate(-45deg)
}

.ut-hover-cursor.ut-hover-cursor-small[data-cursor=arrow-left]:not(.ut-hover-cursor-grow-on) svg .arrow.arrow-left {
  transform: scale(.15)
}

.ut-hover-cursor.ut-hover-cursor-small[data-cursor=arrow-right]:not(.ut-hover-cursor-grow-on) svg .arrow.arrow-right {
  transform: scale(.15) rotate(180deg)
}

.ut-hover-cursor[data-cursor=arrow-left] svg .arrow.arrow-left {
  transform: scale(.3)
}

.ut-hover-cursor[data-cursor=arrow-right] svg .arrow.arrow-right {
  transform: scale(.3) rotate(180deg)
}

.ut-hover-cursor[data-cursor=arrow-left] svg ellipse.circle-inner,
.ut-hover-cursor[data-cursor=arrow-right] svg ellipse.circle-inner {
  transform: scale(0)
}

#ut-hover-cursor-pulse {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  transform: translate3d(-100%, -100%, 0);
  margin: -4px 0 0 -4px;
  background: rgba(255, 255, 255, .5);
  opacity: .3;
  position: fixed;
  will-change: transform;
  pointer-events: none;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 100000
}

.ut-hover-cursor .text span {
  display: block;
  width: 60%
}

.ut-hover-cursor.ut-hover-cursor-small svg ellipse.circle,
.ut-hover-cursor.ut-hover-cursor-small svg ellipse.circle-animation {
  transform: scale(.5)
}

.ut-hover-cursor.ut-hover-cursor-small:not(.ut-hover-cursor-grow-off)[data-cursor=link] svg ellipse.circle,
.ut-hover-cursor.ut-hover-cursor-small:not(.ut-hover-cursor-grow-off)[data-cursor=link] svg ellipse.circle-animation {
  transform: scale(1)
}

.ut-hover-cursor.ut-hover-cursor-small:not(.ut-hover-cursor-grow-off).ut-cursor-force-size[data-cursor=link] svg ellipse.circle,
.ut-hover-cursor.ut-hover-cursor-small:not(.ut-hover-cursor-grow-off).ut-cursor-force-size[data-cursor=link] svg ellipse.circle-animation {
  transform: scale(1)
}

.ut-hover-cursor.ut-hover-cursor-small:not(.ut-hover-cursor-grow-off)[data-cursor=video] svg ellipse.circle,
.ut-hover-cursor.ut-hover-cursor-small:not(.ut-hover-cursor-grow-off)[data-cursor=video] svg ellipse.circle-animation {
  transform: scale(1)
}

.ut-hover-cursor.ut-hover-cursor-small:not(.ut-hover-cursor-grow-off)[data-cursor=image] svg ellipse.circle,
.ut-hover-cursor.ut-hover-cursor-small:not(.ut-hover-cursor-grow-off)[data-cursor=image] svg ellipse.circle-animation {
  transform: scale(1)
}

.ut-hover-cursor.ut-hover-cursor-small:not(.ut-hover-cursor-grow-off)[data-cursor=close] svg ellipse.circle,
.ut-hover-cursor.ut-hover-cursor-small:not(.ut-hover-cursor-grow-off)[data-cursor=close] svg ellipse.circle-animation {
  transform: scale(1)
}

.ut-hover-cursor.ut-hover-cursor-small:not(.ut-hover-cursor-grow-off)[data-cursor=arrow-left] svg ellipse.circle,
.ut-hover-cursor.ut-hover-cursor-small:not(.ut-hover-cursor-grow-off)[data-cursor=arrow-left] svg ellipse.circle-animation,
.ut-hover-cursor.ut-hover-cursor-small:not(.ut-hover-cursor-grow-off)[data-cursor=arrow-right] svg ellipse.circle,
.ut-hover-cursor.ut-hover-cursor-small:not(.ut-hover-cursor-grow-off)[data-cursor=arrow-right] svg ellipse.circle-animation {
  transform: scale(1)
}

.ut-hover-cursor.ut-hover-cursor-contrast svg ellipse.circle {
  filter: drop-shadow(0px 1px 0px rgba(21, 21, 21, .5))
}

.ut-hover-cursor[data-skin=dark] svg ellipse.circle {
  stroke: rgba(21, 21, 21, 1)
}

.ut-hover-cursor[data-skin=dark] svg ellipse.circle-animation {
  stroke: rgba(21, 21, 21, 1)
}

.ut-hover-cursor[data-skin=dark] svg ellipse.circle-inner {
  fill: #151515
}

.ut-hover-cursor[data-skin=dark] svg .plus {
  fill: #151515
}

.ut-hover-cursor[data-skin=dark] svg .arrow {
  fill: #151515
}

.ut-hover-cursor[data-skin=dark] svg .cross-left,
.ut-hover-cursor[data-skin=dark] svg .cross-right {
  fill: #151515
}

.ut-hover-cursor[data-skin=dark] svg .play {
  fill: #151515
}

.ut-hover-cursor[data-skin=dark]+#ut-hover-cursor-pulse {
  background: rgba(21, 21, 21, .5)
}

@-webkit-keyframes circle-animation {
  0% {
    transform: rotate(0deg);
    stroke-dashoffset: 31.68
  }

  50% {
    transform: rotate(720deg);
    stroke-dashoffset: 150.72
  }

  100% {
    transform: rotate(1080deg);
    stroke-dashoffset: 31.68
  }
}

@keyframes circle-animation {
  0% {
    transform: rotate(0deg);
    stroke-dashoffset: 31.68
  }

  50% {
    transform: rotate(720deg);
    stroke-dashoffset: 150.72
  }

  100% {
    transform: rotate(1080deg);
    stroke-dashoffset: 31.68
  }
}

@media (max-width:1024px) {

  .ut-hover-cursor,
  #ut-hover-cursor-pulse {
    display: none
  }
}

.ut-glitch:not(.title-with-wordrotator).ut-base-span {
  display: inline-block;
  position: relative;
  z-index: 1
}

.ut-glitch.title-with-typewriter {
  display: block
}

.title-with-linebreak.ut-glitch:before,
.title-with-linebreak.ut-glitch:after {
  white-space: pre-line
}

@media (max-width:767px) {

  .ut-no-title-linebreak-mobile .ut-glitch:before,
  .ut-no-title-linebreak-mobile .ut-glitch:after {
    white-space: normal !important
  }
}

@media (min-width:768px) and (max-width:1024px) {

  .ut-no-title-linebreak-tablet .ut-glitch:before,
  .ut-no-title-linebreak-tablet .ut-glitch:after {
    white-space: normal !important
  }
}

.ut-glitch-1:not(.title-with-wordrotator):before,
.ut-glitch-1:not(.title-with-wordrotator):after {
  display: block;
  content: attr(data-title);
  position: absolute;
  top: 0;
  left: inherit;
  height: 100%;
  width: 100%;
  opacity: .8
}

.ut-glitch-1:not(.title-with-wordrotator):after {
  color: #f0f;
  z-index: 0;
  animation: GlitchUT1 .3s cubic-bezier(.25, .46, .45, .94) reverse both infinite
}

.ut-glitch-1:not(.title-with-wordrotator):before {
  color: #0ff;
  z-index: 1;
  animation: GlitchUT1 .3s cubic-bezier(.25, .46, .45, .94) both infinite
}

.ut-glitch-1>span {
  position: relative;
  z-index: 2
}

.ut-glitch.ut-glitch-1.title-with-typewriter:before,
.ut-glitch.ut-glitch-1.title-with-typewriter:after {
  overflow: hidden
}

.ut-glitch.title-with-typewriter ut-typewriter-1,
.ut-glitch.title-with-typewriter ut-typewriter-2 {
  position: relative;
  z-index: 2
}

.ut-glitch.title-with-wordrotator .ut-word-rotator>div {
  position: relative
}

.ut-glitch-1.title-with-wordrotator .ut-word-rotator>div:before,
.ut-glitch-1.title-with-wordrotator .ut-word-rotator>div:after {
  display: block;
  content: attr(data-title);
  position: absolute;
  top: 0;
  left: inherit;
  height: 100%;
  width: 100%;
  opacity: .8
}

.ut-glitch-1.title-with-wordrotator .ut-word-rotator>div:after {
  color: #f0f;
  z-index: -2;
  animation: GlitchUT1 .3s cubic-bezier(.25, .46, .45, .94) reverse both infinite
}

.ut-glitch-1.title-with-wordrotator .ut-word-rotator>div:before {
  color: #0ff;
  z-index: -1;
  animation: GlitchUT1 .3s cubic-bezier(.25, .46, .45, .94) both infinite
}

@keyframes GlitchUT1 {
  0% {
    transform: translate(0)
  }

  20% {
    transform: translate(-5px, 5px)
  }

  40% {
    transform: translate(-5px, -5px)
  }

  60% {
    transform: translate(5px, 5px)
  }

  80% {
    transform: translate(5px, -5px)
  }

  to {
    transform: translate(0)
  }
}

.ut-glitch-2:not(.title-with-wordrotator):after,
.ut-glitch-2.title-with-wordrotator .ut-word-rotator>div:after {
  content: attr(data-title);
  position: absolute;
  left: 1px;
  text-shadow: -1px 0 red;
  top: 0;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  animation: GlitchUT2After 4s infinite linear alternate-reverse;
  width: 100%;
  height: 100%
}

.ut-glitch-2:not(.title-with-wordrotator):before,
.ut-glitch-2.title-with-wordrotator .ut-word-rotator>div:before {
  content: attr(data-title);
  position: absolute;
  left: -1px;
  text-shadow: 1px 0 blue;
  top: 0;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  animation: GlitchUT2Before 6s infinite linear alternate-reverse;
  width: 100%;
  height: 100%
}

@keyframes GlitchUT2After {
  0% {
    clip-path: inset(47% 52% 53% 0)
  }

  5% {
    clip-path: inset(18% 19% 9% 0)
  }

  10% {
    clip-path: inset(58% 13% 16% 0)
  }

  15% {
    clip-path: inset(3% 98% 73% 0)
  }

  20% {
    clip-path: inset(63% 65% 39% 0)
  }

  25% {
    clip-path: inset(56% 84% 18% 0)
  }

  30% {
    clip-path: inset(15% 91% 66% 0)
  }

  35% {
    clip-path: inset(40% 16% 36% 0)
  }

  40% {
    clip-path: inset(32% 54% 67% 0)
  }

  45% {
    clip-path: inset(80% 91% 65% 0)
  }

  50% {
    clip-path: inset(33% 61% 93% 0)
  }

  55% {
    clip-path: inset(46% 21% 91% 0)
  }

  60% {
    clip-path: inset(12% 54% 98% 0)
  }

  65% {
    clip-path: inset(95% 33% 59% 0)
  }

  70% {
    clip-path: inset(67% 29% 63% 0)
  }

  75% {
    clip-path: inset(92% 67% 34% 0)
  }

  80% {
    clip-path: inset(26% 75% 71% 0)
  }

  85% {
    clip-path: inset(58% 4% 33% 0)
  }

  90% {
    clip-path: inset(39% 26% 52% 0)
  }

  95% {
    clip-path: inset(71% 46% 3% 0)
  }

  100% {
    clip-path: inset(20% 82% 71% 0)
  }
}

@keyframes GlitchUT2Before {
  0% {
    clip-path: inset(35% 88% 1% 0)
  }

  5% {
    clip-path: inset(76% 61% 69% 0)
  }

  10% {
    clip-path: inset(77% 93% 32% 0)
  }

  15% {
    clip-path: inset(56% 97% 45% 0)
  }

  20% {
    clip-path: inset(53% 59% 22% 0)
  }

  25% {
    clip-path: inset(30% 7% 6% 0)
  }

  30% {
    clip-path: inset(98% 31% 37% 0)
  }

  35% {
    clip-path: inset(86% 38% 89% 0)
  }

  40% {
    clip-path: inset(8% 82% 4% 0)
  }

  45% {
    clip-path: inset(95% 7% 46% 0)
  }

  50% {
    clip-path: inset(79% 73% 11% 0)
  }

  55% {
    clip-path: inset(75% 51% 33% 0)
  }

  60% {
    clip-path: inset(28% 8% 93% 0)
  }

  65% {
    clip-path: inset(89% 70% 60% 0)
  }

  70% {
    clip-path: inset(65% 54% 77% 0)
  }

  75% {
    clip-path: inset(65% 91% 74% 0)
  }

  80% {
    clip-path: inset(13% 27% 93% 0)
  }

  85% {
    clip-path: inset(45% 10% 64% 0)
  }

  90% {
    clip-path: inset(86% 3% 41% 0)
  }

  95% {
    clip-path: inset(15% 58% 1% 0)
  }

  100% {
    clip-path: inset(88% 33% 19% 0)
  }
}

@media (min-width:768px) {

  .ut-hero-style-1 .hero-title.ut-glitch:before,
  .ut-hero-style-1 .hero-title.ut-glitch:after {
    padding-top: 14px
  }

  .ut-hero-style-9 .hero-title.ut-glitch:before,
  .ut-hero-style-9 .hero-title.ut-glitch:after {
    padding: 0 .2em
  }

  .ut-hero-style-10 .hero-title.ut-glitch:before,
  .ut-hero-style-10 .hero-title.ut-glitch:after {
    padding: 0 .2em
  }

  .ut-hero-style-9 .hero-title.ut-glitch.ut-glitch-1:before,
  .ut-hero-style-9 .hero-title.ut-glitch.ut-glitch-1:after {
    left: 0
  }

  .ut-hero-style-10 .hero-title.ut-glitch.ut-glitch-1:before,
  .ut-hero-style-10 .hero-title.ut-glitch.ut-glitch-1:after {
    left: 0
  }
}

.ut-hero-style-4 .hero-title.ut-glitch:before {
  z-index: 2
}

.ut-hero-style-4 .hero-title.ut-glitch:after {
  z-index: 1
}

.ut-hero-style-4 .hero-title.ut-glitch:before,
.ut-hero-style-4 .hero-title.ut-glitch:after {
  padding: 8px 12px
}

.ut-hero-style-4 .hero-title.ut-glitch>div {
  position: relative;
  z-index: 3
}

.ut-hero-style-4 .hero-title.ut-glitch.ut-glitch-2>div {
  z-index: 0
}

.ut-hero-style-4 .hero-title.ut-glitch.ut-glitch-1:before,
.ut-hero-style-4 .hero-title.ut-glitch.ut-glitch-1:after {
  left: 0
}

.ut-hero-style-6 .hero-title.ut-glitch:before,
.ut-hero-style-6 .hero-title.ut-glitch:after {
  padding: .2em
}

.ut-hero-style-6 .hero-title.ut-glitch.ut-glitch-1:before,
.ut-hero-style-6 .hero-title.ut-glitch.ut-glitch-1:after {
  left: 0
}

.ut-hero-style-7 .hero-title.ut-glitch:before,
.ut-hero-style-7 .hero-title.ut-glitch:after {
  padding: .1em .2em
}

.ut-hero-style-7 .hero-title.ut-glitch.ut-glitch-1:before,
.ut-hero-style-7 .hero-title.ut-glitch.ut-glitch-1:after {
  left: 0
}

.ut-hero-style-8 .hero-title.ut-glitch:before,
.ut-hero-style-8 .hero-title.ut-glitch:after {
  padding: .2em 0
}

.pt-style-1 .ut-glitch:before,
.pt-style-1 .ut-glitch:after {
  left: 0
}

.pt-style-1 .parallax-title.ut-glitch-1:before,
.pt-style-1 .parallax-title.ut-glitch-1:after,
.pt-style-1 .parallax-title.ut-glitch-2:before,
.pt-style-1 .parallax-title.ut-glitch-2:after {
  padding-top: 20px
}

.pt-style-2.header-center .ut-glitch:before,
.pt-style-2.header-center .ut-glitch:after {
  text-align: center
}

.pt-style-3 .ut-glitch:before,
.pt-style-3 .ut-glitch:after,
.pt-style-3 .ut-glitch span+div {
  padding: .2em .4em
}

.pt-style-4 .ut-glitch:before,
.pt-style-4 .ut-glitch:after {
  padding: .2em .4em;
  border: 6px solid transparent
}

.page-header.pt-style-4 .ut-glitch:before,
.page-header.pt-style-4 .ut-glitch:after {
  padding: .2em .4em;
  border: 3px solid transparent
}

.pt-style-5 .ut-glitch:before,
.pt-style-5 .ut-glitch:after,
.pt-style-5 .ut-glitch span+div {
  padding: .2em .4em
}

.pt-style-6.header-center .ut-glitch:before,
.pt-style-6.header-center .ut-glitch:after {
  text-align: center
}

@media (min-width:1025px) {

  .pt-style-1.header-left .ut-glitch.ut-glitch-1:not(.parallax-title):before,
  .pt-style-1.header-left .ut-glitch.ut-glitch-1:not(.parallax-title):after {
    padding-right: 140px
  }

  .pt-style-1.header-right .ut-glitch.ut-glitch-1:not(.parallax-title):before,
  .pt-style-1.header-right .ut-glitch.ut-glitch-1:not(.parallax-title):after {
    padding-left: 140px
  }

  .pt-style-1.header-center .ut-glitch.ut-glitch-1:not(.parallax-title):before,
  .pt-style-1.header-center .ut-glitch.ut-glitch-1:not(.parallax-title):after {
    padding: 0 140px
  }

  .pt-style-1.header-left .ut-glitch.ut-glitch-2:not(.parallax-title):before,
  .pt-style-1.header-left .ut-glitch.ut-glitch-2:not(.parallax-title):after {
    padding-right: 140px
  }

  .pt-style-1.header-right .ut-glitch.ut-glitch-2:not(.parallax-title):before,
  .pt-style-1.header-right .ut-glitch.ut-glitch-2:not(.parallax-title):after {
    padding-left: 140px
  }

  .pt-style-1.header-center .ut-glitch.ut-glitch-2:not(.parallax-title):before,
  .pt-style-1.header-center .ut-glitch.ut-glitch-2:not(.parallax-title):after {
    padding: 0 140px
  }
}

@media (max-width:767px) {

  .pt-style-2.header-mobile-left .ut-glitch:before,
  .pt-style-2.header-mobile-left .ut-glitch:after {
    text-align: left
  }

  .pt-style-2.header-mobile-center .ut-glitch:before,
  .pt-style-2.header-mobile-center .ut-glitch:after {
    text-align: center
  }

  .pt-style-2.header-mobile-right .ut-glitch:before,
  .pt-style-2.header-mobile-right .ut-glitch:after {
    text-align: right
  }

  .pt-style-6.header-mobile-left .ut-glitch:before,
  .pt-style-6.header-mobile-left .ut-glitch:after {
    text-align: left
  }

  .pt-style-6.header-mobile-center .ut-glitch:before,
  .pt-style-6.header-mobile-center .ut-glitch:after {
    text-align: center
  }

  .pt-style-6.header-mobile-right .ut-glitch:before,
  .pt-style-6.header-mobile-right .ut-glitch:after {
    text-align: right
  }
}

@media (min-width:768px) and (max-width:1024px) {

  .pt-style-2.header-tablet-left .ut-glitch:before,
  .pt-style-2.header-tablet-left .ut-glitch:after {
    text-align: left
  }

  .pt-style-2.header-tablet-center .ut-glitch:before,
  .pt-style-2.header-tablet-center .ut-glitch:after {
    text-align: center
  }

  .pt-style-2.header-tablet-right .ut-glitch:before,
  .pt-style-2.header-tablet-right .ut-glitch:after {
    text-align: right
  }

  .pt-style-6.header-tablet-left .ut-glitch:before,
  .pt-style-6.header-tablet-left .ut-glitch:after {
    text-align: left
  }

  .pt-style-6.header-tablet-center .ut-glitch:before,
  .pt-style-6.header-tablet-center .ut-glitch:after {
    text-align: center
  }

  .pt-style-6.header-tablet-right .ut-glitch:before,
  .pt-style-6.header-tablet-right .ut-glitch:after {
    text-align: right
  }
}

.pt-style-3 .ut-glitch.ut-glitch-1 span,
.pt-style-3 .ut-glitch.ut-glitch-1 span {
  position: relative;
  z-index: 0;
  color: transparent
}

.pt-style-3 .ut-glitch.ut-glitch-1 span+div {
  position: absolute;
  display: inline-block;
  border: 3px solid transparent;
  z-index: 1
}

.pt-style-3.header-left .ut-glitch.ut-glitch-1 span+div {
  left: 0
}

.pt-style-3.header-right .ut-glitch.ut-glitch-1 span+div {
  right: 0
}

.pt-style-3.header-center .ut-glitch.ut-glitch-1 span+div {
  left: 0;
  right: 0
}

@media (max-width:767px) {
  .pt-style-3 .ut-glitch.ut-glitch-1 span+div {
    width: 100%
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .pt-style-3.header-tablet-left .ut-glitch.ut-glitch-1 span+div {
    left: 0
  }

  .pt-style-3.header-tablet-right .ut-glitch.ut-glitch-1 span+div {
    right: 0
  }

  .pt-style-3.header-tablet-center .ut-glitch.ut-glitch-1 span+div {
    left: 0;
    right: 0
  }
}

.pt-style-3 .ut-glitch-2:after,
.pt-style-3 .ut-glitch-2:before {
  border: 3px solid transparent
}

.pt-style-3 .ut-glitch.ut-glitch-2 span,
.pt-style-3 .ut-glitch.ut-glitch-2 span {
  position: relative;
  z-index: 0;
  color: transparent
}

.pt-style-3 .ut-glitch.ut-glitch-2 span+div {
  position: absolute;
  display: inline-block;
  border: 3px solid transparent
}

.pt-style-3.header-left .ut-glitch.ut-glitch-2 span+div {
  left: 0
}

.pt-style-3.header-right .ut-glitch.ut-glitch-2 span+div {
  right: 0
}

.pt-style-3.header-center .ut-glitch.ut-glitch-2 span+div {
  left: 0;
  right: 0
}

@media (max-width:767px) {
  .pt-style-3 .ut-glitch.ut-glitch-2 span+div {
    width: 100%
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .pt-style-3.header-tablet-left .ut-glitch.ut-glitch-2 span+div {
    left: 0
  }

  .pt-style-3.header-tablet-right .ut-glitch.ut-glitch-2 span+div {
    right: 0
  }

  .pt-style-3.header-tablet-center .ut-glitch.ut-glitch-2 span+div {
    left: 0;
    right: 0
  }
}

.pt-style-5 .ut-glitch.ut-glitch-1 span,
.pt-style-5 .ut-glitch.ut-glitch-1 span {
  position: relative;
  z-index: 0;
  color: transparent
}

.pt-style-5 .ut-glitch.ut-glitch-1 span+div {
  position: absolute;
  display: inline-block;
  border: 3px solid transparent;
  z-index: 1
}

.pt-style-5.header-left .ut-glitch.ut-glitch-1 span+div {
  left: 0
}

.pt-style-5.header-right .ut-glitch.ut-glitch-1 span+div {
  right: 0
}

.pt-style-5.header-center .ut-glitch.ut-glitch-1 span+div {
  left: 0;
  right: 0
}

@media (max-width:767px) {
  .pt-style-5 .ut-glitch.ut-glitch-1 span+div {
    width: 100%
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .pt-style-5.header-tablet-left .ut-glitch.ut-glitch-1 span+div {
    left: 0
  }

  .pt-style-5.header-tablet-right .ut-glitch.ut-glitch-1 span+div {
    right: 0
  }

  .pt-style-5.header-tablet-center .ut-glitch.ut-glitch-1 span+div {
    left: 0;
    right: 0
  }
}

.pt-style-5 .ut-glitch-2:after,
.pt-style-5 .ut-glitch-2:before {
  border: 3px solid transparent
}

.pt-style-5 .ut-glitch.ut-glitch-2 span,
.pt-style-5 .ut-glitch.ut-glitch-2 span {
  position: relative;
  z-index: 0;
  color: transparent
}

.pt-style-5 .ut-glitch.ut-glitch-2 span+div {
  position: absolute;
  display: inline-block;
  border: 3px solid transparent
}

.pt-style-5.header-left .ut-glitch.ut-glitch-2 span+div {
  left: 0
}

.pt-style-5.header-right .ut-glitch.ut-glitch-2 span+div {
  right: 0
}

.pt-style-5.header-center .ut-glitch.ut-glitch-2 span+div {
  left: 0;
  right: 0
}

@media (max-width:767px) {
  .pt-style-5 .ut-glitch.ut-glitch-2 span+div {
    width: 100%
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .pt-style-5.header-tablet-left .ut-glitch.ut-glitch-2 span+div {
    left: 0
  }

  .pt-style-5.header-tablet-right .ut-glitch.ut-glitch-2 span+div {
    right: 0
  }

  .pt-style-5.header-tablet-center .ut-glitch.ut-glitch-2 span+div {
    left: 0;
    right: 0
  }
}

#ut-scroll-dots {
  position: fixed;
  top: 50vh;
  transform: translate(0, -50%);
  right: 10px;
  z-index: 999
}

@media (min-width:1025px) {
  #ut-scroll-dots {
    right: 20px
  }

  .ut-site-border-right.ut-site-border-20 #ut-scroll-dots {
    right: 40px
  }

  .ut-site-border-right.ut-site-border-40 #ut-scroll-dots {
    right: 60px
  }

  .ut-site-border-right.ut-site-border-60 #ut-scroll-dots {
    right: 80px
  }

  .ut-site-border-right.ut-site-border-80 #ut-scroll-dots {
    right: 100px
  }

  .ut-site-border-right.ut-site-border-100 #ut-scroll-dots {
    right: 120px
  }

  .ut-site-border-right.ut-site-border-120 #ut-scroll-dots {
    right: 140px
  }
}

#ut-scroll-dots>div {
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 50%;
  margin: 0 0 10px;
  cursor: pointer;
  transition: background .4s ease;
  will-change: transition;
  display: block
}

#ut-scroll-dots>div span {
  position: absolute;
  right: calc(100% + 8px);
  white-space: nowrap;
  top: 50%;
  font-size: 16px;
  line-height: 17px;
  width: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-50%) translateX(10px);
  transition: all .4s ease;
  will-change: transition
}

#ut-scroll-dots>div span:after {
  content: "--";
  padding-left: 5px;
  letter-spacing: -2px;
  line-height: 14px
}

#ut-scroll-dots>div:hover span {
  width: auto;
  opacity: 1;
  overflow: visible;
  transform: translateY(-50%) translateX(0px)
}

#ut-scroll-dots.ut-scroll-dots-light>div {
  border: 2px solid rgba(255, 255, 255, .5);
  background: rgba(0, 0, 0, .25);
  color: #fff
}

#ut-scroll-dots.ut-scroll-dots-light>div:hover {
  background: rgba(0, 0, 0, .5)
}

@media (min-width:1025px) {

  .ut-overflow-hidden,
  .ut-overflow-hidden .vc_column-inner {
    position: relative;
    overflow: hidden
  }
}

@media (min-width:768px) and (max-width:1024px) {

  .ut-overflow-hidden-tablet,
  .ut-overflow-hidden-tablet .vc_column-inner {
    position: relative;
    overflow: hidden
  }
}

@media (min-width:767px) {

  .ut-overflow-hidden-mobile,
  .ut-overflow-hidden-mobile .vc_column-inner {
    position: relative;
    overflow: hidden
  }
}

body .ut-main-navigation-link {
  padding-left: 20px;
  padding-right: 20px
}

body .bklyn-btn-holder.bklyn-btn-menu {
  padding-left: 20px;
  top: -2px
}

#back-top {
  background: #000;
  background-color: #000;
  bottom: 100%;
  color: #fff !important;
  cursor: pointer;
  padding: 0 3px 4px;
  position: fixed;
  bottom: 65px;
  right: 20px;
  z-index: 10;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
  display: none;
  display: block;
  line-height: 40px;
  box-shadow: none;
  transform: none;
  left: auto;
  top: auto;
  width: 42px;
  height: 42px
}

#back-top {
  background-color: #212121 !important;
  border-radius: 10px !important;
  opacity: .75
}

#back-top:hover {
  background-color: #70747c !important
}

#header-section.ut-header-light {
  line-height: 90px
}

body .ut-header-light .site-logo {
  height: 90px !important;
  line-height: 90px !important
}

body .ut-header-light .site-logo img {
  max-height: 90px
}

#header-section .ut-horizontal-navigation.ut-navigation-with-animation ul li.ut-is-megamenu:hover>.ut-megamenu,
#header-section .ut-horizontal-navigation.ut-navigation-with-animation ul li.ut-menu-item-lvl-0:hover>ul.sub-menu {
  top: 115px
}

#header-section.ut-header-light .ut-horizontal-navigation.ut-navigation-with-animation ul li.ut-is-megamenu:hover>.ut-megamenu,
#header-section.ut-header-light .ut-horizontal-navigation.ut-navigation-with-animation ul li.ut-menu-item-lvl-0:hover>ul.sub-menu {
  top: 85px
}

.mp-sidecontact {
  bottom: 100%;
  color: #fff !important;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  position: fixed;
  bottom: 45%;
  right: -245px;
  z-index: 10;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: block;
  background-color: #2062a1;
  border-radius: 30px;
  opacity: .55;
  width: 300px;
  line-height: 50px
}

.mp-sidecontact2 {
  margin-bottom: -70px
}

.mp-sidecontact:hover {
  opacity: 1;
  right: -50px
}

.mp-sidecontact .mp-sideicon {
  font-size: 18px;
  width: 56px;
  display: inline-block;
  text-align: center;
  line-height: 10px;
  margin-bottom: -20px;
  position: relative;
  top: 1px
}

.mp_faq_item {
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .1);
  padding-top: 20px;
  padding-bottom: 2px;
  margin-bottom: 10px
}

.mp_faq_item:first-child {
  padding-top: 0
}

.mp_faq_item:last-child {
  box-shadow: none
}

.mp_faq_item h4 {
  font-weight: 700
}

#headercontact .mp-hidemobile {
  display: block
}

#headercontact .mp-onlymobile {
  display: none
}

body .bkly-testimonials-style2 .bklyn-testimonials-avatar {
  height: 320px;
  width: 320px
}

body .ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2 .ut-prev-gallery-slide,
body .ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2 .ut-next-gallery-slide {
  margin-top: 50px
}

.mp-chalet>.vc_column-inner {
  padding-bottom: 15px;
  padding-top: 15px
}

.mp-chalet>.vc_column-inner>.wpb_wrapper {
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0 0px 15px rgba(0, 0, 0, .05);
  height: 100%;
  padding-bottom: 70px
}

.mp-chalet>.vc_column-inner>.wpb_wrapper .wpb_text_column,
.mp-chalet>.vc_column-inner>.wpb_wrapper .section-header {
  padding-left: 40px;
  padding-right: 40px
}

.mp-chalet>.vc_column-inner>.wpb_wrapper .ut-btn-group {
  position: absolute;
  bottom: 10px
}

body .pt-style-2 .section-title span:after {
  margin-top: 20px
}

figure.ut-fancy-image .h3 {
  margin-bottom: 20px;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 21px;
  letter-spacing: -.03em;
  color: rgba(51, 51, 51, 1);
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  -o-transition: transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  margin: 0;
  opacity: 1;
  overflow: visible
}

body figure.ut-fancy-image figcaption {
  justify-content: flex-end;
  padding-bottom: 75px
}

body figure.ut-fancy-image h3,
body figure.ut-fancy-image .h3 {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: .04em;
  color: rgba(51, 51, 51, 1)
}

body figure.ut-fancy-image h3,
body figure.ut-fancy-image .h3 {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  text-shadow: 0px 0px 25px rgba(0, 0, 0, 1)
}

body figure.ut-fancy-image p {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 15px;
  line-height: 30px
}

body figure.ut-fancy-image:hover h3,
body figure.ut-fancy-image:hover .h3 {
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0)
}

body figure.ut-fancy-image:hover p {
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0)
}

body figure.ut-fancy-image img,
body .ut-image-gallery-module div.ut-image-gallery-image img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

body figure.ut-fancy-image img {
  opacity: 1
}

body figure.ut-fancy-image:hover img {
  opacity: .15
}

body figure.ut-fancy-image,
body .ut-image-gallery-module div.ut-image-gallery-image {
  padding-bottom: 70%;
  height: 0
}

.ut-image-gallery-item.ut-animation-done:hover .ut-image-gallery-item-caption-title .h3,
.ut-image-gallery-item.ut-element-is-animating:hover .ut-image-gallery-item-caption-title .h3 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

.ut-image-gallery-item-caption-title .h3 {
  color: #fff;
  font-size: 17px;
  line-height: 150%;
  margin: 0;
  margin-top: 0;
  -webkit-animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
  animation-duration: .3s;
  animation-fill-mode: both;
  animation-name: fadeOut
}

body .ut-image-gallery-item-caption-title h3,
body .ut-image-gallery-item-caption-title .h3 {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: .03em
}

#navigation-secondary.ut-horizontal-navigation .lang-item .ut-main-navigation-link img {
  display: inline-block;
  vertical-align: middle
}

#header-section .ut-megamenu.ut-megamenu-centered ul.ut-navigation-column-list li:nth-child(1) a,
#header-section .ut-megamenu.ut-megamenu-fullwidth ul.ut-navigation-column-list li:nth-child(1) a {
  margin-bottom: 10px
}

#header-section .ut-megamenu.ut-megamenu-centered ul.ut-navigation-column-list li:nth-child(1) a span,
#header-section .ut-megamenu.ut-megamenu-fullwidth ul.ut-navigation-column-list li:nth-child(1) a span {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .05em;
  text-transform: uppercase
}

.h2 {
  font-family: "Raleway";
  font-weight: 600;
  font-size: 25px;
  letter-spacing: -.05em;
  margin-bottom: 20px
}

.h3 {
  font-family: "Raleway";
  font-weight: 600;
  font-size: 21px;
  letter-spacing: -.03em;
  margin-bottom: 20px
}

.h4 {
  font-family: "Raleway";
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -.03em;
  margin-bottom: 20px
}

#ut-sitebody .ut-footer-area .h3.widget-title {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 17px;
  letter-spacing: .05em;
  text-transform: uppercase
}

.mp-sideimg-02 {
  margin-left: 90px
}

.mp-sideimgr-02 {
  margin-right: 80px
}

body .bkly-testimonials-style2 .bklyn-testimonials-avatar img {
  border-radius: 0
}

#main-content .bklyn-btn,
.copyright,
.mp-sidecontact {
  font-family: "Open Sans"
}

.wpb_wrapper .bklyn-list li .fa {
  font-size: 12px;
  position: absolute;
  top: 5px
}

.wpb_wrapper .bklyn-list .bklyn-list-item-space-small .bklyn-fancy-list-content {
  padding-left: 30px
}

.wpb_wrapper .bklyn-list .bklyn-list-item-space-small {
  position: relative
}

.bklyn-list li a,
.bklyn-list li a i {
  color: rgba(8, 45, 65, 1)
}

.bklyn-list li a:hover,
.bklyn-list li a:hover i,
.bklyn-list li a:active,
.bklyn-list li a:active i {
  color: rgba(186, 151, 120, 1)
}

.wpb_wrapper .bklyn-list.bklyn-list-style-none {
  margin-top: -15px;
  margin-bottom: 10px
}

body .ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2 .bklyn-about-testimonials-author {
  margin: 0 0 20px
}

.bklyn-testimonials-author a {
  color: #fff
}

.bklyn-testimonials-author a:hover,
.bklyn-testimonials-author a:active {
  color: rgba(149, 170, 157, 1)
}

.bklyn-testimonials-button,
.bklyn-testimonials-button a,
.bklyn-testimonials-button .fa {
  color: #fff
}

.bklyn-testimonials-button .fa {
  font-size: 12px;
  position: relative;
  top: -2px;
  padding-right: 10px
}

.bklyn-testimonials-button a:hover,
.bklyn-testimonials-button a:active {
  color: rgba(149, 170, 157, 1)
}

.bklyn-testimonials-button .bklyn-btn {
  color: #333 !important;
  border-color: #fff !important;
  border-width: 2px !important;
  border-radius: 50px !important;
  background-color: #fff !important;
  font-weight: 600;
  letter-spacing: .05em
}

.bklyn-testimonials-button .bklyn-btn:hover {
  color: #fff !important;
  border-color: #fff !important;
  background-color: transparent !important;
  background-image: none !important
}

.bklyn-testimonials-button.bklyn-btn-holder a {
  padding-top: .8em;
  padding-right: 2.5em;
  padding-bottom: .8em;
  padding-left: 2.5em;
  margin-bottom: 0;
  margin-top: 10px
}

.ut-accordion-module-item .ut-accordion-module-heading {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
  color: rgba(51, 51, 51, 1)
}

.ut-accordion-module-item .ut-accordion-module-heading:before {
  content: "+";
  display: inline-block;
  line-height: 1;
  position: relative;
  top: -1px;
  width: 20px
}

body .ut-accordion-module.ut-accordion-module-with-counter .ut-accordion-module-item {
  padding: 0 0 40px
}

.wpb_text_column ul,
.ut-accordion-module-inner ul {
  list-style-type: none !important;
  margin-left: 0;
  margin-bottom: 10px;
  top: -10px;
  position: relative
}

.wpb_text_column ul li,
.ut-accordion-module-inner ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 3px
}

body .ut-accordion-module-inner {
  line-height: inherit;
  font-size: 15px
}

.wpb_text_column ul li:before,
.ut-accordion-module-inner ul li:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 10px;
  margin-left: 0;
  font-size: 11px;
  position: absolute;
  left: 6px;
  top: 1px;
  content: "\f054"
}

.ut-accordion-module-inner ul {
  top: 0
}

.ut-accordion-module-inner:last-child>p {
  margin-bottom: 10px
}

body .mp-logobox figure.ut-fancy-image,
body .mp-logobox .ut-image-gallery-module div.ut-image-gallery-image {
  padding-bottom: 50%;
  height: 0
}

body .mp-logobox .ut-image-gallery-item>a.ut-deactivated-link {
  background: #fff;
  padding: 20px
}

.ut-horizontal-navigation ul ul {
  min-width: 300px
}

.ut-horizontal-navigation ul.sub-menu li>a:not(.ut-remove-header-cart-item):not(.ut-header-mini-cart-link) {
  height: 40px;
  line-height: 40px
}

.mp-section-image .ut-custom-heading-module a b,
.mp-row-quote .bklyn-testimonials-quoteXX a b {
  font-weight: 400
}

.mp-section-blue .lead a,
.mp-section-blue .lead p,
#primary .mp-section-blue h2.section-title,
#primary .mp-section-blue h3.section-title,
.mp-row-green .lead a,
.mp-row-green .lead p,
#primary .mp-row-green h2.section-title,
#primary .mp-row-green h3.section-title,
.mp-section-image .lead a,
.mp-section-image .ut-custom-heading-module a,
.mp-section-image .wpb_text_column a,
.mp-section-image .wpb_text_column,
.mp-row-quote .bklyn-testimonials-quote a,
#primary .mp-box-dark .wpb_text_column a,
#primary .mp-box-dark .lead a,
.mp-box-white .wpb_text_column a,
.mp-box-white .lead a,
.mp-row-textwhite .wpb_text_column a,
.mp-row-textwhite .lead a,
.mp-div-dark .lead a {
  color: #fff
}

.mp-row-green .lead a:hover,
.mp-row-green .lead a:active {
  color: rgba(51, 51, 51, 1)
}

.mp-section-image .ut-custom-heading-module a:hover,
.mp-section-image .ut-custom-heading-module a:active,
.mp-row-quote .bklyn-testimonials-quote a:hover,
.mp-row-quote .bklyn-testimonials-quote a:active,
#primary .mp-box-dark .wpb_text_column a:hover,
#primary .mp-box-dark .wpb_text_column a:hover,
#primary .mp-box-dark .lead a:hover,
#primary .mp-box-dark .lead a:hover {
  color: rgba(120, 64, 78, 1)
}

.mp-section-blue-new:not(#v) {
  padding-top: 40px
}

.mp-section-blue-new:not(#v).vc_section>.vc_row-has-fill {
  padding-top: 80px;
  padding-bottom: 20px
}

.mp-section-blue-new,
.mp-section-blue-new>.vc_row {
  overflow: visible !important
}

.mp-section-blue-new .mp-move-top {
  position: relative;
  top: -120px;
  margin-bottom: -120px
}

.mp-section-blue-new .mp-move-top2 {
  position: relative;
  top: -320px;
  margin-bottom: -320px
}

.mp-section-blue-new .mp-move-top3 {
  position: relative;
  top: -200px;
  margin-bottom: -200px
}

.mp-section-blue-new .mp-move-top4 {
  position: relative;
  top: -150px;
  margin-bottom: -150px
}

.mp-section-blue-new .vc_column_container.mp-box-dark>.vc_column-inner,
.mp-section-blue-new .vc_column_container.mp-box-gray>.vc_column-inner,
.mp-divided-50 .vc_column_container.mp-box-dark>.vc_column-inner,
.mp-divided-50 .vc_column_container.mp-box-gray>.vc_column-inner,
.mp-divided-50.mp-div-dark .vc_column_container.mp-box-gray>.vc_column-inner {
  background: 0 0
}

#main-content section>.mp-row-top {
  padding-bottom: 0 !important
}

#main-content section>.mp-row-middle {
  margin-top: 70px !important;
  padding-top: 120px !important;
  padding-bottom: 70px !important
}

#main-content section>.mp-row-bottom {
  margin-top: 120px !important
}

#main-content section>.mp-row-green {
  padding-top: 105px !important;
  padding-bottom: 70px !important
}

#main-content section>.mp-row-quote {
  padding-top: 120px !important;
  padding-bottom: 80px !important
}

#main-content section.mp-section-chalets {
  padding-top: 80px !important;
  padding-bottom: 40px !important
}

#main-content section .mp-sidefull-image>.vc_column-inner {
  padding-top: 360px !important;
  padding-bottom: 360px !important
}

#main-content section .mp-sidefull-text {
  padding-left: 8% !important;
  padding-right: 8% !important
}

.mp-iconbox .lead p,
.mp-footer-box .lead p {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 17px;
  line-height: 31px
}

.mp-footer-box .lead p a {
  color: #fff;
  text-decoration: none
}

#main-content section.mp-section-chalets .wpb_wrapper .bklyn-list.bklyn-list-style-none {
  margin-bottom: 0
}

#main-content section>.mp-row-pricetable tr>td:first-child {
  color: rgba(8, 45, 65, 1);
  white-space: pre
}

#main-content section>.mp-row-pricetable table.table-max-500 {
  max-width: 500px
}

#primary .section-title,
#ut-custom-hero .section-title,
#ut-custom-contact-section .section-title {
  font-weight: 700 !important
}

.ut-mobile-menu .sub-menu {
  overflow: hidden
}

.ut-mobile-menu li.menu-item-has-children>a>.mobile-sub-menu-controller {
  content: "+";
  display: block;
  position: absolute;
  height: 40px;
  width: 50px;
  text-align: center;
  line-height: 40px;
  right: 0;
  top: 0;
  font-size: 16px
}

.ut-mobile-menu li.menu-item-has-children>a:hover>.mobile-sub-menu-controller {
  color: #fff
}

.ut-mobile-menu li.menu-item-has-children>a+ul.sub-menu {
  display: none
}

.ut-mobile-menu li.menu-item-has-children.mp-submenu-open>a+ul.sub-menu {
  display: block
}

body .ut-mobile-menu a:not(.bklyn-btn):before {
  font-family: "FontAwesome";
  content: "\f054";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 10px
}

#ut-sitebody.ut-mobile-menu-open #ut-mobile-menu .sub-menu a:active:before,
#ut-sitebody.ut-mobile-menu-open #ut-mobile-menu .sub-menu a:hover:before,
#ut-sitebody.ut-mobile-menu-open #ut-mobile-menu a:not(.bklyn-btn):hover:before,
#ut-sitebody.ut-mobile-menu-open #ut-mobile-menu a:not(.bklyn-btn):active:before {
  color: #fff
}

.mp-bottom-menu-wrap {
  display: none;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, .2)
}

.mp-bottom-menu-wrap ul {
  display: flex;
  padding: 0;
  margin: 0;
  font-size: 11px
}

.mp-bottom-menu-wrap li.mp-bottom-menu-item .fa {
  font-size: 20px;
  display: block
}

.mp-bottom-menu-wrap li.mp-bottom-menu-item {
  justify-content: center;
  flex-direction: column;
  width: 25%;
  text-align: center;
  align-items: center;
  background-color: #426a7b;
  border-right: 1px solid rgba(255, 255, 255, .1);
  border-left: 1px solid rgba(255, 255, 255, .1)
}

.mp-bottom-menu-wrap li.mp-bottom-menu-item a {
  display: block;
  line-height: 20px;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 5px;
  font-family: 'Open Sans'
}

.mp-bottom-menu-wrap .mp-bottom-menu-item .ut-mm-trigger {
  text-align: center;
  float: none
}

div.mp_gift_button_wrap.mp_angebot_left {
  top: 10px;
  right: -20px;
  left: auto
}

div.mp_gift_button_wrap.mp_angebot_right {
  top: 10px;
  left: -20px
}

.mp-button-field div.mp_gift_button_wrap.mp_angebot_left,
.mp-button-field div.mp_gift_button_wrap.mp_angebot_right {
  top: -130px
}

div.mp_gift_button_wrap.mp_angebot_right.mp-clred div.mp_gift_container .mp_gift_inner,
div.mp_gift_button_wrap.mp_angebot_left.mp-clred div.mp_gift_container .mp_gift_inner {
  background-color: #e51c1c;
  background-image: linear-gradient(20deg, #e51c1c 0%, #e51c1c 50%, #ff8b8b 86%, #ff8b8b 100%)
}

div.mp_gift_button_wrap.mp_angebot_right.mp-clblue div.mp_gift_container .mp_gift_inner,
div.mp_gift_button_wrap.mp_angebot_left.mp-clblue div.mp_gift_container .mp_gift_inner {
  background-color: rgba(13, 107, 149, 1);
  background-image: linear-gradient(20deg, #336778 0%, #336778 50%, #9cb5bd 86%, #9cb5bd 100%)
}

div.mp_gift_button_wrap.mp_angebot_right.mp-clgold div.mp_gift_container .mp_gift_inner,
div.mp_gift_button_wrap.mp_angebot_left.mp-clgold div.mp_gift_container .mp_gift_inner {
  background-color: #2062a1;
  background: linear-gradient(200deg, #ac8b61 0%, #dab585 20%, #ac8b61 40%, #ac8b61 65%, #bfa57f 88%, #e8cda6 100%)
}

div.mp_gift_button_wrap.mp_angebot_right div.mp_gift_container .mp_gift_inner .mp_gift_content .mp_gift_img,
div.mp_gift_button_wrap.mp_angebot_left div.mp_gift_container .mp_gift_inner .mp_gift_content .mp_gift_img {
  margin-top: 11%
}

div.mp_gift_button_wrap {
  position: absolute;
  top: calc(100vh - 260px);
  left: 60px;
  z-index: 9
}

div.mp_gift_button_wrap2 {
  top: calc(100vh - 220px);
  left: 215px;
  z-index: 6
}

div.mp_gift_button_wrap3 {
  top: calc(100vh - 330px);
  left: 200px;
  z-index: 7
}

div.mp_gift_button_wrap div.mp_gift_container {
  position: relative;
  width: 190px;
  height: 190px
}

div.mp_gift_button_wrap2 div.mp_gift_container {
  position: relative;
  width: 155px;
  height: 155px
}

div.mp_gift_button_wrap3 div.mp_gift_container {
  position: relative;
  width: 140px;
  height: 140px
}

div.mp_gift_button_wrap div.mp_gift_container .mp_gift_inner {
  background-color: rgba(13, 107, 149, 1);
  background-image: linear-gradient(20deg, #336778 0%, #336778 50%, #9cb5bd 86%, #9cb5bd 100%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, .2)
}

div.mp_gift_button_wrap2 div.mp_gift_container .mp_gift_inner {
  background-color: #9cb5bd;
  background-image: linear-gradient(20deg, rgba(102, 141, 154, 1) 0%, rgba(102, 141, 154, 1) 50%, rgba(187, 205, 212, 1) 86%, rgba(187, 205, 212, 1) 100%)
}

div.mp_gift_button_wrap3 div.mp_gift_container .mp_gift_inner {
  background-color: #2062a1;
  background: linear-gradient(200deg, #ac8b61 0%, #dab585 20%, #ac8b61 40%, #ac8b61 65%, #bfa57f 88%, #e8cda6 100%)
}

div.mp_gift_button_wrap div.mp_gift_container .mp_gift_inner .mp_gift_content {
  width: 95%;
  height: 95%;
  display: flex;
  flex-flow: column;
  align-items: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: double 4px rgba(255, 255, 255, .3);
  text-transform: inherit;
  transform: rotate(-15deg)
}

div.mp_gift_button_wrap div.mp_gift_container .mp_gift_inner .mp_gift_content .mp_gift_img {
  margin-top: 17%;
  width: 42%
}

div.mp_gift_button_wrap div.mp_gift_container .mp_gift_inner .mp_gift_content span.mp_gift_text {
  width: 100%;
  font-size: 24px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  font-family: 'Open Sans'
}

div.mp_gift_button_wrap2 div.mp_gift_container .mp_gift_inner .mp_gift_content span.mp_gift_text {
  font-size: 21px
}

div.mp_gift_button_wrap3 div.mp_gift_container .mp_gift_inner .mp_gift_content span.mp_gift_text {
  font-size: 21px
}

div.mp_gift_button_wrap div.mp_gift_container .mp_gift_inner .mp_gift_content:hover {
  opacity: .7
}

.mp-footer-box p>a {
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  text-decoration: underline
}

.mp-lng-select img {
  line-height: 1;
  top: 0;
  position: relative;
  vertical-align: middle;
  margin-right: 5px
}

#ut-mobile-nav .lang-item a.mp-item-custom>img {
  vertical-align: middle;
  margin-right: 5px
}

.mp-pricetable-margin {
  margin-bottom: 20px
}

body#ut-sitebody .footer-content,
body#ut-sitebody .footer-content .copyright {
  font-weight: 400
}

.ut-sub-footer-content .mp-footer-right {
  float: right;
  line-height: 150%
}

.footer-content a,
#ut-sitebody .footer-content h5,
#ut-sitebody .copyright,
#ut-sitebody .copyright a {
  font-weight: 400;
  font-size: 14px;
  text-transform: none
}

#ut-sitebody .mp-footer-right a {
  padding-left: 15px
}

#ut-sitebody .mp-footer-social {
  padding-left: 20px
}

#ut-sitebody .mp-footer-social a {
  font-size: 18px
}

.ut-image-gallery-image.mp-360view .ut-video-module-play-icon {
  height: 80px;
  width: 80px;
  font-size: 22px
}

.ut-image-gallery-image.mp-360view .ut-video-play-animation-1,
.ut-image-gallery-image.mp-360view .ut-video-play-animation-2,
.ut-image-gallery-image.mp-360view .ut-video-play-animation-3,
.ut-image-gallery-image.mp-360view .ut-video-play-animation-4 {
  height: 80px;
  width: 80px
}

.ut-image-gallery-image.mp-360view .ut-video-module {
  max-width: 97%
}

.ut-image-gallery-image.mp-360view .ut-video-module-shadow {
  color: rgba(0, 0, 0, .1)
}

.ut-image-gallery-image.mp-360view .ut-video-module-shadow {
  -webkit-box-shadow: 0 0 20px;
  box-shadow: 0 0 20px
}

.ut-image-gallery-image.mp-360view .ut-video-module-caption .ut-load-video:before {
  background: rgba(0, 0, 0, .1)
}

.ut-image-gallery-image.mp-360view .ut-video-module-caption-text {
  text-align: center
}

.ut-image-gallery-image.mp-360view .ut-video-module-caption-text span {
  font-weight: 400
}

.ut-image-gallery-image.mp-360view .ut-video-module-caption-text i {
  color: #151515
}

.ut-image-gallery-image.mp-360view .ut-video-module-play-icon {
  background: #fff
}

@keyframes ut-video-play-border-animation-5fe993e77d01e {
  0% {
    -webkit-transform: scale(1);
    -moz-transofrom: scale(1);
    transform: scale(1)
  }

  50% {
    opacity: .7
  }

  75% {
    opacity: .1
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transofrom: scale(2);
    transform: scale(2)
  }
}

.ut-image-gallery-image.mp-360view .ut-video-play-animation-1 {
  border: 1px solid #fff
}

.ut-image-gallery-image.mp-360view .ut-video-play-animation-2 {
  border: 1px solid #fff
}

.ut-image-gallery-image.mp-360view .ut-video-play-animation-3 {
  border: 1px solid #fff
}

.ut-image-gallery-image.mp-360view .ut-video-play-animation-4 {
  border: 1px solid #fff
}

.ut-image-gallery-image.mp-360view .ut-video-play-animation-1.ut-video-play-animation-on {
  -webkit-animation: 3s ease-in-out .75s infinite normal none running ut-video-play-border-animation-5fe993e77d01e;
  -moz-animation: 3s ease-in-out .75s infinite normal none running ut-video-play-border-animation-5fe993e77d01e;
  animation: 3s ease-in-out .75s infinite normal none running ut-video-play-border-animation-5fe993e77d01e
}

.ut-image-gallery-image.mp-360view .ut-video-play-animation-2.ut-video-play-animation-on {
  -webkit-animation: 3s ease-in-out 1.5s infinite normal none running ut-video-play-border-animation-5fe993e77d01e;
  -moz-animation: 3s ease-in-out 1.5s infinite normal none running ut-video-play-border-animation-5fe993e77d01e;
  animation: 3s ease-in-out 1.5s infinite normal none running ut-video-play-border-animation-5fe993e77d01e
}

body .ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2 .ut-prev-gallery-slide,
body .ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2 .ut-next-gallery-slide {
  display: block
}

.mp-divided-50 .vc_row {
  background: #f7f7f7;
  padding-top: 40px !important;
  background: linear-gradient(90deg, #fcfcfc 0%, #f7f7f7 50%, #fafafa 60.001%, #fcfcfc 100%)
}

.mp-divided-50.mp-div-dark .vc_row {
  background-image: linear-gradient(120deg, #2a4e59 0%, #336778 40%, #678d99 100%) !important
}

.mp-divided-50.mp-div-dark.mp-div-alt1 .vc_row {
  background-image: linear-gradient(120deg, #78414e 0%, #78414e 50%, #996f7a 86%, #bb9fa6 100%) !important
}

.mp-divided-50.mp-div-dark.mp-div-alt2 .vc_row {
  background-image: linear-gradient(120deg, #78414e 0%, #78414e 50%, #996f7a 86%, #bb9fa6 100%) !important;
  background-image: linear-gradient(120deg, #ac8b61 0%, #ac8b61 50%, #c0a885 86%, #d5c5ae 100%) !important
}

#primary .mp-divided-50.mp-div-dark .vc_row .section-title span,
.mp-divided-50.mp-div-dark .vc_row .wpb_text_column,
.mp-divided-50.mp-div-dark .vc_row .wpb_text_column a,
.mp-divided-50.mp-div-dark .vc_row .lead p {
  color: #fff
}

.mp-divided-50 .vc_row>.vc_column_container:first-child>.vc_column-inner>.wpb_wrapper {
  border-right: 3px solid #ccc
}

.mp-divided-50 .vc_column_container.mp-box-gray>.vc_column-inner {
  padding-top: 0
}

.mp-row-extended:not(#v) {
  padding-left: calc(-750px + 50vw);
  padding-right: calc(-750px + 50vw)
}

.mp-box-dark,
.mp-box-gray,
.mp-box-light {
  padding-bottom: 40px
}

.vc_column_container.mp-box-dark>.vc_column-inner,
.vc_column_container.mp-box-gray>.vc_column-inner,
.vc_column_container.mp-box-light>.vc_column-inner {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 30px
}

.vc_column_container.mp-box-dark>.vc_column-inner {
  background: #2062a1
}

.vc_column_container.mp-box-gray>.vc_column-inner {
  background: #f7f5f3
}

.vc_column_container.mp-box-gray.mp-box-transparent>.vc_column-inner {
  background: 0 0
}

.vc_column_container.mp-box-dark.mp-box-moveleft>.vc_column-inner,
.vc_column_container.mp-box-dark.mp-box-moveright>.vc_column-inner {
  background: #2062a1;
  background-image: linear-gradient(150deg, #2062a1 0%, #336778 30%, #7b9da7 100%)
}

.vc_column_container.mp-box-gray.mp-box-moveleft>.vc_column-inner,
.vc_column_container.mp-box-gray.mp-box-moveright>.vc_column-inner {
  background: #f7f7f7;
  background: linear-gradient(165deg, #f5f5f5 0%, #fcfcfc 40%, #fcfcfc 100%)
}

.vc_column_container.mp-box-dark.mp-box-alt.mp-box-moveleft>.vc_column-inner,
.vc_column_container.mp-box-dark.mp-box-alt.mp-box-moveright>.vc_column-inner {
  background: #78404e;
  background: linear-gradient(142deg, #643640 0%, #78414e 65%, #8e606b 100%)
}

.mp-referenz-box {
  background: #f7f7f7;
  background: linear-gradient(165deg, #f5f5f5 0%, #fcfcfc 40%, #fcfcfc 100%);
  padding-top: 40px
}

.mp-referenz-box .wpb_content_element.ut-animate-image {
  margin-top: 30px;
  margin-bottom: 10px;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .1)
}

#primary .vc_column_container.mp-box-gray.mp-box-alt.mp-box-moveleft .section-title,
#primary .vc_column_container.mp-box-gray.mp-box-alt.mp-box-moveright .section-title {
  color: #78404e
}

#primary .vc_column_container.mp-box-gray.mp-box-alt .pt-style-2:not(.page-header):not(.csection-title) .section-title span:after,
#primary .vc_column_container.mp-box-dark.mp-box-alt .pt-style-2:not(.page-header):not(.csection-title) .section-title span:after,
#primary .mp-section-blue-new.mp-section-alt .pt-style-2:not(.page-header):not(.csection-title) .section-title span:after,
#primary .mp-divided-50.mp-div-dark.mp-div-alt1 .pt-style-2:not(.page-header):not(.csection-title) .section-title span:after {
  background-color: #bba0a6
}

.vc_column_container.mp-box-dark.mp-box-alt2.mp-box-moveleft>.vc_column-inner,
.vc_column_container.mp-box-dark.mp-box-alt2.mp-box-moveright>.vc_column-inner {
  background: #2062a1;
  background: linear-gradient(142deg, rgba(172, 139, 97, 1) 0%, rgba(180, 150, 113, 1) 70%, rgba(197, 174, 144, 1) 100%)
}

#primary .vc_column_container.mp-box-gray.mp-box-alt2.mp-box-moveleft .section-title,
#primary .vc_column_container.mp-box-gray.mp-box-alt2.mp-box-moveright .section-title {
  color: #8e785b
}

#primary .vc_column_container.mp-box-gray.mp-box-alt2 .pt-style-2:not(.page-header):not(.csection-title) .section-title span:after,
#primary .vc_column_container.mp-box-dark.mp-box-alt2 .pt-style-2:not(.page-header):not(.csection-title) .section-title span:after,
#primary .mp-section-blue-new.mp-section-alt2 .pt-style-2:not(.page-header):not(.csection-title) .section-title span:after,
#primary .mp-divided-50.mp-div-dark.mp-div-alt2 .pt-style-2:not(.page-header):not(.csection-title) .section-title span:after {
  background-color: #d5c5b0
}

.vc_column_container.mp-box-dark.mp-box-alt3.mp-box-moveleft>.vc_column-inner,
.vc_column_container.mp-box-dark.mp-box-alt3.mp-box-moveright>.vc_column-inner {
  background: #2e599b;
  background: linear-gradient(142deg, rgba(46, 89, 155, 1) 0%, rgba(67, 105, 165, 1) 70%, rgba(109, 139, 185, 1) 100%)
}

#primary .vc_column_container.mp-box-gray.mp-box-alt3.mp-box-moveleft .section-title,
#primary .vc_column_container.mp-box-gray.mp-box-alt3.mp-box-moveright .section-title {
  color: #2e599b
}

#primary .vc_column_container.mp-box-gray.mp-box-alt3 .pt-style-2:not(.page-header):not(.csection-title) .section-title span:after,
#primary .vc_column_container.mp-box-dark.mp-box-alt3 .pt-style-2:not(.page-header):not(.csection-title) .section-title span:after {
  background-color: #96accd
}

.vc_column_container.mp-box-light>.vc_column-inner {
  background: #fff
}

.mp-box-dark .bklyn-btn,
.mp-box-dark .wpb_button,
.mp-box-dark .wpb_content_element,
.mp-box-dark ul.wpb_thumbnails-fluid>li,
.vc_icon_element,
.mp-box-light .bklyn-btn,
.mp-box-light .wpb_button,
.mp-box-light .wpb_content_element,
.mp-box-light ul.wpb_thumbnails-fluid>li,
.vc_icon_element,
.mp-box-gray .bklyn-btn,
.mp-box-gray .wpb_button,
.mp-box-gray .wpb_content_element,
.mp-box-gray ul.wpb_thumbnails-fluid>li,
.vc_icon_element {
  margin-bottom: 30px
}

.mp-box-moveleft,
.mp-box-moveright {
  margin-top: 60px;
  z-index: 9
}

.vc_column_container.mp-box-moveleft>.vc_column-inner,
.vc_column_container.mp-box-moveright>.vc_column-inner {
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  min-height: 400px
}

.vc_column_container.mp-box-moveleft>.vc_column-inner {
  margin-left: -130px;
  margin-right: 20px
}

.vc_column_container.mp-box-moveright>.vc_column-inner {
  margin-right: -130px;
  margin-left: 20px
}

.mp-section-overlay .vc_column_container>.vc_column-inner {
  padding-right: 60px
}

.mp-section-overlay:before,
.mp-section-overlay2:before {
  content: " ";
  display: block;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-repeat: repeat;
  position: absolute;
  background: rgba(51, 103, 120, .85)
}

.mp-section-overlay2:before {
  left: 50%
}

.mp-section-overlay2 .mp-box-white {
  padding-left: 30px
}

.mp-section-imagebox>.vc_row>.vc_column_container {
  background-color: rgba(51, 103, 120, .85);
  padding-top: 40px;
  padding-left: 80px;
  padding-bottom: 20px;
  padding-right: 80px
}

.mp-scale-height {
  padding-bottom: 40px
}

.mp-scale-height .wpb_wrapper,
.mp-scale-height .wpb_wrapper * {
  height: 100%
}

.mp-scale-height .wpb_wrapper img {
  object-fit: cover
}

#primary .mp-section-blue .section-title,
#ut-custom-hero .mp-section-blue .section-title,
#ut-custom-contact-section .mp-section-blue .section-title,
.mp-section-blue .wpb_text_column,
.mp-section-blue .lead p,
#primary .mp-box-dark .section-title,
#ut-custom-hero .mp-box-dark .section-title,
#ut-custom-contact-section .mp-box-dark .section-title,
.mp-box-dark .wpb_text_column,
.mp-box-dark .lead p,
#primary .mp-box-white .section-title,
#ut-custom-hero .mp-box-white .section-title,
#ut-custom-contact-section .mp-box-white .section-title,
.mp-box-white .wpb_text_column,
.mp-box-white .lead p,
.mp-row-textwhite .lead p,
.mp-row-textwhite .wpb_text_column,
.mp-box-dark .bklyn-fancy-list li,
.mp-box-dark .bklyn-fancy-list li a,
.mp-box-dark .bklyn-fancy-list li .fa:not(#a),
.mp-section-image .bklyn-fancy-list li,
.mp-section-image .bklyn-fancy-list li a,
.mp-section-image .bklyn-fancy-list li .fa:not(#a) {
  color: #fff
}

.wpb_content_element h2:not(.section-title):not(.ut-accordion-module-heading),
.wpb_content_element h3:not(.section-title):not(.ut-accordion-module-heading),
.wpb_content_element h4:not(.section-title):not(.ut-accordion-module-heading),
.wpb_content_element .h3:not(.section-title):not(.ut-accordion-module-heading) {
  margin-top: 1.5em
}

.hero-down-arrow {
  opacity: .697442;
  border: 3px solid #fff;
  border-radius: 50%
}

.hero-down-arrow a {
  width: 30px;
  height: 30px;
  display: inline-block
}

.hero-down-arrow a .Bklyn-Core-Down-3:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  content: "\f078";
  top: -1px;
  display: inline-block;
  position: relative
}

#header-section.ha-transparent,
#header-section.ha-transparent:hover {
  background: rgba(51, 103, 120, .01)
}

#header-section.ha-transparent a {
  color: #fff;
  color: rgba(255, 255, 255, .8)
}

#header-section.ha-transparent .selected,
#header-section.ha-transparent .selected:hover,
#header-section.ha-transparent .selected:active {
  color: #fff;
  color: rgba(255, 255, 255, 1)
}

#primary h1.section-title,
#ut-custom-hero h1.section-title,
#ut-custom-contact-section h1.section-title,
#primary h2.section-title,
#ut-custom-hero h2.section-title,
#ut-custom-contact-section h2.section-title,
#primary h3.section-title,
#ut-custom-hero h3.section-title,
#ut-custom-contact-section h3.section-title,
#primary p.section-title,
#ut-custom-hero p.section-title,
#ut-custom-contact-section p.section-title {
  font-size: 32px !important;
  line-height: 1.3 !important
}

.mp-section-image img,
.mp-box-white img,
.mp-section-blue img {
  max-width: 250px
}

#ut-sitebody #ut-hero .hdh {
  margin-bottom: 30px;
  padding-top: 50px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, .9);
  overflow: visible !important
}

.mp-hdh {
  font-size: 62px;
  line-height: 1.2;
  word-break: break-word;
  word-wrap: break-word;
  hyphens: auto
}

.mp-hdb {
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: 1.5px;
  word-break: break-word;
  word-wrap: break-word
}

body .site-logo img {
  max-height: 64px
}

#ut-sitebody #ut-hero .hdb {
  text-shadow: 0px 0px 20px rgba(0, 0, 0, .9);
  padding-bottom: 20px;
  margin-top: -10px;
  overflow: visible !important
}

#ut-sitebody .ut-hero-style-5 .hero-description {
  border: none
}

#ut-sitebody .lead {
  margin-top: 12px !important
}

.pt-style-2 .page-title span>span:after,
.pt-style-2 .parallax-title span>span:after,
.pt-style-2 .section-title span>span:after {
  display: none
}

.page-template-page-blau .bklyn-fancy-list .fa:not(#a) {
  color: #336799
}

.page-template-page-blau #primary .vc_section:not(.mp-iconbox):not(.mp-section-overlay):not(.mp-section-image):not(.mp-footer-box):not(.mp-div-dark) .wpb_column:not(.mp-box-dark) .section-title,
.page-template-page-blau #ut-custom-hero .vc_section:not(.mp-iconbox):not(.mp-section-overlay):not(.mp-section-image):not(.mp-footer-box):not(.mp-div-dark) .wpb_column:not(.mp-box-dark) .section-title,
.page-template-page-blau #ut-custom-contact-section .vc_section:not(.mp-iconbox):not(.mp-section-overlay):not(.mp-section-image):not(.mp-footer-box):not(.mp-div-dark) .wpb_column:not(.mp-box-dark) .section-title {
  color: #336799;
  background: linear-gradient(159deg, #41559b 0%, #4aa4f1 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.page-template-page-blau .vc_section:not(.mp-iconbox) .pt-style-2:not(.page-header):not(.csection-title) .section-title span:after,
.page-template-page-blau .vc_section:not(.mp-iconbox) .pt-style-2:not(.page-header):not(.csection-title) .section-title span:after,
.page-template-page-blau .vc_section:not(.mp-iconbox) .pt-style-2:not(.page-header):not(.csection-title) .section-title span:after {
  background-color: #3b7ebd
}

.page-template-page-blau .vc_section:not(.mp-iconbox) .mp-box-dark .pt-style-2:not(.page-header):not(.csection-title) .section-title span:after,
.page-template-page-blau .vc_section:not(.mp-iconbox) .mp-box-dark .pt-style-2:not(.page-header):not(.csection-title) .section-title span:after,
.page-template-page-blau .vc_section:not(.mp-iconbox) .mp-box-dark .pt-style-2:not(.page-header):not(.csection-title) .section-title span:after {
  background-color: #fff
}

.page-template-page-blau .lead a,
.page-template-page-blau .logged-in-as a,
.page-template-page-blau .wpb_text_column a,
.page-template-page-blau .section-title a,
.page-template-page-blau .ut-twitter-rotator h2 a,
.page-template-page-blau .ut-vc-disabled .entry-content a:not(.checkout-button):not(.woocommerce-Button),
.page-template-page-blau .comment-content a:not(.more-link),
.page-template-page-blau .ut-accordion-module-inner.entry-content a,
.page-template-page-blau .type-post .entry-content :not(.tags-links) a:not(.more-link):not([class*=mashicon-]):not(.ut-slider-maximize):not(.ut-prev-gallery-slide):not(.ut-next-gallery-slide):not(.ut-owl-video-play-icon):not(.owl-item-link):not(.flex-prev):not(.flex-next) {
  color: #336799
}

.page-template-page-blau .mp-section-blue-new>.vc_row:not(.mp-row-white) {
  background-image: linear-gradient(to right, #f5f5f5 0%, #f7f7f7 50%, #fafafa 60%, #fdfdfd 100%) !important
}

.page-template-page-blau .mp-section-blue-new.mp-section-color>.vc_row:not(.mp-row-white) {
  background: linear-gradient(159deg, #41559f 0%, #4396dd 100%) !important
}

.page-template-page-blau .mp-section-blue-new.mp-section-reverse>.vc_row:not(.mp-row-white) {
  background-image: linear-gradient(to left, #f5f5f5 0%, #f7f7f7 50%, #fcfcfc 60%, #fcfcfc 100%) !important
}

.page-template-page-blau .mp-section-blue-new.mp-section-reverse.mp-section-color>.vc_row:not(.mp-row-white) {
  background: linear-gradient(159deg, #41559f 0%, #4396dd 100%) !important
}

.page-template-page-blau .mp-divided-50.mp-div-dark .vc_row {
  background: linear-gradient(290deg, #ac8b61 0%, #dab585 20%, #ac8b61 40%, #ac8b61 65%, #bfa57f 88%, #e8cda6 100%) !important
}

.page-template-page-blau .vc_column_container.mp-box-dark.mp-box-moveleft>.vc_column-inner,
.page-template-page-blau .vc_column_container.mp-box-dark.mp-box-moveright>.vc_column-inner {
  background-image: linear-gradient(159deg, #41559f 0%, #4396dd 100%)
}

.page-template-page-blau .mp-section-overlay:before,
.page-template-page-blau .mp-section-overlay2:before {
  background-color: rgba(13, 107, 149, .85)
}

.page-template-page-blau .ut-image-gallery:not(#f) .ut-image-gallery-item.ut-animation-done:hover .ut-image-gallery-image-caption,
.page-template-page-blau .ut-image-gallery:not(#f) .ut-image-gallery-item.ut-element-is-animating:hover .ut-image-gallery-image-caption {
  background: rgba(51, 103, 153, .85)
}

.page-template-page-blau .bklyn-btn:not(#c) {
  color: #336799 !important;
  border-color: #336799 !important;
  border-width: 2px !important;
  background-color: transparent !important;
  border-radius: 30px
}

.page-template-page-blau .bklyn-btn:not(#c):hover,
.page-template-page-blau .bklyn-btn:not(#c):active,
.page-template-page-blau .bklyn-btn:not(#c):focus {
  color: #fff !important;
  border-color: #336799 !important;
  background-color: #336799 !important
}

.page-template-page-blau .mp-box-dark .bklyn-btn:not(#c),
.page-template-page-blau .mp-box-white .bklyn-btn:not(#c) {
  color: #fff !important;
  border-color: #fff !important;
  border-width: 2px !important;
  background-color: transparent !important
}

.page-template-page-blau .mp-box-dark .bklyn-btn:not(#c):hover,
.page-template-page-blau .mp-box-dark .bklyn-btn:not(#c):active,
.page-template-page-blau .mp-box-dark .bklyn-btn:not(#c):focus,
.page-template-page-blau .mp-box-white .bklyn-btn:not(#c):hover,
.page-template-page-blau .mp-box-white .bklyn-btn:not(#c):active,
.page-template-page-blau .mp-box-white .bklyn-btn:not(#c):focus {
  color: #336799 !important;
  border-color: #fff !important;
  background-color: #fff !important
}

.page-template-page-blau .ut-fancy-image:not(#c) {
  background: #336799
}

.page-template-page-blau #header-section .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-border ul.sub-menu li a>span:after,
.page-template-page-blau #header-section .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-border .ut-navigation-column-list li a>span:after {
  border-bottom: 2px solid #d5c5b0
}

.page-template-page-champagner .bklyn-fancy-list .fa:not(#a) {
  color: #2062a1
}

.page-template-page-champagner .mp-section-blue-new>.vc_row:not(.mp-row-white) {
  background-image: linear-gradient(110deg, #f9e9d3 0%, #f8f1e8 17%, #faf6f0 37%, #f6e9d7 55%, #faead3 66%, #f5e3cd 73%, #fbf5ea 85%, #fae9d2 100%) !important
}

.page-template-page-champagner .mp-section-blue-new.mp-section-color>.vc_row:not(.mp-row-white) {
  background-image: linear-gradient(110deg, #f9e9d3 0%, #f8f1e8 17%, #faf6f0 37%, #f6e9d7 55%, #faead3 66%, #f5e3cd 73%, #fbf5ea 85%, #fae9d2 100%) !important
}

.page-template-page-champagner .mp-section-blue-new.mp-section-reverse>.vc_row:not(.mp-row-white) {
  background-image: linear-gradient(-110deg, #f9e9d3 0%, #f8f1e8 17%, #faf6f0 37%, #f6e9d7 55%, #faead3 66%, #f5e3cd 73%, #fbf5ea 85%, #fae9d2 100%) !important
}

.page-template-page-champagner .mp-section-blue-new.mp-section-reverse.mp-section-color>.vc_row:not(.mp-row-white) {
  background-image: linear-gradient(-110deg, #f9e9d3 0%, #f8f1e8 17%, #faf6f0 37%, #f6e9d7 55%, #faead3 66%, #f5e3cd 73%, #fbf5ea 85%, #fae9d2 100%) !important
}

.page-template-page-champagner .mp-divided-50.mp-div-dark .vc_row {
  background-image: linear-gradient(120deg, #2a4e59 0%, #336778 40%, #678d99 100%) !important
}

.page-template-page-champagner .vc_column_container.mp-box-gray.mp-box-moveleft>.vc_column-inner,
.page-template-page-champagner .vc_column_container.mp-box-gray.mp-box-moveright>.vc_column-inner {
  background: linear-gradient(110deg, #f4d4a8 0%, #f2e5d3 17%, #f7eee3 67%, #eed5b1 90%, #f7d6a9 100%) !important
}

.page-template-page-champagner .vc_column_container.mp-box-dark.mp-box-moveleft>.vc_column-inner,
.page-template-page-champagner .vc_column_container.mp-box-dark.mp-box-moveright>.vc_column-inner {
  background-image: linear-gradient(110deg, #f4d4a8 0%, #f2e5d3 17%, #f7eee3 67%, #eed5b1 90%, #f7d6a9 100%) !important
}

.page-template-page-champagner .mp-section-overlay:before,
.page-template-page-champagner .mp-section-overlay2:before {
  background-color: rgba(51, 103, 120, .85)
}

.page-template-page-champagner .ut-image-gallery:not(#f) .ut-image-gallery-item.ut-animation-done:hover .ut-image-gallery-image-caption,
.page-template-page-champagner .ut-image-gallery:not(#f) .ut-image-gallery-item.ut-element-is-animating:hover .ut-image-gallery-image-caption {
  background: rgba(51, 103, 120, .85)
}

.page-template-page-champagner .bklyn-btn:not(#c) {
  color: #444 !important;
  border-color: #444 !important;
  border-width: 2px !important;
  background-color: transparent !important;
  border-radius: 30px
}

.page-template-page-champagner .bklyn-btn:not(#c):hover,
.page-template-page-champagner .bklyn-btn:not(#c):active,
.page-template-page-champagner .bklyn-btn:not(#c):focus {
  color: #fff !important;
  border-color: rgba(228, 31, 71, 1) !important;
  background-color: rgba(228, 31, 71, 1) !important
}

.page-template-page-champagner .mp-box-dark .bklyn-btn:not(#c),
.page-template-page-champagner .mp-box-white .bklyn-btn:not(#c) {
  color: #fff !important;
  border-color: #fff !important;
  border-width: 2px !important;
  background-color: transparent !important
}

.page-template-page-champagner .mp-box-dark .bklyn-btn:not(#c):hover,
.page-template-page-champagner .mp-box-dark .bklyn-btn:not(#c):active,
.page-template-page-champagner .mp-box-dark .bklyn-btn:not(#c):focus,
.page-template-page-champagner .mp-box-white .bklyn-btn:not(#c):hover,
.page-template-page-champagner .mp-box-white .bklyn-btn:not(#c):active,
.page-template-page-champagner .mp-box-white .bklyn-btn:not(#c):focus {
  color: rgba(228, 31, 71, 1) !important;
  border-color: #fff !important;
  background-color: #fff !important
}

.page-template-page-champagner .ut-fancy-image:not(#c) {
  background: #2062a1
}

.page-template-page-champagner #header-section .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-border ul.sub-menu li a>span:after,
.page-template-page-champagner #header-section .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-border .ut-navigation-column-list li a>span:after {
  border-bottom: 2px solid #9cb5bd
}

.ut-footer-area ul.sidebar a {
  font-size: 15px
}

.vc_section:not(#f) {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-top: 80px !important;
  padding-bottom: 50px !important
}

.vc_section.mp-section-dark:not(#f) {
  padding-top: 0 !important;
  padding-bottom: 50px !important
}

.vc_section.mp-section-blue-new:not(#f) {
  padding-top: 60px !important;
  padding-bottom: 30px !important
}

.vc_section.mp-section-movetop:not(#f) {
  margin-bottom: -60px !important;
  margin-top: 50px !important;
  padding-top: 80px !important;
  padding-bottom: 0 !important
}

.vc_section.mp-section-movetop-big:not(#f) {
  margin-bottom: -60px !important;
  margin-top: 150px !important;
  padding-top: 80px !important;
  padding-bottom: 0 !important
}

.vc_section.mp-section-image:not(#f) {
  margin-top: 20px !important;
  margin-bottom: 10px !important
}

.vc_section.mp-section-overlay:not(#f) {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.vc_section.mp-section-imagebox:not(#f) {
  margin-bottom: 20px !important;
  margin-top: 40px !important;
  padding-top: 400px !important;
  padding-bottom: 80px !important
}

.vc_section.mp-footer-box:not(#f) {
  padding-top: 120px !important;
  padding-bottom: 60px !important
}

.vc_section.mp-footer-box .mp-footer-logo img {
  max-width: 260px
}

.vc_section.mp-logobox:not(#f) {
  padding-top: 50px !important;
  padding-bottom: 20px !important
}

.vc_section.mp-iconbox:not(#f) {
  padding-top: 80px !important;
  padding-bottom: 70px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.vc_section.mp-divided-50:not(#f) {
  margin-bottom: 60px !important;
  margin-top: 0 !important;
  padding-top: 50px !important;
  padding-bottom: 50px !important
}

.vc_section.mp-divided-50:not(#f)>.vc_row {
  padding-top: 70px !important;
  padding-bottom: 30px !important
}

.vc_row.mp-mainrow-space:not(#f) {
  padding-top: 20px !important;
  padding-bottom: 30px !important
}

body .vc_section.mp-spacing-top0:not(#f) {
  padding-top: 0 !important;
  margin-top: 0 !important
}

body .vc_section.mp-spacing-bottom0:not(#f) {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important
}

body .vc_section.mp-spacing-mtop0:not(#f) {
  margin-top: 0 !important
}

body .vc_section.mp-spacing-mbottom0:not(#f) {
  margin-bottom: 0 !important
}

body .vc_section.mp-spacing-ptop0:not(#f) {
  padding-top: 0 !important
}

body .vc_section.mp-spacing-pbottom0:not(#f) {
  padding-bottom: 0 !important
}

body .vc_section.mp-spacing-mbottom110:not(#f) {
  margin-bottom: 110px !important
}

body .vc_section.mp-spacing-mbottom40:not(#f) {
  margin-bottom: 40px !important
}

.ut-primary-custom-skin .ut-header-extra-module-buttons .bklyn-btn.bklyn-btn-outline:not(#c) {
  color: #fff !important;
  border-color: #fff !important;
  border-width: 2px !important;
  background-color: transparent !important
}

.ut-primary-custom-skin .ut-header-extra-module-buttons .bklyn-btn.bklyn-btn-outline:not(#c):hover,
.ut-primary-custom-skin .ut-header-extra-module-buttons .bklyn-btn.bklyn-btn-outline:not(#c):active,
.ut-primary-custom-skin .ut-header-extra-module-buttons .bklyn-btn.bklyn-btn-outline:not(#c):focus {
  color: #fff !important;
  border-color: #2062a1 !important;
  background-color: #2062a1 !important
}

.ut-secondary-custom-skin .ut-header-extra-module-buttons .bklyn-btn.bklyn-btn-outline:not(#c) {
  color: #2062a1 !important;
  border-color: #2062a1 !important;
  border-width: 2px !important;
  background-color: transparent !important
}

.ut-secondary-custom-skin .ut-header-extra-module-buttons .bklyn-btn.bklyn-btn-outline:not(#c):hover,
.ut-secondary-custom-skin .ut-header-extra-module-buttons .bklyn-btn.bklyn-btn-outline:not(#c):active,
.ut-secondary-custom-skin .ut-header-extra-module-buttons .bklyn-btn.bklyn-btn-outline:not(#c):focus {
  color: #fff !important;
  border-color: #2062a1 !important;
  background-color: #2062a1 !important
}

.page-template-page-blau .footer.ut-footer-custom,
.page-template-page-blau section.mp-footer-box:not(#f) {
  background: #2062a1;
  background: #2062a1 url(https://www.coaching-germany.de/wp-content/uploads/2022/07/coaching-training-mumme-footer.jpeg) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important
}

.page-template-page-champagner .footer.ut-footer-custom,
.page-template-page-champagner section.mp-footer-box:not(#f) {
  background: #2062a1;
  background: #2062a1 url(https://www.coaching-germany.de/wp-content/uploads/2022/07/coaching-training-mumme-footer.jpeg) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important
}

.footer.ut-footer-custom:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, .55)
}

#ut-sitebody .ut-footer-area {
  z-index: 2;
  position: relative
}

.footer .footer-content {
  z-index: 2;
  position: relative;
  padding-bottom: 20px
}

body#ut-sitebody.ut-hero-image-animated #header-section:not(.ut-hero-passed),
body#ut-sitebody #header-section:not(.ut-hero-passed) {
  visibility: visible;
  animation: none
}

body#ut-sitebody.ut-hero-image-preloaded #ut-hero .parallax-scroll-container {
  visibility: visible
}

body#ut-sitebody:not(.ut-bklyn-site-with-preloader) #ut-hero .parallax-overlay {
  opacity: 1;
  transition: none
}

body#ut-sitebody #ut-hero {
  transition: none
}

.mp-servicebox .wpb_wrapper .ut-service-column {
  margin-top: 30px !important
}

.mp-servicebox .wpb_wrapper .ut-service-icon-large {
  width: auto
}

.mp-servicebox .wpb_wrapper .ut-service-icon-large.ut-custom-icon img {
  max-width: 100%
}

.mp-servicebox .ut-service-column ins {
  background: 0 0;
  color: #999
}

.mp-servicebox .wpb_wrapper .ut-service-column>p {
  margin-top: 5px;
  margin-bottom: 10px
}

.mp-servicebox .wpb_wrapper .ut-service-column>p.ut-service-column-title:not(#a) {
  color: #222 !important;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 170% !important;
  font-size: 20px !important;
  font-family: "Raleway";
  margin-top: 0
}

.mp-servicebox .wpb_wrapper .ut-service-column>p:last-child {
  margin-top: 20px
}

.mp-section-leistung .wpb_wrapper .ut-fancy-image-wrap {
  margin-bottom: 28px
}

.vc_section.mp-section-leistung:not(#f) {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

figure.ut-fancy-image .h3 {
  margin-bottom: 20px;
  font-family: "Raleway";
  font-weight: 400;
  font-size: 21px;
  letter-spacing: -.03em;
  color: rgba(51, 51, 51, 1);
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  -o-transition: transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  margin: 0;
  opacity: 1;
  overflow: visible
}

body .mp-section-leistung figure.ut-fancy-image figcaption {
  justify-content: flex-end;
  padding-bottom: 40px
}

body figure.ut-fancy-image h3,
body figure.ut-fancy-image .h3 {
  font-family: "Raleway";
  font-size: 25px;
  line-height: 32px;
  letter-spacing: .04em;
  color: rgba(51, 51, 51, 1)
}

body figure.ut-fancy-image h3,
body figure.ut-fancy-image .h3 {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  text-shadow: 0px 0px 25px rgba(0, 0, 0, 1)
}

body figure.ut-fancy-image p {
  font-family: "Raleway";
  font-weight: 200;
  font-size: 19px;
  line-height: 30px;
  height: 40px;
  overflow: visible
}

body figure.ut-fancy-image:hover h3,
body figure.ut-fancy-image:hover .h3 {
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0)
}

body figure.ut-fancy-image:hover p {
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0)
}

body .mp-section-leistung figure.ut-fancy-image p {
  white-space: break-spaces;
  padding-left: 40px;
  padding-right: 40px
}

body .mp-section-leistung figure.ut-fancy-image h3,
body .mp-section-leistung figure.ut-fancy-image .h3 {
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  white-space: break-spaces
}

.vc_section.mp-section-condensed:not(#f) .vc_row {
  margin-top: 0
}

.vc_section.mp-section-condensed:not(#f) .vc_row.vc_row-has-fill {
  padding-top: 40px;
  padding-bottom: 0;
  margin-bottom: 60px;
  margin-top: 20px
}

.vc_section.mp-section-angebot strong {
  font-family: "Raleway";
  font-weight: 800
}

.mp-price-element {
  font-family: "Poppins";
  line-height: 1.3
}

.mp-price-element .mp-price-old {
  font-weight: 200;
  text-decoration: line-through;
  font-size: 19px;
  display: inline-block
}

.mp-price-element .mp-price-new {
  font-weight: 600;
  font-size: 34px;
  color: rgba(195, 169, 96, 1);
  display: inline-block
}

.mp-price-element .mp-price-rebate {
  display: inline-block;
  margin-top: 3px;
  font-weight: 200;
  padding-bottom: 10px
}

.mp-price-element .mp-price-limit {
  display: inline-block;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px
}

.mp-price-element.section-header {
  padding-top: 15px;
  margin-bottom: -10px
}

.mp-price-element.section-header .section-title:not(#a) {
  font-weight: 600 !important
}

@media only screen and (min-width:1025px) and (max-width:1680px) {

  body [class*=ut-megamenu-grid-row-5]>[class^=ut-megamenu-grid-col],
  body [class*=ut-megamenu-grid-row-5]>[class*=ut-megamenu-grid-col-] {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%
  }
}

@media only screen and (min-width:1350px) {
  #main-content section .mp-side-padding {
    padding-right: 35px !important;
    padding-left: 35px !important
  }
}

@media only screen and (max-width:1350px) {
  body .ut-main-navigation-link {
    padding-left: 13px;
    padding-right: 13px
  }

  body #header-section #navigation-secondary.ut-horizontal-navigation a,
  body #header-section #navigation.ut-horizontal-navigation a {
    font-size: 14px;
    letter-spacing: .06em
  }

  div.mp_gift_button_wrap {
    top: calc(100vh - 220px);
    left: 30px
  }

  div.mp_gift_button_wrap2 {
    top: calc(100vh - 190px);
    left: 165px
  }

  div.mp_gift_button_wrap3 {
    top: calc(100vh - 280px);
    left: 140px
  }

  div.mp_gift_button_wrap div.mp_gift_container {
    position: relative;
    width: 160px;
    height: 160px
  }

  div.mp_gift_button_wrap2 div.mp_gift_container {
    position: relative;
    width: 130px;
    height: 130px
  }

  div.mp_gift_button_wrap3 div.mp_gift_container {
    position: relative;
    width: 120px;
    height: 120px
  }

  div.mp_gift_button_wrap div.mp_gift_container .mp_gift_inner .mp_gift_content .mp_gift_img {
    margin-top: 15%
  }

  div.mp_gift_button_wrap div.mp_gift_container .mp_gift_inner .mp_gift_content span.mp_gift_text {
    font-size: 19px;
    margin-top: 4px
  }

  div.mp_gift_button_wrap2 div.mp_gift_container .mp_gift_inner .mp_gift_content span.mp_gift_text,
  div.mp_gift_button_wrap3 div.mp_gift_container .mp_gift_inner .mp_gift_content span.mp_gift_text {
    font-size: 17px
  }
}

@media only screen and (max-width:1180px) {
  body .ut-main-navigation-link {
    padding-left: 8px;
    padding-right: 5px
  }

  body #header-section #navigation-secondary.ut-horizontal-navigation a,
  body #header-section #navigation.ut-horizontal-navigation a {
    font-size: 14px;
    letter-spacing: .02em
  }

  #ut-sitebody #ut-hero .hdh {
    padding-top: 15px
  }
}

@media only screen and (max-width:1100px) {
  body .bkly-testimonials-style2 .bklyn-testimonials-avatar {
    height: 260px;
    width: 260px
  }

  body .ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2 .ut-prev-gallery-slide,
  body .ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2 .ut-next-gallery-slide {
    margin-top: 20px
  }

  p.section-title span {
    font-size: 80%;
    line-height: 1.25;
    display: inline-block
  }
}

@media only screen and (max-width:1024px) {
  body .bkly-testimonials-style2 .bklyn-testimonials-avatar {
    height: 330px;
    width: 330px
  }

  body .ut-header-light .site-logo {
    height: 80px !important;
    line-height: 80px !important
  }

  body .ut-header-light .site-logo img {
    max-height: 80px
  }

  .ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2 .bklyn-about-testimonials-author {
    display: block !important;
    margin-top: 30px !important
  }

  .bkly-testimonials-style2 .bklyn-testimonials-author-wrap {
    display: block !important
  }

  .bklyn-testimonials-button.bklyn-btn-holder {
    text-align: center !important
  }

  .mp-bottom-menu-wrap {
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 10001;
    display: block
  }

  div.mp_gift_button_wrap {
    top: calc(100vh - 230px);
    left: 30px
  }

  div.mp_gift_button_wrap2 {
    top: calc(100vh - 200px);
    left: 165px
  }

  div.mp_gift_button_wrap3 {
    top: calc(100vh - 290px);
    left: 140px
  }

  .ut-scroll-pane {
    padding-bottom: 80px
  }

  #ut-mobile-menu {
    padding-bottom: 180px
  }

  .footer .footer-content {
    padding-bottom: 120px
  }

  .vc_column_container.mp-box-dark>.vc_column-inner,
  .vc_column_container.mp-box-gray>.vc_column-inner,
  .vc_column_container.mp-box-light>.vc_column-inner {
    padding-left: 20px;
    padding-right: 20px
  }

  .mp-section-overlay2 .mp-box-white {
    padding-left: 0
  }

  #primary h1.section-title,
  #ut-custom-hero h1.section-title,
  #ut-custom-contact-section h1.section-title,
  #primary h2.section-title,
  #ut-custom-hero h2.section-title,
  #ut-custom-contact-section h2.section-title,
  #primary h3.section-title,
  #ut-custom-hero h3.section-title,
  #ut-custom-contact-section h3.section-title,
  #primary p.section-title,
  #ut-custom-hero p.section-title,
  #ut-custom-contact-section p.section-title {
    font-size: 28px !important;
    line-height: 1.3 !important
  }

  .mp-hdh {
    font-size: 56px
  }

  .mp-hdb {
    font-size: 34px
  }

  body .site-logo img {
    max-height: 60px
  }

  #header-section.ut-header-light {
    position: fixed !important
  }
}

@media only screen and (max-width:960px) {
  #headercontact .mp-hidemobile {
    display: none
  }

  #headercontact .mp-onlymobile {
    display: block
  }

  .ut-sub-footer-content .mp-footer-right {
    float: none;
    display: block;
    margin-bottom: 40px
  }
}

@media only screen and (max-width:767px) {
  #ut-sitebody .lead {
    font-size: 17px;
    line-height: 31px;
    padding: 0 !important;
    text-align: center
  }

  body .ut-header-light .site-logo {
    height: 60px !important;
    line-height: 60px !important
  }

  body .ut-header-light .site-logo img {
    max-height: 60px
  }

  #main-content section>.mp-row-middle {
    margin-top: 20px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important
  }

  #main-content section>.mp-row-bottom {
    margin-top: 80px !important
  }

  #main-content section>.mp-row-green {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    margin-top: 20px !important
  }

  #main-content section>.mp-row-quote {
    padding-top: 80px !important;
    padding-bottom: 40px !important
  }

  #main-content section.mp-section-chalets {
    padding-top: 80px !important;
    padding-bottom: 0 !important
  }

  #main-content section .mp-sidefull-text {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
    padding-left: 20px !important;
    padding-right: 20px !important
  }

  #main-content section .mp-sidefull-image>.vc_column-inner {
    padding-top: 200px !important;
    padding-bottom: 200px !important
  }

  body .bklyn-testimonials-quote p {
    font-size: 15px
  }

  body .bklyn-btn.bklyn-btn-normal {
    font-size: 13px
  }

  body figure.ut-fancy-image img,
  body .ut-image-gallery-module div.ut-image-gallery-image img {
    height: 60vw;
    position: relative
  }

  body figure.ut-fancy-image,
  body .ut-image-gallery-module div.ut-image-gallery-image {
    height: auto;
    padding-bottom: 0
  }

  .bklyn-testimonials-quote {
    padding-right: 10px !important;
    padding-left: 3px !important
  }

  .mp-pricetable-scroll {
    overflow-x: scroll
  }

  body .mp-logobox figure.ut-fancy-image,
  body .mp-logobox .ut-image-gallery-module div.ut-image-gallery-image {
    height: auto;
    padding-bottom: 0
  }

  body .mp-logobox .mp-gallery figure.ut-fancy-image img,
  body .mp-logobox .mp-gallery .ut-image-gallery-module div.ut-image-gallery-image img {
    min-height: auto !important;
    height: 130px !important;
    object-fit: contain !important
  }

  div.mp_gift_button_wrap.mp_angebot_left {
    right: 30px
  }

  div.mp_gift_button_wrap.mp_angebot_right {
    left: 30px
  }

  div.mp_gift_button_wrap.mp_angebot_left div.mp_gift_container .mp_gift_inner .mp_gift_content span.mp_gift_text,
  div.mp_gift_button_wrap.mp_angebot_right div.mp_gift_container .mp_gift_inner .mp_gift_content span.mp_gift_text {
    line-height: 1.4
  }

  div.mp_gift_button_wrap {
    top: calc(100vh - 280px);
    left: 5px
  }

  div.mp_gift_button_wrap2 {
    top: calc(100vh - 266px);
    left: 107px
  }

  div.mp_gift_button_wrap3 {
    top: calc(100vh - 327px);
    left: 96px
  }

  div.mp_gift_button_wrap div.mp_gift_container {
    position: relative;
    width: 120px;
    height: 120px
  }

  div.mp_gift_button_wrap2 div.mp_gift_container {
    position: relative;
    width: 98px;
    height: 98px
  }

  div.mp_gift_button_wrap3 div.mp_gift_container {
    position: relative;
    width: 90px;
    height: 90px
  }

  div.mp_gift_button_wrap div.mp_gift_container .mp_gift_inner .mp_gift_content .mp_gift_img {
    margin-top: 11%
  }

  div.mp_gift_button_wrap div.mp_gift_container .mp_gift_inner .mp_gift_content span.mp_gift_text {
    font-size: 17px;
    margin-top: 0
  }

  div.mp_gift_button_wrap2 div.mp_gift_container .mp_gift_inner .mp_gift_content span.mp_gift_text {
    font-size: 14px
  }

  div.mp_gift_button_wrap3 div.mp_gift_container .mp_gift_inner .mp_gift_content span.mp_gift_text {
    font-size: 16px
  }

  .mp-button-field div.mp_gift_button_wrap div.mp_gift_container .mp_gift_inner .mp_gift_content span.mp_gift_text {
    font-size: 14px
  }

  body .ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2 .ut-prev-gallery-slide,
  body .ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2 .ut-next-gallery-slide {
    margin-top: 50px;
    background: rgba(253, 253, 253, .3);
    width: 55px
  }

  body .ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2 .ut-next-gallery-slide {
    right: -30px
  }

  body .ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2 .ut-prev-gallery-slide {
    left: -30px
  }

  .mp-section-overlay:before,
  .mp-section-overlay2:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }

  .mp-box-moveleft,
  .mp-box-moveright {
    margin-top: 0
  }

  .vc_column_container.mp-box-moveright>.vc_column-inner,
  .vc_column_container.mp-box-moveleft>.vc_column-inner {
    margin-left: 0;
    margin-right: 0
  }

  .mp-hdh {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
    display: inline-block
  }

  .mp-hdb {
    font-size: 23px
  }

  body .site-logo img {
    max-height: 44px
  }

  #main-content .vc_section,
  #main-content .vc_section.vc_section-has-fill {
    padding-top: 60px
  }

  .mp-section-dark .vc_column_container:not(.mp-box-moveleft):not(.mp-box-moveright)>.vc_column-inner {
    padding-left: 0;
    padding-right: 0
  }

  .mp-section-blue-new .mp-move-top3 {
    position: relative;
    top: 0;
    margin-bottom: 0
  }

  .mp-section-blue-new.mp-section-movetop.mp-section-color:not(#v)>.vc_row,
  .mp-section-blue-new.mp-section-movetop-big.mp-section-color:not(#v)>.vc_row,
  .mp-section-blue-new.mp-section-movetop.mp-section-color:not(#v)>.vc_row:not(.mp-row-white),
  .mp-section-blue-new.mp-section-movetop-big.mp-section-color:not(#v)>.vc_row:not(.mp-row-white) {
    background: 0 0 !important;
    background-color: transparent !important
  }

  .mp-section-blue-new {
    padding-top: 0 !important
  }

  .mp-section-blue-new.mp-section-movetop:not(#v).vc_section>.vc_row-has-fill,
  .mp-section-blue-new.mp-section-movetop-big:not(#v).vc_section>.vc_row-has-fill {
    padding-top: 0;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important
  }

  .mp-section-overlay .vc_column_container>.vc_column-inner {
    padding-right: 20px
  }

  .mp-section-blue-new .mp-move-top {
    top: -10px;
    margin-bottom: 0
  }

  .mp-section-blue-new .mp-move-top2 {
    top: 0;
    margin-bottom: 0
  }

  .vc_section.mp-section-dark:not(#f) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important
  }

  .vc_section.mp-section-movetop:not(#f) {
    margin-bottom: -30px !important;
    margin-top: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important
  }

  .vc_section.mp-section-movetop-big:not(#f) {
    margin-bottom: -20px !important;
    margin-top: -20px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .vc_section.mp-section-blue-new:not(#f) {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .vc_section.mp-footer-box:not(#f) {
    padding-top: 60px !important;
    padding-bottom: 40px !important
  }

  .vc_row.mp-mainrow-space:not(#f) {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  body .vc_section.mp-spacing-mbottom110:not(#f) {
    margin-bottom: 60px !important
  }

  .mp-section-dark .mp-box-dark,
  .mp-section-dark .mp-box-gray,
  .mp-section-dark .mp-box-light {
    padding-bottom: 0
  }

  .mp-section-dark .vc_column_container:not(.mp-box-moveleft):not(.mp-box-moveright) .wpb_content_element {
    margin-bottom: 0 !important
  }

  .ut-footer-area .widget_nav_menu li:before {
    display: none
  }

  .ut-footer-area .widget_nav_menu li {
    text-align: center;
    padding-left: 0
  }

  .ut-footer-area h3.widget-title,
  .ut-footer-area .h3.widget-title {
    text-align: center
  }

  body#ut-sitebody .footer-content .copyright {
    text-align: center
  }

  .mp-divided-50 .vc_row>.vc_column_container:first-child>.vc_column-inner>.wpb_wrapper {
    border-right: none
  }

  .mp-divided-50 .mp-box-dark,
  .mp-divided-50 .mp-box-gray,
  .mp-divided-50 .mp-box-light {
    padding-bottom: 0
  }

  section:not(.mp-iconbox):not(.mp-footer-box) .ut-image-gallery-image:not(.mp-mobile-exclude) img {
    min-height: 330px;
    object-fit: cover
  }

  section:not(.mp-iconbox):not(.mp-footer-box) .ut-owl-gallery-slider-wrap .owl-carousel .owl-item img {
    min-height: 330px;
    object-fit: cover
  }

  p.section-title span {
    font-size: 70%;
    line-height: 1.25;
    display: inline-block
  }

  .bklyn-overlay-effect {
    display: none
  }
}


[class^=BklynIcons-]:not(.ut-lead-has-icon),
[class*=" BklynIcons-"]:not(.ut-lead-has-icon) {
  font-family: 'icon54com' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.BklynIcons-Right-6:before {
  content: "\e977"
}

.BklynIcons-Gallery-1:before {
  content: "\e900"
}

.BklynIcons-by4-Hour:before {
  content: "\e901"
}

.BklynIcons-Addon:before {
  content: "\e902"
}

.BklynIcons-Addon-Setting:before {
  content: "\e903"
}

.BklynIcons-Angry-Birds:before {
  content: "\e904"
}

.BklynIcons-Application:before {
  content: "\e905"
}

.BklynIcons-Atom:before {
  content: "\e906"
}

.BklynIcons-Bad-3:before {
  content: "\e907"
}

.BklynIcons-Blend-Tool:before {
  content: "\e908"
}

.BklynIcons-Block-Chart-2:before {
  content: "\e909"
}

.BklynIcons-Box-1:before {
  content: "\e90a"
}

.BklynIcons-Busy-1:before {
  content: "\e90b"
}

.BklynIcons-Camera-Rear:before {
  content: "\e90c"
}

.BklynIcons-Cash-Pay:before {
  content: "\e90d"
}

.BklynIcons-Circle:before {
  content: "\e90e"
}

.BklynIcons-Clean-Code:before {
  content: "\e90f"
}

.BklynIcons-Clipboard-Write:before {
  content: "\e910"
}

.BklynIcons-Clock-1:before {
  content: "\e911"
}

.BklynIcons-Cloud-Database:before {
  content: "\e912"
}

.BklynIcons-Cloud-Server-1:before {
  content: "\e913"
}

.BklynIcons-Compas-Rose:before {
  content: "\e914"
}

.BklynIcons-Compass-2:before {
  content: "\e915"
}

.BklynIcons-Computer-Network-2:before {
  content: "\e916"
}

.BklynIcons-Computer-Sync:before {
  content: "\e917"
}

.BklynIcons-Cube-3:before {
  content: "\e918"
}

.BklynIcons-Cup-2:before {
  content: "\e919"
}

.BklynIcons-Delivery:before {
  content: "\e91a"
}

.BklynIcons-Diamond:before {
  content: "\e91b"
}

.BklynIcons-Digital-Design:before {
  content: "\e91c"
}

.BklynIcons-Disabled-man:before {
  content: "\e91d"
}

.BklynIcons-Distance-1:before {
  content: "\e91e"
}

.BklynIcons-Down-2:before {
  content: "\e91f"
}

.BklynIcons-Down-3:before {
  content: "\e920"
}

.BklynIcons-Download:before {
  content: "\e921"
}

.BklynIcons-Enlarge:before {
  content: "\e922"
}

.BklynIcons-Ethernet:before {
  content: "\e923"
}

.BklynIcons-Fan .path1:before {
  content: "\e924";
  color: #000
}

.BklynIcons-Fan .path2:before {
  content: "\e925";
  margin-left: -1em;
  color: #000
}

.BklynIcons-Fan .path3:before {
  content: "\e926";
  margin-left: -1em;
  color: #000
}

.BklynIcons-Fan .path4:before {
  content: "\e927";
  margin-left: -1em;
  color: #000
}

.BklynIcons-Fan .path5:before {
  content: "\e928";
  margin-left: -1em;
  color: #000
}

.BklynIcons-Fan .path6:before {
  content: "\e929";
  margin-left: -1em;
  color: #000
}

.BklynIcons-Fan .path7:before {
  content: "\e92a";
  margin-left: -1em;
  color: #000
}

.BklynIcons-Fan .path8:before {
  content: "\e92b";
  margin-left: -1em;
  color: #000
}

.BklynIcons-Fan .path9:before {
  content: "\e92c";
  margin-left: -1em;
  color: #a90000
}

.BklynIcons-Fan .path10:before {
  content: "\e92d";
  margin-left: -1em;
  color: #000
}

.BklynIcons-Financial-Care-2:before {
  content: "\e92e"
}

.BklynIcons-First-ad:before {
  content: "\e92f"
}

.BklynIcons-Flying-Rocket:before {
  content: "\e930"
}

.BklynIcons-Free-Tag-2:before {
  content: "\e931"
}

.BklynIcons-French-Fries:before {
  content: "\e932"
}

.BklynIcons-Gas-Pump:before {
  content: "\e933"
}

.BklynIcons-Gear-1:before {
  content: "\e934"
}

.BklynIcons-Hamburger:before {
  content: "\e935"
}

.BklynIcons-Hand-cargo:before {
  content: "\e936"
}

.BklynIcons-Handshake:before {
  content: "\e937"
}

.BklynIcons-Hat-3:before {
  content: "\e938"
}

.BklynIcons-Hearts-Empty:before {
  content: "\e939"
}

.BklynIcons-Hotspot-Mobile:before {
  content: "\e93a"
}

.BklynIcons-Increasing-Chart-1:before {
  content: "\e93b"
}

.BklynIcons-Lamp-2:before {
  content: "\e93c"
}

.BklynIcons-Lamp-3:before {
  content: "\e93d"
}

.BklynIcons-Laptop-1:before {
  content: "\e93e"
}

.BklynIcons-Left-2:before {
  content: "\e93f"
}

.BklynIcons-Left-3:before {
  content: "\e940"
}

.BklynIcons-Lens-1:before {
  content: "\e941"
}

.BklynIcons-Light-Bulb:before {
  content: "\e942"
}

.BklynIcons-Line-Chart-1:before {
  content: "\e943"
}

.BklynIcons-Map-Pin-2:before {
  content: "\e944"
}

.BklynIcons-Map-pin-6:before {
  content: "\e945"
}

.BklynIcons-Maximize-3:before {
  content: "\e946"
}

.BklynIcons-Medic:before {
  content: "\e947"
}

.BklynIcons-Minimize-1:before {
  content: "\e948"
}

.BklynIcons-Monitor-1:before {
  content: "\e949"
}

.BklynIcons-Mustache-1:before {
  content: "\e94a"
}

.BklynIcons-Navigation-1:before {
  content: "\e94b"
}

.BklynIcons-Office-Chair:before {
  content: "\e94c"
}

.BklynIcons-Office-Desk-2:before {
  content: "\e94d"
}

.BklynIcons-Paint-Bucket:before {
  content: "\e94e"
}

.BklynIcons-Paper-Clip-3:before {
  content: "\e94f"
}

.BklynIcons-Party-Glasses:before {
  content: "\e950"
}

.BklynIcons-Pen-Holder:before {
  content: "\e951"
}

.BklynIcons-Pie-Chart-1:before {
  content: "\e952"
}

.BklynIcons-Pin:before {
  content: "\e953"
}

.BklynIcons-Pizza-Slice:before {
  content: "\e954"
}

.BklynIcons-Plugin:before {
  content: "\e955"
}

.BklynIcons-Pokemon:before {
  content: "\e956"
}

.BklynIcons-Reduce:before {
  content: "\e957"
}

.BklynIcons-Responsive-Design:before {
  content: "\e958"
}

.BklynIcons-Right-2:before {
  content: "\e959"
}

.BklynIcons-Right-3:before {
  content: "\e95a"
}

.BklynIcons-Rocket-Launch:before {
  content: "\e95b"
}

.BklynIcons-Rotate-2:before {
  content: "\e95c"
}

.BklynIcons-Ruler-Tool:before {
  content: "\e95d"
}

.BklynIcons-Sailboat:before {
  content: "\e95e"
}

.BklynIcons-Sandwich:before {
  content: "\e95f"
}

.BklynIcons-Saturn:before {
  content: "\e960"
}

.BklynIcons-Scale-Tool:before {
  content: "\e961"
}

.BklynIcons-Screen-Rotation:before {
  content: "\e962"
}

.BklynIcons-Search:before {
  content: "\e963"
}

.BklynIcons-Selection-Tool:before {
  content: "\e964"
}

.BklynIcons-Share-File-1:before {
  content: "\e965"
}

.BklynIcons-Shoe-2:before {
  content: "\e966"
}

.BklynIcons-Smart-Devices:before {
  content: "\e967"
}

.BklynIcons-Smartphone:before {
  content: "\e968"
}

.BklynIcons-Smartwatch-EKG-1:before {
  content: "\e969"
}

.BklynIcons-Stormtrooper-2:before {
  content: "\e96a"
}

.BklynIcons-Tablet-1:before {
  content: "\e96b"
}

.BklynIcons-Telescope:before {
  content: "\e96c"
}

.BklynIcons-Tempometer:before {
  content: "\e96d"
}

.BklynIcons-Test-Flusk-1:before {
  content: "\e96e"
}

.BklynIcons-Text-box:before {
  content: "\e96f"
}

.BklynIcons-Theme:before {
  content: "\e970"
}

.BklynIcons-Umbrella:before {
  content: "\e971"
}

.BklynIcons-Up-2:before {
  content: "\e972"
}

.BklynIcons-Up-3:before {
  content: "\e973"
}

.BklynIcons-Upload:before {
  content: "\e974"
}

.BklynIcons-Waiting-room:before {
  content: "\e975"
}

.BklynIcons-Worms-Armagedon:before {
  content: "\e976"
}


[class^=Bklyn-Core-],
[class*=" Bklyn-Core-"] {
  font-family: 'Brooklyn-Core' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.Bklyn-Core-Volume-2-1:before {
  content: "\e904"
}

.Bklyn-Core-Volume-2-Mute:before {
  content: "\e905"
}

.Bklyn-Core-Anchor:before {
  content: "\e900"
}

.Bklyn-Core-Clock-1:before {
  content: "\e901"
}

.Bklyn-Core-Down-2:before {
  content: "\e902"
}

.Bklyn-Core-Down-3:before {
  content: "\e903"
}

.Bklyn-Core-Headset-1:before {
  content: "\e908"
}

.Bklyn-Core-Left-2:before {
  content: "\e90a"
}

.Bklyn-Core-Left-3:before {
  content: "\e90b"
}

.Bklyn-Core-Map-Pin-2:before {
  content: "\e90e"
}

.Bklyn-Core-Map-pin-6:before {
  content: "\e90f"
}

.Bklyn-Core-Maximize-3:before {
  content: "\e910"
}

.Bklyn-Core-Minimize-2:before {
  content: "\e911"
}

.Bklyn-Core-Photo-Library:before {
  content: "\e914"
}

.Bklyn-Core-Right-2:before {
  content: "\e915"
}

.Bklyn-Core-Right-3:before {
  content: "\e916"
}

.Bklyn-Core-Right-6:before {
  content: "\e917"
}

.Bklyn-Core-Rotate-2:before {
  content: "\e918"
}

.Bklyn-Core-Solid-Anchor:before {
  content: "\e919"
}

.Bklyn-Core-Solid-Clock-1:before {
  content: "\e91a"
}

.Bklyn-Core-Solid-Down-2:before {
  content: "\e91b"
}

.Bklyn-Core-Solid-Down-3:before {
  content: "\e91c"
}

.Bklyn-Core-Solid-Headset-1:before {
  content: "\e921"
}

.Bklyn-Core-Solid-Left-2:before {
  content: "\e923"
}

.Bklyn-Core-Solid-Left-3:before {
  content: "\e924"
}

.Bklyn-Core-Solid-Map-Pin-2:before {
  content: "\e927"
}

.Bklyn-Core-Solid-Map-pin-6:before {
  content: "\e928"
}

.Bklyn-Core-Solid-Photo-Library:before {
  content: "\e92b"
}

.Bklyn-Core-Solid-Right-2:before {
  content: "\e92c"
}

.Bklyn-Core-Solid-Right-3:before {
  content: "\e92d"
}

.Bklyn-Core-Solid-Right-6:before {
  content: "\e92e"
}

.Bklyn-Core-Solid-Up-2:before {
  content: "\e932"
}

.Bklyn-Core-Solid-Up-3:before {
  content: "\e933"
}

.Bklyn-Core-Up-2:before {
  content: "\e937"
}

.Bklyn-Core-Up-3:before {
  content: "\e938"
}


[class^=BklynWoo-],
[class*=" BklynWoo-"] {
  font-family: 'Brooklyn-WooCommerce' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.BklynWoo-Add-Shopping-Cart:before {
  content: "\e900"
}

.BklynWoo-Add:before {
  content: "\e901"
}

.BklynWoo-Add-Basket:before {
  content: "\e902"
}

.BklynWoo-Add-Cart:before {
  content: "\e903"
}

.BklynWoo-Bag-1:before {
  content: "\e904"
}

.BklynWoo-Bag-2:before {
  content: "\e905"
}

.BklynWoo-Basket-1:before {
  content: "\e906"
}

.BklynWoo-Black-Friday:before {
  content: "\e907"
}

.BklynWoo-Cart-1:before {
  content: "\e908"
}

.BklynWoo-Cart-2:before {
  content: "\e909"
}

.BklynWoo-Cart-Done:before {
  content: "\e90a"
}

.BklynWoo-Check-1:before {
  content: "\e90b"
}

.BklynWoo-Checkout-Bitcoin-1:before {
  content: "\e90c"
}

.BklynWoo-Checkout-Bitcoin-2:before {
  content: "\e90d"
}

.BklynWoo-Checkout-Dollar-1:before {
  content: "\e90e"
}

.BklynWoo-Checkout-Dollar-2:before {
  content: "\e90f"
}

.BklynWoo-Checkout-Euro-1:before {
  content: "\e910"
}

.BklynWoo-Checkout-Euro-2:before {
  content: "\e911"
}

.BklynWoo-Checkout-Pound-1:before {
  content: "\e912"
}

.BklynWoo-Checout-Pound-2:before {
  content: "\e913"
}

.BklynWoo-Clear-Basket:before {
  content: "\e914"
}

.BklynWoo-Clear-Cart:before {
  content: "\e915"
}

.BklynWoo-Discount-Bitcoin:before {
  content: "\e916"
}

.BklynWoo-Discount-Dollar:before {
  content: "\e917"
}

.BklynWoo-Discount-Euro:before {
  content: "\e918"
}

.BklynWoo-Discount-Pound:before {
  content: "\e919"
}

.BklynWoo-Done-Basket:before {
  content: "\e91a"
}

.BklynWoo-Error:before {
  content: "\e91b"
}

.BklynWoo-Favorite-Store:before {
  content: "\e91c"
}

.BklynWoo-Free-Tag-1:before {
  content: "\e91d"
}

.BklynWoo-Free-Tag-2:before {
  content: "\e91e"
}

.BklynWoo-Full-Cart:before {
  content: "\e91f"
}

.BklynWoo-Gift-Box:before {
  content: "\e920"
}

.BklynWoo-Gift-Card:before {
  content: "\e921"
}

.BklynWoo-Loyalty-Card:before {
  content: "\e922"
}

.BklynWoo-New-Tag-1:before {
  content: "\e923"
}

.BklynWoo-New-Tag-2:before {
  content: "\e924"
}

.BklynWoo-New-Tag-3:before {
  content: "\e925"
}

.BklynWoo-New-Tag-5:before {
  content: "\e926"
}

.BklynWoo-New-Tga-4:before {
  content: "\e927"
}

.BklynWoo-Play-Stor:before {
  content: "\e928"
}

.BklynWoo-Remouve-Basket:before {
  content: "\e929"
}

.BklynWoo-Remouve-Cart:before {
  content: "\e92a"
}

.BklynWoo-Remove-Shopping-Cart:before {
  content: "\e92b"
}

.BklynWoo-Remove:before {
  content: "\e92c"
}

.BklynWoo-Sale-1:before {
  content: "\e92d"
}

.BklynWoo-Sale-2:before {
  content: "\e92e"
}

.BklynWoo-Sale-Tag-1:before {
  content: "\e92f"
}

.BklynWoo-Search:before {
  content: "\e930"
}

.BklynWoo-Shopping-Bag:before {
  content: "\e931"
}

.BklynWoo-Shopping-Basket:before {
  content: "\e932"
}

.BklynWoo-Shopping-Cart:before {
  content: "\e933"
}

.BklynWoo-User-1:before {
  content: "\e934"
}

/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900)
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'
}

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands'
}

.fa-1x {
  font-size: 1em
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-6x {
  font-size: 6em
}

.fa-7x {
  font-size: 7em
}

.fa-8x {
  font-size: 8em
}

.fa-9x {
  font-size: 9em
}

.fa-10x {
  font-size: 10em
}

.fa-2xs {
  font-size: .625em;
  line-height: .1em;
  vertical-align: .225em
}

.fa-xs {
  font-size: .75em;
  line-height: .08333em;
  vertical-align: .125em
}

.fa-sm {
  font-size: .875em;
  line-height: .07143em;
  vertical-align: .05357em
}

.fa-lg {
  font-size: 1.25em;
  line-height: .05em;
  vertical-align: -.075em
}

.fa-xl {
  font-size: 1.5em;
  line-height: .04167em;
  vertical-align: -.125em
}

.fa-2xl {
  font-size: 2em;
  line-height: .03125em;
  vertical-align: -.1875em
}

.fa-fw {
  text-align: center;
  width: 1.25em
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0
}

.fa-ul>li {
  position: relative
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, .1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, .08em);
  padding: var(--fa-border-padding, .2em .25em .15em)
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, .3em)
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, .3em)
}

.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1))
}

.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
  animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-spin-reverse {
  --fa-animation-direction: reverse
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
  animation-timing-function: var(--fa-animation-timing, steps(8))
}

@media (prefers-reduced-motion:reduce) {

  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@-webkit-keyframes fa-beat {

  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25))
  }
}

@keyframes fa-beat {

  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25))
  }
}

@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0)
  }

  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
  }

  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
  }

  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
  }

  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -.125em))
  }

  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0)
  }

  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0)
  }
}

@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0)
  }

  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
  }

  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
  }

  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
  }

  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -.125em))
  }

  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0)
  }

  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0)
  }
}

@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, .4)
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, .4)
  }
}

@-webkit-keyframes fa-beat-fade {

  0%,
  100% {
    opacity: var(--fa-beat-fade-opacity, .4);
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125))
  }
}

@keyframes fa-beat-fade {

  0%,
  100% {
    opacity: var(--fa-beat-fade-opacity, .4);
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125))
  }
}

@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
  }
}

@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
  }
}

@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg)
  }

  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg)
  }

  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg)
  }

  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg)
  }

  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg)
  }

  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg)
  }

  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg)
  }

  40%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg)
  }

  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg)
  }

  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg)
  }

  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg)
  }

  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg)
  }

  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg)
  }

  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg)
  }

  40%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1)
}

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, 0));
  transform: rotate(var(--fa-rotate-angle, 0))
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto)
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: var(--fa-inverse, #fff)
}

.fa-0:before {
  content: "\30"
}

.fa-1:before {
  content: "\31"
}

.fa-2:before {
  content: "\32"
}

.fa-3:before {
  content: "\33"
}

.fa-4:before {
  content: "\34"
}

.fa-5:before {
  content: "\35"
}

.fa-6:before {
  content: "\36"
}

.fa-7:before {
  content: "\37"
}

.fa-8:before {
  content: "\38"
}

.fa-9:before {
  content: "\39"
}

.fa-fill-drip:before {
  content: "\f576"
}

.fa-arrows-to-circle:before {
  content: "\e4bd"
}

.fa-circle-chevron-right:before {
  content: "\f138"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-at:before {
  content: "\40"
}

.fa-trash-can:before {
  content: "\f2ed"
}

.fa-trash-alt:before {
  content: "\f2ed"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-user-xmark:before {
  content: "\f235"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-message:before {
  content: "\f27a"
}

.fa-comment-alt:before {
  content: "\f27a"
}

.fa-info:before {
  content: "\f129"
}

.fa-down-left-and-up-right-to-center:before {
  content: "\f422"
}

.fa-compress-alt:before {
  content: "\f422"
}

.fa-explosion:before {
  content: "\e4e9"
}

.fa-file-lines:before {
  content: "\f15c"
}

.fa-file-alt:before {
  content: "\f15c"
}

.fa-file-text:before {
  content: "\f15c"
}

.fa-wave-square:before {
  content: "\f83e"
}

.fa-ring:before {
  content: "\f70b"
}

.fa-building-un:before {
  content: "\e4d9"
}

.fa-dice-three:before {
  content: "\f527"
}

.fa-calendar-days:before {
  content: "\f073"
}

.fa-calendar-alt:before {
  content: "\f073"
}

.fa-anchor-circle-check:before {
  content: "\e4aa"
}

.fa-building-circle-arrow-right:before {
  content: "\e4d1"
}

.fa-volleyball:before {
  content: "\f45f"
}

.fa-volleyball-ball:before {
  content: "\f45f"
}

.fa-arrows-up-to-line:before {
  content: "\e4c2"
}

.fa-sort-down:before {
  content: "\f0dd"
}

.fa-sort-desc:before {
  content: "\f0dd"
}

.fa-circle-minus:before {
  content: "\f056"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-door-open:before {
  content: "\f52b"
}

.fa-right-from-bracket:before {
  content: "\f2f5"
}

.fa-sign-out-alt:before {
  content: "\f2f5"
}

.fa-atom:before {
  content: "\f5d2"
}

.fa-soap:before {
  content: "\e06e"
}

.fa-icons:before {
  content: "\f86d"
}

.fa-heart-music-camera-bolt:before {
  content: "\f86d"
}

.fa-microphone-lines-slash:before {
  content: "\f539"
}

.fa-microphone-alt-slash:before {
  content: "\f539"
}

.fa-bridge-circle-check:before {
  content: "\e4c9"
}

.fa-pump-medical:before {
  content: "\e06a"
}

.fa-fingerprint:before {
  content: "\f577"
}

.fa-hand-point-right:before {
  content: "\f0a4"
}

.fa-magnifying-glass-location:before {
  content: "\f689"
}

.fa-search-location:before {
  content: "\f689"
}

.fa-forward-step:before {
  content: "\f051"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-face-smile-beam:before {
  content: "\f5b8"
}

.fa-smile-beam:before {
  content: "\f5b8"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-football:before {
  content: "\f44e"
}

.fa-football-ball:before {
  content: "\f44e"
}

.fa-school-circle-exclamation:before {
  content: "\e56c"
}

.fa-crop:before {
  content: "\f125"
}

.fa-angles-down:before {
  content: "\f103"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-users-rectangle:before {
  content: "\e594"
}

.fa-people-roof:before {
  content: "\e537"
}

.fa-people-line:before {
  content: "\e534"
}

.fa-beer-mug-empty:before {
  content: "\f0fc"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-diagram-predecessor:before {
  content: "\e477"
}

.fa-arrow-up-long:before {
  content: "\f176"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-fire-flame-simple:before {
  content: "\f46a"
}

.fa-burn:before {
  content: "\f46a"
}

.fa-person:before {
  content: "\f183"
}

.fa-male:before {
  content: "\f183"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-file-csv:before {
  content: "\f6dd"
}

.fa-menorah:before {
  content: "\f676"
}

.fa-truck-plane:before {
  content: "\e58f"
}

.fa-record-vinyl:before {
  content: "\f8d9"
}

.fa-face-grin-stars:before {
  content: "\f587"
}

.fa-grin-stars:before {
  content: "\f587"
}

.fa-bong:before {
  content: "\f55c"
}

.fa-spaghetti-monster-flying:before {
  content: "\f67b"
}

.fa-pastafarianism:before {
  content: "\f67b"
}

.fa-arrow-down-up-across-line:before {
  content: "\e4af"
}

.fa-spoon:before {
  content: "\f2e5"
}

.fa-utensil-spoon:before {
  content: "\f2e5"
}

.fa-jar-wheat:before {
  content: "\e517"
}

.fa-envelopes-bulk:before {
  content: "\f674"
}

.fa-mail-bulk:before {
  content: "\f674"
}

.fa-file-circle-exclamation:before {
  content: "\e4eb"
}

.fa-circle-h:before {
  content: "\f47e"
}

.fa-hospital-symbol:before {
  content: "\f47e"
}

.fa-pager:before {
  content: "\f815"
}

.fa-address-book:before {
  content: "\f2b9"
}

.fa-contact-book:before {
  content: "\f2b9"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-k:before {
  content: "\4b"
}

.fa-landmark-flag:before {
  content: "\e51c"
}

.fa-pencil:before {
  content: "\f303"
}

.fa-pencil-alt:before {
  content: "\f303"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-comments:before {
  content: "\f086"
}

.fa-paste:before {
  content: "\f0ea"
}

.fa-file-clipboard:before {
  content: "\f0ea"
}

.fa-code-pull-request:before {
  content: "\e13c"
}

.fa-clipboard-list:before {
  content: "\f46d"
}

.fa-truck-ramp-box:before {
  content: "\f4de"
}

.fa-truck-loading:before {
  content: "\f4de"
}

.fa-user-check:before {
  content: "\f4fc"
}

.fa-vial-virus:before {
  content: "\e597"
}

.fa-sheet-plastic:before {
  content: "\e571"
}

.fa-blog:before {
  content: "\f781"
}

.fa-user-ninja:before {
  content: "\f504"
}

.fa-person-arrow-up-from-line:before {
  content: "\e539"
}

.fa-scroll-torah:before {
  content: "\f6a0"
}

.fa-torah:before {
  content: "\f6a0"
}

.fa-broom-ball:before {
  content: "\f458"
}

.fa-quidditch:before {
  content: "\f458"
}

.fa-quidditch-broom-ball:before {
  content: "\f458"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-box-archive:before {
  content: "\f187"
}

.fa-archive:before {
  content: "\f187"
}

.fa-person-drowning:before {
  content: "\e545"
}

.fa-arrow-down-9-1:before {
  content: "\f886"
}

.fa-sort-numeric-desc:before {
  content: "\f886"
}

.fa-sort-numeric-down-alt:before {
  content: "\f886"
}

.fa-face-grin-tongue-squint:before {
  content: "\f58a"
}

.fa-grin-tongue-squint:before {
  content: "\f58a"
}

.fa-spray-can:before {
  content: "\f5bd"
}

.fa-truck-monster:before {
  content: "\f63b"
}

.fa-w:before {
  content: "\57"
}

.fa-earth-africa:before {
  content: "\f57c"
}

.fa-globe-africa:before {
  content: "\f57c"
}

.fa-rainbow:before {
  content: "\f75b"
}

.fa-circle-notch:before {
  content: "\f1ce"
}

.fa-tablet-screen-button:before {
  content: "\f3fa"
}

.fa-tablet-alt:before {
  content: "\f3fa"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-trowel-bricks:before {
  content: "\e58a"
}

.fa-face-flushed:before {
  content: "\f579"
}

.fa-flushed:before {
  content: "\f579"
}

.fa-hospital-user:before {
  content: "\f80d"
}

.fa-tent-arrow-left-right:before {
  content: "\e57f"
}

.fa-gavel:before {
  content: "\f0e3"
}

.fa-legal:before {
  content: "\f0e3"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-box-tissue:before {
  content: "\e05b"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-bell-concierge:before {
  content: "\f562"
}

.fa-concierge-bell:before {
  content: "\f562"
}

.fa-pen-ruler:before {
  content: "\f5ae"
}

.fa-pencil-ruler:before {
  content: "\f5ae"
}

.fa-people-arrows:before {
  content: "\e068"
}

.fa-people-arrows-left-right:before {
  content: "\e068"
}

.fa-mars-and-venus-burst:before {
  content: "\e523"
}

.fa-square-caret-right:before {
  content: "\f152"
}

.fa-caret-square-right:before {
  content: "\f152"
}

.fa-scissors:before {
  content: "\f0c4"
}

.fa-cut:before {
  content: "\f0c4"
}

.fa-sun-plant-wilt:before {
  content: "\e57a"
}

.fa-toilets-portable:before {
  content: "\e584"
}

.fa-hockey-puck:before {
  content: "\f453"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-magnifying-glass-arrow-right:before {
  content: "\e521"
}

.fa-tachograph-digital:before {
  content: "\f566"
}

.fa-digital-tachograph:before {
  content: "\f566"
}

.fa-users-slash:before {
  content: "\e073"
}

.fa-clover:before {
  content: "\e139"
}

.fa-reply:before {
  content: "\f3e5"
}

.fa-mail-reply:before {
  content: "\f3e5"
}

.fa-star-and-crescent:before {
  content: "\f699"
}

.fa-house-fire:before {
  content: "\e50c"
}

.fa-square-minus:before {
  content: "\f146"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-helicopter:before {
  content: "\f533"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-square-caret-down:before {
  content: "\f150"
}

.fa-caret-square-down:before {
  content: "\f150"
}

.fa-file-circle-question:before {
  content: "\e4ef"
}

.fa-laptop-code:before {
  content: "\f5fc"
}

.fa-swatchbook:before {
  content: "\f5c3"
}

.fa-prescription-bottle:before {
  content: "\f485"
}

.fa-bars:before {
  content: "\f0c9"
}

.fa-navicon:before {
  content: "\f0c9"
}

.fa-people-group:before {
  content: "\e533"
}

.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass-3:before {
  content: "\f253"
}

.fa-heart-crack:before {
  content: "\f7a9"
}

.fa-heart-broken:before {
  content: "\f7a9"
}

.fa-square-up-right:before {
  content: "\f360"
}

.fa-external-link-square-alt:before {
  content: "\f360"
}

.fa-face-kiss-beam:before {
  content: "\f597"
}

.fa-kiss-beam:before {
  content: "\f597"
}

.fa-film:before {
  content: "\f008"
}

.fa-ruler-horizontal:before {
  content: "\f547"
}

.fa-people-robbery:before {
  content: "\e536"
}

.fa-lightbulb:before {
  content: "\f0eb"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-circle-exclamation:before {
  content: "\f06a"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-school-circle-xmark:before {
  content: "\e56d"
}

.fa-arrow-right-from-bracket:before {
  content: "\f08b"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-circle-chevron-down:before {
  content: "\f13a"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-unlock-keyhole:before {
  content: "\f13e"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-cloud-showers-heavy:before {
  content: "\f740"
}

.fa-headphones-simple:before {
  content: "\f58f"
}

.fa-headphones-alt:before {
  content: "\f58f"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-circle-dollar-to-slot:before {
  content: "\f4b9"
}

.fa-donate:before {
  content: "\f4b9"
}

.fa-memory:before {
  content: "\f538"
}

.fa-road-spikes:before {
  content: "\e568"
}

.fa-fire-burner:before {
  content: "\e4f1"
}

.fa-flag:before {
  content: "\f024"
}

.fa-hanukiah:before {
  content: "\f6e6"
}

.fa-feather:before {
  content: "\f52d"
}

.fa-volume-low:before {
  content: "\f027"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-comment-slash:before {
  content: "\f4b3"
}

.fa-cloud-sun-rain:before {
  content: "\f743"
}

.fa-compress:before {
  content: "\f066"
}

.fa-wheat-awn:before {
  content: "\e2cd"
}

.fa-wheat-alt:before {
  content: "\e2cd"
}

.fa-ankh:before {
  content: "\f644"
}

.fa-hands-holding-child:before {
  content: "\e4fa"
}

.fa-asterisk:before {
  content: "\2a"
}

.fa-square-check:before {
  content: "\f14a"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-peseta-sign:before {
  content: "\e221"
}

.fa-heading:before {
  content: "\f1dc"
}

.fa-header:before {
  content: "\f1dc"
}

.fa-ghost:before {
  content: "\f6e2"
}

.fa-list:before {
  content: "\f03a"
}

.fa-list-squares:before {
  content: "\f03a"
}

.fa-square-phone-flip:before {
  content: "\f87b"
}

.fa-phone-square-alt:before {
  content: "\f87b"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-circle-dot:before {
  content: "\f192"
}

.fa-dot-circle:before {
  content: "\f192"
}

.fa-face-dizzy:before {
  content: "\f567"
}

.fa-dizzy:before {
  content: "\f567"
}

.fa-egg:before {
  content: "\f7fb"
}

.fa-house-medical-circle-xmark:before {
  content: "\e513"
}

.fa-campground:before {
  content: "\f6bb"
}

.fa-folder-plus:before {
  content: "\f65e"
}

.fa-futbol:before {
  content: "\f1e3"
}

.fa-futbol-ball:before {
  content: "\f1e3"
}

.fa-soccer-ball:before {
  content: "\f1e3"
}

.fa-paintbrush:before {
  content: "\f1fc"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-lock:before {
  content: "\f023"
}

.fa-gas-pump:before {
  content: "\f52f"
}

.fa-hot-tub-person:before {
  content: "\f593"
}

.fa-hot-tub:before {
  content: "\f593"
}

.fa-map-location:before {
  content: "\f59f"
}

.fa-map-marked:before {
  content: "\f59f"
}

.fa-house-flood-water:before {
  content: "\e50e"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-bridge-lock:before {
  content: "\e4cc"
}

.fa-sack-dollar:before {
  content: "\f81d"
}

.fa-pen-to-square:before {
  content: "\f044"
}

.fa-edit:before {
  content: "\f044"
}

.fa-car-side:before {
  content: "\f5e4"
}

.fa-share-nodes:before {
  content: "\f1e0"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-heart-circle-minus:before {
  content: "\e4ff"
}

.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-2:before {
  content: "\f252"
}

.fa-microscope:before {
  content: "\f610"
}

.fa-sink:before {
  content: "\e06d"
}

.fa-bag-shopping:before {
  content: "\f290"
}

.fa-shopping-bag:before {
  content: "\f290"
}

.fa-arrow-down-z-a:before {
  content: "\f881"
}

.fa-sort-alpha-desc:before {
  content: "\f881"
}

.fa-sort-alpha-down-alt:before {
  content: "\f881"
}

.fa-mitten:before {
  content: "\f7b5"
}

.fa-person-rays:before {
  content: "\e54d"
}

.fa-users:before {
  content: "\f0c0"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-flask-vial:before {
  content: "\e4f3"
}

.fa-hand:before {
  content: "\f256"
}

.fa-hand-paper:before {
  content: "\f256"
}

.fa-om:before {
  content: "\f679"
}

.fa-worm:before {
  content: "\e599"
}

.fa-house-circle-xmark:before {
  content: "\e50b"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-hand-spock:before {
  content: "\f259"
}

.fa-stopwatch:before {
  content: "\f2f2"
}

.fa-face-kiss:before {
  content: "\f596"
}

.fa-kiss:before {
  content: "\f596"
}

.fa-bridge-circle-xmark:before {
  content: "\e4cb"
}

.fa-face-grin-tongue:before {
  content: "\f589"
}

.fa-grin-tongue:before {
  content: "\f589"
}

.fa-chess-bishop:before {
  content: "\f43a"
}

.fa-face-grin-wink:before {
  content: "\f58c"
}

.fa-grin-wink:before {
  content: "\f58c"
}

.fa-ear-deaf:before {
  content: "\f2a4"
}

.fa-deaf:before {
  content: "\f2a4"
}

.fa-deafness:before {
  content: "\f2a4"
}

.fa-hard-of-hearing:before {
  content: "\f2a4"
}

.fa-road-circle-check:before {
  content: "\e564"
}

.fa-dice-five:before {
  content: "\f523"
}

.fa-square-rss:before {
  content: "\f143"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-land-mine-on:before {
  content: "\e51b"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-stamp:before {
  content: "\f5bf"
}

.fa-stairs:before {
  content: "\e289"
}

.fa-i:before {
  content: "\49"
}

.fa-hryvnia-sign:before {
  content: "\f6f2"
}

.fa-hryvnia:before {
  content: "\f6f2"
}

.fa-pills:before {
  content: "\f484"
}

.fa-face-grin-wide:before {
  content: "\f581"
}

.fa-grin-alt:before {
  content: "\f581"
}

.fa-tooth:before {
  content: "\f5c9"
}

.fa-v:before {
  content: "\56"
}

.fa-bangladeshi-taka-sign:before {
  content: "\e2e6"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-staff-snake:before {
  content: "\e579"
}

.fa-rod-asclepius:before {
  content: "\e579"
}

.fa-rod-snake:before {
  content: "\e579"
}

.fa-staff-aesculapius:before {
  content: "\e579"
}

.fa-head-side-cough-slash:before {
  content: "\e062"
}

.fa-truck-medical:before {
  content: "\f0f9"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-wheat-awn-circle-exclamation:before {
  content: "\e598"
}

.fa-snowman:before {
  content: "\f7d0"
}

.fa-mortar-pestle:before {
  content: "\f5a7"
}

.fa-road-barrier:before {
  content: "\e562"
}

.fa-school:before {
  content: "\f549"
}

.fa-igloo:before {
  content: "\f7ae"
}

.fa-joint:before {
  content: "\f595"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-horse:before {
  content: "\f6f0"
}

.fa-q:before {
  content: "\51"
}

.fa-g:before {
  content: "\47"
}

.fa-notes-medical:before {
  content: "\f481"
}

.fa-temperature-half:before {
  content: "\f2c9"
}

.fa-temperature-2:before {
  content: "\f2c9"
}

.fa-thermometer-2:before {
  content: "\f2c9"
}

.fa-thermometer-half:before {
  content: "\f2c9"
}

.fa-dong-sign:before {
  content: "\e169"
}

.fa-capsules:before {
  content: "\f46b"
}

.fa-poo-storm:before {
  content: "\f75a"
}

.fa-poo-bolt:before {
  content: "\f75a"
}

.fa-face-frown-open:before {
  content: "\f57a"
}

.fa-frown-open:before {
  content: "\f57a"
}

.fa-hand-point-up:before {
  content: "\f0a6"
}

.fa-money-bill:before {
  content: "\f0d6"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-umbrella-beach:before {
  content: "\f5ca"
}

.fa-helmet-un:before {
  content: "\e503"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-bacon:before {
  content: "\f7e5"
}

.fa-hand-point-down:before {
  content: "\f0a7"
}

.fa-arrow-up-from-bracket:before {
  content: "\e09a"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-blank:before {
  content: "\f07b"
}

.fa-file-waveform:before {
  content: "\f478"
}

.fa-file-medical-alt:before {
  content: "\f478"
}

.fa-radiation:before {
  content: "\f7b9"
}

.fa-chart-simple:before {
  content: "\e473"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-vial:before {
  content: "\f492"
}

.fa-gauge:before {
  content: "\f624"
}

.fa-dashboard:before {
  content: "\f624"
}

.fa-gauge-med:before {
  content: "\f624"
}

.fa-tachometer-alt-average:before {
  content: "\f624"
}

.fa-wand-magic-sparkles:before {
  content: "\e2ca"
}

.fa-magic-wand-sparkles:before {
  content: "\e2ca"
}

.fa-e:before {
  content: "\45"
}

.fa-pen-clip:before {
  content: "\f305"
}

.fa-pen-alt:before {
  content: "\f305"
}

.fa-bridge-circle-exclamation:before {
  content: "\e4ca"
}

.fa-user:before {
  content: "\f007"
}

.fa-school-circle-check:before {
  content: "\e56b"
}

.fa-dumpster:before {
  content: "\f793"
}

.fa-van-shuttle:before {
  content: "\f5b6"
}

.fa-shuttle-van:before {
  content: "\f5b6"
}

.fa-building-user:before {
  content: "\e4da"
}

.fa-square-caret-left:before {
  content: "\f191"
}

.fa-caret-square-left:before {
  content: "\f191"
}

.fa-highlighter:before {
  content: "\f591"
}

.fa-key:before {
  content: "\f084"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-synagogue:before {
  content: "\f69b"
}

.fa-person-half-dress:before {
  content: "\e548"
}

.fa-road-bridge:before {
  content: "\e563"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-c:before {
  content: "\43"
}

.fa-tablet-button:before {
  content: "\f10a"
}

.fa-building-lock:before {
  content: "\e4d6"
}

.fa-pizza-slice:before {
  content: "\f818"
}

.fa-money-bill-wave:before {
  content: "\f53a"
}

.fa-chart-area:before {
  content: "\f1fe"
}

.fa-area-chart:before {
  content: "\f1fe"
}

.fa-house-flag:before {
  content: "\e50d"
}

.fa-person-circle-minus:before {
  content: "\e540"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-cancel:before {
  content: "\f05e"
}

.fa-camera-rotate:before {
  content: "\e0d8"
}

.fa-spray-can-sparkles:before {
  content: "\f5d0"
}

.fa-air-freshener:before {
  content: "\f5d0"
}

.fa-star:before {
  content: "\f005"
}

.fa-repeat:before {
  content: "\f363"
}

.fa-cross:before {
  content: "\f654"
}

.fa-box:before {
  content: "\f466"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-arrow-pointer:before {
  content: "\f245"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-maximize:before {
  content: "\f31e"
}

.fa-expand-arrows-alt:before {
  content: "\f31e"
}

.fa-charging-station:before {
  content: "\f5e7"
}

.fa-shapes:before {
  content: "\f61f"
}

.fa-triangle-circle-square:before {
  content: "\f61f"
}

.fa-shuffle:before {
  content: "\f074"
}

.fa-random:before {
  content: "\f074"
}

.fa-person-running:before {
  content: "\f70c"
}

.fa-running:before {
  content: "\f70c"
}

.fa-mobile-retro:before {
  content: "\e527"
}

.fa-grip-lines-vertical:before {
  content: "\f7a5"
}

.fa-spider:before {
  content: "\f717"
}

.fa-hands-bound:before {
  content: "\e4f9"
}

.fa-file-invoice-dollar:before {
  content: "\f571"
}

.fa-plane-circle-exclamation:before {
  content: "\e556"
}

.fa-x-ray:before {
  content: "\f497"
}

.fa-spell-check:before {
  content: "\f891"
}

.fa-slash:before {
  content: "\f715"
}

.fa-computer-mouse:before {
  content: "\f8cc"
}

.fa-mouse:before {
  content: "\f8cc"
}

.fa-arrow-right-to-bracket:before {
  content: "\f090"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-shop-slash:before {
  content: "\e070"
}

.fa-store-alt-slash:before {
  content: "\e070"
}

.fa-server:before {
  content: "\f233"
}

.fa-virus-covid-slash:before {
  content: "\e4a9"
}

.fa-shop-lock:before {
  content: "\e4a5"
}

.fa-hourglass-start:before {
  content: "\f251"
}

.fa-hourglass-1:before {
  content: "\f251"
}

.fa-blender-phone:before {
  content: "\f6b6"
}

.fa-building-wheat:before {
  content: "\e4db"
}

.fa-person-breastfeeding:before {
  content: "\e53a"
}

.fa-right-to-bracket:before {
  content: "\f2f6"
}

.fa-sign-in-alt:before {
  content: "\f2f6"
}

.fa-venus:before {
  content: "\f221"
}

.fa-passport:before {
  content: "\f5ab"
}

.fa-heart-pulse:before {
  content: "\f21e"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-people-carry-box:before {
  content: "\f4ce"
}

.fa-people-carry:before {
  content: "\f4ce"
}

.fa-temperature-high:before {
  content: "\f769"
}

.fa-microchip:before {
  content: "\f2db"
}

.fa-crown:before {
  content: "\f521"
}

.fa-weight-hanging:before {
  content: "\f5cd"
}

.fa-xmarks-lines:before {
  content: "\e59a"
}

.fa-file-prescription:before {
  content: "\f572"
}

.fa-weight-scale:before {
  content: "\f496"
}

.fa-weight:before {
  content: "\f496"
}

.fa-user-group:before {
  content: "\f500"
}

.fa-user-friends:before {
  content: "\f500"
}

.fa-arrow-up-a-z:before {
  content: "\f15e"
}

.fa-sort-alpha-up:before {
  content: "\f15e"
}

.fa-chess-knight:before {
  content: "\f441"
}

.fa-face-laugh-squint:before {
  content: "\f59b"
}

.fa-laugh-squint:before {
  content: "\f59b"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-circle-arrow-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-person-walking:before {
  content: "\f554"
}

.fa-walking:before {
  content: "\f554"
}

.fa-l:before {
  content: "\4c"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-bed-pulse:before {
  content: "\f487"
}

.fa-procedures:before {
  content: "\f487"
}

.fa-shuttle-space:before {
  content: "\f197"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-face-laugh:before {
  content: "\f599"
}

.fa-laugh:before {
  content: "\f599"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-heart-circle-plus:before {
  content: "\e500"
}

.fa-code-fork:before {
  content: "\e13b"
}

.fa-city:before {
  content: "\f64f"
}

.fa-microphone-lines:before {
  content: "\f3c9"
}

.fa-microphone-alt:before {
  content: "\f3c9"
}

.fa-pepper-hot:before {
  content: "\f816"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-colon-sign:before {
  content: "\e140"
}

.fa-headset:before {
  content: "\f590"
}

.fa-store-slash:before {
  content: "\e071"
}

.fa-road-circle-xmark:before {
  content: "\e566"
}

.fa-user-minus:before {
  content: "\f503"
}

.fa-mars-stroke-up:before {
  content: "\f22a"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-champagne-glasses:before {
  content: "\f79f"
}

.fa-glass-cheers:before {
  content: "\f79f"
}

.fa-clipboard:before {
  content: "\f328"
}

.fa-house-circle-exclamation:before {
  content: "\e50a"
}

.fa-file-arrow-up:before {
  content: "\f574"
}

.fa-file-upload:before {
  content: "\f574"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-wifi-3:before {
  content: "\f1eb"
}

.fa-wifi-strong:before {
  content: "\f1eb"
}

.fa-bath:before {
  content: "\f2cd"
}

.fa-bathtub:before {
  content: "\f2cd"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-user-pen:before {
  content: "\f4ff"
}

.fa-user-edit:before {
  content: "\f4ff"
}

.fa-signature:before {
  content: "\f5b7"
}

.fa-stroopwafel:before {
  content: "\f551"
}

.fa-bold:before {
  content: "\f032"
}

.fa-anchor-lock:before {
  content: "\e4ad"
}

.fa-building-ngo:before {
  content: "\e4d7"
}

.fa-manat-sign:before {
  content: "\e1d5"
}

.fa-not-equal:before {
  content: "\f53e"
}

.fa-border-top-left:before {
  content: "\f853"
}

.fa-border-style:before {
  content: "\f853"
}

.fa-map-location-dot:before {
  content: "\f5a0"
}

.fa-map-marked-alt:before {
  content: "\f5a0"
}

.fa-jedi:before {
  content: "\f669"
}

.fa-square-poll-vertical:before {
  content: "\f681"
}

.fa-poll:before {
  content: "\f681"
}

.fa-mug-hot:before {
  content: "\f7b6"
}

.fa-car-battery:before {
  content: "\f5df"
}

.fa-battery-car:before {
  content: "\f5df"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-dice-two:before {
  content: "\f528"
}

.fa-chess-queen:before {
  content: "\f445"
}

.fa-glasses:before {
  content: "\f530"
}

.fa-chess-board:before {
  content: "\f43c"
}

.fa-building-circle-check:before {
  content: "\e4d2"
}

.fa-person-chalkboard:before {
  content: "\e53d"
}

.fa-mars-stroke-right:before {
  content: "\f22b"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-hand-back-fist:before {
  content: "\f255"
}

.fa-hand-rock:before {
  content: "\f255"
}

.fa-square-caret-up:before {
  content: "\f151"
}

.fa-caret-square-up:before {
  content: "\f151"
}

.fa-cloud-showers-water:before {
  content: "\e4e4"
}

.fa-chart-bar:before {
  content: "\f080"
}

.fa-bar-chart:before {
  content: "\f080"
}

.fa-hands-bubbles:before {
  content: "\e05e"
}

.fa-hands-wash:before {
  content: "\e05e"
}

.fa-less-than-equal:before {
  content: "\f537"
}

.fa-train:before {
  content: "\f238"
}

.fa-eye-low-vision:before {
  content: "\f2a8"
}

.fa-low-vision:before {
  content: "\f2a8"
}

.fa-crow:before {
  content: "\f520"
}

.fa-sailboat:before {
  content: "\e445"
}

.fa-window-restore:before {
  content: "\f2d2"
}

.fa-square-plus:before {
  content: "\f0fe"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-torii-gate:before {
  content: "\f6a1"
}

.fa-frog:before {
  content: "\f52e"
}

.fa-bucket:before {
  content: "\e4cf"
}

.fa-image:before {
  content: "\f03e"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-cow:before {
  content: "\f6c8"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-screwdriver:before {
  content: "\f54a"
}

.fa-folder-closed:before {
  content: "\e185"
}

.fa-house-tsunami:before {
  content: "\e515"
}

.fa-square-nfi:before {
  content: "\e576"
}

.fa-arrow-up-from-ground-water:before {
  content: "\e4b5"
}

.fa-martini-glass:before {
  content: "\f57b"
}

.fa-glass-martini-alt:before {
  content: "\f57b"
}

.fa-rotate-left:before {
  content: "\f2ea"
}

.fa-rotate-back:before {
  content: "\f2ea"
}

.fa-rotate-backward:before {
  content: "\f2ea"
}

.fa-undo-alt:before {
  content: "\f2ea"
}

.fa-table-columns:before {
  content: "\f0db"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-lemon:before {
  content: "\f094"
}

.fa-head-side-mask:before {
  content: "\e063"
}

.fa-handshake:before {
  content: "\f2b5"
}

.fa-gem:before {
  content: "\f3a5"
}

.fa-dolly:before {
  content: "\f472"
}

.fa-dolly-box:before {
  content: "\f472"
}

.fa-smoking:before {
  content: "\f48d"
}

.fa-minimize:before {
  content: "\f78c"
}

.fa-compress-arrows-alt:before {
  content: "\f78c"
}

.fa-monument:before {
  content: "\f5a6"
}

.fa-snowplow:before {
  content: "\f7d2"
}

.fa-angles-right:before {
  content: "\f101"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-cannabis:before {
  content: "\f55f"
}

.fa-circle-play:before {
  content: "\f144"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-tablets:before {
  content: "\f490"
}

.fa-ethernet:before {
  content: "\f796"
}

.fa-euro-sign:before {
  content: "\f153"
}

.fa-eur:before {
  content: "\f153"
}

.fa-euro:before {
  content: "\f153"
}

.fa-chair:before {
  content: "\f6c0"
}

.fa-circle-check:before {
  content: "\f058"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-circle-stop:before {
  content: "\f28d"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-compass-drafting:before {
  content: "\f568"
}

.fa-drafting-compass:before {
  content: "\f568"
}

.fa-plate-wheat:before {
  content: "\e55a"
}

.fa-icicles:before {
  content: "\f7ad"
}

.fa-person-shelter:before {
  content: "\e54f"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-id-badge:before {
  content: "\f2c1"
}

.fa-marker:before {
  content: "\f5a1"
}

.fa-face-laugh-beam:before {
  content: "\f59a"
}

.fa-laugh-beam:before {
  content: "\f59a"
}

.fa-helicopter-symbol:before {
  content: "\e502"
}

.fa-universal-access:before {
  content: "\f29a"
}

.fa-circle-chevron-up:before {
  content: "\f139"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-lari-sign:before {
  content: "\e1c8"
}

.fa-volcano:before {
  content: "\f770"
}

.fa-person-walking-dashed-line-arrow-right:before {
  content: "\e553"
}

.fa-sterling-sign:before {
  content: "\f154"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-pound-sign:before {
  content: "\f154"
}

.fa-viruses:before {
  content: "\e076"
}

.fa-square-person-confined:before {
  content: "\e577"
}

.fa-user-tie:before {
  content: "\f508"
}

.fa-arrow-down-long:before {
  content: "\f175"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-tent-arrow-down-to-line:before {
  content: "\e57e"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-reply-all:before {
  content: "\f122"
}

.fa-mail-reply-all:before {
  content: "\f122"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-person-skating:before {
  content: "\f7c5"
}

.fa-skating:before {
  content: "\f7c5"
}

.fa-filter-circle-dollar:before {
  content: "\f662"
}

.fa-funnel-dollar:before {
  content: "\f662"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-circle-arrow-down:before {
  content: "\f0ab"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-file-import:before {
  content: "\f56f"
}

.fa-arrow-right-to-file:before {
  content: "\f56f"
}

.fa-square-arrow-up-right:before {
  content: "\f14c"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-box-open:before {
  content: "\f49e"
}

.fa-scroll:before {
  content: "\f70e"
}

.fa-spa:before {
  content: "\f5bb"
}

.fa-location-pin-lock:before {
  content: "\e51f"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-hill-avalanche:before {
  content: "\e507"
}

.fa-temperature-empty:before {
  content: "\f2cb"
}

.fa-temperature-0:before {
  content: "\f2cb"
}

.fa-thermometer-0:before {
  content: "\f2cb"
}

.fa-thermometer-empty:before {
  content: "\f2cb"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-address-card:before {
  content: "\f2bb"
}

.fa-contact-card:before {
  content: "\f2bb"
}

.fa-vcard:before {
  content: "\f2bb"
}

.fa-scale-unbalanced-flip:before {
  content: "\f516"
}

.fa-balance-scale-right:before {
  content: "\f516"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-diamond-turn-right:before {
  content: "\f5eb"
}

.fa-directions:before {
  content: "\f5eb"
}

.fa-burst:before {
  content: "\e4dc"
}

.fa-house-laptop:before {
  content: "\e066"
}

.fa-laptop-house:before {
  content: "\e066"
}

.fa-face-tired:before {
  content: "\f5c8"
}

.fa-tired:before {
  content: "\f5c8"
}

.fa-money-bills:before {
  content: "\e1f3"
}

.fa-smog:before {
  content: "\f75f"
}

.fa-crutch:before {
  content: "\f7f7"
}

.fa-cloud-arrow-up:before {
  content: "\f0ee"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-cloud-upload-alt:before {
  content: "\f0ee"
}

.fa-palette:before {
  content: "\f53f"
}

.fa-arrows-turn-right:before {
  content: "\e4c0"
}

.fa-vest:before {
  content: "\e085"
}

.fa-ferry:before {
  content: "\e4ea"
}

.fa-arrows-down-to-people:before {
  content: "\e4b9"
}

.fa-seedling:before {
  content: "\f4d8"
}

.fa-sprout:before {
  content: "\f4d8"
}

.fa-left-right:before {
  content: "\f337"
}

.fa-arrows-alt-h:before {
  content: "\f337"
}

.fa-boxes-packing:before {
  content: "\e4c7"
}

.fa-circle-arrow-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-group-arrows-rotate:before {
  content: "\e4f6"
}

.fa-bowl-food:before {
  content: "\e4c6"
}

.fa-candy-cane:before {
  content: "\f786"
}

.fa-arrow-down-wide-short:before {
  content: "\f160"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-down:before {
  content: "\f160"
}

.fa-cloud-bolt:before {
  content: "\f76c"
}

.fa-thunderstorm:before {
  content: "\f76c"
}

.fa-text-slash:before {
  content: "\f87d"
}

.fa-remove-format:before {
  content: "\f87d"
}

.fa-face-smile-wink:before {
  content: "\f4da"
}

.fa-smile-wink:before {
  content: "\f4da"
}

.fa-file-word:before {
  content: "\f1c2"
}

.fa-file-powerpoint:before {
  content: "\f1c4"
}

.fa-arrows-left-right:before {
  content: "\f07e"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-house-lock:before {
  content: "\e510"
}

.fa-cloud-arrow-down:before {
  content: "\f0ed"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-download-alt:before {
  content: "\f0ed"
}

.fa-children:before {
  content: "\e4e1"
}

.fa-chalkboard:before {
  content: "\f51b"
}

.fa-blackboard:before {
  content: "\f51b"
}

.fa-user-large-slash:before {
  content: "\f4fa"
}

.fa-user-alt-slash:before {
  content: "\f4fa"
}

.fa-envelope-open:before {
  content: "\f2b6"
}

.fa-handshake-simple-slash:before {
  content: "\e05f"
}

.fa-handshake-alt-slash:before {
  content: "\e05f"
}

.fa-mattress-pillow:before {
  content: "\e525"
}

.fa-guarani-sign:before {
  content: "\e19a"
}

.fa-arrows-rotate:before {
  content: "\f021"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-sync:before {
  content: "\f021"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-cruzeiro-sign:before {
  content: "\e152"
}

.fa-greater-than-equal:before {
  content: "\f532"
}

.fa-shield-halved:before {
  content: "\f3ed"
}

.fa-shield-alt:before {
  content: "\f3ed"
}

.fa-book-atlas:before {
  content: "\f558"
}

.fa-atlas:before {
  content: "\f558"
}

.fa-virus:before {
  content: "\e074"
}

.fa-envelope-circle-check:before {
  content: "\e4e8"
}

.fa-layer-group:before {
  content: "\f5fd"
}

.fa-arrows-to-dot:before {
  content: "\e4be"
}

.fa-archway:before {
  content: "\f557"
}

.fa-heart-circle-check:before {
  content: "\e4fd"
}

.fa-house-chimney-crack:before {
  content: "\f6f1"
}

.fa-house-damage:before {
  content: "\f6f1"
}

.fa-file-zipper:before {
  content: "\f1c6"
}

.fa-file-archive:before {
  content: "\f1c6"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-martini-glass-empty:before {
  content: "\f000"
}

.fa-glass-martini:before {
  content: "\f000"
}

.fa-couch:before {
  content: "\f4b8"
}

.fa-cedi-sign:before {
  content: "\e0df"
}

.fa-italic:before {
  content: "\f033"
}

.fa-table-cells-column-lock:before {
  content: "\e678"
}

.fa-church:before {
  content: "\f51d"
}

.fa-comments-dollar:before {
  content: "\f653"
}

.fa-democrat:before {
  content: "\f747"
}

.fa-z:before {
  content: "\5a"
}

.fa-person-skiing:before {
  content: "\f7c9"
}

.fa-skiing:before {
  content: "\f7c9"
}

.fa-road-lock:before {
  content: "\e567"
}

.fa-a:before {
  content: "\41"
}

.fa-temperature-arrow-down:before {
  content: "\e03f"
}

.fa-temperature-down:before {
  content: "\e03f"
}

.fa-feather-pointed:before {
  content: "\f56b"
}

.fa-feather-alt:before {
  content: "\f56b"
}

.fa-p:before {
  content: "\50"
}

.fa-snowflake:before {
  content: "\f2dc"
}

.fa-newspaper:before {
  content: "\f1ea"
}

.fa-rectangle-ad:before {
  content: "\f641"
}

.fa-ad:before {
  content: "\f641"
}

.fa-circle-arrow-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-filter-circle-xmark:before {
  content: "\e17b"
}

.fa-locust:before {
  content: "\e520"
}

.fa-sort:before {
  content: "\f0dc"
}

.fa-unsorted:before {
  content: "\f0dc"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-list-1-2:before {
  content: "\f0cb"
}

.fa-list-numeric:before {
  content: "\f0cb"
}

.fa-person-dress-burst:before {
  content: "\e544"
}

.fa-money-check-dollar:before {
  content: "\f53d"
}

.fa-money-check-alt:before {
  content: "\f53d"
}

.fa-vector-square:before {
  content: "\f5cb"
}

.fa-bread-slice:before {
  content: "\f7ec"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-face-kiss-wink-heart:before {
  content: "\f598"
}

.fa-kiss-wink-heart:before {
  content: "\f598"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-question:before {
  content: "\3f"
}

.fa-file-signature:before {
  content: "\f573"
}

.fa-up-down-left-right:before {
  content: "\f0b2"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-house-chimney-user:before {
  content: "\e065"
}

.fa-hand-holding-heart:before {
  content: "\f4be"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-money-check:before {
  content: "\f53c"
}

.fa-star-half-stroke:before {
  content: "\f5c0"
}

.fa-star-half-alt:before {
  content: "\f5c0"
}

.fa-code:before {
  content: "\f121"
}

.fa-whiskey-glass:before {
  content: "\f7a0"
}

.fa-glass-whiskey:before {
  content: "\f7a0"
}

.fa-building-circle-exclamation:before {
  content: "\e4d3"
}

.fa-magnifying-glass-chart:before {
  content: "\e522"
}

.fa-arrow-up-right-from-square:before {
  content: "\f08e"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-cubes-stacked:before {
  content: "\e4e6"
}

.fa-won-sign:before {
  content: "\f159"
}

.fa-krw:before {
  content: "\f159"
}

.fa-won:before {
  content: "\f159"
}

.fa-virus-covid:before {
  content: "\e4a8"
}

.fa-austral-sign:before {
  content: "\e0a9"
}

.fa-f:before {
  content: "\46"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-road:before {
  content: "\f018"
}

.fa-taxi:before {
  content: "\f1ba"
}

.fa-cab:before {
  content: "\f1ba"
}

.fa-person-circle-plus:before {
  content: "\e541"
}

.fa-chart-pie:before {
  content: "\f200"
}

.fa-pie-chart:before {
  content: "\f200"
}

.fa-bolt-lightning:before {
  content: "\e0b7"
}

.fa-sack-xmark:before {
  content: "\e56a"
}

.fa-file-excel:before {
  content: "\f1c3"
}

.fa-file-contract:before {
  content: "\f56c"
}

.fa-fish-fins:before {
  content: "\e4f2"
}

.fa-building-flag:before {
  content: "\e4d5"
}

.fa-face-grin-beam:before {
  content: "\f582"
}

.fa-grin-beam:before {
  content: "\f582"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-poop:before {
  content: "\f619"
}

.fa-location-pin:before {
  content: "\f041"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-kaaba:before {
  content: "\f66b"
}

.fa-toilet-paper:before {
  content: "\f71e"
}

.fa-helmet-safety:before {
  content: "\f807"
}

.fa-hard-hat:before {
  content: "\f807"
}

.fa-hat-hard:before {
  content: "\f807"
}

.fa-eject:before {
  content: "\f052"
}

.fa-circle-right:before {
  content: "\f35a"
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a"
}

.fa-plane-circle-check:before {
  content: "\e555"
}

.fa-face-rolling-eyes:before {
  content: "\f5a5"
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-chart-line:before {
  content: "\f201"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-mask-ventilator:before {
  content: "\e524"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-signs-post:before {
  content: "\f277"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-cash-register:before {
  content: "\f788"
}

.fa-person-circle-question:before {
  content: "\e542"
}

.fa-h:before {
  content: "\48"
}

.fa-tarp:before {
  content: "\e57b"
}

.fa-screwdriver-wrench:before {
  content: "\f7d9"
}

.fa-tools:before {
  content: "\f7d9"
}

.fa-arrows-to-eye:before {
  content: "\e4bf"
}

.fa-plug-circle-bolt:before {
  content: "\e55b"
}

.fa-heart:before {
  content: "\f004"
}

.fa-mars-and-venus:before {
  content: "\f224"
}

.fa-house-user:before {
  content: "\e1b0"
}

.fa-home-user:before {
  content: "\e1b0"
}

.fa-dumpster-fire:before {
  content: "\f794"
}

.fa-house-crack:before {
  content: "\e3b1"
}

.fa-martini-glass-citrus:before {
  content: "\f561"
}

.fa-cocktail:before {
  content: "\f561"
}

.fa-face-surprise:before {
  content: "\f5c2"
}

.fa-surprise:before {
  content: "\f5c2"
}

.fa-bottle-water:before {
  content: "\e4c5"
}

.fa-circle-pause:before {
  content: "\f28b"
}

.fa-pause-circle:before {
  content: "\f28b"
}

.fa-toilet-paper-slash:before {
  content: "\e072"
}

.fa-apple-whole:before {
  content: "\f5d1"
}

.fa-apple-alt:before {
  content: "\f5d1"
}

.fa-kitchen-set:before {
  content: "\e51a"
}

.fa-r:before {
  content: "\52"
}

.fa-temperature-quarter:before {
  content: "\f2ca"
}

.fa-temperature-1:before {
  content: "\f2ca"
}

.fa-thermometer-1:before {
  content: "\f2ca"
}

.fa-thermometer-quarter:before {
  content: "\f2ca"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-bitcoin-sign:before {
  content: "\e0b4"
}

.fa-shield-dog:before {
  content: "\e573"
}

.fa-solar-panel:before {
  content: "\f5ba"
}

.fa-lock-open:before {
  content: "\f3c1"
}

.fa-elevator:before {
  content: "\e16d"
}

.fa-money-bill-transfer:before {
  content: "\e528"
}

.fa-money-bill-trend-up:before {
  content: "\e529"
}

.fa-house-flood-water-circle-arrow-right:before {
  content: "\e50f"
}

.fa-square-poll-horizontal:before {
  content: "\f682"
}

.fa-poll-h:before {
  content: "\f682"
}

.fa-circle:before {
  content: "\f111"
}

.fa-backward-fast:before {
  content: "\f049"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-user-astronaut:before {
  content: "\f4fb"
}

.fa-plane-slash:before {
  content: "\e069"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-basketball:before {
  content: "\f434"
}

.fa-basketball-ball:before {
  content: "\f434"
}

.fa-satellite-dish:before {
  content: "\f7c0"
}

.fa-circle-up:before {
  content: "\f35b"
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b"
}

.fa-mobile-screen-button:before {
  content: "\f3cd"
}

.fa-mobile-alt:before {
  content: "\f3cd"
}

.fa-volume-high:before {
  content: "\f028"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-users-rays:before {
  content: "\e593"
}

.fa-wallet:before {
  content: "\f555"
}

.fa-clipboard-check:before {
  content: "\f46c"
}

.fa-file-audio:before {
  content: "\f1c7"
}

.fa-burger:before {
  content: "\f805"
}

.fa-hamburger:before {
  content: "\f805"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-bugs:before {
  content: "\e4d0"
}

.fa-rupee-sign:before {
  content: "\f156"
}

.fa-rupee:before {
  content: "\f156"
}

.fa-file-image:before {
  content: "\f1c5"
}

.fa-circle-question:before {
  content: "\f059"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-plane-departure:before {
  content: "\f5b0"
}

.fa-handshake-slash:before {
  content: "\e060"
}

.fa-book-bookmark:before {
  content: "\e0bb"
}

.fa-code-branch:before {
  content: "\f126"
}

.fa-hat-cowboy:before {
  content: "\f8c0"
}

.fa-bridge:before {
  content: "\e4c8"
}

.fa-phone-flip:before {
  content: "\f879"
}

.fa-phone-alt:before {
  content: "\f879"
}

.fa-truck-front:before {
  content: "\e2b7"
}

.fa-cat:before {
  content: "\f6be"
}

.fa-anchor-circle-exclamation:before {
  content: "\e4ab"
}

.fa-truck-field:before {
  content: "\e58d"
}

.fa-route:before {
  content: "\f4d7"
}

.fa-clipboard-question:before {
  content: "\e4e3"
}

.fa-panorama:before {
  content: "\e209"
}

.fa-comment-medical:before {
  content: "\f7f5"
}

.fa-teeth-open:before {
  content: "\f62f"
}

.fa-file-circle-minus:before {
  content: "\e4ed"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-wine-glass:before {
  content: "\f4e3"
}

.fa-forward-fast:before {
  content: "\f050"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-face-meh-blank:before {
  content: "\f5a4"
}

.fa-meh-blank:before {
  content: "\f5a4"
}

.fa-square-parking:before {
  content: "\f540"
}

.fa-parking:before {
  content: "\f540"
}

.fa-house-signal:before {
  content: "\e012"
}

.fa-bars-progress:before {
  content: "\f828"
}

.fa-tasks-alt:before {
  content: "\f828"
}

.fa-faucet-drip:before {
  content: "\e006"
}

.fa-cart-flatbed:before {
  content: "\f474"
}

.fa-dolly-flatbed:before {
  content: "\f474"
}

.fa-ban-smoking:before {
  content: "\f54d"
}

.fa-smoking-ban:before {
  content: "\f54d"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-mobile-button:before {
  content: "\f10b"
}

.fa-house-medical-flag:before {
  content: "\e514"
}

.fa-basket-shopping:before {
  content: "\f291"
}

.fa-shopping-basket:before {
  content: "\f291"
}

.fa-tape:before {
  content: "\f4db"
}

.fa-bus-simple:before {
  content: "\f55e"
}

.fa-bus-alt:before {
  content: "\f55e"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-face-sad-cry:before {
  content: "\f5b3"
}

.fa-sad-cry:before {
  content: "\f5b3"
}

.fa-audio-description:before {
  content: "\f29e"
}

.fa-person-military-to-person:before {
  content: "\e54c"
}

.fa-file-shield:before {
  content: "\e4f0"
}

.fa-user-slash:before {
  content: "\f506"
}

.fa-pen:before {
  content: "\f304"
}

.fa-tower-observation:before {
  content: "\e586"
}

.fa-file-code:before {
  content: "\f1c9"
}

.fa-signal:before {
  content: "\f012"
}

.fa-signal-5:before {
  content: "\f012"
}

.fa-signal-perfect:before {
  content: "\f012"
}

.fa-bus:before {
  content: "\f207"
}

.fa-heart-circle-xmark:before {
  content: "\e501"
}

.fa-house-chimney:before {
  content: "\e3af"
}

.fa-home-lg:before {
  content: "\e3af"
}

.fa-window-maximize:before {
  content: "\f2d0"
}

.fa-face-frown:before {
  content: "\f119"
}

.fa-frown:before {
  content: "\f119"
}

.fa-prescription:before {
  content: "\f5b1"
}

.fa-shop:before {
  content: "\f54f"
}

.fa-store-alt:before {
  content: "\f54f"
}

.fa-floppy-disk:before {
  content: "\f0c7"
}

.fa-save:before {
  content: "\f0c7"
}

.fa-vihara:before {
  content: "\f6a7"
}

.fa-scale-unbalanced:before {
  content: "\f515"
}

.fa-balance-scale-left:before {
  content: "\f515"
}

.fa-sort-up:before {
  content: "\f0de"
}

.fa-sort-asc:before {
  content: "\f0de"
}

.fa-comment-dots:before {
  content: "\f4ad"
}

.fa-commenting:before {
  content: "\f4ad"
}

.fa-plant-wilt:before {
  content: "\e5aa"
}

.fa-diamond:before {
  content: "\f219"
}

.fa-face-grin-squint:before {
  content: "\f585"
}

.fa-grin-squint:before {
  content: "\f585"
}

.fa-hand-holding-dollar:before {
  content: "\f4c0"
}

.fa-hand-holding-usd:before {
  content: "\f4c0"
}

.fa-bacterium:before {
  content: "\e05a"
}

.fa-hand-pointer:before {
  content: "\f25a"
}

.fa-drum-steelpan:before {
  content: "\f56a"
}

.fa-hand-scissors:before {
  content: "\f257"
}

.fa-hands-praying:before {
  content: "\f684"
}

.fa-praying-hands:before {
  content: "\f684"
}

.fa-arrow-rotate-right:before {
  content: "\f01e"
}

.fa-arrow-right-rotate:before {
  content: "\f01e"
}

.fa-arrow-rotate-forward:before {
  content: "\f01e"
}

.fa-redo:before {
  content: "\f01e"
}

.fa-biohazard:before {
  content: "\f780"
}

.fa-location-crosshairs:before {
  content: "\f601"
}

.fa-location:before {
  content: "\f601"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-child-dress:before {
  content: "\e59c"
}

.fa-users-between-lines:before {
  content: "\e591"
}

.fa-lungs-virus:before {
  content: "\e067"
}

.fa-face-grin-tears:before {
  content: "\f588"
}

.fa-grin-tears:before {
  content: "\f588"
}

.fa-phone:before {
  content: "\f095"
}

.fa-calendar-xmark:before {
  content: "\f273"
}

.fa-calendar-times:before {
  content: "\f273"
}

.fa-child-reaching:before {
  content: "\e59d"
}

.fa-head-side-virus:before {
  content: "\e064"
}

.fa-user-gear:before {
  content: "\f4fe"
}

.fa-user-cog:before {
  content: "\f4fe"
}

.fa-arrow-up-1-9:before {
  content: "\f163"
}

.fa-sort-numeric-up:before {
  content: "\f163"
}

.fa-door-closed:before {
  content: "\f52a"
}

.fa-shield-virus:before {
  content: "\e06c"
}

.fa-dice-six:before {
  content: "\f526"
}

.fa-mosquito-net:before {
  content: "\e52c"
}

.fa-bridge-water:before {
  content: "\e4ce"
}

.fa-person-booth:before {
  content: "\f756"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-hat-wizard:before {
  content: "\f6e8"
}

.fa-pen-fancy:before {
  content: "\f5ac"
}

.fa-person-digging:before {
  content: "\f85e"
}

.fa-digging:before {
  content: "\f85e"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-gauge-simple:before {
  content: "\f629"
}

.fa-gauge-simple-med:before {
  content: "\f629"
}

.fa-tachometer-average:before {
  content: "\f629"
}

.fa-book-medical:before {
  content: "\f7e6"
}

.fa-poo:before {
  content: "\f2fe"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-quote-right-alt:before {
  content: "\f10e"
}

.fa-shirt:before {
  content: "\f553"
}

.fa-t-shirt:before {
  content: "\f553"
}

.fa-tshirt:before {
  content: "\f553"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-divide:before {
  content: "\f529"
}

.fa-tenge-sign:before {
  content: "\f7d7"
}

.fa-tenge:before {
  content: "\f7d7"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-hands-holding:before {
  content: "\f4c2"
}

.fa-hands-clapping:before {
  content: "\e1a8"
}

.fa-republican:before {
  content: "\f75e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-person-circle-xmark:before {
  content: "\e543"
}

.fa-ruler:before {
  content: "\f545"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-dice-d6:before {
  content: "\f6d1"
}

.fa-restroom:before {
  content: "\f7bd"
}

.fa-j:before {
  content: "\4a"
}

.fa-users-viewfinder:before {
  content: "\e595"
}

.fa-file-video:before {
  content: "\f1c8"
}

.fa-up-right-from-square:before {
  content: "\f35d"
}

.fa-external-link-alt:before {
  content: "\f35d"
}

.fa-table-cells:before {
  content: "\f00a"
}

.fa-th:before {
  content: "\f00a"
}

.fa-file-pdf:before {
  content: "\f1c1"
}

.fa-book-bible:before {
  content: "\f647"
}

.fa-bible:before {
  content: "\f647"
}

.fa-o:before {
  content: "\4f"
}

.fa-suitcase-medical:before {
  content: "\f0fa"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-otter:before {
  content: "\f700"
}

.fa-person-dress:before {
  content: "\f182"
}

.fa-female:before {
  content: "\f182"
}

.fa-comment-dollar:before {
  content: "\f651"
}

.fa-business-time:before {
  content: "\f64a"
}

.fa-briefcase-clock:before {
  content: "\f64a"
}

.fa-table-cells-large:before {
  content: "\f009"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-book-tanakh:before {
  content: "\f827"
}

.fa-tanakh:before {
  content: "\f827"
}

.fa-phone-volume:before {
  content: "\f2a0"
}

.fa-volume-control-phone:before {
  content: "\f2a0"
}

.fa-hat-cowboy-side:before {
  content: "\f8c1"
}

.fa-clipboard-user:before {
  content: "\f7f3"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-lira-sign:before {
  content: "\f195"
}

.fa-satellite:before {
  content: "\f7bf"
}

.fa-plane-lock:before {
  content: "\e558"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-comment:before {
  content: "\f075"
}

.fa-cake-candles:before {
  content: "\f1fd"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-cake:before {
  content: "\f1fd"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-angles-up:before {
  content: "\f102"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-arrow-right-to-city:before {
  content: "\e4b3"
}

.fa-ribbon:before {
  content: "\f4d6"
}

.fa-lungs:before {
  content: "\f604"
}

.fa-arrow-up-9-1:before {
  content: "\f887"
}

.fa-sort-numeric-up-alt:before {
  content: "\f887"
}

.fa-litecoin-sign:before {
  content: "\e1d3"
}

.fa-border-none:before {
  content: "\f850"
}

.fa-circle-nodes:before {
  content: "\e4e2"
}

.fa-parachute-box:before {
  content: "\f4cd"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-truck-field-un:before {
  content: "\e58e"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hourglass-empty:before {
  content: "\f254"
}

.fa-mountain:before {
  content: "\f6fc"
}

.fa-user-doctor:before {
  content: "\f0f0"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-circle-info:before {
  content: "\f05a"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-cloud-meatball:before {
  content: "\f73b"
}

.fa-camera:before {
  content: "\f030"
}

.fa-camera-alt:before {
  content: "\f030"
}

.fa-square-virus:before {
  content: "\e578"
}

.fa-meteor:before {
  content: "\f753"
}

.fa-car-on:before {
  content: "\e4dd"
}

.fa-sleigh:before {
  content: "\f7cc"
}

.fa-arrow-down-1-9:before {
  content: "\f162"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa-sort-numeric-down:before {
  content: "\f162"
}

.fa-hand-holding-droplet:before {
  content: "\f4c1"
}

.fa-hand-holding-water:before {
  content: "\f4c1"
}

.fa-water:before {
  content: "\f773"
}

.fa-calendar-check:before {
  content: "\f274"
}

.fa-braille:before {
  content: "\f2a1"
}

.fa-prescription-bottle-medical:before {
  content: "\f486"
}

.fa-prescription-bottle-alt:before {
  content: "\f486"
}

.fa-landmark:before {
  content: "\f66f"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-person-cane:before {
  content: "\e53c"
}

.fa-tent:before {
  content: "\e57d"
}

.fa-vest-patches:before {
  content: "\e086"
}

.fa-check-double:before {
  content: "\f560"
}

.fa-arrow-down-a-z:before {
  content: "\f15d"
}

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa-sort-alpha-down:before {
  content: "\f15d"
}

.fa-money-bill-wheat:before {
  content: "\e52a"
}

.fa-cookie:before {
  content: "\f563"
}

.fa-arrow-rotate-left:before {
  content: "\f0e2"
}

.fa-arrow-left-rotate:before {
  content: "\f0e2"
}

.fa-arrow-rotate-back:before {
  content: "\f0e2"
}

.fa-arrow-rotate-backward:before {
  content: "\f0e2"
}

.fa-undo:before {
  content: "\f0e2"
}

.fa-hard-drive:before {
  content: "\f0a0"
}

.fa-hdd:before {
  content: "\f0a0"
}

.fa-face-grin-squint-tears:before {
  content: "\f586"
}

.fa-grin-squint-tears:before {
  content: "\f586"
}

.fa-dumbbell:before {
  content: "\f44b"
}

.fa-rectangle-list:before {
  content: "\f022"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-tarp-droplet:before {
  content: "\e57c"
}

.fa-house-medical-circle-check:before {
  content: "\e511"
}

.fa-person-skiing-nordic:before {
  content: "\f7ca"
}

.fa-skiing-nordic:before {
  content: "\f7ca"
}

.fa-calendar-plus:before {
  content: "\f271"
}

.fa-plane-arrival:before {
  content: "\f5af"
}

.fa-circle-left:before {
  content: "\f359"
}

.fa-arrow-alt-circle-left:before {
  content: "\f359"
}

.fa-train-subway:before {
  content: "\f239"
}

.fa-subway:before {
  content: "\f239"
}

.fa-chart-gantt:before {
  content: "\e0e4"
}

.fa-indian-rupee-sign:before {
  content: "\e1bc"
}

.fa-indian-rupee:before {
  content: "\e1bc"
}

.fa-inr:before {
  content: "\e1bc"
}

.fa-crop-simple:before {
  content: "\f565"
}

.fa-crop-alt:before {
  content: "\f565"
}

.fa-money-bill-1:before {
  content: "\f3d1"
}

.fa-money-bill-alt:before {
  content: "\f3d1"
}

.fa-left-long:before {
  content: "\f30a"
}

.fa-long-arrow-alt-left:before {
  content: "\f30a"
}

.fa-dna:before {
  content: "\f471"
}

.fa-virus-slash:before {
  content: "\e075"
}

.fa-minus:before {
  content: "\f068"
}

.fa-subtract:before {
  content: "\f068"
}

.fa-chess:before {
  content: "\f439"
}

.fa-arrow-left-long:before {
  content: "\f177"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-plug-circle-check:before {
  content: "\e55c"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-franc-sign:before {
  content: "\e18f"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-hands-asl-interpreting:before {
  content: "\f2a3"
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"
}

.fa-asl-interpreting:before {
  content: "\f2a3"
}

.fa-hands-american-sign-language-interpreting:before {
  content: "\f2a3"
}

.fa-gear:before {
  content: "\f013"
}

.fa-cog:before {
  content: "\f013"
}

.fa-droplet-slash:before {
  content: "\f5c7"
}

.fa-tint-slash:before {
  content: "\f5c7"
}

.fa-mosque:before {
  content: "\f678"
}

.fa-mosquito:before {
  content: "\e52b"
}

.fa-star-of-david:before {
  content: "\f69a"
}

.fa-person-military-rifle:before {
  content: "\e54b"
}

.fa-cart-shopping:before {
  content: "\f07a"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-vials:before {
  content: "\f493"
}

.fa-plug-circle-plus:before {
  content: "\e55f"
}

.fa-place-of-worship:before {
  content: "\f67f"
}

.fa-grip-vertical:before {
  content: "\f58e"
}

.fa-arrow-turn-up:before {
  content: "\f148"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-u:before {
  content: "\55"
}

.fa-square-root-variable:before {
  content: "\f698"
}

.fa-square-root-alt:before {
  content: "\f698"
}

.fa-clock:before {
  content: "\f017"
}

.fa-clock-four:before {
  content: "\f017"
}

.fa-backward-step:before {
  content: "\f048"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-pallet:before {
  content: "\f482"
}

.fa-faucet:before {
  content: "\e005"
}

.fa-baseball-bat-ball:before {
  content: "\f432"
}

.fa-s:before {
  content: "\53"
}

.fa-timeline:before {
  content: "\e29c"
}

.fa-keyboard:before {
  content: "\f11c"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-house-chimney-medical:before {
  content: "\f7f2"
}

.fa-clinic-medical:before {
  content: "\f7f2"
}

.fa-temperature-three-quarters:before {
  content: "\f2c8"
}

.fa-temperature-3:before {
  content: "\f2c8"
}

.fa-thermometer-3:before {
  content: "\f2c8"
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8"
}

.fa-mobile-screen:before {
  content: "\f3cf"
}

.fa-mobile-android-alt:before {
  content: "\f3cf"
}

.fa-plane-up:before {
  content: "\e22d"
}

.fa-piggy-bank:before {
  content: "\f4d3"
}

.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-3:before {
  content: "\f242"
}

.fa-mountain-city:before {
  content: "\e52e"
}

.fa-coins:before {
  content: "\f51e"
}

.fa-khanda:before {
  content: "\f66d"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-sliders-h:before {
  content: "\f1de"
}

.fa-folder-tree:before {
  content: "\f802"
}

.fa-network-wired:before {
  content: "\f6ff"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-hamsa:before {
  content: "\f665"
}

.fa-cent-sign:before {
  content: "\e3f5"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-person-pregnant:before {
  content: "\e31e"
}

.fa-wand-sparkles:before {
  content: "\f72b"
}

.fa-ellipsis-vertical:before {
  content: "\f142"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-right-long:before {
  content: "\f30b"
}

.fa-long-arrow-alt-right:before {
  content: "\f30b"
}

.fa-flag-usa:before {
  content: "\f74d"
}

.fa-laptop-file:before {
  content: "\e51d"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-teletype:before {
  content: "\f1e4"
}

.fa-diagram-next:before {
  content: "\e476"
}

.fa-person-rifle:before {
  content: "\e54e"
}

.fa-house-medical-circle-exclamation:before {
  content: "\e512"
}

.fa-closed-captioning:before {
  content: "\f20a"
}

.fa-person-hiking:before {
  content: "\f6ec"
}

.fa-hiking:before {
  content: "\f6ec"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-images:before {
  content: "\f302"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-people-pulling:before {
  content: "\e535"
}

.fa-n:before {
  content: "\4e"
}

.fa-cable-car:before {
  content: "\f7da"
}

.fa-tram:before {
  content: "\f7da"
}

.fa-cloud-rain:before {
  content: "\f73d"
}

.fa-building-circle-xmark:before {
  content: "\e4d4"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-arrows-down-to-line:before {
  content: "\e4b8"
}

.fa-download:before {
  content: "\f019"
}

.fa-face-grin:before {
  content: "\f580"
}

.fa-grin:before {
  content: "\f580"
}

.fa-delete-left:before {
  content: "\f55a"
}

.fa-backspace:before {
  content: "\f55a"
}

.fa-eye-dropper:before {
  content: "\f1fb"
}

.fa-eye-dropper-empty:before {
  content: "\f1fb"
}

.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-file-circle-check:before {
  content: "\e5a0"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-mobile:before {
  content: "\f3ce"
}

.fa-mobile-android:before {
  content: "\f3ce"
}

.fa-mobile-phone:before {
  content: "\f3ce"
}

.fa-face-meh:before {
  content: "\f11a"
}

.fa-meh:before {
  content: "\f11a"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-book-skull:before {
  content: "\f6b7"
}

.fa-book-dead:before {
  content: "\f6b7"
}

.fa-id-card:before {
  content: "\f2c2"
}

.fa-drivers-license:before {
  content: "\f2c2"
}

.fa-outdent:before {
  content: "\f03b"
}

.fa-dedent:before {
  content: "\f03b"
}

.fa-heart-circle-exclamation:before {
  content: "\e4fe"
}

.fa-house:before {
  content: "\f015"
}

.fa-home:before {
  content: "\f015"
}

.fa-home-alt:before {
  content: "\f015"
}

.fa-home-lg-alt:before {
  content: "\f015"
}

.fa-calendar-week:before {
  content: "\f784"
}

.fa-laptop-medical:before {
  content: "\f812"
}

.fa-b:before {
  content: "\42"
}

.fa-file-medical:before {
  content: "\f477"
}

.fa-dice-one:before {
  content: "\f525"
}

.fa-kiwi-bird:before {
  content: "\f535"
}

.fa-arrow-right-arrow-left:before {
  content: "\f0ec"
}

.fa-exchange:before {
  content: "\f0ec"
}

.fa-rotate-right:before {
  content: "\f2f9"
}

.fa-redo-alt:before {
  content: "\f2f9"
}

.fa-rotate-forward:before {
  content: "\f2f9"
}

.fa-utensils:before {
  content: "\f2e7"
}

.fa-cutlery:before {
  content: "\f2e7"
}

.fa-arrow-up-wide-short:before {
  content: "\f161"
}

.fa-sort-amount-up:before {
  content: "\f161"
}

.fa-mill-sign:before {
  content: "\e1ed"
}

.fa-bowl-rice:before {
  content: "\e2eb"
}

.fa-skull:before {
  content: "\f54c"
}

.fa-tower-broadcast:before {
  content: "\f519"
}

.fa-broadcast-tower:before {
  content: "\f519"
}

.fa-truck-pickup:before {
  content: "\f63c"
}

.fa-up-long:before {
  content: "\f30c"
}

.fa-long-arrow-alt-up:before {
  content: "\f30c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-code-merge:before {
  content: "\f387"
}

.fa-upload:before {
  content: "\f093"
}

.fa-hurricane:before {
  content: "\f751"
}

.fa-mound:before {
  content: "\e52d"
}

.fa-toilet-portable:before {
  content: "\e583"
}

.fa-compact-disc:before {
  content: "\f51f"
}

.fa-file-arrow-down:before {
  content: "\f56d"
}

.fa-file-download:before {
  content: "\f56d"
}

.fa-caravan:before {
  content: "\f8ff"
}

.fa-shield-cat:before {
  content: "\e572"
}

.fa-bolt:before {
  content: "\f0e7"
}

.fa-zap:before {
  content: "\f0e7"
}

.fa-glass-water:before {
  content: "\e4f4"
}

.fa-oil-well:before {
  content: "\e532"
}

.fa-vault:before {
  content: "\e2c5"
}

.fa-mars:before {
  content: "\f222"
}

.fa-toilet:before {
  content: "\f7d8"
}

.fa-plane-circle-xmark:before {
  content: "\e557"
}

.fa-yen-sign:before {
  content: "\f157"
}

.fa-cny:before {
  content: "\f157"
}

.fa-jpy:before {
  content: "\f157"
}

.fa-rmb:before {
  content: "\f157"
}

.fa-yen:before {
  content: "\f157"
}

.fa-ruble-sign:before {
  content: "\f158"
}

.fa-rouble:before {
  content: "\f158"
}

.fa-rub:before {
  content: "\f158"
}

.fa-ruble:before {
  content: "\f158"
}

.fa-sun:before {
  content: "\f185"
}

.fa-guitar:before {
  content: "\f7a6"
}

.fa-face-laugh-wink:before {
  content: "\f59c"
}

.fa-laugh-wink:before {
  content: "\f59c"
}

.fa-horse-head:before {
  content: "\f7ab"
}

.fa-bore-hole:before {
  content: "\e4c3"
}

.fa-industry:before {
  content: "\f275"
}

.fa-circle-down:before {
  content: "\f358"
}

.fa-arrow-alt-circle-down:before {
  content: "\f358"
}

.fa-arrows-turn-to-dots:before {
  content: "\e4c1"
}

.fa-florin-sign:before {
  content: "\e184"
}

.fa-arrow-down-short-wide:before {
  content: "\f884"
}

.fa-sort-amount-desc:before {
  content: "\f884"
}

.fa-sort-amount-down-alt:before {
  content: "\f884"
}

.fa-less-than:before {
  content: "\3c"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-car-tunnel:before {
  content: "\e4de"
}

.fa-head-side-cough:before {
  content: "\e061"
}

.fa-grip-lines:before {
  content: "\f7a4"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-user-lock:before {
  content: "\f502"
}

.fa-arrow-right-long:before {
  content: "\f178"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-anchor-circle-xmark:before {
  content: "\e4ac"
}

.fa-ellipsis:before {
  content: "\f141"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-chess-pawn:before {
  content: "\f443"
}

.fa-kit-medical:before {
  content: "\f479"
}

.fa-first-aid:before {
  content: "\f479"
}

.fa-person-through-window:before {
  content: "\e5a9"
}

.fa-toolbox:before {
  content: "\f552"
}

.fa-hands-holding-circle:before {
  content: "\e4fb"
}

.fa-bug:before {
  content: "\f188"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-credit-card-alt:before {
  content: "\f09d"
}

.fa-car:before {
  content: "\f1b9"
}

.fa-automobile:before {
  content: "\f1b9"
}

.fa-hand-holding-hand:before {
  content: "\e4f7"
}

.fa-book-open-reader:before {
  content: "\f5da"
}

.fa-book-reader:before {
  content: "\f5da"
}

.fa-mountain-sun:before {
  content: "\e52f"
}

.fa-arrows-left-right-to-line:before {
  content: "\e4ba"
}

.fa-dice-d20:before {
  content: "\f6cf"
}

.fa-truck-droplet:before {
  content: "\e58c"
}

.fa-file-circle-xmark:before {
  content: "\e5a1"
}

.fa-temperature-arrow-up:before {
  content: "\e040"
}

.fa-temperature-up:before {
  content: "\e040"
}

.fa-medal:before {
  content: "\f5a2"
}

.fa-bed:before {
  content: "\f236"
}

.fa-square-h:before {
  content: "\f0fd"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-podcast:before {
  content: "\f2ce"
}

.fa-temperature-full:before {
  content: "\f2c7"
}

.fa-temperature-4:before {
  content: "\f2c7"
}

.fa-thermometer-4:before {
  content: "\f2c7"
}

.fa-thermometer-full:before {
  content: "\f2c7"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-plug-circle-xmark:before {
  content: "\e560"
}

.fa-star-of-life:before {
  content: "\f621"
}

.fa-phone-slash:before {
  content: "\f3dd"
}

.fa-paint-roller:before {
  content: "\f5aa"
}

.fa-handshake-angle:before {
  content: "\f4c4"
}

.fa-hands-helping:before {
  content: "\f4c4"
}

.fa-location-dot:before {
  content: "\f3c5"
}

.fa-map-marker-alt:before {
  content: "\f3c5"
}

.fa-file:before {
  content: "\f15b"
}

.fa-greater-than:before {
  content: "\3e"
}

.fa-person-swimming:before {
  content: "\f5c4"
}

.fa-swimmer:before {
  content: "\f5c4"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-droplet:before {
  content: "\f043"
}

.fa-tint:before {
  content: "\f043"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-earth-americas:before {
  content: "\f57d"
}

.fa-earth:before {
  content: "\f57d"
}

.fa-earth-america:before {
  content: "\f57d"
}

.fa-globe-americas:before {
  content: "\f57d"
}

.fa-person-burst:before {
  content: "\e53b"
}

.fa-dove:before {
  content: "\f4ba"
}

.fa-battery-empty:before {
  content: "\f244"
}

.fa-battery-0:before {
  content: "\f244"
}

.fa-socks:before {
  content: "\f696"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-section:before {
  content: "\e447"
}

.fa-gauge-high:before {
  content: "\f625"
}

.fa-tachometer-alt:before {
  content: "\f625"
}

.fa-tachometer-alt-fast:before {
  content: "\f625"
}

.fa-envelope-open-text:before {
  content: "\f658"
}

.fa-hospital:before {
  content: "\f0f8"
}

.fa-hospital-alt:before {
  content: "\f0f8"
}

.fa-hospital-wide:before {
  content: "\f0f8"
}

.fa-wine-bottle:before {
  content: "\f72f"
}

.fa-chess-rook:before {
  content: "\f447"
}

.fa-bars-staggered:before {
  content: "\f550"
}

.fa-reorder:before {
  content: "\f550"
}

.fa-stream:before {
  content: "\f550"
}

.fa-dharmachakra:before {
  content: "\f655"
}

.fa-hotdog:before {
  content: "\f80f"
}

.fa-person-walking-with-cane:before {
  content: "\f29d"
}

.fa-blind:before {
  content: "\f29d"
}

.fa-drum:before {
  content: "\f569"
}

.fa-ice-cream:before {
  content: "\f810"
}

.fa-heart-circle-bolt:before {
  content: "\e4fc"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-check-to-slot:before {
  content: "\f772"
}

.fa-vote-yea:before {
  content: "\f772"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-boxes-stacked:before {
  content: "\f468"
}

.fa-boxes:before {
  content: "\f468"
}

.fa-boxes-alt:before {
  content: "\f468"
}

.fa-link:before {
  content: "\f0c1"
}

.fa-chain:before {
  content: "\f0c1"
}

.fa-ear-listen:before {
  content: "\f2a2"
}

.fa-assistive-listening-systems:before {
  content: "\f2a2"
}

.fa-tree-city:before {
  content: "\e587"
}

.fa-play:before {
  content: "\f04b"
}

.fa-font:before {
  content: "\f031"
}

.fa-table-cells-row-lock:before {
  content: "\e67a"
}

.fa-rupiah-sign:before {
  content: "\e23d"
}

.fa-magnifying-glass:before {
  content: "\f002"
}

.fa-search:before {
  content: "\f002"
}

.fa-table-tennis-paddle-ball:before {
  content: "\f45d"
}

.fa-ping-pong-paddle-ball:before {
  content: "\f45d"
}

.fa-table-tennis:before {
  content: "\f45d"
}

.fa-person-dots-from-line:before {
  content: "\f470"
}

.fa-diagnoses:before {
  content: "\f470"
}

.fa-trash-can-arrow-up:before {
  content: "\f82a"
}

.fa-trash-restore-alt:before {
  content: "\f82a"
}

.fa-naira-sign:before {
  content: "\e1f6"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-walkie-talkie:before {
  content: "\f8ef"
}

.fa-file-pen:before {
  content: "\f31c"
}

.fa-file-edit:before {
  content: "\f31c"
}

.fa-receipt:before {
  content: "\f543"
}

.fa-square-pen:before {
  content: "\f14b"
}

.fa-pen-square:before {
  content: "\f14b"
}

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-suitcase-rolling:before {
  content: "\f5c1"
}

.fa-person-circle-exclamation:before {
  content: "\e53f"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-battery-full:before {
  content: "\f240"
}

.fa-battery:before {
  content: "\f240"
}

.fa-battery-5:before {
  content: "\f240"
}

.fa-skull-crossbones:before {
  content: "\f714"
}

.fa-code-compare:before {
  content: "\e13a"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-list-dots:before {
  content: "\f0ca"
}

.fa-school-lock:before {
  content: "\e56f"
}

.fa-tower-cell:before {
  content: "\e585"
}

.fa-down-long:before {
  content: "\f309"
}

.fa-long-arrow-alt-down:before {
  content: "\f309"
}

.fa-ranking-star:before {
  content: "\e561"
}

.fa-chess-king:before {
  content: "\f43f"
}

.fa-person-harassing:before {
  content: "\e549"
}

.fa-brazilian-real-sign:before {
  content: "\e46c"
}

.fa-landmark-dome:before {
  content: "\f752"
}

.fa-landmark-alt:before {
  content: "\f752"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-tv:before {
  content: "\f26c"
}

.fa-television:before {
  content: "\f26c"
}

.fa-tv-alt:before {
  content: "\f26c"
}

.fa-shrimp:before {
  content: "\e448"
}

.fa-list-check:before {
  content: "\f0ae"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-jug-detergent:before {
  content: "\e519"
}

.fa-circle-user:before {
  content: "\f2bd"
}

.fa-user-circle:before {
  content: "\f2bd"
}

.fa-user-shield:before {
  content: "\f505"
}

.fa-wind:before {
  content: "\f72e"
}

.fa-car-burst:before {
  content: "\f5e1"
}

.fa-car-crash:before {
  content: "\f5e1"
}

.fa-y:before {
  content: "\59"
}

.fa-person-snowboarding:before {
  content: "\f7ce"
}

.fa-snowboarding:before {
  content: "\f7ce"
}

.fa-truck-fast:before {
  content: "\f48b"
}

.fa-shipping-fast:before {
  content: "\f48b"
}

.fa-fish:before {
  content: "\f578"
}

.fa-user-graduate:before {
  content: "\f501"
}

.fa-circle-half-stroke:before {
  content: "\f042"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-clapperboard:before {
  content: "\e131"
}

.fa-circle-radiation:before {
  content: "\f7ba"
}

.fa-radiation-alt:before {
  content: "\f7ba"
}

.fa-baseball:before {
  content: "\f433"
}

.fa-baseball-ball:before {
  content: "\f433"
}

.fa-jet-fighter-up:before {
  content: "\e518"
}

.fa-diagram-project:before {
  content: "\f542"
}

.fa-project-diagram:before {
  content: "\f542"
}

.fa-copy:before {
  content: "\f0c5"
}

.fa-volume-xmark:before {
  content: "\f6a9"
}

.fa-volume-mute:before {
  content: "\f6a9"
}

.fa-volume-times:before {
  content: "\f6a9"
}

.fa-hand-sparkles:before {
  content: "\e05d"
}

.fa-grip:before {
  content: "\f58d"
}

.fa-grip-horizontal:before {
  content: "\f58d"
}

.fa-share-from-square:before {
  content: "\f14d"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-child-combatant:before {
  content: "\e4e0"
}

.fa-child-rifle:before {
  content: "\e4e0"
}

.fa-gun:before {
  content: "\e19b"
}

.fa-square-phone:before {
  content: "\f098"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-plus:before {
  content: "\2b"
}

.fa-add:before {
  content: "\2b"
}

.fa-expand:before {
  content: "\f065"
}

.fa-computer:before {
  content: "\e4e5"
}

.fa-xmark:before {
  content: "\f00d"
}

.fa-close:before {
  content: "\f00d"
}

.fa-multiply:before {
  content: "\f00d"
}

.fa-remove:before {
  content: "\f00d"
}

.fa-times:before {
  content: "\f00d"
}

.fa-arrows-up-down-left-right:before {
  content: "\f047"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-chalkboard-user:before {
  content: "\f51c"
}

.fa-chalkboard-teacher:before {
  content: "\f51c"
}

.fa-peso-sign:before {
  content: "\e222"
}

.fa-building-shield:before {
  content: "\e4d8"
}

.fa-baby:before {
  content: "\f77c"
}

.fa-users-line:before {
  content: "\e592"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-left-alt:before {
  content: "\f10d"
}

.fa-tractor:before {
  content: "\f722"
}

.fa-trash-arrow-up:before {
  content: "\f829"
}

.fa-trash-restore:before {
  content: "\f829"
}

.fa-arrow-down-up-lock:before {
  content: "\e4b0"
}

.fa-lines-leaning:before {
  content: "\e51e"
}

.fa-ruler-combined:before {
  content: "\f546"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-equals:before {
  content: "\3d"
}

.fa-blender:before {
  content: "\f517"
}

.fa-teeth:before {
  content: "\f62e"
}

.fa-shekel-sign:before {
  content: "\f20b"
}

.fa-ils:before {
  content: "\f20b"
}

.fa-shekel:before {
  content: "\f20b"
}

.fa-sheqel:before {
  content: "\f20b"
}

.fa-sheqel-sign:before {
  content: "\f20b"
}

.fa-map:before {
  content: "\f279"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-photo-film:before {
  content: "\f87c"
}

.fa-photo-video:before {
  content: "\f87c"
}

.fa-folder-minus:before {
  content: "\f65d"
}

.fa-store:before {
  content: "\f54e"
}

.fa-arrow-trend-up:before {
  content: "\e098"
}

.fa-plug-circle-minus:before {
  content: "\e55e"
}

.fa-sign-hanging:before {
  content: "\f4d9"
}

.fa-sign:before {
  content: "\f4d9"
}

.fa-bezier-curve:before {
  content: "\f55b"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-tablet:before {
  content: "\f3fb"
}

.fa-tablet-android:before {
  content: "\f3fb"
}

.fa-school-flag:before {
  content: "\e56e"
}

.fa-fill:before {
  content: "\f575"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-drumstick-bite:before {
  content: "\f6d7"
}

.fa-holly-berry:before {
  content: "\f7aa"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-bacteria:before {
  content: "\e059"
}

.fa-hand-lizard:before {
  content: "\f258"
}

.fa-notdef:before {
  content: "\e1fe"
}

.fa-disease:before {
  content: "\f7fa"
}

.fa-briefcase-medical:before {
  content: "\f469"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-car-rear:before {
  content: "\f5de"
}

.fa-car-alt:before {
  content: "\f5de"
}

.fa-pump-soap:before {
  content: "\e06b"
}

.fa-video-slash:before {
  content: "\f4e2"
}

.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-2:before {
  content: "\f243"
}

.fa-radio:before {
  content: "\f8d7"
}

.fa-baby-carriage:before {
  content: "\f77d"
}

.fa-carriage-baby:before {
  content: "\f77d"
}

.fa-traffic-light:before {
  content: "\f637"
}

.fa-thermometer:before {
  content: "\f491"
}

.fa-vr-cardboard:before {
  content: "\f729"
}

.fa-hand-middle-finger:before {
  content: "\f806"
}

.fa-percent:before {
  content: "\25"
}

.fa-percentage:before {
  content: "\25"
}

.fa-truck-moving:before {
  content: "\f4df"
}

.fa-glass-water-droplet:before {
  content: "\e4f5"
}

.fa-display:before {
  content: "\e163"
}

.fa-face-smile:before {
  content: "\f118"
}

.fa-smile:before {
  content: "\f118"
}

.fa-thumbtack:before {
  content: "\f08d"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-person-praying:before {
  content: "\f683"
}

.fa-pray:before {
  content: "\f683"
}

.fa-hammer:before {
  content: "\f6e3"
}

.fa-hand-peace:before {
  content: "\f25b"
}

.fa-rotate:before {
  content: "\f2f1"
}

.fa-sync-alt:before {
  content: "\f2f1"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-robot:before {
  content: "\f544"
}

.fa-peace:before {
  content: "\f67c"
}

.fa-gears:before {
  content: "\f085"
}

.fa-cogs:before {
  content: "\f085"
}

.fa-warehouse:before {
  content: "\f494"
}

.fa-arrow-up-right-dots:before {
  content: "\e4b7"
}

.fa-splotch:before {
  content: "\f5bc"
}

.fa-face-grin-hearts:before {
  content: "\f584"
}

.fa-grin-hearts:before {
  content: "\f584"
}

.fa-dice-four:before {
  content: "\f524"
}

.fa-sim-card:before {
  content: "\f7c4"
}

.fa-transgender:before {
  content: "\f225"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-arrow-turn-down:before {
  content: "\f149"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-person-falling-burst:before {
  content: "\e547"
}

.fa-award:before {
  content: "\f559"
}

.fa-ticket-simple:before {
  content: "\f3ff"
}

.fa-ticket-alt:before {
  content: "\f3ff"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-angles-left:before {
  content: "\f100"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-clock-rotate-left:before {
  content: "\f1da"
}

.fa-history:before {
  content: "\f1da"
}

.fa-face-grin-beam-sweat:before {
  content: "\f583"
}

.fa-grin-beam-sweat:before {
  content: "\f583"
}

.fa-file-export:before {
  content: "\f56e"
}

.fa-arrow-right-from-file:before {
  content: "\f56e"
}

.fa-shield:before {
  content: "\f132"
}

.fa-shield-blank:before {
  content: "\f132"
}

.fa-arrow-up-short-wide:before {
  content: "\f885"
}

.fa-sort-amount-up-alt:before {
  content: "\f885"
}

.fa-house-medical:before {
  content: "\e3b2"
}

.fa-golf-ball-tee:before {
  content: "\f450"
}

.fa-golf-ball:before {
  content: "\f450"
}

.fa-circle-chevron-left:before {
  content: "\f137"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-house-chimney-window:before {
  content: "\e00d"
}

.fa-pen-nib:before {
  content: "\f5ad"
}

.fa-tent-arrow-turn-left:before {
  content: "\e580"
}

.fa-tents:before {
  content: "\e582"
}

.fa-wand-magic:before {
  content: "\f0d0"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-dog:before {
  content: "\f6d3"
}

.fa-carrot:before {
  content: "\f787"
}

.fa-moon:before {
  content: "\f186"
}

.fa-wine-glass-empty:before {
  content: "\f5ce"
}

.fa-wine-glass-alt:before {
  content: "\f5ce"
}

.fa-cheese:before {
  content: "\f7ef"
}

.fa-yin-yang:before {
  content: "\f6ad"
}

.fa-music:before {
  content: "\f001"
}

.fa-code-commit:before {
  content: "\f386"
}

.fa-temperature-low:before {
  content: "\f76b"
}

.fa-person-biking:before {
  content: "\f84a"
}

.fa-biking:before {
  content: "\f84a"
}

.fa-broom:before {
  content: "\f51a"
}

.fa-shield-heart:before {
  content: "\e574"
}

.fa-gopuram:before {
  content: "\f664"
}

.fa-earth-oceania:before {
  content: "\e47b"
}

.fa-globe-oceania:before {
  content: "\e47b"
}

.fa-square-xmark:before {
  content: "\f2d3"
}

.fa-times-square:before {
  content: "\f2d3"
}

.fa-xmark-square:before {
  content: "\f2d3"
}

.fa-hashtag:before {
  content: "\23"
}

.fa-up-right-and-down-left-from-center:before {
  content: "\f424"
}

.fa-expand-alt:before {
  content: "\f424"
}

.fa-oil-can:before {
  content: "\f613"
}

.fa-t:before {
  content: "\54"
}

.fa-hippo:before {
  content: "\f6ed"
}

.fa-chart-column:before {
  content: "\e0e3"
}

.fa-infinity:before {
  content: "\f534"
}

.fa-vial-circle-check:before {
  content: "\e596"
}

.fa-person-arrow-down-to-line:before {
  content: "\e538"
}

.fa-voicemail:before {
  content: "\f897"
}

.fa-fan:before {
  content: "\f863"
}

.fa-person-walking-luggage:before {
  content: "\e554"
}

.fa-up-down:before {
  content: "\f338"
}

.fa-arrows-alt-v:before {
  content: "\f338"
}

.fa-cloud-moon-rain:before {
  content: "\f73c"
}

.fa-calendar:before {
  content: "\f133"
}

.fa-trailer:before {
  content: "\e041"
}

.fa-bahai:before {
  content: "\f666"
}

.fa-haykal:before {
  content: "\f666"
}

.fa-sd-card:before {
  content: "\f7c2"
}

.fa-dragon:before {
  content: "\f6d5"
}

.fa-shoe-prints:before {
  content: "\f54b"
}

.fa-circle-plus:before {
  content: "\f055"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-face-grin-tongue-wink:before {
  content: "\f58b"
}

.fa-grin-tongue-wink:before {
  content: "\f58b"
}

.fa-hand-holding:before {
  content: "\f4bd"
}

.fa-plug-circle-exclamation:before {
  content: "\e55d"
}

.fa-link-slash:before {
  content: "\f127"
}

.fa-chain-broken:before {
  content: "\f127"
}

.fa-chain-slash:before {
  content: "\f127"
}

.fa-unlink:before {
  content: "\f127"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-person-walking-arrow-loop-left:before {
  content: "\e551"
}

.fa-arrow-up-z-a:before {
  content: "\f882"
}

.fa-sort-alpha-up-alt:before {
  content: "\f882"
}

.fa-fire-flame-curved:before {
  content: "\f7e4"
}

.fa-fire-alt:before {
  content: "\f7e4"
}

.fa-tornado:before {
  content: "\f76f"
}

.fa-file-circle-plus:before {
  content: "\e494"
}

.fa-book-quran:before {
  content: "\f687"
}

.fa-quran:before {
  content: "\f687"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-border-all:before {
  content: "\f84c"
}

.fa-face-angry:before {
  content: "\f556"
}

.fa-angry:before {
  content: "\f556"
}

.fa-cookie-bite:before {
  content: "\f564"
}

.fa-arrow-trend-down:before {
  content: "\e097"
}

.fa-rss:before {
  content: "\f09e"
}

.fa-feed:before {
  content: "\f09e"
}

.fa-draw-polygon:before {
  content: "\f5ee"
}

.fa-scale-balanced:before {
  content: "\f24e"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-gauge-simple-high:before {
  content: "\f62a"
}

.fa-tachometer:before {
  content: "\f62a"
}

.fa-tachometer-fast:before {
  content: "\f62a"
}

.fa-shower:before {
  content: "\f2cc"
}

.fa-desktop:before {
  content: "\f390"
}

.fa-desktop-alt:before {
  content: "\f390"
}

.fa-m:before {
  content: "\4d"
}

.fa-table-list:before {
  content: "\f00b"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-comment-sms:before {
  content: "\f7cd"
}

.fa-sms:before {
  content: "\f7cd"
}

.fa-book:before {
  content: "\f02d"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-check:before {
  content: "\f00c"
}

.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-battery-4:before {
  content: "\f241"
}

.fa-house-circle-check:before {
  content: "\e509"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-diagram-successor:before {
  content: "\e47a"
}

.fa-truck-arrow-right:before {
  content: "\e58b"
}

.fa-arrows-split-up-and-left:before {
  content: "\e4bc"
}

.fa-hand-fist:before {
  content: "\f6de"
}

.fa-fist-raised:before {
  content: "\f6de"
}

.fa-cloud-moon:before {
  content: "\f6c3"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-person-falling:before {
  content: "\e546"
}

.fa-image-portrait:before {
  content: "\f3e0"
}

.fa-portrait:before {
  content: "\f3e0"
}

.fa-user-tag:before {
  content: "\f507"
}

.fa-rug:before {
  content: "\e569"
}

.fa-earth-europe:before {
  content: "\f7a2"
}

.fa-globe-europe:before {
  content: "\f7a2"
}

.fa-cart-flatbed-suitcase:before {
  content: "\f59d"
}

.fa-luggage-cart:before {
  content: "\f59d"
}

.fa-rectangle-xmark:before {
  content: "\f410"
}

.fa-rectangle-times:before {
  content: "\f410"
}

.fa-times-rectangle:before {
  content: "\f410"
}

.fa-window-close:before {
  content: "\f410"
}

.fa-baht-sign:before {
  content: "\e0ac"
}

.fa-book-open:before {
  content: "\f518"
}

.fa-book-journal-whills:before {
  content: "\f66a"
}

.fa-journal-whills:before {
  content: "\f66a"
}

.fa-handcuffs:before {
  content: "\e4f8"
}

.fa-triangle-exclamation:before {
  content: "\f071"
}

.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-warning:before {
  content: "\f071"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-share:before {
  content: "\f064"
}

.fa-mail-forward:before {
  content: "\f064"
}

.fa-bottle-droplet:before {
  content: "\e4c4"
}

.fa-mask-face:before {
  content: "\e1d7"
}

.fa-hill-rockslide:before {
  content: "\e508"
}

.fa-right-left:before {
  content: "\f362"
}

.fa-exchange-alt:before {
  content: "\f362"
}

.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-road-circle-exclamation:before {
  content: "\e565"
}

.fa-dungeon:before {
  content: "\f6d9"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-money-bill-1-wave:before {
  content: "\f53b"
}

.fa-money-bill-wave-alt:before {
  content: "\f53b"
}

.fa-life-ring:before {
  content: "\f1cd"
}

.fa-hands:before {
  content: "\f2a7"
}

.fa-sign-language:before {
  content: "\f2a7"
}

.fa-signing:before {
  content: "\f2a7"
}

.fa-calendar-day:before {
  content: "\f783"
}

.fa-water-ladder:before {
  content: "\f5c5"
}

.fa-ladder-water:before {
  content: "\f5c5"
}

.fa-swimming-pool:before {
  content: "\f5c5"
}

.fa-arrows-up-down:before {
  content: "\f07d"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-face-grimace:before {
  content: "\f57f"
}

.fa-grimace:before {
  content: "\f57f"
}

.fa-wheelchair-move:before {
  content: "\e2ce"
}

.fa-wheelchair-alt:before {
  content: "\e2ce"
}

.fa-turn-down:before {
  content: "\f3be"
}

.fa-level-down-alt:before {
  content: "\f3be"
}

.fa-person-walking-arrow-right:before {
  content: "\e552"
}

.fa-square-envelope:before {
  content: "\f199"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-dice:before {
  content: "\f522"
}

.fa-bowling-ball:before {
  content: "\f436"
}

.fa-brain:before {
  content: "\f5dc"
}

.fa-bandage:before {
  content: "\f462"
}

.fa-band-aid:before {
  content: "\f462"
}

.fa-calendar-minus:before {
  content: "\f272"
}

.fa-circle-xmark:before {
  content: "\f057"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-xmark-circle:before {
  content: "\f057"
}

.fa-gifts:before {
  content: "\f79c"
}

.fa-hotel:before {
  content: "\f594"
}

.fa-earth-asia:before {
  content: "\f57e"
}

.fa-globe-asia:before {
  content: "\f57e"
}

.fa-id-card-clip:before {
  content: "\f47f"
}

.fa-id-card-alt:before {
  content: "\f47f"
}

.fa-magnifying-glass-plus:before {
  content: "\f00e"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-user-clock:before {
  content: "\f4fd"
}

.fa-hand-dots:before {
  content: "\f461"
}

.fa-allergies:before {
  content: "\f461"
}

.fa-file-invoice:before {
  content: "\f570"
}

.fa-window-minimize:before {
  content: "\f2d1"
}

.fa-mug-saucer:before {
  content: "\f0f4"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-brush:before {
  content: "\f55d"
}

.fa-mask:before {
  content: "\f6fa"
}

.fa-magnifying-glass-minus:before {
  content: "\f010"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-ruler-vertical:before {
  content: "\f548"
}

.fa-user-large:before {
  content: "\f406"
}

.fa-user-alt:before {
  content: "\f406"
}

.fa-train-tram:before {
  content: "\e5b4"
}

.fa-user-nurse:before {
  content: "\f82f"
}

.fa-syringe:before {
  content: "\f48e"
}

.fa-cloud-sun:before {
  content: "\f6c4"
}

.fa-stopwatch-20:before {
  content: "\e06f"
}

.fa-square-full:before {
  content: "\f45c"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-jar:before {
  content: "\e516"
}

.fa-note-sticky:before {
  content: "\f249"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-bug-slash:before {
  content: "\e490"
}

.fa-arrow-up-from-water-pump:before {
  content: "\e4b6"
}

.fa-bone:before {
  content: "\f5d7"
}

.fa-user-injured:before {
  content: "\f728"
}

.fa-face-sad-tear:before {
  content: "\f5b4"
}

.fa-sad-tear:before {
  content: "\f5b4"
}

.fa-plane:before {
  content: "\f072"
}

.fa-tent-arrows-down:before {
  content: "\e581"
}

.fa-exclamation:before {
  content: "\21"
}

.fa-arrows-spin:before {
  content: "\e4bb"
}

.fa-print:before {
  content: "\f02f"
}

.fa-turkish-lira-sign:before {
  content: "\e2bb"
}

.fa-try:before {
  content: "\e2bb"
}

.fa-turkish-lira:before {
  content: "\e2bb"
}

.fa-dollar-sign:before {
  content: "\24"
}

.fa-dollar:before {
  content: "\24"
}

.fa-usd:before {
  content: "\24"
}

.fa-x:before {
  content: "\58"
}

.fa-magnifying-glass-dollar:before {
  content: "\f688"
}

.fa-search-dollar:before {
  content: "\f688"
}

.fa-users-gear:before {
  content: "\f509"
}

.fa-users-cog:before {
  content: "\f509"
}

.fa-person-military-pointing:before {
  content: "\e54a"
}

.fa-building-columns:before {
  content: "\f19c"
}

.fa-bank:before {
  content: "\f19c"
}

.fa-institution:before {
  content: "\f19c"
}

.fa-museum:before {
  content: "\f19c"
}

.fa-university:before {
  content: "\f19c"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-trowel:before {
  content: "\e589"
}

.fa-d:before {
  content: "\44"
}

.fa-stapler:before {
  content: "\e5af"
}

.fa-masks-theater:before {
  content: "\f630"
}

.fa-theater-masks:before {
  content: "\f630"
}

.fa-kip-sign:before {
  content: "\e1c4"
}

.fa-hand-point-left:before {
  content: "\f0a5"
}

.fa-handshake-simple:before {
  content: "\f4c6"
}

.fa-handshake-alt:before {
  content: "\f4c6"
}

.fa-jet-fighter:before {
  content: "\f0fb"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-square-share-nodes:before {
  content: "\f1e1"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-plus-minus:before {
  content: "\e43c"
}

.fa-video:before {
  content: "\f03d"
}

.fa-video-camera:before {
  content: "\f03d"
}

.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-mortar-board:before {
  content: "\f19d"
}

.fa-hand-holding-medical:before {
  content: "\e05c"
}

.fa-person-circle-check:before {
  content: "\e53e"
}

.fa-turn-up:before {
  content: "\f3bf"
}

.fa-level-up-alt:before {
  content: "\f3bf"
}

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

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0
}

:root,
:host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(//www.coaching-germany.de/wp-content/themes/brooklyn/css/fontawesome/fa-brands-400.woff2) format("woff2"), url(//www.coaching-germany.de/wp-content/themes/brooklyn/css/fontawesome/fa-brands-400.ttf) format("truetype")
}

.fab,
.fa-brands {
  font-weight: 400
}

.fa-monero:before {
  content: "\f3d0"
}

.fa-hooli:before {
  content: "\f427"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-shopware:before {
  content: "\f5b5"
}

.fa-creative-commons-nc:before {
  content: "\f4e8"
}

.fa-aws:before {
  content: "\f375"
}

.fa-redhat:before {
  content: "\f7bc"
}

.fa-yoast:before {
  content: "\f2b1"
}

.fa-cloudflare:before {
  content: "\e07d"
}

.fa-ups:before {
  content: "\f7e0"
}

.fa-pixiv:before {
  content: "\e640"
}

.fa-wpexplorer:before {
  content: "\f2de"
}

.fa-dyalog:before {
  content: "\f399"
}

.fa-bity:before {
  content: "\f37a"
}

.fa-stackpath:before {
  content: "\f842"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-first-order:before {
  content: "\f2b0"
}

.fa-modx:before {
  content: "\f285"
}

.fa-guilded:before {
  content: "\e07e"
}

.fa-vnv:before {
  content: "\f40b"
}

.fa-square-js:before {
  content: "\f3b9"
}

.fa-js-square:before {
  content: "\f3b9"
}

.fa-microsoft:before {
  content: "\f3ca"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-orcid:before {
  content: "\f8d2"
}

.fa-java:before {
  content: "\f4e4"
}

.fa-invision:before {
  content: "\f7b0"
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"
}

.fa-centercode:before {
  content: "\f380"
}

.fa-glide-g:before {
  content: "\f2a6"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-jxl:before {
  content: "\e67b"
}

.fa-hire-a-helper:before {
  content: "\f3b0"
}

.fa-creative-commons-by:before {
  content: "\f4e7"
}

.fa-unity:before {
  content: "\e049"
}

.fa-whmcs:before {
  content: "\f40d"
}

.fa-rocketchat:before {
  content: "\f3e8"
}

.fa-vk:before {
  content: "\f189"
}

.fa-untappd:before {
  content: "\f405"
}

.fa-mailchimp:before {
  content: "\f59e"
}

.fa-css3-alt:before {
  content: "\f38b"
}

.fa-square-reddit:before {
  content: "\f1a2"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-vimeo-v:before {
  content: "\f27d"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-square-font-awesome:before {
  content: "\e5ad"
}

.fa-deskpro:before {
  content: "\f38f"
}

.fa-brave:before {
  content: "\e63c"
}

.fa-sistrix:before {
  content: "\f3ee"
}

.fa-square-instagram:before {
  content: "\e055"
}

.fa-instagram-square:before {
  content: "\e055"
}

.fa-battle-net:before {
  content: "\f835"
}

.fa-the-red-yeti:before {
  content: "\f69d"
}

.fa-square-hacker-news:before {
  content: "\f3af"
}

.fa-hacker-news-square:before {
  content: "\f3af"
}

.fa-edge:before {
  content: "\f282"
}

.fa-threads:before {
  content: "\e618"
}

.fa-napster:before {
  content: "\f3d2"
}

.fa-square-snapchat:before {
  content: "\f2ad"
}

.fa-snapchat-square:before {
  content: "\f2ad"
}

.fa-google-plus-g:before {
  content: "\f0d5"
}

.fa-artstation:before {
  content: "\f77a"
}

.fa-markdown:before {
  content: "\f60f"
}

.fa-sourcetree:before {
  content: "\f7d3"
}

.fa-google-plus:before {
  content: "\f2b3"
}

.fa-diaspora:before {
  content: "\f791"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-phoenix-squadron:before {
  content: "\f511"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-algolia:before {
  content: "\f36c"
}

.fa-red-river:before {
  content: "\f3e3"
}

.fa-creative-commons-sa:before {
  content: "\f4ef"
}

.fa-safari:before {
  content: "\f267"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-square-font-awesome-stroke:before {
  content: "\f35c"
}

.fa-font-awesome-alt:before {
  content: "\f35c"
}

.fa-atlassian:before {
  content: "\f77b"
}

.fa-linkedin-in:before {
  content: "\f0e1"
}

.fa-digital-ocean:before {
  content: "\f391"
}

.fa-nimblr:before {
  content: "\f5a8"
}

.fa-chromecast:before {
  content: "\f838"
}

.fa-evernote:before {
  content: "\f839"
}

.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-creative-commons-sampling:before {
  content: "\f4f0"
}

.fa-adversal:before {
  content: "\f36a"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-watchman-monitoring:before {
  content: "\e087"
}

.fa-fonticons:before {
  content: "\f280"
}

.fa-weixin:before {
  content: "\f1d7"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-git-alt:before {
  content: "\f841"
}

.fa-lyft:before {
  content: "\f3c3"
}

.fa-rev:before {
  content: "\f5b2"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-wizards-of-the-coast:before {
  content: "\f730"
}

.fa-square-viadeo:before {
  content: "\f2aa"
}

.fa-viadeo-square:before {
  content: "\f2aa"
}

.fa-meetup:before {
  content: "\f2e0"
}

.fa-centos:before {
  content: "\f789"
}

.fa-adn:before {
  content: "\f170"
}

.fa-cloudsmith:before {
  content: "\f384"
}

.fa-opensuse:before {
  content: "\e62b"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-square-dribbble:before {
  content: "\f397"
}

.fa-dribbble-square:before {
  content: "\f397"
}

.fa-codiepie:before {
  content: "\f284"
}

.fa-node:before {
  content: "\f419"
}

.fa-mix:before {
  content: "\f3cb"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-cc-apple-pay:before {
  content: "\f416"
}

.fa-scribd:before {
  content: "\f28a"
}

.fa-debian:before {
  content: "\e60b"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-instalod:before {
  content: "\e081"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-sellcast:before {
  content: "\f2da"
}

.fa-square-twitter:before {
  content: "\f081"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-r-project:before {
  content: "\f4f7"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-freebsd:before {
  content: "\f3a4"
}

.fa-vuejs:before {
  content: "\f41f"
}

.fa-accusoft:before {
  content: "\f369"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-fonticons-fi:before {
  content: "\f3a2"
}

.fa-app-store:before {
  content: "\f36f"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-itunes-note:before {
  content: "\f3b5"
}

.fa-golang:before {
  content: "\e40f"
}

.fa-kickstarter:before {
  content: "\f3bb"
}

.fa-square-kickstarter:before {
  content: "\f3bb"
}

.fa-grav:before {
  content: "\f2d6"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-uncharted:before {
  content: "\e084"
}

.fa-firstdraft:before {
  content: "\f3a1"
}

.fa-square-youtube:before {
  content: "\f431"
}

.fa-youtube-square:before {
  content: "\f431"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-wpressr:before {
  content: "\f3e4"
}

.fa-rendact:before {
  content: "\f3e4"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-galactic-republic:before {
  content: "\f50c"
}

.fa-nfc-directional:before {
  content: "\e530"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-joget:before {
  content: "\f3b7"
}

.fa-fedora:before {
  content: "\f798"
}

.fa-stripe-s:before {
  content: "\f42a"
}

.fa-meta:before {
  content: "\e49b"
}

.fa-laravel:before {
  content: "\f3bd"
}

.fa-hotjar:before {
  content: "\f3b1"
}

.fa-bluetooth-b:before {
  content: "\f294"
}

.fa-square-letterboxd:before {
  content: "\e62e"
}

.fa-sticker-mule:before {
  content: "\f3f7"
}

.fa-creative-commons-zero:before {
  content: "\f4f3"
}

.fa-hips:before {
  content: "\f452"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-discord:before {
  content: "\f392"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-app-store-ios:before {
  content: "\f370"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-wpbeginner:before {
  content: "\f297"
}

.fa-confluence:before {
  content: "\f78d"
}

.fa-shoelace:before {
  content: "\e60c"
}

.fa-mdb:before {
  content: "\f8ca"
}

.fa-dochub:before {
  content: "\f394"
}

.fa-accessible-icon:before {
  content: "\f368"
}

.fa-ebay:before {
  content: "\f4f4"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-yarn:before {
  content: "\f7e3"
}

.fa-square-steam:before {
  content: "\f1b7"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-500px:before {
  content: "\f26e"
}

.fa-square-vimeo:before {
  content: "\f194"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-asymmetrik:before {
  content: "\f372"
}

.fa-font-awesome:before {
  content: "\f2b4"
}

.fa-font-awesome-flag:before {
  content: "\f2b4"
}

.fa-font-awesome-logo-full:before {
  content: "\f2b4"
}

.fa-gratipay:before {
  content: "\f184"
}

.fa-apple:before {
  content: "\f179"
}

.fa-hive:before {
  content: "\e07f"
}

.fa-gitkraken:before {
  content: "\f3a6"
}

.fa-keybase:before {
  content: "\f4f5"
}

.fa-apple-pay:before {
  content: "\f415"
}

.fa-padlet:before {
  content: "\e4a0"
}

.fa-amazon-pay:before {
  content: "\f42c"
}

.fa-square-github:before {
  content: "\f092"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-fedex:before {
  content: "\f797"
}

.fa-phoenix-framework:before {
  content: "\f3dc"
}

.fa-shopify:before {
  content: "\e057"
}

.fa-neos:before {
  content: "\f612"
}

.fa-square-threads:before {
  content: "\e619"
}

.fa-hackerrank:before {
  content: "\f5f7"
}

.fa-researchgate:before {
  content: "\f4f8"
}

.fa-swift:before {
  content: "\f8e1"
}

.fa-angular:before {
  content: "\f420"
}

.fa-speakap:before {
  content: "\f3f3"
}

.fa-angrycreative:before {
  content: "\f36e"
}

.fa-y-combinator:before {
  content: "\f23b"
}

.fa-empire:before {
  content: "\f1d1"
}

.fa-envira:before {
  content: "\f299"
}

.fa-google-scholar:before {
  content: "\e63b"
}

.fa-square-gitlab:before {
  content: "\e5ae"
}

.fa-gitlab-square:before {
  content: "\e5ae"
}

.fa-studiovinari:before {
  content: "\f3f8"
}

.fa-pied-piper:before {
  content: "\f2ae"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-linode:before {
  content: "\f2b8"
}

.fa-goodreads:before {
  content: "\f3a8"
}

.fa-square-odnoklassniki:before {
  content: "\f264"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-sith:before {
  content: "\f512"
}

.fa-themeisle:before {
  content: "\f2b2"
}

.fa-page4:before {
  content: "\f3d7"
}

.fa-hashnode:before {
  content: "\e499"
}

.fa-react:before {
  content: "\f41b"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-squarespace:before {
  content: "\f5be"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-creative-commons-share:before {
  content: "\f4f2"
}

.fa-bitcoin:before {
  content: "\f379"
}

.fa-keycdn:before {
  content: "\f3ba"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-itch-io:before {
  content: "\f83a"
}

.fa-umbraco:before {
  content: "\f8e8"
}

.fa-galactic-senate:before {
  content: "\f50d"
}

.fa-ubuntu:before {
  content: "\f7df"
}

.fa-draft2digital:before {
  content: "\f396"
}

.fa-stripe:before {
  content: "\f429"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-gg:before {
  content: "\f260"
}

.fa-dhl:before {
  content: "\f790"
}

.fa-square-pinterest:before {
  content: "\f0d3"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-xing:before {
  content: "\f168"
}

.fa-blackberry:before {
  content: "\f37b"
}

.fa-creative-commons-pd:before {
  content: "\f4ec"
}

.fa-playstation:before {
  content: "\f3df"
}

.fa-quinscape:before {
  content: "\f459"
}

.fa-less:before {
  content: "\f41d"
}

.fa-blogger-b:before {
  content: "\f37d"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-signal-messenger:before {
  content: "\e663"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-gitlab:before {
  content: "\f296"
}

.fa-typo3:before {
  content: "\f42b"
}

.fa-reddit-alien:before {
  content: "\f281"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-dailymotion:before {
  content: "\e052"
}

.fa-affiliatetheme:before {
  content: "\f36b"
}

.fa-pied-piper-pp:before {
  content: "\f1a7"
}

.fa-bootstrap:before {
  content: "\f836"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-nfc-symbol:before {
  content: "\e531"
}

.fa-mintbit:before {
  content: "\e62f"
}

.fa-ethereum:before {
  content: "\f42e"
}

.fa-speaker-deck:before {
  content: "\f83c"
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"
}

.fa-patreon:before {
  content: "\f3d9"
}

.fa-avianex:before {
  content: "\f374"
}

.fa-ello:before {
  content: "\f5f1"
}

.fa-gofore:before {
  content: "\f3a7"
}

.fa-bimobject:before {
  content: "\f378"
}

.fa-brave-reverse:before {
  content: "\e63d"
}

.fa-facebook-f:before {
  content: "\f39e"
}

.fa-square-google-plus:before {
  content: "\f0d4"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-web-awesome:before {
  content: "\e682"
}

.fa-mandalorian:before {
  content: "\f50f"
}

.fa-first-order-alt:before {
  content: "\f50a"
}

.fa-osi:before {
  content: "\f41a"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-d-and-d-beyond:before {
  content: "\f6ca"
}

.fa-periscope:before {
  content: "\f3da"
}

.fa-fulcrum:before {
  content: "\f50b"
}

.fa-cloudscale:before {
  content: "\f383"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-mizuni:before {
  content: "\f3cc"
}

.fa-schlix:before {
  content: "\f3ea"
}

.fa-square-xing:before {
  content: "\f169"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-bandcamp:before {
  content: "\f2d5"
}

.fa-wpforms:before {
  content: "\f298"
}

.fa-cloudversify:before {
  content: "\f385"
}

.fa-usps:before {
  content: "\f7e1"
}

.fa-megaport:before {
  content: "\f5a3"
}

.fa-magento:before {
  content: "\f3c4"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-fly:before {
  content: "\f417"
}

.fa-aviato:before {
  content: "\f421"
}

.fa-itunes:before {
  content: "\f3b4"
}

.fa-cuttlefish:before {
  content: "\f38c"
}

.fa-blogger:before {
  content: "\f37c"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-viber:before {
  content: "\f409"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-letterboxd:before {
  content: "\e62d"
}

.fa-symfony:before {
  content: "\f83d"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-etsy:before {
  content: "\f2d7"
}

.fa-facebook-messenger:before {
  content: "\f39f"
}

.fa-audible:before {
  content: "\f373"
}

.fa-think-peaks:before {
  content: "\f731"
}

.fa-bilibili:before {
  content: "\e3d9"
}

.fa-erlang:before {
  content: "\f39d"
}

.fa-x-twitter:before {
  content: "\e61b"
}

.fa-cotton-bureau:before {
  content: "\f89e"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-42-group:before {
  content: "\e080"
}

.fa-innosoft:before {
  content: "\e080"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-elementor:before {
  content: "\f430"
}

.fa-square-pied-piper:before {
  content: "\e01e"
}

.fa-pied-piper-square:before {
  content: "\e01e"
}

.fa-creative-commons-nd:before {
  content: "\f4eb"
}

.fa-palfed:before {
  content: "\f3d8"
}

.fa-superpowers:before {
  content: "\f2dd"
}

.fa-resolving:before {
  content: "\f3e7"
}

.fa-xbox:before {
  content: "\f412"
}

.fa-square-web-awesome-stroke:before {
  content: "\e684"
}

.fa-searchengin:before {
  content: "\f3eb"
}

.fa-tiktok:before {
  content: "\e07b"
}

.fa-square-facebook:before {
  content: "\f082"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-glide:before {
  content: "\f2a5"
}

.fa-linkedin:before {
  content: "\f08c"
}

.fa-hubspot:before {
  content: "\f3b2"
}

.fa-deploydog:before {
  content: "\f38e"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-ravelry:before {
  content: "\f2d9"
}

.fa-mixer:before {
  content: "\e056"
}

.fa-square-lastfm:before {
  content: "\f203"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-vimeo:before {
  content: "\f40a"
}

.fa-mendeley:before {
  content: "\f7b3"
}

.fa-uniregistry:before {
  content: "\f404"
}

.fa-figma:before {
  content: "\f799"
}

.fa-creative-commons-remix:before {
  content: "\f4ee"
}

.fa-cc-amazon-pay:before {
  content: "\f42d"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-cmplid:before {
  content: "\e360"
}

.fa-upwork:before {
  content: "\e641"
}

.fa-facebook:before {
  content: "\f09a"
}

.fa-gripfire:before {
  content: "\f3ac"
}

.fa-jedi-order:before {
  content: "\f50e"
}

.fa-uikit:before {
  content: "\f403"
}

.fa-fort-awesome-alt:before {
  content: "\f3a3"
}

.fa-phabricator:before {
  content: "\f3db"
}

.fa-ussunnah:before {
  content: "\f407"
}

.fa-earlybirds:before {
  content: "\f39a"
}

.fa-trade-federation:before {
  content: "\f513"
}

.fa-autoprefixer:before {
  content: "\f41c"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-square-upwork:before {
  content: "\e67c"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-google-play:before {
  content: "\f3ab"
}

.fa-viadeo:before {
  content: "\f2a9"
}

.fa-line:before {
  content: "\f3c0"
}

.fa-google-drive:before {
  content: "\f3aa"
}

.fa-servicestack:before {
  content: "\f3ec"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-imdb:before {
  content: "\f2d8"
}

.fa-deezer:before {
  content: "\e077"
}

.fa-raspberry-pi:before {
  content: "\f7bb"
}

.fa-jira:before {
  content: "\f7b1"
}

.fa-docker:before {
  content: "\f395"
}

.fa-screenpal:before {
  content: "\e570"
}

.fa-bluetooth:before {
  content: "\f293"
}

.fa-gitter:before {
  content: "\f426"
}

.fa-d-and-d:before {
  content: "\f38d"
}

.fa-microblog:before {
  content: "\e01a"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-pied-piper-hat:before {
  content: "\f4e5"
}

.fa-kickstarter-k:before {
  content: "\f3bc"
}

.fa-yandex:before {
  content: "\f413"
}

.fa-readme:before {
  content: "\f4d5"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-square-web-awesome:before {
  content: "\e683"
}

.fa-sass:before {
  content: "\f41e"
}

.fa-wirsindhandwerk:before {
  content: "\e2d0"
}

.fa-wsh:before {
  content: "\e2d0"
}

.fa-buromobelexperte:before {
  content: "\f37f"
}

.fa-salesforce:before {
  content: "\f83b"
}

.fa-octopus-deploy:before {
  content: "\e082"
}

.fa-medapps:before {
  content: "\f3c6"
}

.fa-ns8:before {
  content: "\f3d5"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-apper:before {
  content: "\f371"
}

.fa-fort-awesome:before {
  content: "\f286"
}

.fa-waze:before {
  content: "\f83f"
}

.fa-bluesky:before {
  content: "\e671"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-snapchat:before {
  content: "\f2ab"
}

.fa-snapchat-ghost:before {
  content: "\f2ab"
}

.fa-fantasy-flight-games:before {
  content: "\f6dc"
}

.fa-rust:before {
  content: "\e07a"
}

.fa-wix:before {
  content: "\f5cf"
}

.fa-square-behance:before {
  content: "\f1b5"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-supple:before {
  content: "\f3f9"
}

.fa-webflow:before {
  content: "\e65c"
}

.fa-rebel:before {
  content: "\f1d0"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-staylinked:before {
  content: "\f3f5"
}

.fa-kaggle:before {
  content: "\f5fa"
}

.fa-space-awesome:before {
  content: "\e5ac"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-cpanel:before {
  content: "\f388"
}

.fa-goodreads-g:before {
  content: "\f3a9"
}

.fa-square-git:before {
  content: "\f1d2"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-square-tumblr:before {
  content: "\f174"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-trello:before {
  content: "\f181"
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-perbyte:before {
  content: "\e083"
}

.fa-grunt:before {
  content: "\f3ad"
}

.fa-weebly:before {
  content: "\f5cc"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-themeco:before {
  content: "\f5c6"
}

.fa-python:before {
  content: "\f3e2"
}

.fa-android:before {
  content: "\f17b"
}

.fa-bots:before {
  content: "\e340"
}

.fa-free-code-camp:before {
  content: "\f2c5"
}

.fa-hornbill:before {
  content: "\f592"
}

.fa-js:before {
  content: "\f3b8"
}

.fa-ideal:before {
  content: "\e013"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-dev:before {
  content: "\f6cc"
}

.fa-sketch:before {
  content: "\f7c6"
}

.fa-yandex-international:before {
  content: "\f414"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-uber:before {
  content: "\f402"
}

.fa-github:before {
  content: "\f09b"
}

.fa-php:before {
  content: "\f457"
}

.fa-alipay:before {
  content: "\f642"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-firefox-browser:before {
  content: "\e007"
}

.fa-replyd:before {
  content: "\f3e6"
}

.fa-suse:before {
  content: "\f7d6"
}

.fa-jenkins:before {
  content: "\f3b6"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-rockrms:before {
  content: "\f3e9"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-buffer:before {
  content: "\f837"
}

.fa-npm:before {
  content: "\f3d4"
}

.fa-yammer:before {
  content: "\f840"
}

.fa-btc:before {
  content: "\f15a"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-stubber:before {
  content: "\e5c7"
}

.fa-telegram:before {
  content: "\f2c6"
}

.fa-telegram-plane:before {
  content: "\f2c6"
}

.fa-old-republic:before {
  content: "\f510"
}

.fa-odysee:before {
  content: "\e5c6"
}

.fa-square-whatsapp:before {
  content: "\f40c"
}

.fa-whatsapp-square:before {
  content: "\f40c"
}

.fa-node-js:before {
  content: "\f3d3"
}

.fa-edge-legacy:before {
  content: "\e078"
}

.fa-slack:before {
  content: "\f198"
}

.fa-slack-hash:before {
  content: "\f198"
}

.fa-medrt:before {
  content: "\f3c8"
}

.fa-usb:before {
  content: "\f287"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-vaadin:before {
  content: "\f408"
}

.fa-quora:before {
  content: "\f2c4"
}

.fa-square-x-twitter:before {
  content: "\e61a"
}

.fa-reacteurope:before {
  content: "\f75d"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-medium-m:before {
  content: "\f23a"
}

.fa-amilia:before {
  content: "\f36d"
}

.fa-mixcloud:before {
  content: "\f289"
}

.fa-flipboard:before {
  content: "\f44d"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-critical-role:before {
  content: "\f6c9"
}

.fa-sitrox:before {
  content: "\e44a"
}

.fa-discourse:before {
  content: "\f393"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-mastodon:before {
  content: "\f4f6"
}

.fa-airbnb:before {
  content: "\f834"
}

.fa-wolf-pack-battalion:before {
  content: "\f514"
}

.fa-buy-n-large:before {
  content: "\f8a6"
}

.fa-gulp:before {
  content: "\f3ae"
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"
}

.fa-strava:before {
  content: "\f428"
}

.fa-ember:before {
  content: "\f423"
}

.fa-canadian-maple-leaf:before {
  content: "\f785"
}

.fa-teamspeak:before {
  content: "\f4f9"
}

.fa-pushed:before {
  content: "\f3e1"
}

.fa-wordpress-simple:before {
  content: "\f411"
}

.fa-nutritionix:before {
  content: "\f3d6"
}

.fa-wodu:before {
  content: "\e088"
}

.fa-google-pay:before {
  content: "\e079"
}

.fa-intercom:before {
  content: "\f7af"
}

.fa-zhihu:before {
  content: "\f63f"
}

.fa-korvue:before {
  content: "\f42f"
}

.fa-pix:before {
  content: "\e43a"
}

.fa-steam-symbol:before {
  content: "\f3f6"
}

:root,
:host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(//www.coaching-germany.de/wp-content/themes/brooklyn/css/fontawesome/fa-regular-400.woff2) format("woff2"), url(//www.coaching-germany.de/wp-content/themes/brooklyn/css/fontawesome/fa-regular-400.ttf) format("truetype")
}

.far,
.fa-regular {
  font-weight: 400
}

:root,
:host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(//www.coaching-germany.de/wp-content/themes/brooklyn/css/fontawesome/fa-solid-900.woff2) format("woff2"), url(//www.coaching-germany.de/wp-content/themes/brooklyn/css/fontawesome/fa-solid-900.ttf) format("truetype")
}

.fas,
.fa-solid {
  font-weight: 900
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: block;
  font-weight: 400;
  src: url(//www.coaching-germany.de/wp-content/themes/brooklyn/css/fontawesome/fa-brands-400.woff2) format("woff2"), url(//www.coaching-germany.de/wp-content/themes/brooklyn/css/fontawesome/fa-brands-400.ttf) format("truetype")
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 900;
  src: url(//www.coaching-germany.de/wp-content/themes/brooklyn/css/fontawesome/fa-solid-900.woff2) format("woff2"), url(//www.coaching-germany.de/wp-content/themes/brooklyn/css/fontawesome/fa-solid-900.ttf) format("truetype")
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 400;
  src: url(//www.coaching-germany.de/wp-content/themes/brooklyn/css/fontawesome/fa-regular-400.woff2) format("woff2"), url(//www.coaching-germany.de/wp-content/themes/brooklyn/css/fontawesome/fa-regular-400.ttf) format("truetype")
}

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url(//www.coaching-germany.de/wp-content/themes/brooklyn/css/fontawesome/fa-solid-900.woff2) format("woff2"), url(//www.coaching-germany.de/wp-content/themes/brooklyn/css/fontawesome/fa-solid-900.ttf) format("truetype")
}

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url(//www.coaching-germany.de/wp-content/themes/brooklyn/css/fontawesome/fa-brands-400.woff2) format("woff2"), url(//www.coaching-germany.de/wp-content/themes/brooklyn/css/fontawesome/fa-brands-400.ttf) format("truetype")
}

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url(//www.coaching-germany.de/wp-content/themes/brooklyn/css/fontawesome/fa-regular-400.woff2) format("woff2"), url(//www.coaching-germany.de/wp-content/themes/brooklyn/css/fontawesome/fa-regular-400.ttf) format("truetype");
  unicode-range: U+F003, U+F006, U+F014, U+F016-F017, U+F01A-F01B, U+F01D, U+F022, U+F03E, U+F044, U+F046, U+F05C-F05D, U+F06E, U+F070, U+F087-F088, U+F08A, U+F094, U+F096-F097, U+F09D, U+F0A0, U+F0A2, U+F0A4-F0A7, U+F0C5, U+F0C7, U+F0E5-F0E6, U+F0EB, U+F0F6-F0F8, U+F10C, U+F114-F115, U+F118-F11A, U+F11C-F11D, U+F133, U+F147, U+F14E, U+F150-F152, U+F185-F186, U+F18E, U+F190-F192, U+F196, U+F1C1-F1C9, U+F1D9, U+F1DB, U+F1E3, U+F1EA, U+F1F7, U+F1F9, U+F20A, U+F247-F248, U+F24A, U+F24D, U+F255-F25B, U+F25D, U+F271-F274, U+F278, U+F27B, U+F28C, U+F28E, U+F29C, U+F2B5, U+F2B7, U+F2BA, U+F2BC, U+F2BE, U+F2C0-F2C1, U+F2C3, U+F2D0, U+F2D2, U+F2D4, U+F2DC
}

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url(//www.coaching-germany.de/wp-content/themes/brooklyn/css/fontawesome/fa-v4compatibility.woff2) format("woff2"), url(//www.coaching-germany.de/wp-content/themes/brooklyn/css/fontawesome/fa-v4compatibility.ttf) format("truetype");
  unicode-range: U+F041, U+F047, U+F065-F066, U+F07D-F07E, U+F080, U+F08B, U+F08E, U+F090, U+F09A, U+F0AC, U+F0AE, U+F0B2, U+F0D0, U+F0D6, U+F0E4, U+F0EC, U+F10A-F10B, U+F123, U+F13E, U+F148-F149, U+F14C, U+F156, U+F15E, U+F160-F161, U+F163, U+F175-F178, U+F195, U+F1F8, U+F219, U+F27A
}

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

/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa.fa-glass:before {
  content: "\f000"
}

.fa.fa-envelope-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-envelope-o:before {
  content: "\f0e0"
}

.fa.fa-star-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-star-o:before {
  content: "\f005"
}

.fa.fa-remove:before {
  content: "\f00d"
}

.fa.fa-close:before {
  content: "\f00d"
}

.fa.fa-gear:before {
  content: "\f013"
}

.fa.fa-trash-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-trash-o:before {
  content: "\f2ed"
}

.fa.fa-home:before {
  content: "\f015"
}

.fa.fa-file-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-file-o:before {
  content: "\f15b"
}

.fa.fa-clock-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-clock-o:before {
  content: "\f017"
}

.fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-arrow-circle-o-down:before {
  content: "\f358"
}

.fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-arrow-circle-o-up:before {
  content: "\f35b"
}

.fa.fa-play-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-play-circle-o:before {
  content: "\f144"
}

.fa.fa-repeat:before {
  content: "\f01e"
}

.fa.fa-rotate-right:before {
  content: "\f01e"
}

.fa.fa-refresh:before {
  content: "\f021"
}

.fa.fa-list-alt {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-list-alt:before {
  content: "\f022"
}

.fa.fa-dedent:before {
  content: "\f03b"
}

.fa.fa-video-camera:before {
  content: "\f03d"
}

.fa.fa-picture-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-picture-o:before {
  content: "\f03e"
}

.fa.fa-photo {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-photo:before {
  content: "\f03e"
}

.fa.fa-image {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-image:before {
  content: "\f03e"
}

.fa.fa-map-marker:before {
  content: "\f3c5"
}

.fa.fa-pencil-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-pencil-square-o:before {
  content: "\f044"
}

.fa.fa-edit {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-edit:before {
  content: "\f044"
}

.fa.fa-share-square-o:before {
  content: "\f14d"
}

.fa.fa-check-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-check-square-o:before {
  content: "\f14a"
}

.fa.fa-arrows:before {
  content: "\f0b2"
}

.fa.fa-times-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-times-circle-o:before {
  content: "\f057"
}

.fa.fa-check-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-check-circle-o:before {
  content: "\f058"
}

.fa.fa-mail-forward:before {
  content: "\f064"
}

.fa.fa-expand:before {
  content: "\f424"
}

.fa.fa-compress:before {
  content: "\f422"
}

.fa.fa-eye {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-eye-slash {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-warning:before {
  content: "\f071"
}

.fa.fa-calendar:before {
  content: "\f073"
}

.fa.fa-arrows-v:before {
  content: "\f338"
}

.fa.fa-arrows-h:before {
  content: "\f337"
}

.fa.fa-bar-chart:before {
  content: "\e0e3"
}

.fa.fa-bar-chart-o:before {
  content: "\e0e3"
}

.fa.fa-twitter-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-twitter-square:before {
  content: "\f081"
}

.fa.fa-facebook-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-facebook-square:before {
  content: "\f082"
}

.fa.fa-gears:before {
  content: "\f085"
}

.fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-thumbs-o-up:before {
  content: "\f164"
}

.fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-thumbs-o-down:before {
  content: "\f165"
}

.fa.fa-heart-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-heart-o:before {
  content: "\f004"
}

.fa.fa-sign-out:before {
  content: "\f2f5"
}

.fa.fa-linkedin-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-linkedin-square:before {
  content: "\f08c"
}

.fa.fa-thumb-tack:before {
  content: "\f08d"
}

.fa.fa-external-link:before {
  content: "\f35d"
}

.fa.fa-sign-in:before {
  content: "\f2f6"
}

.fa.fa-github-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-github-square:before {
  content: "\f092"
}

.fa.fa-lemon-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-lemon-o:before {
  content: "\f094"
}

.fa.fa-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-square-o:before {
  content: "\f0c8"
}

.fa.fa-bookmark-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-bookmark-o:before {
  content: "\f02e"
}

.fa.fa-twitter {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-facebook {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-facebook:before {
  content: "\f39e"
}

.fa.fa-facebook-f {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-facebook-f:before {
  content: "\f39e"
}

.fa.fa-github {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-credit-card {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-feed:before {
  content: "\f09e"
}

.fa.fa-hdd-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-hdd-o:before {
  content: "\f0a0"
}

.fa.fa-hand-o-right {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa.fa-hand-o-left {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa.fa-hand-o-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa.fa-hand-o-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa.fa-globe:before {
  content: "\f57d"
}

.fa.fa-tasks:before {
  content: "\f828"
}

.fa.fa-arrows-alt:before {
  content: "\f31e"
}

.fa.fa-group:before {
  content: "\f0c0"
}

.fa.fa-chain:before {
  content: "\f0c1"
}

.fa.fa-cut:before {
  content: "\f0c4"
}

.fa.fa-files-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-files-o:before {
  content: "\f0c5"
}

.fa.fa-floppy-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-floppy-o:before {
  content: "\f0c7"
}

.fa.fa-save {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-save:before {
  content: "\f0c7"
}

.fa.fa-navicon:before {
  content: "\f0c9"
}

.fa.fa-reorder:before {
  content: "\f0c9"
}

.fa.fa-magic:before {
  content: "\e2ca"
}

.fa.fa-pinterest {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-pinterest-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa.fa-google-plus-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa.fa-google-plus {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-google-plus:before {
  content: "\f0d5"
}

.fa.fa-money:before {
  content: "\f3d1"
}

.fa.fa-unsorted:before {
  content: "\f0dc"
}

.fa.fa-sort-desc:before {
  content: "\f0dd"
}

.fa.fa-sort-asc:before {
  content: "\f0de"
}

.fa.fa-linkedin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-linkedin:before {
  content: "\f0e1"
}

.fa.fa-rotate-left:before {
  content: "\f0e2"
}

.fa.fa-legal:before {
  content: "\f0e3"
}

.fa.fa-tachometer:before {
  content: "\f625"
}

.fa.fa-dashboard:before {
  content: "\f625"
}

.fa.fa-comment-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-comment-o:before {
  content: "\f075"
}

.fa.fa-comments-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-comments-o:before {
  content: "\f086"
}

.fa.fa-flash:before {
  content: "\f0e7"
}

.fa.fa-clipboard:before {
  content: "\f0ea"
}

.fa.fa-lightbulb-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-lightbulb-o:before {
  content: "\f0eb"
}

.fa.fa-exchange:before {
  content: "\f362"
}

.fa.fa-cloud-download:before {
  content: "\f0ed"
}

.fa.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa.fa-bell-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-bell-o:before {
  content: "\f0f3"
}

.fa.fa-cutlery:before {
  content: "\f2e7"
}

.fa.fa-file-text-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-file-text-o:before {
  content: "\f15c"
}

.fa.fa-building-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-building-o:before {
  content: "\f1ad"
}

.fa.fa-hospital-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-hospital-o:before {
  content: "\f0f8"
}

.fa.fa-tablet:before {
  content: "\f3fa"
}

.fa.fa-mobile:before {
  content: "\f3cd"
}

.fa.fa-mobile-phone:before {
  content: "\f3cd"
}

.fa.fa-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-circle-o:before {
  content: "\f111"
}

.fa.fa-mail-reply:before {
  content: "\f3e5"
}

.fa.fa-github-alt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-folder-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-folder-o:before {
  content: "\f07b"
}

.fa.fa-folder-open-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-folder-open-o:before {
  content: "\f07c"
}

.fa.fa-smile-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-smile-o:before {
  content: "\f118"
}

.fa.fa-frown-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-frown-o:before {
  content: "\f119"
}

.fa.fa-meh-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-meh-o:before {
  content: "\f11a"
}

.fa.fa-keyboard-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-keyboard-o:before {
  content: "\f11c"
}

.fa.fa-flag-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-flag-o:before {
  content: "\f024"
}

.fa.fa-mail-reply-all:before {
  content: "\f122"
}

.fa.fa-star-half-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-star-half-o:before {
  content: "\f5c0"
}

.fa.fa-star-half-empty {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-star-half-empty:before {
  content: "\f5c0"
}

.fa.fa-star-half-full {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-star-half-full:before {
  content: "\f5c0"
}

.fa.fa-code-fork:before {
  content: "\f126"
}

.fa.fa-chain-broken:before {
  content: "\f127"
}

.fa.fa-unlink:before {
  content: "\f127"
}

.fa.fa-calendar-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-calendar-o:before {
  content: "\f133"
}

.fa.fa-maxcdn {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-html5 {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-css3 {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-unlock-alt:before {
  content: "\f09c"
}

.fa.fa-minus-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-minus-square-o:before {
  content: "\f146"
}

.fa.fa-level-up:before {
  content: "\f3bf"
}

.fa.fa-level-down:before {
  content: "\f3be"
}

.fa.fa-pencil-square:before {
  content: "\f14b"
}

.fa.fa-external-link-square:before {
  content: "\f360"
}

.fa.fa-compass {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-caret-square-o-down:before {
  content: "\f150"
}

.fa.fa-toggle-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-toggle-down:before {
  content: "\f150"
}

.fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-caret-square-o-up:before {
  content: "\f151"
}

.fa.fa-toggle-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-toggle-up:before {
  content: "\f151"
}

.fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-caret-square-o-right:before {
  content: "\f152"
}

.fa.fa-toggle-right {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-toggle-right:before {
  content: "\f152"
}

.fa.fa-eur:before {
  content: "\f153"
}

.fa.fa-euro:before {
  content: "\f153"
}

.fa.fa-gbp:before {
  content: "\f154"
}

.fa.fa-usd:before {
  content: "\24"
}

.fa.fa-dollar:before {
  content: "\24"
}

.fa.fa-inr:before {
  content: "\e1bc"
}

.fa.fa-rupee:before {
  content: "\e1bc"
}

.fa.fa-jpy:before {
  content: "\f157"
}

.fa.fa-cny:before {
  content: "\f157"
}

.fa.fa-rmb:before {
  content: "\f157"
}

.fa.fa-yen:before {
  content: "\f157"
}

.fa.fa-rub:before {
  content: "\f158"
}

.fa.fa-ruble:before {
  content: "\f158"
}

.fa.fa-rouble:before {
  content: "\f158"
}

.fa.fa-krw:before {
  content: "\f159"
}

.fa.fa-won:before {
  content: "\f159"
}

.fa.fa-btc {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-bitcoin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-bitcoin:before {
  content: "\f15a"
}

.fa.fa-file-text:before {
  content: "\f15c"
}

.fa.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa.fa-sort-alpha-desc:before {
  content: "\f881"
}

.fa.fa-sort-amount-asc:before {
  content: "\f884"
}

.fa.fa-sort-amount-desc:before {
  content: "\f160"
}

.fa.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa.fa-sort-numeric-desc:before {
  content: "\f886"
}

.fa.fa-youtube-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-youtube-square:before {
  content: "\f431"
}

.fa.fa-youtube {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-xing {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-xing-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-xing-square:before {
  content: "\f169"
}

.fa.fa-youtube-play {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-youtube-play:before {
  content: "\f167"
}

.fa.fa-dropbox {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-stack-overflow {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-instagram {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-flickr {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-adn {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-bitbucket {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-bitbucket-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-bitbucket-square:before {
  content: "\f171"
}

.fa.fa-tumblr {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-tumblr-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-tumblr-square:before {
  content: "\f174"
}

.fa.fa-long-arrow-down:before {
  content: "\f309"
}

.fa.fa-long-arrow-up:before {
  content: "\f30c"
}

.fa.fa-long-arrow-left:before {
  content: "\f30a"
}

.fa.fa-long-arrow-right:before {
  content: "\f30b"
}

.fa.fa-apple {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-windows {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-android {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-linux {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-dribbble {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-skype {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-foursquare {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-trello {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-gratipay {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-gittip {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-gittip:before {
  content: "\f184"
}

.fa.fa-sun-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-sun-o:before {
  content: "\f185"
}

.fa.fa-moon-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-moon-o:before {
  content: "\f186"
}

.fa.fa-vk {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-weibo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-renren {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-pagelines {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-stack-exchange {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-arrow-circle-o-right:before {
  content: "\f35a"
}

.fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-arrow-circle-o-left:before {
  content: "\f359"
}

.fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-caret-square-o-left:before {
  content: "\f191"
}

.fa.fa-toggle-left {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-toggle-left:before {
  content: "\f191"
}

.fa.fa-dot-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-dot-circle-o:before {
  content: "\f192"
}

.fa.fa-vimeo-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-vimeo-square:before {
  content: "\f194"
}

.fa.fa-try:before {
  content: "\e2bb"
}

.fa.fa-turkish-lira:before {
  content: "\e2bb"
}

.fa.fa-plus-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-plus-square-o:before {
  content: "\f0fe"
}

.fa.fa-slack {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-wordpress {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-openid {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-institution:before {
  content: "\f19c"
}

.fa.fa-bank:before {
  content: "\f19c"
}

.fa.fa-mortar-board:before {
  content: "\f19d"
}

.fa.fa-yahoo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-google {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-reddit {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-reddit-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-reddit-square:before {
  content: "\f1a2"
}

.fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-stumbleupon {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-delicious {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-digg {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-drupal {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-joomla {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-behance {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-behance-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-behance-square:before {
  content: "\f1b5"
}

.fa.fa-steam {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-steam-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-steam-square:before {
  content: "\f1b7"
}

.fa.fa-automobile:before {
  content: "\f1b9"
}

.fa.fa-cab:before {
  content: "\f1ba"
}

.fa.fa-spotify {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-deviantart {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-soundcloud {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa.fa-file-word-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-file-word-o:before {
  content: "\f1c2"
}

.fa.fa-file-excel-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa.fa-file-image-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-file-image-o:before {
  content: "\f1c5"
}

.fa.fa-file-photo-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-file-photo-o:before {
  content: "\f1c5"
}

.fa.fa-file-picture-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-file-picture-o:before {
  content: "\f1c5"
}

.fa.fa-file-archive-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-file-archive-o:before {
  content: "\f1c6"
}

.fa.fa-file-zip-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-file-zip-o:before {
  content: "\f1c6"
}

.fa.fa-file-audio-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-file-audio-o:before {
  content: "\f1c7"
}

.fa.fa-file-sound-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-file-sound-o:before {
  content: "\f1c7"
}

.fa.fa-file-video-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-file-video-o:before {
  content: "\f1c8"
}

.fa.fa-file-movie-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-file-movie-o:before {
  content: "\f1c8"
}

.fa.fa-file-code-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-file-code-o:before {
  content: "\f1c9"
}

.fa.fa-vine {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-codepen {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-jsfiddle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-life-bouy:before {
  content: "\f1cd"
}

.fa.fa-life-buoy:before {
  content: "\f1cd"
}

.fa.fa-life-saver:before {
  content: "\f1cd"
}

.fa.fa-support:before {
  content: "\f1cd"
}

.fa.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa.fa-rebel {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-ra {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-ra:before {
  content: "\f1d0"
}

.fa.fa-resistance {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-resistance:before {
  content: "\f1d0"
}

.fa.fa-empire {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-ge {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-ge:before {
  content: "\f1d1"
}

.fa.fa-git-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-git-square:before {
  content: "\f1d2"
}

.fa.fa-git {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-hacker-news {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-y-combinator-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-y-combinator-square:before {
  content: "\f1d4"
}

.fa.fa-yc-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-yc-square:before {
  content: "\f1d4"
}

.fa.fa-tencent-weibo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-qq {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-weixin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-wechat {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-wechat:before {
  content: "\f1d7"
}

.fa.fa-send:before {
  content: "\f1d8"
}

.fa.fa-paper-plane-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-paper-plane-o:before {
  content: "\f1d8"
}

.fa.fa-send-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-send-o:before {
  content: "\f1d8"
}

.fa.fa-circle-thin {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-circle-thin:before {
  content: "\f111"
}

.fa.fa-header:before {
  content: "\f1dc"
}

.fa.fa-futbol-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-futbol-o:before {
  content: "\f1e3"
}

.fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-soccer-ball-o:before {
  content: "\f1e3"
}

.fa.fa-slideshare {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-twitch {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-yelp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-newspaper-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-newspaper-o:before {
  content: "\f1ea"
}

.fa.fa-paypal {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-google-wallet {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-cc-visa {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-cc-mastercard {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-cc-discover {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-cc-amex {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-cc-paypal {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-cc-stripe {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-bell-slash-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-bell-slash-o:before {
  content: "\f1f6"
}

.fa.fa-trash:before {
  content: "\f2ed"
}

.fa.fa-copyright {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-eyedropper:before {
  content: "\f1fb"
}

.fa.fa-area-chart:before {
  content: "\f1fe"
}

.fa.fa-pie-chart:before {
  content: "\f200"
}

.fa.fa-line-chart:before {
  content: "\f201"
}

.fa.fa-lastfm {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-lastfm-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-lastfm-square:before {
  content: "\f203"
}

.fa.fa-ioxhost {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-angellist {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-cc {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-cc:before {
  content: "\f20a"
}

.fa.fa-ils:before {
  content: "\f20b"
}

.fa.fa-shekel:before {
  content: "\f20b"
}

.fa.fa-sheqel:before {
  content: "\f20b"
}

.fa.fa-buysellads {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-connectdevelop {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-dashcube {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-forumbee {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-leanpub {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-sellsy {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-simplybuilt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-skyatlas {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-diamond {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-diamond:before {
  content: "\f3a5"
}

.fa.fa-transgender:before {
  content: "\f224"
}

.fa.fa-intersex:before {
  content: "\f224"
}

.fa.fa-transgender-alt:before {
  content: "\f225"
}

.fa.fa-facebook-official {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-facebook-official:before {
  content: "\f09a"
}

.fa.fa-pinterest-p {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-whatsapp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-hotel:before {
  content: "\f236"
}

.fa.fa-viacoin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-medium {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-y-combinator {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-yc {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-yc:before {
  content: "\f23b"
}

.fa.fa-optin-monster {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-opencart {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-expeditedssl {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-battery-4:before {
  content: "\f240"
}

.fa.fa-battery:before {
  content: "\f240"
}

.fa.fa-battery-3:before {
  content: "\f241"
}

.fa.fa-battery-2:before {
  content: "\f242"
}

.fa.fa-battery-1:before {
  content: "\f243"
}

.fa.fa-battery-0:before {
  content: "\f244"
}

.fa.fa-object-group {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-object-ungroup {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-sticky-note-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-sticky-note-o:before {
  content: "\f249"
}

.fa.fa-cc-jcb {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-cc-diners-club {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-clone {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-hourglass-o:before {
  content: "\f254"
}

.fa.fa-hourglass-1:before {
  content: "\f251"
}

.fa.fa-hourglass-2:before {
  content: "\f252"
}

.fa.fa-hourglass-3:before {
  content: "\f253"
}

.fa.fa-hand-rock-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-hand-rock-o:before {
  content: "\f255"
}

.fa.fa-hand-grab-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-hand-grab-o:before {
  content: "\f255"
}

.fa.fa-hand-paper-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-hand-paper-o:before {
  content: "\f256"
}

.fa.fa-hand-stop-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-hand-stop-o:before {
  content: "\f256"
}

.fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-hand-scissors-o:before {
  content: "\f257"
}

.fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-hand-lizard-o:before {
  content: "\f258"
}

.fa.fa-hand-spock-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-hand-spock-o:before {
  content: "\f259"
}

.fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-hand-pointer-o:before {
  content: "\f25a"
}

.fa.fa-hand-peace-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-hand-peace-o:before {
  content: "\f25b"
}

.fa.fa-registered {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-creative-commons {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-gg {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-gg-circle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-odnoklassniki {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa.fa-get-pocket {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-wikipedia-w {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-safari {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-chrome {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-firefox {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-opera {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-internet-explorer {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-television:before {
  content: "\f26c"
}

.fa.fa-contao {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-500px {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-amazon {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-calendar-plus-o:before {
  content: "\f271"
}

.fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-calendar-minus-o:before {
  content: "\f272"
}

.fa.fa-calendar-times-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-calendar-times-o:before {
  content: "\f273"
}

.fa.fa-calendar-check-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-calendar-check-o:before {
  content: "\f274"
}

.fa.fa-map-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-map-o:before {
  content: "\f279"
}

.fa.fa-commenting:before {
  content: "\f4ad"
}

.fa.fa-commenting-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-commenting-o:before {
  content: "\f4ad"
}

.fa.fa-houzz {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-vimeo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-vimeo:before {
  content: "\f27d"
}

.fa.fa-black-tie {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-fonticons {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-reddit-alien {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-edge {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-credit-card-alt:before {
  content: "\f09d"
}

.fa.fa-codiepie {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-modx {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-fort-awesome {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-usb {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-product-hunt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-mixcloud {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-scribd {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-pause-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-pause-circle-o:before {
  content: "\f28b"
}

.fa.fa-stop-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-stop-circle-o:before {
  content: "\f28d"
}

.fa.fa-bluetooth {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-bluetooth-b {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-gitlab {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-wpbeginner {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-wpforms {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-envira {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-wheelchair-alt:before {
  content: "\f368"
}

.fa.fa-question-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-question-circle-o:before {
  content: "\f059"
}

.fa.fa-volume-control-phone:before {
  content: "\f2a0"
}

.fa.fa-asl-interpreting:before {
  content: "\f2a3"
}

.fa.fa-deafness:before {
  content: "\f2a4"
}

.fa.fa-hard-of-hearing:before {
  content: "\f2a4"
}

.fa.fa-glide {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-glide-g {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-signing:before {
  content: "\f2a7"
}

.fa.fa-viadeo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-viadeo-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-viadeo-square:before {
  content: "\f2aa"
}

.fa.fa-snapchat {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-snapchat-ghost:before {
  content: "\f2ab"
}

.fa.fa-snapchat-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-snapchat-square:before {
  content: "\f2ad"
}

.fa.fa-pied-piper {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-first-order {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-yoast {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-themeisle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-google-plus-official {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-google-plus-official:before {
  content: "\f2b3"
}

.fa.fa-google-plus-circle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-google-plus-circle:before {
  content: "\f2b3"
}

.fa.fa-font-awesome {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-fa {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-fa:before {
  content: "\f2b4"
}

.fa.fa-handshake-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-handshake-o:before {
  content: "\f2b5"
}

.fa.fa-envelope-open-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-envelope-open-o:before {
  content: "\f2b6"
}

.fa.fa-linode {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-address-book-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-address-book-o:before {
  content: "\f2b9"
}

.fa.fa-vcard:before {
  content: "\f2bb"
}

.fa.fa-address-card-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-address-card-o:before {
  content: "\f2bb"
}

.fa.fa-vcard-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-vcard-o:before {
  content: "\f2bb"
}

.fa.fa-user-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-user-circle-o:before {
  content: "\f2bd"
}

.fa.fa-user-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-user-o:before {
  content: "\f007"
}

.fa.fa-id-badge {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-drivers-license:before {
  content: "\f2c2"
}

.fa.fa-id-card-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-id-card-o:before {
  content: "\f2c2"
}

.fa.fa-drivers-license-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-drivers-license-o:before {
  content: "\f2c2"
}

.fa.fa-quora {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-free-code-camp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-telegram {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-thermometer-4:before {
  content: "\f2c7"
}

.fa.fa-thermometer:before {
  content: "\f2c7"
}

.fa.fa-thermometer-3:before {
  content: "\f2c8"
}

.fa.fa-thermometer-2:before {
  content: "\f2c9"
}

.fa.fa-thermometer-1:before {
  content: "\f2ca"
}

.fa.fa-thermometer-0:before {
  content: "\f2cb"
}

.fa.fa-bathtub:before {
  content: "\f2cd"
}

.fa.fa-s15:before {
  content: "\f2cd"
}

.fa.fa-window-maximize {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-window-restore {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-times-rectangle:before {
  content: "\f410"
}

.fa.fa-window-close-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-window-close-o:before {
  content: "\f410"
}

.fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-times-rectangle-o:before {
  content: "\f410"
}

.fa.fa-bandcamp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-grav {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-etsy {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-imdb {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-ravelry {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-eercast {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-eercast:before {
  content: "\f2da"
}

.fa.fa-snowflake-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400
}

.fa.fa-snowflake-o:before {
  content: "\f2dc"
}

.fa.fa-superpowers {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-wpexplorer {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

.fa.fa-meetup {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400
}

@media (max-width:400px) {
  @-ms-viewport {
    width: 320px
  }
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0
}

.grid-container:before,
.mobile-grid-5:before,
.mobile-grid-10:before,
.mobile-grid-15:before,
.mobile-grid-20:before,
.mobile-grid-25:before,
.mobile-grid-30:before,
.mobile-grid-35:before,
.mobile-grid-40:before,
.mobile-grid-45:before,
.mobile-grid-50:before,
.mobile-grid-55:before,
.mobile-grid-60:before,
.mobile-grid-65:before,
.mobile-grid-70:before,
.mobile-grid-75:before,
.mobile-grid-80:before,
.mobile-grid-85:before,
.mobile-grid-90:before,
.mobile-grid-95:before,
.mobile-grid-100:before,
.mobile-grid-33:before,
.mobile-grid-66:before,
.tablet-grid-5:before,
.tablet-grid-10:before,
.tablet-grid-15:before,
.tablet-grid-20:before,
.tablet-grid-25:before,
.tablet-grid-30:before,
.tablet-grid-35:before,
.tablet-grid-40:before,
.tablet-grid-45:before,
.tablet-grid-50:before,
.tablet-grid-55:before,
.tablet-grid-60:before,
.tablet-grid-65:before,
.tablet-grid-70:before,
.tablet-grid-75:before,
.tablet-grid-80:before,
.tablet-grid-85:before,
.tablet-grid-90:before,
.tablet-grid-95:before,
.tablet-grid-100:before,
.tablet-grid-33:before,
.tablet-grid-66:before,
.grid-5:before,
.grid-10:before,
.grid-15:before,
.grid-20:before,
.grid-25:before,
.grid-30:before,
.grid-35:before,
.grid-40:before,
.grid-45:before,
.grid-50:before,
.grid-55:before,
.grid-60:before,
.grid-65:before,
.grid-70:before,
.grid-75:before,
.grid-80:before,
.grid-85:before,
.grid-90:before,
.grid-95:before,
.grid-100:before,
.grid-33:before,
.grid-66:before,
.grid-offset:before,
.clearfix:before,
.grid-container:after,
.mobile-grid-5:after,
.mobile-grid-10:after,
.mobile-grid-15:after,
.mobile-grid-20:after,
.mobile-grid-25:after,
.mobile-grid-30:after,
.mobile-grid-35:after,
.mobile-grid-40:after,
.mobile-grid-45:after,
.mobile-grid-50:after,
.mobile-grid-55:after,
.mobile-grid-60:after,
.mobile-grid-65:after,
.mobile-grid-70:after,
.mobile-grid-75:after,
.mobile-grid-80:after,
.mobile-grid-85:after,
.mobile-grid-90:after,
.mobile-grid-95:after,
.mobile-grid-100:after,
.mobile-grid-33:after,
.mobile-grid-66:after,
.tablet-grid-5:after,
.tablet-grid-10:after,
.tablet-grid-15:after,
.tablet-grid-20:after,
.tablet-grid-25:after,
.tablet-grid-30:after,
.tablet-grid-35:after,
.tablet-grid-40:after,
.tablet-grid-45:after,
.tablet-grid-50:after,
.tablet-grid-55:after,
.tablet-grid-60:after,
.tablet-grid-65:after,
.tablet-grid-70:after,
.tablet-grid-75:after,
.tablet-grid-80:after,
.tablet-grid-85:after,
.tablet-grid-90:after,
.tablet-grid-95:after,
.tablet-grid-100:after,
.tablet-grid-33:after,
.tablet-grid-66:after,
.grid-5:after,
.grid-10:after,
.grid-15:after,
.grid-20:after,
.grid-25:after,
.grid-30:after,
.grid-35:after,
.grid-40:after,
.grid-45:after,
.grid-50:after,
.grid-55:after,
.grid-60:after,
.grid-65:after,
.grid-70:after,
.grid-75:after,
.grid-80:after,
.grid-85:after,
.grid-90:after,
.grid-95:after,
.grid-100:after,
.grid-33:after,
.grid-66:after,
.grid-offset:after,
.clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0
}

.grid-container:after,
.mobile-grid-5:after,
.mobile-grid-10:after,
.mobile-grid-15:after,
.mobile-grid-20:after,
.mobile-grid-25:after,
.mobile-grid-30:after,
.mobile-grid-35:after,
.mobile-grid-40:after,
.mobile-grid-45:after,
.mobile-grid-50:after,
.mobile-grid-55:after,
.mobile-grid-60:after,
.mobile-grid-65:after,
.mobile-grid-70:after,
.mobile-grid-75:after,
.mobile-grid-80:after,
.mobile-grid-85:after,
.mobile-grid-90:after,
.mobile-grid-95:after,
.mobile-grid-100:after,
.mobile-grid-33:after,
.mobile-grid-66:after,
.tablet-grid-5:after,
.tablet-grid-10:after,
.tablet-grid-15:after,
.tablet-grid-20:after,
.tablet-grid-25:after,
.tablet-grid-30:after,
.tablet-grid-35:after,
.tablet-grid-40:after,
.tablet-grid-45:after,
.tablet-grid-50:after,
.tablet-grid-55:after,
.tablet-grid-60:after,
.tablet-grid-65:after,
.tablet-grid-70:after,
.tablet-grid-75:after,
.tablet-grid-80:after,
.tablet-grid-85:after,
.tablet-grid-90:after,
.tablet-grid-95:after,
.tablet-grid-100:after,
.tablet-grid-33:after,
.tablet-grid-66:after,
.grid-5:after,
.grid-10:after,
.grid-15:after,
.grid-20:after,
.grid-25:after,
.grid-30:after,
.grid-35:after,
.grid-40:after,
.grid-45:after,
.grid-50:after,
.grid-55:after,
.grid-60:after,
.grid-65:after,
.grid-70:after,
.grid-75:after,
.grid-80:after,
.grid-85:after,
.grid-90:after,
.grid-95:after,
.grid-100:after,
.grid-33:after,
.grid-66:after,
.grid-offset:after,
.clearfix:after {
  clear: both
}

.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px
}

.mobile-grid-5,
.mobile-grid-10,
.mobile-grid-15,
.mobile-grid-20,
.mobile-grid-25,
.mobile-grid-30,
.mobile-grid-35,
.mobile-grid-40,
.mobile-grid-45,
.mobile-grid-50,
.mobile-grid-55,
.mobile-grid-60,
.mobile-grid-65,
.mobile-grid-70,
.mobile-grid-75,
.mobile-grid-80,
.mobile-grid-85,
.mobile-grid-90,
.mobile-grid-95,
.mobile-grid-100,
.mobile-grid-33,
.mobile-grid-66,
.tablet-grid-5,
.tablet-grid-10,
.tablet-grid-15,
.tablet-grid-20,
.tablet-grid-25,
.tablet-grid-30,
.tablet-grid-35,
.tablet-grid-40,
.tablet-grid-45,
.tablet-grid-50,
.tablet-grid-55,
.tablet-grid-60,
.tablet-grid-65,
.tablet-grid-70,
.tablet-grid-75,
.tablet-grid-80,
.tablet-grid-85,
.tablet-grid-90,
.tablet-grid-95,
.tablet-grid-100,
.tablet-grid-33,
.tablet-grid-66,
.grid-5,
.grid-10,
.grid-15,
.grid-20,
.grid-25,
.grid-30,
.grid-35,
.grid-40,
.grid-45,
.grid-50,
.grid-55,
.grid-60,
.grid-65,
.grid-70,
.grid-75,
.grid-80,
.grid-85,
.grid-90,
.grid-95,
.grid-100,
.grid-33,
.grid-66 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px
}

.grid-parent {
  padding-left: 0;
  padding-right: 0
}

.grid-offset {
  clear: both;
  margin-left: -10px;
  margin-right: -10px
}

@media (max-width:767px) {

  .mobile-push-5,
  .mobile-pull-5,
  .mobile-push-10,
  .mobile-pull-10,
  .mobile-push-15,
  .mobile-pull-15,
  .mobile-push-20,
  .mobile-pull-20,
  .mobile-push-25,
  .mobile-pull-25,
  .mobile-push-30,
  .mobile-pull-30,
  .mobile-push-35,
  .mobile-pull-35,
  .mobile-push-40,
  .mobile-pull-40,
  .mobile-push-45,
  .mobile-pull-45,
  .mobile-push-50,
  .mobile-pull-50,
  .mobile-push-55,
  .mobile-pull-55,
  .mobile-push-60,
  .mobile-pull-60,
  .mobile-push-65,
  .mobile-pull-65,
  .mobile-push-70,
  .mobile-pull-70,
  .mobile-push-75,
  .mobile-pull-75,
  .mobile-push-80,
  .mobile-pull-80,
  .mobile-push-85,
  .mobile-pull-85,
  .mobile-push-90,
  .mobile-pull-90,
  .mobile-push-95,
  .mobile-pull-95,
  .mobile-push-33,
  .mobile-pull-33,
  .mobile-push-66,
  .mobile-pull-66 {
    position: relative
  }

  .hide-on-mobile {
    display: none !important
  }

  .mobile-grid-5 {
    float: left;
    width: 5%
  }

  .mobile-prefix-5 {
    margin-left: 5%
  }

  .mobile-suffix-5 {
    margin-right: 5%
  }

  .mobile-push-5 {
    left: 5%
  }

  .mobile-pull-5 {
    left: -5%
  }

  .mobile-grid-10 {
    float: left;
    width: 10%
  }

  .mobile-prefix-10 {
    margin-left: 10%
  }

  .mobile-suffix-10 {
    margin-right: 10%
  }

  .mobile-push-10 {
    left: 10%
  }

  .mobile-pull-10 {
    left: -10%
  }

  .mobile-grid-15 {
    float: left;
    width: 15%
  }

  .mobile-prefix-15 {
    margin-left: 15%
  }

  .mobile-suffix-15 {
    margin-right: 15%
  }

  .mobile-push-15 {
    left: 15%
  }

  .mobile-pull-15 {
    left: -15%
  }

  .mobile-grid-20 {
    float: left;
    width: 20%
  }

  .mobile-prefix-20 {
    margin-left: 20%
  }

  .mobile-suffix-20 {
    margin-right: 20%
  }

  .mobile-push-20 {
    left: 20%
  }

  .mobile-pull-20 {
    left: -20%
  }

  .mobile-grid-25 {
    float: left;
    width: 25%
  }

  .mobile-prefix-25 {
    margin-left: 25%
  }

  .mobile-suffix-25 {
    margin-right: 25%
  }

  .mobile-push-25 {
    left: 25%
  }

  .mobile-pull-25 {
    left: -25%
  }

  .mobile-grid-30 {
    float: left;
    width: 30%
  }

  .mobile-prefix-30 {
    margin-left: 30%
  }

  .mobile-suffix-30 {
    margin-right: 30%
  }

  .mobile-push-30 {
    left: 30%
  }

  .mobile-pull-30 {
    left: -30%
  }

  .mobile-grid-35 {
    float: left;
    width: 35%
  }

  .mobile-prefix-35 {
    margin-left: 35%
  }

  .mobile-suffix-35 {
    margin-right: 35%
  }

  .mobile-push-35 {
    left: 35%
  }

  .mobile-pull-35 {
    left: -35%
  }

  .mobile-grid-40 {
    float: left;
    width: 40%
  }

  .mobile-prefix-40 {
    margin-left: 40%
  }

  .mobile-suffix-40 {
    margin-right: 40%
  }

  .mobile-push-40 {
    left: 40%
  }

  .mobile-pull-40 {
    left: -40%
  }

  .mobile-grid-45 {
    float: left;
    width: 45%
  }

  .mobile-prefix-45 {
    margin-left: 45%
  }

  .mobile-suffix-45 {
    margin-right: 45%
  }

  .mobile-push-45 {
    left: 45%
  }

  .mobile-pull-45 {
    left: -45%
  }

  .mobile-grid-50 {
    float: left;
    width: 50%
  }

  .mobile-prefix-50 {
    margin-left: 50%
  }

  .mobile-suffix-50 {
    margin-right: 50%
  }

  .mobile-push-50 {
    left: 50%
  }

  .mobile-pull-50 {
    left: -50%
  }

  .mobile-grid-55 {
    float: left;
    width: 55%
  }

  .mobile-prefix-55 {
    margin-left: 55%
  }

  .mobile-suffix-55 {
    margin-right: 55%
  }

  .mobile-push-55 {
    left: 55%
  }

  .mobile-pull-55 {
    left: -55%
  }

  .mobile-grid-60 {
    float: left;
    width: 60%
  }

  .mobile-prefix-60 {
    margin-left: 60%
  }

  .mobile-suffix-60 {
    margin-right: 60%
  }

  .mobile-push-60 {
    left: 60%
  }

  .mobile-pull-60 {
    left: -60%
  }

  .mobile-grid-65 {
    float: left;
    width: 65%
  }

  .mobile-prefix-65 {
    margin-left: 65%
  }

  .mobile-suffix-65 {
    margin-right: 65%
  }

  .mobile-push-65 {
    left: 65%
  }

  .mobile-pull-65 {
    left: -65%
  }

  .mobile-grid-70 {
    float: left;
    width: 70%
  }

  .mobile-prefix-70 {
    margin-left: 70%
  }

  .mobile-suffix-70 {
    margin-right: 70%
  }

  .mobile-push-70 {
    left: 70%
  }

  .mobile-pull-70 {
    left: -70%
  }

  .mobile-grid-75 {
    float: left;
    width: 75%
  }

  .mobile-prefix-75 {
    margin-left: 75%
  }

  .mobile-suffix-75 {
    margin-right: 75%
  }

  .mobile-push-75 {
    left: 75%
  }

  .mobile-pull-75 {
    left: -75%
  }

  .mobile-grid-80 {
    float: left;
    width: 80%
  }

  .mobile-prefix-80 {
    margin-left: 80%
  }

  .mobile-suffix-80 {
    margin-right: 80%
  }

  .mobile-push-80 {
    left: 80%
  }

  .mobile-pull-80 {
    left: -80%
  }

  .mobile-grid-85 {
    float: left;
    width: 85%
  }

  .mobile-prefix-85 {
    margin-left: 85%
  }

  .mobile-suffix-85 {
    margin-right: 85%
  }

  .mobile-push-85 {
    left: 85%
  }

  .mobile-pull-85 {
    left: -85%
  }

  .mobile-grid-90 {
    float: left;
    width: 90%
  }

  .mobile-prefix-90 {
    margin-left: 90%
  }

  .mobile-suffix-90 {
    margin-right: 90%
  }

  .mobile-push-90 {
    left: 90%
  }

  .mobile-pull-90 {
    left: -90%
  }

  .mobile-grid-95 {
    float: left;
    width: 95%
  }

  .mobile-prefix-95 {
    margin-left: 95%
  }

  .mobile-suffix-95 {
    margin-right: 95%
  }

  .mobile-push-95 {
    left: 95%
  }

  .mobile-pull-95 {
    left: -95%
  }

  .mobile-grid-33 {
    float: left;
    width: 33.33333%
  }

  .mobile-prefix-33 {
    margin-left: 33.33333%
  }

  .mobile-suffix-33 {
    margin-right: 33.33333%
  }

  .mobile-push-33 {
    left: 33.33333%
  }

  .mobile-pull-33 {
    left: -33.33333%
  }

  .mobile-grid-66 {
    float: left;
    width: 66.66667%
  }

  .mobile-prefix-66 {
    margin-left: 66.66667%
  }

  .mobile-suffix-66 {
    margin-right: 66.66667%
  }

  .mobile-push-66 {
    left: 66.66667%
  }

  .mobile-pull-66 {
    left: -66.66667%
  }

  .mobile-grid-100 {
    clear: both;
    width: 100%
  }
}

@media (min-width:768px) and (max-width:1024px) {

  .tablet-push-5,
  .tablet-pull-5,
  .tablet-push-10,
  .tablet-pull-10,
  .tablet-push-15,
  .tablet-pull-15,
  .tablet-push-20,
  .tablet-pull-20,
  .tablet-push-25,
  .tablet-pull-25,
  .tablet-push-30,
  .tablet-pull-30,
  .tablet-push-35,
  .tablet-pull-35,
  .tablet-push-40,
  .tablet-pull-40,
  .tablet-push-45,
  .tablet-pull-45,
  .tablet-push-50,
  .tablet-pull-50,
  .tablet-push-55,
  .tablet-pull-55,
  .tablet-push-60,
  .tablet-pull-60,
  .tablet-push-65,
  .tablet-pull-65,
  .tablet-push-70,
  .tablet-pull-70,
  .tablet-push-75,
  .tablet-pull-75,
  .tablet-push-80,
  .tablet-pull-80,
  .tablet-push-85,
  .tablet-pull-85,
  .tablet-push-90,
  .tablet-pull-90,
  .tablet-push-95,
  .tablet-pull-95,
  .tablet-push-33,
  .tablet-pull-33,
  .tablet-push-66,
  .tablet-pull-66 {
    position: relative
  }

  .hide-on-tablet {
    display: none !important
  }

  .tablet-grid-5 {
    float: left;
    width: 5%
  }

  .tablet-prefix-5 {
    margin-left: 5%
  }

  .tablet-suffix-5 {
    margin-right: 5%
  }

  .tablet-push-5 {
    left: 5%
  }

  .tablet-pull-5 {
    left: -5%
  }

  .tablet-grid-10 {
    float: left;
    width: 10%
  }

  .tablet-prefix-10 {
    margin-left: 10%
  }

  .tablet-suffix-10 {
    margin-right: 10%
  }

  .tablet-push-10 {
    left: 10%
  }

  .tablet-pull-10 {
    left: -10%
  }

  .tablet-grid-15 {
    float: left;
    width: 15%
  }

  .tablet-prefix-15 {
    margin-left: 15%
  }

  .tablet-suffix-15 {
    margin-right: 15%
  }

  .tablet-push-15 {
    left: 15%
  }

  .tablet-pull-15 {
    left: -15%
  }

  .tablet-grid-20 {
    float: left;
    width: 20%
  }

  .tablet-prefix-20 {
    margin-left: 20%
  }

  .tablet-suffix-20 {
    margin-right: 20%
  }

  .tablet-push-20 {
    left: 20%
  }

  .tablet-pull-20 {
    left: -20%
  }

  .tablet-grid-25 {
    float: left;
    width: 25%
  }

  .tablet-prefix-25 {
    margin-left: 25%
  }

  .tablet-suffix-25 {
    margin-right: 25%
  }

  .tablet-push-25 {
    left: 25%
  }

  .tablet-pull-25 {
    left: -25%
  }

  .tablet-grid-30 {
    float: left;
    width: 30%
  }

  .tablet-prefix-30 {
    margin-left: 30%
  }

  .tablet-suffix-30 {
    margin-right: 30%
  }

  .tablet-push-30 {
    left: 30%
  }

  .tablet-pull-30 {
    left: -30%
  }

  .tablet-grid-35 {
    float: left;
    width: 35%
  }

  .tablet-prefix-35 {
    margin-left: 35%
  }

  .tablet-suffix-35 {
    margin-right: 35%
  }

  .tablet-push-35 {
    left: 35%
  }

  .tablet-pull-35 {
    left: -35%
  }

  .tablet-grid-40 {
    float: left;
    width: 40%
  }

  .tablet-prefix-40 {
    margin-left: 40%
  }

  .tablet-suffix-40 {
    margin-right: 40%
  }

  .tablet-push-40 {
    left: 40%
  }

  .tablet-pull-40 {
    left: -40%
  }

  .tablet-grid-45 {
    float: left;
    width: 45%
  }

  .tablet-prefix-45 {
    margin-left: 45%
  }

  .tablet-suffix-45 {
    margin-right: 45%
  }

  .tablet-push-45 {
    left: 45%
  }

  .tablet-pull-45 {
    left: -45%
  }

  .tablet-grid-50 {
    float: left;
    width: 50%
  }

  .tablet-prefix-50 {
    margin-left: 50%
  }

  .tablet-suffix-50 {
    margin-right: 50%
  }

  .tablet-push-50 {
    left: 50%
  }

  .tablet-pull-50 {
    left: -50%
  }

  .tablet-grid-55 {
    float: left;
    width: 55%
  }

  .tablet-prefix-55 {
    margin-left: 55%
  }

  .tablet-suffix-55 {
    margin-right: 55%
  }

  .tablet-push-55 {
    left: 55%
  }

  .tablet-pull-55 {
    left: -55%
  }

  .tablet-grid-60 {
    float: left;
    width: 60%
  }

  .tablet-prefix-60 {
    margin-left: 60%
  }

  .tablet-suffix-60 {
    margin-right: 60%
  }

  .tablet-push-60 {
    left: 60%
  }

  .tablet-pull-60 {
    left: -60%
  }

  .tablet-grid-65 {
    float: left;
    width: 65%
  }

  .tablet-prefix-65 {
    margin-left: 65%
  }

  .tablet-suffix-65 {
    margin-right: 65%
  }

  .tablet-push-65 {
    left: 65%
  }

  .tablet-pull-65 {
    left: -65%
  }

  .tablet-grid-70 {
    float: left;
    width: 70%
  }

  .tablet-prefix-70 {
    margin-left: 70%
  }

  .tablet-suffix-70 {
    margin-right: 70%
  }

  .tablet-push-70 {
    left: 70%
  }

  .tablet-pull-70 {
    left: -70%
  }

  .tablet-grid-75 {
    float: left;
    width: 75%
  }

  .tablet-prefix-75 {
    margin-left: 75%
  }

  .tablet-suffix-75 {
    margin-right: 75%
  }

  .tablet-push-75 {
    left: 75%
  }

  .tablet-pull-75 {
    left: -75%
  }

  .tablet-grid-80 {
    float: left;
    width: 80%
  }

  .tablet-prefix-80 {
    margin-left: 80%
  }

  .tablet-suffix-80 {
    margin-right: 80%
  }

  .tablet-push-80 {
    left: 80%
  }

  .tablet-pull-80 {
    left: -80%
  }

  .tablet-grid-85 {
    float: left;
    width: 85%
  }

  .tablet-prefix-85 {
    margin-left: 85%
  }

  .tablet-suffix-85 {
    margin-right: 85%
  }

  .tablet-push-85 {
    left: 85%
  }

  .tablet-pull-85 {
    left: -85%
  }

  .tablet-grid-90 {
    float: left;
    width: 90%
  }

  .tablet-prefix-90 {
    margin-left: 90%
  }

  .tablet-suffix-90 {
    margin-right: 90%
  }

  .tablet-push-90 {
    left: 90%
  }

  .tablet-pull-90 {
    left: -90%
  }

  .tablet-grid-95 {
    float: left;
    width: 95%
  }

  .tablet-prefix-95 {
    margin-left: 95%
  }

  .tablet-suffix-95 {
    margin-right: 95%
  }

  .tablet-push-95 {
    left: 95%
  }

  .tablet-pull-95 {
    left: -95%
  }

  .tablet-grid-33 {
    float: left;
    width: 33.33333%
  }

  .tablet-prefix-33 {
    margin-left: 33.33333%
  }

  .tablet-suffix-33 {
    margin-right: 33.33333%
  }

  .tablet-push-33 {
    left: 33.33333%
  }

  .tablet-pull-33 {
    left: -33.33333%
  }

  .tablet-grid-66 {
    float: left;
    width: 66.66667%
  }

  .tablet-prefix-66 {
    margin-left: 66.66667%
  }

  .tablet-suffix-66 {
    margin-right: 66.66667%
  }

  .tablet-push-66 {
    left: 66.66667%
  }

  .tablet-pull-66 {
    left: -66.66667%
  }

  .tablet-grid-100 {
    clear: both;
    width: 100%
  }
}

@media (min-width:1025px) {

  .push-5,
  .pull-5,
  .push-10,
  .pull-10,
  .push-15,
  .pull-15,
  .push-20,
  .pull-20,
  .push-25,
  .pull-25,
  .push-30,
  .pull-30,
  .push-35,
  .pull-35,
  .push-40,
  .pull-40,
  .push-45,
  .pull-45,
  .push-50,
  .pull-50,
  .push-55,
  .pull-55,
  .push-60,
  .pull-60,
  .push-65,
  .pull-65,
  .push-70,
  .pull-70,
  .push-75,
  .pull-75,
  .push-80,
  .pull-80,
  .push-85,
  .pull-85,
  .push-90,
  .pull-90,
  .push-95,
  .pull-95,
  .push-33,
  .pull-33,
  .push-66,
  .pull-66 {
    position: relative
  }

  .hide-on-desktop {
    display: none !important
  }

  .grid-5 {
    float: left;
    width: 5%
  }

  .prefix-5 {
    margin-left: 5%
  }

  .suffix-5 {
    margin-right: 5%
  }

  .push-5 {
    left: 5%
  }

  .pull-5 {
    left: -5%
  }

  .grid-10 {
    float: left;
    width: 10%
  }

  .prefix-10 {
    margin-left: 10%
  }

  .suffix-10 {
    margin-right: 10%
  }

  .push-10 {
    left: 10%
  }

  .pull-10 {
    left: -10%
  }

  .grid-15 {
    float: left;
    width: 15%
  }

  .prefix-15 {
    margin-left: 15%
  }

  .suffix-15 {
    margin-right: 15%
  }

  .push-15 {
    left: 15%
  }

  .pull-15 {
    left: -15%
  }

  .grid-20 {
    float: left;
    width: 20%
  }

  .prefix-20 {
    margin-left: 20%
  }

  .suffix-20 {
    margin-right: 20%
  }

  .push-20 {
    left: 20%
  }

  .pull-20 {
    left: -20%
  }

  .grid-25 {
    float: left;
    width: 25%
  }

  .prefix-25 {
    margin-left: 25%
  }

  .suffix-25 {
    margin-right: 25%
  }

  .push-25 {
    left: 25%
  }

  .pull-25 {
    left: -25%
  }

  .grid-30 {
    float: left;
    width: 30%
  }

  .prefix-30 {
    margin-left: 30%
  }

  .suffix-30 {
    margin-right: 30%
  }

  .push-30 {
    left: 30%
  }

  .pull-30 {
    left: -30%
  }

  .grid-35 {
    float: left;
    width: 35%
  }

  .prefix-35 {
    margin-left: 35%
  }

  .suffix-35 {
    margin-right: 35%
  }

  .push-35 {
    left: 35%
  }

  .pull-35 {
    left: -35%
  }

  .grid-40 {
    float: left;
    width: 40%
  }

  .prefix-40 {
    margin-left: 40%
  }

  .suffix-40 {
    margin-right: 40%
  }

  .push-40 {
    left: 40%
  }

  .pull-40 {
    left: -40%
  }

  .grid-45 {
    float: left;
    width: 45%
  }

  .prefix-45 {
    margin-left: 45%
  }

  .suffix-45 {
    margin-right: 45%
  }

  .push-45 {
    left: 45%
  }

  .pull-45 {
    left: -45%
  }

  .grid-50 {
    float: left;
    width: 50%
  }

  .prefix-50 {
    margin-left: 50%
  }

  .suffix-50 {
    margin-right: 50%
  }

  .push-50 {
    left: 50%
  }

  .pull-50 {
    left: -50%
  }

  .grid-55 {
    float: left;
    width: 55%
  }

  .prefix-55 {
    margin-left: 55%
  }

  .suffix-55 {
    margin-right: 55%
  }

  .push-55 {
    left: 55%
  }

  .pull-55 {
    left: -55%
  }

  .grid-60 {
    float: left;
    width: 60%
  }

  .prefix-60 {
    margin-left: 60%
  }

  .suffix-60 {
    margin-right: 60%
  }

  .push-60 {
    left: 60%
  }

  .pull-60 {
    left: -60%
  }

  .grid-65 {
    float: left;
    width: 65%
  }

  .prefix-65 {
    margin-left: 65%
  }

  .suffix-65 {
    margin-right: 65%
  }

  .push-65 {
    left: 65%
  }

  .pull-65 {
    left: -65%
  }

  .grid-70 {
    float: left;
    width: 70%
  }

  .prefix-70 {
    margin-left: 70%
  }

  .suffix-70 {
    margin-right: 70%
  }

  .push-70 {
    left: 70%
  }

  .pull-70 {
    left: -70%
  }

  .grid-75 {
    float: left;
    width: 75%
  }

  .prefix-75 {
    margin-left: 75%
  }

  .suffix-75 {
    margin-right: 75%
  }

  .push-75 {
    left: 75%
  }

  .pull-75 {
    left: -75%
  }

  .grid-80 {
    float: left;
    width: 80%
  }

  .prefix-80 {
    margin-left: 80%
  }

  .suffix-80 {
    margin-right: 80%
  }

  .push-80 {
    left: 80%
  }

  .pull-80 {
    left: -80%
  }

  .grid-85 {
    float: left;
    width: 85%
  }

  .prefix-85 {
    margin-left: 85%
  }

  .suffix-85 {
    margin-right: 85%
  }

  .push-85 {
    left: 85%
  }

  .pull-85 {
    left: -85%
  }

  .grid-90 {
    float: left;
    width: 90%
  }

  .prefix-90 {
    margin-left: 90%
  }

  .suffix-90 {
    margin-right: 90%
  }

  .push-90 {
    left: 90%
  }

  .pull-90 {
    left: -90%
  }

  .grid-95 {
    float: left;
    width: 95%
  }

  .prefix-95 {
    margin-left: 95%
  }

  .suffix-95 {
    margin-right: 95%
  }

  .push-95 {
    left: 95%
  }

  .pull-95 {
    left: -95%
  }

  .grid-33 {
    float: left;
    width: 33.33333%
  }

  .prefix-33 {
    margin-left: 33.33333%
  }

  .suffix-33 {
    margin-right: 33.33333%
  }

  .push-33 {
    left: 33.33333%
  }

  .pull-33 {
    left: -33.33333%
  }

  .grid-66 {
    float: left;
    width: 66.66667%
  }

  .prefix-66 {
    margin-left: 66.66667%
  }

  .suffix-66 {
    margin-right: 66.66667%
  }

  .push-66 {
    left: 66.66667%
  }

  .pull-66 {
    left: -66.66667%
  }

  .grid-100 {
    clear: both;
    width: 100%
  }
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

@keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

@-webkit-keyframes flash {

  from,
  50%,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

@keyframes flash {

  from,
  50%,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}

@-webkit-keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

@keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg)
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg)
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg)
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg)
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg)
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg)
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg)
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg)
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada
}

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble
}

@-webkit-keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

@keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

.bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0
  }
}

.flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0
  }
}

.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
  }
}

@keyframes rollOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

@keyframes zoomOut {
  from {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s
}

.animated.fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s
}

.animated.faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s
}

@media print {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important
  }
}

.ut-portfolio-wrap {
  width: 100%;
  position: relative
}

a.close-portfolio-details {
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto 20px auto;
  display: block;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 1;
  color: #fff;
  background: #151515;
  border-radius: 50%;
  visibility: visible;
  -webkit-transition: color .3s cubic-bezier(.215, .61, .355, 1), background .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: color .3s cubic-bezier(.215, .61, .355, 1), background .3s cubic-bezier(.215, .61, .355, 1);
  transition: color .3s cubic-bezier(.215, .61, .355, 1), background .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

a.close-portfolio-details:hover {
  color: #fff;
  background: #151515
}

a.close-portfolio-details:before {
  content: "X";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

a.next-portfolio-details,
a.prev-portfolio-details {
  display: block;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  color: #151515;
  -webkit-transition: color .3s cubic-bezier(.215, .61, .355, 1), background .3s cubic-bezier(.215, .61, .355, 1), opacity .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: color .3s cubic-bezier(.215, .61, .355, 1), background .3s cubic-bezier(.215, .61, .355, 1), opacity .3s cubic-bezier(.215, .61, .355, 1);
  transition: color .3s cubic-bezier(.215, .61, .355, 1), background .3s cubic-bezier(.215, .61, .355, 1), opacity .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.ut-portfolio-details-navigation[data-slideup-width=fullwidth] a.next-portfolio-details,
.ut-portfolio-details-navigation[data-slideup-width=fullwidth] a.prev-portfolio-details {
  top: 50% !important
}

a.next-portfolio-details:before,
a.prev-portfolio-details:before {
  content: "\e923";
  font-family: 'Brooklyn-Core' !important;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

a.next-portfolio-details:before {
  content: "\e915"
}

.light .next-portfolio-details,
.light .prev-portfolio-details {
  color: #fff
}

a.prev-portfolio-details {
  opacity: 0;
  z-index: 3;
  left: 0;
  margin-left: -70px
}

a.next-portfolio-details {
  opacity: 0;
  right: 0;
  z-index: 3;
  margin-right: -70px
}

a.prev-portfolio-details:hover,
a.next-portfolio-details:hover,
.light a.prev-portfolio-details:hover,
.light a.next-portfolio-details:hover {
  opacity: 1
}

.ut-portfolio-media .ut-portfolio-image {
  display: block;
  margin: 0 auto
}

.ut-portfolio-media .fluid-width-video-wrapper {
  margin: 0 auto !important
}

.ut-portfolio-media video {
  width: 100%;
  height: 100%;
  max-width: 100%
}

.ut-portfolio-media .wp-video {
  width: 100% !important
}

.ut-portfolio-media {
  margin-bottom: 40px
}

.ut-portfolio-media .ut-post-thumbnail-caption {
  padding-right: 0;
  width: 50%
}

@media (max-width:767px) {

  a.next-portfolio-details,
  a.prev-portfolio-details {
    display: none
  }
}

@media (min-width:768px) and (max-width:1024px) {

  a.next-portfolio-details,
  a.prev-portfolio-details {
    display: none
  }
}

.portfolio-style-two .portfolio-title {
  margin: 0;
  padding: 30px;
  text-align: center;
  background: #fff
}

.light .portfolio-style-two .portfolio-title {
  background: 0 0
}

.portfolio-style-two .ut-portfolio-info i {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5px
}

.ut-carousel {
  border: none !important;
  background: 0 0 !important;
  overflow: hidden
}

.ut-carousel .slides img {
  width: 101% !important;
  max-width: 101% !important
}

.ut-carousel .flex-direction-nav a {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  margin-top: -30px;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all .4s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .4s cubic-bezier(.215, .61, .355, 1);
  transition: all .4s cubic-bezier(.215, .61, .355, 1);
  text-align: center
}

.ut-carousel.portfolio-style-two .flex-direction-nav a {
  margin-top: -70px
}

.ut-carousel .flex-direction-nav a:before {
  font-family: 'Brooklyn-Core';
  font-size: 40px;
  line-height: 60px;
  display: inline-block;
  content: '\e90a'
}

.ut-carousel .flex-direction-nav a.flex-next:before {
  content: '\e915'
}

.ut-carousel .flex-direction-nav .flex-prev {
  left: 0;
  border-radius: 0 3px 3px 0
}

.ut-carousel .flex-direction-nav .flex-next {
  right: 0;
  border-radius: 3px 0 0 3px
}

.ut-carousel .flex-direction-nav .flex-prev:hover {
  background: rgba(255, 255, 255, .15);
  color: #fff
}

.ut-carousel .flex-direction-nav .flex-next:hover {
  background: rgba(255, 255, 255, .15);
  color: #fff
}

.ut-carousel-item.style_two .portfolio-title {
  margin: 0;
  padding: 30px;
  text-align: center;
  background: #fff
}

.portfolio-style-two .ut-portfolio-info i {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5px
}

.ut-showcase {
  border: none !important;
  background: 0 0 !important
}

.ut-showcase-navigation {
  border: none !important;
  background: 0 0 !important
}

.ut-masonry {
  display: block
}

.ut-masonry {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none
}

img.portfolio-lazy {
  visibility: hidden
}

.ut-grid-item img {
  max-width: inherit;
  width: auto;
  height: 100%;
  max-height: 100%;
  position: absolute
}

.ut-grid-item figure {
  height: 100%
}

.ut-masonry a {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: -1px;
  top: -1px
}

.ut-masonry-image {
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%
}

.ut-portfolio-item-container.animated,
.ut-portfolio-item-packery-container.animated,
.ut-portfolio-item-container .ut-masonry.animated {
  -webkit-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s;
  margin-bottom: -1px
}

.ut-portfolio-item-container.animated,
.ut-portfolio-item-packery-container.animated {
  overflow: hidden;
  -webkit-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width
}

.ut-portfolio-item-container .ut-masonry.animated {
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform
}

.ut-portfolio-item-packery-container>.ut-portfolio-article .ut-portfolio-item {
  background-size: cover;
  background-position: center center
}

.ut-portfolio-item-container.has-gutter.guttersize-1 {
  width: calc(100% + 20px)
}

.ut-portfolio-item-container.has-gutter.guttersize-2 {
  width: calc(100% + 40px)
}

.ut-portfolio-item-container.has-gutter.guttersize-3 {
  width: calc(100% + 60px)
}

.ut-portfolio-item-container.ut-portfolio-item-container-with-background.has-gutter {
  width: 100%
}

.ut-portfolio-item-container.ut-portfolio-item-container-with-background.has-gutter.guttersize-1 {
  padding-left: 20px
}

.ut-portfolio-item-container.ut-portfolio-item-container-with-background.has-gutter.guttersize-2 {
  padding-left: 40px
}

.ut-portfolio-item-container.ut-portfolio-item-container-with-background.has-gutter.guttersize-3 {
  padding-left: 60px
}

.ut-portfolio-item-container .ut-masonry.gutter-1 {
  margin-right: 20px;
  margin-bottom: 20px
}

.ut-portfolio-item-container .ut-masonry.gutter-2 {
  margin-right: 40px;
  margin-bottom: 40px
}

.ut-portfolio-item-container .ut-masonry.gutter-3 {
  margin-right: 60px;
  margin-bottom: 60px
}

@media screen and (max-width:767px) {

  .ut-portfolio-item-container.has-gutter.guttersize-2,
  .ut-portfolio-item-container.has-gutter.guttersize-3 {
    width: calc(100% + 30px)
  }

  .ut-portfolio-item-container.ut-portfolio-item-container-with-background.has-gutter {
    width: 100%
  }

  .ut-portfolio-item-container .ut-masonry.gutter-2,
  .ut-portfolio-item-container .ut-masonry.gutter-3 {
    margin-right: 30px;
    margin-bottom: 30px
  }
}

@media screen and (max-width:400px) {

  .ut-portfolio-item-container.has-gutter.guttersize-2,
  .ut-portfolio-item-container.has-gutter.guttersize-3 {
    width: calc(100% + 20px)
  }

  .ut-portfolio-item-container.ut-portfolio-item-container-with-background.has-gutter {
    width: 100%
  }

  .ut-portfolio-item-container .ut-masonry.gutter-2,
  .ut-portfolio-item-container .ut-masonry.gutter-3 {
    margin-right: 20px;
    margin-bottom: 20px
  }
}

.ut-portfolio-item-container .ut-masonry.gutter.last {
  margin-right: 0
}

.gutter-shadow {
  -webkit-box-shadow: 0px 40px 50px -40px #000;
  box-shadow: 0px 40px 50px -40px #000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.ut-portfolio-item {
  display: block;
  width: 100%;
  height: 100%
}

.ut-portfolio-item[data-effect=noneAnimation],
.ut-portfolio-article-animation-box[data-effect=noneAnimation] {
  visibility: visible !important
}

.ut-portfolio-item a {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0)
}

.ut-portfolio-item img {
  -webkit-backface-visibility: hidden
}

.vc_section[data-vc-stretch-content] .ut-portfolio-menu-wrap,
.vc_row[data-vc-stretch-content] .ut-portfolio-menu-wrap {
  margin-left: 20px;
  margin-right: 20px
}

@media (min-width:1025px) {

  .vc_section[data-vc-stretch-content] .ut-portfolio-menu-wrap,
  .vc_row[data-vc-stretch-content] .ut-portfolio-menu-wrap {
    margin-left: 40px;
    margin-right: 40px
  }

  .ut-portfolio-menu.ut-portfolio-menu-40 li {
    margin: 0 40px 20px 0
  }

  .ut-portfolio-menu.ut-portfolio-menu-60 li {
    margin: 0 60px 20px 0
  }

  .ut-portfolio-menu.ut-portfolio-menu-80 li {
    margin: 0 80px 20px 0
  }

  .ut-portfolio-menu.ut-portfolio-menu-100 li {
    margin: 0 100px 20px 0
  }
}

.ut-portfolio-menu-wrap {
  display: block;
  text-align: center;
  margin-bottom: 20px
}

.ut-portfolio-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  display: block
}

.ut-portfolio-menu li {
  margin: 0 20px 20px 0;
  display: inline-block;
  list-style: none;
  position: relative
}

.ut-portfolio-menu-wrap-left .ut-portfolio-layout-change {
  float: right
}

.ut-portfolio-menu-wrap-right .ut-portfolio-layout-change {
  float: left
}

@media (max-width:767px) {
  .ut-portfolio-menu li {
    margin: 0 10px 10px
  }
}

.ut-portfolio-menu li:last-child {
  margin-right: 0
}

.ut-portfolio-menu li a {
  font-size: 12px;
  background: 0 0;
  padding: 10px;
  line-height: 100%;
  color: #777;
  display: inline-block;
  border: 1px solid #777;
  -webkit-transition: all .4s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .4s cubic-bezier(.215, .61, .355, 1);
  transition: all .4s cubic-bezier(.215, .61, .355, 1)
}

.ut-portfolio-menu li a.selected,
.ut-portfolio-menu li a.selected:hover {
  color: #fff;
  background: #151515;
  border-color: #151515
}

.ut-portfolio-menu li a:hover {
  border-color: #151515;
  color: #151515
}

.light .ut-portfolio-menu li a {
  color: #fff;
  border-color: #fff
}

.light .ut-portfolio-menu li a.selected:hover,
.light .ut-portfolio-menu li a.selected {
  color: #151515 !important;
  background: #fff;
  border-color: #fff !important
}

.ut-portfolio-menu.style_two li a {
  background: #fff;
  border: none;
  border-radius: 3px
}

.light .ut-portfolio-menu.style_two li a {
  background: 0 0;
  color: #fff
}

.ut-portfolio-menu.style_two li a:hover,
.ut-portfolio-menu.style_two li a.selected,
.light .ut-portfolio-menu.style_two li a:hover,
.light .ut-portfolio-menu.style_two li a.selected,
.light .ut-portfolio-menu.style_two li a.selected:hover {
  color: #fff !important
}

.ut-portfolio-menu.style_three li a {
  border: none;
  border-radius: 3px
}

.light .ut-portfolio-menu.style_three li a {
  background: 0 0;
  color: #fff
}

.light .ut-portfolio-menu.style_three li a:hover {
  background: #fff !important;
  color: #151515 !important
}

.ut-portfolio-menu.style_three li a.selected {
  color: #fff;
  background: #151515;
  border-color: #151515
}

.light .ut-portfolio-menu.style_three li a.selected,
.light .ut-portfolio-menu.style_three li a.selected:hover {
  color: #151515 !important;
  background: #fff
}

.ut-portfolio-info .portfolio-title {
  margin: 0;
  font-size: 17px;
  line-height: 150%
}

.ut-portfolio-detail {
  margin-bottom: 0
}

.ut-portfolio-pagination {
  margin: 30px auto 20px auto;
  font-size: 12px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .5px
}

.ut-portfolio-pagination a {
  margin-right: 10px;
  padding: 8px 12px;
  background: 0 0;
  color: #888;
  border: 1px solid #888;
  -webkit-transition: all .4s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .4s cubic-bezier(.215, .61, .355, 1);
  transition: all .4s cubic-bezier(.215, .61, .355, 1)
}

.ut-portfolio-pagination a:last-child {
  margin-right: 0
}

.ut-portfolio-pagination.style_two a {
  border-radius: 3px;
  background: #fff;
  border: none !important
}

.ut-portfolio-pagination.style_three a {
  border-radius: 3px;
  background: 0 0;
  border: none !important
}

.light .ut-portfolio-pagination.style_three a:hover {
  background: #fff;
  color: #151515 !important
}

.ut-portfolio-pagination.style_two a {
  color: #888;
  background: 0 0
}

.light .ut-portfolio-pagination.style_two a.selected,
.light .ut-portfolio-pagination.style_two a:hover,
.light .ut-portfolio-pagination.style_two a.selected:hover {
  color: #fff !important
}

.ut-portfolio-pagination.style_two a:hover,
.light .ut-portfolio-pagination a {
  color: #fff;
  border-color: #fff
}

.ut-portfolio-pagination a.selected:hover,
.ut-portfolio-pagination a.selected {
  background: #151515;
  border-color: #151515;
  color: #fff
}

.light .ut-portfolio-pagination a.selected {
  border-color: #fff;
  background: #fff;
  color: #151515
}

.light .ut-portfolio-pagination a.selected:hover {
  border-color: #fff !important;
  background: #fff !important;
  color: #151515 !important
}

.ut-portfolio-pagination a:hover {
  color: #151515;
  border-color: #151515
}

.ut-portfolio-details-wrap {
  position: relative;
  opacity: 0;
  display: none;
  -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1);
  -o-transition: all .8s cubic-bezier(.77, 0, .175, 1);
  transition: all .8s cubic-bezier(.77, 0, .175, 1);
  max-height: 0;
  overflow: hidden
}

.vc_section[data-vc-full-width=true]:not([data-vc-stretch-content=true]) .ut-portfolio-details-wrap {
  margin-left: -20px;
  margin-right: -20px
}

.ut-portfolio-details-wrap.show {
  opacity: 1;
  display: block
}

.ut-portfolio-details-wrap.overflow-visible {
  max-height: 20000px
}

.ut-portfolio-details {
  position: relative;
  visibility: hidden
}

.ut-portfolio-detail {
  display: none;
  opacity: 0;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.ut-portfolio-details-wrap .ut-portfolio-detail.animated {
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none
}

.ut-portfolio-details-navigation {
  opacity: 0;
  position: relative;
  z-index: 10;
  display: none;
  -webkit-transition: opacity .8s;
  -o-transition: opacity .8s;
  transition: opacity .8s
}

.ut-portfolio-details-navigation.show {
  opacity: 1
}

.ut-portfolio-list {
  margin-left: 0;
  list-style: none !important;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center
}

.ut-portfolio-list strong {
  font-weight: 400
}

.ut-portfolio-list li {
  margin-right: 10px;
  display: inline
}

.ut-portfolio-detail-loader {
  background: #151515;
  position: fixed;
  z-index: 2502;
  line-height: 80px;
  display: none;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: 50vh;
  left: calc(50% - 40px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
  -webkit-animation: rotating 1.5s linear infinite;
  animation: rotating 1.5s linear infinite;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .35);
  box-shadow: 0 0 10px rgba(0, 0, 0, .35)
}

.ut-portfolio-detail-loader i {
  line-height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.ut-portfolio-detail .wp-audio-shortcode {
  visibility: visible !important
}

.ut-portfolio-gallery-slider {
  border: none !important;
  background: 0 0 !important;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1
}

.ut-portfolio-gallery-slider img {
  height: auto;
  margin: 0 auto;
  display: block
}

.ut-portfolio-gallery-slider .slides li:after {
  content: ".";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1000
}

.ut-portfolio-gallery-slider .flex-direction-nav {
  display: inline-block;
  list-style: none;
  position: absolute;
  margin: 0;
  bottom: 20px;
  right: 20px;
  height: 40px;
  width: 100px;
  z-index: 100;
  text-align: right
}

.ut-portfolio-gallery-slider .flex-direction-nav li {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px
}

.ut-portfolio-gallery-slider .flex-direction-nav li:last-child {
  margin: 0
}

.ut-portfolio-gallery-slider .flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: #fff;
  text-align: center;
  background: #151515;
  border-radius: 50%;
  -webkit-transition: color .3s cubic-bezier(.215, .61, .355, 1), background .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: color .3s cubic-bezier(.215, .61, .355, 1), background .3s cubic-bezier(.215, .61, .355, 1);
  transition: color .3s cubic-bezier(.215, .61, .355, 1), background .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.ut-portfolio-gallery-slider .flex-direction-nav a:before {
  font-family: 'Brooklyn-Core';
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  content: '\e90a'
}

.ut-portfolio-gallery-slider .flex-direction-nav a.flex-next:before {
  content: '\e915'
}

.ut-hover a {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all .4s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .4s cubic-bezier(.215, .61, .355, 1);
  transition: all .4s cubic-bezier(.215, .61, .355, 1)
}

.ut-hover img,
.ut-hover video.ut-selfvideo-player {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .4s cubic-bezier(.215, .61, .355, 1) !important;
  -o-transition: all .4s cubic-bezier(.215, .61, .355, 1) !important;
  transition: all .4s cubic-bezier(.215, .61, .355, 1) !important;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1) !important;
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1) !important;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1) !important
}

.ut-hover:hover img,
.ut-hover:hover video.ut-selfvideo-player {
  -webkit-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  transform: scale(1.1) !important
}

.ut-hover .ut-morph-active img {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important
}

.single-portfolio .ut-portfolio-info {
  padding: 0
}

.ut-portfolio-info {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 20px
}

.ut-portfolio-article-tilt .ut-portfolio-info {
  padding: 40px
}

.ut-portfolio-info-c {
  text-align: center;
  -webkit-animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
  animation-duration: .4s;
  animation-fill-mode: both;
  animation-name: fadeOut;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1
}

.ut-hover:hover .ut-portfolio-info-c {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}

.ut-hover-layer>div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.ut-hover-layer {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .4s cubic-bezier(.215, .61, .355, 1);
  transition: all .4s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.ut-portfolio-article-permanent-caption .ut-hover-layer {
  opacity: 1 !important
}

.ut-portfolio-article-permanent-caption .ut-portfolio-info-c {
  -webkit-animation: none !important;
  animation: none !important
}

.ut-portfolio-offset-anchor {
  position: absolute;
  visibility: hidden;
  top: -79px
}

.isotope-hidden {
  visibility: hidden
}

.ut-portfolio-item {
  display: block;
  width: 100%;
  height: 100%
}

.ut-portfolio-item .ut-video-container {
  pointer-events: none
}

.ut-portfolio-info-c span.ut-portfolio-info-plus {
  font-size: 24px !important
}

.ut-portfolio-item-container-2-columns .ut-masonry-default,
.ut-portfolio-item-container-2-columns .ut-masonry-portrait {
  width: 50%
}

.ut-portfolio-item-container-2-columns .ut-masonry-panorama,
.ut-portfolio-item-container-2-columns .ut-masonry-xxl {
  width: 100%
}

@media (max-width:1024px) {

  .ut-portfolio-item-container-2-columns .ut-masonry-panorama,
  .ut-portfolio-item-container-2-columns .ut-masonry-xxl {
    width: 50%
  }
}

@media (max-width:767px) {

  .ut-portfolio-item-container-2-columns .ut-masonry-default,
  .ut-portfolio-item-container-2-columns .ut-masonry-portrait {
    width: 100%
  }

  .ut-portfolio-item-container-2-columns .ut-masonry-panorama,
  .ut-portfolio-item-container-2-columns .ut-masonry-xxl {
    width: 100%
  }
}

.ut-portfolio-item-container-3-columns .ut-masonry-default,
.ut-portfolio-item-container-3-columns .ut-masonry-portrait {
  width: 33.33333%
}

.ut-portfolio-item-container-3-columns .ut-masonry-panorama,
.ut-portfolio-item-container-3-columns .ut-masonry-xxl {
  width: 66.66666%
}

@media (max-width:1024px) {

  .ut-portfolio-item-container-3-columns .ut-masonry-default,
  .ut-portfolio-item-container-3-columns .ut-masonry-portrait {
    width: 50%
  }

  .ut-portfolio-item-container-3-columns .ut-masonry-panorama,
  .ut-portfolio-item-container-3-columns .ut-masonry-xxl {
    width: 50%
  }
}

@media (max-width:767px) {

  .ut-portfolio-item-container-3-columns .ut-masonry-default,
  .ut-portfolio-item-container-3-columns .ut-masonry-portrait {
    width: 100%
  }

  .ut-portfolio-item-container-3-columns .ut-masonry-panorama,
  .ut-portfolio-item-container-3-columns .ut-masonry-xxl {
    width: 100%
  }
}

.ut-portfolio-item-container-4-columns .ut-masonry-default,
.ut-portfolio-item-container-4-columns .ut-masonry-portrait {
  width: 25%
}

.ut-portfolio-item-container-4-columns .ut-masonry-panorama,
.ut-portfolio-item-container-4-columns .ut-masonry-xxl {
  width: 50%
}

@media (max-width:1680px) {

  .ut-portfolio-item-container-4-columns .ut-masonry-default,
  .ut-portfolio-item-container-4-columns .ut-masonry-portrait {
    width: 50%
  }

  .ut-portfolio-item-container-4-columns .ut-masonry-panorama,
  .ut-portfolio-item-container-4-columns .ut-masonry-xxl {
    width: 50%
  }
}

@media (max-width:767px) {

  .ut-portfolio-item-container-4-columns .ut-masonry-default,
  .ut-portfolio-item-container-4-columns .ut-masonry-portrait {
    width: 100%
  }

  .ut-portfolio-item-container-4-columns .ut-masonry-panorama,
  .ut-portfolio-item-container-4-columns .ut-masonry-xxl {
    width: 100%
  }
}

.ut-portfolio-article {
  visibility: hidden
}

.ut-portfolio-article.show {
  visibility: visible
}

.ut-portfolio-article-tilt .ut-portfolio-item,
.ut-portfolio-article-tilt .ut-portfolio-item a,
.ut-portfolio-article-tilt .ut-portfolio-item a .ut-hover-layer,
.ut-portfolio-article-tilt .ut-portfolio-item a .ut-portfolio-info {
  transform-style: preserve-3d
}

.ut-portfolio-article-tilt .ut-portfolio-item a {
  overflow: visible
}

.ut-portfolio-article-tilt .ut-portfolio-item figure {
  overflow: hidden
}

.ut-portfolio-article-tilt .ut-hover .ut-portfolio-info-c {
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-transform: translateZ(60px);
  transform: translateZ(60px);
  transform-origin: center center;
  opacity: 0
}

.ut-portfolio-article-tilt .ut-hover-layer {
  -webkit-transition: all .2s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .2s cubic-bezier(.215, .61, .355, 1);
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.ut-portfolio-article-tilt .ut-hover:hover .ut-portfolio-info-c,
.ut-portfolio-article-tilt.ut-portfolio-article-permanent-caption .ut-hover .ut-portfolio-info-c {
  transition: opacity;
  transition-duration: .2s;
  transition-delay: .2s;
  opacity: 1
}

.ut-portfolio-article.ut-tilt-active {
  z-index: 1
}

.ut-portfolio-article-animation {
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.ut-portfolio-article.ut-portfolio-article-animation .ut-portfolio-article-animation-box {
  -webkit-animation-name: none;
  animation-name: none
}

.ut-portfolio-article .ut-portfolio-article-animation-box {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-animation-duration: .8s;
  animation-duration: .8s
}

.compose-mode .ut-portfolio-article .ut-portfolio-article-animation-box {
  opacity: 1 !important;
  visibility: visible !important
}

.ut-portfolio-article .ut-portfolio-article-animation-box.portfolioFadeInUp {
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}

.portfolioFadeInUp {
  -webkit-animation-name: portfolioFadeInUp;
  animation-name: portfolioFadeInUp
}

@-webkit-keyframes portfolioFadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    opacity: 0
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes portfolioFadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    opacity: 0
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

.portfolioZoomIn {
  -webkit-animation-name: portfolioZoomIn;
  animation-name: portfolioZoomIn
}

@-webkit-keyframes portfolioZoomIn {
  0% {
    -webkit-transform: scale(.001);
    transform: scale(.001);
    opacity: 0
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes portfolioZoomIn {
  0% {
    -webkit-transform: scale(.001);
    transform: scale(.001);
    opacity: 0
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.portfolioFadeIn {
  -webkit-animation-name: portfolioFadeIn;
  animation-name: portfolioFadeIn
}

.ut-portfolio-article .ut-portfolio-article-animation-box.portfolioFadeIn {
  -webkit-animation-duration: .8s;
  animation-duration: .8s
}

@-webkit-keyframes portfolioFadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes portfolioFadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@media (min-width:1025px) {
  .ut-portfolio-detail-fullwidth {
    margin-left: 20px !important;
    margin-right: 20px !important
  }
}

.BrooklynFadeInLeftSlideUp,
.BrooklynFadeInRightSlideUp,
.BrooklynFadeOutLeftSlideUp,
.BrooklynFadeOutRightSlideUp {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.BrooklynFadeInLeftSlideUp {
  -webkit-animation-name: BrooklynFadeInLeft;
  animation-name: BrooklynFadeInLeft
}

.BrooklynFadeInRightSlideUp {
  -webkit-animation-name: BrooklynFadeInRightSlideUp;
  animation-name: BrooklynFadeInRightSlideUp
}

.BrooklynFadeOutLeftSlideUp {
  -webkit-animation-name: BrooklynFadeOutLeftSlideUp;
  animation-name: BrooklynFadeOutLeftSlideUp
}

.BrooklynFadeOutRightSlideUp {
  -webkit-animation-name: BrooklynFadeOutRightSlideUp;
  animation-name: BrooklynFadeOutRightSlideUp
}

@-webkit-keyframes BrooklynFadeInLeftSlideUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes BrooklynFadeInLeftSlideUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes BrooklynFadeOutLeftSlideUp {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0)
  }
}

@keyframes BrooklynFadeOutLeftSlideUp {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0)
  }
}

@-webkit-keyframes BrooklynFadeOutRightSlideUp {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0)
  }
}

@keyframes BrooklynFadeOutRightSlideUp {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0)
  }
}

@-webkit-keyframes BrooklynFadeInRightSlideUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes BrooklynFadeInRightSlideUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.ut-react-carousel-container {
  position: relative
}

.ut-react-carousel {
  opacity: 0;
  transition: opacity .6s cubic-bezier(.215, .61, .355, 1)
}

.ut-react-carousel.loaded {
  opacity: 1
}

.ut-react-carousel.is-sliding .ut-react-carousel-interaction .ut-react-carousel-item-left,
.ut-react-carousel.is-sliding .ut-react-carousel-interaction .ut-react-carousel-item-right {
  visibility: hidden
}

.ut-react-carousel:not(.mouseentered).is-sliding .ut-react-carousel-interaction .ut-react-carousel-item-center {
  visibility: hidden;
  pointer-events: none
}

.ut-react-grid {
  position: absolute;
  display: grid;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  grid-template-columns: 30% 30% 30%;
  grid-column-gap: 5%;
  grid-template-areas: 'griditem-left griditem-center griditem-right'
}

.ut-portfolio-wrap.ut-react-grid {
  position: relative
}

.ut-react-carousel,
.ut-react-carousel-interaction {
  left: -5%;
  width: 110%;
  pointer-events: none;
  z-index: 1
}

.ut-react-carousel.is-sliding {
  pointer-events: auto
}

.ut-react-carousel-item {
  display: flex;
  justify-content: center;
  position: relative;
  pointer-events: none;
  opacity: 0;
  grid-area: griditem-center
}

.ut-react-carousel-slide {
  flex-direction: column;
  width: 100%
}

.ut-react-carousel-item-center,
.ut-react-carousel-item-left,
.ut-react-carousel-item-right {
  opacity: 1;
  cursor: pointer
}

.ut-react-carousel-item-left {
  grid-area: griditem-left
}

.ut-react-carousel-item-center {
  grid-area: griditem-center
}

.ut-react-carousel-item-right {
  grid-area: griditem-right
}

.ut-react-carousel-item-cursor {
  pointer-events: auto
}

.ut-react-carousel-img-wrap {
  width: 100%;
  position: relative
}

.ut-react-carousel-img {
  width: calc(100% + 40px);
  height: 100%;
  left: -20px;
  top: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  pointer-events: none
}

.ut-react-carousel-img img {
  -webkit-transition: filter .4s cubic-bezier(.215, .61, .355, 1);
  transition: filter .4s cubic-bezier(.215, .61, .355, 1)
}

.ut-react-carousel-disable-filter-permanent-hover-centered .ut-react-carousel-item .ut-react-carousel-img-wrap.mouseenter .ut-react-carousel-img img,
.ut-react-carousel-disable-filter-permanent-hover-centered:not(.is-sliding) .ut-react-carousel-item-center .ut-react-carousel-img-wrap .ut-react-carousel-img img,
.ut-react-carousel-disable-filter-permanent-centered:not(.is-sliding) .ut-react-carousel-item-center .ut-react-carousel-img-wrap .ut-react-carousel-img img,
.ut-react-carousel-disable-filter-permanent-hover .ut-react-carousel-item .ut-react-carousel-img-wrap.mouseenter .ut-react-carousel-img img {
  filter: none !important
}

.ut-react-carousel-disable-link .ut-react-carousel-item-center {
  cursor: default !important
}

.ut-react-carousel-item-with-shadow .ut-react-carousel-img img {
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.ut-react-carousel-item .ut-video-container {
  top: -2px;
  bottom: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px
}

.ut-portfolio-wrap.flexslider .slides>li {
  position: relative
}

.ut-react-carousel,
.ut-react-carousel-item .ut-video-container,
.ut-react-carousel-img-wrap,
.ut-react-carousel-caption,
.ut-react-carousel-number,
.ut-react-carousel-title {
  will-change: transform
}

.ut-react-carousel-number {
  font-size: 3rem;
  line-height: 1;
  margin: 0 0 .5rem;
  font-weight: 700
}

.ut-react-carousel-item-with-stroke-number .ut-react-carousel-number {
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  color: transparent
}

.ut-react-carousel-titles-wrap,
.ut-react-carousel-titles-background-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
  pointer-events: none
}

.ut-react-carousel-titles-background-wrap {
  pointer-events: none;
  z-index: -1
}

.ut-react-grid.ut-react-carousel-background-titles {
  grid-column-gap: unset;
  grid-template-columns: 33.33% 33.33% 33.33%;
  grid-template-rows: 100% 100%;
  width: 200%;
  left: -50%
}

.ut-react-carousel-title,
.ut-react-carousel-background-title {
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: stretch
}

.ut-react-carousel-background-title.ut-react-carousel-item:not(.ut-react-carousel-item-center):not(.ut-react-carousel-item-left):not(.ut-react-carousel-item-right) {
  opacity: 0 !important
}

.ut-react-carousel-background-title .ut-text-svg {
  width: 100% !important;
  height: 100% !important;
  max-width: 80%
}

.ut-react-carousel-background-title .ut-text-svg .ut-stroke-offset-line {
  stroke-width: 1px
}

.ut-react-carousel-caption {
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-size: .75rem;
  font-weight: 400;
  margin: .75rem 0 0
}

.ut-react-carousel-item .ut-text-svg {
  max-width: 100%;
  height: auto
}

.ut-text-svg {
  stroke-width: 0;
  -webkit-transition: filter .4s cubic-bezier(.215, .61, .355, 1);
  transition: filter .4s cubic-bezier(.215, .61, .355, 1)
}

.ut-text-svg.ut-text-svg-with-blur {
  -webkit-filter: blur(2px);
  filter: blur(2px)
}

.ut-text-svg.ut-text-svg-with-shadow {
  -webkit-filter: drop-shadow(0px 3px 1px rgba(0, 0, 0, .9));
  filter: drop-shadow(0px 3px 1px rgba(0, 0, 0, .9))
}

.ut-text-svg.ut-text-svg-with-shadow.ut-text-svg-with-blur {
  -webkit-filter: drop-shadow(0px 3px 1px rgba(0, 0, 0, .9)) blur(2px);
  filter: drop-shadow(0px 3px 1px rgba(0, 0, 0, .9)) blur(2px)
}

.ut-react-carousel-item-center .ut-text-svg.ut-text-svg-with-shadow {
  -webkit-filter: drop-shadow(0px 3px 1px rgba(0, 0, 0, .9));
  filter: drop-shadow(0px 3px 1px rgba(0, 0, 0, .9))
}

.ut-react-carousel-item-active .ut-text-svg.ut-text-svg-with-shadow {
  -webkit-filter: drop-shadow(0px 3px 1px rgba(0, 0, 0, .9));
  filter: drop-shadow(0px 3px 1px rgba(0, 0, 0, .9))
}

.ut-text-svg .ut-stroke-offset-line {
  -webkit-transition: fill .8s cubic-bezier(.215, .61, .355, 1);
  transition: fill .8s cubic-bezier(.215, .61, .355, 1)
}

.ut-react-carousel-item-center .ut-text-svg {
  -webkit-filter: none;
  filter: none
}

.ut-react-carousel-item-active .ut-text-svg {
  -webkit-filter: none;
  filter: none
}

.ut-react-carousel-titles-wrap .ut-react-carousel-item-center.active .ut-text-svg .ut-stroke-offset-line {
  stroke-dasharray: 100% 0%;
  -webkit-animation: stroke-offset .8s linear;
  animation: stroke-offset .8s linear;
  -webkit-animation-fill-mode: forwards
}

.ut-react-carousel-item-with-title-line-draw.ut-react-carousel-item-center .ut-text-svg .ut-stroke-offset-line {
  stroke-width: 1px
}

.ut-react-carousel-item-with-title-line-draw.ut-react-carousel-item-center.ut-stroke-offset-line-thicker .ut-text-svg .ut-stroke-offset-line {
  stroke-width: 2px
}

.ut-tspan-2 {
  font-size: 80% !important
}

.ut-tspan-3 {
  font-size: 60% !important
}

.ut-tspan-4 {
  font-size: 40% !important
}

.ut-react-carousel-titles-wrap .ut-react-carousel-item-center:not(.active) {
  stroke-width: 1px;
  stroke-dasharray: 7% 28%;
  -webkit-animation: stroke-offset .8s linear;
  animation: stroke-offset .8s linear;
  animation-direction: reverse;
  -webkit-animation-fill-mode: forwards
}

@media (max-width:767px) {
  .ut-react-carousel-container {
    width: 100%;
    overflow: hidden
  }

  .ut-react-carousel,
  .ut-react-carousel-interaction {
    left: 0;
    width: 100%;
    pointer-events: none
  }

  .ut-react-grid {
    grid-template-columns: repeat(3, calc(100% / 3));
    grid-column-gap: 0
  }

  .ut-react-carousel.ut-react-grid {
    grid-column-gap: unset;
    grid-template-columns: 33.33% 33.33% 33.33%;
    grid-template-rows: 100% 100%;
    width: 300%;
    left: -100%
  }

  .ut-react-carousel-interaction {
    grid-template-columns: repeat(3, calc(100% / 3));
    grid-column-gap: 0
  }

  .ut-react-carousel-slide {
    padding: 20px
  }

  .ut-react-carousel-title {
    padding: 40px
  }

  .ut-react-carousel-img {
    width: 100%
  }

  .ut-react-carousel-titles-background-wrap {
    visibility: hidden;
    pointer-events: none
  }

  .ut-react-carousel-navigation {
    justify-content: center;
    margin-top: 20px
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .ut-react-carousel-container {
    width: 100%;
    overflow: hidden
  }

  .ut-react-carousel {
    left: -20%;
    width: 140%;
    pointer-events: none
  }

  .ut-react-carousel-interaction {
    left: 0;
    width: 100%;
    pointer-events: none
  }

  .ut-react-carousel,
  .ut-react-carousel-interaction {
    pointer-events: none
  }

  .ut-react-grid {
    grid-template-columns: repeat(3, calc((100% - 12vw) / 3));
    grid-column-gap: 6vw
  }

  .ut-react-carousel-interaction {
    grid-template-columns: repeat(3, calc((100% - 12vw) / 3));
    grid-column-gap: 6vw
  }

  .ut-react-carousel-title {
    padding: 20px
  }

  .ut-react-carousel-img {
    width: 100%
  }

  .ut-react-carousel-titles-background-wrap {
    visibility: hidden;
    pointer-events: none
  }

  .ut-react-carousel[data-rotate=on]+.ut-react-carousel-navigation {
    justify-content: center;
    margin-top: 40px
  }

  .ut-react-carousel[data-rotate=off]+.ut-react-carousel-navigation {
    margin-top: 40px
  }
}

@media screen and (min-width:1025px) {
  .ut-react-grid {
    grid-template-columns: repeat(3, calc((100% - 36vw) / 3));
    grid-column-gap: 18vw
  }

  .ut-react-carousel-interaction {
    grid-template-columns: repeat(3, calc(100% / 3));
    grid-column-gap: 0
  }

  .ut-react-carousel-large .ut-react-grid {
    grid-template-columns: repeat(3, calc((100% - 18vw) / 3));
    grid-column-gap: 9vw
  }

  .ut-react-carousel-large .ut-react-carousel-interaction {
    grid-template-columns: repeat(3, calc(100% / 3));
    grid-column-gap: 0
  }

  .ut-react-carousel[data-rotate=on]+.ut-react-carousel-navigation {
    justify-content: flex-end;
    margin-right: 80px
  }

  .ut-react-carousel[data-rotate=off]+.ut-react-carousel-navigation {
    margin-top: 80px
  }

  .ut-react-carousel-negative-margin {
    margin-bottom: -40px
  }

  .ut-react-carousel-negative-margin>.ut-react-carousel-navigation {
    position: relative;
    top: -40px
  }

  .ut-react-carousel-with-shadows {
    padding-bottom: 40px
  }
}

.ut-react-carousel-navigation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 80px;
  visibility: hidden
}

.ut-react-carousel.loaded+.ut-react-carousel-navigation {
  visibility: visible
}

.ut-react-carousel-button {
  display: inline-block;
  color: #ddd;
  width: 72px;
  height: 72px;
  border: 1px solid #ddd;
  background: 0 0;
  text-align: center;
  line-height: 72px;
  padding: 0;
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

.ut-react-carousel-button:hover {
  color: #fff;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, .1)
}

.ut-react-carousel-button:before {
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 25px
}

.ut-react-carousel-button-prev {
  margin-right: 10px
}

.ut-react-carousel-button-prev:before {
  content: '\f104'
}

.ut-react-carousel-button-next {
  margin-left: 10px
}

.ut-react-carousel-button-next:before {
  content: '\f105'
}

.ut-react-carousel-preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  pointer-events: none
}

.ut-react-carousel-with-preloader .ut-react-carousel-preloader {
  display: block
}

.ut-pt-wrap {
  margin-left: -10px !important;
  margin-right: -10px !important;
  margin-top: 30px
}

.ut-pt-wrap.ut-pt-wrap-style-2 {
  margin-top: 0;
  text-align: center
}

.ut-pricing-table,
.light .ut-pricing-table,
.dark .ut-pricing-table {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  background: #fff;
  margin-bottom: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .25);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, .25);
  box-shadow: 0 10px 10px rgba(0, 0, 0, .25)
}

.ut-pt-wrap.ut-pt-wrap-style-2 .ut-pricing-table {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .25), 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .25), 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .25), 0 0 0 transparent, 0 0 0 transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.light .ut-pt-featured,
.dark .ut-pt-featured,
.ut-pt-featured {
  display: block;
  background: #f7f7f7;
  padding: 0 30px;
  color: #fff !important;
  text-align: center;
  line-height: 60px;
  height: 60px;
  font-size: 18px;
  font-weight: 700
}

.ut-pt-wrap.ut-pt-wrap-style-2 .ut-pt-featured {
  display: none
}

.ut-pt-featured-table {
  top: -30px
}

.ut-pt-wrap.ut-pt-wrap-style-2 .ut-pt-featured-table {
  top: 0
}

.ut-pt-mp {
  margin-left: 5px
}

.ut-pt-header {
  display: block;
  padding: 20px 30px;
  background: #f4f7f8;
  border-bottom: 1px solid #efefef
}

.light .ut-pt-wrap.ut-pt-wrap-style-2 .ut-pt-featured-table .ut-pt-header,
.dark .ut-pt-wrap.ut-pt-wrap-style-2 .ut-pt-featured-table .ut-pt-header,
.light .ut-pt-wrap.ut-pt-wrap-style-2 .ut-pt-featured-table .ut-pt-header .ut-pt-title,
.dark .ut-pt-wrap.ut-pt-wrap-style-2 .ut-pt-featured-table .ut-pt-header .ut-pt-title,
.light .ut-pt-wrap.ut-pt-wrap-style-2 .ut-pt-featured-table .ut-pt-header .ut-pt-title-slogan,
.dark .ut-pt-wrap.ut-pt-wrap-style-2 .ut-pt-featured-table .ut-pt-header .ut-pt-title-slogan {
  color: #fff !important
}

.ut-pt-title,
.light .ut-pt-title,
.dark .ut-pt-title {
  margin: 0;
  font-size: 24px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #151515 !important
}

.ut-pt-title-slogan,
.light .ut-pt-title-slogan,
.dark .ut-pt-title-slogan {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #999
}

.ut-pt-custom {
  display: block;
  background: #fff
}

.ut-pt-info {
  background: #fff
}

.ut-pt-info strong,
.ut-pt-info b {
  color: #151515
}

.ut-pt-info ul {
  display: block;
  margin: 0;
  padding: 0;
  color: #999
}

.ut-pt-info ul strong {
  color: #151515
}

.ut-pt-info ul li {
  display: block;
  margin: 0;
  padding: 20px 30px 20px 52px;
  border-bottom: 1px solid #efefef;
  position: relative
}

.ut-pt-wrap.ut-pt-wrap-style-2 .ut-pt-info ul li {
  position: inherit;
  padding: 20px 30px
}

.ut-pt-wrap.ut-pt-wrap-style-2 .ut-pt-info ul li:nth-child(2n+2) {
  background: #f7f7f7
}

.ut-pt-wrap.ut-pt-wrap-style-2 .ut-pt-info ul li i {
  display: none
}

.ut-pt-wrap.ut-pt-wrap-style-2 .ut-pt-info .fa-li {
  position: inherit;
  width: inherit;
  color: inherit
}

.ut-pt-info .fa-li {
  position: absolute;
  top: 28px !important;
  left: 30px;
  width: auto;
  color: #acb2ba !important
}

.ut-pt-info .fa-li.fa {
  font-size: .8em
}

.ut-pt-pricing {
  display: block;
  padding: 20px 30px;
  background: #f7f7f7;
  text-align: center
}

.ut-pt-pricing .ut-btn {
  margin-right: 0;
  margin-top: 20px
}

.ut-pt-price {
  margin-top: 10px;
  font-size: 50px;
  display: block;
  line-height: 100%;
  color: #151515
}

.ut-pt-price sup {
  font-size: 25px
}

.ut-pt-price-slogan {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #999
}

.ut-btn {
  cursor: pointer;
  display: inline-block;
  margin: 0 20px 20px 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 12px;
  color: #fff;
  background: 0 0;
  -webkit-transition: .2s all linear;
  -moz-transition: .2s all linear;
  transition: .2s all linear;
  font-family: 'ralewaymedium', Helvetica, Arial, sans-serif
}

.ut-btn.small {
  font-size: 11px
}

.ut-btn.round {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.ut-btn:hover {
  color: #fff
}

.ut-btn.ut-pt-btn {
  background: #151515
}

.ut-btn.ut-pt-btn:hover {
  background: #151515
}

.ut-pricing-table .ut-custom-row>video {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.ut-pt-wrap.ut-pt-wrap-style-3 {
  margin-top: 0
}

.ut-pt-wrap-style-3 .ut-pt-featured {
  display: none
}

.ut-pt-wrap-style-3 .ut-pt-featured-table {
  top: 0
}

.light .ut-pt-wrap-style-3 .ut-pricing-table,
.dark .ut-pt-wrap-style-3 .ut-pricing-table {
  position: relative;
  font-family: Arial, Helvetica, sans-serif !important;
  display: block;
  background: 0 0 !important;
  margin-bottom: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.ut-pt-wrap-style-3 .ut-pt-header,
.ut-pt-wrap-style-3 .ut-pt-info,
.ut-pt-wrap-style-3 .ut-pt-pricing {
  background: 0 0
}

.ut-pt-wrap-style-3 .ut-pt-header {
  padding: 5px 10px
}

.ut-pt-wrap-style-3 .ut-pt-header,
.ut-pt-wrap-style-3 .ut-custom-row {
  border: 1px solid;
  border-width: 1px;
  background: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 40px #000;
  -moz-box-shadow: 0 0 40px #000;
  box-shadow: 0 0 40px #000;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.ut-pt-wrap-style-3 .ut-custom-row {
  padding: 5px
}

.ut-pt-wrap-style-3 .ut-custom-row .ut-video {
  margin: 0
}

.ut-pt-wrap-style-3 .ut-pt-title {
  color: #fff !important;
  text-shadow: 0 0 40px #fff, 2px 2px 3px #000
}

.ut-pt-wrap-style-3 .ut-pt-info {
  padding: 0
}

.ut-pt-wrap-style-3 .ut-pt-info ul {
  border: 1px solid;
  border-width: 1px;
  -webkit-box-shadow: 0 0 40px #000;
  -moz-box-shadow: 0 0 40px #000;
  box-shadow: 0 0 40px #000;
  list-style: circle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.ut-pt-wrap-style-3 .ut-pt-info ul li {
  border: none;
  padding: 5px 10px;
  border-bottom: 1px solid
}

.ut-pt-wrap-style-3 .ut-pt-header,
.ut-pt-wrap-style-3 .ut-pt-info ul li {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1
}

.ut-pt-wrap-style-3 .ut-pt-header:after,
.ut-pt-wrap-style-3 .ut-pt-info ul li:after {
  content: "";
  background: url(//www.coaching-germany.de/wp-content/themes/brooklyn/css/../images/ut-misc-bg.jpg);
  opacity: .2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1
}

.ut-pt-wrap-style-3 .ut-pt-info ul li:last-child {
  border: none
}

.ut-pt-wrap-style-3 .ut-pt-info ul li:nth-child(2n+0) {
  background: rgba(0, 0, 0, .5)
}

.ut-pt-wrap-style-3 .ut-pt-info ul li i {
  display: none
}

.ut-pt-wrap-style-3 .ut-pt-pricing {
  text-align: left;
  padding: 20px 0
}

.ut-pt-wrap-style-3 .ut-pt-price {
  color: #fff;
  text-shadow: 0 0 40px #fff, 2px 2px 3px #000
}

.ut-pt-wrap-style-3 .ut-pt-title-slogan {
  color: #ffae00 !important;
  text-shadow: 0 0 40px #ffae00, 2px 2px 3px #000
}

.ut-pt-wrap-style-3 .ut-pt-price-slogan {
  color: #0f0 !important;
  text-shadow: 0 0 40px #0f0, 2px 2px 3px #000
}

.ut-pt-wrap-style-3 .ut-btn {
  background: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 40px #000;
  -moz-box-shadow: 0 0 40px #000;
  box-shadow: 0 0 40px #000;
  border: 1px solid;
  border-width: 1px
}

.ut-pt-wrap-style-3 .ut-btn:hover,
.ut-pt-wrap-style-3 .ut-pt-featured-table .ut-btn:hover {
  color: #fff !important;
  text-shadow: 0 0 40px #fff, 2px 2px 3px #000;
  background: 0 0 !important
}

.ut-pt-wrap-style-3 .ut-pt-featured-table .ut-btn {
  background: rgba(0, 0, 0, .5) !important;
  -webkit-box-shadow: 0 0 40px #000;
  -moz-box-shadow: 0 0 40px #000;
  box-shadow: 0 0 40px #000;
  border: 1px solid;
  border-width: 1px
}

.ut-pt-wrap.ut-pt-wrap-style-4 .ut-pricing-table {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 40px
}

.ut-pt-wrap.ut-pt-wrap-style-4 .ut-pt-featured {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400;
  padding: 0;
  height: inherit;
  line-height: inherit
}

.ut-pt-wrap.ut-pt-wrap-style-4 .ut-pt-header {
  background: 0 0;
  padding-top: 0
}

.ut-pt-wrap.ut-pt-wrap-style-4 .ut-custom-row {
  margin-bottom: 20px;
  position: relative
}

.ut-pt-wrap.ut-pt-wrap-style-4 ul {
  color: inherit;
  padding: 0 30px
}

.ut-pt-wrap.ut-pt-wrap-style-4 ul li {
  margin-bottom: 10px;
  padding: 0 0 10px
}

.ut-pt-wrap.ut-pt-wrap-style-4 ul li:last-child {
  margin-bottom: 0
}

.ut-pt-wrap.ut-pt-wrap-style-4 .ut-pt-pricing {
  background: 0 0;
  text-align: inherit;
  margin-top: 20px;
  padding: 0 30px
}

.ut-pt-wrap.ut-pt-wrap-style-4 .ut-pt-pricing .ut-pt-price {
  font-size: 30px;
  margin: 0;
  padding: 0
}

.ut-pt-wrap.ut-pt-wrap-style-4 .ut-pt-pricing .ut-btn {
  margin-bottom: 0
}

#ut-sitebody .ut-pt-wrap.ut-pt-wrap-style-4 .ut-pt-pricing .ut-pt-price-slogan {
  color: inherit;
  display: block;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 10px
}

#ut-sitebody .ut-pt-wrap.ut-pt-wrap-style-4 .ut-pt-mp {
  margin: 0
}

#ut-sitebody .ut-pt-wrap.ut-pt-wrap-style-4 .ut-pt-featured-table,
#ut-sitebody .ut-pt-wrap.ut-pt-wrap-style-4 {
  top: 0;
  margin-top: 0
}

.ut-pt-wrap.ut-pt-wrap-style-4 .ut-pt-title,
.light .ut-pt-wrap.ut-pt-wrap-style-4 .ut-pt-title,
.dark .ut-pt-wrap.ut-pt-wrap-style-4 .ut-pt-title {
  margin: 0;
  font-size: 17px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: inherit
}

.ut-pt-wrap.ut-pt-wrap-style-4 .ut-pt-title-slogan,
.light .ut-pt-wrap.ut-pt-wrap-style-4 .ut-pt-title-slogan,
.dark .ut-pt-wrap.ut-pt-wrap-style-4 .ut-pt-title-slogan {
  color: inherit;
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase
}

.light .ut-pt-wrap.ut-pt-wrap-style-4 .ut-pt-featured,
.dark .ut-pt-wrap.ut-pt-wrap-style-4 .ut-pt-featured,
.ut-pt-wrap.ut-pt-wrap-style-4 .ut-pt-featured {
  display: block;
  background: #252525 !important;
  background: rgba(37, 37, 37, .3) !important;
  padding: 5px;
  color: inherit;
  text-align: center;
  font-size: 13px;
  font-weight: 400
}

@media screen and (max-width:767px) {
  .ut-pt-price {
    font-size: 40px
  }

  .ut-pt-featured-table {
    top: 0
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .ut-pt-price {
    font-size: 40px
  }

  .ut-pt-wrap .tablet-grid-50:nth-child(odd) {
    clear: left
  }
}

/*!
* WPBakery Page Builder v7.6.0 (https://wpbakery.com)
* Copyright 2011-2024 Michael M, WPBakery
* License: Commercial. More details: http://go.wpbakery.com/licensing
*/
.vc_clearfix:after,
.vc_column-inner::after,
.vc_el-clearfix,
.vc_row:after {
  clear: both
}

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

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

  .vc_el-clearfix-xs {
    clear: both
  }
}

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

  .vc_el-clearfix-sm {
    clear: both
  }
}

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

  .vc_el-clearfix-md {
    clear: both
  }
}

.vc_non_responsive .vc_row .vc_col-sm-1 {
  position: relative;
  float: left;
  width: 8.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-2 {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-3 {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-4 {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-5 {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-6 {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-7 {
  position: relative;
  float: left;
  width: 58.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-8 {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-9 {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-10 {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-11 {
  position: relative;
  float: left;
  width: 91.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-12 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-offset-12 {
  margin-left: 100%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-11 {
  margin-left: 91.66666667%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-10 {
  margin-left: 83.33333333%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-9 {
  margin-left: 75%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-8 {
  margin-left: 66.66666667%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-7 {
  margin-left: 58.33333333%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-6 {
  margin-left: 50%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-5 {
  margin-left: 41.66666667%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-4 {
  margin-left: 33.33333333%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-3 {
  margin-left: 25%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-2 {
  margin-left: 16.66666667%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-1 {
  margin-left: 8.33333333%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-0 {
  margin-left: 0
}

.vc_non_responsive .vc_row .vc_hidden-sm {
  display: none !important
}

.vc_non_responsive .vc_row .vc_col-sm-1\/5 {
  position: relative;
  float: left;
  width: 20%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-2\/5 {
  position: relative;
  float: left;
  width: 40%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-3\/5 {
  position: relative;
  float: left;
  width: 60%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-4\/5 {
  position: relative;
  float: left;
  width: 80%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-5\/5 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-offset-5\/5 {
  margin-left: 100%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-4\/5 {
  margin-left: 80%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-3\/5 {
  margin-left: 60%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-2\/5 {
  margin-left: 40%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-1\/5 {
  margin-left: 20%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-0\/5 {
  margin-left: 0
}

.vc_column_container {
  width: 100%
}

.vc_row {
  margin-left: -15px;
  margin-right: -15px
}

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

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

[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-1,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-10,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-11,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-12,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-2,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-3,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-4,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-5,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-6,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-7,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-8,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-9 {
  float: right
}

.vc_col-xs-12 {
  width: 100%
}

.vc_col-xs-11 {
  width: 91.66666667%
}

.vc_col-xs-10 {
  width: 83.33333333%
}

.vc_col-xs-9 {
  width: 75%
}

.vc_col-xs-8 {
  width: 66.66666667%
}

.vc_col-xs-7 {
  width: 58.33333333%
}

.vc_col-xs-6 {
  width: 50%
}

.vc_col-xs-5 {
  width: 41.66666667%
}

.vc_col-xs-4 {
  width: 33.33333333%
}

.vc_col-xs-3 {
  width: 25%
}

.vc_col-xs-2 {
  width: 16.66666667%
}

.vc_col-xs-1 {
  width: 8.33333333%
}

.vc_col-xs-pull-12 {
  right: 100%
}

.vc_col-xs-pull-11 {
  right: 91.66666667%
}

.vc_col-xs-pull-10 {
  right: 83.33333333%
}

.vc_col-xs-pull-9 {
  right: 75%
}

.vc_col-xs-pull-8 {
  right: 66.66666667%
}

.vc_col-xs-pull-7 {
  right: 58.33333333%
}

.vc_col-xs-pull-6 {
  right: 50%
}

.vc_col-xs-pull-5 {
  right: 41.66666667%
}

.vc_col-xs-pull-4 {
  right: 33.33333333%
}

.vc_col-xs-pull-3 {
  right: 25%
}

.vc_col-xs-pull-2 {
  right: 16.66666667%
}

.vc_col-xs-pull-1 {
  right: 8.33333333%
}

.vc_col-xs-pull-0 {
  right: auto
}

.vc_col-xs-push-12 {
  left: 100%
}

.vc_col-xs-push-11 {
  left: 91.66666667%
}

.vc_col-xs-push-10 {
  left: 83.33333333%
}

.vc_col-xs-push-9 {
  left: 75%
}

.vc_col-xs-push-8 {
  left: 66.66666667%
}

.vc_col-xs-push-7 {
  left: 58.33333333%
}

.vc_col-xs-push-6 {
  left: 50%
}

.vc_col-xs-push-5 {
  left: 41.66666667%
}

.vc_col-xs-push-4 {
  left: 33.33333333%
}

.vc_col-xs-push-3 {
  left: 25%
}

.vc_col-xs-push-2 {
  left: 16.66666667%
}

.vc_col-xs-push-1 {
  left: 8.33333333%
}

.vc_col-xs-push-0 {
  left: auto
}

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

.vc_col-xs-offset-11 {
  margin-left: 91.66666667%
}

.vc_col-xs-offset-10 {
  margin-left: 83.33333333%
}

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

.vc_col-xs-offset-8 {
  margin-left: 66.66666667%
}

.vc_col-xs-offset-7 {
  margin-left: 58.33333333%
}

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

.vc_col-xs-offset-5 {
  margin-left: 41.66666667%
}

.vc_col-xs-offset-4 {
  margin-left: 33.33333333%
}

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

.vc_col-xs-offset-2 {
  margin-left: 16.66666667%
}

.vc_col-xs-offset-1 {
  margin-left: 8.33333333%
}

.vc_col-xs-offset-0 {
  margin-left: 0
}

.vc_col-lg-1\/5,
.vc_col-lg-2\/5,
.vc_col-lg-3\/5,
.vc_col-lg-4\/5,
.vc_col-lg-5\/5,
.vc_col-md-1\/5,
.vc_col-md-2\/5,
.vc_col-md-3\/5,
.vc_col-md-4\/5,
.vc_col-md-5\/5,
.vc_col-sm-1\/5,
.vc_col-sm-2\/5,
.vc_col-sm-3\/5,
.vc_col-sm-4\/5,
.vc_col-sm-5\/5,
.vc_col-xs-1\/5,
.vc_col-xs-2\/5,
.vc_col-xs-3\/5,
.vc_col-xs-4\/5,
.vc_col-xs-5\/5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box
}

.vc_col-xs-1\/5,
.vc_col-xs-2\/5,
.vc_col-xs-3\/5,
.vc_col-xs-4\/5,
.vc_col-xs-5\/5 {
  float: left
}

.vc_col-xs-5\/5 {
  width: 100%
}

.vc_col-xs-4\/5 {
  width: 80%
}

.vc_col-xs-3\/5 {
  width: 60%
}

.vc_col-xs-2\/5 {
  width: 40%
}

.vc_col-xs-1\/5 {
  width: 20%
}

.vc_col-xs-pull-5\/5 {
  right: 100%
}

.vc_col-xs-pull-4\/5 {
  right: 80%
}

.vc_col-xs-pull-3\/5 {
  right: 60%
}

.vc_col-xs-pull-2\/5 {
  right: 40%
}

.vc_col-xs-pull-1\/5 {
  right: 20%
}

.vc_col-xs-pull-0\/5 {
  right: auto
}

.vc_col-xs-push-5\/5 {
  left: 100%
}

.vc_col-xs-push-4\/5 {
  left: 80%
}

.vc_col-xs-push-3\/5 {
  left: 60%
}

.vc_col-xs-push-2\/5 {
  left: 40%
}

.vc_col-xs-push-1\/5 {
  left: 20%
}

.vc_col-xs-push-0\/5 {
  left: auto
}

.vc_col-xs-offset-5\/5 {
  margin-left: 100%
}

.vc_col-xs-offset-4\/5 {
  margin-left: 80%
}

.vc_col-xs-offset-3\/5 {
  margin-left: 60%
}

.vc_col-xs-offset-2\/5 {
  margin-left: 40%
}

.vc_col-xs-offset-1\/5 {
  margin-left: 20%
}

.vc_col-xs-offset-0\/5 {
  margin-left: 0
}

[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-1\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-2\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-3\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-4\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-5\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-1\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-2\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-3\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-4\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-5\/5 {
  float: right
}

@media (min-width:768px) {

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

  [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-1,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-10,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-11,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-12,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-2,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-3,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-4,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-5,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-6,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-7,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-8,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-9 {
    float: right
  }

  .vc_col-sm-12 {
    width: 100%
  }

  .vc_col-sm-11 {
    width: 91.66666667%
  }

  .vc_col-sm-10 {
    width: 83.33333333%
  }

  .vc_col-sm-9 {
    width: 75%
  }

  .vc_col-sm-8 {
    width: 66.66666667%
  }

  .vc_col-sm-7 {
    width: 58.33333333%
  }

  .vc_col-sm-6 {
    width: 50%
  }

  .vc_col-sm-5 {
    width: 41.66666667%
  }

  .vc_col-sm-4 {
    width: 33.33333333%
  }

  .vc_col-sm-3 {
    width: 25%
  }

  .vc_col-sm-2 {
    width: 16.66666667%
  }

  .vc_col-sm-1 {
    width: 8.33333333%
  }

  .vc_col-sm-pull-12 {
    right: 100%
  }

  .vc_col-sm-pull-11 {
    right: 91.66666667%
  }

  .vc_col-sm-pull-10 {
    right: 83.33333333%
  }

  .vc_col-sm-pull-9 {
    right: 75%
  }

  .vc_col-sm-pull-8 {
    right: 66.66666667%
  }

  .vc_col-sm-pull-7 {
    right: 58.33333333%
  }

  .vc_col-sm-pull-6 {
    right: 50%
  }

  .vc_col-sm-pull-5 {
    right: 41.66666667%
  }

  .vc_col-sm-pull-4 {
    right: 33.33333333%
  }

  .vc_col-sm-pull-3 {
    right: 25%
  }

  .vc_col-sm-pull-2 {
    right: 16.66666667%
  }

  .vc_col-sm-pull-1 {
    right: 8.33333333%
  }

  .vc_col-sm-pull-0 {
    right: auto
  }

  .vc_col-sm-push-12 {
    left: 100%
  }

  .vc_col-sm-push-11 {
    left: 91.66666667%
  }

  .vc_col-sm-push-10 {
    left: 83.33333333%
  }

  .vc_col-sm-push-9 {
    left: 75%
  }

  .vc_col-sm-push-8 {
    left: 66.66666667%
  }

  .vc_col-sm-push-7 {
    left: 58.33333333%
  }

  .vc_col-sm-push-6 {
    left: 50%
  }

  .vc_col-sm-push-5 {
    left: 41.66666667%
  }

  .vc_col-sm-push-4 {
    left: 33.33333333%
  }

  .vc_col-sm-push-3 {
    left: 25%
  }

  .vc_col-sm-push-2 {
    left: 16.66666667%
  }

  .vc_col-sm-push-1 {
    left: 8.33333333%
  }

  .vc_col-sm-push-0 {
    left: auto
  }

  .vc_col-sm-offset-12 {
    margin-left: 100%
  }

  .vc_col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .vc_col-sm-offset-10 {
    margin-left: 83.33333333%
  }

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

  .vc_col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .vc_col-sm-offset-7 {
    margin-left: 58.33333333%
  }

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

  .vc_col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .vc_col-sm-offset-4 {
    margin-left: 33.33333333%
  }

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

  .vc_col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .vc_col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .vc_col-sm-offset-0 {
    margin-left: 0
  }

  .vc_col-sm-1\/5,
  .vc_col-sm-2\/5,
  .vc_col-sm-3\/5,
  .vc_col-sm-4\/5,
  .vc_col-sm-5\/5 {
    float: left
  }

  [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-1\/5,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-2\/5,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-3\/5,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-4\/5,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-5\/5 {
    float: right
  }

  .vc_col-sm-5\/5 {
    width: 100%
  }

  .vc_col-sm-4\/5 {
    width: 80%
  }

  .vc_col-sm-3\/5 {
    width: 60%
  }

  .vc_col-sm-2\/5 {
    width: 40%
  }

  .vc_col-sm-1\/5 {
    width: 20%
  }

  .vc_col-sm-pull-5\/5 {
    right: 100%
  }

  .vc_col-sm-pull-4\/5 {
    right: 80%
  }

  .vc_col-sm-pull-3\/5 {
    right: 60%
  }

  .vc_col-sm-pull-2\/5 {
    right: 40%
  }

  .vc_col-sm-pull-1\/5 {
    right: 20%
  }

  .vc_col-sm-pull-0\/5 {
    right: auto
  }

  .vc_col-sm-push-5\/5 {
    left: 100%
  }

  .vc_col-sm-push-4\/5 {
    left: 80%
  }

  .vc_col-sm-push-3\/5 {
    left: 60%
  }

  .vc_col-sm-push-2\/5 {
    left: 40%
  }

  .vc_col-sm-push-1\/5 {
    left: 20%
  }

  .vc_col-sm-push-0\/5 {
    left: auto
  }

  .vc_col-sm-offset-5\/5 {
    margin-left: 100%
  }

  .vc_col-sm-offset-4\/5 {
    margin-left: 80%
  }

  .vc_col-sm-offset-3\/5 {
    margin-left: 60%
  }

  .vc_col-sm-offset-2\/5 {
    margin-left: 40%
  }

  .vc_col-sm-offset-1\/5 {
    margin-left: 20%
  }

  .vc_col-sm-offset-0\/5 {
    margin-left: 0
  }
}

@media (min-width:992px) {

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

  [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-1,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-10,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-11,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-12,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-2,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-3,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-4,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-5,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-6,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-7,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-8,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-9 {
    float: right
  }

  .vc_col-md-12 {
    width: 100%
  }

  .vc_col-md-11 {
    width: 91.66666667%
  }

  .vc_col-md-10 {
    width: 83.33333333%
  }

  .vc_col-md-9 {
    width: 75%
  }

  .vc_col-md-8 {
    width: 66.66666667%
  }

  .vc_col-md-7 {
    width: 58.33333333%
  }

  .vc_col-md-6 {
    width: 50%
  }

  .vc_col-md-5 {
    width: 41.66666667%
  }

  .vc_col-md-4 {
    width: 33.33333333%
  }

  .vc_col-md-3 {
    width: 25%
  }

  .vc_col-md-2 {
    width: 16.66666667%
  }

  .vc_col-md-1 {
    width: 8.33333333%
  }

  .vc_col-md-pull-12 {
    right: 100%
  }

  .vc_col-md-pull-11 {
    right: 91.66666667%
  }

  .vc_col-md-pull-10 {
    right: 83.33333333%
  }

  .vc_col-md-pull-9 {
    right: 75%
  }

  .vc_col-md-pull-8 {
    right: 66.66666667%
  }

  .vc_col-md-pull-7 {
    right: 58.33333333%
  }

  .vc_col-md-pull-6 {
    right: 50%
  }

  .vc_col-md-pull-5 {
    right: 41.66666667%
  }

  .vc_col-md-pull-4 {
    right: 33.33333333%
  }

  .vc_col-md-pull-3 {
    right: 25%
  }

  .vc_col-md-pull-2 {
    right: 16.66666667%
  }

  .vc_col-md-pull-1 {
    right: 8.33333333%
  }

  .vc_col-md-pull-0 {
    right: auto
  }

  .vc_col-md-push-12 {
    left: 100%
  }

  .vc_col-md-push-11 {
    left: 91.66666667%
  }

  .vc_col-md-push-10 {
    left: 83.33333333%
  }

  .vc_col-md-push-9 {
    left: 75%
  }

  .vc_col-md-push-8 {
    left: 66.66666667%
  }

  .vc_col-md-push-7 {
    left: 58.33333333%
  }

  .vc_col-md-push-6 {
    left: 50%
  }

  .vc_col-md-push-5 {
    left: 41.66666667%
  }

  .vc_col-md-push-4 {
    left: 33.33333333%
  }

  .vc_col-md-push-3 {
    left: 25%
  }

  .vc_col-md-push-2 {
    left: 16.66666667%
  }

  .vc_col-md-push-1 {
    left: 8.33333333%
  }

  .vc_col-md-push-0 {
    left: auto
  }

  .vc_col-md-offset-12 {
    margin-left: 100%
  }

  .vc_col-md-offset-11 {
    margin-left: 91.66666667%
  }

  .vc_col-md-offset-10 {
    margin-left: 83.33333333%
  }

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

  .vc_col-md-offset-8 {
    margin-left: 66.66666667%
  }

  .vc_col-md-offset-7 {
    margin-left: 58.33333333%
  }

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

  .vc_col-md-offset-5 {
    margin-left: 41.66666667%
  }

  .vc_col-md-offset-4 {
    margin-left: 33.33333333%
  }

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

  .vc_col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .vc_col-md-offset-1 {
    margin-left: 8.33333333%
  }

  .vc_col-md-offset-0 {
    margin-left: 0
  }

  .vc_col-md-1\/5,
  .vc_col-md-2\/5,
  .vc_col-md-3\/5,
  .vc_col-md-4\/5,
  .vc_col-md-5\/5 {
    float: left
  }

  [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-1\/5,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-2\/5,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-3\/5,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-4\/5,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-5\/5 {
    float: right
  }

  .vc_col-md-5\/5 {
    width: 100%
  }

  .vc_col-md-4\/5 {
    width: 80%
  }

  .vc_col-md-3\/5 {
    width: 60%
  }

  .vc_col-md-2\/5 {
    width: 40%
  }

  .vc_col-md-1\/5 {
    width: 20%
  }

  .vc_col-md-pull-5\/5 {
    right: 100%
  }

  .vc_col-md-pull-4\/5 {
    right: 80%
  }

  .vc_col-md-pull-3\/5 {
    right: 60%
  }

  .vc_col-md-pull-2\/5 {
    right: 40%
  }

  .vc_col-md-pull-1\/5 {
    right: 20%
  }

  .vc_col-md-pull-0\/5 {
    right: auto
  }

  .vc_col-md-push-5\/5 {
    left: 100%
  }

  .vc_col-md-push-4\/5 {
    left: 80%
  }

  .vc_col-md-push-3\/5 {
    left: 60%
  }

  .vc_col-md-push-2\/5 {
    left: 40%
  }

  .vc_col-md-push-1\/5 {
    left: 20%
  }

  .vc_col-md-push-0\/5 {
    left: auto
  }

  .vc_col-md-offset-5\/5 {
    margin-left: 100%
  }

  .vc_col-md-offset-4\/5 {
    margin-left: 80%
  }

  .vc_col-md-offset-3\/5 {
    margin-left: 60%
  }

  .vc_col-md-offset-2\/5 {
    margin-left: 40%
  }

  .vc_col-md-offset-1\/5 {
    margin-left: 20%
  }

  .vc_col-md-offset-0\/5 {
    margin-left: 0
  }
}

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

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

  [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-1,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-10,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-11,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-12,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-2,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-3,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-4,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-5,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-6,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-7,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-8,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-9 {
    float: right
  }

  .vc_col-lg-12 {
    width: 100%
  }

  .vc_col-lg-11 {
    width: 91.66666667%
  }

  .vc_col-lg-10 {
    width: 83.33333333%
  }

  .vc_col-lg-9 {
    width: 75%
  }

  .vc_col-lg-8 {
    width: 66.66666667%
  }

  .vc_col-lg-7 {
    width: 58.33333333%
  }

  .vc_col-lg-6 {
    width: 50%
  }

  .vc_col-lg-5 {
    width: 41.66666667%
  }

  .vc_col-lg-4 {
    width: 33.33333333%
  }

  .vc_col-lg-3 {
    width: 25%
  }

  .vc_col-lg-2 {
    width: 16.66666667%
  }

  .vc_col-lg-1 {
    width: 8.33333333%
  }

  .vc_col-lg-pull-12 {
    right: 100%
  }

  .vc_col-lg-pull-11 {
    right: 91.66666667%
  }

  .vc_col-lg-pull-10 {
    right: 83.33333333%
  }

  .vc_col-lg-pull-9 {
    right: 75%
  }

  .vc_col-lg-pull-8 {
    right: 66.66666667%
  }

  .vc_col-lg-pull-7 {
    right: 58.33333333%
  }

  .vc_col-lg-pull-6 {
    right: 50%
  }

  .vc_col-lg-pull-5 {
    right: 41.66666667%
  }

  .vc_col-lg-pull-4 {
    right: 33.33333333%
  }

  .vc_col-lg-pull-3 {
    right: 25%
  }

  .vc_col-lg-pull-2 {
    right: 16.66666667%
  }

  .vc_col-lg-pull-1 {
    right: 8.33333333%
  }

  .vc_col-lg-pull-0 {
    right: auto
  }

  .vc_col-lg-push-12 {
    left: 100%
  }

  .vc_col-lg-push-11 {
    left: 91.66666667%
  }

  .vc_col-lg-push-10 {
    left: 83.33333333%
  }

  .vc_col-lg-push-9 {
    left: 75%
  }

  .vc_col-lg-push-8 {
    left: 66.66666667%
  }

  .vc_col-lg-push-7 {
    left: 58.33333333%
  }

  .vc_col-lg-push-6 {
    left: 50%
  }

  .vc_col-lg-push-5 {
    left: 41.66666667%
  }

  .vc_col-lg-push-4 {
    left: 33.33333333%
  }

  .vc_col-lg-push-3 {
    left: 25%
  }

  .vc_col-lg-push-2 {
    left: 16.66666667%
  }

  .vc_col-lg-push-1 {
    left: 8.33333333%
  }

  .vc_col-lg-push-0 {
    left: auto
  }

  .vc_col-lg-offset-12 {
    margin-left: 100%
  }

  .vc_col-lg-offset-11 {
    margin-left: 91.66666667%
  }

  .vc_col-lg-offset-10 {
    margin-left: 83.33333333%
  }

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

  .vc_col-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .vc_col-lg-offset-7 {
    margin-left: 58.33333333%
  }

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

  .vc_col-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .vc_col-lg-offset-4 {
    margin-left: 33.33333333%
  }

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

  .vc_col-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .vc_col-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .vc_col-lg-offset-0 {
    margin-left: 0
  }

  .vc_col-lg-1\/5,
  .vc_col-lg-2\/5,
  .vc_col-lg-3\/5,
  .vc_col-lg-4\/5,
  .vc_col-lg-5\/5 {
    float: left
  }

  [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-1\/5,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-2\/5,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-3\/5,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-4\/5,
  [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-5\/5 {
    float: right
  }

  .vc_col-lg-5\/5 {
    width: 100%
  }

  .vc_col-lg-4\/5 {
    width: 80%
  }

  .vc_col-lg-3\/5 {
    width: 60%
  }

  .vc_col-lg-2\/5 {
    width: 40%
  }

  .vc_col-lg-1\/5 {
    width: 20%
  }

  .vc_col-lg-pull-5\/5 {
    right: 100%
  }

  .vc_col-lg-pull-4\/5 {
    right: 80%
  }

  .vc_col-lg-pull-3\/5 {
    right: 60%
  }

  .vc_col-lg-pull-2\/5 {
    right: 40%
  }

  .vc_col-lg-pull-1\/5 {
    right: 20%
  }

  .vc_col-lg-pull-0\/5 {
    right: auto
  }

  .vc_col-lg-push-5\/5 {
    left: 100%
  }

  .vc_col-lg-push-4\/5 {
    left: 80%
  }

  .vc_col-lg-push-3\/5 {
    left: 60%
  }

  .vc_col-lg-push-2\/5 {
    left: 40%
  }

  .vc_col-lg-push-1\/5 {
    left: 20%
  }

  .vc_col-lg-push-0\/5 {
    left: auto
  }

  .vc_col-lg-offset-5\/5 {
    margin-left: 100%
  }

  .vc_col-lg-offset-4\/5 {
    margin-left: 80%
  }

  .vc_col-lg-offset-3\/5 {
    margin-left: 60%
  }

  .vc_col-lg-offset-2\/5 {
    margin-left: 40%
  }

  .vc_col-lg-offset-1\/5 {
    margin-left: 20%
  }

  .vc_col-lg-offset-0\/5 {
    margin-left: 0
  }

  .vc_el-clearfix-lg {
    clear: both
  }
}

.vc_el_width_100,
.vc_el_width_50,
.vc_el_width_60,
.vc_el_width_70,
.vc_el_width_80,
.vc_el_width_90 {
  margin-left: auto !important;
  margin-right: auto !important
}

.vc_pull-right {
  float: right !important
}

.vc_pull-left {
  float: left !important
}

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

.vc_visible {
  display: block
}

.vc_table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse
}

.vc_pixel_icon,
.vc_toggle_size_sm .vc_toggle_icon,
i.icon {
  height: 16px;
  width: 16px
}

.vc_table>tbody>tr>td,
.vc_table>tbody>tr>th,
.vc_table>tfoot>tr>td,
.vc_table>tfoot>tr>th,
.vc_table>thead>tr>td,
.vc_table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd
}

.vc_table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd
}

.vc_button-2-wrapper,
.vc_pixel_icon,
.vc_toggle_icon,
.wpb_button {
  vertical-align: middle
}

.vc_table>caption+thead>tr:first-child>td,
.vc_table>caption+thead>tr:first-child>th,
.vc_table>colgroup+thead>tr:first-child>td,
.vc_table>colgroup+thead>tr:first-child>th,
.vc_table>thead:first-child>tr:first-child>td,
.vc_table>thead:first-child>tr:first-child>th {
  border-top: 0
}

.vc_table>tbody+tbody {
  border-top: 2px solid #ddd
}

.vc_table .table {
  background-color: #fff
}

.vc_table-bordered,
.vc_table-bordered>tbody>tr>td,
.vc_table-bordered>tbody>tr>th,
.vc_table-bordered>tfoot>tr>td,
.vc_table-bordered>tfoot>tr>th,
.vc_table-bordered>thead>tr>td,
.vc_table-bordered>thead>tr>th {
  border: 1px solid #ddd
}

.vc_table-bordered>thead>tr>td,
.vc_table-bordered>thead>tr>th {
  border-bottom-width: 2px
}

.vc_pixel_icon {
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat
}

.vc_pixel_icon-alert {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../vc/alert.png)
}

.vc_pixel_icon-info {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../vc/info.png)
}

.vc_pixel_icon-tick {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../vc/tick.png)
}

.vc_pixel_icon-explanation {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../vc/exclamation.png)
}

.vc_pixel_icon-address_book {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/address-book.png)
}

.vc_pixel_icon-alarm_clock {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/alarm-clock.png)
}

.vc_pixel_icon-anchor {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/anchor.png)
}

.vc_pixel_icon-application_image {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/application-image.png)
}

.vc_pixel_icon-arrow {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/arrow.png)
}

.vc_pixel_icon-asterisk {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/asterisk.png)
}

.vc_pixel_icon-hammer {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/auction-hammer.png)
}

.vc_pixel_icon-balloon {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/balloon.png)
}

.vc_pixel_icon-balloon_buzz {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-buzz.png)
}

.vc_pixel_icon-balloon_facebook {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-facebook.png)
}

.vc_pixel_icon-balloon_twitter {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-twitter.png)
}

.vc_pixel_icon-battery {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/battery-full.png)
}

.vc_pixel_icon-binocular {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/binocular.png)
}

.vc_pixel_icon-document_excel {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-excel.png)
}

.vc_pixel_icon-document_image {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-image.png)
}

.vc_pixel_icon-document_music {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-music.png)
}

.vc_pixel_icon-document_office {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-office.png)
}

.vc_pixel_icon-document_pdf {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-pdf.png)
}

.vc_pixel_icon-document_powerpoint {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-powerpoint.png)
}

.vc_pixel_icon-document_word {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-word.png)
}

.vc_pixel_icon-bookmark {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/bookmark.png)
}

.vc_pixel_icon-camcorder {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/camcorder.png)
}

.vc_pixel_icon-camera {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/camera.png)
}

.vc_pixel_icon-chart {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/chart.png)
}

.vc_pixel_icon-chart_pie {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/chart-pie.png)
}

.vc_pixel_icon-clock {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/clock.png)
}

.vc_pixel_icon-play {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/control.png)
}

.vc_pixel_icon-fire {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/fire.png)
}

.vc_pixel_icon-heart {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/heart.png)
}

.vc_pixel_icon-mail {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/mail.png)
}

.vc_pixel_icon-shield {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/plus-shield.png)
}

.vc_pixel_icon-video {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/video.png)
}

@font-face {
  font-family: vcpb-plugin-icons;
  src: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../fonts/vc_icons_v3/fonts/vcpb-plugin-icons.eot?onqajd);
  src: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../fonts/vc_icons_v3/fonts/vcpb-plugin-icons.eot?onqajd#iefix) format('embedded-opentype'), url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../fonts/vc_icons_v3/fonts/vcpb-plugin-icons.ttf?onqajd) format('truetype'), url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../fonts/vc_icons_v3/fonts/vcpb-plugin-icons.woff?onqajd) format('woff'), url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../fonts/vc_icons_v3/fonts/vcpb-plugin-icons.svg?onqajd#vcpb-plugin-icons) format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: block
}

.vc-composer-icon {
  font-family: vcpb-plugin-icons !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.vc-c-icon-seo:before {
  content: "\e927"
}

.vc-c-icon-clone:before {
  content: "\e926"
}

.vc-c-icon-paste:before {
  content: "\e924"
}

.vc-c-icon-copy:before {
  content: "\e925"
}

.vc-c-icon-layout_portrait-smartphones:before {
  content: "\e917"
}

.vc-c-icon-layout_landscape-smartphones:before {
  content: "\e918"
}

.vc-c-icon-layout_portrait-tablets:before {
  content: "\e919"
}

.vc-c-icon-layout_landscape-tablets:before {
  content: "\e91a"
}

.vc-c-icon-layout_default:before {
  content: "\e91b"
}

.vc-c-icon-cog:before {
  content: "\e91f"
}

.vc-c-icon-add_template:before {
  content: "\e920"
}

.vc-c-icon-more:before {
  content: "\e923"
}

.vc-c-icon-text-block:before {
  content: "\e903"
}

.vc-c-icon-fullscreen_exit:before {
  content: "\e90d"
}

.vc-c-icon-fullscreen:before {
  content: "\e910"
}

.vc-c-icon-close:before {
  content: "\e914"
}

.vc-c-icon-add_element:before {
  content: "\e915"
}

.vc-c-icon-redo:before {
  content: "\e921"
}

.vc-c-icon-undo:before {
  content: "\e922"
}

.vc-c-icon-minimize:before {
  content: "\e91c"
}

.vc-c-icon-1-6_4-6_1-6:before {
  content: "\e90e"
}

.vc-c-icon-arrow_back:before {
  content: "\e5c4"
}

.vc-c-icon-arrow_drop_down:before {
  content: "\e5c5"
}

.vc-c-icon-arrow_drop_up:before {
  content: "\e5c7"
}

.vc-c-icon-arrow_forward:before {
  content: "\e5c8"
}

.vc-c-icon-check:before {
  content: "\e5ca"
}

.vc-c-icon-arrow_upward:before {
  content: "\e5d8"
}

.vc-c-icon-arrow_downward:before {
  content: "\e5db"
}

.vc-c-icon-sync:before {
  content: "\e627"
}

.vc-c-icon-search:before {
  content: "\e8b6"
}

.vc-c-icon-1-1:before {
  content: "\e900"
}

.vc-c-icon-1-2_1-2:before {
  content: "\e901"
}

.vc-c-icon-1-3_1-3_1-3:before {
  content: "\e902"
}

.vc-c-icon-1-4_1-2_1-4:before {
  content: "\e904"
}

.vc-c-icon-1-4_1-4_1-4_1-4:before {
  content: "\e905"
}

.vc-c-icon-1-4_3-4:before {
  content: "\e906"
}

.vc-c-icon-1-6_1-6_1-6_1-2:before {
  content: "\e907"
}

.vc-c-icon-1-6_1-6_1-6_1-6_1-6_1-6:before {
  content: "\e908"
}

.vc-c-icon-l_15_15_15_15_15:before {
  content: "\e909"
}

.vc-c-icon-1-6_2-3_1-6:before {
  content: "\e90a"
}

.vc-c-icon-2-3_1-3:before {
  content: "\e90b"
}

.vc-c-icon-5-6_1-6:before {
  content: "\e90c"
}

.vc-c-icon-add:before {
  content: "\e90f"
}

.vc-c-icon-content_copy:before {
  content: "\e911"
}

.vc-c-icon-delete_empty:before {
  content: "\e912"
}

.vc-c-icon-dragndrop:before {
  content: "\e913"
}

.vc-c-icon-arrow_drop_right:before {
  content: "\e916"
}

.vc-c-icon-mode_edit:before {
  content: "\e91d"
}

.vc-c-icon-row_default_fe:before {
  content: "\e91e"
}

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

.vc_el_width_60 {
  width: 60%
}

.vc_el_width_70 {
  width: 70%
}

.vc_el_width_80 {
  width: 80%
}

.vc_el_width_90 {
  width: 90%
}

.vc_el_width_100 {
  width: 100%
}

.vc_btn,
a.vc_btn,
button.vc_btn {
  cursor: pointer;
  display: inline-block;
  text-decoration: none !important;
  padding: 9px 12px;
  font-size: 100%;
  line-height: 20px;
  border-radius: 4px
}

.vc_btn,
.vc_btn:focus,
.vc_btn:hover,
a.vc_btn,
a.vc_btn:focus,
a.vc_btn:hover,
button.vc_btn,
button.vc_btn:focus,
button.vc_btn:hover {
  border: 1px solid transparent;
  box-shadow: none
}

.vc_btn-lg,
a.vc_btn-lg,
button.vc_btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px
}

.vc_btn-sm,
a.vc_btn-sm,
button.vc_btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.vc_btn-xs,
a.vc_btn-xs,
button.vc_btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.vc_btn_square,
a.vc_btn_square,
button.vc_btn_square {
  border-radius: 0
}

.vc_btn_square_outlined,
a.vc_btn_square_outlined,
button.vc_btn_square_outlined {
  border-radius: 0;
  background: 0 0 !important
}

.vc_btn_square_outlined,
.vc_btn_square_outlined:focus,
.vc_btn_square_outlined:hover,
a.vc_btn_square_outlined,
a.vc_btn_square_outlined:focus,
a.vc_btn_square_outlined:hover,
button.vc_btn_square_outlined,
button.vc_btn_square_outlined:focus,
button.vc_btn_square_outlined:hover {
  border: 2px solid
}

.vc_btn_round,
a.vc_btn_round,
button.vc_btn_round {
  border-radius: 25px
}

.vc_btn_outlined,
a.vc_btn_outlined,
button.vc_btn_outlined {
  background: 0 0 !important
}

.vc_btn_outlined,
.vc_btn_outlined:focus,
.vc_btn_outlined:hover,
a.vc_btn_outlined,
a.vc_btn_outlined:focus,
a.vc_btn_outlined:hover,
button.vc_btn_outlined,
button.vc_btn_outlined:focus,
button.vc_btn_outlined:hover {
  border: 2px solid
}

.vc_btn-blue,
a.vc_btn-blue,
button.vc_btn-blue {
  background-color: #5472D2;
  color: #fff !important;
  transition: all .5s
}

.vc_btn-blue:hover,
a.vc_btn-blue:hover,
button.vc_btn-blue:hover {
  background-color: #3c5ecc;
  color: #f7f7f7 !important
}

.vc_btn-blue.vc_btn_outlined,
.vc_btn-blue.vc_btn_square_outlined,
a.vc_btn-blue.vc_btn_outlined,
a.vc_btn-blue.vc_btn_square_outlined,
button.vc_btn-blue.vc_btn_outlined,
button.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,
a.vc_btn-blue.vc_btn_outlined:hover,
a.vc_btn-blue.vc_btn_square_outlined:hover,
button.vc_btn-blue.vc_btn_outlined:hover,
button.vc_btn-blue.vc_btn_square_outlined:hover {
  border-color: #3c5ecc
}

.vc_btn-blue.vc_btn_3d,
a.vc_btn-blue.vc_btn_3d,
button.vc_btn-blue.vc_btn_3d {
  box-shadow: 0 5px 0 #3253bc;
  margin-bottom: 5px
}

.vc_btn-blue.vc_btn_3d.vc_btn_xs,
a.vc_btn-blue.vc_btn_3d.vc_btn_xs,
button.vc_btn-blue.vc_btn_3d.vc_btn_xs {
  box-shadow: 0 3px 0 #3253bc;
  margin-bottom: 3px
}

.vc_btn-blue.vc_btn_3d.vc_btn_sm,
a.vc_btn-blue.vc_btn_3d.vc_btn_sm,
button.vc_btn-blue.vc_btn_3d.vc_btn_sm {
  box-shadow: 0 4px 0 #3253bc;
  margin-bottom: 4px
}

.vc_btn-turquoise,
a.vc_btn-turquoise,
button.vc_btn-turquoise {
  background-color: #00C1CF;
  color: #fff !important;
  transition: all .5s
}

.vc_btn-turquoise:hover,
a.vc_btn-turquoise:hover,
button.vc_btn-turquoise:hover {
  background-color: #00a4b0;
  color: #f7f7f7 !important
}

.vc_btn-turquoise.vc_btn_outlined,
.vc_btn-turquoise.vc_btn_square_outlined,
a.vc_btn-turquoise.vc_btn_outlined,
a.vc_btn-turquoise.vc_btn_square_outlined,
button.vc_btn-turquoise.vc_btn_outlined,
button.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,
a.vc_btn-turquoise.vc_btn_outlined:hover,
a.vc_btn-turquoise.vc_btn_square_outlined:hover,
button.vc_btn-turquoise.vc_btn_outlined:hover,
button.vc_btn-turquoise.vc_btn_square_outlined:hover {
  border-color: #00a4b0
}

.vc_btn-turquoise.vc_btn_3d,
a.vc_btn-turquoise.vc_btn_3d,
button.vc_btn-turquoise.vc_btn_3d {
  box-shadow: 0 5px 0 #008d97;
  margin-bottom: 5px
}

.vc_btn-turquoise.vc_btn_3d.vc_btn_xs,
a.vc_btn-turquoise.vc_btn_3d.vc_btn_xs,
button.vc_btn-turquoise.vc_btn_3d.vc_btn_xs {
  box-shadow: 0 3px 0 #008d97;
  margin-bottom: 3px
}

.vc_btn-turquoise.vc_btn_3d.vc_btn_sm,
a.vc_btn-turquoise.vc_btn_3d.vc_btn_sm,
button.vc_btn-turquoise.vc_btn_3d.vc_btn_sm {
  box-shadow: 0 4px 0 #008d97;
  margin-bottom: 4px
}

.vc_btn-pink,
a.vc_btn-pink,
button.vc_btn-pink {
  background-color: #FE6C61;
  color: #fff !important;
  transition: all .5s
}

.vc_btn-pink:hover,
a.vc_btn-pink:hover,
button.vc_btn-pink:hover {
  background-color: #fe5043;
  color: #f7f7f7 !important
}

.vc_btn-pink.vc_btn_outlined,
.vc_btn-pink.vc_btn_square_outlined,
a.vc_btn-pink.vc_btn_outlined,
a.vc_btn-pink.vc_btn_square_outlined,
button.vc_btn-pink.vc_btn_outlined,
button.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,
a.vc_btn-pink.vc_btn_outlined:hover,
a.vc_btn-pink.vc_btn_square_outlined:hover,
button.vc_btn-pink.vc_btn_outlined:hover,
button.vc_btn-pink.vc_btn_square_outlined:hover {
  border-color: #fe5043
}

.vc_btn-pink.vc_btn_3d,
a.vc_btn-pink.vc_btn_3d,
button.vc_btn-pink.vc_btn_3d {
  box-shadow: 0 5px 0 #fe3829;
  margin-bottom: 5px
}

.vc_btn-pink.vc_btn_3d.vc_btn_xs,
a.vc_btn-pink.vc_btn_3d.vc_btn_xs,
button.vc_btn-pink.vc_btn_3d.vc_btn_xs {
  box-shadow: 0 3px 0 #fe3829;
  margin-bottom: 3px
}

.vc_btn-pink.vc_btn_3d.vc_btn_sm,
a.vc_btn-pink.vc_btn_3d.vc_btn_sm,
button.vc_btn-pink.vc_btn_3d.vc_btn_sm {
  box-shadow: 0 4px 0 #fe3829;
  margin-bottom: 4px
}

.vc_btn-violet,
a.vc_btn-violet,
button.vc_btn-violet {
  background-color: #8D6DC4;
  color: #fff !important;
  transition: all .5s
}

.vc_btn-violet:hover,
a.vc_btn-violet:hover,
button.vc_btn-violet:hover {
  background-color: #7c57bb;
  color: #f7f7f7 !important
}

.vc_btn-violet.vc_btn_outlined,
.vc_btn-violet.vc_btn_square_outlined,
a.vc_btn-violet.vc_btn_outlined,
a.vc_btn-violet.vc_btn_square_outlined,
button.vc_btn-violet.vc_btn_outlined,
button.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,
a.vc_btn-violet.vc_btn_outlined:hover,
a.vc_btn-violet.vc_btn_square_outlined:hover,
button.vc_btn-violet.vc_btn_outlined:hover,
button.vc_btn-violet.vc_btn_square_outlined:hover {
  border-color: #7c57bb
}

.vc_btn-violet.vc_btn_3d,
a.vc_btn-violet.vc_btn_3d,
button.vc_btn-violet.vc_btn_3d {
  box-shadow: 0 5px 0 #6e48b1;
  margin-bottom: 5px
}

.vc_btn-violet.vc_btn_3d.vc_btn_xs,
a.vc_btn-violet.vc_btn_3d.vc_btn_xs,
button.vc_btn-violet.vc_btn_3d.vc_btn_xs {
  box-shadow: 0 3px 0 #6e48b1;
  margin-bottom: 3px
}

.vc_btn-violet.vc_btn_3d.vc_btn_sm,
a.vc_btn-violet.vc_btn_3d.vc_btn_sm,
button.vc_btn-violet.vc_btn_3d.vc_btn_sm {
  box-shadow: 0 4px 0 #6e48b1;
  margin-bottom: 4px
}

.vc_btn-peacoc,
a.vc_btn-peacoc,
button.vc_btn-peacoc {
  background-color: #4CADC9;
  color: #fff !important;
  transition: all .5s
}

.vc_btn-peacoc:hover,
a.vc_btn-peacoc:hover,
button.vc_btn-peacoc:hover {
  background-color: #39a0bd;
  color: #f7f7f7 !important
}

.vc_btn-peacoc.vc_btn_outlined,
.vc_btn-peacoc.vc_btn_square_outlined,
a.vc_btn-peacoc.vc_btn_outlined,
a.vc_btn-peacoc.vc_btn_square_outlined,
button.vc_btn-peacoc.vc_btn_outlined,
button.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,
a.vc_btn-peacoc.vc_btn_outlined:hover,
a.vc_btn-peacoc.vc_btn_square_outlined:hover,
button.vc_btn-peacoc.vc_btn_outlined:hover,
button.vc_btn-peacoc.vc_btn_square_outlined:hover {
  border-color: #39a0bd
}

.vc_btn-peacoc.vc_btn_3d,
a.vc_btn-peacoc.vc_btn_3d,
button.vc_btn-peacoc.vc_btn_3d {
  box-shadow: 0 5px 0 #338faa;
  margin-bottom: 5px
}

.vc_btn-peacoc.vc_btn_3d.vc_btn_xs,
a.vc_btn-peacoc.vc_btn_3d.vc_btn_xs,
button.vc_btn-peacoc.vc_btn_3d.vc_btn_xs {
  box-shadow: 0 3px 0 #338faa;
  margin-bottom: 3px
}

.vc_btn-peacoc.vc_btn_3d.vc_btn_sm,
a.vc_btn-peacoc.vc_btn_3d.vc_btn_sm,
button.vc_btn-peacoc.vc_btn_3d.vc_btn_sm {
  box-shadow: 0 4px 0 #338faa;
  margin-bottom: 4px
}

.vc_btn-chino,
a.vc_btn-chino,
button.vc_btn-chino {
  background-color: #CEC2AB;
  color: #fff !important;
  transition: all .5s
}

.vc_btn-chino:hover,
a.vc_btn-chino:hover,
button.vc_btn-chino:hover {
  background-color: #c3b498;
  color: #f7f7f7 !important
}

.vc_btn-chino.vc_btn_outlined,
.vc_btn-chino.vc_btn_square_outlined,
a.vc_btn-chino.vc_btn_outlined,
a.vc_btn-chino.vc_btn_square_outlined,
button.vc_btn-chino.vc_btn_outlined,
button.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,
a.vc_btn-chino.vc_btn_outlined:hover,
a.vc_btn-chino.vc_btn_square_outlined:hover,
button.vc_btn-chino.vc_btn_outlined:hover,
button.vc_btn-chino.vc_btn_square_outlined:hover {
  border-color: #c3b498
}

.vc_btn-chino.vc_btn_3d,
a.vc_btn-chino.vc_btn_3d,
button.vc_btn-chino.vc_btn_3d {
  box-shadow: 0 5px 0 #b9a888;
  margin-bottom: 5px
}

.vc_btn-chino.vc_btn_3d.vc_btn_xs,
a.vc_btn-chino.vc_btn_3d.vc_btn_xs,
button.vc_btn-chino.vc_btn_3d.vc_btn_xs {
  box-shadow: 0 3px 0 #b9a888;
  margin-bottom: 3px
}

.vc_btn-chino.vc_btn_3d.vc_btn_sm,
a.vc_btn-chino.vc_btn_3d.vc_btn_sm,
button.vc_btn-chino.vc_btn_3d.vc_btn_sm {
  box-shadow: 0 4px 0 #b9a888;
  margin-bottom: 4px
}

.vc_btn-mulled_wine,
a.vc_btn-mulled_wine,
button.vc_btn-mulled_wine {
  background-color: #50485B;
  color: #fff !important;
  transition: all .5s
}

.vc_btn-mulled_wine:hover,
a.vc_btn-mulled_wine:hover,
button.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,
a.vc_btn-mulled_wine.vc_btn_outlined,
a.vc_btn-mulled_wine.vc_btn_square_outlined,
button.vc_btn-mulled_wine.vc_btn_outlined,
button.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,
a.vc_btn-mulled_wine.vc_btn_outlined:hover,
a.vc_btn-mulled_wine.vc_btn_square_outlined:hover,
button.vc_btn-mulled_wine.vc_btn_outlined:hover,
button.vc_btn-mulled_wine.vc_btn_square_outlined:hover {
  border-color: #413a4a
}

.vc_btn-mulled_wine.vc_btn_3d,
a.vc_btn-mulled_wine.vc_btn_3d,
button.vc_btn-mulled_wine.vc_btn_3d {
  box-shadow: 0 5px 0 #342f3c;
  margin-bottom: 5px
}

.vc_btn-mulled_wine.vc_btn_3d.vc_btn_xs,
a.vc_btn-mulled_wine.vc_btn_3d.vc_btn_xs,
button.vc_btn-mulled_wine.vc_btn_3d.vc_btn_xs {
  box-shadow: 0 3px 0 #342f3c;
  margin-bottom: 3px
}

.vc_btn-mulled_wine.vc_btn_3d.vc_btn_sm,
a.vc_btn-mulled_wine.vc_btn_3d.vc_btn_sm,
button.vc_btn-mulled_wine.vc_btn_3d.vc_btn_sm {
  box-shadow: 0 4px 0 #342f3c;
  margin-bottom: 4px
}

.vc_btn-vista_blue,
a.vc_btn-vista_blue,
button.vc_btn-vista_blue {
  background-color: #75D69C;
  color: #fff !important;
  transition: all .5s
}

.vc_btn-vista_blue:hover,
a.vc_btn-vista_blue:hover,
button.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,
a.vc_btn-vista_blue.vc_btn_outlined,
a.vc_btn-vista_blue.vc_btn_square_outlined,
button.vc_btn-vista_blue.vc_btn_outlined,
button.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,
a.vc_btn-vista_blue.vc_btn_outlined:hover,
a.vc_btn-vista_blue.vc_btn_square_outlined:hover,
button.vc_btn-vista_blue.vc_btn_outlined:hover,
button.vc_btn-vista_blue.vc_btn_square_outlined:hover {
  border-color: #5dcf8b
}

.vc_btn-vista_blue.vc_btn_3d,
a.vc_btn-vista_blue.vc_btn_3d,
button.vc_btn-vista_blue.vc_btn_3d {
  box-shadow: 0 5px 0 #4ac97d;
  margin-bottom: 5px
}

.vc_btn-vista_blue.vc_btn_3d.vc_btn_xs,
a.vc_btn-vista_blue.vc_btn_3d.vc_btn_xs,
button.vc_btn-vista_blue.vc_btn_3d.vc_btn_xs {
  box-shadow: 0 3px 0 #4ac97d;
  margin-bottom: 3px
}

.vc_btn-vista_blue.vc_btn_3d.vc_btn_sm,
a.vc_btn-vista_blue.vc_btn_3d.vc_btn_sm,
button.vc_btn-vista_blue.vc_btn_3d.vc_btn_sm {
  box-shadow: 0 4px 0 #4ac97d;
  margin-bottom: 4px
}

.vc_btn-black,
a.vc_btn-black,
button.vc_btn-black {
  background-color: #2A2A2A;
  color: #fff !important;
  transition: all .5s
}

.vc_btn-black:hover,
a.vc_btn-black:hover,
button.vc_btn-black:hover {
  background-color: #1b1b1b;
  color: #f7f7f7 !important
}

.vc_btn-black.vc_btn_outlined,
.vc_btn-black.vc_btn_square_outlined,
a.vc_btn-black.vc_btn_outlined,
a.vc_btn-black.vc_btn_square_outlined,
button.vc_btn-black.vc_btn_outlined,
button.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,
a.vc_btn-black.vc_btn_outlined:hover,
a.vc_btn-black.vc_btn_square_outlined:hover,
button.vc_btn-black.vc_btn_outlined:hover,
button.vc_btn-black.vc_btn_square_outlined:hover {
  border-color: #1b1b1b
}

.vc_btn-black.vc_btn_3d,
a.vc_btn-black.vc_btn_3d,
button.vc_btn-black.vc_btn_3d {
  box-shadow: 0 5px 0 #0e0e0e;
  margin-bottom: 5px
}

.vc_btn-black.vc_btn_3d.vc_btn_xs,
a.vc_btn-black.vc_btn_3d.vc_btn_xs,
button.vc_btn-black.vc_btn_3d.vc_btn_xs {
  box-shadow: 0 3px 0 #0e0e0e;
  margin-bottom: 3px
}

.vc_btn-black.vc_btn_3d.vc_btn_sm,
a.vc_btn-black.vc_btn_3d.vc_btn_sm,
button.vc_btn-black.vc_btn_3d.vc_btn_sm {
  box-shadow: 0 4px 0 #0e0e0e;
  margin-bottom: 4px
}

.vc_btn-grey,
a.vc_btn-grey,
button.vc_btn-grey {
  background-color: #EBEBEB;
  color: #666 !important;
  transition: all .5s
}

.vc_btn-grey:hover,
a.vc_btn-grey:hover,
button.vc_btn-grey:hover {
  background-color: #dcdcdc;
  color: #5e5e5e !important
}

.vc_btn-grey.vc_btn_outlined,
.vc_btn-grey.vc_btn_square_outlined,
a.vc_btn-grey.vc_btn_outlined,
a.vc_btn-grey.vc_btn_square_outlined,
button.vc_btn-grey.vc_btn_outlined,
button.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,
a.vc_btn-grey.vc_btn_outlined:hover,
a.vc_btn-grey.vc_btn_square_outlined:hover,
button.vc_btn-grey.vc_btn_outlined:hover,
button.vc_btn-grey.vc_btn_square_outlined:hover {
  border-color: #dcdcdc
}

.vc_btn-grey.vc_btn_3d,
a.vc_btn-grey.vc_btn_3d,
button.vc_btn-grey.vc_btn_3d {
  box-shadow: 0 5px 0 #cfcfcf;
  margin-bottom: 5px
}

.vc_btn-grey.vc_btn_3d.vc_btn_xs,
a.vc_btn-grey.vc_btn_3d.vc_btn_xs,
button.vc_btn-grey.vc_btn_3d.vc_btn_xs {
  box-shadow: 0 3px 0 #cfcfcf;
  margin-bottom: 3px
}

.vc_btn-grey.vc_btn_3d.vc_btn_sm,
a.vc_btn-grey.vc_btn_3d.vc_btn_sm,
button.vc_btn-grey.vc_btn_3d.vc_btn_sm {
  box-shadow: 0 4px 0 #cfcfcf;
  margin-bottom: 4px
}

.vc_btn-orange,
a.vc_btn-orange,
button.vc_btn-orange {
  background-color: #F7BE68;
  color: #fff !important;
  transition: all .5s
}

.vc_btn-orange:hover,
a.vc_btn-orange:hover,
button.vc_btn-orange:hover {
  background-color: #f5b14b;
  color: #f7f7f7 !important
}

.vc_btn-orange.vc_btn_outlined,
.vc_btn-orange.vc_btn_square_outlined,
a.vc_btn-orange.vc_btn_outlined,
a.vc_btn-orange.vc_btn_square_outlined,
button.vc_btn-orange.vc_btn_outlined,
button.vc_btn-orange.vc_btn_square_outlined {
  color: #F7BE68 !important
}

.vc_btn-orange.vc_btn_outlined:hover,
.vc_btn-orange.vc_btn_square_outlined:hover,
a.vc_btn-orange.vc_btn_outlined:hover,
a.vc_btn-orange.vc_btn_square_outlined:hover,
button.vc_btn-orange.vc_btn_outlined:hover,
button.vc_btn-orange.vc_btn_square_outlined:hover {
  border-color: #f5b14b
}

.vc_btn-orange.vc_btn_3d,
a.vc_btn-orange.vc_btn_3d,
button.vc_btn-orange.vc_btn_3d {
  box-shadow: 0 5px 0 #f4a733;
  margin-bottom: 5px
}

.vc_btn-orange.vc_btn_3d.vc_btn_xs,
a.vc_btn-orange.vc_btn_3d.vc_btn_xs,
button.vc_btn-orange.vc_btn_3d.vc_btn_xs {
  box-shadow: 0 3px 0 #f4a733;
  margin-bottom: 3px
}

.vc_btn-orange.vc_btn_3d.vc_btn_sm,
a.vc_btn-orange.vc_btn_3d.vc_btn_sm,
button.vc_btn-orange.vc_btn_3d.vc_btn_sm {
  box-shadow: 0 4px 0 #f4a733;
  margin-bottom: 4px
}

.vc_btn-sky,
a.vc_btn-sky,
button.vc_btn-sky {
  background-color: #5AA1E3;
  color: #fff !important;
  transition: all .5s
}

.vc_btn-sky:hover,
a.vc_btn-sky:hover,
button.vc_btn-sky:hover {
  background-color: #4092df;
  color: #f7f7f7 !important
}

.vc_btn-sky.vc_btn_outlined,
.vc_btn-sky.vc_btn_square_outlined,
a.vc_btn-sky.vc_btn_outlined,
a.vc_btn-sky.vc_btn_square_outlined,
button.vc_btn-sky.vc_btn_outlined,
button.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,
a.vc_btn-sky.vc_btn_outlined:hover,
a.vc_btn-sky.vc_btn_square_outlined:hover,
button.vc_btn-sky.vc_btn_outlined:hover,
button.vc_btn-sky.vc_btn_square_outlined:hover {
  border-color: #4092df
}

.vc_btn-sky.vc_btn_3d,
a.vc_btn-sky.vc_btn_3d,
button.vc_btn-sky.vc_btn_3d {
  box-shadow: 0 5px 0 #2a86db;
  margin-bottom: 5px
}

.vc_btn-sky.vc_btn_3d.vc_btn_xs,
a.vc_btn-sky.vc_btn_3d.vc_btn_xs,
button.vc_btn-sky.vc_btn_3d.vc_btn_xs {
  box-shadow: 0 3px 0 #2a86db;
  margin-bottom: 3px
}

.vc_btn-sky.vc_btn_3d.vc_btn_sm,
a.vc_btn-sky.vc_btn_3d.vc_btn_sm,
button.vc_btn-sky.vc_btn_3d.vc_btn_sm {
  box-shadow: 0 4px 0 #2a86db;
  margin-bottom: 4px
}

.vc_btn-green,
a.vc_btn-green,
button.vc_btn-green {
  background-color: #6DAB3C;
  color: #fff !important;
  transition: all .5s
}

.vc_btn-green:hover,
a.vc_btn-green:hover,
button.vc_btn-green:hover {
  background-color: #5f9434;
  color: #f7f7f7 !important
}

.vc_btn-green.vc_btn_outlined,
.vc_btn-green.vc_btn_square_outlined,
a.vc_btn-green.vc_btn_outlined,
a.vc_btn-green.vc_btn_square_outlined,
button.vc_btn-green.vc_btn_outlined,
button.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,
a.vc_btn-green.vc_btn_outlined:hover,
a.vc_btn-green.vc_btn_square_outlined:hover,
button.vc_btn-green.vc_btn_outlined:hover,
button.vc_btn-green.vc_btn_square_outlined:hover {
  border-color: #5f9434
}

.vc_btn-green.vc_btn_3d,
a.vc_btn-green.vc_btn_3d,
button.vc_btn-green.vc_btn_3d {
  box-shadow: 0 5px 0 #53812d;
  margin-bottom: 5px
}

.vc_btn-green.vc_btn_3d.vc_btn_xs,
a.vc_btn-green.vc_btn_3d.vc_btn_xs,
button.vc_btn-green.vc_btn_3d.vc_btn_xs {
  box-shadow: 0 3px 0 #53812d;
  margin-bottom: 3px
}

.vc_btn-green.vc_btn_3d.vc_btn_sm,
a.vc_btn-green.vc_btn_3d.vc_btn_sm,
button.vc_btn-green.vc_btn_3d.vc_btn_sm {
  box-shadow: 0 4px 0 #53812d;
  margin-bottom: 4px
}

.vc_btn-juicy_pink,
a.vc_btn-juicy_pink,
button.vc_btn-juicy_pink {
  background-color: #F4524D;
  color: #fff !important;
  transition: all .5s
}

.vc_btn-juicy_pink:hover,
a.vc_btn-juicy_pink:hover,
button.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,
a.vc_btn-juicy_pink.vc_btn_outlined,
a.vc_btn-juicy_pink.vc_btn_square_outlined,
button.vc_btn-juicy_pink.vc_btn_outlined,
button.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,
a.vc_btn-juicy_pink.vc_btn_outlined:hover,
a.vc_btn-juicy_pink.vc_btn_square_outlined:hover,
button.vc_btn-juicy_pink.vc_btn_outlined:hover,
button.vc_btn-juicy_pink.vc_btn_square_outlined:hover {
  border-color: #f23630
}

.vc_btn-juicy_pink.vc_btn_3d,
a.vc_btn-juicy_pink.vc_btn_3d,
button.vc_btn-juicy_pink.vc_btn_3d {
  box-shadow: 0 5px 0 #f11f18;
  margin-bottom: 5px
}

.vc_btn-juicy_pink.vc_btn_3d.vc_btn_xs,
a.vc_btn-juicy_pink.vc_btn_3d.vc_btn_xs,
button.vc_btn-juicy_pink.vc_btn_3d.vc_btn_xs {
  box-shadow: 0 3px 0 #f11f18;
  margin-bottom: 3px
}

.vc_btn-juicy_pink.vc_btn_3d.vc_btn_sm,
a.vc_btn-juicy_pink.vc_btn_3d.vc_btn_sm,
button.vc_btn-juicy_pink.vc_btn_3d.vc_btn_sm {
  box-shadow: 0 4px 0 #f11f18;
  margin-bottom: 4px
}

.vc_btn-sandy_brown,
a.vc_btn-sandy_brown,
button.vc_btn-sandy_brown {
  background-color: #F79468;
  color: #fff !important;
  transition: all .5s
}

.vc_btn-sandy_brown:hover,
a.vc_btn-sandy_brown:hover,
button.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,
a.vc_btn-sandy_brown.vc_btn_outlined,
a.vc_btn-sandy_brown.vc_btn_square_outlined,
button.vc_btn-sandy_brown.vc_btn_outlined,
button.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,
a.vc_btn-sandy_brown.vc_btn_outlined:hover,
a.vc_btn-sandy_brown.vc_btn_square_outlined:hover,
button.vc_btn-sandy_brown.vc_btn_outlined:hover,
button.vc_btn-sandy_brown.vc_btn_square_outlined:hover {
  border-color: #f57f4b
}

.vc_btn-sandy_brown.vc_btn_3d,
a.vc_btn-sandy_brown.vc_btn_3d,
button.vc_btn-sandy_brown.vc_btn_3d {
  box-shadow: 0 5px 0 #f46e33;
  margin-bottom: 5px
}

.vc_btn-sandy_brown.vc_btn_3d.vc_btn_xs,
a.vc_btn-sandy_brown.vc_btn_3d.vc_btn_xs,
button.vc_btn-sandy_brown.vc_btn_3d.vc_btn_xs {
  box-shadow: 0 3px 0 #f46e33;
  margin-bottom: 3px
}

.vc_btn-sandy_brown.vc_btn_3d.vc_btn_sm,
a.vc_btn-sandy_brown.vc_btn_3d.vc_btn_sm,
button.vc_btn-sandy_brown.vc_btn_3d.vc_btn_sm {
  box-shadow: 0 4px 0 #f46e33;
  margin-bottom: 4px
}

.vc_btn-purple,
a.vc_btn-purple,
button.vc_btn-purple {
  background-color: #B97EBB;
  color: #fff !important;
  transition: all .5s
}

.vc_btn-purple:hover,
a.vc_btn-purple:hover,
button.vc_btn-purple:hover {
  background-color: #ae6ab0;
  color: #f7f7f7 !important
}

.vc_btn-purple.vc_btn_outlined,
.vc_btn-purple.vc_btn_square_outlined,
a.vc_btn-purple.vc_btn_outlined,
a.vc_btn-purple.vc_btn_square_outlined,
button.vc_btn-purple.vc_btn_outlined,
button.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,
a.vc_btn-purple.vc_btn_outlined:hover,
a.vc_btn-purple.vc_btn_square_outlined:hover,
button.vc_btn-purple.vc_btn_outlined:hover,
button.vc_btn-purple.vc_btn_square_outlined:hover {
  border-color: #ae6ab0
}

.vc_btn-purple.vc_btn_3d,
a.vc_btn-purple.vc_btn_3d,
button.vc_btn-purple.vc_btn_3d {
  box-shadow: 0 5px 0 #a559a8;
  margin-bottom: 5px
}

.vc_btn-purple.vc_btn_3d.vc_btn_xs,
a.vc_btn-purple.vc_btn_3d.vc_btn_xs,
button.vc_btn-purple.vc_btn_3d.vc_btn_xs {
  box-shadow: 0 3px 0 #a559a8;
  margin-bottom: 3px
}

.vc_btn-purple.vc_btn_3d.vc_btn_sm,
a.vc_btn-purple.vc_btn_3d.vc_btn_sm,
button.vc_btn-purple.vc_btn_3d.vc_btn_sm {
  box-shadow: 0 4px 0 #a559a8;
  margin-bottom: 4px
}

.vc_btn-white,
a.vc_btn-white,
button.vc_btn-white {
  background-color: #FFF;
  color: #666 !important;
  transition: all .5s
}

.vc_btn-white:hover,
a.vc_btn-white:hover,
button.vc_btn-white:hover {
  background-color: #f0f0f0;
  color: #5e5e5e !important
}

.vc_btn-white.vc_btn_outlined,
.vc_btn-white.vc_btn_square_outlined,
a.vc_btn-white.vc_btn_outlined,
a.vc_btn-white.vc_btn_square_outlined,
button.vc_btn-white.vc_btn_outlined,
button.vc_btn-white.vc_btn_square_outlined {
  color: #FFF !important
}

.vc_btn-white.vc_btn_outlined:hover,
.vc_btn-white.vc_btn_square_outlined:hover,
a.vc_btn-white.vc_btn_outlined:hover,
a.vc_btn-white.vc_btn_square_outlined:hover,
button.vc_btn-white.vc_btn_outlined:hover,
button.vc_btn-white.vc_btn_square_outlined:hover {
  border-color: #f0f0f0
}

.vc_btn-white.vc_btn_3d,
a.vc_btn-white.vc_btn_3d,
button.vc_btn-white.vc_btn_3d {
  box-shadow: 0 5px 0 #e3e3e3;
  margin-bottom: 5px
}

.vc_btn-white.vc_btn_3d.vc_btn_xs,
a.vc_btn-white.vc_btn_3d.vc_btn_xs,
button.vc_btn-white.vc_btn_3d.vc_btn_xs {
  box-shadow: 0 3px 0 #e3e3e3;
  margin-bottom: 3px
}

.vc_btn-white.vc_btn_3d.vc_btn_sm,
a.vc_btn-white.vc_btn_3d.vc_btn_sm,
button.vc_btn-white.vc_btn_3d.vc_btn_sm {
  box-shadow: 0 4px 0 #e3e3e3;
  margin-bottom: 4px
}

.vc_btn-grace,
a.vc_btn-grace,
button.vc_btn-grace {
  background-color: #AED13B;
  color: #fff !important;
  transition: all .5s
}

.vc_btn-grace:hover,
a.vc_btn-grace:hover,
button.vc_btn-grace:hover {
  background-color: #9ec02d;
  color: #f7f7f7 !important
}

.vc_btn-grace.vc_btn_outlined,
.vc_btn-grace.vc_btn_square_outlined,
a.vc_btn-grace.vc_btn_outlined,
a.vc_btn-grace.vc_btn_square_outlined,
button.vc_btn-grace.vc_btn_outlined,
button.vc_btn-grace.vc_btn_square_outlined {
  color: #AED13B !important
}

.vc_btn-grace.vc_btn_outlined:hover,
.vc_btn-grace.vc_btn_square_outlined:hover,
a.vc_btn-grace.vc_btn_outlined:hover,
a.vc_btn-grace.vc_btn_square_outlined:hover,
button.vc_btn-grace.vc_btn_outlined:hover,
button.vc_btn-grace.vc_btn_square_outlined:hover {
  border-color: #9ec02d
}

.vc_btn-grace.vc_btn_3d,
a.vc_btn-grace.vc_btn_3d,
button.vc_btn-grace.vc_btn_3d {
  box-shadow: 0 5px 0 #8dac28;
  margin-bottom: 5px
}

.vc_btn-grace.vc_btn_3d.vc_btn_xs,
a.vc_btn-grace.vc_btn_3d.vc_btn_xs,
button.vc_btn-grace.vc_btn_3d.vc_btn_xs {
  box-shadow: 0 3px 0 #8dac28;
  margin-bottom: 3px
}

.vc_btn-grace.vc_btn_3d.vc_btn_sm,
a.vc_btn-grace.vc_btn_3d.vc_btn_sm,
button.vc_btn-grace.vc_btn_3d.vc_btn_sm {
  box-shadow: 0 4px 0 #8dac28;
  margin-bottom: 4px
}

.vc_btn-default,
a.vc_btn-default,
button.vc_btn-default {
  color: #7d7d7d;
  background-color: #fff;
  border-color: transparent
}

.open>.dropdown-toggle.vc_btn-default,
.open>.dropdown-togglea.vc_btn-default,
.open>.dropdown-togglebutton.vc_btn-default,
.vc_btn-default.active,
.vc_btn-default.focus,
.vc_btn-default:active,
.vc_btn-default:focus,
.vc_btn-default:hover,
a.vc_btn-default.active,
a.vc_btn-default.focus,
a.vc_btn-default:active,
a.vc_btn-default:focus,
a.vc_btn-default:hover,
button.vc_btn-default.active,
button.vc_btn-default.focus,
button.vc_btn-default:active,
button.vc_btn-default:focus,
button.vc_btn-default:hover {
  color: #7d7d7d;
  background-color: #e6e6e6;
  border-color: transparent
}

.open>.dropdown-toggle.vc_btn-default.focus,
.open>.dropdown-toggle.vc_btn-default:focus,
.open>.dropdown-toggle.vc_btn-default:hover,
.open>.dropdown-togglea.vc_btn-default.focus,
.open>.dropdown-togglea.vc_btn-default:focus,
.open>.dropdown-togglea.vc_btn-default:hover,
.open>.dropdown-togglebutton.vc_btn-default.focus,
.open>.dropdown-togglebutton.vc_btn-default:focus,
.open>.dropdown-togglebutton.vc_btn-default:hover,
.vc_btn-default.active.focus,
.vc_btn-default.active:focus,
.vc_btn-default.active:hover,
.vc_btn-default:active.focus,
.vc_btn-default:active:focus,
.vc_btn-default:active:hover,
a.vc_btn-default.active.focus,
a.vc_btn-default.active:focus,
a.vc_btn-default.active:hover,
a.vc_btn-default:active.focus,
a.vc_btn-default:active:focus,
a.vc_btn-default:active:hover,
button.vc_btn-default.active.focus,
button.vc_btn-default.active:focus,
button.vc_btn-default.active:hover,
button.vc_btn-default:active.focus,
button.vc_btn-default:active:focus,
button.vc_btn-default:active:hover {
  color: #7d7d7d;
  background-color: #d4d4d4;
  border-color: transparent
}

.open>.dropdown-toggle.vc_btn-default,
.open>.dropdown-togglea.vc_btn-default,
.open>.dropdown-togglebutton.vc_btn-default,
.vc_btn-default.active,
.vc_btn-default:active,
a.vc_btn-default.active,
a.vc_btn-default:active,
button.vc_btn-default.active,
button.vc_btn-default:active {
  background-image: none
}

.vc_btn-default.disabled,
.vc_btn-default.disabled.active,
.vc_btn-default.disabled.focus,
.vc_btn-default.disabled:active,
.vc_btn-default.disabled:focus,
.vc_btn-default.disabled:hover,
.vc_btn-default[disabled],
.vc_btn-default[disabled].active,
.vc_btn-default[disabled].focus,
.vc_btn-default[disabled]:active,
.vc_btn-default[disabled]:focus,
.vc_btn-default[disabled]:hover,
a.vc_btn-default.disabled,
a.vc_btn-default.disabled.active,
a.vc_btn-default.disabled.focus,
a.vc_btn-default.disabled:active,
a.vc_btn-default.disabled:focus,
a.vc_btn-default.disabled:hover,
a.vc_btn-default[disabled],
a.vc_btn-default[disabled].active,
a.vc_btn-default[disabled].focus,
a.vc_btn-default[disabled]:active,
a.vc_btn-default[disabled]:focus,
a.vc_btn-default[disabled]:hover,
button.vc_btn-default.disabled,
button.vc_btn-default.disabled.active,
button.vc_btn-default.disabled.focus,
button.vc_btn-default.disabled:active,
button.vc_btn-default.disabled:focus,
button.vc_btn-default.disabled:hover,
button.vc_btn-default[disabled],
button.vc_btn-default[disabled].active,
button.vc_btn-default[disabled].focus,
button.vc_btn-default[disabled]:active,
button.vc_btn-default[disabled]:focus,
button.vc_btn-default[disabled]:hover,
fieldset[disabled] .vc_btn-default,
fieldset[disabled] .vc_btn-default.active,
fieldset[disabled] .vc_btn-default.focus,
fieldset[disabled] .vc_btn-default:active,
fieldset[disabled] .vc_btn-default:focus,
fieldset[disabled] .vc_btn-default:hover,
fieldset[disabled] a.vc_btn-default,
fieldset[disabled] a.vc_btn-default.active,
fieldset[disabled] a.vc_btn-default.focus,
fieldset[disabled] a.vc_btn-default:active,
fieldset[disabled] a.vc_btn-default:focus,
fieldset[disabled] a.vc_btn-default:hover,
fieldset[disabled] button.vc_btn-default,
fieldset[disabled] button.vc_btn-default.active,
fieldset[disabled] button.vc_btn-default.focus,
fieldset[disabled] button.vc_btn-default:active,
fieldset[disabled] button.vc_btn-default:focus,
fieldset[disabled] button.vc_btn-default:hover {
  background-color: #fff;
  border-color: transparent
}

.vc_btn-default .badge,
a.vc_btn-default .badge,
button.vc_btn-default .badge {
  color: #fff;
  background-color: #7d7d7d
}

.vc_btn-primary,
a.vc_btn-primary,
button.vc_btn-primary {
  color: #fff;
  background-color: #00aef0;
  border-color: transparent
}

.open>.dropdown-toggle.vc_btn-primary,
.open>.dropdown-togglea.vc_btn-primary,
.open>.dropdown-togglebutton.vc_btn-primary,
.vc_btn-primary.active,
.vc_btn-primary.focus,
.vc_btn-primary:active,
.vc_btn-primary:focus,
.vc_btn-primary:hover,
a.vc_btn-primary.active,
a.vc_btn-primary.focus,
a.vc_btn-primary:active,
a.vc_btn-primary:focus,
a.vc_btn-primary:hover,
button.vc_btn-primary.active,
button.vc_btn-primary.focus,
button.vc_btn-primary:active,
button.vc_btn-primary:focus,
button.vc_btn-primary:hover {
  color: #fff;
  background-color: #0089bd;
  border-color: transparent
}

.open>.dropdown-toggle.vc_btn-primary.focus,
.open>.dropdown-toggle.vc_btn-primary:focus,
.open>.dropdown-toggle.vc_btn-primary:hover,
.open>.dropdown-togglea.vc_btn-primary.focus,
.open>.dropdown-togglea.vc_btn-primary:focus,
.open>.dropdown-togglea.vc_btn-primary:hover,
.open>.dropdown-togglebutton.vc_btn-primary.focus,
.open>.dropdown-togglebutton.vc_btn-primary:focus,
.open>.dropdown-togglebutton.vc_btn-primary:hover,
.vc_btn-primary.active.focus,
.vc_btn-primary.active:focus,
.vc_btn-primary.active:hover,
.vc_btn-primary:active.focus,
.vc_btn-primary:active:focus,
.vc_btn-primary:active:hover,
a.vc_btn-primary.active.focus,
a.vc_btn-primary.active:focus,
a.vc_btn-primary.active:hover,
a.vc_btn-primary:active.focus,
a.vc_btn-primary:active:focus,
a.vc_btn-primary:active:hover,
button.vc_btn-primary.active.focus,
button.vc_btn-primary.active:focus,
button.vc_btn-primary.active:hover,
button.vc_btn-primary:active.focus,
button.vc_btn-primary:active:focus,
button.vc_btn-primary:active:hover {
  color: #fff;
  background-color: #006f99;
  border-color: transparent
}

.open>.dropdown-toggle.vc_btn-primary,
.open>.dropdown-togglea.vc_btn-primary,
.open>.dropdown-togglebutton.vc_btn-primary,
.vc_btn-primary.active,
.vc_btn-primary:active,
a.vc_btn-primary.active,
a.vc_btn-primary:active,
button.vc_btn-primary.active,
button.vc_btn-primary:active {
  background-image: none
}

.vc_btn-primary.disabled,
.vc_btn-primary.disabled.active,
.vc_btn-primary.disabled.focus,
.vc_btn-primary.disabled:active,
.vc_btn-primary.disabled:focus,
.vc_btn-primary.disabled:hover,
.vc_btn-primary[disabled],
.vc_btn-primary[disabled].active,
.vc_btn-primary[disabled].focus,
.vc_btn-primary[disabled]:active,
.vc_btn-primary[disabled]:focus,
.vc_btn-primary[disabled]:hover,
a.vc_btn-primary.disabled,
a.vc_btn-primary.disabled.active,
a.vc_btn-primary.disabled.focus,
a.vc_btn-primary.disabled:active,
a.vc_btn-primary.disabled:focus,
a.vc_btn-primary.disabled:hover,
a.vc_btn-primary[disabled],
a.vc_btn-primary[disabled].active,
a.vc_btn-primary[disabled].focus,
a.vc_btn-primary[disabled]:active,
a.vc_btn-primary[disabled]:focus,
a.vc_btn-primary[disabled]:hover,
button.vc_btn-primary.disabled,
button.vc_btn-primary.disabled.active,
button.vc_btn-primary.disabled.focus,
button.vc_btn-primary.disabled:active,
button.vc_btn-primary.disabled:focus,
button.vc_btn-primary.disabled:hover,
button.vc_btn-primary[disabled],
button.vc_btn-primary[disabled].active,
button.vc_btn-primary[disabled].focus,
button.vc_btn-primary[disabled]:active,
button.vc_btn-primary[disabled]:focus,
button.vc_btn-primary[disabled]:hover,
fieldset[disabled] .vc_btn-primary,
fieldset[disabled] .vc_btn-primary.active,
fieldset[disabled] .vc_btn-primary.focus,
fieldset[disabled] .vc_btn-primary:active,
fieldset[disabled] .vc_btn-primary:focus,
fieldset[disabled] .vc_btn-primary:hover,
fieldset[disabled] a.vc_btn-primary,
fieldset[disabled] a.vc_btn-primary.active,
fieldset[disabled] a.vc_btn-primary.focus,
fieldset[disabled] a.vc_btn-primary:active,
fieldset[disabled] a.vc_btn-primary:focus,
fieldset[disabled] a.vc_btn-primary:hover,
fieldset[disabled] button.vc_btn-primary,
fieldset[disabled] button.vc_btn-primary.active,
fieldset[disabled] button.vc_btn-primary.focus,
fieldset[disabled] button.vc_btn-primary:active,
fieldset[disabled] button.vc_btn-primary:focus,
fieldset[disabled] button.vc_btn-primary:hover {
  background-color: #00aef0;
  border-color: transparent
}

.vc_btn-primary .badge,
a.vc_btn-primary .badge,
button.vc_btn-primary .badge {
  color: #00aef0;
  background-color: #fff
}

.vc_btn-success,
a.vc_btn-success,
button.vc_btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: transparent
}

.open>.dropdown-toggle.vc_btn-success,
.open>.dropdown-togglea.vc_btn-success,
.open>.dropdown-togglebutton.vc_btn-success,
.vc_btn-success.active,
.vc_btn-success.focus,
.vc_btn-success:active,
.vc_btn-success:focus,
.vc_btn-success:hover,
a.vc_btn-success.active,
a.vc_btn-success.focus,
a.vc_btn-success:active,
a.vc_btn-success:focus,
a.vc_btn-success:hover,
button.vc_btn-success.active,
button.vc_btn-success.focus,
button.vc_btn-success:active,
button.vc_btn-success:focus,
button.vc_btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: transparent
}

.open>.dropdown-toggle.vc_btn-success.focus,
.open>.dropdown-toggle.vc_btn-success:focus,
.open>.dropdown-toggle.vc_btn-success:hover,
.open>.dropdown-togglea.vc_btn-success.focus,
.open>.dropdown-togglea.vc_btn-success:focus,
.open>.dropdown-togglea.vc_btn-success:hover,
.open>.dropdown-togglebutton.vc_btn-success.focus,
.open>.dropdown-togglebutton.vc_btn-success:focus,
.open>.dropdown-togglebutton.vc_btn-success:hover,
.vc_btn-success.active.focus,
.vc_btn-success.active:focus,
.vc_btn-success.active:hover,
.vc_btn-success:active.focus,
.vc_btn-success:active:focus,
.vc_btn-success:active:hover,
a.vc_btn-success.active.focus,
a.vc_btn-success.active:focus,
a.vc_btn-success.active:hover,
a.vc_btn-success:active.focus,
a.vc_btn-success:active:focus,
a.vc_btn-success:active:hover,
button.vc_btn-success.active.focus,
button.vc_btn-success.active:focus,
button.vc_btn-success.active:hover,
button.vc_btn-success:active.focus,
button.vc_btn-success:active:focus,
button.vc_btn-success:active:hover {
  color: #fff;
  background-color: #398439;
  border-color: transparent
}

.open>.dropdown-toggle.vc_btn-success,
.open>.dropdown-togglea.vc_btn-success,
.open>.dropdown-togglebutton.vc_btn-success,
.vc_btn-success.active,
.vc_btn-success:active,
a.vc_btn-success.active,
a.vc_btn-success:active,
button.vc_btn-success.active,
button.vc_btn-success:active {
  background-image: none
}

.vc_btn-success.disabled,
.vc_btn-success.disabled.active,
.vc_btn-success.disabled.focus,
.vc_btn-success.disabled:active,
.vc_btn-success.disabled:focus,
.vc_btn-success.disabled:hover,
.vc_btn-success[disabled],
.vc_btn-success[disabled].active,
.vc_btn-success[disabled].focus,
.vc_btn-success[disabled]:active,
.vc_btn-success[disabled]:focus,
.vc_btn-success[disabled]:hover,
a.vc_btn-success.disabled,
a.vc_btn-success.disabled.active,
a.vc_btn-success.disabled.focus,
a.vc_btn-success.disabled:active,
a.vc_btn-success.disabled:focus,
a.vc_btn-success.disabled:hover,
a.vc_btn-success[disabled],
a.vc_btn-success[disabled].active,
a.vc_btn-success[disabled].focus,
a.vc_btn-success[disabled]:active,
a.vc_btn-success[disabled]:focus,
a.vc_btn-success[disabled]:hover,
button.vc_btn-success.disabled,
button.vc_btn-success.disabled.active,
button.vc_btn-success.disabled.focus,
button.vc_btn-success.disabled:active,
button.vc_btn-success.disabled:focus,
button.vc_btn-success.disabled:hover,
button.vc_btn-success[disabled],
button.vc_btn-success[disabled].active,
button.vc_btn-success[disabled].focus,
button.vc_btn-success[disabled]:active,
button.vc_btn-success[disabled]:focus,
button.vc_btn-success[disabled]:hover,
fieldset[disabled] .vc_btn-success,
fieldset[disabled] .vc_btn-success.active,
fieldset[disabled] .vc_btn-success.focus,
fieldset[disabled] .vc_btn-success:active,
fieldset[disabled] .vc_btn-success:focus,
fieldset[disabled] .vc_btn-success:hover,
fieldset[disabled] a.vc_btn-success,
fieldset[disabled] a.vc_btn-success.active,
fieldset[disabled] a.vc_btn-success.focus,
fieldset[disabled] a.vc_btn-success:active,
fieldset[disabled] a.vc_btn-success:focus,
fieldset[disabled] a.vc_btn-success:hover,
fieldset[disabled] button.vc_btn-success,
fieldset[disabled] button.vc_btn-success.active,
fieldset[disabled] button.vc_btn-success.focus,
fieldset[disabled] button.vc_btn-success:active,
fieldset[disabled] button.vc_btn-success:focus,
fieldset[disabled] button.vc_btn-success:hover {
  background-color: #5cb85c;
  border-color: transparent
}

.vc_btn-success .badge,
a.vc_btn-success .badge,
button.vc_btn-success .badge {
  color: #5cb85c;
  background-color: #fff
}

.vc_btn-info,
a.vc_btn-info,
button.vc_btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: transparent
}

.open>.dropdown-toggle.vc_btn-info,
.open>.dropdown-togglea.vc_btn-info,
.open>.dropdown-togglebutton.vc_btn-info,
.vc_btn-info.active,
.vc_btn-info.focus,
.vc_btn-info:active,
.vc_btn-info:focus,
.vc_btn-info:hover,
a.vc_btn-info.active,
a.vc_btn-info.focus,
a.vc_btn-info:active,
a.vc_btn-info:focus,
a.vc_btn-info:hover,
button.vc_btn-info.active,
button.vc_btn-info.focus,
button.vc_btn-info:active,
button.vc_btn-info:focus,
button.vc_btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: transparent
}

.open>.dropdown-toggle.vc_btn-info.focus,
.open>.dropdown-toggle.vc_btn-info:focus,
.open>.dropdown-toggle.vc_btn-info:hover,
.open>.dropdown-togglea.vc_btn-info.focus,
.open>.dropdown-togglea.vc_btn-info:focus,
.open>.dropdown-togglea.vc_btn-info:hover,
.open>.dropdown-togglebutton.vc_btn-info.focus,
.open>.dropdown-togglebutton.vc_btn-info:focus,
.open>.dropdown-togglebutton.vc_btn-info:hover,
.vc_btn-info.active.focus,
.vc_btn-info.active:focus,
.vc_btn-info.active:hover,
.vc_btn-info:active.focus,
.vc_btn-info:active:focus,
.vc_btn-info:active:hover,
a.vc_btn-info.active.focus,
a.vc_btn-info.active:focus,
a.vc_btn-info.active:hover,
a.vc_btn-info:active.focus,
a.vc_btn-info:active:focus,
a.vc_btn-info:active:hover,
button.vc_btn-info.active.focus,
button.vc_btn-info.active:focus,
button.vc_btn-info.active:hover,
button.vc_btn-info:active.focus,
button.vc_btn-info:active:focus,
button.vc_btn-info:active:hover {
  color: #fff;
  background-color: #269abc;
  border-color: transparent
}

.open>.dropdown-toggle.vc_btn-info,
.open>.dropdown-togglea.vc_btn-info,
.open>.dropdown-togglebutton.vc_btn-info,
.vc_btn-info.active,
.vc_btn-info:active,
a.vc_btn-info.active,
a.vc_btn-info:active,
button.vc_btn-info.active,
button.vc_btn-info:active {
  background-image: none
}

.vc_btn-info.disabled,
.vc_btn-info.disabled.active,
.vc_btn-info.disabled.focus,
.vc_btn-info.disabled:active,
.vc_btn-info.disabled:focus,
.vc_btn-info.disabled:hover,
.vc_btn-info[disabled],
.vc_btn-info[disabled].active,
.vc_btn-info[disabled].focus,
.vc_btn-info[disabled]:active,
.vc_btn-info[disabled]:focus,
.vc_btn-info[disabled]:hover,
a.vc_btn-info.disabled,
a.vc_btn-info.disabled.active,
a.vc_btn-info.disabled.focus,
a.vc_btn-info.disabled:active,
a.vc_btn-info.disabled:focus,
a.vc_btn-info.disabled:hover,
a.vc_btn-info[disabled],
a.vc_btn-info[disabled].active,
a.vc_btn-info[disabled].focus,
a.vc_btn-info[disabled]:active,
a.vc_btn-info[disabled]:focus,
a.vc_btn-info[disabled]:hover,
button.vc_btn-info.disabled,
button.vc_btn-info.disabled.active,
button.vc_btn-info.disabled.focus,
button.vc_btn-info.disabled:active,
button.vc_btn-info.disabled:focus,
button.vc_btn-info.disabled:hover,
button.vc_btn-info[disabled],
button.vc_btn-info[disabled].active,
button.vc_btn-info[disabled].focus,
button.vc_btn-info[disabled]:active,
button.vc_btn-info[disabled]:focus,
button.vc_btn-info[disabled]:hover,
fieldset[disabled] .vc_btn-info,
fieldset[disabled] .vc_btn-info.active,
fieldset[disabled] .vc_btn-info.focus,
fieldset[disabled] .vc_btn-info:active,
fieldset[disabled] .vc_btn-info:focus,
fieldset[disabled] .vc_btn-info:hover,
fieldset[disabled] a.vc_btn-info,
fieldset[disabled] a.vc_btn-info.active,
fieldset[disabled] a.vc_btn-info.focus,
fieldset[disabled] a.vc_btn-info:active,
fieldset[disabled] a.vc_btn-info:focus,
fieldset[disabled] a.vc_btn-info:hover,
fieldset[disabled] button.vc_btn-info,
fieldset[disabled] button.vc_btn-info.active,
fieldset[disabled] button.vc_btn-info.focus,
fieldset[disabled] button.vc_btn-info:active,
fieldset[disabled] button.vc_btn-info:focus,
fieldset[disabled] button.vc_btn-info:hover {
  background-color: #5bc0de;
  border-color: transparent
}

.vc_btn-info .badge,
a.vc_btn-info .badge,
button.vc_btn-info .badge {
  color: #5bc0de;
  background-color: #fff
}

.vc_btn-warning,
a.vc_btn-warning,
button.vc_btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: transparent
}

.open>.dropdown-toggle.vc_btn-warning,
.open>.dropdown-togglea.vc_btn-warning,
.open>.dropdown-togglebutton.vc_btn-warning,
.vc_btn-warning.active,
.vc_btn-warning.focus,
.vc_btn-warning:active,
.vc_btn-warning:focus,
.vc_btn-warning:hover,
a.vc_btn-warning.active,
a.vc_btn-warning.focus,
a.vc_btn-warning:active,
a.vc_btn-warning:focus,
a.vc_btn-warning:hover,
button.vc_btn-warning.active,
button.vc_btn-warning.focus,
button.vc_btn-warning:active,
button.vc_btn-warning:focus,
button.vc_btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: transparent
}

.open>.dropdown-toggle.vc_btn-warning.focus,
.open>.dropdown-toggle.vc_btn-warning:focus,
.open>.dropdown-toggle.vc_btn-warning:hover,
.open>.dropdown-togglea.vc_btn-warning.focus,
.open>.dropdown-togglea.vc_btn-warning:focus,
.open>.dropdown-togglea.vc_btn-warning:hover,
.open>.dropdown-togglebutton.vc_btn-warning.focus,
.open>.dropdown-togglebutton.vc_btn-warning:focus,
.open>.dropdown-togglebutton.vc_btn-warning:hover,
.vc_btn-warning.active.focus,
.vc_btn-warning.active:focus,
.vc_btn-warning.active:hover,
.vc_btn-warning:active.focus,
.vc_btn-warning:active:focus,
.vc_btn-warning:active:hover,
a.vc_btn-warning.active.focus,
a.vc_btn-warning.active:focus,
a.vc_btn-warning.active:hover,
a.vc_btn-warning:active.focus,
a.vc_btn-warning:active:focus,
a.vc_btn-warning:active:hover,
button.vc_btn-warning.active.focus,
button.vc_btn-warning.active:focus,
button.vc_btn-warning.active:hover,
button.vc_btn-warning:active.focus,
button.vc_btn-warning:active:focus,
button.vc_btn-warning:active:hover {
  color: #fff;
  background-color: #d58512;
  border-color: transparent
}

.open>.dropdown-toggle.vc_btn-warning,
.open>.dropdown-togglea.vc_btn-warning,
.open>.dropdown-togglebutton.vc_btn-warning,
.vc_btn-warning.active,
.vc_btn-warning:active,
a.vc_btn-warning.active,
a.vc_btn-warning:active,
button.vc_btn-warning.active,
button.vc_btn-warning:active {
  background-image: none
}

.vc_btn-warning.disabled,
.vc_btn-warning.disabled.active,
.vc_btn-warning.disabled.focus,
.vc_btn-warning.disabled:active,
.vc_btn-warning.disabled:focus,
.vc_btn-warning.disabled:hover,
.vc_btn-warning[disabled],
.vc_btn-warning[disabled].active,
.vc_btn-warning[disabled].focus,
.vc_btn-warning[disabled]:active,
.vc_btn-warning[disabled]:focus,
.vc_btn-warning[disabled]:hover,
a.vc_btn-warning.disabled,
a.vc_btn-warning.disabled.active,
a.vc_btn-warning.disabled.focus,
a.vc_btn-warning.disabled:active,
a.vc_btn-warning.disabled:focus,
a.vc_btn-warning.disabled:hover,
a.vc_btn-warning[disabled],
a.vc_btn-warning[disabled].active,
a.vc_btn-warning[disabled].focus,
a.vc_btn-warning[disabled]:active,
a.vc_btn-warning[disabled]:focus,
a.vc_btn-warning[disabled]:hover,
button.vc_btn-warning.disabled,
button.vc_btn-warning.disabled.active,
button.vc_btn-warning.disabled.focus,
button.vc_btn-warning.disabled:active,
button.vc_btn-warning.disabled:focus,
button.vc_btn-warning.disabled:hover,
button.vc_btn-warning[disabled],
button.vc_btn-warning[disabled].active,
button.vc_btn-warning[disabled].focus,
button.vc_btn-warning[disabled]:active,
button.vc_btn-warning[disabled]:focus,
button.vc_btn-warning[disabled]:hover,
fieldset[disabled] .vc_btn-warning,
fieldset[disabled] .vc_btn-warning.active,
fieldset[disabled] .vc_btn-warning.focus,
fieldset[disabled] .vc_btn-warning:active,
fieldset[disabled] .vc_btn-warning:focus,
fieldset[disabled] .vc_btn-warning:hover,
fieldset[disabled] a.vc_btn-warning,
fieldset[disabled] a.vc_btn-warning.active,
fieldset[disabled] a.vc_btn-warning.focus,
fieldset[disabled] a.vc_btn-warning:active,
fieldset[disabled] a.vc_btn-warning:focus,
fieldset[disabled] a.vc_btn-warning:hover,
fieldset[disabled] button.vc_btn-warning,
fieldset[disabled] button.vc_btn-warning.active,
fieldset[disabled] button.vc_btn-warning.focus,
fieldset[disabled] button.vc_btn-warning:active,
fieldset[disabled] button.vc_btn-warning:focus,
fieldset[disabled] button.vc_btn-warning:hover {
  background-color: #f0ad4e;
  border-color: transparent
}

.vc_btn-warning .badge,
a.vc_btn-warning .badge,
button.vc_btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff
}

.vc_btn-danger,
a.vc_btn-danger,
button.vc_btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: transparent
}

.open>.dropdown-toggle.vc_btn-danger,
.open>.dropdown-togglea.vc_btn-danger,
.open>.dropdown-togglebutton.vc_btn-danger,
.vc_btn-danger.active,
.vc_btn-danger.focus,
.vc_btn-danger:active,
.vc_btn-danger:focus,
.vc_btn-danger:hover,
a.vc_btn-danger.active,
a.vc_btn-danger.focus,
a.vc_btn-danger:active,
a.vc_btn-danger:focus,
a.vc_btn-danger:hover,
button.vc_btn-danger.active,
button.vc_btn-danger.focus,
button.vc_btn-danger:active,
button.vc_btn-danger:focus,
button.vc_btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: transparent
}

.open>.dropdown-toggle.vc_btn-danger.focus,
.open>.dropdown-toggle.vc_btn-danger:focus,
.open>.dropdown-toggle.vc_btn-danger:hover,
.open>.dropdown-togglea.vc_btn-danger.focus,
.open>.dropdown-togglea.vc_btn-danger:focus,
.open>.dropdown-togglea.vc_btn-danger:hover,
.open>.dropdown-togglebutton.vc_btn-danger.focus,
.open>.dropdown-togglebutton.vc_btn-danger:focus,
.open>.dropdown-togglebutton.vc_btn-danger:hover,
.vc_btn-danger.active.focus,
.vc_btn-danger.active:focus,
.vc_btn-danger.active:hover,
.vc_btn-danger:active.focus,
.vc_btn-danger:active:focus,
.vc_btn-danger:active:hover,
a.vc_btn-danger.active.focus,
a.vc_btn-danger.active:focus,
a.vc_btn-danger.active:hover,
a.vc_btn-danger:active.focus,
a.vc_btn-danger:active:focus,
a.vc_btn-danger:active:hover,
button.vc_btn-danger.active.focus,
button.vc_btn-danger.active:focus,
button.vc_btn-danger.active:hover,
button.vc_btn-danger:active.focus,
button.vc_btn-danger:active:focus,
button.vc_btn-danger:active:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: transparent
}

.open>.dropdown-toggle.vc_btn-danger,
.open>.dropdown-togglea.vc_btn-danger,
.open>.dropdown-togglebutton.vc_btn-danger,
.vc_btn-danger.active,
.vc_btn-danger:active,
a.vc_btn-danger.active,
a.vc_btn-danger:active,
button.vc_btn-danger.active,
button.vc_btn-danger:active {
  background-image: none
}

.vc_btn-danger.disabled,
.vc_btn-danger.disabled.active,
.vc_btn-danger.disabled.focus,
.vc_btn-danger.disabled:active,
.vc_btn-danger.disabled:focus,
.vc_btn-danger.disabled:hover,
.vc_btn-danger[disabled],
.vc_btn-danger[disabled].active,
.vc_btn-danger[disabled].focus,
.vc_btn-danger[disabled]:active,
.vc_btn-danger[disabled]:focus,
.vc_btn-danger[disabled]:hover,
a.vc_btn-danger.disabled,
a.vc_btn-danger.disabled.active,
a.vc_btn-danger.disabled.focus,
a.vc_btn-danger.disabled:active,
a.vc_btn-danger.disabled:focus,
a.vc_btn-danger.disabled:hover,
a.vc_btn-danger[disabled],
a.vc_btn-danger[disabled].active,
a.vc_btn-danger[disabled].focus,
a.vc_btn-danger[disabled]:active,
a.vc_btn-danger[disabled]:focus,
a.vc_btn-danger[disabled]:hover,
button.vc_btn-danger.disabled,
button.vc_btn-danger.disabled.active,
button.vc_btn-danger.disabled.focus,
button.vc_btn-danger.disabled:active,
button.vc_btn-danger.disabled:focus,
button.vc_btn-danger.disabled:hover,
button.vc_btn-danger[disabled],
button.vc_btn-danger[disabled].active,
button.vc_btn-danger[disabled].focus,
button.vc_btn-danger[disabled]:active,
button.vc_btn-danger[disabled]:focus,
button.vc_btn-danger[disabled]:hover,
fieldset[disabled] .vc_btn-danger,
fieldset[disabled] .vc_btn-danger.active,
fieldset[disabled] .vc_btn-danger.focus,
fieldset[disabled] .vc_btn-danger:active,
fieldset[disabled] .vc_btn-danger:focus,
fieldset[disabled] .vc_btn-danger:hover,
fieldset[disabled] a.vc_btn-danger,
fieldset[disabled] a.vc_btn-danger.active,
fieldset[disabled] a.vc_btn-danger.focus,
fieldset[disabled] a.vc_btn-danger:active,
fieldset[disabled] a.vc_btn-danger:focus,
fieldset[disabled] a.vc_btn-danger:hover,
fieldset[disabled] button.vc_btn-danger,
fieldset[disabled] button.vc_btn-danger.active,
fieldset[disabled] button.vc_btn-danger.focus,
fieldset[disabled] button.vc_btn-danger:active,
fieldset[disabled] button.vc_btn-danger:focus,
fieldset[disabled] button.vc_btn-danger:hover {
  background-color: #d9534f;
  border-color: transparent
}

.vc_btn-danger .badge,
a.vc_btn-danger .badge,
button.vc_btn-danger .badge {
  color: #d9534f;
  background-color: #fff
}

.vc_button-2-wrapper {
  display: inline-block
}

.vc_button-2-wrapper.vc_button-2-align-left {
  display: block;
  text-align: left
}

.vc_button-2-wrapper.vc_button-2-align-right {
  display: block;
  text-align: right
}

.vc_button-2-wrapper.vc_button-2-align-center {
  display: block;
  text-align: center
}

i.icon {
  display: inline-block;
  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(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/address-book.png) right center no-repeat
}

.wpb_alarm_clock i.icon,
option.wpb_alarm_clock {
  background: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/alarm-clock.png) right center no-repeat
}

.wpb_anchor i.icon,
option.wpb_anchor {
  background: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/anchor.png) right center no-repeat
}

.wpb_application_image i.icon,
option.wpb_application_image {
  background: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/application-image.png) right center no-repeat
}

.wpb_arrow i.icon,
option.wpb_arrow {
  background: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/arrow.png) right center no-repeat
}

.wpb_asterisk i.icon,
option.wpb_asterisk {
  background: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/asterisk.png) right center no-repeat
}

.wpb_hammer i.icon,
option.wpb_hammer {
  background: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/auction-hammer.png) right center no-repeat
}

.wpb_balloon i.icon,
option.wpb_balloon {
  background: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/balloon.png) right center no-repeat
}

.wpb_balloon_buzz i.icon,
option.wpb_balloon_buzz {
  background: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-buzz.png) right center no-repeat
}

.wpb_balloon_facebook i.icon,
option.wpb_balloon_facebook {
  background: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-facebook.png) right center no-repeat
}

.wpb_balloon_twitter i.icon,
option.wpb_balloon_twitter {
  background: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-twitter.png) right center no-repeat
}

.wpb_battery i.icon,
option.wpb_battery {
  background: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/battery-full.png) right center no-repeat
}

.wpb_binocular i.icon,
option.wpb_binocular {
  background: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/binocular.png) right center no-repeat
}

.wpb_document_excel i.icon,
option.wpb_document_excel {
  background: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-excel.png) right center no-repeat
}

.wpb_document_image i.icon,
option.wpb_document_image {
  background: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-image.png) right center no-repeat
}

.wpb_document_music i.icon,
option.wpb_document_music {
  background: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-music.png) right center no-repeat
}

.wpb_document_office i.icon,
option.wpb_document_office {
  background: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-office.png) right center no-repeat
}

.wpb_document_pdf i.icon,
option.wpb_document_pdf {
  background: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-pdf.png) right center no-repeat
}

.wpb_document_powerpoint i.icon,
option.wpb_document_powerpoint {
  background: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-powerpoint.png) right center no-repeat
}

.wpb_document_word i.icon,
option.wpb_document_word {
  background: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-word.png) right center no-repeat
}

.wpb_bookmark i.icon,
option.wpb_bookmark {
  background: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/bookmark.png) right center no-repeat
}

.wpb_camcorder i.icon,
option.wpb_camcorder {
  background: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/camcorder.png) right center no-repeat
}

.wpb_camera i.icon,
option.wpb_camera {
  background: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/camera.png) right center no-repeat
}

.wpb_chart i.icon,
option.wpb_chart {
  background: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/chart.png) right center no-repeat
}

.wpb_chart_pie i.icon,
option.wpb_chart_pie {
  background: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/chart-pie.png) right center no-repeat
}

.wpb_clock i.icon,
option.wpb_clock {
  background: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/clock.png) right center no-repeat
}

.wpb_play i.icon,
option.wpb_play {
  background: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/control.png) right center no-repeat
}

.wpb_fire i.icon,
option.wpb_fire {
  background: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/fire.png) right center no-repeat
}

.wpb_heart i.icon,
option.wpb_heart {
  background: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/heart.png) right center no-repeat
}

.wpb_mail i.icon,
option.wpb_mail {
  background: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/mail.png) right center no-repeat
}

.wpb_shield i.icon,
option.wpb_shield {
  background: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/plus-shield.png) right center no-repeat
}

.wpb_video i.icon,
option.wpb_video {
  background: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/icons/video.png) right center no-repeat
}

.vc_column_container .vc_btn,
.vc_column_container .wpb_button {
  margin-top: 5px;
  margin-bottom: 5px
}

.vc_message_box {
  border: 1px solid transparent;
  display: block;
  overflow: hidden;
  margin: 0 0 21.74px;
  padding: 1em 1em 1em 4em;
  position: relative;
  font-size: 1em;
  box-sizing: border-box
}

#content .wpb_alert p:last-child,
#content .wpb_text_column :last-child,
#content .wpb_text_column p:last-child,
.vc_message_box>p:last-child,
.wpb_alert p:last-child,
.wpb_button,
.wpb_text_column :last-child,
.wpb_text_column p:last-child {
  margin-bottom: 0
}

.vc_message_box>p:first-child {
  margin-top: 0
}

.vc_message_box-icon {
  bottom: 0;
  font-size: 1em;
  font-style: normal;
  left: 0;
  position: absolute;
  top: 0;
  width: 4em
}

.vc_message_box-icon>*,
.vc_message_box-icon>.fa {
  font-size: 1.7em;
  line-height: 1
}

.vc_message_box-icon>* {
  font-style: normal;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.vc_color-blue.vc_message_box {
  color: #364a8a;
  border-color: #c5cff0;
  background-color: #edf1fa
}

.vc_color-blue.vc_message_box .vc_message_box-icon {
  color: #5472D2
}

.vc_color-blue.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #5472D2
}

.vc_color-blue.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-blue.vc_message_box-outline,
.vc_color-blue.vc_message_box-solid-icon {
  color: #364a8a;
  border-color: #5472D2;
  background-color: transparent
}

.vc_color-blue.vc_message_box-outline .vc_message_box-icon,
.vc_color-blue.vc_message_box-solid-icon .vc_message_box-icon {
  color: #5472D2
}

.vc_color-blue.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #5472D2
}

.vc_color-blue.vc_message_box-3d {
  box-shadow: 0 5px 0 #9daee5
}

.vc_color-turquoise.vc_message_box {
  color: #085b61;
  border-color: #c6ecee;
  background-color: #ebfcfd
}

.vc_color-turquoise.vc_message_box .vc_message_box-icon {
  color: #00C1CF
}

.vc_color-turquoise.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #00C1CF
}

.vc_color-turquoise.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-turquoise.vc_message_box-outline,
.vc_color-turquoise.vc_message_box-solid-icon {
  color: #085b61;
  border-color: #00C1CF;
  background-color: transparent
}

.vc_color-turquoise.vc_message_box-outline .vc_message_box-icon,
.vc_color-turquoise.vc_message_box-solid-icon .vc_message_box-icon {
  color: #00C1CF
}

.vc_color-turquoise.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #00C1CF
}

.vc_color-turquoise.vc_message_box-3d {
  box-shadow: 0 5px 0 #9fdee3
}

.vc_color-pink.vc_message_box {
  color: #d82e21;
  border-color: #ffd8d6;
  background-color: #fff0ef
}

.vc_color-pink.vc_message_box .vc_message_box-icon {
  color: #FE6C61
}

.vc_color-pink.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #FE6C61
}

.vc_color-pink.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-pink.vc_message_box-outline,
.vc_color-pink.vc_message_box-solid-icon {
  color: #d82e21;
  border-color: #FE6C61;
  background-color: transparent
}

.vc_color-pink.vc_message_box-outline .vc_message_box-icon,
.vc_color-pink.vc_message_box-solid-icon .vc_message_box-icon {
  color: #FE6C61
}

.vc_color-pink.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #FE6C61
}

.vc_color-pink.vc_message_box-3d {
  box-shadow: 0 5px 0 #fea9a3
}

.vc_color-violet.vc_message_box {
  color: #5e4a81;
  border-color: #d4c8e9;
  background-color: #f0ecf7
}

.vc_color-violet.vc_message_box .vc_message_box-icon {
  color: #8D6DC4
}

.vc_color-violet.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #8D6DC4
}

.vc_color-violet.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-violet.vc_message_box-outline,
.vc_color-violet.vc_message_box-solid-icon {
  color: #5e4a81;
  border-color: #8D6DC4;
  background-color: transparent
}

.vc_color-violet.vc_message_box-outline .vc_message_box-icon,
.vc_color-violet.vc_message_box-solid-icon .vc_message_box-icon {
  color: #8D6DC4
}

.vc_color-violet.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #8D6DC4
}

.vc_color-violet.vc_message_box-3d {
  box-shadow: 0 5px 0 #b8a3da
}

.vc_color-peacoc.vc_message_box {
  color: #366a79;
  border-color: #c2e3ec;
  background-color: #e9f5f8
}

.vc_color-peacoc.vc_message_box .vc_message_box-icon {
  color: #4CADC9
}

.vc_color-peacoc.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #4CADC9
}

.vc_color-peacoc.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-peacoc.vc_message_box-outline,
.vc_color-peacoc.vc_message_box-solid-icon {
  color: #366a79;
  border-color: #4CADC9;
  background-color: transparent
}

.vc_color-peacoc.vc_message_box-outline .vc_message_box-icon,
.vc_color-peacoc.vc_message_box-solid-icon .vc_message_box-icon {
  color: #4CADC9
}

.vc_color-peacoc.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #4CADC9
}

.vc_color-peacoc.vc_message_box-3d {
  box-shadow: 0 5px 0 #9ad1e1
}

.vc_color-chino.vc_message_box {
  color: #978258;
  border-color: #e5ded2;
  background-color: #f7f5f2
}

.vc_color-chino.vc_message_box .vc_message_box-icon {
  color: #CEC2AB
}

.vc_color-chino.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #CEC2AB
}

.vc_color-chino.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-chino.vc_message_box-outline,
.vc_color-chino.vc_message_box-solid-icon {
  color: #978258;
  border-color: #CEC2AB;
  background-color: transparent
}

.vc_color-chino.vc_message_box-outline .vc_message_box-icon,
.vc_color-chino.vc_message_box-solid-icon .vc_message_box-icon {
  color: #CEC2AB
}

.vc_color-chino.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #CEC2AB
}

.vc_color-chino.vc_message_box-3d {
  box-shadow: 0 5px 0 #d2c7b1
}

.vc_color-mulled_wine.vc_message_box {
  color: #1e1b22;
  border-color: #d0ccd6;
  background-color: #eae8ed
}

.vc_color-mulled_wine.vc_message_box .vc_message_box-icon {
  color: #50485B
}

.vc_color-mulled_wine.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #50485B
}

.vc_color-mulled_wine.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-mulled_wine.vc_message_box-outline,
.vc_color-mulled_wine.vc_message_box-solid-icon {
  color: #1e1b22;
  border-color: #50485B;
  background-color: transparent
}

.vc_color-mulled_wine.vc_message_box-outline .vc_message_box-icon,
.vc_color-mulled_wine.vc_message_box-solid-icon .vc_message_box-icon {
  color: #50485B
}

.vc_color-mulled_wine.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #50485B
}

.vc_color-mulled_wine.vc_message_box-3d {
  box-shadow: 0 5px 0 #b6afc0
}

.vc_color-vista_blue.vc_message_box {
  color: #3e8e5e;
  border-color: #bcebcf;
  background-color: #e3f7eb
}

.vc_color-vista_blue.vc_message_box .vc_message_box-icon {
  color: #75D69C
}

.vc_color-vista_blue.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #75D69C
}

.vc_color-vista_blue.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-vista_blue.vc_message_box-outline,
.vc_color-vista_blue.vc_message_box-solid-icon {
  color: #3e8e5e;
  border-color: #75D69C;
  background-color: transparent
}

.vc_color-vista_blue.vc_message_box-outline .vc_message_box-icon,
.vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon {
  color: #75D69C
}

.vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #75D69C
}

.vc_color-vista_blue.vc_message_box-3d {
  box-shadow: 0 5px 0 #94dfb3
}

.vc_color-orange.vc_message_box {
  color: #c3811c;
  border-color: #fbe1ba;
  background-color: #fef6eb
}

.vc_color-orange.vc_message_box .vc_message_box-icon {
  color: #F7BE68
}

.vc_color-orange.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #F7BE68
}

.vc_color-orange.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-orange.vc_message_box-outline,
.vc_color-orange.vc_message_box-solid-icon {
  color: #c3811c;
  border-color: #F7BE68;
  background-color: transparent
}

.vc_color-orange.vc_message_box-outline .vc_message_box-icon,
.vc_color-orange.vc_message_box-solid-icon .vc_message_box-icon {
  color: #F7BE68
}

.vc_color-orange.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #F7BE68
}

.vc_color-orange.vc_message_box-3d {
  box-shadow: 0 5px 0 #f9cd8a
}

.vc_color-sky.vc_message_box {
  color: #2a6194;
  border-color: #bedaf4;
  background-color: #eaf3fb
}

.vc_color-sky.vc_message_box .vc_message_box-icon {
  color: #5AA1E3
}

.vc_color-sky.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #5AA1E3
}

.vc_color-sky.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-sky.vc_message_box-outline,
.vc_color-sky.vc_message_box-solid-icon {
  color: #2a6194;
  border-color: #5AA1E3;
  background-color: transparent
}

.vc_color-sky.vc_message_box-outline .vc_message_box-icon,
.vc_color-sky.vc_message_box-solid-icon .vc_message_box-icon {
  color: #5AA1E3
}

.vc_color-sky.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #5AA1E3
}

.vc_color-sky.vc_message_box-3d {
  box-shadow: 0 5px 0 #93c1ed
}

.vc_color-green.vc_message_box {
  color: #3e562b;
  border-color: #c2e1a9;
  background-color: #eaf5e2
}

.vc_color-green.vc_message_box .vc_message_box-icon {
  color: #6DAB3C
}

.vc_color-green.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #6DAB3C
}

.vc_color-green.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-green.vc_message_box-outline,
.vc_color-green.vc_message_box-solid-icon {
  color: #3e562b;
  border-color: #6DAB3C;
  background-color: transparent
}

.vc_color-green.vc_message_box-outline .vc_message_box-icon,
.vc_color-green.vc_message_box-solid-icon .vc_message_box-icon {
  color: #6DAB3C
}

.vc_color-green.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #6DAB3C
}

.vc_color-green.vc_message_box-3d {
  box-shadow: 0 5px 0 #a7d484
}

.vc_color-juicy_pink.vc_message_box {
  color: #a3231f;
  border-color: #fbc7c5;
  background-color: #fef5f5
}

.vc_color-juicy_pink.vc_message_box .vc_message_box-icon {
  color: #F4524D
}

.vc_color-juicy_pink.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #F4524D
}

.vc_color-juicy_pink.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-juicy_pink.vc_message_box-outline,
.vc_color-juicy_pink.vc_message_box-solid-icon {
  color: #a3231f;
  border-color: #F4524D;
  background-color: transparent
}

.vc_color-juicy_pink.vc_message_box-outline .vc_message_box-icon,
.vc_color-juicy_pink.vc_message_box-solid-icon .vc_message_box-icon {
  color: #F4524D
}

.vc_color-juicy_pink.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #F4524D
}

.vc_color-juicy_pink.vc_message_box-3d {
  box-shadow: 0 5px 0 #f89895
}

.vc_color-sandy_brown.vc_message_box {
  color: #c3501c;
  border-color: #fbceba;
  background-color: #fef1eb
}

.vc_color-sandy_brown.vc_message_box .vc_message_box-icon {
  color: #F79468
}

.vc_color-sandy_brown.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #F79468
}

.vc_color-sandy_brown.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-sandy_brown.vc_message_box-outline,
.vc_color-sandy_brown.vc_message_box-solid-icon {
  color: #c3501c;
  border-color: #F79468;
  background-color: transparent
}

.vc_color-sandy_brown.vc_message_box-outline .vc_message_box-icon,
.vc_color-sandy_brown.vc_message_box-solid-icon .vc_message_box-icon {
  color: #F79468
}

.vc_color-sandy_brown.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #F79468
}

.vc_color-sandy_brown.vc_message_box-3d {
  box-shadow: 0 5px 0 #f9ac8a
}

.vc_color-purple.vc_message_box {
  color: #886389;
  border-color: #e3cbe3;
  background-color: #f5ecf5
}

.vc_color-purple.vc_message_box .vc_message_box-icon {
  color: #B97EBB
}

.vc_color-purple.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #B97EBB
}

.vc_color-purple.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-purple.vc_message_box-outline,
.vc_color-purple.vc_message_box-solid-icon {
  color: #886389;
  border-color: #B97EBB;
  background-color: transparent
}

.vc_color-purple.vc_message_box-outline .vc_message_box-icon,
.vc_color-purple.vc_message_box-solid-icon .vc_message_box-icon {
  color: #B97EBB
}

.vc_color-purple.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #B97EBB
}

.vc_color-purple.vc_message_box-3d {
  box-shadow: 0 5px 0 #d1a9d2
}

.vc_color-black.vc_message_box {
  color: #fff;
  border-color: #2A2A2A;
  background-color: #3c3c3c
}

.vc_color-black.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #2A2A2A
}

.vc_color-black.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-black.vc_message_box-outline,
.vc_color-black.vc_message_box-solid-icon {
  border-color: #2A2A2A;
  background-color: transparent
}

.vc_color-black.vc_message_box-outline .vc_message_box-icon,
.vc_color-black.vc_message_box-solid-icon .vc_message_box-icon {
  color: #2A2A2A
}

.vc_color-black.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #2A2A2A
}

.vc_color-black.vc_message_box-3d {
  box-shadow: 0 5px 0 #101010
}

.vc_color-grey.vc_message_box {
  color: #858585;
  border-color: #d2d2d2;
  background-color: #EBEBEB
}

.vc_color-grey.vc_message_box-solid {
  color: #858585;
  border-color: transparent;
  background-color: #EBEBEB
}

.vc_color-grey.vc_message_box-solid .vc_message_box-icon {
  color: #858585
}

.vc_color-grey.vc_message_box-outline,
.vc_color-grey.vc_message_box-solid-icon {
  color: #858585;
  border-color: #EBEBEB;
  background-color: transparent
}

.vc_color-grey.vc_message_box-outline .vc_message_box-icon,
.vc_color-grey.vc_message_box-solid-icon .vc_message_box-icon {
  color: #EBEBEB
}

.vc_color-grey.vc_message_box-solid-icon .vc_message_box-icon {
  color: #858585;
  background-color: #EBEBEB
}

.vc_color-grey.vc_message_box-3d {
  box-shadow: 0 5px 0 #b8b8b8
}

.vc_color-white.vc_message_box {
  color: #b3b3b3;
  border-color: #e6e6e6;
  background-color: #FFF
}

.vc_color-white.vc_message_box-solid {
  color: #b3b3b3;
  border-color: transparent;
  background-color: #FFF
}

.vc_color-white.vc_message_box-solid .vc_message_box-icon {
  color: #b3b3b3
}

.vc_color-white.vc_message_box-outline,
.vc_color-white.vc_message_box-solid-icon {
  border-color: #FFF;
  background-color: transparent
}

.vc_color-white.vc_message_box-outline .vc_message_box-icon,
.vc_color-white.vc_message_box-solid-icon .vc_message_box-icon {
  color: #FFF
}

.vc_color-white.vc_message_box-solid-icon .vc_message_box-icon {
  color: #b3b3b3;
  background-color: #FFF
}

.vc_color-white.vc_message_box-3d {
  box-shadow: 0 5px 0 #ccc
}

.vc_color-info.vc_message_box {
  color: #5e7f96;
  border-color: #cfebfe;
  background-color: #dff2fe
}

.vc_color-info.vc_message_box .vc_message_box-icon {
  color: #56b0ee
}

.vc_color-info.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #56b0ee
}

.vc_color-info.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-info.vc_message_box-outline,
.vc_color-info.vc_message_box-solid-icon {
  color: #5e7f96;
  border-color: #56b0ee;
  background-color: transparent
}

.vc_color-info.vc_message_box-outline .vc_message_box-icon,
.vc_color-info.vc_message_box-solid-icon .vc_message_box-icon {
  color: #56b0ee
}

.vc_color-info.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #56b0ee
}

.vc_color-info.vc_message_box-3d {
  box-shadow: 0 5px 0 #9dd6fd
}

.vc_color-success.vc_message_box {
  color: #5e7f96;
  border-color: #cfebfe;
  background-color: #e6fdf8
}

.vc_color-success.vc_message_box .vc_message_box-icon {
  color: #1bbc9b
}

.vc_color-success.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #1bbc9b
}

.vc_color-success.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-success.vc_message_box-outline,
.vc_color-success.vc_message_box-solid-icon {
  color: #5e7f96;
  border-color: #1bbc9b;
  background-color: transparent
}

.vc_color-success.vc_message_box-outline .vc_message_box-icon,
.vc_color-success.vc_message_box-solid-icon .vc_message_box-icon {
  color: #1bbc9b
}

.vc_color-success.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #1bbc9b
}

.vc_color-success.vc_message_box-3d {
  box-shadow: 0 5px 0 #9dd6fd
}

.vc_color-warning.vc_message_box {
  color: #9d8967;
  border-color: #ffeccc;
  background-color: #fff4e2
}

.vc_color-warning.vc_message_box .vc_message_box-icon {
  color: #fcb53f
}

.vc_color-warning.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #fcb53f
}

.vc_color-warning.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-warning.vc_message_box-outline,
.vc_color-warning.vc_message_box-solid-icon {
  color: #9d8967;
  border-color: #fcb53f;
  background-color: transparent
}

.vc_color-warning.vc_message_box-outline .vc_message_box-icon,
.vc_color-warning.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fcb53f
}

.vc_color-warning.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #fcb53f
}

.vc_color-warning.vc_message_box-3d {
  box-shadow: 0 5px 0 #ffd999
}

.vc_color-danger.vc_message_box {
  color: #a85959;
  border-color: #fedede;
  background-color: #fdeaea
}

.vc_color-danger.vc_message_box .vc_message_box-icon {
  color: #ff7877
}

.vc_color-danger.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #ff7877
}

.vc_color-danger.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-danger.vc_message_box-outline,
.vc_color-danger.vc_message_box-solid-icon {
  color: #a85959;
  border-color: #ff7877;
  background-color: transparent
}

.vc_color-danger.vc_message_box-outline .vc_message_box-icon,
.vc_color-danger.vc_message_box-solid-icon .vc_message_box-icon {
  color: #ff7877
}

.vc_color-danger.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #ff7877
}

.vc_color-danger.vc_message_box-3d {
  box-shadow: 0 5px 0 #fdacac
}

.vc_color-alert-info.vc_message_box {
  color: #31708f;
  border-color: #bce8f1;
  background-color: #d9edf7
}

.vc_color-alert-info.vc_message_box .vc_message_box-icon {
  color: #67CCE0
}

.vc_color-alert-info.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #67CCE0
}

.vc_color-alert-info.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-alert-info.vc_message_box-outline,
.vc_color-alert-info.vc_message_box-solid-icon {
  color: #31708f;
  border-color: #67CCE0;
  background-color: transparent
}

.vc_color-alert-info.vc_message_box-outline .vc_message_box-icon,
.vc_color-alert-info.vc_message_box-solid-icon .vc_message_box-icon {
  color: #67CCE0
}

.vc_color-alert-info.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #67CCE0
}

.vc_color-alert-info.vc_message_box-3d {
  box-shadow: 0 5px 0 #91d9e8
}

.vc_color-alert-success.vc_message_box {
  color: #3c763d;
  border-color: #d6e9c6;
  background-color: #dff0d8
}

.vc_color-alert-success.vc_message_box .vc_message_box-icon {
  color: #9AD36A
}

.vc_color-alert-success.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #9AD36A
}

.vc_color-alert-success.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-alert-success.vc_message_box-outline,
.vc_color-alert-success.vc_message_box-solid-icon {
  color: #3c763d;
  border-color: #9AD36A;
  background-color: transparent
}

.vc_color-alert-success.vc_message_box-outline .vc_message_box-icon,
.vc_color-alert-success.vc_message_box-solid-icon .vc_message_box-icon {
  color: #9AD36A
}

.vc_color-alert-success.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #9AD36A
}

.vc_color-alert-success.vc_message_box-3d {
  box-shadow: 0 5px 0 #bbdba1
}

.vc_color-alert-warning.vc_message_box {
  color: #8a6d3b;
  border-color: #faebcc;
  background-color: #fcf8e3
}

.vc_color-alert-warning.vc_message_box .vc_message_box-icon {
  color: #F9CF79
}

.vc_color-alert-warning.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #F9CF79
}

.vc_color-alert-warning.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-alert-warning.vc_message_box-outline,
.vc_color-alert-warning.vc_message_box-solid-icon {
  color: #8a6d3b;
  border-color: #F9CF79;
  background-color: transparent
}

.vc_color-alert-warning.vc_message_box-outline .vc_message_box-icon,
.vc_color-alert-warning.vc_message_box-solid-icon .vc_message_box-icon {
  color: #F9CF79
}

.vc_color-alert-warning.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #F9CF79
}

.vc_color-alert-warning.vc_message_box-3d {
  box-shadow: 0 5px 0 #f5d89e
}

.vc_color-alert-danger.vc_message_box {
  color: #a94442;
  border-color: #ebccd1;
  background-color: #f2dede
}

.vc_color-alert-danger.vc_message_box .vc_message_box-icon {
  color: #EF8495
}

.vc_color-alert-danger.vc_message_box-solid {
  color: #fff;
  border-color: transparent;
  background-color: #EF8495
}

.vc_color-alert-danger.vc_message_box-solid .vc_message_box-icon {
  color: #fff
}

.vc_color-alert-danger.vc_message_box-outline,
.vc_color-alert-danger.vc_message_box-solid-icon {
  color: #a94442;
  border-color: #EF8495;
  background-color: transparent
}

.vc_color-alert-danger.vc_message_box-outline .vc_message_box-icon,
.vc_color-alert-danger.vc_message_box-solid-icon .vc_message_box-icon {
  color: #EF8495
}

.vc_color-alert-danger.vc_message_box-solid-icon .vc_message_box-icon {
  color: #fff;
  background-color: #EF8495
}

.vc_color-alert-danger.vc_message_box-3d {
  box-shadow: 0 5px 0 #dca7b0
}

.vc_color-black.vc_message_box .vc_message_box-icon {
  color: #fff
}

.vc_color-black.vc_message_box-outline,
.vc_color-black.vc_message_box-outline .vc_message_box-icon,
.vc_color-black.vc_message_box-solid-icon {
  color: #2A2A2A
}

.vc_color-grey.vc_message_box .vc_message_box-icon {
  color: #858585
}

.vc_color-white.vc_message_box .vc_message_box-icon {
  color: #b3b3b3
}

.vc_color-white.vc_message_box-outline,
.vc_color-white.vc_message_box-outline .vc_message_box-icon,
.vc_color-white.vc_message_box-solid-icon {
  color: #FFF
}

.vc_message_box-outline,
.vc_message_box-solid-icon {
  border-width: 2px
}

.vc_message_box-solid-icon .vc_message_box-icon {
  width: 3.25em
}

.vc_message_box-rounded {
  border-radius: 5px
}

.vc_message_box-round {
  border-radius: 4em
}

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

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

.wpb-content-wrapper {
  margin: 0;
  padding: 0;
  border: none;
  overflow: unset;
  display: block
}

.wpb-content--blank .wpb-content-wrapper {
  margin: 0 auto
}

@media (min-width:576px) {
  .wpb-content--blank .wpb-content-wrapper {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .wpb-content--blank .wpb-content-wrapper {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .wpb-content--blank .wpb-content-wrapper {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .wpb-content--blank .wpb-content-wrapper {
    max-width: 1140px
  }
}

.vc_parallax-inner iframe,
.vc_video-bg iframe {
  max-width: 1000%
}

.vc_parallax {
  position: relative;
  overflow: hidden
}

.vc_parallax>* {
  position: relative;
  z-index: 1
}

.vc_parallax .vc_parallax-inner {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-attachment: scroll;
  background-color: transparent;
  background-image: inherit;
  background-size: cover;
  z-index: 0;
  background-position: 50% 0
}

.vc_video-bg-container {
  position: relative
}

.vc_video-bg {
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0
}

.vc_row.vc_row-no-padding .vc_column-inner {
  padding-left: 0;
  padding-right: 0
}

.vc_row[data-vc-full-width] {
  transition: opacity .5s ease;
  overflow: hidden
}

.vc_row[data-vc-full-width].vc_hidden {
  opacity: 0
}

.vc_editor .vc_row[data-vc-full-width] {
  overflow: visible
}

.vc_row-no-padding .vc_inner {
  margin-left: 0;
  margin-right: 0
}

.vc_row.vc_row-o-full-height {
  min-height: 100vh
}

.vc_row.vc_row-flex {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap
}

.vc_row.vc_row-flex>.vc_column_container {
  display: flex
}

.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  z-index: 1
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .vc_row.vc_row-flex>.vc_column_container>.vc_column-inner>* {
    min-height: 1em
  }
}

.vc_row.vc_row-flex::after,
.vc_row.vc_row-flex::before {
  display: none
}

.vc_row.vc_row-o-columns-stretch {
  align-content: stretch
}

.vc_row.vc_row-o-columns-top {
  align-content: flex-start
}

.vc_row.vc_row-o-columns-bottom {
  align-content: flex-end
}

.vc_row.vc_row-o-columns-middle {
  align-content: center
}

.vc_row.vc_row-o-columns-bottom::after,
.vc_row.vc_row-o-columns-middle::after,
.vc_row.vc_row-o-columns-top::after {
  content: '';
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block
}

.vc_row.vc_row-o-content-top>.vc_column_container>.vc_column-inner {
  justify-content: flex-start
}

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.vc_column_container {
  align-items: flex-start
}

.vc_row.vc_row-o-content-bottom>.vc_column_container>.vc_column-inner {
  justify-content: flex-end
}

.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.vc_column_container {
  align-items: flex-end
}

.vc_row.vc_row-o-content-middle>.vc_column_container>.vc_column-inner {
  justify-content: center
}

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_column_container {
  align-items: center
}

.vc_column-inner::after,
.vc_column-inner::before {
  content: " ";
  display: table
}

.vc_ie-flexbox-fixer {
  display: flex;
  flex-direction: column
}

.vc_ie-flexbox-fixer>.vc_row {
  flex: 1 1 auto
}

.vc_row.vc_column-gap-1 {
  margin-left: -15.5px;
  margin-right: -15.5px
}

.vc_row.vc_column-gap-1>.vc_column_container {
  padding: .5px
}

.vc_row.vc_column-gap-2 {
  margin-left: -16px;
  margin-right: -16px
}

.vc_row.vc_column-gap-2>.vc_column_container {
  padding: 1px
}

.vc_row.vc_column-gap-3 {
  margin-left: -16.5px;
  margin-right: -16.5px
}

.vc_row.vc_column-gap-3>.vc_column_container {
  padding: 1.5px
}

.vc_row.vc_column-gap-4 {
  margin-left: -17px;
  margin-right: -17px
}

.vc_row.vc_column-gap-4>.vc_column_container {
  padding: 2px
}

.vc_row.vc_column-gap-5 {
  margin-left: -17.5px;
  margin-right: -17.5px
}

.vc_row.vc_column-gap-5>.vc_column_container {
  padding: 2.5px
}

.vc_row.vc_column-gap-10 {
  margin-left: -20px;
  margin-right: -20px
}

.vc_row.vc_column-gap-10>.vc_column_container {
  padding: 5px
}

.vc_row.vc_column-gap-15 {
  margin-left: -22.5px;
  margin-right: -22.5px
}

.vc_row.vc_column-gap-15>.vc_column_container {
  padding: 7.5px
}

.vc_row.vc_column-gap-20 {
  margin-left: -25px;
  margin-right: -25px
}

.vc_row.vc_column-gap-20>.vc_column_container {
  padding: 10px
}

.vc_row.vc_column-gap-25 {
  margin-left: -27.5px;
  margin-right: -27.5px
}

.vc_row.vc_column-gap-25>.vc_column_container {
  padding: 12.5px
}

.vc_row.vc_column-gap-30 {
  margin-left: -30px;
  margin-right: -30px
}

.vc_row.vc_column-gap-30>.vc_column_container {
  padding: 15px
}

.vc_row.vc_column-gap-35 {
  margin-left: -32.5px;
  margin-right: -32.5px
}

.vc_row.vc_column-gap-35>.vc_column_container {
  padding: 17.5px
}

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
.vc_section.vc_section-has-fill+.vc_section {
  padding-top: 35px
}

.vc_column_container {
  padding-left: 0;
  padding-right: 0
}

.vc_column_container>.vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%
}

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

.vc_section[data-vc-full-width] {
  transition: opacity .5s ease;
  overflow: hidden
}

.vc_section[data-vc-full-width].vc_hidden {
  opacity: 0
}

.vc_section[data-vc-full-width]>.vc_row {
  margin-left: 0;
  margin-right: 0
}

.vc_section[data-vc-stretch-content] {
  padding-left: 0;
  padding-right: 0
}

.vc_section.vc_row-o-full-height {
  min-height: 100vh
}

.vc_section.vc_section-flex {
  box-sizing: border-box;
  display: flex;
  flex-flow: column nowrap
}

.vc_section.vc_section-flex .vc_vc_row {
  width: 100%
}

.vc_section.vc_section-flex::after,
.vc_section.vc_section-flex::before {
  display: none
}

.vc_section.vc_section-o-content-top {
  justify-content: flex-start
}

.vc_section.vc_section-o-content-bottom {
  justify-content: flex-end
}

.vc_section.vc_section-o-content-middle {
  justify-content: center
}

.vc_section.vc_section-o-content-bottom::after,
.vc_section.vc_section-o-content-middle::after,
.vc_section.vc_section-o-content-top::after {
  content: '';
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block
}

.vc_row.vc_column-gap-1>.vc_vc_column>.vc_column_container,
.vc_row.vc_column-gap-1>.vc_vc_column_inner>.vc_column_container {
  padding-left: .5px;
  padding-right: .5px
}

.vc_row.vc_column-gap-2>.vc_vc_column>.vc_column_container,
.vc_row.vc_column-gap-2>.vc_vc_column_inner>.vc_column_container {
  padding-left: 1px;
  padding-right: 1px
}

.vc_row.vc_column-gap-3>.vc_vc_column>.vc_column_container,
.vc_row.vc_column-gap-3>.vc_vc_column_inner>.vc_column_container {
  padding-left: 1.5px;
  padding-right: 1.5px
}

.vc_row.vc_column-gap-4>.vc_vc_column>.vc_column_container,
.vc_row.vc_column-gap-4>.vc_vc_column_inner>.vc_column_container {
  padding-left: 2px;
  padding-right: 2px
}

.vc_row.vc_column-gap-5>.vc_vc_column>.vc_column_container,
.vc_row.vc_column-gap-5>.vc_vc_column_inner>.vc_column_container {
  padding-left: 2.5px;
  padding-right: 2.5px
}

.vc_row.vc_column-gap-10>.vc_vc_column>.vc_column_container,
.vc_row.vc_column-gap-10>.vc_vc_column_inner>.vc_column_container {
  padding-left: 5px;
  padding-right: 5px
}

.vc_row.vc_column-gap-15>.vc_vc_column>.vc_column_container,
.vc_row.vc_column-gap-15>.vc_vc_column_inner>.vc_column_container {
  padding-left: 7.5px;
  padding-right: 7.5px
}

.vc_row.vc_column-gap-20>.vc_vc_column>.vc_column_container,
.vc_row.vc_column-gap-20>.vc_vc_column_inner>.vc_column_container {
  padding-left: 10px;
  padding-right: 10px
}

.vc_row.vc_column-gap-25>.vc_vc_column>.vc_column_container,
.vc_row.vc_column-gap-25>.vc_vc_column_inner>.vc_column_container {
  padding-left: 12.5px;
  padding-right: 12.5px
}

.vc_row.vc_column-gap-30>.vc_vc_column>.vc_column_container,
.vc_row.vc_column-gap-30>.vc_vc_column_inner>.vc_column_container {
  padding-left: 15px;
  padding-right: 15px
}

.vc_row.vc_column-gap-35>.vc_vc_column>.vc_column_container,
.vc_row.vc_column-gap-35>.vc_vc_column_inner>.vc_column_container {
  padding-left: 17.5px;
  padding-right: 17.5px
}

.vc_vc_column,
.vc_vc_column_inner {
  padding-left: 0;
  padding-right: 0
}

.vc_row.vc_row-flex>.vc_vc_column,
.vc_row.vc_row-flex>.vc_vc_column_inner {
  display: flex
}

.vc_row.vc_row-flex>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-flex>.vc_vc_column_inner>.vc_column_container {
  display: flex;
  width: 100%
}

.vc_row.vc_row-flex>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-flex>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column
}

.vc_row.vc_row-o-equal-height>.vc_column_container {
  align-items: stretch
}

.vc_row.vc_row-o-content-top>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-o-content-top>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
  justify-content: flex-start
}

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container {
  align-items: flex-start
}

.vc_row.vc_row-o-content-bottom>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-o-content-bottom>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
  justify-content: flex-end
}

.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container {
  align-items: flex-end
}

.vc_row.vc_row-o-content-middle>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-o-content-middle>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
  justify-content: center
}

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container {
  align-items: center
}

.vc_empty-element>.vc_column-inner {
  min-height: 100px
}

.fb_type_standard,
.fb_type_standard iframe {
  height: 25px
}

.fb_type_button_count,
.fb_type_button_count iframe {
  height: 20px
}

.fb_type_box_count,
.fb_type_box_count iframe {
  height: 62px
}

.wpb_googleplus_type_standard {
  height: 25px
}

.wpb_googleplus_type_small {
  height: 19px
}

.wpb_googleplus_type_medium,
.wpb_googleplus_type_tall {
  height: 21px
}

.wpb_googleplus_type_tall.vc_googleplus-annotation-bubble {
  height: 62px
}

.wpb_pinterest a {
  border-bottom: 0
}

.wpb_pinterest_type_horizontal {
  height: 21px
}

.wpb_pinterest_type_vertical {
  box-sizing: content-box;
  padding-top: 29px;
  height: 21px
}

.wpb_pinterest_type_none {
  height: 21px
}

iframe.twitter-share-button {
  margin: 0
}

.vc_toggle {
  display: block;
  font-size: 1em
}

.vc_toggle:last-of-type {
  margin-bottom: 35px
}

.vc_toggle_title {
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  font-weight: 400
}

.vc_toggle_title>h4 {
  display: inline
}

.vc_toggle_icon {
  display: none;
  position: relative
}

.vc_toggle_content {
  display: none;
  margin-bottom: 21.74px;
  margin-top: 1em;
  overflow: hidden;
  padding: 0
}

.vc_toggle.vc_toggle_active>.vc_toggle_content {
  display: block
}

.vc_toggle_simple .vc_toggle_icon {
  border: 0 solid transparent;
  border-radius: 0;
  display: inline-block;
  height: 22px;
  width: 22px;
  background-color: transparent;
  margin-left: 2px
}

.vc_toggle_simple.vc_toggle_active .vc_toggle_icon::after {
  visibility: hidden
}

.vc_toggle_simple .vc_toggle_icon::before {
  height: 2px;
  width: 10px
}

.vc_toggle_simple .vc_toggle_icon::after {
  height: 10px;
  width: 2px
}

.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_simple .vc_toggle_icon::before {
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  background-color: #2A2A2A
}

.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #444
}

.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_round .vc_toggle_icon {
  border: 2px solid transparent;
  border-radius: 50%;
  display: inline-block;
  height: 22px;
  width: 22px;
  background-color: #2A2A2A
}

.vc_toggle_round.vc_toggle_active .vc_toggle_icon::after {
  visibility: hidden
}

.vc_toggle_round .vc_toggle_icon::before {
  height: 2px;
  width: 10px
}

.vc_toggle_round .vc_toggle_icon::after {
  height: 10px;
  width: 2px
}

.vc_toggle_round .vc_toggle_icon::after,
.vc_toggle_round .vc_toggle_icon::before {
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  background-color: #FFF
}

.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #2A2A2A
}

.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #2A2A2A
}

.vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #444
}

.vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #444
}

.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #444
}

.vc_toggle_rounded .vc_toggle_icon {
  border: 2px solid transparent;
  border-radius: 20%;
  display: inline-block;
  height: 22px;
  width: 22px;
  background-color: #2A2A2A
}

.vc_toggle_rounded.vc_toggle_active .vc_toggle_icon::after {
  visibility: hidden
}

.vc_toggle_rounded .vc_toggle_icon::before {
  height: 2px;
  width: 10px
}

.vc_toggle_rounded .vc_toggle_icon::after {
  height: 10px;
  width: 2px
}

.vc_toggle_rounded .vc_toggle_icon::after,
.vc_toggle_rounded .vc_toggle_icon::before {
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  background-color: #FFF
}

.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #2A2A2A
}

.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #2A2A2A
}

.vc_toggle_rounded .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #444
}

.vc_toggle_rounded .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_rounded .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #444
}

.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #444
}

.vc_toggle_square .vc_toggle_icon {
  border: 2px solid transparent;
  border-radius: 0;
  display: inline-block;
  height: 22px;
  width: 22px;
  background-color: #2A2A2A
}

.vc_toggle_square.vc_toggle_active .vc_toggle_icon::after {
  visibility: hidden
}

.vc_toggle_square .vc_toggle_icon::before {
  height: 2px;
  width: 10px
}

.vc_toggle_square .vc_toggle_icon::after {
  height: 10px;
  width: 2px
}

.vc_toggle_square .vc_toggle_icon::after,
.vc_toggle_square .vc_toggle_icon::before {
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  background-color: #FFF
}

.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #2A2A2A
}

.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #2A2A2A
}

.vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #444
}

.vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #444
}

.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #444
}

.vc_toggle_text_only .vc_toggle_icon {
  display: none
}

.vc_toggle_arrow .vc_toggle_icon {
  display: inline-block
}

.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_arrow .vc_toggle_icon::before {
  content: '';
  border-style: solid;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  transform: rotate(45deg)
}

.vc_toggle_arrow .vc_toggle_icon::before {
  border-left: none;
  border-top: none
}

.vc_toggle_arrow .vc_toggle_icon::after {
  border-right: none;
  border-bottom: none;
  visibility: hidden
}

.vc_toggle_arrow.vc_toggle_active .vc_toggle_icon::before {
  visibility: hidden
}

.vc_toggle_arrow.vc_toggle_active .vc_toggle_icon::after {
  visibility: visible
}

.vc_toggle.vc_toggle_arrow .vc_toggle_icon {
  height: 22px;
  width: 22px;
  background: 0 0
}

.vc_toggle.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle.vc_toggle_arrow .vc_toggle_icon::before {
  border-width: 2px;
  height: 10px;
  margin-left: -5px;
  width: 10px;
  border-color: #2A2A2A;
  background: 0 0
}

.vc_toggle.vc_toggle_arrow .vc_toggle_icon::before {
  margin-top: -10px
}

.vc_toggle.vc_toggle_arrow .vc_toggle_icon::after {
  margin-top: -5px
}

.vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #444;
  background: 0 0
}

.vc_toggle_default .vc_toggle_icon {
  background: #bababa;
  border: 1px solid #acacac;
  box-sizing: border-box;
  transform: translate(0, -50%)
}

.vc_toggle_default .vc_toggle_icon::after,
.vc_toggle_default .vc_toggle_icon::before {
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  background: #bababa
}

.vc_toggle_default .vc_toggle_icon::before {
  border: 1px solid #acacac
}

.vc_toggle_default.vc_toggle_active .vc_toggle_icon::after,
.vc_toggle_default.vc_toggle_active .vc_toggle_icon::before {
  visibility: hidden
}

.vc_toggle.vc_toggle_default .vc_toggle_icon {
  display: inline-block;
  width: 10px;
  margin-left: 5px;
  height: 4px
}

.vc_toggle.vc_toggle_default .vc_toggle_icon::before {
  height: 10px;
  width: 4px
}

.vc_toggle.vc_toggle_default .vc_toggle_icon::after {
  width: 8px;
  height: 2px
}

.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #5472D2
}

.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #7c93dd
}

.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_blue .vc_toggle_icon {
  background-color: #5472D2;
  border-color: transparent
}

.vc_toggle_color_blue .vc_toggle_icon::after,
.vc_toggle_color_blue .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #5472D2
}

.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #5472D2
}

.vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #7c93dd
}

.vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #7c93dd
}

.vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon,
.vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon::before {
  border-color: #3354c0;
  background: #5472D2
}

.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #7c93dd
}

.vc_toggle_color_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #5472d2;
  background: #7c93dd
}

.vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon::after {
  background: #5472D2
}

.vc_toggle_color_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #7c93dd
}

.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #5472D2;
  background: 0 0
}

.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #7c93dd;
  background: 0 0
}

.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #00C1CF
}

.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #00919c
}

.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_turquoise .vc_toggle_icon {
  background-color: #00C1CF;
  border-color: transparent
}

.vc_toggle_color_turquoise .vc_toggle_icon::after,
.vc_toggle_color_turquoise .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #00C1CF
}

.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon,
.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon::before {
  border-color: #00919c;
  background: #00C1CF
}

.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #00C1CF
}

.vc_toggle_color_turquoise .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #00919c
}

.vc_toggle_color_turquoise .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_turquoise .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #00919c
}

.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #00919c
}

.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #006269;
  background: #00919c
}

.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon::after {
  background: #00C1CF
}

.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #00919c
}

.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #00C1CF;
  background: 0 0
}

.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #00919c;
  background: 0 0
}

.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #FE6C61
}

.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #fe9b94
}

.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_pink .vc_toggle_icon {
  background-color: #FE6C61;
  border-color: transparent
}

.vc_toggle_color_pink .vc_toggle_icon::after,
.vc_toggle_color_pink .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #FE6C61
}

.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #FE6C61
}

.vc_toggle_color_pink .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #fe9b94
}

.vc_toggle_color_pink .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_pink .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #fe9b94
}

.vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon,
.vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon::before {
  border-color: #fe3d2e;
  background: #FE6C61
}

.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #fe9b94
}

.vc_toggle_color_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #fe6c61;
  background: #fe9b94
}

.vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon::after {
  background: #FE6C61
}

.vc_toggle_color_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #fe9b94
}

.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #FE6C61;
  background: 0 0
}

.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #fe9b94;
  background: 0 0
}

.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #8D6DC4
}

.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #a991d3
}

.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_violet .vc_toggle_icon {
  background-color: #8D6DC4;
  border-color: transparent
}

.vc_toggle_color_violet .vc_toggle_icon::after,
.vc_toggle_color_violet .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #8D6DC4
}

.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #8D6DC4
}

.vc_toggle_color_violet .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #a991d3
}

.vc_toggle_color_violet .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_violet .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #a991d3
}

.vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon,
.vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon::before {
  border-color: #7149b5;
  background: #8D6DC4
}

.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #a991d3
}

.vc_toggle_color_violet.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_violet.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #8d6dc4;
  background: #a991d3
}

.vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon::after {
  background: #8D6DC4
}

.vc_toggle_color_violet.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #a991d3
}

.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #8D6DC4;
  background: 0 0
}

.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #a991d3;
  background: 0 0
}

.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #4CADC9
}

.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #73bfd5
}

.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_peacoc .vc_toggle_icon {
  background-color: #4CADC9;
  border-color: transparent
}

.vc_toggle_color_peacoc .vc_toggle_icon::after,
.vc_toggle_color_peacoc .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #4CADC9
}

.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #4CADC9
}

.vc_toggle_color_peacoc .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #73bfd5
}

.vc_toggle_color_peacoc .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_peacoc .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #73bfd5
}

.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon,
.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon::before {
  border-color: #3492ae;
  background: #4CADC9
}

.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #73bfd5
}

.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #4cadc9;
  background: #73bfd5
}

.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon::after {
  background: #4CADC9
}

.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #73bfd5
}

.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #4CADC9;
  background: 0 0
}

.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #73bfd5;
  background: 0 0
}

.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #CEC2AB
}

.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #e1d9cb
}

.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_chino .vc_toggle_icon {
  background-color: #CEC2AB;
  border-color: transparent
}

.vc_toggle_color_chino .vc_toggle_icon::after,
.vc_toggle_color_chino .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #CEC2AB
}

.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #CEC2AB
}

.vc_toggle_color_chino .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #e1d9cb
}

.vc_toggle_color_chino .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_chino .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #e1d9cb
}

.vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon,
.vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon::before {
  border-color: #bbab8b;
  background: #CEC2AB
}

.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #e1d9cb
}

.vc_toggle_color_chino.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_chino.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #cec2ab;
  background: #e1d9cb
}

.vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon::after {
  background: #CEC2AB
}

.vc_toggle_color_chino.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #e1d9cb
}

.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #CEC2AB;
  background: 0 0
}

.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #e1d9cb;
  background: 0 0
}

.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #50485B
}

.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #695f77
}

.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_mulled_wine .vc_toggle_icon {
  background-color: #50485B;
  border-color: transparent
}

.vc_toggle_color_mulled_wine .vc_toggle_icon::after,
.vc_toggle_color_mulled_wine .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #50485B
}

.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #50485B
}

.vc_toggle_color_mulled_wine .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #695f77
}

.vc_toggle_color_mulled_wine .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_mulled_wine .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #695f77
}

.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon,
.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon::before {
  border-color: #37313f;
  background: #50485B
}

.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #695f77
}

.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #50485b;
  background: #695f77
}

.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon::after {
  background: #50485B
}

.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #695f77
}

.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #50485B;
  background: 0 0
}

.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #695f77;
  background: 0 0
}

.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #75D69C
}

.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #9ce2b8
}

.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_vista_blue .vc_toggle_icon {
  background-color: #75D69C;
  border-color: transparent
}

.vc_toggle_color_vista_blue .vc_toggle_icon::after,
.vc_toggle_color_vista_blue .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #75D69C
}

.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #75D69C
}

.vc_toggle_color_vista_blue .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #9ce2b8
}

.vc_toggle_color_vista_blue .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_vista_blue .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #9ce2b8
}

.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon,
.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon::before {
  border-color: #4eca80;
  background: #75D69C
}

.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #9ce2b8
}

.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #75d69c;
  background: #9ce2b8
}

.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon::after {
  background: #75D69C
}

.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #9ce2b8
}

.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #75D69C;
  background: 0 0
}

.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #9ce2b8;
  background: 0 0
}

.vc_toggle_color_black.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_black.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_black.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #2A2A2A
}

.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #444
}

.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_black .vc_toggle_icon {
  background-color: #2A2A2A;
  border-color: transparent
}

.vc_toggle_color_black .vc_toggle_icon::after,
.vc_toggle_color_black .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #2A2A2A
}

.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #2A2A2A
}

.vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #444
}

.vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #444
}

.vc_toggle_color_black.vc_toggle_default .vc_toggle_icon,
.vc_toggle_color_black.vc_toggle_default .vc_toggle_icon::before {
  border-color: #101010;
  background: #2A2A2A
}

.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #444
}

.vc_toggle_color_black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #2a2a2a;
  background: #444
}

.vc_toggle_color_black.vc_toggle_default .vc_toggle_icon::after {
  background: #2A2A2A
}

.vc_toggle_color_black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #444
}

.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #2A2A2A;
  background: 0 0
}

.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #444;
  background: 0 0
}

.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #EBEBEB
}

.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #d2d2d2
}

.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_grey .vc_toggle_icon {
  background-color: #EBEBEB;
  border-color: transparent
}

.vc_toggle_color_grey .vc_toggle_icon::after,
.vc_toggle_color_grey .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #EBEBEB
}

.vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon,
.vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon::before {
  border-color: #d2d2d2;
  background: #EBEBEB
}

.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #EBEBEB
}

.vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #d2d2d2
}

.vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #d2d2d2
}

.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #d2d2d2
}

.vc_toggle_color_grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #b8b8b8;
  background: #d2d2d2
}

.vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon::after {
  background: #EBEBEB
}

.vc_toggle_color_grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #d2d2d2
}

.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #EBEBEB;
  background: 0 0
}

.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #d2d2d2;
  background: 0 0
}

.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #F7BE68
}

.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #fad398
}

.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_orange .vc_toggle_icon {
  background-color: #F7BE68;
  border-color: transparent
}

.vc_toggle_color_orange .vc_toggle_icon::after,
.vc_toggle_color_orange .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #F7BE68
}

.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #F7BE68
}

.vc_toggle_color_orange .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #fad398
}

.vc_toggle_color_orange .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_orange .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #fad398
}

.vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon,
.vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon::before {
  border-color: #f4a938;
  background: #F7BE68
}

.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #fad398
}

.vc_toggle_color_orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #f7be68;
  background: #fad398
}

.vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon::after {
  background: #F7BE68
}

.vc_toggle_color_orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #fad398
}

.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #F7BE68;
  background: 0 0
}

.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #fad398;
  background: 0 0
}

.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #5AA1E3
}

.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #86baea
}

.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_sky .vc_toggle_icon {
  background-color: #5AA1E3;
  border-color: transparent
}

.vc_toggle_color_sky .vc_toggle_icon::after,
.vc_toggle_color_sky .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #5AA1E3
}

.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #5AA1E3
}

.vc_toggle_color_sky .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #86baea
}

.vc_toggle_color_sky .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_sky .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #86baea
}

.vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon,
.vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon::before {
  border-color: #2e88dc;
  background: #5AA1E3
}

.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #86baea
}

.vc_toggle_color_sky.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_sky.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #5aa1e3;
  background: #86baea
}

.vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon::after {
  background: #5AA1E3
}

.vc_toggle_color_sky.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #86baea
}

.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #5AA1E3;
  background: 0 0
}

.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #86baea;
  background: 0 0
}

.vc_toggle_color_green.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_green.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_green.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #6DAB3C
}

.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_green.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_green.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_green.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #87c456
}

.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_green .vc_toggle_icon {
  background-color: #6DAB3C;
  border-color: transparent
}

.vc_toggle_color_green .vc_toggle_icon::after,
.vc_toggle_color_green .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #6DAB3C
}

.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #6DAB3C
}

.vc_toggle_color_green .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #87c456
}

.vc_toggle_color_green .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_green .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #87c456
}

.vc_toggle_color_green.vc_toggle_default .vc_toggle_icon,
.vc_toggle_color_green.vc_toggle_default .vc_toggle_icon::before {
  border-color: #55852f;
  background: #6DAB3C
}

.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #87c456
}

.vc_toggle_color_green.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_green.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #6dab3c;
  background: #87c456
}

.vc_toggle_color_green.vc_toggle_default .vc_toggle_icon::after {
  background: #6DAB3C
}

.vc_toggle_color_green.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #87c456
}

.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #6DAB3C;
  background: 0 0
}

.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #87c456;
  background: 0 0
}

.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #F4524D
}

.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #f7817d
}

.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_juicy_pink .vc_toggle_icon {
  background-color: #F4524D;
  border-color: transparent
}

.vc_toggle_color_juicy_pink .vc_toggle_icon::after,
.vc_toggle_color_juicy_pink .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #F4524D
}

.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #F4524D
}

.vc_toggle_color_juicy_pink .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #f7817d
}

.vc_toggle_color_juicy_pink .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_juicy_pink .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #f7817d
}

.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon,
.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon::before {
  border-color: #f1231d;
  background: #F4524D
}

.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #f7817d
}

.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #f4524d;
  background: #f7817d
}

.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon::after {
  background: #F4524D
}

.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #f7817d
}

.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #F4524D;
  background: 0 0
}

.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #f7817d;
  background: 0 0
}

.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #F79468
}

.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #fab698
}

.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_sandy_brown .vc_toggle_icon {
  background-color: #F79468;
  border-color: transparent
}

.vc_toggle_color_sandy_brown .vc_toggle_icon::after,
.vc_toggle_color_sandy_brown .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #F79468
}

.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #F79468
}

.vc_toggle_color_sandy_brown .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #fab698
}

.vc_toggle_color_sandy_brown .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_sandy_brown .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #fab698
}

.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon,
.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon::before {
  border-color: #f47238;
  background: #F79468
}

.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #fab698
}

.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #f79468;
  background: #fab698
}

.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon::after {
  background: #F79468
}

.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #fab698
}

.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #F79468;
  background: 0 0
}

.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #fab698;
  background: 0 0
}

.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #B97EBB
}

.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #cb9fcd
}

.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_purple .vc_toggle_icon {
  background-color: #B97EBB;
  border-color: transparent
}

.vc_toggle_color_purple .vc_toggle_icon::after,
.vc_toggle_color_purple .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #B97EBB
}

.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #B97EBB
}

.vc_toggle_color_purple .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #cb9fcd
}

.vc_toggle_color_purple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_purple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #cb9fcd
}

.vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon,
.vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon::before {
  border-color: #a75da9;
  background: #B97EBB
}

.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #cb9fcd
}

.vc_toggle_color_purple.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_purple.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #b97ebb;
  background: #cb9fcd
}

.vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon::after {
  background: #B97EBB
}

.vc_toggle_color_purple.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #cb9fcd
}

.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #B97EBB;
  background: 0 0
}

.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #cb9fcd;
  background: 0 0
}

.vc_toggle_color_white.vc_toggle_simple .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_white.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_color_white.vc_toggle_simple .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #e6e6e6
}

.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: transparent
}

.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: transparent
}

.vc_toggle_color_white .vc_toggle_icon {
  background-color: #FFF;
  border-color: transparent
}

.vc_toggle_color_white .vc_toggle_icon::after,
.vc_toggle_color_white .vc_toggle_icon::before {
  background-color: #2A2A2A
}

.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon {
  background-color: transparent;
  border-color: #FFF
}

.vc_toggle_color_white.vc_toggle_default .vc_toggle_icon,
.vc_toggle_color_white.vc_toggle_default .vc_toggle_icon::before {
  border-color: #e6e6e6;
  background: #FFF
}

.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon::before {
  background-color: #FFF
}

.vc_toggle_color_white .vc_toggle_title:hover .vc_toggle_icon {
  background-color: #e6e6e6
}

.vc_toggle_color_white .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_white .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #2A2A2A
}

.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  background-color: transparent;
  border-color: #e6e6e6
}

.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
  background-color: #e6e6e6
}

.vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,
.vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #ccc;
  background: #e6e6e6
}

.vc_toggle_color_white.vc_toggle_default .vc_toggle_icon::after {
  background: #FFF
}

.vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
  background: #e6e6e6
}

.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #FFF;
  background: 0 0
}

.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
  background: 0 0
}

.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
  border-color: #e6e6e6;
  background: 0 0
}

.vc_toggle_size_sm .vc_toggle_icon::before {
  height: 2px;
  width: 8px
}

.vc_toggle_size_sm .vc_toggle_icon::after {
  height: 8px;
  width: 2px
}

.vc_toggle_size_sm.vc_toggle_default .vc_toggle_icon {
  display: inline-block;
  width: 8px;
  margin-left: 4px;
  height: 2px
}

.vc_toggle_size_sm.vc_toggle_default .vc_toggle_icon::before {
  height: 8px;
  width: 2px
}

.vc_toggle_size_sm.vc_toggle_default .vc_toggle_icon::after {
  width: 6px;
  height: 0
}

.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon {
  height: 16px;
  width: 16px
}

.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::before {
  border-width: 2px;
  height: 8px;
  margin-left: -4px;
  width: 8px
}

.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::before {
  margin-top: -8px
}

.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::after {
  margin-top: -4px
}

.vc_toggle_size_sm.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_sm.vc_toggle_round .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_round .vc_toggle_title,
.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_title,
.vc_toggle_size_sm.vc_toggle_simple .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_simple .vc_toggle_title,
.vc_toggle_size_sm.vc_toggle_square .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_square .vc_toggle_title {
  padding-left: 24px
}

.vc_toggle_size_sm.vc_toggle_default .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_round .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_round .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_square .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_square .vc_toggle_title .vc_toggle_icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%)
}

.vc_toggle_size_sm.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_title {
  padding-left: 17.6px
}

.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon {
  margin-left: 8px
}

.vc_toggle_size_md .vc_toggle_icon {
  height: 22px;
  width: 22px
}

.vc_toggle_size_md .vc_toggle_icon::before {
  height: 2px;
  width: 10px
}

.vc_toggle_size_md .vc_toggle_icon::after {
  height: 10px;
  width: 2px
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
  display: inline-block;
  width: 10px;
  margin-left: 5px;
  height: 4px
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
  height: 10px;
  width: 4px
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::after {
  width: 8px;
  height: 2px
}

.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {
  height: 22px;
  width: 22px
}

.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::before {
  border-width: 2px;
  height: 10px;
  margin-left: -5px;
  width: 10px
}

.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::before {
  margin-top: -10px
}

.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::after {
  margin-top: -5px
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_round .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_round .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_square .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_square .vc_toggle_title {
  padding-left: 33px
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_round .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_round .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_square .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_square .vc_toggle_title .vc_toggle_icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%)
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
  padding-left: 24.2px
}

.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {
  margin-left: 11px
}

.vc_toggle_size_lg .vc_toggle_icon {
  height: 28px;
  width: 28px
}

.vc_toggle_size_lg .vc_toggle_icon::before {
  height: 2px;
  width: 14px
}

.vc_toggle_size_lg .vc_toggle_icon::after {
  height: 14px;
  width: 2px
}

.vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon {
  display: inline-block;
  width: 14px;
  margin-left: 7px;
  height: 4px
}

.vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon::before {
  height: 14px;
  width: 4px
}

.vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon::after {
  width: 12px;
  height: 2px
}

.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon {
  height: 28px;
  width: 28px
}

.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::before {
  border-width: 2px;
  height: 14px;
  margin-left: -7px;
  width: 14px
}

.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::before {
  margin-top: -14px
}

.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::after {
  margin-top: -7px
}

.vc_toggle_size_lg.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_lg.vc_toggle_round .vc_toggle_content,
.vc_toggle_size_lg.vc_toggle_round .vc_toggle_title,
.vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_content,
.vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_title,
.vc_toggle_size_lg.vc_toggle_simple .vc_toggle_content,
.vc_toggle_size_lg.vc_toggle_simple .vc_toggle_title,
.vc_toggle_size_lg.vc_toggle_square .vc_toggle_content,
.vc_toggle_size_lg.vc_toggle_square .vc_toggle_title {
  padding-left: 42px
}

.vc_toggle_size_lg.vc_toggle_default .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_round .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_round .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_square .vc_toggle_content .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_square .vc_toggle_title .vc_toggle_icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%)
}

.vc_toggle_size_lg.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_title {
  padding-left: 30.8px
}

.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon {
  margin-left: 14px
}

.vc_toggle_default .vc_toggle_content,
.vc_toggle_default .vc_toggle_title,
.vc_toggle_round .vc_toggle_content,
.vc_toggle_round .vc_toggle_title,
.vc_toggle_rounded .vc_toggle_content,
.vc_toggle_rounded .vc_toggle_title,
.vc_toggle_simple .vc_toggle_content,
.vc_toggle_simple .vc_toggle_title,
.vc_toggle_square .vc_toggle_content,
.vc_toggle_square .vc_toggle_title {
  padding-left: 33px
}

.vc_toggle_default .vc_toggle_content .vc_toggle_icon,
.vc_toggle_default .vc_toggle_title .vc_toggle_icon,
.vc_toggle_round .vc_toggle_content .vc_toggle_icon,
.vc_toggle_round .vc_toggle_title .vc_toggle_icon,
.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,
.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,
.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,
.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,
.vc_toggle_square .vc_toggle_content .vc_toggle_icon,
.vc_toggle_square .vc_toggle_title .vc_toggle_icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%)
}

.vc_toggle_default .vc_toggle_content,
.vc_toggle_default .vc_toggle_title {
  padding-left: 24.2px
}

.vc_toggle_arrow .vc_toggle_icon {
  margin-left: 11px
}

.wpb-tta-toggle {
  appearance: none;
  border: none;
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  margin: 0 15px;
  border-radius: 3em;
  transition: background .2s ease-in-out, border-color .25s ease-in-out;
  cursor: pointer
}

.wpb-tta-toggle:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: inherit;
  transition: left .25s ease-in-out
}

.wpb-tta-toggle.wpb-tta-toggle-active:before {
  left: 34px
}

.wpb-wrapper-tta-toggle .vc_pagination.vc_pagination-style-outline.vc_pagination-shape-square {
  padding: 0;
  margin: 0;
  height: 0;
  width: 0;
  text-align: left
}

.wpb-tta-toggle-wrapper {
  display: flex;
  justify-content: center;
  align-items: center
}

.wpb-tta-toggle-wrapper .vc_custom_heading {
  display: inline
}

.wpb-wrapper-tta-toggle .vc_tta-tabs.vc_tta-has-pagination.vc_tta-tabs-position-bottom {
  padding-top: 10px
}

.compose-mode .wpb-wrapper-tta-toggle.wpb-toggle-position-top .vc_controls>.vc_controls-out-tr {
  top: -70px
}

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

.wpb_button {
  display: inline-block;
  padding: 4px 10px;
  margin-top: 0;
  font-size: 13px;
  line-height: 18px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
  cursor: pointer;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: none;
  border-color: rgba(0, 0, 0, .1)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_black .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_blue .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_green .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_orange .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_red .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_turquoise .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-blue .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-chino .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-mulled-wine .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-peacoc .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-pink .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-turquoise .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-violet .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista-blue .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista_blue .vc_label,
.vc_progress_bar.vc_progress-bar-color-bar_black .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-bar_blue .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-bar_green .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-bar_orange .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-bar_red .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-bar_turquoise .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-black .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-blue .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-chino .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-mulled-wine .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-peacoc .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-pink .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-turquoise .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-violet .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-vista-blue .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-vista_blue .vc_single_bar .vc_label {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  color: #fff
}

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

.vc_vc_button .vc_btn,
.vc_vc_button2 .vc_btn {
  margin-top: 5px;
  margin-bottom: 5px
}

.wpb_button:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  transition: background-color .1s linear;
  background-image: none
}

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

.wpb_button.active,
.wpb_button:active {
  background-color: #e6e6e6;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

button.wpb_btn-large,
span.wpb_btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  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-danger,
.wpb_btn-danger:hover,
.wpb_btn-info,
.wpb_btn-info:hover,
.wpb_btn-inverse,
.wpb_btn-inverse:hover,
.wpb_btn-primary,
.wpb_btn-primary:hover,
.wpb_btn-success,
.wpb_btn-success:hover,
.wpb_btn-warning,
.wpb_btn-warning:hover {
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

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

.wpb_btn-primary {
  background-color: #08c
}

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

.wpb_btn-warning {
  background-color: #F90
}

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

.wpb_btn-danger {
  background-color: #FF675B
}

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

.wpb_btn-success {
  background-color: #6AB165
}

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

.wpb_btn-info {
  background-color: #58B9DA
}

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

.wpb_btn-inverse {
  background-color: #555
}

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

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

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

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

.vc_btn3-container {
  display: block;
  margin-bottom: 21.74px;
  max-width: 100%
}

.vc_btn3-container.vc_btn3-inline {
  display: inline-block;
  vertical-align: top
}

.vc_general.vc_btn3 {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: transparent;
  color: #5472D2;
  border: 1px solid transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  top: 0;
  transition: all .2s ease-in-out;
  line-height: normal;
  box-shadow: none;
  font-size: 14px;
  padding: 14px 20px
}

.vc_general.vc_btn3.vc_btn3-style-outline,
.vc_general.vc_btn3.vc_btn3-style-outline-custom {
  padding: 13px 19px
}

.vc_general.vc_btn3.active,
.vc_general.vc_btn3:active,
.vc_general.vc_btn3:focus {
  outline: 0
}

.vc_general.vc_btn3:focus,
.vc_general.vc_btn3:hover {
  border: 1px solid transparent;
  text-decoration: none;
  color: #4868cf
}

.vc_general.vc_btn3 .vc_btn3-icon {
  vertical-align: top;
  height: 14px;
  line-height: 1;
  font-size: 16px
}

.vc_general.vc_btn3 .vc_btn3-icon-inner {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%)
}

.vc_general.vc_btn3 .vc_btn3-placeholder {
  display: inline-block;
  vertical-align: top;
  width: 0
}

.vc_btn3.vc_btn3-icon-left,
.vc_btn3.vc_btn3-icon-right {
  position: relative
}

.vc_btn3.vc_btn3-icon-left .vc_btn3-icon,
.vc_btn3.vc_btn3-icon-right .vc_btn3-icon {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%)
}

.vc_btn3.vc_btn3-icon-left {
  text-align: left
}

.vc_btn3.vc_btn3-icon-right {
  text-align: right
}

.vc_btn3.vc_btn3-icon-right:not(.vc_btn3-block) .vc_btn3-icon-inner {
  transform: translate(-75%, -50%)
}

.vc_btn3.vc_btn3-o-empty .vc_btn3-icon {
  transform: translate(-50%, -50%)
}

.vc_btn3.vc_btn3-o-empty:not(.vc_btn3-block) .vc_btn3-icon-inner {
  transform: translate(-50%, -50%)
}

.vc_btn3.vc_btn3-style-classic {
  border-color: rgba(0, 0, 0, .1)
}

.vc_btn3.vc_btn3-style-modern {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .01) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#03ffffff', GradientType=0)
}

.vc_btn3.vc_btn3-style-outline,
.vc_btn3.vc_btn3-style-outline-custom,
.vc_btn3.vc_btn3-style-outline-custom:focus,
.vc_btn3.vc_btn3-style-outline-custom:hover,
.vc_btn3.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-style-outline:hover {
  border-width: 2px
}

.vc_btn3.vc_btn3-style-custom {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
  background-repeat: repeat-x;
  background-size: 200%;
  background-position: 0 -100%
}

.vc_btn3.vc_btn3-style-custom:focus,
.vc_btn3.vc_btn3-style-custom:hover {
  background-position: 0 100%
}

.vc_btn3.vc_btn3-block {
  display: block;
  width: 100%;
  text-align: inherit
}

.vc_btn3.vc_btn3-shape-square {
  border-radius: 0
}

.vc_btn3.vc_btn3-shape-rounded {
  border-radius: 5px
}

.vc_btn3.vc_btn3-shape-round {
  border-radius: 2em
}

.vc_btn3.vc_btn3-size-xs {
  font-size: 11px;
  padding: 8px 12px
}

.vc_btn3.vc_btn3-size-xs.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-xs.vc_btn3-style-outline-custom {
  padding: 7px 11px
}

.vc_btn3.vc_btn3-size-xs .vc_btn3-icon {
  font-size: 14px;
  height: 11px;
  line-height: 11px
}

.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
  padding-left: 31px
}

.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
  left: 12px
}

.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
  padding-right: 31px
}

.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
  right: 12px
}

.vc_btn3.vc_btn3-size-sm {
  font-size: 12px;
  padding: 11px 16px
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline-custom {
  padding: 10px 15px
}

.vc_btn3.vc_btn3-size-sm .vc_btn3-icon {
  font-size: 14px;
  height: 12px;
  line-height: 12px
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
  padding-left: 39px
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
  left: 16px
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
  padding-right: 39px
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
  right: 16px
}

.vc_btn3.vc_btn3-size-md {
  font-size: 14px;
  padding: 14px 20px
}

.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom {
  padding: 13px 19px
}

.vc_btn3.vc_btn3-size-md .vc_btn3-icon {
  font-size: 16px;
  height: 14px;
  line-height: 14px
}

.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
  padding-left: 48px
}

.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
  left: 20px
}

.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
  padding-right: 48px
}

.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
  right: 20px
}

.vc_btn3.vc_btn3-size-lg {
  font-size: 16px;
  padding: 18px 25px
}

.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom {
  padding: 17px 24px
}

.vc_btn3.vc_btn3-size-lg .vc_btn3-icon {
  font-size: 20px;
  height: 16px;
  line-height: 16px
}

.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
  padding-left: 60px
}

.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
  left: 25px
}

.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
  padding-right: 60px
}

.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
  right: 25px
}

.vc_btn3.vc_btn3-color-blue,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
  color: #fff;
  background-color: #5472D2
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-blue:focus,
.vc_btn3.vc_btn3-color-blue:hover {
  color: #f7f7f7;
  background-color: #3c5ecc
}

.vc_btn3.vc_btn3-color-blue.active,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-blue:active {
  color: #f2f2f2;
  background-color: #3558c8
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline {
  color: #5472D2;
  border-color: #5472D2;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #5472D2;
  background-color: #5472D2
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d {
  color: #fff;
  background-color: #5472D2;
  box-shadow: 0 5px 0 #3253bc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #5472D2;
  top: 3px;
  box-shadow: 0 2px 0 #3253bc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #5472D2
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #3253bc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #3253bc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #3253bc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #3253bc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #3253bc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #3253bc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern {
  color: #fff;
  border-color: #5472D2;
  background-color: #5472D2
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #3c5ecc;
  background-color: #3c5ecc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #3558c8;
  background-color: #3558c8
}

.vc_btn3.vc_btn3-color-turquoise,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat {
  color: #fff;
  background-color: #00C1CF
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-turquoise:focus,
.vc_btn3.vc_btn3-color-turquoise:hover {
  color: #f7f7f7;
  background-color: #00a4b0
}

.vc_btn3.vc_btn3-color-turquoise.active,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-turquoise:active {
  color: #f2f2f2;
  background-color: #009ba6
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline {
  color: #00C1CF;
  border-color: #00C1CF;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #00C1CF;
  background-color: #00C1CF
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d {
  color: #fff;
  background-color: #00C1CF;
  box-shadow: 0 5px 0 #008d97
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #00C1CF;
  top: 3px;
  box-shadow: 0 2px 0 #008d97
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #00C1CF
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #008d97
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #008d97
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #008d97
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #008d97
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #008d97
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #008d97
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern {
  color: #fff;
  border-color: #00C1CF;
  background-color: #00C1CF
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #00a4b0;
  background-color: #00a4b0
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #009ba6;
  background-color: #009ba6
}

.vc_btn3.vc_btn3-color-pink,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat {
  color: #fff;
  background-color: #FE6C61
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-pink:focus,
.vc_btn3.vc_btn3-color-pink:hover {
  color: #f7f7f7;
  background-color: #fe5043
}

.vc_btn3.vc_btn3-color-pink.active,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-pink:active {
  color: #f2f2f2;
  background-color: #fe4638
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline {
  color: #FE6C61;
  border-color: #FE6C61;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #FE6C61;
  background-color: #FE6C61
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d {
  color: #fff;
  background-color: #FE6C61;
  box-shadow: 0 5px 0 #fe3829
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #FE6C61;
  top: 3px;
  box-shadow: 0 2px 0 #fe3829
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #FE6C61
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #fe3829
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #fe3829
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #fe3829
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #fe3829
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #fe3829
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #fe3829
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern {
  color: #fff;
  border-color: #FE6C61;
  background-color: #FE6C61
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #fe5043;
  background-color: #fe5043
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #fe4638;
  background-color: #fe4638
}

.vc_btn3.vc_btn3-color-violet,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat {
  color: #fff;
  background-color: #8D6DC4
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-violet:focus,
.vc_btn3.vc_btn3-color-violet:hover {
  color: #f7f7f7;
  background-color: #7c57bb
}

.vc_btn3.vc_btn3-color-violet.active,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-violet:active {
  color: #f2f2f2;
  background-color: #7650b8
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline {
  color: #8D6DC4;
  border-color: #8D6DC4;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #8D6DC4;
  background-color: #8D6DC4
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d {
  color: #fff;
  background-color: #8D6DC4;
  box-shadow: 0 5px 0 #6e48b1
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #8D6DC4;
  top: 3px;
  box-shadow: 0 2px 0 #6e48b1
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #8D6DC4
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #6e48b1
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #6e48b1
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #6e48b1
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #6e48b1
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #6e48b1
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #6e48b1
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern {
  color: #fff;
  border-color: #8D6DC4;
  background-color: #8D6DC4
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #7c57bb;
  background-color: #7c57bb
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #7650b8;
  background-color: #7650b8
}

.vc_btn3.vc_btn3-color-peacoc,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat {
  color: #fff;
  background-color: #4CADC9
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-peacoc:focus,
.vc_btn3.vc_btn3-color-peacoc:hover {
  color: #f7f7f7;
  background-color: #39a0bd
}

.vc_btn3.vc_btn3-color-peacoc.active,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-peacoc:active {
  color: #f2f2f2;
  background-color: #3799b5
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline {
  color: #4CADC9;
  border-color: #4CADC9;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #4CADC9;
  background-color: #4CADC9
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d {
  color: #fff;
  background-color: #4CADC9;
  box-shadow: 0 5px 0 #338faa
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #4CADC9;
  top: 3px;
  box-shadow: 0 2px 0 #338faa
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #4CADC9
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #338faa
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #338faa
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #338faa
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #338faa
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #338faa
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #338faa
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern {
  color: #fff;
  border-color: #4CADC9;
  background-color: #4CADC9
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #39a0bd;
  background-color: #39a0bd
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #3799b5;
  background-color: #3799b5
}

.vc_btn3.vc_btn3-color-chino,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat {
  color: #fff;
  background-color: #CEC2AB
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-chino:focus,
.vc_btn3.vc_btn3-color-chino:hover {
  color: #f7f7f7;
  background-color: #c3b498
}

.vc_btn3.vc_btn3-color-chino.active,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-chino:active {
  color: #f2f2f2;
  background-color: #bfaf91
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline {
  color: #CEC2AB;
  border-color: #CEC2AB;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #CEC2AB;
  background-color: #CEC2AB
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d {
  color: #fff;
  background-color: #CEC2AB;
  box-shadow: 0 5px 0 #b9a888
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #CEC2AB;
  top: 3px;
  box-shadow: 0 2px 0 #b9a888
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #CEC2AB
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #b9a888
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #b9a888
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #b9a888
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #b9a888
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #b9a888
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #b9a888
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern {
  color: #fff;
  border-color: #CEC2AB;
  background-color: #CEC2AB
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #c3b498;
  background-color: #c3b498
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #bfaf91;
  background-color: #bfaf91
}

.vc_btn3.vc_btn3-color-mulled-wine,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat {
  color: #fff;
  background-color: #50485B
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-mulled-wine:focus,
.vc_btn3.vc_btn3-color-mulled-wine:hover {
  color: #f7f7f7;
  background-color: #413a4a
}

.vc_btn3.vc_btn3-color-mulled-wine.active,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-mulled-wine:active {
  color: #f2f2f2;
  background-color: #3c3644
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline {
  color: #50485B;
  border-color: #50485B;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #50485B;
  background-color: #50485B
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d {
  color: #fff;
  background-color: #50485B;
  box-shadow: 0 5px 0 #342f3c
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #50485B;
  top: 3px;
  box-shadow: 0 2px 0 #342f3c
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #50485B
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #342f3c
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #342f3c
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #342f3c
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #342f3c
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #342f3c
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #342f3c
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern {
  color: #fff;
  border-color: #50485B;
  background-color: #50485B
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #413a4a;
  background-color: #413a4a
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #3c3644;
  background-color: #3c3644
}

.vc_btn3.vc_btn3-color-vista-blue,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat {
  color: #fff;
  background-color: #75D69C
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-vista-blue:focus,
.vc_btn3.vc_btn3-color-vista-blue:hover {
  color: #f7f7f7;
  background-color: #5dcf8b
}

.vc_btn3.vc_btn3-color-vista-blue.active,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-vista-blue:active {
  color: #f2f2f2;
  background-color: #56cd85
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline {
  color: #75D69C;
  border-color: #75D69C;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #75D69C;
  background-color: #75D69C
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d {
  color: #fff;
  background-color: #75D69C;
  box-shadow: 0 5px 0 #4ac97d
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #75D69C;
  top: 3px;
  box-shadow: 0 2px 0 #4ac97d
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #75D69C
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #4ac97d
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #4ac97d
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #4ac97d
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #4ac97d
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #4ac97d
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #4ac97d
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern {
  color: #fff;
  border-color: #75D69C;
  background-color: #75D69C
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #5dcf8b;
  background-color: #5dcf8b
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #56cd85;
  background-color: #56cd85
}

.vc_btn3.vc_btn3-color-orange,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat {
  color: #fff;
  background-color: #F7BE68
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-orange:focus,
.vc_btn3.vc_btn3-color-orange:hover {
  color: #f7f7f7;
  background-color: #f5b14b
}

.vc_btn3.vc_btn3-color-orange.active,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-orange:active {
  color: #f2f2f2;
  background-color: #f5ad41
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline {
  color: #F7BE68;
  border-color: #F7BE68;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #F7BE68;
  background-color: #F7BE68
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d {
  color: #fff;
  background-color: #F7BE68;
  box-shadow: 0 5px 0 #f4a733
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #F7BE68;
  top: 3px;
  box-shadow: 0 2px 0 #f4a733
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #F7BE68
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #f4a733
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #f4a733
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #f4a733
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #f4a733
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #f4a733
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #f4a733
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern {
  color: #fff;
  border-color: #F7BE68;
  background-color: #F7BE68
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #f5b14b;
  background-color: #f5b14b
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #f5ad41;
  background-color: #f5ad41
}

.vc_btn3.vc_btn3-color-sky,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat {
  color: #fff;
  background-color: #5AA1E3
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-sky:focus,
.vc_btn3.vc_btn3-color-sky:hover {
  color: #f7f7f7;
  background-color: #4092df
}

.vc_btn3.vc_btn3-color-sky.active,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-sky:active {
  color: #f2f2f2;
  background-color: #378ddd
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline {
  color: #5AA1E3;
  border-color: #5AA1E3;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #5AA1E3;
  background-color: #5AA1E3
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d {
  color: #fff;
  background-color: #5AA1E3;
  box-shadow: 0 5px 0 #2a86db
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #5AA1E3;
  top: 3px;
  box-shadow: 0 2px 0 #2a86db
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #5AA1E3
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #2a86db
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #2a86db
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #2a86db
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #2a86db
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #2a86db
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #2a86db
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern {
  color: #fff;
  border-color: #5AA1E3;
  background-color: #5AA1E3
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #4092df;
  background-color: #4092df
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #378ddd;
  background-color: #378ddd
}

.vc_btn3.vc_btn3-color-green,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat {
  color: #fff;
  background-color: #6DAB3C
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-green:focus,
.vc_btn3.vc_btn3-color-green:hover {
  color: #f7f7f7;
  background-color: #5f9434
}

.vc_btn3.vc_btn3-color-green.active,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-green:active {
  color: #f2f2f2;
  background-color: #5a8d31
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline {
  color: #6DAB3C;
  border-color: #6DAB3C;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #6DAB3C;
  background-color: #6DAB3C
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d {
  color: #fff;
  background-color: #6DAB3C;
  box-shadow: 0 5px 0 #53812d
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #6DAB3C;
  top: 3px;
  box-shadow: 0 2px 0 #53812d
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #6DAB3C
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #53812d
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #53812d
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #53812d
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #53812d
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #53812d
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #53812d
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern {
  color: #fff;
  border-color: #6DAB3C;
  background-color: #6DAB3C
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #5f9434;
  background-color: #5f9434
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #5a8d31;
  background-color: #5a8d31
}

.vc_btn3.vc_btn3-color-juicy-pink,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  color: #fff;
  background-color: #F4524D
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-juicy-pink:focus,
.vc_btn3.vc_btn3-color-juicy-pink:hover {
  color: #f7f7f7;
  background-color: #f23630
}

.vc_btn3.vc_btn3-color-juicy-pink.active,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-juicy-pink:active {
  color: #f2f2f2;
  background-color: #f22d27
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline {
  color: #F4524D;
  border-color: #F4524D;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #F4524D;
  background-color: #F4524D
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d {
  color: #fff;
  background-color: #F4524D;
  box-shadow: 0 5px 0 #f11f18
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #F4524D;
  top: 3px;
  box-shadow: 0 2px 0 #f11f18
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #F4524D
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #f11f18
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #f11f18
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #f11f18
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #f11f18
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #f11f18
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #f11f18
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern {
  color: #fff;
  border-color: #F4524D;
  background-color: #F4524D
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #f23630;
  background-color: #f23630
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #f22d27;
  background-color: #f22d27
}

.vc_btn3.vc_btn3-color-sandy-brown,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat {
  color: #fff;
  background-color: #F79468
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-sandy-brown:focus,
.vc_btn3.vc_btn3-color-sandy-brown:hover {
  color: #f7f7f7;
  background-color: #f57f4b
}

.vc_btn3.vc_btn3-color-sandy-brown.active,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-sandy-brown:active {
  color: #f2f2f2;
  background-color: #f57941
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline {
  color: #F79468;
  border-color: #F79468;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #F79468;
  background-color: #F79468
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d {
  color: #fff;
  background-color: #F79468;
  box-shadow: 0 5px 0 #f46e33
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #F79468;
  top: 3px;
  box-shadow: 0 2px 0 #f46e33
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #F79468
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #f46e33
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #f46e33
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #f46e33
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #f46e33
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #f46e33
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #f46e33
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern {
  color: #fff;
  border-color: #F79468;
  background-color: #F79468
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #f57f4b;
  background-color: #f57f4b
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #f57941;
  background-color: #f57941
}

.vc_btn3.vc_btn3-color-purple,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat {
  color: #fff;
  background-color: #B97EBB
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-purple:focus,
.vc_btn3.vc_btn3-color-purple:hover {
  color: #f7f7f7;
  background-color: #ae6ab0
}

.vc_btn3.vc_btn3-color-purple.active,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-purple:active {
  color: #f2f2f2;
  background-color: #ab63ad
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline {
  color: #B97EBB;
  border-color: #B97EBB;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #B97EBB;
  background-color: #B97EBB
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d {
  color: #fff;
  background-color: #B97EBB;
  box-shadow: 0 5px 0 #a559a8
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #B97EBB;
  top: 3px;
  box-shadow: 0 2px 0 #a559a8
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #B97EBB
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #a559a8
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #a559a8
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #a559a8
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #a559a8
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #a559a8
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #a559a8
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern {
  color: #fff;
  border-color: #B97EBB;
  background-color: #B97EBB
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #ae6ab0;
  background-color: #ae6ab0
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #ab63ad;
  background-color: #ab63ad
}

.vc_btn3.vc_btn3-color-black,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat {
  color: #fff;
  background-color: #2A2A2A
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-black:focus,
.vc_btn3.vc_btn3-color-black:hover {
  color: #f7f7f7;
  background-color: #1b1b1b
}

.vc_btn3.vc_btn3-color-black.active,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-black:active {
  color: #f2f2f2;
  background-color: #161616
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
  border-color: #2A2A2A;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #2A2A2A;
  background-color: #2A2A2A
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d {
  color: #fff;
  background-color: #2A2A2A;
  box-shadow: 0 5px 0 #0e0e0e
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #2A2A2A;
  top: 3px;
  box-shadow: 0 2px 0 #0e0e0e
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #2A2A2A
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #0e0e0e
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #0e0e0e
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #0e0e0e
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #0e0e0e
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #0e0e0e
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #0e0e0e
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern {
  color: #fff;
  border-color: #2A2A2A;
  background-color: #2A2A2A
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #1b1b1b;
  background-color: #1b1b1b
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #161616;
  background-color: #161616
}

.vc_btn3.vc_btn3-color-grey,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
  color: #666;
  background-color: #EBEBEB
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-grey:focus,
.vc_btn3.vc_btn3-color-grey:hover {
  color: #5e5e5e;
  background-color: #dcdcdc
}

.vc_btn3.vc_btn3-color-grey.active,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-grey:active {
  color: #595959;
  background-color: #d7d7d7
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
  border-color: #EBEBEB;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:hover {
  color: #666;
  border-color: #EBEBEB;
  background-color: #EBEBEB
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d {
  color: #666;
  background-color: #EBEBEB;
  box-shadow: 0 5px 0 #cfcfcf
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:hover {
  color: #5e5e5e;
  background-color: #EBEBEB;
  top: 3px;
  box-shadow: 0 2px 0 #cfcfcf
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:active {
  color: #595959;
  background-color: #EBEBEB
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #cfcfcf
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #cfcfcf
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #cfcfcf
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #cfcfcf
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #cfcfcf
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #cfcfcf
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  color: #666;
  border-color: #EBEBEB;
  background-color: #EBEBEB
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  color: #5e5e5e;
  border-color: #dcdcdc;
  background-color: #dcdcdc
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active {
  color: #595959;
  border-color: #d7d7d7;
  background-color: #d7d7d7
}

.vc_btn3.vc_btn3-color-white,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
  color: #666;
  background-color: #FFF
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-white:focus,
.vc_btn3.vc_btn3-color-white:hover {
  color: #5e5e5e;
  background-color: #f0f0f0
}

.vc_btn3.vc_btn3-color-white.active,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-white:active {
  color: #595959;
  background-color: #ebebeb
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
  border-color: #FFF;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:hover {
  color: #666;
  border-color: #FFF;
  background-color: #FFF
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d {
  color: #666;
  background-color: #FFF;
  box-shadow: 0 5px 0 #e3e3e3
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:hover {
  color: #5e5e5e;
  background-color: #FFF;
  top: 3px;
  box-shadow: 0 2px 0 #e3e3e3
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:active {
  color: #595959;
  background-color: #FFF
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #e3e3e3
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #e3e3e3
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #e3e3e3
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #e3e3e3
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #e3e3e3
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #e3e3e3
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
  color: #666;
  border-color: #FFF;
  background-color: #FFF;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .01) 0, rgba(0, 0, 0, .02) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03000000', endColorstr='#05000000', GradientType=0)
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:hover {
  color: #5e5e5e;
  border-color: #f0f0f0;
  background-color: #f0f0f0
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:active {
  color: #595959;
  border-color: #ebebeb;
  background-color: #ebebeb
}

.vc_btn3.vc_btn3-color-default,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat {
  color: #333;
  background-color: #f7f7f7
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-default:focus,
.vc_btn3.vc_btn3-color-default:hover {
  color: #2b2b2b;
  background-color: #e8e8e8
}

.vc_btn3.vc_btn3-color-default.active,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-default:active {
  color: #262626;
  background-color: #e3e3e3
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline {
  color: #f7f7f7;
  border-color: #f7f7f7;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:hover {
  color: #333;
  border-color: #f7f7f7;
  background-color: #f7f7f7
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d {
  color: #333;
  background-color: #f7f7f7;
  box-shadow: 0 5px 0 #dbdbdb
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:hover {
  color: #2b2b2b;
  background-color: #f7f7f7;
  top: 3px;
  box-shadow: 0 2px 0 #dbdbdb
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:active {
  color: #262626;
  background-color: #f7f7f7
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #dbdbdb
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #dbdbdb
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #dbdbdb
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #dbdbdb
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #dbdbdb
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #dbdbdb
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern {
  color: #333;
  border-color: #f7f7f7;
  background-color: #f7f7f7
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:hover {
  color: #2b2b2b;
  border-color: #e8e8e8;
  background-color: #e8e8e8
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:active {
  color: #262626;
  border-color: #e3e3e3;
  background-color: #e3e3e3
}

.vc_btn3.vc_btn3-color-primary,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
  color: #FFF;
  background-color: #08c
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-primary:focus,
.vc_btn3.vc_btn3-color-primary:hover {
  color: #f7f7f7;
  background-color: #0074ad
}

.vc_btn3.vc_btn3-color-primary.active,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-primary:active {
  color: #f2f2f2;
  background-color: #006da3
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline {
  color: #08c;
  border-color: #08c;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:hover {
  color: #FFF;
  border-color: #08c;
  background-color: #08c
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d {
  color: #FFF;
  background-color: #08c;
  box-shadow: 0 5px 0 #006394
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #08c;
  top: 3px;
  box-shadow: 0 2px 0 #006394
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #08c
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #006394
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #006394
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #006394
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #006394
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #006394
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #006394
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern {
  color: #FFF;
  border-color: #08c;
  background-color: #08c
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #0074ad;
  background-color: #0074ad
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #006da3;
  background-color: #006da3
}

.vc_btn3.vc_btn3-color-info,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat {
  color: #FFF;
  background-color: #58B9DA
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-info:focus,
.vc_btn3.vc_btn3-color-info:hover {
  color: #f7f7f7;
  background-color: #3fafd4
}

.vc_btn3.vc_btn3-color-info.active,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-info:active {
  color: #f2f2f2;
  background-color: #37abd3
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline {
  color: #58B9DA;
  border-color: #58B9DA;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:hover {
  color: #FFF;
  border-color: #58B9DA;
  background-color: #58B9DA
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d {
  color: #FFF;
  background-color: #58B9DA;
  box-shadow: 0 5px 0 #2da4cd
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #58B9DA;
  top: 3px;
  box-shadow: 0 2px 0 #2da4cd
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #58B9DA
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #2da4cd
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #2da4cd
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #2da4cd
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #2da4cd
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #2da4cd
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #2da4cd
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern {
  color: #FFF;
  border-color: #58B9DA;
  background-color: #58B9DA
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #3fafd4;
  background-color: #3fafd4
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #37abd3;
  background-color: #37abd3
}

.vc_btn3.vc_btn3-color-success,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat {
  color: #fff;
  background-color: #6AB165
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-success:focus,
.vc_btn3.vc_btn3-color-success:hover {
  color: #f7f7f7;
  background-color: #59a453
}

.vc_btn3.vc_btn3-color-success.active,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-success:active {
  color: #f2f2f2;
  background-color: #559d50
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline {
  color: #6AB165;
  border-color: #6AB165;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:hover {
  color: #fff;
  border-color: #6AB165;
  background-color: #6AB165
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d {
  color: #fff;
  background-color: #6AB165;
  box-shadow: 0 5px 0 #4f934b
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #6AB165;
  top: 3px;
  box-shadow: 0 2px 0 #4f934b
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #6AB165
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #4f934b
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #4f934b
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #4f934b
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #4f934b
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #4f934b
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #4f934b
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern {
  color: #fff;
  border-color: #6AB165;
  background-color: #6AB165
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #59a453;
  background-color: #59a453
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #559d50;
  background-color: #559d50
}

.vc_btn3.vc_btn3-color-warning,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat {
  color: #FFF;
  background-color: #F90
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-warning:focus,
.vc_btn3.vc_btn3-color-warning:hover {
  color: #f7f7f7;
  background-color: #e08700
}

.vc_btn3.vc_btn3-color-warning.active,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-warning:active {
  color: #f2f2f2;
  background-color: #d68100
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline {
  color: #F90;
  border-color: #F90;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover {
  color: #FFF;
  border-color: #F90;
  background-color: #F90
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d {
  color: #FFF;
  background-color: #F90;
  box-shadow: 0 5px 0 #c77700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #F90;
  top: 3px;
  box-shadow: 0 2px 0 #c77700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #F90
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #c77700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #c77700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #c77700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #c77700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #c77700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #c77700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern {
  color: #FFF;
  border-color: #F90;
  background-color: #F90
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #e08700;
  background-color: #e08700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #d68100;
  background-color: #d68100
}

.vc_btn3.vc_btn3-color-danger,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat {
  color: #FFF;
  background-color: #FF675B
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-danger:focus,
.vc_btn3.vc_btn3-color-danger:hover {
  color: #f7f7f7;
  background-color: #ff4b3c
}

.vc_btn3.vc_btn3-color-danger.active,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-danger:active {
  color: #f2f2f2;
  background-color: #ff4132
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline {
  color: #FF675B;
  border-color: #FF675B;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:hover {
  color: #FFF;
  border-color: #FF675B;
  background-color: #FF675B
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d {
  color: #FFF;
  background-color: #FF675B;
  box-shadow: 0 5px 0 #ff3323
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #FF675B;
  top: 3px;
  box-shadow: 0 2px 0 #ff3323
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #FF675B
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #ff3323
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #ff3323
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #ff3323
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #ff3323
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #ff3323
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #ff3323
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern {
  color: #FFF;
  border-color: #FF675B;
  background-color: #FF675B
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #ff4b3c;
  background-color: #ff4b3c
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #ff4132;
  background-color: #ff4132
}

.vc_btn3.vc_btn3-color-inverse,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat {
  color: #FFF;
  background-color: #555
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-inverse:focus,
.vc_btn3.vc_btn3-color-inverse:hover {
  color: #f7f7f7;
  background-color: #464646
}

.vc_btn3.vc_btn3-color-inverse.active,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat.active,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-inverse:active {
  color: #f2f2f2;
  background-color: #414141
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline {
  color: #555;
  border-color: #555;
  background-color: transparent
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:hover {
  color: #FFF;
  border-color: #555;
  background-color: #555
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d {
  color: #FFF;
  background-color: #555;
  box-shadow: 0 5px 0 #393939
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:focus,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:hover {
  color: #f7f7f7;
  background-color: #555;
  top: 3px;
  box-shadow: 0 2px 0 #393939
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.active,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:active {
  color: #f2f2f2;
  background-color: #555
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-xs {
  box-shadow: 0 3px 0 #393939
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-xs:focus,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-xs:hover {
  top: 1px;
  box-shadow: 0 2px 0 #393939
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-sm {
  box-shadow: 0 4px 0 #393939
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-sm:focus,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-sm:hover {
  top: 2px;
  box-shadow: 0 2px 0 #393939
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-lg {
  box-shadow: 0 5px 0 #393939
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-lg:focus,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-lg:hover {
  top: 3px;
  box-shadow: 0 2px 0 #393939
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern {
  color: #FFF;
  border-color: #555;
  background-color: #555
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:hover {
  color: #f7f7f7;
  border-color: #464646;
  background-color: #464646
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:active {
  color: #f2f2f2;
  border-color: #414141;
  background-color: #414141
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
  color: #2A2A2A
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
  color: #EBEBEB
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
  color: #FFF
}

.vc_btn3-container.vc_btn3-center {
  text-align: center
}

.vc_btn3-container.vc_btn3-left {
  text-align: left
}

.vc_btn3-container.vc_btn3-right {
  text-align: right
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-left .vc_btn3-icon,
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-right .vc_btn3-icon {
  display: inline-block;
  position: static;
  transform: translate(0, 0);
  min-width: 1em
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
  margin-right: .5em
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
  margin-left: .5em
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-xs {
  font-size: 11px;
  padding: 8px 12px
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-xs.vc_btn3-style-outline,
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-xs.vc_btn3-style-outline-custom {
  padding: 7px 11px
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm {
  font-size: 12px;
  padding: 11px 16px
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm.vc_btn3-style-outline,
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm.vc_btn3-style-outline-custom {
  padding: 10px 15px
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md {
  font-size: 14px;
  padding: 14px 20px
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline,
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline-custom {
  padding: 13px 19px
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg {
  font-size: 16px;
  padding: 18px 25px
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg.vc_btn3-style-outline,
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg.vc_btn3-style-outline-custom {
  padding: 17px 24px
}

.vc_btn3-container .vc_btn3-block.vc_btn3-icon-left,
.vc_btn3-container .vc_btn3-block.vc_btn3-icon-right {
  text-align: inherit
}

.vc_custom_heading a,
.vc_custom_heading a:focus,
.vc_custom_heading a:hover,
.vc_custom_heading a:visited {
  border: none;
  text-decoration: inherit;
  color: inherit
}

.vc_custom_heading a {
  transition: all .2s ease-in-out;
  opacity: 1
}

.vc_custom_heading a:hover {
  opacity: .85
}

.wpb-pricing-table {
  word-wrap: break-word
}

.wpb-plan-title {
  margin: 0 0 10px;
  text-align: center
}

.wpb-plan-description {
  margin: 0;
  text-align: center
}

.wpb-price-container {
  padding: 15px 0;
  text-align: center;
  color: #333
}

.vc_general.vc_cta3.vc_cta3-style-3d .vc_cta3-content-header h2,
.vc_general.vc_cta3.vc_cta3-style-3d .vc_cta3-content-header h4,
.vc_general.vc_cta3.vc_cta3-style-classic:not(.vc_cta3-color-classic) .vc_cta3-content-header h2,
.vc_general.vc_cta3.vc_cta3-style-classic:not(.vc_cta3-color-classic) .vc_cta3-content-header h4,
.vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header h2,
.vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header h4,
.vc_general.vc_cta3.vc_cta3-style-outline:not(.vc_cta3-color-classic) .vc_cta3-content-header h2,
.vc_general.vc_cta3.vc_cta3-style-outline:not(.vc_cta3-color-classic) .vc_cta3-content-header h4 {
  color: inherit
}

.wpb-currency {
  position: relative;
  top: -20px;
  font-size: 13px
}

.wpb-price {
  margin: 0 5px;
  font-size: 52px;
  font-weight: 700
}

.wpb-period {
  position: relative;
  bottom: 3px;
  font-size: 13px
}

.wpb-plan-features {
  margin: 20px 0 0;
  padding: 0
}

.wpb-plan-features li {
  list-style: none
}

.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: 0 0 !important
}

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

.vc_call_to_action.vc_cta_outlined {
  background: 0 0 !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
}

.wpb_call_to_action {
  position: relative;
  background-color: #f7f7f7;
  padding: 35px;
  border: 1px solid #F0F0F0;
  box-sizing: border-box
}

.wpb_call_to_action .wpb_button {
  margin: 0;
  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
}

#content .wpb_call_to_action .wpb_call_text,
.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.74px;
  display: inline-block
}

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

@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
  }
}

.vc_cta3-container {
  margin-left: auto;
  margin-right: auto
}

.vc_cta3-container::after,
.vc_cta3-container::before {
  display: table;
  content: ' '
}

.vc_general.vc_cta3.vc_cta3-icons-bottom .vc_cta3-icons .vc_icon_element,
.vc_general.vc_cta3.vc_cta3-icons-top .vc_cta3-icons .vc_icon_element,
.wpb_tour_next_prev_nav span {
  display: inline-block
}

.vc_cta3-container.vc_cta3-size-xs {
  width: 50%
}

.vc_cta3-container.vc_cta3-size-sm {
  width: 60%
}

.vc_cta3-container.vc_cta3-size-md {
  width: 70%
}

.vc_cta3-container.vc_cta3-size-lg {
  width: 80%
}

.vc_cta3-container.vc_cta3-size-xl {
  width: 90%
}

.vc_general.vc_cta3 {
  border: 1px solid transparent;
  font-size: 1em;
  word-wrap: break-word
}

.vc_general.vc_cta3.vc_cta3-style-classic,
.vc_general.vc_cta3.vc_cta3-style-custom {
  border-color: #F0F0F0;
  background-color: #f7f7f7
}

.vc_general.vc_cta3 .vc_cta3-content {
  vertical-align: top
}

.vc_general.vc_cta3 .vc_cta3-content>:last-child,
.vc_general.vc_cta3 .vc_cta3-icons>:last-child {
  margin-bottom: 0
}

.vc_general.vc_cta3 .vc_cta3-actions {
  vertical-align: middle;
  white-space: nowrap
}

@media (min-width:768px) {
  .vc_general.vc_cta3 .vc_cta3-actions .vc_btn3-container {
    margin: 0
  }
}

.vc_general.vc_cta3 .vc_cta3-icons {
  vertical-align: middle
}

.vc_general.vc_cta3 h2,
.vc_general.vc_cta3 h4 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0
}

.vc_general.vc_cta3.vc_cta3-align-left .vc_cta3-content {
  text-align: left
}

.vc_general.vc_cta3.vc_cta3-align-right .vc_cta3-content {
  text-align: right
}

.vc_general.vc_cta3.vc_cta3-align-center .vc_cta3-content {
  text-align: center
}

.vc_general.vc_cta3.vc_cta3-align-justify .vc_cta3-content {
  text-align: justify
}

.separator_align_center,
.vc_general.vc_cta3.vc_cta3-icons-bottom .vc_cta3-icons,
.vc_general.vc_cta3.vc_cta3-icons-top .vc_cta3-icons,
.vc_pie_chart,
.vc_pie_chart .vc_pie_chart_value {
  text-align: center
}

.vc_general.vc_cta3.vc_cta3-icons-top .vc_cta3_content-container {
  padding-top: 1em
}

.vc_general.vc_cta3.vc_cta3-icons-bottom .vc_cta3_content-container {
  padding-bottom: 1em
}

.vc_general.vc_cta3.vc_cta3-icons-left .vc_cta3-icons {
  display: table-cell
}

.vc_general.vc_cta3.vc_cta3-icons-left .vc_cta3_content-container {
  display: table-cell;
  padding-left: 1em
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xs .vc_cta3_content-container,
.vc_separator .vc_icon_element:not(.vc_icon_element-have-style)+h4 {
  padding-left: 0
}

.vc_general.vc_cta3.vc_cta3-icons-right .vc_cta3-icons {
  display: table-cell
}

.vc_general.vc_cta3.vc_cta3-icons-right .vc_cta3_content-container {
  display: table-cell;
  padding-right: 1em
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xs .vc_cta3_content-container,
.vc_grid.vc_row {
  padding-right: 0
}

.vc_general.vc_cta3.vc_cta3-icons-on-border {
  position: relative
}

.vc_general.vc_cta3.vc_cta3-icons-on-border .vc_cta3-icons {
  position: absolute
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right .vc_cta3-icons {
  right: 0;
  top: 50%;
  transform: translate(50%, -50%)
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xs {
  margin-right: 17em
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-sm .vc_cta3_content-container,
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-right: 7px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-sm {
  margin-right: 22em
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-md .vc_cta3_content-container,
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-right: 14px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-md {
  margin-right: 28em
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-lg .vc_cta3_content-container,
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-right: 21px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-lg {
  margin-right: 35em
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container,
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xl .vc_cta3_content-container {
  padding-right: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xl {
  margin-right: 50em
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-right: 35px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left .vc_cta3-icons {
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%)
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xs {
  margin-left: 17em
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-sm .vc_cta3_content-container,
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-left: 7px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-sm {
  margin-left: 22em
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-md .vc_cta3_content-container,
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-left: 14px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-md {
  margin-left: 28em
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-lg .vc_cta3_content-container,
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-left: 21px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-lg {
  margin-left: 35em
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container,
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xl .vc_cta3_content-container {
  padding-left: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xl {
  margin-left: 50em
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-left: 35px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top .vc_cta3-icons {
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%)
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xs {
  margin-top: 17em
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xs .vc_cta3_content-container {
  padding-top: 0
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-sm .vc_cta3_content-container,
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-top: 7px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-sm {
  margin-top: 22em
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-md .vc_cta3_content-container,
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-top: 14px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-md {
  margin-top: 28em
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-lg .vc_cta3_content-container,
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-top: 21px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-lg {
  margin-top: 35em
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container,
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xl .vc_cta3_content-container {
  padding-top: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xl {
  margin-top: 50em
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-top: 35px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom .vc_cta3-icons {
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%)
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xs {
  margin-bottom: 17em
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xs .vc_cta3_content-container {
  padding-bottom: 0
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-sm .vc_cta3_content-container,
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-bottom: 7px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-sm {
  margin-bottom: 22em
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-md .vc_cta3_content-container,
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-bottom: 14px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-md {
  margin-bottom: 28em
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-lg .vc_cta3_content-container,
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-bottom: 21px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-lg {
  margin-bottom: 35em
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container,
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xl .vc_cta3_content-container {
  padding-bottom: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xl {
  margin-bottom: 50em
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-bottom: 35px
}

.vc_general.vc_cta3.vc_cta3-actions-top .vc_cta3-content {
  margin-top: 1em
}

.vc_general.vc_cta3.vc_cta3-actions-bottom .vc_cta3-content {
  margin-bottom: 1em
}

@media (min-width:768px) {

  .vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-actions,
  .vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-actions {
    max-width: 30%;
    display: table-cell
  }

  .vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-content {
    padding-left: 28px;
    display: table-cell
  }

  .vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-content {
    width: 100%;
    padding-right: 28px;
    display: table-cell
  }
}

.vc_general.vc_cta3.vc_cta3-style-outline {
  border-width: 3px
}

.vc_general.vc_cta3.vc_cta3-shape-square {
  border-radius: 0
}

.vc_general.vc_cta3.vc_cta3-shape-rounded {
  border-radius: 5px
}

.vc_general.vc_cta3.vc_cta3-shape-round {
  border-radius: 4em
}

.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-classic .vc_cta3-content-header {
  color: #5472D2
}

.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-flat {
  color: #c9d2f0;
  border-color: transparent;
  background-color: #5472D2
}

.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-flat .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #3253bc;
  color: #c9d2f0;
  border-color: transparent;
  background-color: #5472D2
}

.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-3d .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-outline .vc_cta3-content-header,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-blue .vc_icon_element-icon,
.vc_separator.vc_sep_color_blue.vc_sep_shadow .vc_sep_holder {
  color: #5472D2
}

.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-outline {
  border-color: #5472D2;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-classic .vc_cta3-content-header {
  color: #00C1CF
}

.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-flat {
  color: #d3f5f1;
  border-color: transparent;
  background-color: #00C1CF
}

.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-flat .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #008d97;
  color: #d3f5f1;
  border-color: transparent;
  background-color: #00C1CF
}

.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-3d .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-outline {
  border-color: #00C1CF;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-outline .vc_cta3-content-header {
  color: #00C1CF
}

.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-classic .vc_cta3-content-header {
  color: #FE6C61
}

.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-flat {
  color: #fcdbd7;
  border-color: transparent;
  background-color: #FE6C61
}

.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-flat .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #fe3829;
  color: #fcdbd7;
  border-color: transparent;
  background-color: #FE6C61
}

.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-3d .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-outline {
  border-color: #FE6C61;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-outline .vc_cta3-content-header {
  color: #FE6C61
}

.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-classic .vc_cta3-content-header {
  color: #8D6DC4
}

.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-flat {
  color: #e1d5f5;
  border-color: transparent;
  background-color: #8D6DC4
}

.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-flat .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #6e48b1;
  color: #e1d5f5;
  border-color: transparent;
  background-color: #8D6DC4
}

.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-3d .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-outline {
  border-color: #8D6DC4;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-outline .vc_cta3-content-header {
  color: #8D6DC4
}

.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-classic .vc_cta3-content-header {
  color: #4CADC9
}

.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-flat {
  color: #d0edf5;
  border-color: transparent;
  background-color: #4CADC9
}

.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-flat .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #338faa;
  color: #d0edf5;
  border-color: transparent;
  background-color: #4CADC9
}

.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-3d .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-outline {
  border-color: #4CADC9;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-outline .vc_cta3-content-header {
  color: #4CADC9
}

.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-classic .vc_cta3-content-header {
  color: #CEC2AB
}

.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-flat {
  color: #f7f3eb;
  border-color: transparent;
  background-color: #CEC2AB
}

.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-flat .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #b9a888;
  color: #f7f3eb;
  border-color: transparent;
  background-color: #CEC2AB
}

.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-3d .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-outline {
  border-color: #CEC2AB;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-outline .vc_cta3-content-header {
  color: #CEC2AB
}

.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-classic .vc_cta3-content-header {
  color: #50485B
}

.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-flat {
  color: #e2ddeb;
  border-color: transparent;
  background-color: #50485B
}

.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-flat .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #342f3c;
  color: #e2ddeb;
  border-color: transparent;
  background-color: #50485B
}

.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-3d .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-outline {
  border-color: #50485B;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-outline .vc_cta3-content-header {
  color: #50485B
}

.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-classic .vc_cta3-content-header {
  color: #75D69C
}

.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-flat {
  color: #e1f5e9;
  border-color: transparent;
  background-color: #75D69C
}

.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-flat .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #4ac97d;
  color: #e1f5e9;
  border-color: transparent;
  background-color: #75D69C
}

.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-3d .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-outline {
  border-color: #75D69C;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-outline .vc_cta3-content-header {
  color: #75D69C
}

.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-classic .vc_cta3-content-header {
  color: #F7BE68
}

.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-flat {
  color: #faf0e1;
  border-color: transparent;
  background-color: #F7BE68
}

.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-flat .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #f4a733;
  color: #faf0e1;
  border-color: transparent;
  background-color: #F7BE68
}

.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-3d .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-outline {
  border-color: #F7BE68;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-outline .vc_cta3-content-header {
  color: #F7BE68
}

.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-classic .vc_cta3-content-header {
  color: #5AA1E3
}

.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-flat {
  color: #dce9f5;
  border-color: transparent;
  background-color: #5AA1E3
}

.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-flat .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #2a86db;
  color: #dce9f5;
  border-color: transparent;
  background-color: #5AA1E3
}

.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-3d .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-outline {
  border-color: #5AA1E3;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-outline .vc_cta3-content-header {
  color: #5AA1E3
}

.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-classic .vc_cta3-content-header {
  color: #6DAB3C
}

.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-flat {
  color: #e5f2da;
  border-color: transparent;
  background-color: #6DAB3C
}

.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-flat .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #53812d;
  color: #e5f2da;
  border-color: transparent;
  background-color: #6DAB3C
}

.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-3d .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-outline {
  border-color: #6DAB3C;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-outline .vc_cta3-content-header {
  color: #6DAB3C
}

.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-classic .vc_cta3-content-header {
  color: #F4524D
}

.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-flat {
  color: #fce2e1;
  border-color: transparent;
  background-color: #F4524D
}

.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-flat .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #f11f18;
  color: #fce2e1;
  border-color: transparent;
  background-color: #F4524D
}

.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-3d .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-outline {
  border-color: #F4524D;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-outline .vc_cta3-content-header {
  color: #F4524D
}

.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-classic .vc_cta3-content-header {
  color: #F79468
}

.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-flat {
  color: #f7e1d7;
  border-color: transparent;
  background-color: #F79468
}

.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-flat .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #f46e33;
  color: #f7e1d7;
  border-color: transparent;
  background-color: #F79468
}

.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-3d .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-outline {
  border-color: #F79468;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-outline .vc_cta3-content-header {
  color: #F79468
}

.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-classic .vc_cta3-content-header {
  color: #B97EBB
}

.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-flat {
  color: #f4dff5;
  border-color: transparent;
  background-color: #B97EBB
}

.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-flat .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #a559a8;
  color: #f4dff5;
  border-color: transparent;
  background-color: #B97EBB
}

.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-3d .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-outline {
  border-color: #B97EBB;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-outline .vc_cta3-content-header {
  color: #B97EBB
}

.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-classic .vc_cta3-content-header {
  color: #2A2A2A
}

.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-flat {
  color: #d9d9d9;
  border-color: transparent;
  background-color: #2A2A2A
}

.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-flat .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #0e0e0e;
  color: #d9d9d9;
  border-color: transparent;
  background-color: #2A2A2A
}

.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-3d .vc_cta3-content-header {
  color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-outline {
  border-color: #2A2A2A;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-outline .vc_cta3-content-header {
  color: #2A2A2A
}

.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-classic .vc_cta3-content-header {
  color: #EBEBEB
}

.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-flat {
  color: #9d9d9e;
  border-color: transparent;
  background-color: #EBEBEB
}

.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-flat .vc_cta3-content-header {
  color: #666
}

.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #cfcfcf;
  color: #9d9d9e;
  border-color: transparent;
  background-color: #EBEBEB
}

.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-3d .vc_cta3-content-header {
  color: #666
}

.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-outline {
  border-color: #EBEBEB;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-outline .vc_cta3-content-header {
  color: #EBEBEB
}

.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-classic .vc_cta3-content-header {
  color: #FFF
}

.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-flat {
  color: #9d9d9e;
  border-color: transparent;
  background-color: #FFF
}

.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-flat .vc_cta3-content-header {
  color: #666
}

.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #e3e3e3;
  color: #9d9d9e;
  border-color: transparent;
  background-color: #FFF
}

.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-3d .vc_cta3-content-header {
  color: #666
}

.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-outline {
  border-color: #FFF;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-outline .vc_cta3-content-header {
  color: #FFF
}

.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat {
  color: #9d9d9e;
  border-color: transparent;
  background-color: #F0F0F0
}

.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat .vc_cta3-content-header {
  color: #666
}

.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-3d {
  box-shadow: 0 5px 0 #d4d4d4;
  color: #9d9d9e;
  border-color: transparent;
  background-color: #F0F0F0
}

.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-3d .vc_cta3-content-header {
  color: #666
}

.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-outline {
  border-color: #F0F0F0;
  background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-outline .vc_cta3-content-header {
  color: #F0F0F0
}

.vc_cta3.vc_cta3-icon-size-xs .vc_icon_element .vc_icon_element-inner {
  height: 1em;
  width: 1em
}

.vc_cta3.vc_cta3-icon-size-sm .vc_icon_element .vc_icon_element-inner {
  height: 2em;
  width: 2em
}

.vc_cta3.vc_cta3-icon-size-md .vc_icon_element .vc_icon_element-inner {
  height: 3em;
  width: 3em
}

.vc_cta3.vc_cta3-icon-size-lg .vc_icon_element .vc_icon_element-inner {
  height: 4em;
  width: 4em
}

.vc_cta3.vc_cta3-icon-size-xl .vc_icon_element .vc_icon_element-inner {
  height: 5em;
  width: 5em
}

.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%;
  height: 0
}

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

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

.wpb_content_element .wpb_tabs_nav,
.wpb_content_element .wpb_tour_tabs_wrapper {
  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: #FFF;
  white-space: nowrap;
  padding: 0;
  background-image: none;
  list-style: none !important
}

.wpb_carousel .next,
.wpb_carousel .prev,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
.wpb_content_element .wpb_tabs_nav li:hover,
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background-color: #f7f7f7
}

.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 a {
  cursor: default
}

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

.wpb_content_element .wpb_accordion_header a,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
  border-bottom: none;
  text-decoration: none;
  display: block;
  padding: .5em 1em
}

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

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .wpb_row:last-child>div>div.wpb_wrapper .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_tour_tabs_wrapper .wpb_tab>.wpb_content_element:last-child {
  margin-bottom: 0
}

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

.wpb_tour .wpb_tabs_nav {
  float: left;
  width: 31.66666667%
}

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

.wpb_tour .wpb_tabs_nav a {
  width: 100%
}

.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
  box-sizing: border-box;
  border: none;
  float: left;
  width: 68.33333333%;
  padding: 0 0 0 21.74px
}

.wpb_tour_next_prev_nav {
  margin-left: 31.66666667%;
  padding-left: 21.74px;
  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%;
  padding-top: 1em;
  float: left
}

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

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  margin: 0 0 1px;
  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-active .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/toggle_open.png);
  background-repeat: no-repeat;
  position: absolute;
  right: .7em;
  top: .7em
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/toggle_close.png)
}

@media (max-width:480px) {

  .vc_responsive .wpb_tour .wpb_tab,
  .vc_responsive .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav,
  .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
  }
}

.grid_layout-thumbnail .post-thumb,
body ul.wpb_thumbnails-fluid li .entry-content :last-child {
  margin-bottom: 0
}

.wpb_column .wpb_wrapper .wpb_teaser_grid {
  float: none
}

body ul.wpb_thumbnails-fluid li {
  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
}

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

.wpb_teaser_grid .entry-content {
  margin: 0;
  padding: 0;
  width: 100%
}

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

.wpb_carousel .wpb_wrapper {
  position: relative
}

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

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

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

.wpb_carousel .prev {
  right: 30px
}

.wpb_carousel .next {
  right: 0
}

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

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

.wpb_categories_filter,
.wpb_teaser_grid .categories_filter {
  list-style: none;
  padding: 0;
  margin: 0 0 10px
}

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

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

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

.wpb_categories_filter li a:hover,
.wpb_categories_filter li.active a,
.wpb_teaser_grid .categories_filter li a:hover,
.wpb_teaser_grid .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_col-] {
    width: 100%;
    float: none;
    display: block;
    margin-left: 0;
    margin-right: 0
  }
}

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

.wpb_gallery .theme-default .nivoSlider {
  margin-bottom: 0
}

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

.wpb_gallery .wpb_flexslider .flex-control-nav {
  bottom: auto;
  top: 100%;
  margin-top: 15px
}

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

.wpb_gallery .wpb_flexslider .flex-direction-nav a {
  border: none;
  box-shadow: none
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a:hover {
  box-shadow: none
}

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

.wpb_gallery .wpb_flexslider .flex-control-paging {
  z-index: 10
}

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

.flickr_badge_image {
  margin: 0 10px 10px 0;
  width: 72px;
  height: 72px;
  float: left;
  background: 0 0;
  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(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/flickr.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  display: inline-block
}

.wpb_video_widget.vc_video-el-width-10 .wpb_wrapper {
  width: 10%
}

.wpb_video_widget.vc_video-el-width-20 .wpb_wrapper {
  width: 20%
}

.wpb_video_widget.vc_video-el-width-30 .wpb_wrapper {
  width: 30%
}

.wpb_video_widget.vc_video-el-width-40 .wpb_wrapper {
  width: 40%
}

.wpb_video_widget.vc_video-el-width-50 .wpb_wrapper {
  width: 50%
}

.wpb_video_widget.vc_video-el-width-60 .wpb_wrapper {
  width: 60%
}

.wpb_video_widget.vc_video-el-width-70 .wpb_wrapper {
  width: 70%
}

.wpb_video_widget.vc_video-el-width-80 .wpb_wrapper {
  width: 80%
}

.wpb_video_widget.vc_video-el-width-90 .wpb_wrapper {
  width: 90%
}

.wpb_video_widget.vc_video-el-width-100 .wpb_wrapper {
  width: 100%
}

.wpb_video_widget .wpb_video_wrapper {
  padding-top: 56.25%;
  position: relative;
  width: 100%
}

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

.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
  padding-top: 56.25%
}

.wpb_video_widget.vc_video-aspect-ratio-43 .wpb_video_wrapper {
  padding-top: 75%
}

.wpb_video_widget.vc_video-aspect-ratio-235 .wpb_video_wrapper {
  padding-top: 42.55319149%
}

.wpb_video_widget.vc_video-aspect-ratio-916 .wpb_video_wrapper {
  padding-top: 177.77777778%
}

.wpb_video_widget.vc_video-aspect-ratio-34 .wpb_video_wrapper {
  padding-top: 133.33333333%
}

.wpb_video_widget.vc_video-aspect-ratio-1235 .wpb_video_wrapper {
  padding-top: 235%
}

.wpb_video_widget.vc_video-align-left .wpb_wrapper {
  float: left
}

.wpb_video_widget.vc_video-align-center .wpb_wrapper {
  margin: 0 auto
}

.wpb_video_widget.vc_video-align-right .wpb_wrapper {
  float: right
}

.wpb_video_widget .wpb_wrapper {
  position: relative
}

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

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

.wpb_posts_slider .flex-caption,
.wpb_posts_slider .nivo-caption {
  background-color: #f7f7f7;
  opacity: 1;
  filter: alpha(opacity=100);
  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
}

.vc_progress_bar .vc_single_bar {
  background: #f7f7f7;
  position: relative;
  margin-bottom: 11.67px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
  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: .5em 1em;
  position: relative;
  z-index: 1
}

.vc_progress_bar .vc_single_bar .vc_bar {
  display: block;
  position: absolute;
  height: 100%;
  background-color: #e0e0e0;
  width: 0%;
  top: 0;
  left: 0;
  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_general.vc_single_bar.vc_progress-bar-color-bar_blue .vc_bar,
.vc_progress_bar.vc_progress-bar-color-bar_blue .vc_single_bar .vc_bar {
  background-color: #0074CC
}

.vc_progress_bar .vc_single_bar .vc_bar.striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px
}

.vc_progress_bar .vc_single_bar .vc_bar.animated {
  animation: progress-bar-stripes 2s linear infinite
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_turquoise .vc_bar,
.vc_progress_bar.vc_progress-bar-color-bar_turquoise .vc_single_bar .vc_bar {
  background-color: #49afcd
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_green .vc_bar,
.vc_progress_bar.vc_progress-bar-color-bar_green .vc_single_bar .vc_bar {
  background-color: #5bb75b
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_orange .vc_bar,
.vc_progress_bar.vc_progress-bar-color-bar_orange .vc_single_bar .vc_bar {
  background-color: #faa732
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_red .vc_bar,
.vc_progress_bar.vc_progress-bar-color-bar_red .vc_single_bar .vc_bar {
  background-color: #da4f49
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_black .vc_bar,
.vc_progress_bar.vc_progress-bar-color-bar_black .vc_single_bar .vc_bar {
  background-color: #414141
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-blue .vc_bar,
.vc_progress_bar.vc_progress-bar-color-blue .vc_single_bar .vc_bar {
  background-color: #5472D2
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-turquoise .vc_bar,
.vc_progress_bar.vc_progress-bar-color-turquoise .vc_single_bar .vc_bar {
  background-color: #00C1CF
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-pink .vc_bar,
.vc_progress_bar.vc_progress-bar-color-pink .vc_single_bar .vc_bar {
  background-color: #FE6C61
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-violet .vc_bar,
.vc_progress_bar.vc_progress-bar-color-violet .vc_single_bar .vc_bar {
  background-color: #8D6DC4
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-peacoc .vc_bar,
.vc_progress_bar.vc_progress-bar-color-peacoc .vc_single_bar .vc_bar {
  background-color: #4CADC9
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-chino .vc_bar,
.vc_progress_bar.vc_progress-bar-color-chino .vc_single_bar .vc_bar {
  background-color: #CEC2AB
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-mulled-wine .vc_bar,
.vc_progress_bar.vc_progress-bar-color-mulled-wine .vc_single_bar .vc_bar {
  background-color: #50485B
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista-blue .vc_bar,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista_blue .vc_bar,
.vc_progress_bar.vc_progress-bar-color-vista-blue .vc_single_bar .vc_bar,
.vc_progress_bar.vc_progress-bar-color-vista_blue .vc_single_bar .vc_bar {
  background-color: #75D69C
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-black .vc_bar,
.vc_progress_bar.vc_progress-bar-color-black .vc_single_bar .vc_bar {
  background-color: #2A2A2A
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-grey .vc_bar,
.vc_progress_bar.vc_progress-bar-color-grey .vc_single_bar .vc_bar {
  background-color: #EBEBEB
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-black .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-grey .vc_label,
.vc_progress_bar.vc_progress-bar-color-grey .vc_single_bar .vc_label {
  color: #666;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-orange .vc_bar,
.vc_progress_bar.vc_progress-bar-color-orange .vc_single_bar .vc_bar {
  background-color: #F7BE68
}

.vc_progress_bar.vc_progress-bar-color-orange .vc_single_bar .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sky .vc_bar,
.vc_progress_bar.vc_progress-bar-color-sky .vc_single_bar .vc_bar {
  background-color: #5AA1E3
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-orange .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-sky .vc_single_bar .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-green .vc_bar,
.vc_progress_bar.vc_progress-bar-color-green .vc_single_bar .vc_bar {
  background-color: #6DAB3C
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sky .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-green .vc_single_bar .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-juicy-pink .vc_bar,
.vc_progress_bar.vc_progress-bar-color-juicy-pink .vc_single_bar .vc_bar {
  background-color: #F4524D
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-green .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-juicy-pink .vc_single_bar .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sandy-brown .vc_bar,
.vc_progress_bar.vc_progress-bar-color-sandy-brown .vc_single_bar .vc_bar {
  background-color: #F79468
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-juicy-pink .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-sandy-brown .vc_single_bar .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-purple .vc_bar,
.vc_progress_bar.vc_progress-bar-color-purple .vc_single_bar .vc_bar {
  background-color: #B97EBB
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sandy-brown .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-purple .vc_single_bar .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-white .vc_bar,
.vc_progress_bar.vc_progress-bar-color-white .vc_single_bar .vc_bar,
.vc_text_separator div {
  background-color: #FFF
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-purple .vc_label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-white .vc_label,
.vc_progress_bar.vc_progress-bar-color-white .vc_single_bar .vc_label {
  color: #666;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

.vc_pie_chart {
  z-index: 0;
  opacity: 0;
  filter: alpha(opacity=0)
}

.vc_pie_chart.vc_ready {
  opacity: 1;
  filter: alpha(opacity=100)
}

.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,
.vc_pie_chart_back {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.vc_pie_chart .vc_pie_chart_value {
  font-size: 200%
}

.vc_pie_chart_back {
  border: 6px solid #f7f7f7;
  border-radius: 50%;
  opacity: .3;
  filter: alpha(opacity=30);
  box-sizing: border-box
}

.vc_images_carousel .vc_carousel-control {
  border: none
}

.vc_carousel .vc_carousel-control {
  text-shadow: none;
  border: none;
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear
}

.vc_carousel .vc_carousel-control:active,
.vc_carousel .vc_carousel-control:focus {
  outline: 0
}

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

.vc_separator {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center
}

.vc_separator h4 {
  line-height: 1em;
  font-size: 100%;
  margin: 0;
  word-wrap: break-word;
  flex: 0 1 auto
}

.vc_separator h4 .normal {
  font-size: 12px;
  font-weight: 400
}

.vc_separator .vc_sep_holder {
  height: 1px;
  position: relative;
  flex: 1 1 auto;
  min-width: 10%
}

.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_separator_align_left .vc_sep_holder.vc_sep_holder_l,
.vc_separator.vc_separator_align_right .vc_sep_holder.vc_sep_holder_r {
  display: none
}

.vc_separator.vc_separator_align_center h4 {
  padding: 0 .8em
}

.vc_separator.vc_separator_align_left h4 {
  padding: 0 .8em 0 0
}

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

.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_shadow .vc_sep_line {
  border: none;
  position: relative;
  height: 20px;
  top: 0;
  overflow: hidden
}

.vc_separator.vc_sep_shadow .vc_sep_line::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -20px;
  right: 0;
  height: 10px;
  border-radius: 100%
}

.vc_separator.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
  right: -100%;
  box-shadow: 10px 10px 10px 1px
}

.vc_separator.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
  left: -100%;
  box-shadow: -10px 10px 10px 1px
}

.vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_l {
  width: 100%
}

.vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_r {
  display: none
}

.vc_separator .vc_icon_element {
  margin-bottom: 0
}

.vc_separator .vc_icon_element:not(.vc_icon_element-have-style) .vc_icon_element-size-xl {
  margin-left: .8em;
  margin-right: .8em
}

.vc_separator.vc_separator-has-text.vc_separator_align_center .vc_icon_element.vc_icon_element-have-style,
.vc_separator.vc_separator-has-text.vc_separator_align_right .vc_icon_element.vc_icon_element-have-style {
  margin-left: .8em
}

.vc_separator.vc_separator_align_left .vc_icon_element.vc_icon_element-have-style+h4 {
  padding-left: .8em
}

.vc_separator.vc_sep_border_width_1 .vc_sep_holder .vc_sep_line {
  border-top-width: 1px
}

.vc_separator.vc_sep_border_width_1.vc_sep_double .vc_sep_holder .vc_sep_line {
  border-bottom-width: 1px;
  top: 0
}

.vc_separator.vc_sep_border_width_1.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
  box-shadow: 10px 10px 10px 1px
}

.vc_separator.vc_sep_border_width_1.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
  box-shadow: -10px 10px 10px 1px
}

.vc_separator.vc_sep_border_width_2 .vc_sep_holder .vc_sep_line {
  border-top-width: 2px
}

.vc_separator.vc_sep_border_width_2.vc_sep_double .vc_sep_holder .vc_sep_line {
  border-bottom-width: 2px;
  top: -1px
}

.vc_separator.vc_sep_border_width_2.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
  box-shadow: 10px 10px 10px 2px
}

.vc_separator.vc_sep_border_width_2.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
  box-shadow: -10px 10px 10px 2px
}

.vc_separator.vc_sep_border_width_3 .vc_sep_holder .vc_sep_line {
  border-top-width: 3px
}

.vc_separator.vc_sep_border_width_3.vc_sep_double .vc_sep_holder .vc_sep_line {
  border-bottom-width: 3px;
  top: -1px
}

.vc_separator.vc_sep_border_width_3.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
  box-shadow: 10px 10px 10px 3px
}

.vc_separator.vc_sep_border_width_3.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
  box-shadow: -10px 10px 10px 3px
}

.vc_separator.vc_sep_border_width_4 .vc_sep_holder .vc_sep_line {
  border-top-width: 4px
}

.vc_separator.vc_sep_border_width_4.vc_sep_double .vc_sep_holder .vc_sep_line {
  border-bottom-width: 4px;
  top: -2px
}

.vc_separator.vc_sep_border_width_4.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
  box-shadow: 10px 10px 10px 4px
}

.vc_separator.vc_sep_border_width_4.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
  box-shadow: -10px 10px 10px 4px
}

.vc_separator.vc_sep_border_width_5 .vc_sep_holder .vc_sep_line {
  border-top-width: 5px
}

.vc_separator.vc_sep_border_width_5.vc_sep_double .vc_sep_holder .vc_sep_line {
  border-bottom-width: 5px;
  top: -2px
}

.vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
  box-shadow: 10px 10px 10px 5px
}

.vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
  box-shadow: -10px 10px 10px 5px
}

.vc_separator.vc_sep_border_width_6 .vc_sep_holder .vc_sep_line {
  border-top-width: 6px
}

.vc_separator.vc_sep_border_width_6.vc_sep_double .vc_sep_holder .vc_sep_line {
  border-bottom-width: 6px;
  top: -3px
}

.vc_separator.vc_sep_border_width_6.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
  box-shadow: 10px 10px 10px 6px
}

.vc_separator.vc_sep_border_width_6.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
  box-shadow: -10px 10px 10px 6px
}

.vc_separator.vc_sep_border_width_7 .vc_sep_holder .vc_sep_line {
  border-top-width: 7px
}

.vc_separator.vc_sep_border_width_7.vc_sep_double .vc_sep_holder .vc_sep_line {
  border-bottom-width: 7px;
  top: -3px
}

.vc_separator.vc_sep_border_width_7.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
  box-shadow: 10px 10px 10px 7px
}

.vc_separator.vc_sep_border_width_7.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
  box-shadow: -10px 10px 10px 7px
}

.vc_separator.vc_sep_border_width_8 .vc_sep_holder .vc_sep_line {
  border-top-width: 8px
}

.vc_separator.vc_sep_border_width_8.vc_sep_double .vc_sep_holder .vc_sep_line {
  border-bottom-width: 8px;
  top: -4px
}

.vc_separator.vc_sep_border_width_8.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
  box-shadow: 10px 10px 10px 8px
}

.vc_separator.vc_sep_border_width_8.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
  box-shadow: -10px 10px 10px 8px
}

.vc_separator.vc_sep_border_width_9 .vc_sep_holder .vc_sep_line {
  border-top-width: 9px
}

.vc_separator.vc_sep_border_width_9.vc_sep_double .vc_sep_holder .vc_sep_line {
  border-bottom-width: 9px;
  top: -4px
}

.vc_separator.vc_sep_border_width_9.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
  box-shadow: 10px 10px 10px 9px
}

.vc_separator.vc_sep_border_width_9.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
  box-shadow: -10px 10px 10px 9px
}

.vc_separator.vc_sep_border_width_10 .vc_sep_holder .vc_sep_line {
  border-top-width: 10px
}

.vc_separator.vc_sep_border_width_10.vc_sep_double .vc_sep_holder .vc_sep_line {
  border-bottom-width: 10px;
  top: -5px
}

.vc_separator.vc_sep_border_width_10.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
  box-shadow: 10px 10px 10px 10px
}

.vc_separator.vc_sep_border_width_10.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
  box-shadow: -10px 10px 10px 10px
}

.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_turquoise.vc_sep_shadow .vc_sep_holder {
  color: #00C1CF
}

.vc_separator.vc_sep_color_pink .vc_sep_line {
  border-color: #FE6C61
}

.vc_separator.vc_sep_color_pink.vc_sep_shadow .vc_sep_holder {
  color: #FE6C61
}

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

.vc_separator.vc_sep_color_violet.vc_sep_shadow .vc_sep_holder {
  color: #8D6DC4
}

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

.vc_separator.vc_sep_color_peacoc.vc_sep_shadow .vc_sep_holder {
  color: #4CADC9
}

.vc_separator.vc_sep_color_chino .vc_sep_line {
  border-color: #CEC2AB
}

.vc_separator.vc_sep_color_chino.vc_sep_shadow .vc_sep_holder {
  color: #CEC2AB
}

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

.vc_separator.vc_sep_color_mulled_wine.vc_sep_shadow .vc_sep_holder {
  color: #50485B
}

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

.vc_separator.vc_sep_color_vista_blue.vc_sep_shadow .vc_sep_holder {
  color: #75D69C
}

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

.vc_separator.vc_sep_color_black.vc_sep_shadow .vc_sep_holder {
  color: #2A2A2A
}

.vc_separator.vc_sep_color_grey .vc_sep_line {
  border-color: #EBEBEB
}

.vc_separator.vc_sep_color_grey.vc_sep_shadow .vc_sep_holder {
  color: #EBEBEB
}

.vc_separator.vc_sep_color_orange .vc_sep_line {
  border-color: #F7BE68
}

.vc_separator.vc_sep_color_orange.vc_sep_shadow .vc_sep_holder {
  color: #F7BE68
}

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

.vc_separator.vc_sep_color_sky.vc_sep_shadow .vc_sep_holder {
  color: #5AA1E3
}

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

.vc_separator.vc_sep_color_green.vc_sep_shadow .vc_sep_holder {
  color: #6DAB3C
}

.vc_separator.vc_sep_color_juicy_pink .vc_sep_line {
  border-color: #F4524D
}

.vc_separator.vc_sep_color_juicy_pink.vc_sep_shadow .vc_sep_holder {
  color: #F4524D
}

.vc_separator.vc_sep_color_sandy_brown .vc_sep_line {
  border-color: #F79468
}

.vc_separator.vc_sep_color_sandy_brown.vc_sep_shadow .vc_sep_holder {
  color: #F79468
}

.vc_separator.vc_sep_color_purple .vc_sep_line {
  border-color: #B97EBB
}

.vc_separator.vc_sep_color_purple.vc_sep_shadow .vc_sep_holder {
  color: #B97EBB
}

.vc_separator.vc_sep_color_white .vc_sep_line {
  border-color: #FFF
}

.vc_separator.vc_sep_color_white.vc_sep_shadow .vc_sep_holder {
  color: #FFF
}

.vc_text_separator,
.wpb_separator {
  border-bottom: 1px solid #EBEBEB;
  clear: both;
  height: 1px
}

.vc_sep_width_10 {
  width: 10%
}

.vc_sep_width_20 {
  width: 20%
}

.vc_sep_width_30 {
  width: 30%
}

.vc_sep_width_40 {
  width: 40%
}

.vc_sep_width_50 {
  width: 50%
}

.vc_sep_width_60 {
  width: 60%
}

.vc_sep_width_70 {
  width: 70%
}

.vc_sep_width_80 {
  width: 80%
}

.vc_sep_width_90 {
  width: 90%
}

.vc_sep_width_100,
.wpb_single_image img.vc_img-placeholder {
  width: 100%
}

.vc_sep_pos_align_center {
  margin-left: auto;
  margin-right: auto
}

.vc_sep_pos_align_left {
  margin-left: 0;
  margin-right: auto
}

.vc_sep_pos_align_right {
  margin-left: auto;
  margin-right: 0
}

.vc_text_separator div {
  display: inline-block;
  padding: 1px 1em;
  position: relative;
  top: -9px
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-blue.vc_icon_element-background,
.wpb_single_image .vc_box_border.vc_box_border_blue,
.wpb_single_image .vc_box_border_circle.vc_box_border_blue {
  background-color: #5472D2
}

.separator_align_left {
  text-align: left
}

.separator_align_right {
  text-align: right
}

.vc-zigzag-wrapper {
  text-align: center
}

.vc-zigzag-wrapper.vc-zigzag-align-left {
  text-align: left
}

.vc-zigzag-wrapper.vc-zigzag-align-right {
  text-align: right
}

.vc-zigzag-inner {
  display: inline-block
}

.wpb_single_image a {
  border: none;
  outline: 0
}

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

.wpb_single_image .vc_single_image-wrapper {
  display: inline-block;
  vertical-align: top;
  max-width: 100%
}

.wpb_single_image .vc_single_image-wrapper.vc_box_rounded,
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
  border-radius: 4px;
  box-shadow: none
}

.wpb_single_image .vc_single_image-wrapper.vc_box_outline,
.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle {
  border-radius: 0;
  box-shadow: none;
  padding: 6px;
  border: 1px solid #EBEBEB
}

.wpb_single_image .vc_single_image-wrapper.vc_box_outline img,
.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #EBEBEB
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border,
.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle {
  border-radius: 0;
  box-shadow: none;
  padding: 6px;
  border: none
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border img,
.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img {
  border-radius: 0;
  box-shadow: none;
  border: none
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
  border-radius: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle {
  padding: 6px
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d {
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 15px
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d img {
  border-radius: 0;
  box-shadow: none
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
  border-radius: 50%;
  box-shadow: none;
  overflow: hidden
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
  box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

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

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

.wpb_single_image .vc_box_shadow_3d:after,
.wpb_single_image .vc_box_shadow_3d:before {
  content: "";
  position: absolute;
  box-shadow: 0 15px 10px rgba(0, 0, 0, .6);
  left: 5px;
  right: 50%;
  bottom: 8px;
  height: 30%;
  z-index: -1;
  border-radius: inherit;
  transform-origin: 0 0;
  transform: skewY(-6deg)
}

.wpb_single_image .vc_box_shadow_3d:after {
  left: 50%;
  right: 5px;
  transform: skewY(6deg);
  transform-origin: 100% 0
}

.wpb_single_image .vc_figure {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  max-width: 100%
}

.wpb_single_image .vc_figure-caption {
  margin-top: .2em;
  font-size: .8em
}

.wpb_single_image .vc_box_outline.vc_box_border_blue,
.wpb_single_image .vc_box_outline_circle.vc_box_border_blue {
  border-color: #5472D2
}

.wpb_single_image .vc_box_outline.vc_box_border_turquoise,
.wpb_single_image .vc_box_outline_circle.vc_box_border_turquoise {
  border-color: #00C1CF
}

.wpb_single_image .vc_box_border.vc_box_border_turquoise,
.wpb_single_image .vc_box_border_circle.vc_box_border_turquoise {
  background-color: #00C1CF
}

.wpb_single_image .vc_box_outline.vc_box_border_pink,
.wpb_single_image .vc_box_outline_circle.vc_box_border_pink {
  border-color: #FE6C61
}

.wpb_single_image .vc_box_border.vc_box_border_pink,
.wpb_single_image .vc_box_border_circle.vc_box_border_pink {
  background-color: #FE6C61
}

.wpb_single_image .vc_box_outline.vc_box_border_violet,
.wpb_single_image .vc_box_outline_circle.vc_box_border_violet {
  border-color: #8D6DC4
}

.wpb_single_image .vc_box_border.vc_box_border_violet,
.wpb_single_image .vc_box_border_circle.vc_box_border_violet {
  background-color: #8D6DC4
}

.wpb_single_image .vc_box_outline.vc_box_border_peacoc,
.wpb_single_image .vc_box_outline_circle.vc_box_border_peacoc {
  border-color: #4CADC9
}

.wpb_single_image .vc_box_border.vc_box_border_peacoc,
.wpb_single_image .vc_box_border_circle.vc_box_border_peacoc {
  background-color: #4CADC9
}

.wpb_single_image .vc_box_outline.vc_box_border_chino,
.wpb_single_image .vc_box_outline_circle.vc_box_border_chino {
  border-color: #CEC2AB
}

.wpb_single_image .vc_box_border.vc_box_border_chino,
.wpb_single_image .vc_box_border_circle.vc_box_border_chino {
  background-color: #CEC2AB
}

.wpb_single_image .vc_box_outline.vc_box_border_mulled_wine,
.wpb_single_image .vc_box_outline_circle.vc_box_border_mulled_wine {
  border-color: #50485B
}

.wpb_single_image .vc_box_border.vc_box_border_mulled_wine,
.wpb_single_image .vc_box_border_circle.vc_box_border_mulled_wine {
  background-color: #50485B
}

.wpb_single_image .vc_box_outline.vc_box_border_vista_blue,
.wpb_single_image .vc_box_outline_circle.vc_box_border_vista_blue {
  border-color: #75D69C
}

.wpb_single_image .vc_box_border.vc_box_border_vista_blue,
.wpb_single_image .vc_box_border_circle.vc_box_border_vista_blue {
  background-color: #75D69C
}

.wpb_single_image .vc_box_outline.vc_box_border_black,
.wpb_single_image .vc_box_outline_circle.vc_box_border_black {
  border-color: #2A2A2A
}

.wpb_single_image .vc_box_border.vc_box_border_black,
.wpb_single_image .vc_box_border_circle.vc_box_border_black {
  background-color: #2A2A2A
}

.wpb_single_image .vc_box_outline.vc_box_border_grey,
.wpb_single_image .vc_box_outline_circle.vc_box_border_grey {
  border-color: #EBEBEB
}

.wpb_single_image .vc_box_border.vc_box_border_grey,
.wpb_single_image .vc_box_border_circle.vc_box_border_grey {
  background-color: #EBEBEB
}

.wpb_single_image .vc_box_outline.vc_box_border_orange,
.wpb_single_image .vc_box_outline_circle.vc_box_border_orange {
  border-color: #F7BE68
}

.wpb_single_image .vc_box_border.vc_box_border_orange,
.wpb_single_image .vc_box_border_circle.vc_box_border_orange {
  background-color: #F7BE68
}

.wpb_single_image .vc_box_outline.vc_box_border_sky,
.wpb_single_image .vc_box_outline_circle.vc_box_border_sky {
  border-color: #5AA1E3
}

.wpb_single_image .vc_box_border.vc_box_border_sky,
.wpb_single_image .vc_box_border_circle.vc_box_border_sky {
  background-color: #5AA1E3
}

.wpb_single_image .vc_box_outline.vc_box_border_green,
.wpb_single_image .vc_box_outline_circle.vc_box_border_green {
  border-color: #6DAB3C
}

.wpb_single_image .vc_box_border.vc_box_border_green,
.wpb_single_image .vc_box_border_circle.vc_box_border_green {
  background-color: #6DAB3C
}

.wpb_single_image .vc_box_outline.vc_box_border_juicy_pink,
.wpb_single_image .vc_box_outline_circle.vc_box_border_juicy_pink {
  border-color: #F4524D
}

.wpb_single_image .vc_box_border.vc_box_border_juicy_pink,
.wpb_single_image .vc_box_border_circle.vc_box_border_juicy_pink {
  background-color: #F4524D
}

.wpb_single_image .vc_box_outline.vc_box_border_sandy_brown,
.wpb_single_image .vc_box_outline_circle.vc_box_border_sandy_brown {
  border-color: #F79468
}

.wpb_single_image .vc_box_border.vc_box_border_sandy_brown,
.wpb_single_image .vc_box_border_circle.vc_box_border_sandy_brown {
  background-color: #F79468
}

.wpb_single_image .vc_box_outline.vc_box_border_purple,
.wpb_single_image .vc_box_outline_circle.vc_box_border_purple {
  border-color: #B97EBB
}

.wpb_single_image .vc_box_border.vc_box_border_purple,
.wpb_single_image .vc_box_border_circle.vc_box_border_purple {
  background-color: #B97EBB
}

.wpb_single_image .vc_box_outline.vc_box_border_white,
.wpb_single_image .vc_box_outline_circle.vc_box_border_white {
  border-color: #FFF
}

.wpb_single_image .vc_box_border.vc_box_border_white,
.wpb_single_image .vc_box_border_circle.vc_box_border_white {
  background-color: #FFF
}

.vc_icon_element {
  line-height: 0;
  font-size: 14px;
  margin-bottom: 35px
}

.vc_icon_element.vc_icon_element-outer {
  box-sizing: border-box;
  text-align: center
}

.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
  text-align: left
}

.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center {
  text-align: center
}

.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-right {
  text-align: right
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  width: 4em;
  height: 4em;
  box-sizing: content-box;
  position: relative
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
  font-size: 2.15em;
  font-style: normal;
  line-height: 1 !important;
  font-size-adjust: none;
  font-stretch: normal;
  font-feature-settings: normal;
  font-language-override: normal;
  font-kerning: auto;
  font-synthesis: weight style;
  font-variant: normal;
  text-rendering: auto;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  width: inherit;
  height: inherit;
  font-size: 1em;
  text-align: center;
  text-rendering: optimizelegibility
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_gitem-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  box-sizing: content-box;
  border: none
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs {
  max-width: 100% !important;
  line-height: 1.2em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs.vc_icon_element-have-style-inner {
  width: 2.5em !important;
  height: 2.5em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs .vc_icon_element-icon {
  font-size: 1.2em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm {
  max-width: 100% !important;
  line-height: 1.6em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm.vc_icon_element-have-style-inner {
  width: 3.15em !important;
  height: 3.15em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm .vc_icon_element-icon {
  font-size: 1.6em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md {
  max-width: 100% !important;
  line-height: 2.15em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner {
  width: 4em !important;
  height: 4em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
  font-size: 2.15em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg {
  max-width: 100% !important;
  line-height: 2.85em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg.vc_icon_element-have-style-inner {
  width: 5em !important;
  height: 5em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon {
  font-size: 2.85em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl {
  max-width: 100% !important;
  line-height: 5em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl.vc_icon_element-have-style-inner {
  width: 7.15em !important;
  height: 7.15em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {
  font-size: 5em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded .vc_gitem-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded .vc_icon_element-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline .vc_gitem-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline .vc_icon_element-link {
  border-radius: 50%
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less .vc_gitem-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less .vc_icon_element-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline .vc_gitem-link,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline .vc_icon_element-link {
  border-radius: 5px
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-turquoise .vc_icon_element-icon {
  color: #00C1CF
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-pink .vc_icon_element-icon {
  color: #FE6C61
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-violet .vc_icon_element-icon {
  color: #8D6DC4
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-peacoc .vc_icon_element-icon {
  color: #4CADC9
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-chino .vc_icon_element-icon {
  color: #CEC2AB
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-mulled_wine .vc_icon_element-icon {
  color: #50485B
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-vista_blue .vc_icon_element-icon {
  color: #75D69C
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-black .vc_icon_element-icon {
  color: #2A2A2A
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-grey .vc_icon_element-icon {
  color: #EBEBEB
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-orange .vc_icon_element-icon {
  color: #F7BE68
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-sky .vc_icon_element-icon {
  color: #5AA1E3
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-green .vc_icon_element-icon {
  color: #6DAB3C
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-juicy_pink .vc_icon_element-icon {
  color: #F4524D
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-sandy_brown .vc_icon_element-icon {
  color: #F79468
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-purple .vc_icon_element-icon {
  color: #B97EBB
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-white .vc_icon_element-icon {
  color: #FFF
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-blue.vc_icon_element-outline {
  border-color: #5472D2
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-turquoise.vc_icon_element-outline {
  border-color: #00C1CF
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-turquoise.vc_icon_element-background {
  background-color: #00C1CF
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-pink.vc_icon_element-outline {
  border-color: #FE6C61
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-pink.vc_icon_element-background {
  background-color: #FE6C61
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-violet.vc_icon_element-outline {
  border-color: #8D6DC4
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-violet.vc_icon_element-background {
  background-color: #8D6DC4
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-peacoc.vc_icon_element-outline {
  border-color: #4CADC9
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-peacoc.vc_icon_element-background {
  background-color: #4CADC9
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-chino.vc_icon_element-outline {
  border-color: #CEC2AB
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-chino.vc_icon_element-background {
  background-color: #CEC2AB
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-mulled_wine.vc_icon_element-outline {
  border-color: #50485B
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-mulled_wine.vc_icon_element-background {
  background-color: #50485B
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-vista_blue.vc_icon_element-outline {
  border-color: #75D69C
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-vista_blue.vc_icon_element-background {
  background-color: #75D69C
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-black.vc_icon_element-outline {
  border-color: #2A2A2A
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-black.vc_icon_element-background {
  background-color: #2A2A2A
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-outline {
  border-color: #EBEBEB
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-background {
  background-color: #EBEBEB
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-orange.vc_icon_element-outline {
  border-color: #F7BE68
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-orange.vc_icon_element-background {
  background-color: #F7BE68
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sky.vc_icon_element-outline {
  border-color: #5AA1E3
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sky.vc_icon_element-background {
  background-color: #5AA1E3
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-green.vc_icon_element-outline {
  border-color: #6DAB3C
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-green.vc_icon_element-background {
  background-color: #6DAB3C
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-juicy_pink.vc_icon_element-outline {
  border-color: #F4524D
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-juicy_pink.vc_icon_element-background {
  background-color: #F4524D
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sandy_brown.vc_icon_element-outline {
  border-color: #F79468
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sandy_brown.vc_icon_element-background {
  background-color: #F79468
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-purple.vc_icon_element-outline {
  border-color: #B97EBB
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-purple.vc_icon_element-background {
  background-color: #B97EBB
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-outline {
  border-color: #FFF
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-background {
  background-color: #FFF
}

.vc_chart .vc_chart-legend {
  font-size: 14px;
  margin: 0;
  padding: 0
}

.vc_chart .vc_chart-legend li {
  line-height: 1.3em;
  list-style: none;
  margin: 0 0 .3em;
  min-height: 1.3em
}

.vc_chart .vc_chart-legend span {
  border-radius: .3em;
  display: inline-block;
  height: 1.3em;
  left: 0;
  margin-right: .5em;
  vertical-align: middle;
  width: 1.3em
}

@media (min-width:768px) {
  .vc_chart .vc_chart-legend {
    display: inline-block;
    vertical-align: middle;
    width: 40%
  }

  .vc_chart .vc_chart-legend li {
    margin-left: 1em
  }

  .vc_chart .vc_chart-with-legend {
    display: inline-block;
    vertical-align: middle;
    width: 60%
  }
}

.vc_line-chart .vc_chart-with-legend {
  width: 75%
}

.vc_line-chart .vc_chart-legend {
  width: 25%
}

.wpb_single_image .wpb_wrapper .vc_single_image-wrapper .zoomImg {
  border-radius: 0
}

.wpb_single_image [class*='_circle'] .vc-zoom-wrapper {
  border-radius: 50%
}

.wpb_single_image [class*='_rounded'] .vc-zoom-wrapper {
  border-radius: 4px
}

.vc_general.vc_pagination {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center
}

.vc_general.vc_pagination .vc_pagination-item {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle
}

.vc_general.vc_pagination .vc_pagination-trigger {
  display: block;
  text-decoration: none;
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 5px 7px;
  background: 0 0;
  transition: all .2s ease-in-out;
  border: none
}

.vc_gitem-zone,
.vc_gitem_row .vc_gitem-col {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  box-sizing: border-box
}

.vc_general.vc_pagination .vc_pagination-trigger:focus {
  outline: 0
}

.vc_general.vc_pagination .vc_active .vc_pagination-trigger {
  cursor: default
}

.vc_pagination.vc_pagination-style-outline .vc_pagination-trigger {
  border: 3px solid transparent
}

.vc_pagination.vc_pagination-style-flat .vc_pagination-trigger {
  opacity: .6
}

.vc_pagination.vc_pagination-style-flat .vc_active .vc_pagination-trigger,
.vc_pagination.vc_pagination-style-flat .vc_pagination-trigger:hover {
  opacity: 1
}

.vc_pagination.vc_pagination-shape-round .vc_pagination-trigger {
  border-radius: 50%
}

.vc_pagination.vc_pagination-shape-rounded .vc_pagination-trigger {
  border-radius: 3px
}

.vc_pagination-color-blue.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #5472D2
}

.vc_pagination-color-blue.vc_pagination-style-flat .vc_pagination-trigger,
.vc_pagination-color-blue.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-blue.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #5472D2
}

.vc_pagination-color-turquoise.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #00C1CF
}

.vc_pagination-color-turquoise.vc_pagination-style-flat .vc_pagination-trigger,
.vc_pagination-color-turquoise.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-turquoise.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #00C1CF
}

.vc_pagination-color-pink.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #FE6C61
}

.vc_pagination-color-pink.vc_pagination-style-flat .vc_pagination-trigger,
.vc_pagination-color-pink.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-pink.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #FE6C61
}

.vc_pagination-color-violet.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #8D6DC4
}

.vc_pagination-color-violet.vc_pagination-style-flat .vc_pagination-trigger,
.vc_pagination-color-violet.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-violet.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #8D6DC4
}

.vc_pagination-color-peacoc.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #4CADC9
}

.vc_pagination-color-peacoc.vc_pagination-style-flat .vc_pagination-trigger,
.vc_pagination-color-peacoc.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-peacoc.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #4CADC9
}

.vc_pagination-color-chino.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #CEC2AB
}

.vc_pagination-color-chino.vc_pagination-style-flat .vc_pagination-trigger,
.vc_pagination-color-chino.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-chino.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #CEC2AB
}

.vc_pagination-color-mulled-wine.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #50485B
}

.vc_pagination-color-mulled-wine.vc_pagination-style-flat .vc_pagination-trigger,
.vc_pagination-color-mulled-wine.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-mulled-wine.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #50485B
}

.vc_pagination-color-vista-blue.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #75D69C
}

.vc_pagination-color-vista-blue.vc_pagination-style-flat .vc_pagination-trigger,
.vc_pagination-color-vista-blue.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-vista-blue.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #75D69C
}

.vc_pagination-color-orange.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #F7BE68
}

.vc_pagination-color-orange.vc_pagination-style-flat .vc_pagination-trigger,
.vc_pagination-color-orange.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-orange.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #F7BE68
}

.vc_pagination-color-sky.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #5AA1E3
}

.vc_pagination-color-sky.vc_pagination-style-flat .vc_pagination-trigger,
.vc_pagination-color-sky.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-sky.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #5AA1E3
}

.vc_pagination-color-green.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #6DAB3C
}

.vc_pagination-color-green.vc_pagination-style-flat .vc_pagination-trigger,
.vc_pagination-color-green.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-green.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #6DAB3C
}

.vc_pagination-color-juicy-pink.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #F4524D
}

.vc_pagination-color-juicy-pink.vc_pagination-style-flat .vc_pagination-trigger,
.vc_pagination-color-juicy-pink.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-juicy-pink.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #F4524D
}

.vc_pagination-color-sandy-brown.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #F79468
}

.vc_pagination-color-sandy-brown.vc_pagination-style-flat .vc_pagination-trigger,
.vc_pagination-color-sandy-brown.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-sandy-brown.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #F79468
}

.vc_pagination-color-purple.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #B97EBB
}

.vc_pagination-color-purple.vc_pagination-style-flat .vc_pagination-trigger,
.vc_pagination-color-purple.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-purple.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #B97EBB
}

.vc_pagination-color-black.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #2A2A2A
}

.vc_pagination-color-black.vc_pagination-style-flat .vc_pagination-trigger,
.vc_pagination-color-black.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-black.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #2A2A2A
}

.vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #EBEBEB
}

.vc_pagination-color-grey.vc_pagination-style-flat .vc_pagination-trigger,
.vc_pagination-color-grey.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #EBEBEB
}

.vc_pagination-color-white.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #FFF
}

.vc_pagination-color-white.vc_pagination-style-flat .vc_pagination-trigger,
.vc_pagination-color-white.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-white.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #FFF
}

.vc_grid.vc_row {
  padding-left: 0;
  margin-left: 0;
  margin-right: 0
}

.vc-row[data-vc-full-width] .vc_grid.vc_row {
  overflow: hidden
}

.vc_grid.vc_row.vc_grid-gutter-1px {
  margin-bottom: -1px
}

.vc_grid.vc_row.vc_grid-gutter-1px .vc_pageable-slide-wrapper {
  margin-right: -1px
}

.vc_grid.vc_row.vc_grid-gutter-1px .vc_grid-item {
  padding-right: 1px;
  padding-bottom: 1px
}

.vc_grid.vc_row.vc_grid-gutter-2px {
  margin-bottom: -2px
}

.vc_grid.vc_row.vc_grid-gutter-2px .vc_pageable-slide-wrapper {
  margin-right: -2px
}

.vc_grid.vc_row.vc_grid-gutter-2px .vc_grid-item {
  padding-right: 2px;
  padding-bottom: 2px
}

.vc_grid.vc_row.vc_grid-gutter-3px {
  margin-bottom: -3px
}

.vc_grid.vc_row.vc_grid-gutter-3px .vc_pageable-slide-wrapper {
  margin-right: -3px
}

.vc_grid.vc_row.vc_grid-gutter-3px .vc_grid-item {
  padding-right: 3px;
  padding-bottom: 3px
}

.vc_grid.vc_row.vc_grid-gutter-4px {
  margin-bottom: -4px
}

.vc_grid.vc_row.vc_grid-gutter-4px .vc_pageable-slide-wrapper {
  margin-right: -4px
}

.vc_grid.vc_row.vc_grid-gutter-4px .vc_grid-item {
  padding-right: 4px;
  padding-bottom: 4px
}

.vc_grid.vc_row.vc_grid-gutter-5px {
  margin-bottom: -5px
}

.vc_grid.vc_row.vc_grid-gutter-5px .vc_pageable-slide-wrapper {
  margin-right: -5px
}

.vc_grid.vc_row.vc_grid-gutter-5px .vc_grid-item {
  padding-right: 5px;
  padding-bottom: 5px
}

.vc_grid.vc_row.vc_grid-gutter-10px {
  margin-bottom: -10px
}

.vc_grid.vc_row.vc_grid-gutter-10px .vc_pageable-slide-wrapper {
  margin-right: -10px
}

.vc_grid.vc_row.vc_grid-gutter-10px .vc_grid-item {
  padding-right: 10px;
  padding-bottom: 10px
}

.vc_grid.vc_row.vc_grid-gutter-15px {
  margin-bottom: -15px
}

.vc_grid.vc_row.vc_grid-gutter-15px .vc_pageable-slide-wrapper {
  margin-right: -15px
}

.vc_grid.vc_row.vc_grid-gutter-15px .vc_grid-item {
  padding-right: 15px;
  padding-bottom: 15px
}

.vc_grid.vc_row.vc_grid-gutter-20px {
  margin-bottom: -20px
}

.vc_grid.vc_row.vc_grid-gutter-20px .vc_pageable-slide-wrapper {
  margin-right: -20px
}

.vc_grid.vc_row.vc_grid-gutter-20px .vc_grid-item {
  padding-right: 20px;
  padding-bottom: 20px
}

.vc_grid.vc_row.vc_grid-gutter-25px {
  margin-bottom: -25px
}

.vc_grid.vc_row.vc_grid-gutter-25px .vc_pageable-slide-wrapper {
  margin-right: -25px
}

.vc_grid.vc_row.vc_grid-gutter-25px .vc_grid-item {
  padding-right: 25px;
  padding-bottom: 25px
}

.vc_grid.vc_row.vc_grid-gutter-30px {
  margin-bottom: -30px
}

.vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
  margin-right: -30px
}

.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
  padding-right: 30px;
  padding-bottom: 30px
}

.vc_grid.vc_row.vc_grid-gutter-35px {
  margin-bottom: -35px
}

.vc_grid.vc_row.vc_grid-gutter-35px .vc_pageable-slide-wrapper {
  margin-right: -35px
}

.vc_grid.vc_row.vc_grid-gutter-35px .vc_grid-item {
  padding-right: 35px;
  padding-bottom: 35px
}

.vc_grid.vc_row .vc_pageable-slide-wrapper .vc_grid-item.vc_visible-item:hover {
  z-index: 3
}

.vc_grid.vc_row .vc_grid-item {
  display: none;
  padding: 0;
  vertical-align: top;
  float: none;
  box-sizing: border-box;
  z-index: 1
}

.vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_grid-item-content {
  overflow: hidden
}

.vc_grid.vc_row .vc_grid-item .vc_btn,
.vc_grid.vc_row .vc_grid-item .vc_icon_element,
.vc_grid.vc_row .vc_grid-item .wpb_content_element {
  margin-bottom: 15px
}

.vc-hoverbox-inner :last-child,
.vc_gitem_row,
.vc_gitem_row .vc_gitem_row {
  margin-bottom: 0
}

.vc_grid.vc_row .vc_grid-item .vc_btn a,
.vc_grid.vc_row .vc_grid-item .vc_icon_element a,
.vc_grid.vc_row .vc_grid-item .wpb_content_element a {
  text-decoration: none;
  border-bottom: 0
}

.vc_grid-animation-none .vc_grid.vc_row .vc_grid-item {
  transition: none !important
}

.vc_grid .vc_gitem-link {
  border-bottom: none;
  outline: 0;
  box-shadow: none
}

.vc_masonry_grid .vc_grid.vc_row .vc_grid-item,
.vc_masonry_media_grid .vc_grid.vc_row .vc_grid-item {
  position: static
}

.vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item,
.vc_masonry_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item,
.vc_masonry_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item,
.vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
  display: block
}

@media (min-width:768px) {

  .vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item,
  .vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
    display: inline-block
  }
}

@-moz-document url-prefix() {

  .vc_masonry_grid .vc_grid-item,
  .vc_masonry_media_grid .vc_grid-item {
    margin-left: -.01px
  }
}

.vc_gitem-zone-b {
  display: none;
  overflow: hidden
}

.vc_gitem-float-none {
  float: none
}

.vc_gitem-float-left {
  float: left
}

.vc_gitem-float-right {
  float: right
}

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

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

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

.vc_gitem-block {
  position: relative;
  overflow: hidden
}

.vc_gitem-is-link {
  cursor: pointer
}

.vc_gitem-link {
  text-decoration: none
}

.vc_gitem_row {
  margin-left: 0;
  margin-right: 0;
  padding: inherit;
  box-sizing: border-box
}

.vc_gitem-zone-a .vc_gitem-row-position-top,
.vc_gitem-zone-b .vc_gitem-row-position-top {
  position: absolute;
  left: 0;
  right: 0;
  top: 0
}

.vc_gitem-zone-a .vc_gitem-row-position-middle,
.vc_gitem-zone-b .vc_gitem-row-position-middle {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%)
}

.vc_gitem-zone-a .vc_gitem-row-position-bottom,
.vc_gitem-zone-b .vc_gitem-row-position-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0
}

.vc_gitem_row .vc_gitem-col {
  padding: 10px;
  background-size: cover
}

.vc_gitem-zone {
  position: relative;
  background-size: cover;
  background-clip: border-box;
  overflow: hidden
}

.vc_gitem-zone .vc-zone-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 5
}

.vc_gitem-zone-img {
  width: 100%;
  display: block;
  visibility: hidden;
  height: auto
}

.vc_gitem-zone-a .vc_gitem-zone-mini {
  box-sizing: border-box;
  padding: inherit;
  position: static;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.vc_gitem-zone-b .vc_gitem-zone-mini {
  position: static;
  padding: inherit;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0
}

.vc_grid-item-zone-c-left .vc_gitem-animated-block {
  float: right;
  width: 50%
}

.vc_grid-item-zone-c-left .vc_gitem-zone-c,
.vc_grid-item-zone-c-right .vc_gitem-animated-block {
  float: left;
  width: 50%
}

.vc_grid-item-zone-c-right .vc_gitem-zone-c {
  float: right;
  width: 50%
}

.vc-gitem-zone-height-mode-auto .vc_gitem-zone-img {
  display: none !important
}

.vc-gitem-zone-height-mode-auto:before {
  content: "";
  display: block;
  padding-top: 100%
}

.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-4-3:before {
  padding-top: 100/4*3%
}

.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-3-4:before {
  padding-top: 100/3*4%
}

.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-16-9:before {
  padding-top: 100/16*9%
}

.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-9-16:before {
  padding-top: 100/9*16%
}

.vc_gitem-animated-block {
  position: relative
}

.vc_gitem-animate .vc_btn {
  transition: all 0s ease
}

.vc_gitem-animate .vc_gitem-zone-b {
  z-index: 199
}

.vc_gitem-animate-none .vc_gitem-zone-b {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  box-sizing: border-box
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-none .vc_gitem-zone-b {
  opacity: 1;
  filter: alpha(opacity=100)
}

.vc_gitem-animate-blurOut .vc_gitem-zone-b,
.vc_gitem-animate-blurScaleOut .vc_gitem-zone-b,
.vc_gitem-animate-fadeIn .vc_gitem-zone-b,
.vc_gitem-animate-scaleIn .vc_gitem-zone-b,
.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 1s ease;
  box-sizing: border-box
}

.vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_separator,
.vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_separator,
.vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_separator,
.vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_separator,
.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_separator {
  transition: all 1s ease;
  width: 0
}

.vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_btn,
.vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_btn,
.vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_btn,
.vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_btn,
.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_btn {
  transition: all 1s ease;
  transform: scale(0)
}

.vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title,
.vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title,
.vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title,
.vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title,
.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate3d(0, -100%, 0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  transition: transform 1s cubic-bezier(0, .275, .125, 1), opacity .5s cubic-bezier(0, .275, .125, 1)
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_separator {
  transition: all 1s ease;
  width: 50%
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_btn {
  transition: all 1s ease;
  transform: scale(1)
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_post-title {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate3d(0, 0, 0)
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b {
  opacity: 1;
  filter: alpha(opacity=100)
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_separator,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_separator {
  transition: all 1s ease;
  width: 50%
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_btn,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_btn {
  transition: all 1s ease;
  transform: scale(1)
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate3d(0, 0, 0)
}

.vc_gitem-animate-scaleIn {
  overflow: hidden
}

.vc_gitem-animate-scaleIn .vc_gitem-zone-a {
  transform: scale(1);
  transition: transform .3s ease-in-out
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-a {
  transform: scale(1.1)
}

.vc_gitem-animate-scaleRotateIn {
  overflow: hidden
}

.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-a {
  transform: scale(1);
  transition: transform .3s ease-in-out
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-a {
  transform: scale(1.5) rotate(10deg)
}

.vc_gitem-animate-blurOut .vc_gitem-zone-a,
.vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
  -moz-filter: blur(0);
  -ms-filter: blur(0);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
  transform-origin: 50% 50%;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  webkit-transition: filter .5s cubic-bezier(0, .275, .125, 1), -webkit-transform .5s cubic-bezier(0, .275, .125, 1);
  transition: filter .5s cubic-bezier(0, .275, .125, 1), transform .5s cubic-bezier(0, .275, .125, 1)
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-a,
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0')
}

.vc_gitem-animate-blurScaleOut {
  overflow: hidden
}

.vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
  transform: scale(1.1)
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
  transform: scale(1)
}

.vc_gitem-animate-slideInRight {
  overflow: hidden
}

.vc_gitem-animate-slideInRight .vc_gitem-zone-b {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 1s ease;
  transform: translateX(-100%)
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideInRight .vc_gitem-zone-b {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(0)
}

.vc_gitem-animate-slideInLeft {
  overflow: hidden
}

.vc_gitem-animate-slideInLeft .vc_gitem-zone-b {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  transition: all 1s ease;
  transform: translateX(-100%);
  opacity: 0;
  filter: alpha(opacity=0)
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideInLeft .vc_gitem-zone-b {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(0)
}

.vc_gitem-animate-slideBottom {
  overflow: hidden;
  position: relative
}

.vc_gitem-animate-slideBottom .vc_gitem-zone-b {
  display: block;
  transition: all 1s ease;
  z-index: 1000;
  position: absolute;
  top: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideBottom .vc_gitem-zone-b {
  top: 0
}

.vc_gitem-animate-slideTop {
  overflow: hidden;
  position: relative
}

.vc_gitem-animate-slideTop .vc_gitem-zone-b {
  display: block;
  transition: all 1s ease;
  z-index: 1000;
  position: absolute;
  top: -100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideTop .vc_gitem-zone-b {
  top: 0
}

.vc_gitem-animate-flipFadeIn {
  overflow: hidden
}

.vc_gitem-animate-flipFadeIn .vc_gitem-zone-a {
  backface-visibility: hidden;
  transition: transform 1s;
  transform-style: preserve-3d
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipFadeIn .vc_gitem-zone-a {
  transform: rotateX(180deg)
}

.vc_gitem-animate-flipFadeIn .vc_gitem-zone-b {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .6s ease;
  transform-style: preserve-3d;
  transform: rotateX(180deg);
  backface-visibility: hidden
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipFadeIn .vc_gitem-zone-b {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotateX(0)
}

.vc_gitem-animate-flipHorizontalFadeIn {
  overflow: hidden
}

.vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-a {
  backface-visibility: hidden;
  transition: transform 1s;
  transform-style: preserve-3d
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-a {
  transform: rotateY(180deg)
}

.vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-b {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .6s ease;
  transform-style: preserve-3d;
  transform: rotateY(180deg);
  backface-visibility: hidden
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-b {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotateY(0)
}

.vc_gitem-animate-goTop20 {
  overflow: hidden
}

.vc_gitem-animate-goTop20 .vc_gitem-zone-a {
  position: relative;
  transform: translateY(0);
  transition: transform .5s ease
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goTop20 .vc_gitem-zone-a {
  transform: translateY(-20%)
}

.vc_gitem-animate-goTop20 .vc_gitem-zone-b {
  display: block;
  transition: bottom .5s ease;
  bottom: -100%;
  z-index: 1000;
  position: absolute;
  width: 100%;
  margin: 0
}

.vc_gitem-animate-goTop20 .vc_gitem-zone-b .vc_gitem-zone-mini {
  position: static;
  transform: none
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goTop20 .vc_gitem-zone-b {
  bottom: 0
}

.vc_gitem-animate-goBottom20 {
  overflow: hidden
}

.vc_gitem-animate-goBottom20 .vc_gitem-zone-a {
  position: relative;
  transform: translateY(0);
  transition: transform .5s ease
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goBottom20 .vc_gitem-zone-a {
  transform: translateY(20%)
}

.vc_gitem-animate-goBottom20 .vc_gitem-zone-b {
  display: block;
  transition: top .5s ease;
  top: -100%;
  z-index: 1000;
  position: absolute;
  width: 100%;
  margin: 0
}

.vc_gitem-animate-goBottom20 .vc_gitem-zone-b .vc_gitem-zone-mini {
  position: static;
  transform: none
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goBottom20 .vc_gitem-zone-b {
  top: 0
}

.vc_gitem-post-data {
  margin-bottom: 15px
}

.vc_gitem-post-data h2 {
  margin: 0
}

.vc_gitem-post-category-name .vc_gitem-link {
  color: inherit
}

.vc_grid .vc_pageable-load-more-btn {
  text-align: center;
  margin-top: 25px
}

.vc_grid .vc_pageable-load-more-btn>.vc_btn {
  outline: 0
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots {
  display: none;
  margin-top: 20px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot {
  cursor: pointer;
  display: inline-block
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots {
  display: block
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots .vc_grid-owl-dot span {
  border: 3px solid;
  transition: background-color .2s ease
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots {
  display: block
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots .vc_grid-owl-dot span {
  border: 3px solid;
  border-radius: 10px;
  transition: background-color .2s ease
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots {
  display: block
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot span {
  border-radius: 30px;
  opacity: .6;
  filter: alpha(opacity=60)
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot:hover span {
  opacity: 1;
  filter: alpha(opacity=100)
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots {
  display: block
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  opacity: .6;
  filter: alpha(opacity=60)
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot:hover span {
  opacity: 1;
  filter: alpha(opacity=100)
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots {
  display: block
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 3px;
  opacity: .6;
  filter: alpha(opacity=60)
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme:hover .vc_grid-owl-nav {
  opacity: 1;
  filter: alpha(opacity=100)
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span {
  border-color: #5472D2 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot:hover span {
  background-color: #5472D2 !important;
  border-color: #5472D2 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span {
  border-color: #00C1CF !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot:hover span {
  background-color: #00C1CF !important;
  border-color: #00C1CF !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span {
  border-color: #FE6C61 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot:hover span {
  background-color: #FE6C61 !important;
  border-color: #FE6C61 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span {
  border-color: #8D6DC4 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot:hover span {
  background-color: #8D6DC4 !important;
  border-color: #8D6DC4 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span {
  border-color: #4CADC9 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot:hover span {
  background-color: #4CADC9 !important;
  border-color: #4CADC9 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span {
  border-color: #CEC2AB !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot:hover span {
  background-color: #CEC2AB !important;
  border-color: #CEC2AB !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span {
  border-color: #50485B !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot:hover span {
  background-color: #50485B !important;
  border-color: #50485B !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span {
  border-color: #75D69C !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot:hover span {
  background-color: #75D69C !important;
  border-color: #75D69C !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span {
  border-color: #2A2A2A !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot:hover span {
  background-color: #2A2A2A !important;
  border-color: #2A2A2A !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span {
  border-color: #EBEBEB !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:hover span {
  background-color: #EBEBEB !important;
  border-color: #EBEBEB !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span {
  border-color: #F7BE68 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot:hover span {
  background-color: #F7BE68 !important;
  border-color: #F7BE68 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span {
  border-color: #5AA1E3 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot:hover span {
  background-color: #5AA1E3 !important;
  border-color: #5AA1E3 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span {
  border-color: #6DAB3C !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot:hover span {
  background-color: #6DAB3C !important;
  border-color: #6DAB3C !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span {
  border-color: #F4524D !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot:hover span {
  background-color: #F4524D !important;
  border-color: #F4524D !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span {
  border-color: #F79468 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot:hover span {
  background-color: #F79468 !important;
  border-color: #F79468 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span {
  border-color: #B97EBB !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot:hover span {
  background-color: #B97EBB !important;
  border-color: #B97EBB !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span {
  border-color: #FFF !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot:hover span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot.active span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot:hover span {
  background-color: #FFF !important;
  border-color: #FFF !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span {
  background-color: #5472D2 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span {
  background-color: #00C1CF !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span {
  background-color: #FE6C61 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span {
  background-color: #8D6DC4 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span {
  background-color: #4CADC9 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span {
  background-color: #CEC2AB !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span {
  background-color: #50485B !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span {
  background-color: #75D69C !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span {
  background-color: #2A2A2A !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span {
  background-color: #EBEBEB !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span {
  background-color: #F7BE68 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span {
  background-color: #5AA1E3 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span {
  background-color: #6DAB3C !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span {
  background-color: #F4524D !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span {
  background-color: #F79468 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span {
  background-color: #B97EBB !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span {
  background-color: #FFF !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav {
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity .3s ease-in 0s;
  -webkit-tap-highlight-color: transparent
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .disabled {
  display: none !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 25px;
  line-height: 25px;
  height: 25px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition: opacity .3s ease-in 0s
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next:hover,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev:hover {
  opacity: 1;
  filter: alpha(opacity=100)
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev {
  left: 5px
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev.vc_grid-nav-prev-outside {
  left: -30px
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next {
  right: 5px
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next.vc_grid-nav-next-outside {
  right: -30px
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-blue {
  color: #5472D2 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-turquoise {
  color: #00C1CF !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-pink {
  color: #FE6C61 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-violet {
  color: #8D6DC4 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-peacoc {
  color: #4CADC9 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-chino {
  color: #CEC2AB !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-mulled_wine {
  color: #50485B !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-vista_blue {
  color: #75D69C !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-black {
  color: #2A2A2A !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-grey {
  color: #EBEBEB !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-orange {
  color: #F7BE68 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-sky {
  color: #5AA1E3 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-green {
  color: #6DAB3C !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-juicy_pink {
  color: #F4524D !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-sandy_brown {
  color: #F79468 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-purple {
  color: #B97EBB !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-white {
  color: #FFF !important
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-1px .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-1px .vc_grid-owl-nav .vc_grid-owl-prev {
  margin-top: -13px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-2px .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-2px .vc_grid-owl-nav .vc_grid-owl-prev {
  margin-top: -13.5px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-3px .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-3px .vc_grid-owl-nav .vc_grid-owl-prev {
  margin-top: -14px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-4px .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-4px .vc_grid-owl-nav .vc_grid-owl-prev {
  margin-top: -14.5px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-5px .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-5px .vc_grid-owl-nav .vc_grid-owl-prev {
  margin-top: -15px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-10px .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-10px .vc_grid-owl-nav .vc_grid-owl-prev {
  margin-top: -17.5px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-15px .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-15px .vc_grid-owl-nav .vc_grid-owl-prev {
  margin-top: -20px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-20px .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-20px .vc_grid-owl-nav .vc_grid-owl-prev {
  margin-top: -22.5px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-25px .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-25px .vc_grid-owl-nav .vc_grid-owl-prev {
  margin-top: -25px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-30px .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-30px .vc_grid-owl-nav .vc_grid-owl-prev {
  margin-top: -27.5px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-35px .vc_grid-owl-nav .vc_grid-owl-next,
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-35px .vc_grid-owl-nav .vc_grid-owl-prev {
  margin-top: -30px
}

.vc_grid-pagination .vc_grid-pagination-list {
  outline: 0;
  display: block;
  padding-left: 0;
  text-align: center;
  margin: 20px 0 0 !important;
  border-radius: 2px
}

.vc_grid-pagination .vc_grid-pagination-list>li {
  display: inline-block;
  margin: 0;
  border: 0 solid transparent
}

.vc_grid-pagination .vc_grid-pagination-list>li>a,
.vc_grid-pagination .vc_grid-pagination-list>li>span {
  color: #fff;
  background-color: #337ab7;
  border: 1px solid #337ab7;
  transition: opacity .3s ease-in 0s;
  position: relative;
  float: left;
  padding: 3px 10px;
  line-height: 1.42857143;
  text-decoration: none;
  opacity: .5;
  filter: alpha(opacity=50);
  margin-left: -1px;
  font-size: 10px
}

.vc_grid-pagination .vc_grid-pagination-list>li:first-child>a,
.vc_grid-pagination .vc_grid-pagination-list>li:first-child>span {
  margin-left: 0
}

.vc_grid-pagination .vc_grid-pagination-list>li:focus a,
.vc_grid-pagination .vc_grid-pagination-list>li:focus span,
.vc_grid-pagination .vc_grid-pagination-list>li:hover a,
.vc_grid-pagination .vc_grid-pagination-list>li:hover span {
  opacity: 1;
  filter: alpha(opacity=100)
}

.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-prev>a:after {
  font-family: vc_grid_v1;
  display: inline-block;
  content: "\e61b"
}

.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-next>a:after {
  font-family: vc_grid_v1;
  display: inline-block;
  content: "\e61a"
}

.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-first>a:after {
  font-family: vc_grid_v1;
  display: inline-block;
  content: "\e618"
}

.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-last>a:after {
  font-family: vc_grid_v1;
  display: inline-block;
  content: "\e619"
}

.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>a,
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>a:focus,
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>a:hover,
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>span,
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>span:focus,
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>span:hover {
  z-index: 2;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: default
}

.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-disabled>a,
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-disabled>a:focus,
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-disabled>a:hover,
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-disabled>span,
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-disabled>span:focus,
.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-disabled>span:hover {
  display: none
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue>li {
  border-color: #5472D2 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue>li>span {
  background-color: #5472D2 !important;
  border-color: #5472D2 !important;
  color: #FFF !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise>li {
  border-color: #00C1CF !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise>li>span {
  background-color: #00C1CF !important;
  border-color: #00C1CF !important;
  color: #FFF !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink>li {
  border-color: #FE6C61 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink>li>span {
  background-color: #FE6C61 !important;
  border-color: #FE6C61 !important;
  color: #FFF !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet>li {
  border-color: #8D6DC4 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet>li>span {
  background-color: #8D6DC4 !important;
  border-color: #8D6DC4 !important;
  color: #FFF !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc>li {
  border-color: #4CADC9 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc>li>span {
  background-color: #4CADC9 !important;
  border-color: #4CADC9 !important;
  color: #FFF !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino>li {
  border-color: #CEC2AB !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino>li>span {
  background-color: #CEC2AB !important;
  border-color: #CEC2AB !important;
  color: #FFF !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine>li {
  border-color: #50485B !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine>li>span {
  background-color: #50485B !important;
  border-color: #50485B !important;
  color: #FFF !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue>li {
  border-color: #75D69C !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue>li>span {
  background-color: #75D69C !important;
  border-color: #75D69C !important;
  color: #FFF !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black>li {
  border-color: #2A2A2A !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black>li>span {
  background-color: #2A2A2A !important;
  border-color: #2A2A2A !important;
  color: #FFF !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey>li {
  border-color: #EBEBEB !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey>li>span {
  background-color: #EBEBEB !important;
  border-color: #EBEBEB !important;
  color: #FFF !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange>li {
  border-color: #F7BE68 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange>li>span {
  background-color: #F7BE68 !important;
  border-color: #F7BE68 !important;
  color: #FFF !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky>li {
  border-color: #5AA1E3 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky>li>span {
  background-color: #5AA1E3 !important;
  border-color: #5AA1E3 !important;
  color: #FFF !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green>li {
  border-color: #6DAB3C !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green>li>span {
  background-color: #6DAB3C !important;
  border-color: #6DAB3C !important;
  color: #FFF !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink>li {
  border-color: #F4524D !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink>li>span {
  background-color: #F4524D !important;
  border-color: #F4524D !important;
  color: #FFF !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown>li {
  border-color: #F79468 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown>li>span {
  background-color: #F79468 !important;
  border-color: #F79468 !important;
  color: #FFF !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple>li {
  border-color: #B97EBB !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple>li>span {
  background-color: #B97EBB !important;
  border-color: #B97EBB !important;
  color: #FFF !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white>li {
  border-color: #FFF !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white>li>span {
  background-color: #FFF !important;
  border-color: #FFF !important;
  color: #2A2A2A !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li>span {
  box-sizing: border-box;
  min-width: 28px;
  min-height: 22px
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default>li:first-child>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default>li:first-child>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li:first-child>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li:first-child>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li:first-child>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li:first-child>span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default>li:last-child>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default>li:last-child>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li:last-child>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li:last-child>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li:last-child>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li:last-child>span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light>li>span {
  margin-left: 5px;
  box-sizing: border-box;
  min-height: 22px;
  min-width: 22px;
  padding: 3px
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light>li>span {
  margin-left: 5px;
  border-radius: 30px;
  box-sizing: border-box;
  min-height: 22px;
  min-width: 22px;
  padding: 3px
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light>li>span {
  border-radius: 5px;
  box-sizing: border-box;
  min-height: 22px;
  min-width: 22px;
  padding: 3px
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark>li>span {
  background-color: transparent !important;
  color: #000 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light>li>span,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light>li>span {
  background-color: transparent !important;
  color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark>li,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light>li {
  border-left-width: 1px !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark>li>a,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light>li>a {
  border-width: 0;
  background: rgba(0, 0, 0, 0) !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark li.vc_grid-disabled+li,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark>li:first-child,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light li.vc_grid-disabled+li,
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light>li:first-child {
  border-width: 0 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark>li>a {
  color: #000 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light>li>a {
  color: #fff !important
}

.vc_grid-filter.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-black>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-blue>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-chino>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-pink>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-violet>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover>span {
  color: #FFF
}

.vc_grid-loading {
  margin: 2em auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em
}

.vc_grid-loading,
.vc_grid-loading:after,
.vc_grid-loading:before {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  animation: load7 1.8s infinite ease-in-out
}

.vc_grid-loading:before {
  left: -20px
}

.vc_grid-loading:after {
  left: 20px;
  animation-delay: .32s
}

.vc_grid-loading:after,
.vc_grid-loading:before {
  content: '';
  position: absolute;
  top: 0
}

@keyframes load7 {

  0%,
  100%,
  80% {
    box-shadow: 0 2.5em 0 -1.3em rgba(235, 235, 235, .75)
  }

  40% {
    box-shadow: 0 2.5em 0 0 rgba(235, 235, 235, .75)
  }
}

.vc_grid-filter {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
  padding: 0
}

.vc_grid-filter.vc_grid-filter-center {
  text-align: center
}

.vc_grid-filter.vc_grid-filter-right {
  text-align: right
}

.vc_grid-filter.vc_grid-filter-left {
  text-align: left
}

.vc_grid-filter.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-blue>.vc_grid-filter-item:hover {
  background-color: #5472D2
}

.vc_grid-filter.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover {
  background-color: #00C1CF
}

.vc_grid-filter.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-pink>.vc_grid-filter-item:hover {
  background-color: #FE6C61
}

.vc_grid-filter.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-violet>.vc_grid-filter-item:hover {
  background-color: #8D6DC4
}

.vc_grid-filter.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover {
  background-color: #4CADC9
}

.vc_grid-filter.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-chino>.vc_grid-filter-item:hover {
  background-color: #CEC2AB
}

.vc_grid-filter.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover {
  background-color: #50485B
}

.vc_grid-filter.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover {
  background-color: #75D69C
}

.vc_grid-filter.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-black>.vc_grid-filter-item:hover {
  background-color: #2A2A2A
}

.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover {
  background-color: #EBEBEB
}

.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover>span {
  color: #666
}

.vc_grid-filter.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-green>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-orange>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-purple>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-sky>.vc_grid-filter-item:hover>span {
  color: #FFF
}

.vc_grid-filter.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-orange>.vc_grid-filter-item:hover {
  background-color: #F7BE68
}

.vc_grid-filter.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-sky>.vc_grid-filter-item:hover {
  background-color: #5AA1E3
}

.vc_grid-filter.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-green>.vc_grid-filter-item:hover {
  background-color: #6DAB3C
}

.vc_grid-filter.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover {
  background-color: #F4524D
}

.vc_grid-filter.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover {
  background-color: #F79468
}

.vc_grid-filter.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-purple>.vc_grid-filter-item:hover {
  background-color: #B97EBB
}

.vc_grid-filter.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-white>.vc_grid-filter-item:hover {
  background-color: #FFF
}

.vc_grid-filter.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-color-white>.vc_grid-filter-item:hover>span {
  color: #666
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item>span {
  color: #FFF
}

.vc_grid-filter>.vc_grid-filter-item {
  cursor: pointer;
  display: inline-block;
  background: 0 0;
  padding: 4px 10px;
  transition: background-color .1s linear
}

.vc_grid-filter-dropdown .vc_grid-styled-select .vc_arrow-icon-navicon,
.vc_grid-filter-select,
.vc_grid-filter-select .vc_grid-styled-select .vc_arrow-icon-navicon {
  display: none
}

.vc_grid-filter>.vc_grid-filter-item:first-child {
  margin-left: 0 !important
}

.vc_grid-filter>.vc_grid-filter-item>span {
  transition: color .1s linear;
  outline: 0;
  padding: 0;
  text-decoration: none
}

.vc_grid-filter>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter>.vc_grid-filter-item:hover>span {
  text-decoration: none
}

.vc_grid-filter.vc_grid-filter-default>.vc_grid-filter-item {
  margin: 0 5px 5px 0;
  border-radius: 30px
}

.vc_grid-filter.vc_grid-filter- .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-comma .vc_grid-filter-item {
  padding: 0 !important
}

.vc_grid-filter.vc_grid-filter-default-less-rounded>.vc_grid-filter-item {
  margin: 0 5px 5px 0;
  border-radius: 5px
}

.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item {
  margin: 0;
  border: 1px solid rgba(235, 235, 235, .8);
  border-collapse: collapse
}

.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item:nth-child(n+2),
.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item:nth-child(n+2),
.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item:nth-child(n+2) {
  margin-left: -1px;
  margin-top: -1px
}

.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item:hover {
  position: relative;
  z-index: 1;
  border-color: transparent
}

.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item.vc_active>a,
.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item:hover>a,
.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item.vc_active>a,
.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item:hover>a,
.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item.vc_active>a,
.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item:hover>a {
  text-decoration: none
}

.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px
}

.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px
}

.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px
}

.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item {
  background-color: #7c93dd
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item:hover {
  background-color: #5472D2
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item {
  background-color: #00919c
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover {
  background-color: #00C1CF
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item {
  background-color: #fe9b94
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item:hover {
  background-color: #FE6C61
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item {
  background-color: #a991d3
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item:hover {
  background-color: #8D6DC4
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item {
  background-color: #73bfd5
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover {
  background-color: #4CADC9
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item {
  background-color: #e1d9cb
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item:hover {
  background-color: #CEC2AB
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item {
  background-color: #695f77
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover {
  background-color: #50485B
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item {
  background-color: #9ce2b8
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover {
  background-color: #75D69C
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item {
  background-color: #444
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item:hover {
  background-color: #2A2A2A
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item>span {
  color: #666
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item {
  background-color: #d2d2d2
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item:hover {
  background-color: #EBEBEB
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item>span {
  color: #FFF
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item {
  background-color: #fad398
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item:hover {
  background-color: #F7BE68
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item {
  background-color: #86baea
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item:hover {
  background-color: #5AA1E3
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item {
  background-color: #87c456
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item:hover {
  background-color: #6DAB3C
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item {
  background-color: #f7817d
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover {
  background-color: #F4524D
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item {
  background-color: #fab698
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover {
  background-color: #F79468
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item {
  background-color: #cb9fcd
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item:hover {
  background-color: #B97EBB
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item:hover>span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item>span {
  color: #666
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item {
  background-color: #e6e6e6
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item:hover {
  background-color: #FFF
}

.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled>.vc_grid-filter-item {
  margin: 0;
  border: 1px solid transparent;
  border-collapse: collapse;
  padding: 3px 7px
}

.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item>span,
.vc_grid-filter.vc_grid-filter-filled>.vc_grid-filter-item>span {
  color: #FFF
}

.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item:nth-child(n+2),
.vc_grid-filter.vc_grid-filter-filled>.vc_grid-filter-item:nth-child(n+2) {
  border-left: none;
  margin-left: 1px;
  border-top: none;
  margin-top: 1px
}

.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item:first-child,
.vc_grid-filter.vc_grid-filter-filled>.vc_grid-filter-item:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 0
}

.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item:last-child,
.vc_grid-filter.vc_grid-filter-filled>.vc_grid-filter-item:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px
}

.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top: 0
}

.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px
}

.vc_grid-filter.vc_grid-filter-filled-rounded-all>.vc_grid-filter-item {
  border-radius: 3px !important
}

.vc_grid-filter.vc_grid-filter-filled-round-all>.vc_grid-filter-item {
  border-radius: 30px !important
}

.vc_grid-filter.vc_grid-filter-size-xs .vc_grid-filter-item {
  font-size: 12px;
  padding: 1px 5px
}

.vc_grid-filter.vc_grid-filter-size-sm .vc_grid-filter-item {
  font-size: 13px;
  padding: 2px 7px
}

.vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
  font-size: 100%;
  padding: 2px 10px
}

.vc_grid-filter.vc_grid-filter-size-lg .vc_grid-filter-item {
  font-size: 18px;
  padding: 4px 10px
}

.vc_grid-filter-dropdown,
.vc_grid-filter-select {
  font-size: 12px;
  margin-bottom: 20px
}

.vc_grid-filter-dropdown.vc_grid-filter-center,
.vc_grid-filter-select.vc_grid-filter-center {
  text-align: center
}

.vc_grid-filter-dropdown.vc_grid-filter-right,
.vc_grid-filter-select.vc_grid-filter-right {
  text-align: right
}

.vc_grid-filter-dropdown.vc_grid-filter-left,
.vc_grid-filter-select.vc_grid-filter-left {
  text-align: left
}

.vc_grid-filter-dropdown .vc_grid-styled-select select,
.vc_grid-filter-select .vc_grid-styled-select select {
  outline: 0;
  display: inline-block
}

@media (min-width:768px) {

  .vc_grid-filter-dropdown.vc_grid-filter-color-blue .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-blue .vc_arrow-icon-navicon {
    color: #5472D2
  }

  .vc_grid-filter-dropdown.vc_grid-filter-color-turquoise .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-turquoise .vc_arrow-icon-navicon {
    color: #00C1CF
  }

  .vc_grid-filter-dropdown.vc_grid-filter-color-pink .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-pink .vc_arrow-icon-navicon {
    color: #FE6C61
  }

  .vc_grid-filter-dropdown.vc_grid-filter-color-violet .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-violet .vc_arrow-icon-navicon {
    color: #8D6DC4
  }

  .vc_grid-filter-dropdown.vc_grid-filter-color-peacoc .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-peacoc .vc_arrow-icon-navicon {
    color: #4CADC9
  }

  .vc_grid-filter-dropdown.vc_grid-filter-color-chino .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-chino .vc_arrow-icon-navicon {
    color: #CEC2AB
  }

  .vc_grid-filter-dropdown.vc_grid-filter-color-mulled_wine .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-mulled_wine .vc_arrow-icon-navicon {
    color: #50485B
  }

  .vc_grid-filter-dropdown.vc_grid-filter-color-vista_blue .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-vista_blue .vc_arrow-icon-navicon {
    color: #75D69C
  }

  .vc_grid-filter-dropdown.vc_grid-filter-color-black .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-black .vc_arrow-icon-navicon {
    color: #2A2A2A
  }

  .vc_grid-filter-dropdown.vc_grid-filter-color-grey .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-grey .vc_arrow-icon-navicon {
    color: #EBEBEB
  }

  .vc_grid-filter-dropdown.vc_grid-filter-color-orange .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-orange .vc_arrow-icon-navicon {
    color: #F7BE68
  }

  .vc_grid-filter-dropdown.vc_grid-filter-color-sky .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-sky .vc_arrow-icon-navicon {
    color: #5AA1E3
  }

  .vc_grid-filter-dropdown.vc_grid-filter-color-green .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-green .vc_arrow-icon-navicon {
    color: #6DAB3C
  }

  .vc_grid-filter-dropdown.vc_grid-filter-color-juicy_pink .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-juicy_pink .vc_arrow-icon-navicon {
    color: #F4524D
  }

  .vc_grid-filter-dropdown.vc_grid-filter-color-sandy_brown .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-sandy_brown .vc_arrow-icon-navicon {
    color: #F79468
  }

  .vc_grid-filter-dropdown.vc_grid-filter-color-purple .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-purple .vc_arrow-icon-navicon {
    color: #B97EBB
  }

  .vc_grid-filter-dropdown.vc_grid-filter-color-white .vc_arrow-icon-navicon,
  .vc_grid-filter-select.vc_grid-filter-color-white .vc_arrow-icon-navicon {
    color: #FFF
  }

  .vc_grid-filter-dropdown .vc_grid-styled-select,
  .vc_grid-filter-select .vc_grid-styled-select {
    border: 1px solid #ccc;
    display: inline-block;
    height: 30px;
    overflow: hidden;
    padding-right: 5px;
    text-align: left;
    width: auto;
    vertical-align: middle
  }

  .vc_grid-filter-dropdown .vc_grid-styled-select .vc_arrow-icon-navicon,
  .vc_grid-filter-select .vc_grid-styled-select .vc_arrow-icon-navicon {
    font-size: 17px;
    display: inline;
    vertical-align: middle
  }

  .vc_grid-filter-dropdown .vc_grid-styled-select select,
  .vc_grid-filter-select .vc_grid-styled-select select {
    background: none;
    border: 0;
    border-radius: 0;
    height: 30px;
    line-height: 1;
    margin-right: -50px;
    padding: 5px;
    position: relative;
    font-size: 12px;
    z-index: 0;
    cursor: pointer;
    max-width: inherit !important
  }
}

@media (max-width:768px) {
  .vc_responsive .vc_grid-filter-select {
    display: block
  }

  .vc_responsive .vc_grid-filter:not(.vc_gitem-post-data) {
    display: none !important
  }
}

.owl-carousel .owl-item .vc_grid-item {
  transform: translate3D(0, 0, 0)
}

.owl-carousel .owl-animated-out {
  z-index: 0
}

.owl-carousel .owl-animated-in {
  z-index: 1
}

.vc-hoverbox-wrapper,
.vc-hoverbox-wrapper * {
  box-sizing: border-box
}

.vc-hoverbox-wrapper.vc-hoverbox-shape--rounded .vc-hoverbox-back,
.vc-hoverbox-wrapper.vc-hoverbox-shape--rounded .vc-hoverbox-front {
  border-radius: 10px
}

.vc-hoverbox-wrapper.vc-hoverbox-shape--round .vc-hoverbox-back,
.vc-hoverbox-wrapper.vc-hoverbox-shape--round .vc-hoverbox-front {
  border-radius: 50px
}

.vc-hoverbox-wrapper.vc-hoverbox-align--center {
  text-align: center
}

.vc-hoverbox-wrapper.vc-hoverbox-align--left {
  text-align: left
}

.vc-hoverbox-wrapper.vc-hoverbox-align--right {
  text-align: right
}

.vc-hoverbox-wrapper .vc-hoverbox {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--100 .vc-hoverbox {
  width: 100%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--90 .vc-hoverbox {
  width: 90%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--80 .vc-hoverbox {
  width: 80%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--70 .vc-hoverbox {
  width: 70%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--60 .vc-hoverbox {
  width: 60%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--50 .vc-hoverbox {
  width: 50%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--40 .vc-hoverbox {
  width: 40%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--30 .vc-hoverbox {
  width: 30%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--20 .vc-hoverbox {
  width: 20%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--10 .vc-hoverbox {
  width: 10%
}

.vc-hoverbox-inner {
  width: 100%;
  display: inline-block;
  min-height: 250px
}

.vc-hoverbox-block {
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform .5s ease-in-out;
  transform-style: preserve-3d;
  background-size: cover;
  background-position: center
}

.vc-hoverbox-block-inner {
  flex-shrink: 0;
  padding: 20px
}

.vc-hoverbox-front {
  transform: rotateY(0)
}

.vc-hoverbox-back {
  transform: rotateY(180deg)
}

.vc-hoverbox:hover .vc-hoverbox-front {
  transform: rotateY(-180deg)
}

.vc-hoverbox:hover .vc-hoverbox-back {
  transform: rotateY(0)
}

.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox-front {
  transform: rotateY(180deg)
}

.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox-back {
  transform: rotateY(0);
  z-index: 2
}

.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox:hover .vc-hoverbox-front {
  transform: rotateY(0)
}

.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox:hover .vc-hoverbox-back {
  transform: rotateY(-180deg)
}

@font-face {
  font-family: vc_grid_v1;
  src: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../fonts/vc_grid/vc_grid_v1.eot?-9hbgac);
  src: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../fonts/vc_grid/vc_grid_v1.eot?#iefix-9hbgac) format('embedded-opentype'), url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../fonts/vc_grid/vc_grid_v1.woff?-9hbgac) format('woff'), url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../fonts/vc_grid/vc_grid_v1.ttf?-9hbgac) format('truetype'), url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../fonts/vc_grid/vc_grid_v1.svg?-9hbgac#vc_grid_v1) format('svg');
  font-weight: 400;
  font-style: normal
}

[class*=" vc_arrow-icon-"],
[class^=vc_arrow-icon-] {
  font-family: vc_grid_v1;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.vc_arrow-icon-minus:before {
  content: "\e61c"
}

.vc_arrow-icon-plus:before {
  content: "\e61d"
}

.vc_arrow-icon-arrow_down:before {
  content: "\e61e"
}

.vc_arrow-icon-arrow_up:before {
  content: "\e61f"
}

.vc_arrow-icon-arrow_01_left:before {
  content: "\e600"
}

.vc_arrow-icon-arrow_01_right:before {
  content: "\e601"
}

.vc_arrow-icon-arrow_02_left:before {
  content: "\e602"
}

.vc_arrow-icon-arrow_02_right:before {
  content: "\e603"
}

.vc_arrow-icon-arrow_03_left:before {
  content: "\e604"
}

.vc_arrow-icon-arrow_03_right:before {
  content: "\e605"
}

.vc_arrow-icon-arrow_04_left:before {
  content: "\e606"
}

.vc_arrow-icon-arrow_04_right:before {
  content: "\e607"
}

.vc_arrow-icon-arrow_05_left:before {
  content: "\e608"
}

.vc_arrow-icon-arrow_05_right:before {
  content: "\e609"
}

.vc_arrow-icon-arrow_06_left:before {
  content: "\e60a"
}

.vc_arrow-icon-arrow_06_right:before {
  content: "\e60b"
}

.vc_arrow-icon-arrow_07_left:before {
  content: "\e60c"
}

.vc_arrow-icon-arrow_07_right:before {
  content: "\e60d"
}

.vc_arrow-icon-arrow_08_left:before {
  content: "\e60e"
}

.vc_arrow-icon-arrow_08_right:before {
  content: "\e60f"
}

.vc_arrow-icon-arrow_09_left:before {
  content: "\e610"
}

.vc_arrow-icon-arrow_09_right:before {
  content: "\e611"
}

.vc_arrow-icon-arrow_10_left:before {
  content: "\e612"
}

.vc_arrow-icon-arrow_10_right:before {
  content: "\e613"
}

.vc_arrow-icon-arrow_11_left:before {
  content: "\e614"
}

.vc_arrow-icon-arrow_11_right:before {
  content: "\e615"
}

.vc_arrow-icon-arrow_12_left:before {
  content: "\e616"
}

.vc_arrow-icon-arrow_12_right:before {
  content: "\e617"
}

.vc_arrow-icon-navicon:before {
  content: "\f0c9"
}

.wpb_animate_when_almost_visible {
  opacity: 0;
  filter: alpha(opacity=0)
}

.wpb_animate_when_almost_visible:not(.wpb_start_animation) {
  animation: none
}

.top-to-bottom,
.wpb_top-to-bottom {
  animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.bottom-to-top,
.wpb_bottom-to-top {
  animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.left-to-right,
.wpb_left-to-right {
  animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.right-to-left,
.wpb_right-to-left {
  animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.appear,
.wpb_appear {
  animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
  transform: scale(1)
}

.wpb_start_animation {
  opacity: 1;
  filter: alpha(opacity=100)
}

@keyframes wpb_ttb {
  0% {
    transform: translate(0, -10%);
    opacity: 0;
    filter: alpha(opacity=0)
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100)
  }
}

@keyframes wpb_btt {
  0% {
    transform: translate(0, 10%);
    opacity: 0;
    filter: alpha(opacity=0)
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100)
  }
}

@keyframes wpb_ltr {
  0% {
    transform: translate(-10%, 0);
    opacity: 0;
    filter: alpha(opacity=0)
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100)
  }
}

@keyframes wpb_rtl {
  0% {
    transform: translate(10%, 0);
    opacity: 0;
    filter: alpha(opacity=0)
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100)
  }
}

@keyframes wpb_appear {
  0% {
    transform: scale(.5);
    opacity: .1;
    filter: alpha(opacity=10)
  }

  100% {
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100)
  }
}

.vc-spinner::before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  pointer-events: none;
  margin-top: 6px;
  background: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../images/spinner.gif) no-repeat;
  background-position-x: center;
  background-position-y: center
}

.vc-spinner.vc-spinner-complete::before {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../vc/tick.png)
}

.vc-spinner.vc-spinner-failed::before {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/js_composer/assets/css/../vc/remove.png)
}

.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini {
  position: relative
}

.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_gitem-zone {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  transform: none !important;
  transition: none !important
}

.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader-wrapper {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -50px;
  left: 0
}

.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader {
  margin: 2em auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em
}

.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader,
.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:after,
.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:before {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  animation: vc_woo-add-cart-load 1.8s infinite ease-in-out
}

.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:before {
  left: -20px
}

.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:after {
  left: 20px;
  animation-delay: .32s
}

.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:after,
.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:before {
  content: '';
  position: absolute;
  top: 0
}

@keyframes vc_woo-add-cart-load {

  0%,
  100%,
  80% {
    box-shadow: 0 2.5em 0 -1.3em rgba(235, 235, 235, .75)
  }

  40% {
    box-shadow: 0 2.5em 0 0 rgba(235, 235, 235, .75)
  }
}

.vc_grid-item-mini .added_to_cart.wc-forward {
  display: none
}

.unite-admin-dark #wpb_wpbakery .postbox-header,
.unite-admin-dark .vc_navbar {
  background: #282D33;
  color: #d7d7d7
}

.unite-admin-dark #wpb_wpbakery .postbox-header {
  border-bottom: 1px solid #2a2a2a
}

.unite-admin-dark #vc_ui-helper-promo-popup .vc_ui-panel-content-container .vc-feature-text,
.unite-admin-dark #vc_ui-helper-promo-popup .vc_ui-panel-content-container .vc-feature-text h3,
.unite-admin-dark #vc_ui-helper-promo-popup .vc_ui-panel-content-container .vc_ui-panel-content,
.unite-admin-dark #vc_ui-helper-promo-popup .vc_ui-panel-content-container p,
.unite-admin-dark #wpb_wpbakery .postbox-header h2,
.unite-admin-dark .vc_navbar a.vc_icon-btn .vc-composer-icon,
.unite-admin-dark .vc_navbar a.vc_icon-btn .vc_navbar-icon {
  color: #fff
}

.unite-admin-dark .vc_navbar .vc_navbar-nav>li a {
  border-left: 1px solid #383838
}

.unite-admin-dark .vc_navbar {
  box-shadow: 2px 1px 9px 0 #1e1e1e;
  border-bottom: 1px solid #2a2a2a
}

.unite-admin-dark .vc_navbar a.vc_icon-btn {
  color: #fff
}

.unite-admin-dark #wpb_wpbakery {
  background: #23282d;
  border-color: #2a2a2a
}

.unite-admin-dark #wpbakery_content,
.unite-admin-dark .vc_control {
  color: #fff
}

.unite-admin-dark .wpb_vc_section>.vc_controls-row {
  background-color: #23282d !important;
  box-shadow: 2px -2px 5px 0 #202020
}

.unite-admin-dark .vc_controls-row .control-main,
.unite-admin-dark .vc_controls-row .vc_row-name-id,
.unite-admin-dark .vc_controls-row .vc_row_edit_clone_delete .vc_control,
.unite-admin-dark .vc_controls-row div .vc_control,
.unite-admin-dark .wpb_ut_content_block .vc_controls-row .column_move,
.unite-admin-dark .wpb_ut_content_block .vc_controls-row .vc_control {
  border-color: #2e2e2e !important;
  color: #fff
}

.unite-admin-dark .vc_controls-row .vc_control-set-column {
  color: #fff
}

.unite-admin-dark .wpb_vc_section.ut-structural-module>.wpb_element_wrapper {
  background: #282D33;
  box-shadow: 2px -2px 17px 1px #222;
  color: #fff;
  border-color: #323131
}

.unite-admin-dark .wpb_vc_row .wpb_element_wrapper,
.unite-admin-dark .wpb_vc_section.ut-structural-module>.wpb_element_wrapper .wpb_vc_row .wpb_element_wrapper {
  background: #2a3036;
  box-shadow: 2px -2px 7px -3px #262626;
  border: 1px solid #2a2a2a !important
}

.unite-admin-dark .wpb_vc_section.ut-structural-module>.wpb_element_wrapper .wpb_vc_row .wpb_vc_column .wpb_element_wrapper {
  background: #282D33
}

.unite-admin-dark .wpb_vc_section.ut-structural-module>.wpb_element_wrapper .wpb_vc_row .wpb_vc_column .wpb_column_container .wpb_element_wrapper {
  background: #2a3036
}

.unite-admin-dark .vc_controls-row {
  background-color: #23282d !important;
  box-shadow: 2px -2px 5px 0 #222;
  border-color: #2a2a2a !important
}

.unite-admin-dark .wpb_row_container>.wpb_vc_column>.vc_controls {
  background-color: #23282d !important;
  box-shadow: 2px -2px 2px -9px #222 !important;
  border-color: #242424
}

.unite-admin-dark .vc_controls-row .vc_row_edit_clone_delete .vc_control,
.unite-admin-dark .vc_controls-row div .vc_control {
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important
}

.unite-admin-dark .wpb_row_container .wpb_element_wrapper .wpb_element_title {
  color: #ccc
}

.unite-admin-dark .vc_admin_label {
  color: #898c8f
}

.unite-admin-dark .wpb_row_container .wpb_element_wrapper .wpb_element_title .vc_element-icon {
  background-color: #222 !important
}

.unite-admin-dark .wpb_vc_section .vc_section-bottom-controls {
  background-color: #23282d !important;
  border: 1px solid #2a2a2a;
  border-top: 0;
  box-shadow: -2px 3px 6px -5px #2e2e2e
}

.unite-admin-dark .wpb_row_container>.wpb_vc_column>.wpb_element_wrapper {
  background: #282D33;
  box-shadow: 2px -2px 7px -3px #262626
}

.unite-admin-dark .wpb_vc_row .wpb_element_wrapper {
  box-shadow: 2px -2px 7px -3px #262626;
  border: 1px solid #2a2a2a !important
}

.unite-admin-dark #wpbakery_content .wpb_ut_content_block.ut-structural-module>.wpb_element_wrapper,
.unite-admin-dark .wpb_content_element>.wpb_element_wrapper {
  background-color: #2a3036
}

.unite-admin-dark .wpb_vc_row_inner .wpb_element_wrapper {
  background: #2a3036 !important
}

.unite-admin-dark .vc_shortcodes_container>.controls_column,
.unite-admin-dark .wpb_row_container>.wpb_vc_column_inner>.vc_controls {
  background: #23282d !important;
  box-shadow: 2px -2px 17px 1px #2e2e2e !important;
  border-color: #242424
}

.unite-admin-dark .wpb_vc_row_inner .wpb_element_wrapper .wpb_column_container .wpb_element_wrapper {
  background: #2a3036 !important
}

.unite-admin-dark .vc_shortcodes_container>.controls_column {
  border: 1px solid #242424
}

.unite-admin-dark .vc_shortcodes_container>.wpb_element_wrapper>.wpb_element_title {
  border-right: 1px solid #363636;
  background: #363636 !important
}

.unite-admin-dark .vc_controls-row .controls-ac:hover .vc_control.column_clone {
  border-left: 1px solid #2e2e2e !important
}

.unite-admin-dark .vc_shortcodes_container {
  background: 0 0
}

.unite-admin-dark .vc_shortcodes_container>.wpb_element_wrapper>.vc_container_for_children.vc_empty-container {
  outline: #6c6c6c dashed 1px
}

.unite-admin-dark .vc_empty-container {
  outline: #6c6c6c dotted 1px
}

.unite-admin-dark #wpbakery_content .vc_controls>.vc_controls-cc,
.unite-admin-dark .vc_helper {
  background: #101010 !important
}

.unite-admin-dark .vc_ui-panel-content-container {
  background: #23282d;
  color: #ccc !important
}

.unite-admin-dark #vc_ui-helper-promo-popup .vc_ui-panel-footer-container,
.unite-admin-dark .vc_ui-panel-footer-container,
.unite-admin-dark .vc_ui-panel-header .vc_ui-panel-header-content {
  background: #2a3036
}

.unite-admin-dark .vc_general.vc_ui-tabs-line .vc_ui-tabs-line-trigger {
  color: #fff
}

.unite-admin-dark .vc_general.vc_ui-tabs-line .vc_ui-tabs-line-trigger:focus,
.unite-admin-dark .vc_general.vc_ui-tabs-line .vc_ui-tabs-line-trigger:hover,
.unite-admin-dark .vc_general.vc_ui-tabs-line>.vc_active>.vc_ui-tabs-line-trigger,
.unite-admin-dark .vc_ui-tabs-line .vc_ui-tabs-line-dropdown .vc_active .vc_ui-tabs-line-trigger,
.unite-admin-dark .vc_ui-tabs-line .vc_ui-tabs-line-dropdown .vc_ui-tabs-line-trigger:hover {
  background-color: #23282d;
  color: #d7d7d7
}

.unite-admin-dark .pcr-app .pcr-interaction .pcr-result,
.unite-admin-dark .pcr-app .pcr-interaction input,
.unite-admin-dark .vc_properties-list input,
.unite-admin-dark .vc_properties-list select,
.unite-admin-dark .vc_properties-list textarea {
  background-color: #252a2e;
  border: 1px solid #424242;
  color: #898c8f
}

.unite-admin-dark .vc_edit-form-tab .vc_checkbox-label {
  color: #898c8f
}

.unite-admin-dark .wp-picker-container .wp-color-result.button {
  border-color: #424242 !important
}

.unite-admin-dark .vc_properties-list input:focus,
.unite-admin-dark .vc_properties-list select:focus {
  border-color: #404040 !important
}

.unite-admin-dark .vc_add-element-container .wpb-content-layouts a,
.unite-admin-dark .vc_css-editor .vc_layout-onion label,
.unite-admin-dark .vc_templates-panel h3,
.unite-admin-dark .vc_ui-template-list .vc_ui-list-bar-item-trigger,
.unite-admin-dark .vc_welcome-header,
.unite-admin-dark .wp-color-result-text,
.unite-admin-dark .wp-core-ui select:focus {
  color: #ccc
}

.unite-admin-dark .vc_ui-template-list .vc_active .vc_ui-list-bar-item,
.unite-admin-dark .vc_ui-template-list .vc_loading .vc_ui-list-bar-item,
.unite-admin-dark .vc_ui-template-list .vc_ui-list-bar-item:hover {
  background-color: #262b30
}

.unite-admin-dark .vc_ui-template-list .vc_ui-list-bar-item {
  border-color: #565656
}

.unite-admin-dark .unite-admin-dark .wp-color-result-text {
  border-width: 0
}

.unite-admin-dark .vc_control:hover {
  color: #fff
}

.unite-admin-dark .vc_css-editor .vc_layout-onion .vc_margin {
  border: 1px dashed #545454
}

.unite-admin-dark .ut-css-editor .vc_content,
.unite-admin-dark .vc_css-editor .vc_layout-onion .vc_margin .vc_border {
  border: 1px solid #464646;
  background: #24292e
}

.unite-admin-dark .ut-css-editor .vc_padding,
.unite-admin-dark .vc_css-editor .vc_layout-onion .vc_margin .vc_border .vc_padding {
  border: 1px solid #343434;
  background: #1e2226
}

.unite-admin-dark .vc_ui-panel-window-inner {
  background: #23282d;
  box-shadow: 1px 1px 4px rgba(250, 250, 250, .15)
}

.unite-admin-dark .gallery_widget_attached_images_list li,
.unite-admin-dark .gallery_widget_img_select li,
.unite-admin-dark .ut-range-slider,
.unite-admin-dark .ut-range-value,
.unite-admin-dark .ut-range-value-info,
.unite-admin-dark .ut-responsive-slider-tab .ut-range-slider-actions>button,
.unite-admin-dark .ut-responsive-slider-tab-group.vc_column+.ut-responsive-slider-tab-group.vc_column>.edit_form_line,
.unite-admin-dark .ut-responsive-slider-tab-group.vc_column>.edit_form_line,
.unite-admin-dark .ut-responsive-slider-tab-single>.edit_form_line,
.unite-admin-dark .ut-responsive-slider-tabs a,
.unite-admin-dark .vc_css-editor .vc_settings .vc_background-image .vc_add-image,
.unite-admin-dark .vc_css-editor .vc_settings .vc_background-image .vc_image .added,
.unite-admin-dark .vc_ui-tabs-line .vc_ui-tabs-line-dropdown,
.unite-admin-dark .wp-color-result-text,
.unite-admin-dark .wpb_el_type_attach_image .gallery_widget_add_images,
.unite-admin-dark .wpb_el_type_attach_images .gallery_widget_add_images {
  background: #262b30;
  border: 1px solid #393f44
}

.unite-admin-dark .fip-vc-theme-grey.vc-icons-selector .fip-icons-container,
.unite-admin-dark .fip-vc-theme-grey.vc-icons-selector .selector,
.unite-admin-dark .fip-vc-theme-grey.vc-icons-selector .selector-button,
.unite-admin-dark .fip-vc-theme-grey.vc-icons-selector .selector-popup,
.unite-admin-dark .pcr-app,
.unite-admin-dark .ut-section-anchor-wrap,
.unite-admin-dark .vc_color-picker .wp-picker-holder .vc_alpha-container,
.unite-admin-dark .vc_properties-list .vc_param.wpb_vc_row .vc_controls-row .column_move,
.unite-admin-dark .vc_properties-list .vc_param.wpb_vc_row .vc_row_edit_clone_delete .column_delete,
.unite-admin-dark .wp-picker-container .iris-picker {
  border-color: #34343e;
  background-color: #282c36
}

.unite-admin-dark .wp-core-ui .button {
  border-color: #34343e;
  background: #282c36;
  color: #fff
}

.unite-admin-dark .fip-vc-theme-grey.vc-icons-selector .selected-icon i,
.unite-admin-dark .fip-vc-theme-grey.vc-icons-selector .selector-button {
  color: #fff
}

.unite-admin-dark .asColorPicker-trigger,
.unite-admin-dark .fip-vc-theme-grey.vc-icons-selector .fip-icons-container .fip-box,
.unite-admin-dark .fip-vc-theme-grey.vc-icons-selector .selector-category select,
.unite-admin-dark .fip-vc-theme-grey.vc-icons-selector .selector-search input[type=text] {
  border-color: #34343e
}

.unite-admin-dark .fip-vc-theme-grey.vc-icons-selector .fip-icons-container .fip-box:hover {
  background-color: #404450
}

.unite-admin-dark #vc_ui-panel-add-element .vc_ui-panel-content-container,
.unite-admin-dark .vc_add-element-container .wpb-content-layouts li:hover {
  background: #23282d !important
}

.unite-admin-dark .vc_add-element-container .wpb-content-layouts li {
  background: #272d32;
  border: 1px solid #2e313e
}

.unite-admin-dark .vc_controls-row .vc_row_layouts:hover a.vc_active,
.unite-admin-dark .vc_controls-row .vc_row_layouts:hover a:hover {
  background-color: #484952
}

.unite-admin-dark [data-vc-ui-element=panel-row-layout] .vc_layout-panel-switcher .vc_layout-btn {
  background-color: #23282d
}

.unite-admin-dark .vc_ui-search-box input[type=search] {
  background: #383f48;
  color: #fff
}

.unite-admin-dark .vc_ui-search-box input[type=search]:focus {
  color: #fff !important
}

.unite-admin-dark .vc_add-element-container .vc_element-icon {
  background-color: #222 !important
}

.unite-admin-dark .wpb_ut_accordion_item>.wpb_element_wrapper>.vc_admin_label {
  outline: #4a4e52 dotted 1px !important
}

.unite-admin-dark .wpb_ut_accordion_item>.wpb_element_wrapper>.vc_admin_label label {
  color: #818181
}

.unite-admin-dark .vc_column-offset-table>tbody>tr>td,
.unite-admin-dark .wpb_el_type_google_fonts .edit_form_line {
  border-color: #3a3a3a
}

.unite-admin-dark .vc_column-offset-table .vc_screen-size {
  background-color: #242424
}

.unite-admin-dark .wpb_el_type_google_fonts .edit_form_line {
  background: #242424
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0
}

.ut-btn {
  cursor: pointer;
  display: inline-block;
  margin: 0 20px 20px 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 12px;
  color: #fff !important;
  background: 0 0;
  -webkit-transition: .2s all linear;
  -o-transition: .2s all linear;
  transition: .2s all linear;
  font-family: 'ralewaymedium', Helvetica, Arial, sans-serif
}

.ut-btn.small {
  font-size: 11px
}

.ut-btn.medium {
  font-size: 13px;
  height: 44px;
  line-height: 44px;
  padding: 0 20px
}

.ut-btn.large {
  height: 50px;
  line-height: 51px;
  font-size: 17px;
  padding: 0 20px
}

.ut-btn.round {
  border-radius: 3px
}

.ut-btn:hover {
  color: #fff
}

p .ut-btn {
  margin: 0
}

.ut-btn.theme-btn:hover {
  background: #151515 !important
}

.ut-btn.dark {
  background: #151515
}

.ut-btn.red {
  background: #e74c3c
}

.ut-btn.red:hover {
  background: #151515
}

.ut-btn.turquoise {
  background: #1abc9c
}

.ut-btn.turquoise:hover {
  background: #151515
}

.ut-btn.green {
  background: #2ecc71
}

.ut-btn.green:hover {
  background: #151515
}

.ut-btn.blue {
  background: #3498db
}

.ut-btn.blue:hover {
  background: #151515
}

.ut-btn.mid-blue {
  background: #34495e
}

.ut-btn.mid-blue:hover {
  background: #151515
}

.ut-btn.yellow {
  background: #f1c40f
}

.ut-btn.yellow:hover {
  background: #151515
}

.ut-btn.orange {
  background: #ff6e00
}

.ut-btn.orange:hover {
  background: #151515
}

.ut-btn.grey {
  background: #95a5a6
}

.ut-btn.grey:hover {
  background: #151515
}

.ut-btn.purple {
  background: #9b59b6
}

.ut-btn.purple:hover {
  background: #151515
}

.ut-alert {
  margin: 0 0 20px;
  padding: 30px
}

.ut-alert.white {
  background: #fff;
  border: 1px solid;
  color: #151515
}

.ut-alert.white h1,
.ut-alert.white h2,
.ut-alert.white h3,
.ut-alert.white h4,
.ut-alert.white h5,
.ut-alert.white h6,
.ut-alert.white strong {
  color: #151515
}

.ut-alert.grey {
  color: #151515;
  background: #f1f1f1
}

.ut-alert.grey h1,
.ut-alert.grey h2,
.ut-alert.grey h3,
.ut-alert.grey h4,
.ut-alert.grey h5,
.ut-alert.grey h6,
.ut-alert.grey strong {
  color: #151515
}

.ut-alert.themecolor,
.ut-alert.themecolor h1,
.ut-alert.themecolor h2,
.ut-alert.themecolor h3,
.ut-alert.themecolor h4,
.ut-alert.themecolor h5,
.ut-alert.themecolor h6,
.ut-alert.themecolor strong {
  color: #fff
}

.ut-brands:not(.ut-brands-carousel) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch
}

.ut-brands-columns-2 .ut-single-brand {
  width: 50%
}

.ut-brands-columns-3 .ut-single-brand {
  width: 33.33%
}

.ut-brands-columns-4 .ut-single-brand {
  width: 25%
}

.ut-brands-columns-5 .ut-single-brand {
  width: 20%
}

.ut-brands-columns-6 .ut-single-brand {
  width: 16.66%
}

@media (min-width:768px) and (max-width:1024px) {
  .ut-brands-columns-2 .ut-single-brand {
    width: 50%
  }

  .ut-brands-columns-3 .ut-single-brand {
    width: 33.33%
  }

  .ut-brands-columns-4 .ut-single-brand,
  .ut-brands-columns-5 .ut-single-brand,
  .ut-brands-columns-6 .ut-single-brand {
    width: 25%
  }

  .ut-brands-carousel.ut-brands-columns-2 .ut-single-brand,
  .ut-brands-carousel.ut-brands-columns-3 .ut-single-brand,
  .ut-brands-carousel.ut-brands-columns-4 .ut-single-brand,
  .ut-brands-carousel.ut-brands-columns-5 .ut-single-brand,
  .ut-brands-carousel.ut-brands-columns-6 .ut-single-brand {
    width: 33.33%
  }
}

@media (max-width:767px) {

  .ut-brands-columns-2 .ut-single-brand,
  .ut-brands-columns-3 .ut-single-brand,
  .ut-brands-columns-4 .ut-single-brand,
  .ut-brands-columns-5 .ut-single-brand,
  .ut-brands-columns-6 .ut-single-brand {
    width: 50%
  }
}

@media (min-width:576px) and (max-width:767px) {

  .ut-brands-carousel.ut-brands-columns-2 .ut-single-brand,
  .ut-brands-carousel.ut-brands-columns-3 .ut-single-brand,
  .ut-brands-carousel.ut-brands-columns-4 .ut-single-brand,
  .ut-brands-carousel.ut-brands-columns-5 .ut-single-brand,
  .ut-brands-carousel.ut-brands-columns-6 .ut-single-brand {
    width: 50%
  }
}

@media (max-width:575px) {

  .ut-brands-carousel.ut-brands-columns-2 .ut-single-brand,
  .ut-brands-carousel.ut-brands-columns-3 .ut-single-brand,
  .ut-brands-carousel.ut-brands-columns-4 .ut-single-brand,
  .ut-brands-carousel.ut-brands-columns-5 .ut-single-brand,
  .ut-brands-carousel.ut-brands-columns-6 .ut-single-brand {
    width: 100%
  }
}

.ut-brands-carousel {
  padding: 0 60px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd
}

.ut-brands-carousel.ut-brands-carousel-no-arrows {
  padding: 20px 0
}

.ut-brands-carousel .ut-single-brand {
  padding: 20px 40px !important;
  min-height: 100%;
  display: inline-flex
}

.ut-brands-carousel .flickity-page-dots {
  visibility: hidden
}

.ut-brands-dots {
  margin-top: 40px
}

.ut-brands-carousel+.ut-brands-dots .flickity-page-dots {
  visibility: visible;
  position: relative;
  bottom: 0
}

.ut-brands-carousel.ut-brands-no-border-top {
  border-top: none;
  padding-top: 0
}

.ut-brands-carousel.ut-brands-no-border-bottom {
  border-bottom: none;
  padding-bottom: 0
}

.ut-brands-carousel .flickity-button:hover {
  opacity: 1
}

.ut-brands-carousel.ut-brands-no-border-bottom+.ut-brands-dots {
  margin-top: 20px
}

.ut-brands-display-plain .ut-single-brand,
.ut-brands-display-cells .ut-single-brand {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  padding: 40px 20px;
  -webkit-transition: background .2s cubic-bezier(.215, .61, .355, 1);
  -o-transition: background .2s cubic-bezier(.215, .61, .355, 1);
  transition: background .2s cubic-bezier(.215, .61, .355, 1)
}

.ut-brands-carousel .ut-single-brand {
  visibility: hidden
}

.ut-brands-carousel.flickity-enabled .ut-single-brand {
  visibility: visible
}

.ut-brands-display-plain:not(.ut-brands-carousel) .ut-single-brand {
  padding: 0 20px 40px
}

@media (min-width:1025px) {
  .ut-brands-display-cells .ut-single-brand {
    padding: 80px 40px
  }

  .ut-brands-display-plain:not(.ut-brands-carousel) .ut-single-brand {
    padding: 0 40px 80px
  }
}

.ut-brands-display-plain:not(.ut-brands-carousel) .ut-single-brand,
.ut-brands-display-cells:not(.ut-brands-carousel) .ut-single-brand {
  display: flex
}

.ut-single-brand-logo {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  width: 100%
}

.ut-single-brand-logo {
  -webkit-transition: .2s opacity cubic-bezier(.215, .61, .355, 1);
  -o-transition: .2s opacity cubic-bezier(.215, .61, .355, 1);
  transition: .2s opacity cubic-bezier(.215, .61, .355, 1)
}

.ut-single-brand img.animated {
  opacity: 0
}

.ut-one-half,
.ut-one-third,
.ut-two-thirds,
.ut-three-fourths,
.ut-one-fourth,
.ut-one-fifth,
.ut-two-fifth,
.ut-three-fifth,
.ut-four-fifth,
.ut-one-sixth,
.ut-five-sixth {
  float: left;
  margin-bottom: 0;
  margin-right: 4%;
  position: relative;
  display: inline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.ut-column-last {
  clear: right;
  margin-right: 0
}

.ut-one-half {
  width: 48%
}

.ut-one-third {
  width: 30.66%
}

.ut-two-thirds {
  width: 65.33%
}

.ut-three-fourths {
  width: 74%
}

.ut-one-fourth {
  width: 22%
}

.ut-one-fifth {
  width: 16.8%
}

.ut-two-fifth {
  width: 37.6%
}

.ut-three-fifth {
  width: 58.4%
}

.ut-four-fifth {
  width: 79.2%
}

.ut-one-sixth {
  width: 13.33%
}

.ut-five-sixth {
  width: 82.67%
}

.ut-custom-icon a i {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease
}

.ut-highlight-one,
.ut-highlight-two,
.ut-highlight-three,
.ut-highlight-four {
  padding: 2px;
  color: #f26535
}

.ut-highlight-two {
  color: #fff;
  background: #151515
}

.ut-highlight-three {
  background: #ff3;
  color: #151515
}

.ut-highlight-four {
  color: #fff;
  background: red
}

.ut-nav-tabs {
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  list-style: none !important
}

.ut-nav-tabs li {
  float: left;
  display: list-item;
  margin-right: 10px;
  margin-bottom: 10px
}

.ut-nav-tabs li a {
  font-weight: 400;
  font-size: 11px;
  display: block;
  text-transform: uppercase;
  padding: 4px 12px;
  background: 0 0;
  color: #888;
  border: 1px solid #888;
  -webkit-transition: .2s all linear;
  -o-transition: .2s all linear;
  transition: .2s all linear
}

.light .ut-nav-tabs li a {
  color: #fff;
  border: 1px solid #fff
}

.ut-nav-tabs li a:hover {
  color: #151515;
  border-color: #151515
}

.ut-nav-tabs li.active a {
  color: #fff;
  border-color: #151515;
  background: #151515
}

.light .ut-nav-tabs li.active a:hover,
.light .ut-nav-tabs li.active a {
  color: #151515 !important;
  border-color: #fff !important;
  background: #fff !important
}

.ut-tab-content h3 {
  font-size: 17px;
  text-transform: uppercase
}

.ut-tab-content .tab-pane {
  display: none
}

.ut-tab-content .tab-pane.active {
  display: block
}

.ut-accordion-heading {
  -webkit-transition: .2s all linear;
  -o-transition: .2s all linear;
  transition: .2s all linear;
  margin-bottom: 10px
}

.ut-accordion-heading a {
  font-weight: 400;
  display: block;
  cursor: pointer;
  font-size: 11px;
  text-transform: uppercase;
  padding: 4px 12px;
  background: 0 0;
  color: #888;
  border: 1px solid #888;
  -webkit-transition: .2s all linear;
  -o-transition: .2s all linear;
  transition: .2s all linear
}

.light .ut-accordion-heading a {
  color: #fff;
  border: 1px solid #fff
}

.ut-accordion-heading a.active {
  color: #fff;
  border: 1px solid #151515;
  background: #151515
}

.light .ut-accordion-heading a.active {
  color: #151515;
  border: 1px solid #fff;
  background: #fff
}

.ut-accordion-heading a.active:hover {
  color: #fff;
  border: 1px solid #151515;
  background: #151515
}

.light .ut-accordion-heading a.active:hover {
  color: #151515 !important;
  border: 1px solid #fff !important;
  background: #fff !important
}

.ut-accordion-heading a:hover {
  color: #151515;
  border-color: #151515
}

.ut-accordion-body.collapse {
  display: none
}

.ut-accordion-body.collapse.in {
  display: block
}

.ut-accordion-body.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease
}

.ut-accordion-inner {
  padding-top: 0;
  margin-bottom: 20px
}

.ut-accordion-inner h3 {
  font-size: 17px;
  text-transform: uppercase
}

.ut-blockquote-right {
  float: right;
  margin: 0;
  width: 35%;
  margin-left: 20px
}

.ut-blockquote-left {
  float: left;
  margin: 0;
  width: 35%;
  margin-right: 20px
}

.ut-blockquote-left blockquote p:before,
.ut-blockquote-right blockquote p:before,
.ut-blockquote-left blockquote,
.ut-blockquote-right blockquote {
  margin: 0
}

.ut-highlight {
  padding: 0 3px;
  margin: 0 2px
}

.ut-service-column {
  overflow: hidden
}

.ut-vertical {
  text-align: center
}

.ut-vertical-style .ut-service-icon {
  float: none;
  margin: 0 auto 12px auto;
  display: block
}

.ut-service-icon.fa-stack i:last-child {
  font-size: .8em
}

.ut-service-icon {
  float: left;
  margin-right: 20px;
  overflow: hidden;
  font-size: 30px;
  margin-bottom: 20px
}

.ut-service-icon.ut-si-right {
  float: right;
  margin-left: 20px;
  margin-right: 0;
  overflow: hidden;
  font-size: 30px;
  margin-bottom: 20px
}

.wp-caption img,
.ut-animate-image,
blockquote,
img.size-auto,
img.alignnone,
img.size-full,
img.size-large,
img.size-medium,
img.size-thumbnail {
  position: relative
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

.ut-already-visible {
  left: 0;
  -webkit-animation: none;
  animation: none
}

.ut-social-network {
  list-style: none !important;
  margin: 0;
  text-align: center
}

.ut-social-network li {
  text-align: center
}

.ut-social-link {
  margin-bottom: 20px;
  display: block
}

.ut-social-link,
.ut-social-link:hover {
  color: #fff
}

.ut-social-link .ut-social-info {
  color: #151515
}

.light .ut-social-link,
.light .ut-social-link .ut-social-info,
.light .ut-social-link:hover {
  color: #fff
}

.ut-social-icon {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  margin: 0 auto 20px auto;
  background: #292929;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  -webkit-transition: .2s background linear;
  -o-transition: .2s background linear;
  transition: .2s background linear
}

.light .ut-social-icon {
  background: rgba(255, 255, 255, .15)
}

.ut-social-icon i {
  line-height: 100px
}

.ut-social-title,
.ut-social-info {
  display: block
}

.ut-social-title {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 17px
}

.ut-social-info {
  font-size: 11px;
  text-transform: uppercase
}

.ut-parallax-quote {
  text-align: center
}

.ut-parallax-quote-title {
  font-size: 35px;
  text-align: center;
  margin-bottom: 20px;
  padding: 0;
  border: none
}

.ut-parallax-quote-name {
  display: block;
  font-size: 12px;
  margin-bottom: 20px
}

.ut-parallax-quote .ut-parallax-quote-title .fa-quote-left,
.ut-parallax-quote .ut-parallax-quote-title .fa-quote-right {
  font-size: 16px;
  display: inline-table;
  vertical-align: top
}

.ut-parallax-quote .fa-quote-left {
  margin-right: 5px
}

.ut-parallax-quote .fa-quote-right {
  margin-left: 5px
}

.ut-testimonials {
  margin-bottom: 20px
}

.ut-rotate-avatar .slides>li,
.ut-rotate-quote .slides>li {
  display: none;
  -webkit-backface-visibility: hidden
}

.ut-rotate-avatar,
.ut-rotate-quote {
  position: relative;
  zoom: 1
}

.ut-rotate-avatar .slides,
.ut-rotate-quote .slides {
  zoom: 1
}

.ut-rotate-quote .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease
}

.ut-rotate-quote {
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 800px
}

.ut-rotate-quote .ut-quote-avatar {
  display: none
}

.ut-rotate-avatar .ut-quote-name,
.ut-rotate-avatar .ut-quote-comment {
  display: none
}

.ut-rotate-avatar {
  width: 200px;
  height: 200px;
  margin: 0 auto 20px auto;
  overflow: hidden
}

.flexslider.ut-rotate-twitter-avatar {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px auto;
  overflow: hidden
}

.ut-rotate-avatar .slides {
  list-style: none;
  margin: 0 !important
}

.ut-rotate-twitter-avatar img,
.ut-rotate-avatar img {
  border-radius: 50%;
  display: block;
  width: 100%
}

.ut-rotate-avatar ul.slides,
.ut-rotate-quote ul.slides {
  list-style: none
}

.ut-rotate-quote .slides {
  list-style: none;
  margin: 0 !important
}

.ut-rotate-quote-alt .slides {
  zoom: 1
}

.ut-rotate-quote-alt .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease
}

.ut-rotate-quote-alt {
  position: relative;
  text-align: center;
  margin: 0 auto !important;
  max-width: 800px;
  overflow: hidden
}

.ut-rotate-quote .ut-quote-comment,
.ut-rotate-quote-alt .ut-quote-comment {
  display: block;
  margin-bottom: 20px;
  font-size: 30px
}

.ut-rotate-quote .ut-quote-comment {
  font-size: 17px
}

.ut-rotate-quote .ut-quote-name,
.ut-rotate-quote-alt .ut-quote-name {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 11px;
  display: block
}

.ut-rq-icon {
  font-size: 30px;
  display: block;
  margin: 0 auto 20px auto
}

.light .ut-twitter-rotator .ut-rq-icon-tw {
  display: block;
  margin: 0 auto 20px auto;
  color: #fff
}

.dark .ut-twitter-rotator .ut-rq-icon-tw {
  display: block;
  margin: 0 auto 20px auto;
  color: #151515
}

.ut-twitter-rotator h2 {
  font-size: 30px
}

.dark .ut-twitter-rotator h2 a:hover {
  color: #151515
}

.light .ut-twitter-rotator h2 a:hover {
  color: #fff
}

.ut-rotate-quote .flex-direction-nav,
.ut-rotate-quote-alt .flex-direction-nav {
  width: 65px;
  height: 30px;
  position: relative;
  margin: 0 auto
}

.ut-rotate-quote .flex-direction-nav a,
.ut-rotate-quote-alt .flex-direction-nav a {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  position: absolute;
  bottom: 0;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all .4s, background .4s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .4s, background .4s cubic-bezier(.215, .61, .355, 1);
  transition: all .4s, background .4s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  text-align: center;
  border-radius: 3px
}

.ut-rotate-quote .flex-direction-nav a:before {
  font-family: 'Brooklyn-Core';
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
  content: '\e90a'
}

.ut-rotate-quote .flex-direction-nav a.flex-next:before {
  content: '\e915'
}

.ut-rotate-quote-alt .flex-direction-nav a:before {
  font-family: 'Brooklyn-Core';
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
  content: '\e90a'
}

.ut-rotate-quote-alt .flex-direction-nav a.flex-next:before {
  content: '\e915'
}

.ut-rotate-quote .flex-direction-nav .flex-prev {
  left: 0
}

.ut-rotate-quote .flex-direction-nav .flex-next {
  right: 0
}

.ut-rotate-quote-alt .flex-direction-nav .flex-prev {
  left: 0
}

.ut-rotate-quote-alt .flex-direction-nav .flex-next {
  right: 0
}

.ut-rotate-quote .flex-direction-nav .flex-prev:hover {
  background: #151515
}

.ut-rotate-quote .flex-direction-nav .flex-next:hover {
  background: #151515
}

.ut-rotate-quote-alt .flex-direction-nav .flex-prev:hover {
  background: #151515
}

.ut-rotate-quote-alt .flex-direction-nav .flex-next:hover {
  background: #151515
}

.ut-counter-box {
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  z-index: 1
}

.ut-counter-box i {
  margin-bottom: 10px;
  font-size: 40px
}

.ut-count-icon-position-top .ut-counter-box svg {
  margin: 0 auto 10px auto
}

.ut-count-icon-position-top .ut-counter-box.ut-counter-box-left svg {
  margin: 0 auto 10px 0
}

.ut-count-icon-position-top .ut-counter-box.ut-counter-box-right svg {
  margin: 0 0 10px auto
}

.ut-counter-details {
  margin: 5px 0 0
}

.ut-count {
  font-family: 'Helvetica', Arial, Sans-serif !important;
  font-size: 60px;
  line-height: 100%;
  font-weight: 700;
  padding: 0;
  text-transform: uppercase;
  display: block
}

.ut-count-align-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.ut-count-align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.ut-count-align-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

@media (max-width:767px) {

  .wpb_wrapper .ut-count-align-left,
  .wpb_wrapper .ut-count-align-center,
  .wpb_wrapper .ut-count-align-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .ut-count-icon-position-top .ut-counter-box svg,
  .ut-count-icon-position-top .ut-counter-box.ut-counter-box-left svg,
  .ut-count-icon-position-top .ut-counter-box.ut-counter-box-right svg {
    margin: 0 auto 10px auto
  }
}

.ut-count-icon-position-left .ut-counter-box,
.ut-count-icon-position-right .ut-counter-box {
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ut-count-icon-position-left .ut-counter-box {
  -ms-grid-columns: 60px auto;
  grid-template-columns: 60px auto
}

.ut-count-icon-position-right .ut-counter-box {
  -ms-grid-columns: auto 60px;
  grid-template-columns: auto 60px
}

.ut-count-icon-position-left i,
.ut-count-icon-position-left .ut-custom-icon,
.ut-count-icon-position-left svg {
  margin-right: 20px;
  margin-bottom: 0
}

.ut-count-icon-position-right i,
.ut-count-icon-position-right .ut-custom-icon,
.ut-count-icon-position-right svg {
  margin-left: 20px;
  margin-bottom: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.ut-count-icon-position-left .ut-counter-details {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  text-align: left
}

.ut-count-icon-position-left .ut-counter-details,
.ut-count-icon-position-right .ut-counter-details {
  width: 100%
}

.ut-count-icon-position-right .ut-counter-details {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  text-align: left
}

.ut-count sup:empty,
.ut-count sub:empty,
.ut-count .ut-count-prefix:empty,
.ut-count .ut-count-suffix:empty {
  display: none
}

.ut-count sup {
  top: 0;
  vertical-align: super
}

.ut-count sub {
  vertical-align: baseline;
  top: inherit;
  bottom: 0
}

.ut-count-prefix {
  margin-right: .1em
}

.ut-count-suffix {
  margin-left: .1em
}

.ut-counter[data-type=slot] svg {
  margin: 0
}

.ut-counter[data-type=slot] .ut-count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center
}

.ut-counter[data-type=slot] .ut-count .ut-count-prefix {
  line-height: 100%
}

.ut-counter[data-type=slot] .ut-count sup.ut-count-prefix {
  align-self: flex-start;
  transform: translateY(60%)
}

.ut-counter[data-type=slot] .ut-count sub.ut-count-prefix {
  align-self: flex-end;
  transform: translateY(-80%)
}

.ut-counter[data-type=slot] .ut-count .ut-count-suffix {
  line-height: 100%
}

.ut-counter[data-type=slot] .ut-count sup.ut-count-suffix {
  align-self: flex-start;
  transform: translateY(60%)
}

.ut-counter[data-type=slot] .ut-count sub.ut-count-suffix {
  align-self: flex-end;
  transform: translateY(-80%)
}

.ut-slot-machine-number {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden
}

.ut-slot-machine-number ul {
  margin: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  visibility: visible
}

.ut-slot-machine-number-value {
  display: inline-block;
  visibility: hidden
}

.ut-title-divider {
  margin-bottom: 30px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center
}

.ut-title-divider:after {
  content: "";
  display: block;
  background-color: #151515;
  width: 30px;
  height: 1px;
  margin: 10px auto 0
}

.light .ut-title-divider:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 30px;
  height: 1px;
  margin: 10px auto 0
}

.ut-dropcap-one {
  color: #fff;
  float: left;
  font-size: 28px;
  width: 48px;
  height: 48px;
  text-align: center;
  display: inline-block;
  line-height: 48px;
  margin: 6px 16px 0 0;
  border-radius: 50%;
  font-family: 'ralewaymedium', Helvetica, Arial, sans-serif
}

.ut-dropcap-two {
  color: #fff;
  float: left;
  font-size: 28px;
  width: 48px;
  height: 48px;
  text-align: center;
  display: inline-block;
  line-height: 48px;
  margin: 6px 16px 0 0;
  font-family: 'ralewaymedium', Helvetica, Arial, sans-serif
}

.ut-highlight-icon-wrap {
  text-align: center;
  margin: 0 auto;
  padding: 0 0 20px
}

.ut-service-icon-box {
  text-align: center
}

.ut-highlight-icon {
  font-family: 'FontAwesome';
  display: inline-block !important;
  font-size: 0px;
  cursor: pointer;
  margin: 15px 30px;
  width: 90px !important;
  height: 90px;
  border-radius: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff
}

.ut-highlight-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  content: '';
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.ut-highlight-icon:before {
  speak: none;
  font-size: 40px;
  line-height: 90px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased
}

.ut-highlight-icon-effect .ut-highlight-icon {
  -webkit-transition: background .2s, color .2s;
  -o-transition: background .2s, color .2s;
  transition: background .2s, color .2s
}

.ut-highlight-icon-effect .ut-highlight-icon:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  -webkit-transition: -webkit-transform .2s, opacity .2s;
  -webkit-transform: scale(.8);
  -moz-transition: -moz-transform .2s, opacity .2s;
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -webkit-transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, -webkit-transform .2s;
  -o-transition: transform .2s, opacity .2s;
  transition: transform .2s, opacity .2s;
  transition: transform .2s, opacity .2s, -webkit-transform .2s;
  transform: scale(.8);
  opacity: 0
}

.ut-highlight-icon-effect .ut-highlight-icon:hover {
  color: #fff
}

.ut-highlight-icon-effect .ut-highlight-icon:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.ut-highlight-icon.ut-service-icon-with-svg {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 12px auto 0 auto !important
}

.ut-highlight-icon.ut-service-icon-with-svg svg {
  width: 40px
}

.ut-bs-wrap {
  margin-left: -10px;
  margin-right: -10px
}

.ut-bs-wrap .post {
  border: none !important;
  padding: 0 !important;
  margin-bottom: 20px !important
}

.ut-bs-wrap .entry-title {
  font-size: 17px
}

.light .ut-bs-wrap a:hover,
.light .ut-bs-wrap .entry-title,
.light .ut-bs-wrap .entry-title a,
.light .ut-bs-wrap a .entry-title {
  color: #fff
}

.light .ut-bs-wrap a.more-link {
  color: #888
}

.light .ut-bs-wrap a.more-link:hover {
  color: #fff
}

.ut-bs-wrap .entry-thumbnail {
  margin-bottom: 20px
}

.ut-bs-wrap .entry-header {
  margin-bottom: 0
}

.ut-bs-wrap .format-link .entry-header {
  margin-bottom: 20px
}

.ut-bs-wrap .format-link .entry-meta {
  display: none
}

.ut-bs-wrap .entry-meta {
  margin: 0 0 20px !important;
  text-align: inherit !important
}

.light .ut-bs-wrap .entry-meta span,
.light .ut-bs-wrap .entry-meta i {
  color: #fff !important
}

.ut-bs-wrap .entry-meta .date-format {
  border: none !important;
  margin: 0 10px 0 0 !important;
  padding: 0 !important
}

.ut-bs-wrap .entry-meta .author-links,
.ut-bs-wrap .entry-meta .cat-links,
.ut-bs-wrap .entry-meta .comments-link,
.ut-bs-wrap .entry-meta .edit-link {
  display: inline-block !important
}

.ut-bs-holder {
  display: block;
  margin: 0 auto 20px auto;
  text-align: center
}

.ut-bs-btn {
  display: block;
  line-height: 50px;
  background: #fff;
  border: 1px solid #efefef;
  -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .1);
  font-size: 11px;
  text-transform: uppercase;
  color: #999
}

.ut-st {
  overflow: hidden;
  margin-bottom: 20px
}

.ut-st-header {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px
}

.ut-st-avatar {
  border-radius: 50%;
  float: left;
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-right: 20px
}

@media (max-width:767px) {
  .ut-st-avatar {
    float: none;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 20px
  }
}

.ut-st-avatar img {
  width: 100%
}

.ut-st-title {
  margin-bottom: 0
}

.ut-st-date,
.ut-st-name {
  display: block
}

.ut-st-subtitle {
  font-size: 11px
}

.ut-st p {
  margin-bottom: 10px
}

.ut-st-rating {
  display: block;
  margin-bottom: 10px
}

.ut-st-rating ul {
  list-style: none;
  margin: 0
}

.ut-st-rating ul li {
  display: inline;
  margin-right: 5px;
  color: #999
}

.ut-video-testimonial-wrapper {
  margin-left: -10px;
  margin-right: -10px
}

.ut-video-testimonial {
  margin-bottom: 20px
}

.ut-hero-testimonial .ut-video {
  margin-bottom: 20px
}

.ut-video-testimonial-boxed {
  padding: 20px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .25);
  box-shadow: 0 10px 10px rgba(0, 0, 0, .25)
}

.ut-video-testimonial-boxed.ut-video-box-dark {
  background: rgba(0, 0, 0, .2);
  border: 1px solid rgba(0, 0, 0, .4)
}

.ut-video-testimonial-boxed.ut-video-box-light {
  background: rgba(255, 255, 255, .2);
  border: 1px solid rgba(255, 255, 255, .4)
}

.ut-video-testimonial h3 {
  margin-bottom: 0
}

.ut-load-vtestimonial img {
  display: block;
  margin: 0 auto 20px auto
}

.ut-load-vtestimonial {
  position: relative;
  text-align: center;
  display: block
}

.ut-load-vtestimonial:before {
  font-family: 'FontAwesome';
  content: "\f16a";
  color: #fff;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 40px;
  width: 40px;
  height: 40px;
  margin-top: -10px;
  margin-left: -20px
}

.ut-shortcode-video-wrap {
  position: relative
}

.light .ut-shortcode-video-wrap {
  -webkit-box-shadow: 0 0 40px #000;
  box-shadow: 0 0 40px #000
}

.ut-video-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #151515;
  margin-left: -20px;
  margin-top: -20px;
  display: none
}

.ut-load-video {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer
}

.ut-load-video img {
  vertical-align: bottom;
  margin: 0 auto;
  width: 100%;
  display: block
}

.ut-shortcode-video-wrap .ut-video-caption i {
  position: absolute;
  bottom: 20px;
  left: 20px;
  -webkit-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
  color: rgba(255, 255, 255, .3);
  border-color: rgba(255, 255, 255, .3)
}

.light .ut-shortcode-video-wrap .ut-video-caption i {
  background: rgba(0, 0, 0, .5)
}

.ut-load-video:hover i {
  color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 1)
}

.ut-shortcode-video-wrap .ut-video-caption {
  margin-bottom: 20px;
  max-width: 100%;
  padding: 10px;
  background: 0 0;
  border: 1px solid
}

.light .ut-shortcode-video-wrap .ut-video-caption {
  padding: 0
}

.dark .ut-shortcode-video-wrap .ut-video-caption {
  border-color: #ddd
}

.ut-video-caption-text {
  padding-top: 10px
}

.light .ut-video-caption-text {
  padding: 10px;
  background: rgba(0, 0, 0, 5);
  color: #999;
  border-top: 1px solid
}

.ut-highlight-section-wrap {
  margin-bottom: 0;
  margin-left: -10px;
  margin-right: -10px
}

.ut-highlight-section-right {
  text-align: right
}

.ut-highlight-section-right .ut-highlight-section-icon {
  float: right;
  margin-right: 0;
  margin-left: 20px
}

.ut-highlight-section-icon {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  background: 0 0;
  border: double 1px #008ed6;
  color: #008ed6
}

.ut-highlight-section-box h3 {
  -webkit-transition: .2s all linear;
  -o-transition: .2s all linear;
  transition: .2s all linear;
  margin-bottom: 5px
}

.ut-highlight-section-content {
  overflow: hidden;
  margin-bottom: 20px
}

.ut-highlight-section-image {
  margin: 0 auto
}

.ut-highlight-section-image.ut-landscape {
  padding: 0 10px
}

.ut-highlight-section-image.ut-portrait {
  max-width: 250px
}

.ut-highlight-section-image img {
  width: 100%
}

.ut-custom-box {
  border: 1px solid #a0c3d5;
  padding: 20px
}

.ut-custom-box-content {
  overflow: hidden;
  text-align: left
}

.ut-custom-box-icon {
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
  max-width: 320px
}

.cta-btn {
  display: block;
  text-align: center;
  overflow: hidden
}

.light .cl-effect-18 a,
.light .cl-effect-18 a:hover,
.light .cl-effect-18 a:focus,
.light .cta-btn a {
  color: #fff
}

.light .cl-effect-18 a:before,
.light .cl-effect-18 a:after {
  background: #fff
}

.dark .cl-effect-18 a,
.dark .cl-effect-18 a:hover,
.dark .cl-effect-18 a:focus,
.dark .cta-btn a {
  color: #151515
}

.dark .cl-effect-18 a:before,
.dark .cl-effect-18 a:after {
  background: #151515
}

.cta-btn a {
  position: relative;
  display: inline-block;
  margin: 15px 25px;
  outline: none;
  color: #151515;
  text-decoration: none;
  font-size: 1.4em
}

.cta-btn a:hover,
.cta-btn a:focus {
  outline: none
}

.cl-effect-18 {
  position: relative;
  z-index: 1;
  line-height: 125%
}

.cl-effect-18 a {
  padding: 0;
  color: #151515;
  font-weight: 700;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s
}

.cl-effect-18 a:before,
.cl-effect-18 a:after {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background: #151515;
  content: '';
  z-index: -1;
  pointer-events: none;
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  -o-transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s
}

.cl-effect-18 a:before {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px)
}

.cl-effect-18 a:after {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px)
}

.cl-effect-18 a:hover,
.cl-effect-18 a:focus {
  color: #151515
}

.cl-effect-18 a:hover:before,
.cl-effect-18 a:hover:after,
.cl-effect-18 a:focus:before,
.cl-effect-18 a:focus:after {
  opacity: .7
}

.cl-effect-18 a:hover:before,
.cl-effect-18 a:focus:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.cl-effect-18 a:hover:after,
.cl-effect-18 a:focus:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

@media (max-width:767px) {

  .ut-one-half,
  .ut-one-third,
  .ut-two-thirds,
  .ut-three-fourths,
  .ut-one-fourth,
  .ut-one-fifth,
  .ut-two-fifth,
  .ut-three-fifth,
  .ut-four-fifth,
  .ut-one-sixth,
  .ut-five-sixth {
    width: 100%
  }

  .ut-icon-box {
    float: none !important;
    margin: 0;
    width: 100%
  }

  .ut-arrow-right {
    display: none
  }

  .ut-info {
    text-align: center !important;
    overflow: hidden
  }

  .ut-rotate-quote .flex-direction-nav {
    display: none
  }

  .ut-rotate-quote .flex-direction-nav,
  .ut-rotate-quote-alt .flex-direction-nav {
    width: 75px
  }

  .ut-service-column,
  .ut-service-column.ut-vertical {
    text-align: center
  }

  .ut-service-icon.ut-si-right {
    float: left;
    margin-right: 20px;
    margin-left: 0 !important;
    overflow: hidden;
    font-size: 30px;
    margin-bottom: 20px
  }

  .ut-highlight-section-right {
    text-align: inherit
  }

  .ut-highlight-section-right .ut-highlight-section-icon {
    float: left;
    margin-right: 20px;
    margin-left: 0
  }

  .ut-highlight-section-image.ut-landscape {
    padding: 0
  }

  .ut-highlight-section-image {
    margin: 0 auto 40px auto
  }

  .ut-custom-box-icon {
    float: none !important;
    margin-right: 0 !important
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .ut-icon-box {
    float: none !important;
    margin: 0 0 20px !important;
    width: 100%
  }

  .ut-arrow-right {
    display: none
  }

  .ut-info {
    text-align: center !important;
    overflow: hidden
  }

  .ut-rotate-quote .flex-direction-nav,
  .ut-rotate-quote-alt .flex-direction-nav {
    width: 75px
  }

  .ut-highlight-section-image.ut-landscape {
    padding: 0
  }

  .ut-custom-box-icon {
    float: none !important;
    margin-right: 0 !important
  }
}

.ut-animate-element,
.ut-animate-image {
  opacity: 0
}

.ut-animate-element.animated.infinite,
.ut-animate-image.animated.infinite {
  opacity: 1 !important
}

.mejs-container.mejs-video {
  width: 100% !important;
  height: auto !important;
  padding-top: 57%
}

.mejs-overlay,
.mejs-poster {
  width: 100% !important;
  height: 100% !important
}

.mejs-mediaelement video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important
}

.pp_pic_holder video {
  width: 100%;
  height: 100%;
  max-width: 100%
}

.pp_pic_holder .wp-video {
  width: 100% !important
}

.ut-spacer {
  width: 100%;
  display: block;
  min-height: 1px;
  clear: both
}

.ut-fancy-image-wrap {
  margin-bottom: 20px
}

figure.ut-fancy-image {
  background: #9e5406
}

figure.ut-fancy-image img {
  opacity: .7;
  -webkit-transition: opacity .35s;
  -o-transition: opacity .35s;
  transition: opacity .35s
}

figure.ut-fancy-image:hover img {
  opacity: .4
}

figure.ut-fancy-image figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

figure.ut-fancy-image figcaption:before,
figure.ut-fancy-image figcaption:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, -webkit-transform .35s;
  -o-transition: opacity .35s, transform .35s;
  transition: opacity .35s, transform .35s;
  transition: opacity .35s, transform .35s, -webkit-transform .35s
}

figure.ut-fancy-image figcaption:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1)
}

figure.ut-fancy-image figcaption:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0)
}

figure.ut-fancy-image h3 {
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  -o-transition: transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0)
}

figure.ut-fancy-image p {
  padding: 0 20px;
  opacity: 0;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, -webkit-transform .35s;
  -o-transition: opacity .35s, transform .35s;
  transition: opacity .35s, transform .35s;
  transition: opacity .35s, transform .35s, -webkit-transform .35s;
  -webkit-transform: translate3d(0, 60px, 0);
  transform: translate3d(0, 60px, 0);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

figure.ut-fancy-image:hover figcaption:before,
figure.ut-fancy-image:hover figcaption:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

figure.ut-fancy-image:hover h3 {
  opacity: 1;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0)
}

figure.ut-fancy-image:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0)
}

figure.ut-fancy-image {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  background: #3085a3;
  text-align: center;
  cursor: pointer
}

figure.ut-fancy-image img {
  position: relative;
  display: block;
  max-width: 100%;
  opacity: .8
}

figure.ut-fancy-image figcaption {
  padding: 2em;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

figure.ut-fancy-image figcaption:before,
figure.ut-fancy-image figcaption:after {
  pointer-events: none
}

figure.ut-fancy-image figcaption,
figure.ut-fancy-image figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

figure.ut-fancy-image h3,
figure.ut-fancy-image p {
  margin: 0
}

figure.ut-fancy-image p {
  font-size: 12px
}

@media (min-width:768px) and (max-width:1024px) {

  figure.ut-fancy-image h3,
  figure.ut-fancy-image:hover h3 {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  figure.ut-fancy-image p {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0)
  }

  figure.ut-fancy-image:hover p {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }
}

@media (max-width:320px) {

  figure.ut-fancy-image h3,
  figure.ut-fancy-image:hover h3 {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  figure.ut-fancy-image p {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0)
  }

  figure.ut-fancy-image:hover p {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }
}

.vc_row [class*=vc_col-] .ut-one-half:not(.ut-table-menu-wrap),
.vc_row [class*=vc_col-] .ut-one-third:not(.ut-table-menu-wrap),
.vc_row [class*=vc_col-] .ut-two-thirds:not(.ut-table-menu-wrap),
.vc_row [class*=vc_col-] .ut-three-fourths:not(.ut-table-menu-wrap),
.vc_row [class*=vc_col-] .ut-one-fourth:not(.ut-table-menu-wrap),
.vc_row [class*=vc_col-] .ut-one-fifth:not(.ut-table-menu-wrap),
.vc_row [class*=vc_col-] .ut-two-fifth:not(.ut-table-menu-wrap),
.vc_row [class*=vc_col-] .ut-three-fifth:not(.ut-table-menu-wrap),
.vc_row [class*=vc_col-] .ut-four-fifth:not(.ut-table-menu-wrap),
.vc_row [class*=vc_col-] .ut-one-sixth:not(.ut-table-menu-wrap),
.vc_row [class*=vc_col-] .ut-five-sixth:not(.ut-table-menu-wrap) {
  margin-right: 0 !important;
  float: inherit !important;
  width: 100% !important;
  margin-bottom: 0 !important
}

.ut-animate-element.vc_row.vc_row-o-full-height {
  min-height: 100vh !important
}

.ut-word-effects,
.ut-word-effect-slide {
  position: relative;
  width: 100%;
  height: 100%
}

.ut-word-effect-slide {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.ut-word-effect-slide:not(.slide--current) {
  position: absolute;
  top: 0;
  pointer-events: none;
  opacity: 0
}

section {
  position: relative
}

[class*=grid-]>.wpb_content_element,
.entry-content>.wpb_content_element {
  margin-bottom: 0
}

.vc_row.ut-row-has-filled-cols {
  margin-left: 0;
  margin-right: 0
}

.vc_section[data-vc-full-width]>.ut-row-has-filled-cols:not([data-vc-full-width]),
.vc_section[data-vc-full-width]>.vc_row-has-fill:not([data-vc-full-width]) {
  margin-left: 20px;
  margin-right: 20px
}

.vc_row {
  margin-left: -20px;
  margin-right: -20px;
  position: relative
}

.vc_row[class*=vc_column-gap-]:not(.vc_column-gap-0) .wpb_column:not(.vc_col-has-fill) .vc_column-inner {
  padding-left: 0;
  padding-right: 0
}

.vc_row[class*=vc_column-gap-]:not(.vc_column-gap-0)>.wpb_column:not(.vc_col-has-fill) .vc_column-inner .wpb_content_element:last-child {
  margin-bottom: 0
}

.vc_row[class*=vc_column-gap-]:not(.vc_column-gap-0) .vc_row.vc_inner {
  margin-left: 0;
  margin-right: 0
}

.vc_row[class*=vc_column-gap-]:not(.vc_column-gap-0) .vc_row.vc_inner.ut-row-has-filled-cols .vc_column-inner {
  padding-top: 40px;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px
}

.bklyn-column-with-overlay>.vc_column-inner {
  overflow: hidden
}

.vc_column_container>.vc_column-inner {
  padding-left: 20px;
  padding-right: 20px
}

.vc_row.vc_column-gap-40>.vc_column_container {
  padding: 20px
}

.vc_column-gap-0.ut-row-has-filled-cols {
  margin-left: 20px !important;
  margin-right: 20px !important
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li,
.vc_icon_element {
  margin-bottom: 40px
}

div.vc_custom_heading,
p.vc_custom_heading {
  line-height: 150%
}

.vc_custom_heading+.wpb_content_element {
  margin-top: 0
}

#contact-section .parallax-title,
#contact-section .section-title {
  font-size: 30px
}

.vc_section .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_section .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_section .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
  padding-top: inherit
}

.vc_section .vc_row-has-fill>.vc_column_container:not(.vc_col-has-fill)>.vc_column-inner,
.vc_section .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_section .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
  padding-top: inherit;
  padding-bottom: 0
}

.vc_section .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner {
  padding-top: inherit
}

.vc_row[class*=vc_column-gap-].vc_row-o-equal-height.ut-row-has-filled-cols>.vc_column_container>.vc_column-inner {
  padding-top: 40px
}

.ut-portfolio-detail .vc_row.vc_inner[class*=vc_column-gap-]:not(.vc_column-gap-0)>.vc_column_container>.vc_column-inner.vc_column-inner-nested {
  padding-left: 0;
  padding-right: 0
}

.vc_section .vc_col-has-fill>.vc_column-inner {
  padding-top: 40px !important;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px
}

@media (max-width:767px) {

  .vc_section.ut-overflow-visible-mobile,
  .vc_row.ut-overflow-visible-mobile {
    overflow: visible !important
  }

  .vc_row.ut-remove-clear-on-mobile:after {
    clear: inherit !important
  }

  .vc_row.vc_inner.ut-overflow-hidden-on-mobile {
    overflow: hidden
  }
}

@media (min-width:768px) and (max-width:1024px) {

  .vc_section.ut-overflow-visible-tablet,
  .vc_row.ut-overflow-visible-tablet {
    overflow: visible !important
  }

  .vc_row.ut-remove-clear-on-tablet:after {
    clear: inherit !important
  }

  .vc_row.vc_inner.ut-overflow-hidden-on-tablet {
    overflow: hidden
  }
}

@media (min-width:1025px) {

  .vc_section.ut-overflow-visible,
  .vc_row.ut-overflow-visible {
    overflow: visible !important
  }

  .vc_row.ut-remove-clear-on-desktop:after {
    clear: inherit !important
  }

  .vc_row.vc_inner.ut-overflow-hidden-on-desktop {
    overflow: hidden
  }
}

.blog .post .vc_section {
  padding-bottom: 0 !important;
  padding-top: 0 !important
}

#ut-sitebody .ut-portfolio-details-wrap .vc_section.ut-first-section {
  padding-top: 40px
}

#ut-sitebody .ut-portfolio-details-wrap .entry-content .ut-portfolio-title+style+.vc_section.ut-first-section {
  padding-top: 0
}

#ut-sitebody .ut-portfolio-details-wrap .ut-vc-80.vc_section.ut-last-section,
#ut-sitebody.ut-has-scroll-top .ut-portfolio-details-wrap .vc_section.vc_section-has-fill.ut-last-section,
#ut-sitebody.ut-has-scroll-top .ut-portfolio-details-wrap .ut-vc-80.vc_section.ut-last-section {
  padding-bottom: 0
}

.page.has-no-hero.ut-vc-enabled #primary,
.single-portfolio.has-no-hero.ut-vc-enabled #primary {
  padding: 0
}

.page.ut-vc-enabled #primary,
.single-portfolio.ut-vc-enabled #primary {
  padding: 0
}

.ut-has-page-title .vc_section.ut-vc-80.ut-first-section,
.ut-has-page-title .vc_section.ut-vc-120.ut-first-section,
.ut-has-page-title .vc_section.ut-vc-160.ut-first-section,
.ut-has-page-title .vc_section.ut-vc-200.ut-first-section,
.single-post .main-content-background .vc_section.ut-vc-80.ut-first-section,
.single-post .main-content-background .vc_section.ut-vc-120.ut-first-section,
.single-post .main-content-background .vc_section.ut-vc-160.ut-first-section,
.single-post .main-content-background .vc_section.ut-vc-200.ut-first-section {
  padding-top: 0
}

.ut-has-page-title .vc_section.vc_section-has-fill.ut-vc-80.ut-first-section {
  padding-top: 80px
}

.ut-has-page-title .vc_section.vc_section-has-fill.ut-vc-120.ut-first-section {
  padding-top: 120px
}

.ut-has-page-title .vc_section.vc_section-has-fill.ut-vc-160.ut-first-section {
  padding-top: 160px
}

.ut-has-page-title .vc_section.vc_section-has-fill.ut-vc-200.ut-first-section {
  padding-top: 200px
}

.ut-vc-80.vc_section.vc_section-remove-padding-bottom,
.ut-vc-120.vc_section.vc_section-remove-padding-bottom,
.ut-vc-160.vc_section.vc_section-remove-padding-bottom,
.ut-vc-200.vc_section.vc_section-remove-padding-bottom,
.vc_section.vc_section-remove-padding-bottom {
  padding-bottom: 0
}

.ut-last-content-section-as-no-fill .ut-first-in-contact-section.vc_section-has-no-fill {
  padding-top: 0 !important
}

@media (max-width:767px) {
  #ut-sitebody .vc_row {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .vc_section .vc_col-has-fill>.vc_column-inner {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px
  }

  .vc_column-inner.ut-column-shadow {
    margin: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }

  .ut-has-page-title .vc_section.ut-first-section {
    padding-top: 0 !important
  }

  .ut-has-page-title .vc_section.vc_section-has-fill.ut-first-section {
    padding-top: 80px !important
  }

  #ut-custom-hero .vc_section.ut-first-section,
  #ut-custom-hero .vc_section.ut-first-section.vc_section-has-fill {
    padding-top: 140px
  }

  .vc_section,
  .vc_section.vc_section-has-fill {
    padding-top: 80px;
    padding-bottom: 40px
  }

  #ut-sitebody .vc_section.bklyn-section-with-separator.bklyn-section-separator-mobile-off:not(.ut-first-section) {
    padding-top: 80px !important
  }

  .vc_section.ut-last-row-has-fill+.vc_row-full-width+.vc_section,
  .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
  .vc_section+.vc_row-full-width+.vc_section.vc_section-has-fill {
    padding-top: 80px
  }

  .vc_section+.vc_row-full-width+.vc_section {
    padding-top: 40px
  }

  .vc_section+.vc_row-full-width+.vc_section.ut-first-row-has-fill,
  .vc_section.ut-last-row-has-fill+.vc_row-full-width+.ut-first-row-has-fill {
    padding-top: 0
  }

  .ut-has-scroll-top .vc_section.ut-last-section,
  .ut-has-scroll-top .vc_section.vc_section-has-fill.ut-last-section {
    padding-bottom: 80px
  }

  .ut-has-scroll-top .vc_section.ut-last-section.ut-last-row-has-fill,
  .ut-has-scroll-top .vc_section.ut-last-section.vc_section-has-fill.ut-last-row-has-fill {
    padding-bottom: 0
  }

  .ut-has-scroll-top .vc_section.ut-last-section.ut-last-row-has-fill .ut-last-row,
  .ut-has-scroll-top .vc_section.ut-last-section.vc_section-has-fill.ut-last-row-has-fill .ut-last-row {
    padding-bottom: 80px
  }

  .vc_section.ut-first-row-has-fill,
  .vc_section.vc_section-has-fill.ut-first-row-has-fill {
    padding-top: 0
  }

  .vc_section.ut-last-row-has-fill,
  .vc_section.vc_section-has-fill.ut-last-row-has-fill {
    padding-bottom: 0
  }

  .vc_section>.vc_row+.vc_row-full-width+.vc_row {
    margin-top: 40px
  }

  .vc_section>.vc_row.ut-row-has-filled-cols+.vc_row-full-width+.vc_row {
    margin-top: 80px
  }

  .vc_section>.vc_row+.vc_row-full-width+.vc_row-has-fill {
    margin-top: 40px
  }

  .vc_section>.vc_row+.vc_row-full-width+.vc_row-has-fill.vc_row-o-full-height {
    margin-top: 40px
  }

  .vc_section>.vc_row-has-fill.vc_row-o-full-height+.vc_row-full-width+.vc_row-has-fill.vc_row-o-full-height {
    margin-top: 0
  }

  .vc_section>.vc_row-has-fill+.vc_row-full-width+.vc_row {
    margin-top: 80px
  }

  .vc_section>.vc_row-has-fill+.vc_row-full-width+.vc_row-has-fill {
    margin-top: 0
  }

  .vc_section>.vc_row-has-fill {
    padding-top: 80px;
    padding-bottom: 40px
  }

  .vc_section>.vc_row-has-fill.ut-row-has-filled-cols.vc_column-gap-0 {
    padding-top: 80px;
    padding-bottom: 80px
  }

  #ut-sitebody [id*=ut_inner_column_] {
    margin-top: 0 !important
  }

  .vc_section .vc_row.vc_inner {
    margin-top: 40px
  }

  .vc_section .vc_row.vc_inner:first-child {
    margin-top: 0
  }

  .vc_section .vc_row.vc_inner+.vc_row.vc_inner {
    margin-top: 40px
  }

  .vc_section .vc_row.vc_inner.vc_row-has-fill {
    padding-top: 80px;
    padding-bottom: 40px
  }

  .vc_section .vc_row.vc_inner.vc_row-has-fill+.vc_row.vc_inner.vc_row-has-fill {
    margin-top: 0
  }

  .vc_section .vc_row.vc_inner+.vc_row.vc_inner.vc_row-has-fill {
    margin-top: 40px
  }

  #contact-section.ut-contact-section-with-overlay .parallax-overlay,
  #contact-section.ut-contact-section-without-overlay {
    padding-top: 80px !important;
    padding-bottom: 80px !important
  }

  #contact-section.ut-contact-section-with-overlay.ut-contact-section-scroll-top .parallax-overlay {
    padding-top: 80px !important;
    padding-bottom: 120px !important
  }
}

@media (min-width:768px) and (max-width:1024px) {
  #ut-sitebody:not(.single-post) .vc_row {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .ut-site-border .vc_row-has-fill {
    border: none !important
  }

  .ut-has-page-title .vc_section.ut-first-section {
    padding-top: 0 !important
  }

  .ut-has-page-title .vc_section.vc_section-has-fill.ut-first-section {
    padding-top: 80px !important
  }

  #ut-custom-hero .vc_section.ut-first-section,
  #ut-custom-hero .vc_section.ut-first-section.vc_section-has-fill {
    padding-top: 160px
  }

  .vc_section,
  .vc_section.vc_section-has-fill {
    padding-top: 80px;
    padding-bottom: 40px
  }

  #ut-sitebody .vc_section.bklyn-section-with-separator.bklyn-section-separator-tablet-off:not(.ut-first-section) {
    padding-top: 80px !important
  }

  .vc_section.ut-last-row-has-fill+.vc_row-full-width+.vc_section,
  .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
  .vc_section+.vc_row-full-width+.vc_section.vc_section-has-fill {
    padding-top: 80px
  }

  .vc_section+.vc_row-full-width+.vc_section {
    padding-top: 40px
  }

  .vc_section+.vc_row-full-width+.vc_section.ut-first-row-has-fill,
  .vc_section.ut-last-row-has-fill+.vc_row-full-width+.ut-first-row-has-fill {
    padding-top: 0
  }

  .ut-has-scroll-top .vc_section.ut-last-section,
  .ut-has-scroll-top .vc_section.vc_section-has-fill.ut-last-section {
    padding-bottom: 80px
  }

  .ut-has-scroll-top .vc_section.ut-last-section.ut-last-row-has-fill,
  .ut-has-scroll-top .vc_section.ut-last-section.vc_section-has-fill.ut-last-row-has-fill {
    padding-bottom: 0
  }

  .ut-has-scroll-top .vc_section.ut-last-section.ut-last-row-has-fill .ut-last-row,
  .ut-has-scroll-top .vc_section.ut-last-section.vc_section-has-fill.ut-last-row-has-fill .ut-last-row {
    padding-bottom: 80px
  }

  .vc_section.ut-first-row-has-fill,
  .vc_section.vc_section-has-fill.ut-first-row-has-fill {
    padding-top: 0
  }

  .vc_section.ut-last-row-has-fill,
  .vc_section.vc_section-has-fill.ut-last-row-has-fill {
    padding-bottom: 0
  }

  .vc_section>.vc_row+.vc_row-full-width+.vc_row {
    margin-top: 40px
  }

  .vc_section>.vc_row.ut-row-has-filled-cols+.vc_row-full-width+.vc_row {
    margin-top: 80px
  }

  .vc_section>.vc_row+.vc_row-full-width+.vc_row-has-fill {
    margin-top: 40px
  }

  .vc_section>.vc_row+.vc_row-full-width+.vc_row-has-fill.vc_row-o-full-height {
    margin-top: 40px
  }

  .vc_section>.vc_row-has-fill.vc_row-o-full-height+.vc_row-full-width+.vc_row-has-fill.vc_row-o-full-height {
    margin-top: 0
  }

  .vc_section>.vc_row-has-fill+.vc_row-full-width+.vc_row {
    margin-top: 80px
  }

  .vc_section>.vc_row-has-fill+.vc_row-full-width+.vc_row-has-fill {
    margin-top: 0
  }

  .vc_section>.vc_row-has-fill {
    padding-top: 80px;
    padding-bottom: 40px
  }

  .vc_section .vc_row.vc_inner {
    margin-top: 40px
  }

  .vc_section .vc_row.vc_inner:first-child {
    margin-top: 0
  }

  .vc_section .vc_row.vc_inner+.vc_row.vc_inner {
    margin-top: 40px
  }

  .vc_section .vc_row.vc_inner.vc_row-has-fill {
    padding-top: 80px;
    padding-bottom: 40px
  }

  .vc_section .vc_row.vc_inner.vc_row-has-fill+.vc_row.vc_inner.vc_row-has-fill {
    margin-top: 0
  }

  .vc_section .vc_row.vc_inner+.vc_row.vc_inner.vc_row-has-fill {
    margin-top: 40px
  }

  #contact-section.ut-contact-section-with-overlay .parallax-overlay,
  #contact-section.ut-contact-section-without-overlay {
    padding-top: 80px !important;
    padding-bottom: 80px !important
  }

  #contact-section.ut-contact-section-with-overlay.ut-contact-section-scroll-to .parallax-overlay {
    padding-top: 80px !important;
    padding-bottom: 120px !important
  }
}

@media (min-width:1025px) {

  .ut-vc-80.vc_section,
  .ut-vc-80.vc_section.vc_section-has-fill {
    padding-top: 80px;
    padding-bottom: 40px
  }

  .ut-vc-80.vc_section.ut-last-row-has-fill+.vc_row-full-width+.ut-vc-80.vc_section,
  .ut-vc-80.vc_section.vc_section-has-fill+.vc_row-full-width+.ut-vc-80.vc_section,
  .ut-vc-80.vc_section+.vc_row-full-width+.ut-vc-80.vc_section.vc_section-has-fill {
    padding-top: 80px
  }

  .ut-vc-80.vc_section+.vc_row-full-width+.ut-vc-80.vc_section {
    padding-top: 40px
  }

  .ut-vc-80.vc_section+.vc_row-full-width+.ut-vc-80.vc_section.ut-first-row-has-fill,
  .ut-vc-80.vc_section.ut-last-row-has-fill+.vc_row-full-width+.ut-first-row-has-fill {
    padding-top: 0
  }

  .ut-has-scroll-top .ut-vc-80.vc_section.ut-last-section,
  .ut-has-scroll-top .ut-vc-80.vc_section.vc_section-has-fill.ut-last-section {
    padding-bottom: 80px
  }

  .single-post.ut-has-scroll-top .ut-vc-80.vc_section.ut-last-section,
  .single-post .ut-vc-80.vc_section.ut-last-section {
    padding-bottom: 0
  }

  .single-post.ut-has-scroll-top .ut-vc-80.vc_section.vc_section-has-fill.ut-last-section,
  .ut-vc-80.vc_section.vc_section-has-fill.ut-last-section {
    padding-bottom: 40px
  }

  .ut-has-scroll-top .ut-vc-80.vc_section.ut-last-section.ut-last-row-has-fill,
  .ut-has-scroll-top .ut-vc-80.vc_section.ut-last-section.vc_section-has-fill.ut-last-row-has-fill {
    padding-bottom: 0
  }

  .ut-has-scroll-top .ut-vc-80.vc_section.ut-last-section.ut-last-row-has-fill .ut-last-row,
  .ut-has-scroll-top .ut-vc-80.vc_section.ut-last-section.vc_section-has-fill.ut-last-row-has-fill .ut-last-row {
    padding-bottom: 80px
  }

  .ut-vc-80.vc_section.ut-first-row-has-fill,
  .ut-vc-80.vc_section.vc_section-has-fill.ut-first-row-has-fill {
    padding-top: 0
  }

  .ut-vc-80.vc_section.ut-last-row-has-fill,
  .ut-vc-80.vc_section.vc_section-has-fill.ut-last-row-has-fill {
    padding-bottom: 0
  }

  .ut-vc-80.vc_section>.vc_row+.vc_row-full-width+.ut-row-has-filled-cols.ut-last-row {
    margin-bottom: 40px
  }

  .ut-vc-80.vc_section>.vc_row+.vc_row-full-width+.vc_row {
    margin-top: 40px
  }

  .ut-vc-80.vc_section>.vc_row.ut-row-has-filled-cols+.vc_row-full-width+.vc_row {
    margin-top: 80px
  }

  .ut-vc-80.vc_section>.vc_row+.vc_row-full-width+.vc_row-has-fill {
    margin-top: 40px
  }

  .ut-vc-80.vc_section>.vc_row-has-fill.vc_row-o-full-height+.vc_row-full-width+.vc_row-has-fill.vc_row-o-full-height {
    margin-top: 0
  }

  .ut-vc-80.vc_section>.vc_row-has-fill+.vc_row-full-width+.vc_row {
    margin-top: 80px
  }

  .ut-vc-80.vc_section>.vc_row-has-fill+.vc_row-full-width+.vc_row-has-fill {
    margin-top: 0
  }

  .ut-vc-80.vc_section>.vc_row-has-fill {
    padding-top: 80px;
    padding-bottom: 40px
  }

  .ut-vc-80.vc_section .vc_row.vc_inner {
    margin-top: 40px
  }

  .ut-vc-80.vc_section .vc_row.vc_inner:first-child {
    margin-top: 0
  }

  .ut-vc-80.vc_section .vc_row.vc_inner+.vc_row.vc_inner {
    margin-top: 40px
  }

  .ut-vc-80.vc_section .vc_row.vc_inner.vc_row-has-fill {
    padding-top: 80px;
    padding-bottom: 40px
  }

  .ut-vc-80.vc_section .vc_row.vc_inner.vc_row-has-fill+.vc_row.vc_inner.vc_row-has-fill {
    margin-top: 0
  }

  .ut-vc-80.vc_section .vc_row.vc_inner+.vc_row.vc_inner.vc_row-has-fill {
    margin-top: 40px
  }

  .ut-vc-80.vc_section .vc_row.vc_inner.vc_row-has-fill+.vc_row.vc_inner {
    margin-top: 80px
  }

  .ut-vc-120.vc_section,
  .ut-vc-120.vc_section.vc_section-has-fill {
    padding-top: 120px;
    padding-bottom: 80px
  }

  .ut-vc-120.vc_section.ut-last-row-has-fill+.vc_row-full-width+.ut-vc-120.vc_section,
  .ut-vc-120.vc_section.vc_section-has-fill+.vc_row-full-width+.ut-vc-120.vc_section,
  .ut-vc-120.vc_section+.vc_row-full-width+.ut-vc-120.vc_section.vc_section-has-fill {
    padding-top: 120px
  }

  .ut-vc-120.vc_section+.vc_row-full-width+.ut-vc-120.vc_section {
    padding-top: 80px
  }

  .ut-vc-120.vc_section+.vc_row-full-width+.ut-vc-120.vc_section.ut-first-row-has-fill,
  .ut-vc-120.vc_section.ut-last-row-has-fill+.vc_row-full-width+.ut-first-row-has-fill {
    padding-top: 0
  }

  .ut-has-scroll-top .ut-vc-120.vc_section.ut-last-section,
  .ut-has-scroll-top .ut-vc-120.vc_section.vc_section-has-fill.ut-last-section {
    padding-bottom: 120px
  }

  .ut-has-scroll-top .ut-vc-120.vc_section.ut-last-section.ut-last-row-has-fill,
  .ut-has-scroll-top .ut-vc-120.vc_section.ut-last-section.vc_section-has-fill.ut-last-row-has-fill {
    padding-bottom: 0
  }

  .ut-has-scroll-top .ut-vc-120.vc_section.ut-last-section.ut-last-row-has-fill .ut-last-row,
  .ut-has-scroll-top .ut-vc-120.vc_section.ut-last-section.vc_section-has-fill.ut-last-row-has-fill .ut-last-row {
    padding-bottom: 120px
  }

  .ut-vc-120.vc_section.ut-first-row-has-fill,
  .ut-vc-120.vc_section.vc_section-has-fill.ut-first-row-has-fill {
    padding-top: 0
  }

  .ut-vc-120.vc_section.ut-last-row-has-fill,
  .ut-vc-120.vc_section.vc_section-has-fill.ut-last-row-has-fill {
    padding-bottom: 0
  }

  .ut-vc-120.vc_section>.vc_row+.vc_row-full-width+.ut-row-has-filled-cols.ut-last-row {
    margin-bottom: 40px
  }

  .ut-vc-120.vc_section>.vc_row+.vc_row-full-width+.vc_row {
    margin-top: 40px
  }

  .ut-vc-120.vc_section>.vc_row.ut-row-has-filled-cols+.vc_row-full-width+.vc_row {
    margin-top: 80px
  }

  .ut-vc-120.vc_section>.vc_row+.vc_row-full-width+.vc_row-has-fill {
    margin-top: 80px
  }

  .ut-vc-120.vc_section>.vc_row-has-fill.vc_row-o-full-height+.vc_row-full-width+.vc_row-has-fill.vc_row-o-full-height {
    margin-top: 0
  }

  .ut-vc-120.vc_section>.vc_row-has-fill+.vc_row-full-width+.vc_row {
    margin-top: 120px
  }

  .ut-vc-120.vc_section>.vc_row-has-fill+.vc_row-full-width+.vc_row-has-fill {
    margin-top: 0
  }

  .ut-vc-120.vc_section>.vc_row-has-fill {
    padding-top: 120px;
    padding-bottom: 80px
  }

  .ut-vc-120.vc_section .vc_row.vc_inner {
    margin-top: 40px
  }

  .ut-vc-120.vc_section .vc_row.vc_inner:first-child {
    margin-top: 0
  }

  .ut-vc-120.vc_section .vc_row.vc_inner+.vc_row.vc_inner {
    margin-top: 40px
  }

  .ut-vc-120.vc_section .vc_row.vc_inner.vc_row-has-fill {
    padding-top: 80px;
    padding-bottom: 40px
  }

  .ut-vc-120.vc_section .vc_row.vc_inner.vc_row-has-fill+.vc_row.vc_inner.vc_row-has-fill {
    margin-top: 0
  }

  .ut-vc-120.vc_section .vc_row.vc_inner+.vc_row.vc_inner.vc_row-has-fill {
    margin-top: 40px
  }

  .ut-vc-120.vc_section .vc_row.vc_inner.vc_row-has-fill+.vc_row.vc_inner {
    margin-top: 80px
  }

  .ut-vc-160.vc_section,
  .ut-vc-160.vc_section.vc_section-has-fill {
    padding-top: 160px;
    padding-bottom: 120px
  }

  .ut-vc-160.vc_section.ut-last-row-has-fill+.vc_row-full-width+.ut-vc-160.vc_section,
  .ut-vc-160.vc_section.vc_section-has-fill+.vc_row-full-width+.ut-vc-160.vc_section,
  .ut-vc-160.vc_section+.vc_row-full-width+.ut-vc-160.vc_section.vc_section-has-fill {
    padding-top: 160px
  }

  .ut-vc-160.vc_section+.vc_row-full-width+.ut-vc-160.vc_section {
    padding-top: 120px
  }

  .ut-vc-160.vc_section+.vc_row-full-width+.ut-vc-160.vc_section.ut-first-row-has-fill,
  .ut-vc-160.vc_section.ut-last-row-has-fill+.vc_row-full-width+.ut-first-row-has-fill {
    padding-top: 0
  }

  .ut-has-scroll-top .ut-vc-160.vc_section.ut-last-section,
  .ut-has-scroll-top .ut-vc-160.vc_section.vc_section-has-fill.ut-last-section {
    padding-bottom: 160px
  }

  .ut-has-scroll-top .ut-vc-160.vc_section.ut-last-section.ut-last-row-has-fill,
  .ut-has-scroll-top .ut-vc-160.vc_section.ut-last-section.vc_section-has-fill.ut-last-row-has-fill {
    padding-bottom: 0
  }

  .ut-has-scroll-top .ut-vc-160.vc_section.ut-last-section.ut-last-row-has-fill .ut-last-row,
  .ut-has-scroll-top .ut-vc-160.vc_section.ut-last-section.vc_section-has-fill.ut-last-row-has-fill .ut-last-row {
    padding-bottom: 160px
  }

  .ut-vc-160.vc_section.ut-first-row-has-fill,
  .ut-vc-160.vc_section.vc_section-has-fill.ut-first-row-has-fill {
    padding-top: 0
  }

  .ut-vc-160.vc_section.ut-last-row-has-fill,
  .ut-vc-160.vc_section.vc_section-has-fill.ut-last-row-has-fill {
    padding-bottom: 0
  }

  .ut-vc-160.vc_section>.vc_row+.vc_row-full-width+.ut-row-has-filled-cols.ut-last-row {
    margin-bottom: 40px
  }

  .ut-vc-160.vc_section>.vc_row+.vc_row-full-width+.vc_row {
    margin-top: 40px
  }

  .ut-vc-160.vc_section>.vc_row.ut-row-has-filled-cols+.vc_row-full-width+.vc_row {
    margin-top: 80px
  }

  .ut-vc-160.vc_section>.vc_row+.vc_row-full-width+.vc_row-has-fill {
    margin-top: 120px
  }

  .ut-vc-160.vc_section>.vc_row-has-fill.vc_row-o-full-height+.vc_row-full-width+.vc_row-has-fill.vc_row-o-full-height {
    margin-top: 0
  }

  .ut-vc-160.vc_section>.vc_row-has-fill+.vc_row-full-width+.vc_row {
    margin-top: 160px
  }

  .ut-vc-160.vc_section>.vc_row-has-fill+.vc_row-full-width+.vc_row-has-fill {
    margin-top: 0
  }

  .ut-vc-160.vc_section>.vc_row-has-fill {
    padding-top: 160px;
    padding-bottom: 120px
  }

  .ut-vc-160.vc_section .vc_row.vc_inner:first-child {
    margin-top: 0
  }

  .ut-vc-160.vc_section .vc_row.vc_inner {
    margin-top: 40px
  }

  .ut-vc-160.vc_section .vc_row.vc_inner+.vc_row.vc_inner {
    margin-top: 40px
  }

  .ut-vc-160.vc_section .vc_row.vc_inner.vc_row-has-fill {
    padding-top: 80px;
    padding-bottom: 40px
  }

  .ut-vc-160.vc_section .vc_row.vc_inner.vc_row-has-fill+.vc_row.vc_inner.vc_row-has-fill {
    margin-top: 0
  }

  .ut-vc-160.vc_section .vc_row.vc_inner+.vc_row.vc_inner.vc_row-has-fill {
    margin-top: 40px
  }

  .ut-vc-160.vc_section .vc_row.vc_inner.vc_row-has-fill+.vc_row.vc_inner {
    margin-top: 80px
  }

  .ut-vc-200.vc_section,
  .ut-vc-200.vc_section.vc_section-has-fill {
    padding-top: 200px;
    padding-bottom: 160px
  }

  .ut-vc-200.vc_section.ut-last-row-has-fill+.vc_row-full-width+.ut-vc-200.vc_section,
  .ut-vc-200.vc_section.vc_section-has-fill+.vc_row-full-width+.ut-vc-200.vc_section,
  .ut-vc-200.vc_section+.vc_row-full-width+.ut-vc-200.vc_section.vc_section-has-fill {
    padding-top: 200px
  }

  .ut-vc-200.vc_section+.vc_row-full-width+.ut-vc-200.vc_section {
    padding-top: 160px
  }

  .ut-vc-200.vc_section+.vc_row-full-width+.ut-vc-200.vc_section.ut-first-row-has-fill,
  .ut-vc-200.vc_section.ut-last-row-has-fill+.vc_row-full-width+.ut-first-row-has-fill {
    padding-top: 0
  }

  .ut-has-scroll-top .ut-vc-200.vc_section.ut-last-section,
  .ut-has-scroll-top .ut-vc-200.vc_section.vc_section-has-fill.ut-last-section {
    padding-bottom: 200px
  }

  .ut-has-scroll-top .ut-vc-200.vc_section.ut-last-section.ut-last-row-has-fill,
  .ut-has-scroll-top .ut-vc-200.vc_section.ut-last-section.vc_section-has-fill.ut-last-row-has-fill {
    padding-bottom: 0
  }

  .ut-has-scroll-top .ut-vc-200.vc_section.ut-last-section.ut-last-row-has-fill .ut-last-row,
  .ut-has-scroll-top .ut-vc-200.vc_section.ut-last-section.vc_section-has-fill.ut-last-row-has-fill .ut-last-row {
    padding-bottom: 200px
  }

  .ut-vc-200.vc_section.ut-first-row-has-fill,
  .ut-vc-200.vc_section.vc_section-has-fill.ut-first-row-has-fill {
    padding-top: 0
  }

  .ut-vc-200.vc_section.ut-last-row-has-fill,
  .ut-vc-200.vc_section.vc_section-has-fill.ut-last-row-has-fill {
    padding-bottom: 0
  }

  .ut-vc-200.vc_section>.vc_row+.vc_row-full-width+.ut-row-has-filled-cols.ut-last-row {
    margin-bottom: 40px
  }

  .ut-vc-200.vc_section>.vc_row+.vc_row-full-width+.vc_row {
    margin-top: 40px
  }

  .ut-vc-200.vc_section>.vc_row.ut-row-has-filled-cols+.vc_row-full-width+.vc_row {
    margin-top: 80px
  }

  .ut-vc-200.vc_section>.vc_row+.vc_row-full-width+.vc_row-has-fill {
    margin-top: 160px
  }

  .ut-vc-200.vc_section>.vc_row-has-fill.vc_row-o-full-height+.vc_row-full-width+.vc_row-has-fill.vc_row-o-full-height {
    margin-top: 0
  }

  .ut-vc-200.vc_section>.vc_row-has-fill+.vc_row-full-width+.vc_row {
    margin-top: 200px
  }

  .ut-vc-200.vc_section>.vc_row-has-fill+.vc_row-full-width+.vc_row-has-fill {
    margin-top: 0
  }

  .ut-vc-200.vc_section>.vc_row-has-fill {
    padding-top: 200px;
    padding-bottom: 160px
  }

  .ut-vc-200.vc_section .vc_row.vc_inner {
    margin-top: 40px
  }

  .ut-vc-200.vc_section .vc_row.vc_inner:first-child {
    margin-top: 0
  }

  .ut-vc-200.vc_section .vc_row.vc_inner+.vc_row.vc_inner {
    margin-top: 40px
  }

  .ut-vc-200.vc_section .vc_row.vc_inner.vc_row-has-fill {
    padding-top: 80px;
    padding-bottom: 40px
  }

  .ut-vc-200.vc_section .vc_row.vc_inner.vc_row-has-fill+.vc_row.vc_inner.vc_row-has-fill {
    margin-top: 0
  }

  .ut-vc-200.vc_section .vc_row.vc_inner+.vc_row.vc_inner.vc_row-has-fill {
    margin-top: 40px
  }

  .ut-vc-200.vc_section .vc_row.vc_inner.vc_row-has-fill+.vc_row.vc_inner {
    margin-top: 80px
  }
}

#ut-sitebody .wpb_flexslider.flexslider {
  border: none;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

#ut-sitebody .wpb_flexslider.flexslider .flex-direction-nav .flex-prev {
  left: 0
}

#ut-sitebody .wpb_flexslider.flexslider .flex-direction-nav .flex-next {
  right: 0
}

#ut-sitebody .wpb_flexslider.flexslider .flex-direction-nav a:before {
  font-family: FontAwesome !important;
  content: "\f104";
  line-height: 80px
}

#ut-sitebody .wpb_flexslider.flexslider .flex-direction-nav a.flex-next:before {
  font-family: FontAwesome !important;
  content: "\f105";
  line-height: 80px
}

#ut-sitebody .wpb_flexslider.flexslider .flex-direction-nav a:before {
  font-size: 40px
}

#ut-sitebody .wpb_flexslider.flexslider .flex-direction-nav a {
  color: #333;
  height: 80px;
  margin: -40px 0 0;
  line-height: 80px;
  text-align: center;
  width: 80px;
  opacity: 1;
  text-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none
}

#ut-sitebody .wpb_flexslider.flexslider .flex-control-nav {
  bottom: 0;
  margin-top: 0;
  top: inherit
}

#ut-sitebody .wpb_flexslider.flexslider .flex-viewport {
  -webkit-transition: none;
  -o-transition: none !important;
  transition: none !important
}

#ut-sitebody .theme-default .nivoSlider {
  -webkit-box-shadow: none;
  box-shadow: none
}

#ut-sitebody .wpb_gallery_slides.wpb_slider_nivo.theme-default {
  position: relative;
  z-index: 9
}

#ut-sitebody .wpb_gallery .theme-default .nivo-controlNav {
  bottom: 5px;
  padding: 0;
  position: absolute;
  z-index: 10;
  width: 100%
}

#ut-sitebody .theme-default .nivo-directionNav a {
  text-indent: inherit
}

#ut-sitebody .wpb_slider_nivo .nivo-directionNav a {
  background: 0 0;
  color: #333;
  display: block;
  font-family: FontAwesome !important;
  font-size: 40px;
  height: 80px;
  margin-top: -40px;
  line-height: 80px;
  text-align: center;
  top: 50%;
  width: 80px
}

#ut-sitebody .wpb_slider_nivo.theme-default a.nivo-prevNav {
  left: 0
}

#ut-sitebody .wpb_slider_nivo.theme-default a.nivo-nextNav {
  right: 0
}

#ut-sitebody .wpb_slider_nivo .nivo-directionNav a.nivo-prevNav:before {
  content: "\f104"
}

#ut-sitebody .wpb_slider_nivo .nivo-directionNav a.nivo-nextNav:before {
  content: "\f105"
}

.vc_grid.vc_row.vc_grid-gutter-40px .vc_grid-item {
  padding-bottom: 40px;
  padding-right: 40px
}

.vc_grid.vc_row.vc_grid-gutter-40px .vc_pageable-slide-wrapper {
  margin-right: -40px
}

.ut-image-gallery {
  overflow: hidden !important
}

.ut-image-gallery-item {
  margin: 0;
  padding: 0;
  text-align: center
}

.ut-image-gallery-image {
  position: relative
}

.ut-image-gallery-image-caption {
  height: 100%;
  left: 0;
  min-height: 100%;
  padding: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.ut-image-gallery-item.ut-animation-done:hover .ut-image-gallery-image-caption,
.ut-image-gallery-item.ut-element-is-animating:hover .ut-image-gallery-image-caption {
  background: #141618;
  background: rgba(20, 22, 24, .8);
  color: #fff;
  opacity: 1;
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.ut-image-gallery-item.ut-animate-gallery-element>a {
  pointer-events: none
}

.ut-image-gallery-item.ut-animate-gallery-element.ut-animation-done>a,
.ut-image-gallery-item.ut-animate-gallery-element.ut-element-is-animating>a {
  pointer-events: initial
}

@media (max-width:767px) {
  .ut-image-gallery-item.ut-no-animation-mobile.ut-animate-gallery-element>a {
    pointer-events: initial
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .ut-image-gallery-item.ut-no-animation-tablet.ut-animate-gallery-element>a {
    pointer-events: initial
  }
}

.ut-image-gallery-image-caption-style-2 {
  width: auto;
  padding: .35em .5em;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: left;
  z-index: 2
}

.ut-image-gallery-item-caption-title-style-2 h3 {
  margin-bottom: 0
}

@media (max-width:767px) {
  .ut-image-gallery-item-caption-title-style-2 h3 {
    font-size: .9em;
    line-height: 125%
  }
}

@media (min-width:768px) {
  .ut-image-gallery-image-caption-style-2 {
    width: 250px;
    padding: 20px;
    position: absolute;
    bottom: 40px;
    right: 0;
    text-align: left
  }
}

.ut-image-gallery-item img:not(.gutter-shadow):not([class^=ut-box-shadow]) {
  border: none !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: #000 0em 0em 0em !important;
  box-shadow: #000 0em 0em 0em !important
}

.ut-image-gallery-item-caption-title {
  padding: 0 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.ut-image-gallery-item-caption-title h3 {
  color: #fff;
  font-size: 17px;
  line-height: 150%;
  margin: 0;
  -webkit-animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
  animation-duration: .3s;
  animation-fill-mode: both;
  animation-name: fadeOut
}

.ut-image-gallery-item-caption-title h3.ut-image-gallery-empty-title {
  font-size: 24px;
  font-family: sans-serif !important
}

.ut-image-gallery-item.ut-animation-done:hover .ut-image-gallery-item-caption-title h3,
.ut-image-gallery-item.ut-element-is-animating:hover .ut-image-gallery-item-caption-title h3 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

.ut-image-gallery-item a {
  display: block;
  height: 100%;
  width: 100%
}

.ut-image-gallery-1 .ut-image-gallery-item {
  padding: 0 1px 1px 0
}

.ut-image-gallery-1 {
  margin-right: -1px;
  margin-bottom: -1px
}

.ut-image-gallery-5 .ut-image-gallery-item {
  padding: 0 5px 5px 0
}

.ut-image-gallery-5 {
  margin-right: -5px;
  margin-bottom: -5px
}

.ut-image-gallery-10 .ut-image-gallery-item {
  padding: 0 10px 10px 0
}

.ut-image-gallery-10 {
  margin-right: -10px;
  margin-bottom: -10px
}

.ut-image-gallery-15 .ut-image-gallery-item {
  padding: 0 15px 15px 0
}

.ut-image-gallery-15 {
  margin-right: -15px;
  margin-bottom: -15px
}

.ut-image-gallery-20 .ut-image-gallery-item {
  padding: 0 20px 20px 0
}

.ut-image-gallery-20 {
  margin-right: -20px;
  margin-bottom: -20px
}

.ut-image-gallery-25 .ut-image-gallery-item {
  padding: 0 25px 25px 0
}

.ut-image-gallery-25 {
  margin-right: -25px;
  margin-bottom: -25px
}

.ut-image-gallery-30 .ut-image-gallery-item {
  padding: 0 30px 30px 0
}

.ut-image-gallery-30 {
  margin-right: -30px;
  margin-bottom: -30px
}

.ut-image-gallery-35 .ut-image-gallery-item {
  padding: 0 35px 35px 0
}

.ut-image-gallery-35 {
  margin-right: -35px;
  margin-bottom: -35px
}

.ut-image-gallery-40 .ut-image-gallery-item {
  padding: 0 40px 40px 0
}

.ut-image-gallery-40 {
  margin-right: -40px;
  margin-bottom: -40px
}

@media (max-width:767px) {
  .ut-image-gallery-image {
    text-align: center !important
  }

  .ut-no-animation-mobile {
    -webkit-animation: none !important;
    animation: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-animation-name: none !important;
    animation-name: none !important
  }

  .ut-image-gallery-1 .ut-image-gallery-item {
    padding: 0 0 1px
  }

  .ut-image-gallery-1 {
    margin-right: 0
  }

  .ut-image-gallery-5 .ut-image-gallery-item {
    padding: 0 0 5px
  }

  .ut-image-gallery-5 {
    margin-right: 0
  }

  .ut-image-gallery-10 .ut-image-gallery-item {
    padding: 0 0 10px
  }

  .ut-image-gallery-10 {
    margin-right: 0
  }

  .ut-image-gallery-15 .ut-image-gallery-item {
    padding: 0 0 15px
  }

  .ut-image-gallery-15 {
    margin-right: 0
  }

  .ut-image-gallery-20 .ut-image-gallery-item {
    padding: 0 0 20px
  }

  .ut-image-gallery-20 {
    margin-right: 0
  }

  .ut-image-gallery-25 .ut-image-gallery-item {
    padding: 0 0 25px
  }

  .ut-image-gallery-25 {
    margin-right: 0
  }

  .ut-image-gallery-30 .ut-image-gallery-item {
    padding: 0 0 30px
  }

  .ut-image-gallery-30 {
    margin-right: 0
  }

  .ut-image-gallery-35 .ut-image-gallery-item {
    padding: 0 0 35px
  }

  .ut-image-gallery-35 {
    margin-right: 0
  }

  .ut-image-gallery-40 .ut-image-gallery-item {
    padding: 0 0 40px
  }

  .ut-image-gallery-40 {
    margin-right: 0
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .ut-no-animation-tablet {
    -webkit-animation: none !important;
    animation: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-animation-name: none !important;
    animation-name: none !important
  }
}

.ut-image-gallery-fitRows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch
}

.ut-image-gallery-fitRows .ut-image-gallery-item>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.ut-image-gallery-fitRows .ut-image-gallery-item,
.ut-image-gallery-fitRows .ut-image-gallery-image {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  overflow: hidden;
  float: none !important;
  width: auto;
  height: 600px
}

.ut-image-gallery-masonry {
  visibility: hidden
}

.ut-image-gallery-masonry.ut-isotope-ready {
  visibility: visible
}

.ut-image-gallery-fitRows .ut-image-gallery-item {
  margin: 0;
  padding: 0
}

.ut-image-gallery-masonry .ut-image-gallery-image>img,
.ut-image-gallery-fitRows .ut-image-gallery-image>img {
  object-fit: cover;
  width: 100%;
  height: 100%
}

.ut-image-gallery-loader {
  width: 35px;
  height: 35px
}

.ut-image-gallery-loader .ut-image-gallery-loader-inner {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 0;
  border-radius: 100%;
  -webkit-animation: image-gallery-loader .8s linear infinite;
  animation: image-gallery-loader .8s linear infinite;
  border: 2px solid rgba(255, 191, 0, .65);
  border-right-color: rgba(255, 191, 0, .15);
  border-bottom-color: rgba(255, 191, 0, .15)
}

@keyframes image-gallery-loader {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

@-webkit-keyframes image-gallery-loader {
  from {
    -webkit-transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg)
  }
}

.ut-owl-gallery-slider-wrap {
  position: relative
}

.ut-owl-gallery-slider-wrap,
.owl-carousel.owl-loaded {
  overflow: hidden
}

.ut-owl-gallery-slide {
  position: relative
}

.ut-owl-gallery-slider .owl-nav {
  display: none
}

.ut-owl-gallery-slider-wrap .owl-carousel .owl-item img {
  max-width: 100%;
  margin: 0 auto
}

.ut-owl-gallery-slider-wrap .ut-slider-maximize,
.ut-owl-gallery-slider-wrap .ut-prev-gallery-slide,
.ut-owl-gallery-slider-wrap .ut-next-gallery-slide,
.ut-owl-gallery-slider-wrap .ut-owl-video-play-icon {
  position: absolute;
  color: #fff;
  width: 40px;
  height: 40px;
  top: 20px;
  font-size: 16px;
  margin-top: 0;
  z-index: 10;
  line-height: 40px;
  text-align: center;
  background: #151515;
  -webkit-border-radius: 50%;
  -webkit-transition: .4s all ease-in-out;
  -moz-border-radius: 50%;
  -moz-transition: .4s all ease-in-out;
  border-radius: 50%;
  -o-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out
}

.ut-owl-gallery-slider-wrap .ut-slider-maximize {
  left: 20px
}

.ut-owl-gallery-slider-wrap .ut-owl-video-play-icon {
  left: 20px
}

.ut-owl-gallery-slider-wrap .ut-owl-video-play-icon i {
  padding-left: 4px
}

.ut-owl-gallery-slider-wrap .ut-prev-gallery-slide:hover,
.ut-owl-gallery-slider-wrap .ut-next-gallery-slide:hover {
  color: #fff;
  background: #151515
}

.ut-owl-gallery-slider-wrap .ut-slider-maximize i,
.ut-owl-gallery-slider-wrap .ut-owl-video-play-icon i,
.ut-owl-gallery-slider-wrap .ut-prev-gallery-slide i,
.ut-owl-gallery-slider-wrap .ut-next-gallery-slide i {
  line-height: 40px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%
}

.ut-owl-gallery-slider-wrap .ut-prev-gallery-slide {
  right: 70px
}

.ut-owl-gallery-slider-wrap .ut-next-gallery-slide {
  right: 20px
}

.ut-owl-gallery-slider-wrap .owl-dots {
  position: absolute;
  bottom: -3px;
  width: 100%;
  z-index: 10
}

.ut-owl-gallery-slider-wrap .owl-theme .owl-dots .owl-dot span {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: block;
  height: 10px;
  margin: 5px 7px;
  -webkit-transition: .2s all linear;
  -o-transition: .2s all linear;
  transition: .2s all linear;
  width: 10px
}

.ut-owl-gallery-slider-wrap .owl-theme .owl-dots .owl-dot.active span,
.ut-owl-gallery-slider-wrap .owl-theme .owl-dots .owl-dot:hover span {
  background: #151515
}

.ut-owl-gallery-slider-wrap .ut-owl-video-link {
  color: #fff
}

figure.ut-gallery-slider-caption-wrap {
  position: relative;
  text-align: center;
  overflow: hidden
}

.ut-owl-carousel figure.ut-gallery-slider-caption-wrap img {
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.ut-owl-carousel .ut-slider-maximize.ut-morph-active+img,
.ut-owl-carousel figure.ut-gallery-slider-caption-wrap:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

figure.ut-gallery-slider-caption-wrap:before {
  content: attr(data-caption);
  position: absolute;
  opacity: 0;
  text-transform: uppercase;
  line-height: 150%;
  font-size: 17px;
  z-index: 12;
  color: #ffbf00;
  text-align: center;
  top: 50%;
  left: 50%;
  padding: 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

figure.ut-gallery-slider-caption-wrap:hover:before {
  opacity: 1;
  text-align: center
}

figure.ut-gallery-slider-caption-wrap:after {
  content: '';
  height: 110%;
  width: 100%;
  background: #151515;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

figure.ut-gallery-slider-caption-wrap:hover:after {
  opacity: .9
}

.ut-gallery-slider-caption {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  display: block;
  color: #151515;
  line-height: 150%;
  margin-top: 10px
}

@media (max-width:767px) {
  .ut-owl-gallery-slider-wrap .owl-dots {
    display: none !important
  }

  .ut-owl-gallery-slider-wrap .ut-owl-video-play-icon .fa {
    padding-left: 4px
  }
}

.ut-owl-gallery-slider-wrap.ut-owl-gallery-slider-style-two .ut-prev-gallery-slide,
.ut-owl-gallery-slider-wrap.ut-owl-gallery-slider-style-two .ut-next-gallery-slide {
  -moz-border-radius: 0;
  border-radius: 0;
  top: calc(50% - 60px);
  height: 120px
}

.ut-owl-gallery-slider-wrap.ut-owl-gallery-slider-style-two .ut-prev-gallery-slide {
  left: 0;
  right: auto
}

.ut-owl-gallery-slider-wrap.ut-owl-gallery-slider-style-two .ut-next-gallery-slide {
  right: 0
}

.ut-owl-gallery-slider-wrap.ut-owl-gallery-slider-style-two .ut-slider-maximize,
.ut-owl-gallery-slider-wrap.ut-owl-gallery-slider-style-two .ut-owl-video-play-icon {
  -moz-border-radius: 0;
  border-radius: 0;
  top: inherit;
  left: inherit;
  right: 0;
  bottom: 0
}

@media (max-width:767px) {

  .ut-owl-gallery-slider-wrap.ut-owl-gallery-slider-style-two .ut-prev-gallery-slide,
  .ut-owl-gallery-slider-wrap.ut-owl-gallery-slider-style-two .ut-next-gallery-slide {
    top: auto;
    bottom: 0;
    left: 0;
    height: 40px
  }

  .ut-owl-gallery-slider-wrap.ut-owl-gallery-slider-style-two .ut-next-gallery-slide {
    left: 40px
  }
}

#ut-sitebody .lg-content .lg-next,
#ut-sitebody .lg-content .lg-prev {
  color: #fff;
  height: 120px;
  text-align: center;
  padding: 0;
  width: 40px;
  margin-top: -60px;
  background: #141618
}

.lg-toolbar .lg-icon:hover,
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
  color: rgba(255, 255, 255, .5)
}

.lg-content .lg-next {
  right: 20px
}

.lg-content .lg-prev {
  left: 20px
}

#lg-counter {
  font-size: 14px;
  color: #fff
}

.lg-toolbar .lg-icon {
  color: #fff;
  font-size: 20px
}

#ut-sitebody .lg-backdrop {
  background: #141618;
  background: rgba(20, 22, 24, .95)
}

#ut-sitebody .lg-content .lg-next:before {
  font-family: 'icon54com' !important;
  content: "\e959" !important
}

#ut-sitebody .lg-content .lg-prev:after {
  font-family: 'icon54com' !important;
  content: "\e93f" !important
}

#ut-sitebody .lg-sub-html {
  background: rgba(0, 0, 0, .5)
}

.lg-container.lg-show {
  z-index: 99999
}

#ut-sitebody .lg-sub-html h4 {
  color: #fff
}

.ut-footer-area .grid-container {
  padding-left: 0;
  padding-right: 0
}

.ut-footer-area .grid-5,
.ut-footer-area .mobile-grid-5,
.ut-footer-area .tablet-grid-5,
.ut-footer-area .grid-10,
.ut-footer-area .mobile-grid-10,
.ut-footer-area .tablet-grid-10,
.ut-footer-area .grid-15,
.ut-footer-area .mobile-grid-15,
.ut-footer-area .tablet-grid-15,
.ut-footer-area .grid-20,
.ut-footer-area .mobile-grid-20,
.ut-footer-area .tablet-grid-20,
.ut-footer-area .grid-25,
.ut-footer-area .mobile-grid-25,
.ut-footer-area .tablet-grid-25,
.ut-footer-area .grid-30,
.ut-footer-area .mobile-grid-30,
.ut-footer-area .tablet-grid-30,
.ut-footer-area .grid-35,
.ut-footer-area .mobile-grid-35,
.ut-footer-area .tablet-grid-35,
.ut-footer-area .grid-40,
.ut-footer-area .mobile-grid-40,
.ut-footer-area .tablet-grid-40,
.ut-footer-area .grid-45,
.ut-footer-area .mobile-grid-45,
.ut-footer-area .tablet-grid-45,
.ut-footer-area .grid-50,
.ut-footer-area .mobile-grid-50,
.ut-footer-area .tablet-grid-50,
.ut-footer-area .grid-55,
.ut-footer-area .mobile-grid-55,
.ut-footer-area .tablet-grid-55,
.ut-footer-area .grid-60,
.ut-footer-area .mobile-grid-60,
.ut-footer-area .tablet-grid-60,
.ut-footer-area .grid-65,
.ut-footer-area .mobile-grid-65,
.ut-footer-area .tablet-grid-65,
.ut-footer-area .grid-70,
.ut-footer-area.mobile-grid-70,
.ut-footer-area .tablet-grid-70,
.ut-footer-area .grid-75,
.ut-footer-area .mobile-grid-75,
.ut-footer-area .tablet-grid-75,
.ut-footer-area .grid-80,
.ut-footer-area .mobile-grid-80,
.ut-footer-area .tablet-grid-80,
.ut-footer-area .grid-85,
.ut-footer-area .mobile-grid-85,
.ut-footer-area .tablet-grid-85,
.ut-footer-area .grid-90,
.ut-footer-area .mobile-grid-90,
.ut-footer-area .tablet-grid-90,
.ut-footer-area .grid-95,
.ut-footer-area .mobile-grid-95,
.ut-footer-area .tablet-grid-95,
.ut-footer-area .grid-100,
.ut-footer-area .mobile-grid-100,
.ut-footer-area .tablet-grid-100,
.ut-footer-area .grid-33,
.ut-footer-area .mobile-grid-33,
.ut-footer-area .tablet-grid-33,
.ut-footer-area .grid-66,
.ut-footer-area .mobile-grid-66,
.ut-footer-area .tablet-grid-66 {
  padding-left: 20px;
  padding-right: 20px
}

.wpb_wrapper .ut-service-icon-box-content>*:last-child,
.wpb_wrapper .page-header .lead>*:last-child,
.wpb_wrapper .section-header .lead>*:last-child,
.wpb_wrapper .ut-service-column>*:last-child,
.wpb_wrapper .ut-info>*:last-child {
  margin-bottom: 0
}

.wpb_wrapper .section-header>*:first-child {
  margin-bottom: 20px
}

.section-header>*:last-child {
  margin-bottom: 0 !important
}

.page-header.page-title-module>*:last-child {
  margin-bottom: 0 !important
}

.bklyn-call-to-action-wrapper h3 {
  margin-bottom: 0
}

.bklyn-call-to-action-wrapper {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%
}

.bklyn-call-to-action-inner {
  display: table;
  width: 100%
}

.bklyn-call-to-action-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  padding-right: 20px;
  text-align: left
}

.bklyn-call-to-action-button-holder .bklyn-btn {
  margin-bottom: 0
}

.bklyn-call-to-action-button-holder {
  display: table-cell;
  vertical-align: middle
}

.bklyn-call-to-action-content>p {
  margin-top: 15px
}

.bklyn-call-to-action-content>*:last-child {
  margin-bottom: 0
}

@media (max-width:767px) {
  .bklyn-call-to-action-content {
    display: block;
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 0
  }

  .bklyn-call-to-action-button-holder {
    display: block;
    vertical-align: middle;
    max-width: 100%
  }

  .bklyn-call-to-action-button-holder .bklyn-btn-holder.bklyn-btn-right {
    text-align: left
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .bklyn-call-to-action-content {
    display: block;
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 0
  }

  .bklyn-call-to-action-button-holder {
    display: block;
    vertical-align: middle;
    max-width: 100%
  }

  .bklyn-call-to-action-button-holder .bklyn-btn-holder.bklyn-btn-right {
    text-align: left
  }
}

.wpb_wrapper .ut-service-icon-box.ut-service-icon-box-left,
.wpb_wrapper .ut-service-icon-box.ut-service-icon-box-left .ut-highlight-icon-wrap {
  text-align: left
}

.wpb_wrapper .ut-service-icon-box.ut-service-icon-box-right,
.wpb_wrapper .ut-service-icon-box.ut-service-icon-box-right .ut-highlight-icon-wrap {
  text-align: right
}

.wpb_wrapper .ut-service-icon-box .ut-highlight-icon-wrap {
  margin: 0;
  padding: 0;
  vertical-align: bottom
}

.wpb_wrapper .ut-service-icon-box .ut-highlight-icon-wrap a {
  margin: 12px 0 0
}

.wpb_wrapper .ut-service-icon-box .ut-highlight-icon-wrap img {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px
}

.wpb_wrapper .ut-service-icon-box-content {
  margin-top: 30px
}

.wpb_wrapper .ut-service-icon-box-content h3 {
  margin-bottom: 0
}

.wpb_wrapper .ut-service-icon-box-content>p {
  margin-top: 15px
}

@media (max-width:767px) {

  .wpb_wrapper .ut-service-icon-box.ut-service-icon-box-left,
  .wpb_wrapper .ut-service-icon-box.ut-service-icon-box-left .ut-highlight-icon-wrap,
  .wpb_wrapper .ut-service-icon-box.ut-service-icon-box-right,
  .wpb_wrapper .ut-service-icon-box.ut-service-icon-box-right .ut-highlight-icon-wrap {
    text-align: center
  }
}

.wpb_wrapper .ut-service-column h3 {
  margin-bottom: 0
}

.wpb_wrapper .ut-service-column>p {
  margin-top: 15px
}

.ut-service-column.ut-service-column-horiz>*:first-child {
  margin-top: 0
}

.wpb_wrapper .ut-service-icon-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%
}

.wpb_wrapper .ut-service-icon-rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.wpb_wrapper .ut-service-icon-rounded,
.wpb_wrapper .ut-service-icon-square,
.wpb_wrapper .ut-service-icon-round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wpb_wrapper .ut-horizontal-style .ut-service-icon-x-large.ut-service-icon-normal {
  height: auto;
  width: auto;
  font-size: 90px
}

.wpb_wrapper .ut-horizontal-style .ut-service-icon-x-large.ut-service-icon-normal.ut-service-icon-svg {
  width: 90px
}

.wpb_wrapper .ut-vertical-style .ut-service-icon-x-large.ut-service-icon-normal {
  height: auto;
  text-align: center
}

.wpb_wrapper .ut-service-icon-x-large {
  font-size: 90px;
  height: 106px;
  width: 106px
}

.wpb_wrapper .ut-service-icon-rounded.ut-service-icon-x-large,
.wpb_wrapper .ut-service-icon-square.ut-service-icon-x-large,
.wpb_wrapper .ut-service-icon-round.ut-service-icon-x-large {
  font-size: 36px;
  height: 90px;
  width: 90px
}

.wpb_wrapper .ut-service-icon-x-large.ut-custom-icon img {
  max-width: 90px;
  width: 100%
}

.wpb_wrapper .ut-service-icon-x-large.ut-service-icon-square.ut-custom-icon img,
.wpb_wrapper .ut-service-icon-x-large.ut-service-icon-rounded.ut-custom-icon img,
.wpb_wrapper .ut-service-icon-x-large.ut-service-icon-round.ut-custom-icon img {
  width: 36px
}

.wpb_wrapper .ut-service-icon-x-large.ut-service-icon-with-svg svg {
  width: 90px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.wpb_wrapper .ut-service-icon-x-large.ut-service-icon-square.ut-service-icon-with-svg svg,
.wpb_wrapper .ut-service-icon-x-large.ut-service-icon-rounded.ut-service-icon-with-svg svg,
.wpb_wrapper .ut-service-icon-x-large.ut-service-icon-round.ut-service-icon-with-svg svg {
  width: 36px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.wpb_wrapper .ut-horizontal-style .ut-service-icon-large.ut-service-icon-normal {
  height: auto;
  width: auto;
  font-size: 48px
}

.wpb_wrapper .ut-horizontal-style .ut-service-icon-large.ut-service-icon-normal.ut-service-icon-svg {
  width: 48px
}

.wpb_wrapper .ut-vertical-style .ut-service-icon-large.ut-service-icon-normal {
  height: auto;
  text-align: center
}

.wpb_wrapper .ut-service-icon-large {
  font-size: 48px;
  height: 64px;
  width: 64px
}

.wpb_wrapper .ut-service-icon-rounded.ut-service-icon-large,
.wpb_wrapper .ut-service-icon-square.ut-service-icon-large,
.wpb_wrapper .ut-service-icon-round.ut-service-icon-large {
  font-size: 32px
}

.wpb_wrapper .ut-service-icon-large.ut-custom-icon img {
  max-width: 64px;
  width: 100%
}

.wpb_wrapper .ut-service-icon-large.ut-service-icon-square.ut-custom-icon img,
.wpb_wrapper .ut-service-icon-large.ut-service-icon-rounded.ut-custom-icon img,
.wpb_wrapper .ut-service-icon-large.ut-service-icon-round.ut-custom-icon img {
  width: 32px
}

.wpb_wrapper .ut-service-icon-large.ut-service-icon-with-svg svg {
  width: 64px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.wpb_wrapper .ut-service-icon-large.ut-service-icon-square.ut-service-icon-with-svg svg,
.wpb_wrapper .ut-service-icon-large.ut-service-icon-rounded.ut-service-icon-with-svg svg,
.wpb_wrapper .ut-service-icon-large.ut-service-icon-round.ut-service-icon-with-svg svg {
  width: 32px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.wpb_wrapper .ut-horizontal-style .ut-service-icon-medium.ut-service-icon-normal {
  height: auto;
  width: auto;
  font-size: 38px
}

.wpb_wrapper .ut-horizontal-style .ut-service-icon-medium.ut-service-icon-normal.ut-service-icon-svg {
  width: 38px
}

.wpb_wrapper .ut-vertical-style .ut-service-icon-medium.ut-service-icon-normal {
  height: auto;
  text-align: center
}

.wpb_wrapper .ut-service-icon-medium {
  font-size: 38px;
  height: 56px;
  width: 56px
}

.wpb_wrapper .ut-service-icon-rounded.ut-service-icon-medium,
.wpb_wrapper .ut-service-icon-square.ut-service-icon-medium,
.wpb_wrapper .ut-service-icon-round.ut-service-icon-medium {
  font-size: 28px
}

.wpb_wrapper .ut-service-icon-medium.ut-custom-icon img {
  max-width: 56px
}

.wpb_wrapper .ut-service-icon-medium.ut-service-icon-square.ut-custom-icon img,
.wpb_wrapper .ut-service-icon-medium.ut-service-icon-rounded.ut-custom-icon img,
.wpb_wrapper .ut-service-icon-medium.ut-service-icon-round.ut-custom-icon img {
  width: 28px
}

.wpb_wrapper .ut-service-icon-medium.ut-service-icon-with-svg svg {
  max-width: 56px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.wpb_wrapper .ut-service-icon-medium.ut-service-icon-square.ut-service-icon-with-svg svg,
.wpb_wrapper .ut-service-icon-medium.ut-service-icon-rounded.ut-service-icon-with-svg svg,
.wpb_wrapper .ut-service-icon-medium.ut-service-icon-round.ut-service-icon-with-svg svg {
  width: 28px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.wpb_wrapper .ut-horizontal-style .ut-service-icon-small.ut-service-icon-normal {
  height: auto;
  width: auto;
  font-size: 28px
}

.wpb_wrapper .ut-horizontal-style .ut-service-icon-small.ut-service-icon-normal.ut-service-icon-svg {
  width: 28px
}

.wpb_wrapper .ut-vertical-style .ut-service-icon-small.ut-service-icon-normal {
  height: auto;
  text-align: center
}

.wpb_wrapper .ut-service-icon-small {
  height: 48px;
  width: 48px;
  font-size: 28px
}

.wpb_wrapper .ut-service-icon-rounded.ut-service-icon-small,
.wpb_wrapper .ut-service-icon-square.ut-service-icon-small,
.wpb_wrapper .ut-service-icon-round.ut-service-icon-small {
  height: 48px;
  width: 48px;
  font-size: 24px
}

.wpb_wrapper .ut-service-icon-small.ut-custom-icon img {
  max-width: 48px
}

.wpb_wrapper .ut-service-icon-small.ut-service-icon-square.ut-custom-icon img,
.wpb_wrapper .ut-service-icon-small.ut-service-icon-rounded.ut-custom-icon img,
.wpb_wrapper .ut-service-icon-small.ut-service-icon-round.ut-custom-icon img {
  width: 24px
}

.wpb_wrapper .ut-service-icon-small.ut-service-icon-with-svg svg {
  max-width: 48px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.wpb_wrapper .ut-service-icon-small.ut-service-icon-square.ut-service-icon-with-svg svg,
.wpb_wrapper .ut-service-icon-small.ut-service-icon-rounded.ut-service-icon-with-svg svg,
.wpb_wrapper .ut-service-icon-small.ut-service-icon-round.ut-service-icon-with-svg svg {
  width: 24px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.wpb_wrapper .ut-service-icon {
  margin-bottom: 0;
  margin-right: 20px;
  position: relative
}

.wpb_wrapper .ut-service-icon.ut-custom-icon {
  margin-right: 20px
}

.wpb_wrapper .ut-service-icon.ut-si-right {
  margin-right: 0;
  margin-left: 20px
}

.wpb_wrapper .ut-service-icon.ut-si-right.ut-custom-icon {
  margin-right: 0;
  margin-left: 20px
}

.wpb_wrapper .ut-service-column.ut-vertical {
  margin-top: 20px
}

@media (max-width:767px) {

  .wpb_wrapper .ut-service-icon-large,
  .wpb_wrapper .ut-service-icon-medium,
  .wpb_wrapper .ut-service-icon-small,
  .wpb_wrapper .ut-service-icon-large.ut-si-right,
  .wpb_wrapper .ut-service-icon-medium.ut-si-right,
  .wpb_wrapper .ut-service-icon-small.ut-si-right {
    text-align: center
  }

  .wpb_wrapper .ut-service-icon-large .ut-svg-loaded,
  .wpb_wrapper .ut-service-icon-medium .ut-svg-loaded,
  .wpb_wrapper .ut-service-icon-small .ut-svg-loaded {
    margin: 0 auto
  }

  .wpb_wrapper .ut-service-icon.ut-service-icon-large.ut-service-icon-round.ut-si-right,
  .wpb_wrapper .ut-service-icon.ut-service-icon-medium.ut-service-icon-round.ut-si-right,
  .wpb_wrapper .ut-service-icon.ut-service-icon-small.ut-service-icon-round.ut-si-right {
    text-align: center
  }

  .wpb_wrapper .ut-service-icon.ut-si-right {
    margin-right: 20px;
    margin-left: 0
  }

  .wpb_wrapper .ut-service-icon,
  .wpb_wrapper .ut-service-icon.ut-si-right.ut-custom-icon {
    float: none;
    margin: 0 auto 20px auto !important
  }

  .wpb_wrapper .ut-horizontal-style .ut-service-icon-small.ut-service-icon-normal.ut-service-icon-with-svg {
    width: 48px
  }

  .wpb_wrapper .ut-horizontal-style .ut-service-icon-medium.ut-service-icon-normal.ut-service-icon-with-svg {
    width: 56px
  }

  .wpb_wrapper .ut-horizontal-style .ut-service-icon-medium.ut-service-icon-normal.ut-service-icon-with-svg {
    width: 64px
  }
}

.wpb_wrapper .ut-vertical-style .ut-service-icon {
  margin: 0 auto 0
}

.ut-service-column.ut-vertical>*:first-child {
  margin-top: 0
}

.ut-vertical-style-no-icon .ut-service-column.ut-vertical {
  margin-top: 0 !important
}

.wpb_wrapper .ut-vertical-style-align-left,
.wpb_wrapper .ut-vertical-style-align-left .ut-service-icon.ut-service-icon-normal,
.wpb_wrapper .ut-vertical-style-align-left .ut-vertical {
  text-align: left
}

.wpb_wrapper .ut-vertical-style-align-left .ut-service-icon {
  margin: 0 0 12px
}

.wpb_wrapper .ut-vertical-style-align-right,
.wpb_wrapper .ut-vertical-style-align-right .ut-service-icon.ut-service-icon-normal,
.wpb_wrapper .ut-vertical-style-align-right .ut-vertical {
  text-align: right
}

.wpb_wrapper .ut-vertical-style-align-right .ut-service-icon {
  margin: 0 0 12px auto
}

@media (min-width:768px) {
  .wpb_wrapper .ut-vertical-style-align-right .ut-service-icon-normal {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right
  }

  .wpb_wrapper .ut-vertical-style-align-left .ut-service-icon-normal {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left
  }
}

@media (max-width:767px) {

  .wpb_wrapper .ut-vertical-style-align-left,
  .wpb_wrapper .ut-vertical-style-align-left .ut-service-icon.ut-service-icon-normal,
  .wpb_wrapper .ut-vertical-style-align-left .ut-vertical {
    text-align: center
  }

  .wpb_wrapper .ut-vertical-style-align-right,
  .wpb_wrapper .ut-vertical-style-align-right .ut-service-icon.ut-service-icon-normal,
  .wpb_wrapper .ut-vertical-style-align-right .ut-vertical {
    text-align: center
  }
}

.ut-service-column-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ut-service-column-vertical-link-with-animation i,
.ut-service-column-link-with-animation i {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  display: inline-block
}

.ut-service-column-vertical-link {
  line-height: 150%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ut-service-column-vertical-link-icon-before i,
.ut-service-column-link-icon-before i {
  margin-right: 10px
}

.ut-service-column-vertical-link-icon-after i,
.ut-service-column-link-icon-after i {
  margin-left: 10px
}

.ut-service-column-vertical-link-with-animation.ut-service-column-vertical-link-icon-before i,
.ut-service-column-vertical-link-with-animation.ut-service-column-vertical-link-icon-after i,
.ut-service-column-link-with-animation.ut-service-column-link-icon-before i,
.ut-service-column-link-with-animation.ut-service-column-link-icon-after i {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.ut-vertical-style-align-left .ut-service-column-vertical-link-with-animation.ut-service-column-vertical-link-icon-before:hover i {
  margin-right: 15px
}

.ut-vertical-style-align-left .ut-service-column-vertical-link-with-animation.ut-service-column-vertical-link-icon-after:hover i,
.ut-vertical-style-align-center .ut-service-column-vertical-link-with-animation.ut-service-column-vertical-link-icon-after:hover i {
  -webkit-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  transform: translate(5px, 0)
}

.ut-vertical-style-align-right .ut-service-column-vertical-link-with-animation.ut-service-column-vertical-link-icon-before:hover i {
  -webkit-transform: translate(-5px, 0);
  -ms-transform: translate(-5px, 0);
  transform: translate(-5px, 0)
}

.ut-vertical-style-align-right .ut-service-column-vertical-link-with-animation.ut-service-column-vertical-link-icon-after:hover i {
  margin-left: 15px
}

.ut-vertical-style-align-center .ut-service-column-vertical-link-with-animation.ut-service-column-vertical-link-icon-before:hover i,
.ut-horizontal-style-align-left .ut-service-column-link-with-animation.ut-service-column-link-icon-before:hover i {
  margin-right: 15px
}

.ut-horizontal-style-align-left .ut-service-column-link-with-animation.ut-service-column-link-icon-after:hover i {
  -webkit-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  transform: translate(5px, 0)
}

.ut-horizontal-style-align-right .ut-service-column-link-with-animation.ut-service-column-link-icon-before:hover i {
  -webkit-transform: translate(-5px, 0);
  -ms-transform: translate(-5px, 0);
  transform: translate(-5px, 0)
}

.ut-horizontal-style-align-right .ut-service-column-link-with-animation.ut-service-column-link-icon-after:hover i {
  margin-left: 15px
}

.ut-horizontal-style-align-center .ut-service-column {
  text-align: center
}

.ut-horizontal-style-align-right .ut-service-column {
  text-align: right
}

@media (max-width:767px) {
  .ut-horizontal-style-align-right .ut-service-column {
    text-align: center
  }
}

.ut-service-box-icon {
  text-align: center;
  z-index: 3;
  position: relative
}

.ut-icon-box {
  float: left;
  height: 100px;
  margin-bottom: 0;
  margin-right: 30px;
  position: relative;
  width: 100px
}

.ut-arrow-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -10px
}

.ut-icon-box.ut-icon-box-with-svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.ut-info h3 {
  margin-bottom: 0
}

.ut-info {
  text-align: left;
  overflow: hidden
}

.ut-info>p {
  margin-top: 15px
}

.ut-icon-box i {
  font-size: 50px;
  line-height: 100px !important
}

.ut-icon-box.ut-icon-box-small i {
  font-size: 32px;
  line-height: 100px !important
}

.ut-icon-box.ut-icon-box-small.ut-icon-box-with-svg svg {
  width: 32px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.ut-icon-box.ut-icon-box-medium i {
  font-size: 44px;
  line-height: 100px !important
}

.ut-icon-box.ut-icon-box-medium.ut-icon-box-with-svg svg {
  width: 44px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.ut-icon-box i {
  display: block
}

@media (max-width:767px) {
  .ut-icon-box {
    margin: 0 auto 20px
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .ut-icon-box {
    margin: 0 auto 20px
  }
}

.ut-service-box-link-with-animation i {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  display: inline-block
}

.ut-service-box-link-icon-before i {
  margin-right: 10px;
  margin-left: 1px
}

.ut-service-box-link-icon-after i {
  margin-left: 10px
}

.ut-service-box-link {
  line-height: 150%;
  display: inline-block
}

.ut-service-box-link-with-animation.ut-service-box-link-icon-before i {
  margin-right: 10px
}

.ut-service-box-link-with-animation.ut-service-box-link-icon-before:hover i {
  margin-right: 15px
}

.ut-service-box-link-with-animation.ut-service-box-link-icon-after i {
  margin-left: 10px
}

.ut-service-box-link-with-animation.ut-service-box-link-icon-after:hover i {
  margin-left: 15px
}

.wpb_wrapper .section-header,
.wpb_wrapper .page-header,
#home .wpb_wrapper .section-header,
#home .wpb_wrapper .page-header {
  margin-bottom: 0;
  padding-bottom: 0
}

.wpb_wrapper .section-title,
.wpb_wrapper .page-title {
  margin-bottom: 0
}

.vc_row:not(.vc_row-o-content-middle):not(.vc_row-o-content-bottom) .ut-first-wpb-column .ut-first-section-title .ut-glow,
.vc_row:not(.vc_row-o-content-middle):not(.vc_row-o-content-bottom) .ut-first-wpb-column .ut-first-page-title .ut-glow {
  margin-top: 20px
}

#primary .wpb_wrapper .section-header .lead p,
#primary .wpb_wrapper .page-title-module .lead p {
  margin-top: 0
}

.section-header.header-with-gradient h1 span,
.parallax-header.header-with-gradient h1 span,
.page-title-module.header-with-gradient h1 span,
.section-header.header-with-gradient h2 span,
.parallax-header.header-with-gradient h2 span,
.page-title-module.header-with-gradient h2 span,
.section-header.header-with-gradient h3 span,
.parallax-header.header-with-gradient h3 span,
.page-title-module.header-with-gradient h3 span,
.section-header.header-with-gradient h4 span,
.parallax-header.header-with-gradient h4 span,
.page-title-module.header-with-gradient h4 span,
.section-header.header-with-gradient h5 span,
.parallax-header.header-with-gradient h5 span,
.page-title-module.header-with-gradient h5 span,
.section-header.header-with-gradient h6 span,
.parallax-header.header-with-gradient h6 span,
.page-title-module.header-with-gradient h6 span {
  display: inline-block
}

@media (max-width:767px) {

  .section-header.ut-no-title-linebreak-mobile .section-title br,
  .page-title-module.ut-no-title-linebreak-mobile .page-title br {
    display: none
  }

  .section-header.ut-no-lead-linebreak-mobile .lead br,
  .page-title-module.ut-no-lead-linebreak-mobile .lead br {
    display: none
  }
}

@media (min-width:768px) and (max-width:1024px) {

  .section-header.ut-no-title-linebreak-tablet .section-title br,
  .page-title-module.ut-no-title-linebreak-tablet .page-title br {
    display: none
  }

  .section-header.ut-no-lead-linebreak-tablet .lead br,
  .page-title-module.ut-no-lead-linebreak-tablet .lead br {
    display: none
  }
}

#primary .page-header:not(.page-title-module) {
  margin-bottom: 40px;
  padding-bottom: 0
}

#primary .page-title {
  margin-bottom: 0
}

#primary .lead>p {
  margin-top: 20px
}

.wpb_wrapper .wpb_content_element form>p:last-child {
  margin-bottom: 0
}

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

.ut-btn-group.ut-btn-group-left {
  text-align: left
}

.ut-btn-group.ut-btn-group-center {
  text-align: center
}

.ut-btn-group.ut-btn-group-right {
  text-align: right
}

.ut-btn-group>.bklyn-btn-holder {
  display: inline
}

.ut-btn-group.ut-btn-group-left>.bklyn-btn-holder,
.ut-btn-group.ut-btn-group-center>.bklyn-btn-holder {
  margin-right: 20px
}

.ut-btn-group.ut-btn-group-left>.bklyn-btn-holder.bklyn-btn-last,
.ut-btn-group.ut-btn-group-center>.bklyn-btn-holder.bklyn-btn-last,
.ut-btn-group.ut-btn-group-left>.bklyn-btn-holder:last-child,
.ut-btn-group.ut-btn-group-center>.bklyn-btn-holder:last-child {
  margin-right: 0
}

.ut-btn-group.ut-btn-group-right>.bklyn-btn-holder {
  margin-left: 20px
}

.ut-btn-group.ut-btn-group-right>.bklyn-btn-holder.bklyn-btn-first {
  margin-left: 0 !important
}

.bklyn-btn.bklyn-btn-icon-left:not(.icon-only) i {
  padding-right: 10px
}

.bklyn-btn.bklyn-btn-icon-right:not(.icon-only) i {
  padding-left: 10px
}

.bklyn-btn-holder {
  position: relative
}

.bklyn-btn-holder.bklyn-btn-center {
  text-align: center
}

.bklyn-btn-holder.bklyn-btn-left {
  text-align: left
}

.bklyn-btn-holder.bklyn-btn-right {
  text-align: right
}

.bklyn-btn {
  background: #ffbf00;
  border: 0 none;
  cursor: pointer;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 0 40px;
  padding: 10px 20px;
  line-height: 125%;
  overflow: hidden;
  vertical-align: middle;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.bklyn-btn.ut-simple-glitch-text-hover {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.ut-btn-text {
  display: inline-block;
  vertical-align: middle
}

.bklyn-btn.bklyn-btn-shadow-active,
.bklyn-btn.bklyn-btn-shadow:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.ut-particles-with-animation.bklyn-btn-shadow-active .ut-particles-wrapper,
.ut-particles-with-animation.bklyn-btn-shadow .ut-particles-wrapper:hover {
  -webkit-transition: box-shadow .1s ease-in-out;
  -moz-transition: box-shadow .1s ease-in-out;
  -o-transition: box-shadow .1s ease-in-out;
  transition: box-shadow .1s ease-in-out;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.ut-particles-with-animation.bklyn-btn-shadow-active .ut-particles-wrapper.ut-particles-deactivate-shadow {
  -webkit-box-shadow: none;
  box-shadow: none
}

.bklyn-btn.bklyn-btn-round {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.bklyn-btn.bklyn-btn-outline {
  border: 4px solid #000;
  background: 0 0;
  color: #000
}

.bklyn-btn.bklyn-btn-mini {
  font-size: 11px;
  padding: .6em 1.62em
}

.bklyn-btn.bklyn-btn-small {
  font-size: 12px;
  padding: 1.1em 2em
}

.bklyn-btn.bklyn-btn-normal {
  font-size: 14px;
  padding: 1.05em 2.15em
}

.bklyn-btn.bklyn-btn-large {
  font-size: 18px;
  padding: 1.05em 2em
}

.bklyn-btn.bklyn-btn-full {
  width: 100%
}

.bklyn-btn-holder.bklyn-btn-left .bklyn-btn.bklyn-btn-full {
  text-align: left
}

.bklyn-btn-holder.bklyn-btn-right .bklyn-btn.bklyn-btn-full {
  text-align: right
}

#ut-overlay-nav .bklyn-btn {
  font-size: 12px;
  margin-bottom: 0
}

.ut-btn-group.ut-btn-group-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.ut-btn-group.ut-btn-group-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.ut-btn-group.ut-btn-group-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media (max-width:767px) {
  .bklyn-btn-holder.bklyn-btn-mobile-left {
    text-align: left
  }

  .bklyn-btn-holder.bklyn-btn-mobile-right {
    text-align: right
  }

  .bklyn-btn-holder.bklyn-btn-mobile-center {
    text-align: center
  }

  .ut-btn-group.ut-btn-group-mobile-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: center;
    align-content: center
  }

  .ut-btn-group.ut-btn-group-mobile-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
  }

  .ut-btn-group.ut-btn-group-mobile-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: center;
    align-content: center
  }

  .bklyn-btn-holder.bklyn-btn-left .bklyn-btn.bklyn-btn-full {
    text-align: center
  }

  .bklyn-btn-holder.bklyn-btn-right .bklyn-btn.bklyn-btn-full {
    text-align: center
  }

  .ut-btn-group>.bklyn-btn-holder {
    display: block
  }

  .ut-btn-group .bklyn-btn-holder.bklyn-btn-first .bklyn-btn {
    margin-bottom: 20px
  }

  .ut-btn-group .bklyn-btn-holder.bklyn-btn-last .bklyn-btn {
    margin-bottom: 40px
  }

  .ut-btn-group.ut-btn-group-left>.bklyn-btn-holder,
  .ut-btn-group.ut-btn-group-center>.bklyn-btn-holder {
    margin-right: 0
  }

  .ut-btn-group.ut-btn-group-tablet-left>.bklyn-btn-holder {
    margin-right: 0
  }

  .ut-btn-group.ut-btn-group-tablet-right>.bklyn-btn-holder,
  .ut-btn-group.ut-btn-group-tablet-center>.bklyn-btn-holder {
    margin-left: 0
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .bklyn-btn-holder.bklyn-btn-tablet-left {
    text-align: left
  }

  .bklyn-btn-holder.bklyn-btn-tablet-right {
    text-align: right
  }

  .bklyn-btn-holder.bklyn-btn-tablet-center {
    text-align: center
  }

  .ut-btn-group .bklyn-btn-holder.bklyn-btn-first .bklyn-btn,
  .ut-btn-group .bklyn-btn-holder.bklyn-btn-last .bklyn-btn {
    margin-bottom: 20px
  }

  .ut-btn-group.ut-btn-group-tablet-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .ut-btn-group.ut-btn-group-tablet-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .ut-btn-group.ut-btn-group-tablet-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.ut-particles-canvas {
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0)
}

.ut-particles-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  will-change: transform
}

.ut-particles {
  position: relative;
  display: inline-flex
}

.ut-particles-with-animation {
  display: inline-block
}

.ut-particles-deactivate-transition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-transition-timing-function: unset !important;
  -o-transition-timing-function: unset !important;
  transition-timing-function: unset !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation-fill-mode: none !important;
  animation-fill-mode: none !important;
  -webkit-animation-name: unset;
  animation-name: unset
}

@media screen and (min-width:768px) {
  .ut-hero-custom-center .hero-btn-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .ut-hero-custom-right .hero-btn-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

.bklyn-btn-holder .ut-particles {
  margin-top: 40px
}

div+.bklyn-btn-holder .ut-particles,
div+style+.bklyn-btn-holder .ut-particles {
  margin-top: 0
}

.bklyn-btn-holder .ut-particles {
  margin-bottom: 40px
}

.ut-particles-wrapper .bklyn-btn {
  margin-bottom: 0
}

.bklyn-btn-holder-contains-fuild-button .ut-particles,
.bklyn-btn-holder-contains-fuild-button .ut-particles-wrapper,
.bklyn-btn-holder-contains-fuild-button .ut-particles-with-animation {
  width: 100%
}

.ut-bkly-qt-rotator {
  position: relative;
  margin: 0 auto !important;
  max-width: 720px
}

.ut-bkly-qt-rotator .owl-controls {
  display: none
}

.bkly-testimonials-style1,
.bkly-testimonials-style2 {
  display: block;
  text-align: center;
  margin: 0 auto;
  max-width: 720px;
  position: relative;
  width: 100%;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important
}

.bkly-testimonials-style2 {
  max-width: 100%;
  width: 100%;
  text-align: left
}

.bkly-testimonials-style1 .bklyn-testimonials-avatar,
.bkly-testimonials-style2 .bklyn-testimonials-avatar {
  height: 140px;
  width: 140px;
  display: block;
  margin: 0 auto 40px;
  overflow: hidden !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important
}

.bkly-testimonials-style1 .bklyn-testimonials-avatar img,
.bkly-testimonials-style2 .bklyn-testimonials-avatar img {
  height: 140px;
  width: 140px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover
}

.bkly-testimonials-style1 .bklyn-testimonials-quote>*:last-child {
  margin-bottom: 0
}

.bkly-testimonials-style1 .bklyn-about-testimonials-author {
  margin-top: 20px
}

.bkly-testimonials-style1 .bklyn-testimonials-author,
.bkly-testimonials-style2 .bklyn-testimonials-author {
  margin: 0;
  line-height: 125%
}

.bkly-testimonials-style1 .bklyn-testimonials-origin,
.bkly-testimonials-style2 .bklyn-testimonials-origin {
  font-size: 12px
}

.ut-bkly-qt-rotator .ut-prev-gallery-slide,
.ut-bkly-qt-rotator .ut-next-gallery-slide {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 70px;
  font-size: 40px;
  margin-top: -40px;
  z-index: 10;
  line-height: 80px;
  text-align: center;
  background: #fff;
  background: rgba(255, 255, 255, .15)
}

.ut-bkly-qt-rotator .ut-prev-gallery-slide,
.ut-bkly-qt-rotator .ut-next-gallery-slide,
.ut-bkly-qt-rotator .ut-prev-gallery-slide i,
.ut-bkly-qt-rotator .ut-next-gallery-slide i {
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.ut-bkly-qt-rotator .ut-prev-gallery-slide {
  left: 140px
}

.ut-bkly-qt-rotator .ut-next-gallery-slide {
  right: 140px
}

.ut-bkly-qt-rotator .ut-prev-gallery-slide i,
.ut-bkly-qt-rotator .ut-next-gallery-slide i {
  line-height: 80px
}

.ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2 .ut-prev-gallery-slide,
.ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2 .ut-next-gallery-slide {
  font-size: 40px;
  margin-top: -40px
}

.ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2 .ut-prev-gallery-slide {
  left: 0
}

.ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2 .ut-next-gallery-slide {
  right: 0
}

.ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2 .bklyn-about-testimonials-author {
  display: table;
  margin: 20px 0 0
}

.bkly-testimonials-style2 .bklyn-testimonials-avatar {
  display: table-cell;
  float: none;
  margin: 0
}

.bkly-testimonials-style2 {
  padding: 0 160px
}

.bkly-testimonials-style2 .bklyn-testimonials-avatar+.bklyn-testimonials-quote {
  padding: 0 0 0 80px
}

.bkly-testimonials-style2 .bklyn-testimonials-quote>*:last-child {
  margin-bottom: 0
}

.bklyn-testimonials-icon-wrap {
  margin-right: 20px
}

.ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2 .bklyn-testimonials-icon {
  display: table-cell;
  height: 32px;
  vertical-align: top;
  width: 32px
}

.ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2 .bklyn-testimonials-icon img {
  height: 32px;
  width: 32px
}

.bklyn-testimonials-font-icon {
  font-size: 32px
}

.bkly-testimonials-style2 .bklyn-testimonials-author-wrap {
  display: table-cell;
  vertical-align: middle
}

.ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2 {
  max-width: 100%
}

.ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2 .bkly-testimonials-style2 {
  display: table;
  overflow: hidden
}

.ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2 .bkly-testimonials-style2 .bklyn-testimonials-quote {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden
}

.bklyn-testimonials-quote p {
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  font-size: 20px;
  line-height: 30px
}

.ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2-align-center .bkly-testimonials-style2 {
  text-align: center
}

.ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2-align-center .bklyn-about-testimonials-author {
  margin: 20px auto 0 auto
}

.ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2-align-right .bkly-testimonials-style2 {
  text-align: right
}

.ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2-align-right .bklyn-about-testimonials-author {
  margin: 20px 0 0 auto
}

@media (max-width:400px) {

  .ut-bkly-qt-rotator .ut-prev-gallery-slide,
  .ut-bkly-qt-rotator .ut-next-gallery-slide {
    display: none
  }
}

@media (max-width:767px) {
  .ut-bkly-qt-rotator .ut-prev-gallery-slide {
    left: 40px
  }

  .ut-bkly-qt-rotator .ut-next-gallery-slide {
    right: 40px
  }

  .bkly-testimonials-style2 .bklyn-testimonials-avatar {
    display: block;
    margin: 0 auto
  }

  .ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2 .bkly-testimonials-style2 .bklyn-testimonials-quote {
    display: block;
    vertical-align: middle;
    overflow: hidden;
    text-align: center
  }

  .bkly-testimonials-style2 .bklyn-testimonials-avatar+.bklyn-testimonials-quote {
    padding: 20px 0 0
  }

  .bkly-testimonials-style2 {
    padding: 0
  }

  .ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2 .ut-prev-gallery-slide,
  .ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2 .ut-next-gallery-slide {
    display: none
  }

  .ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2 .bklyn-about-testimonials-author {
    margin: 20px auto 0 auto;
    text-align: center
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .ut-bkly-qt-rotator .ut-prev-gallery-slide {
    left: 140px
  }

  .ut-bkly-qt-rotator .ut-next-gallery-slide {
    right: 140px
  }

  .bkly-testimonials-style2 .bklyn-testimonials-avatar {
    display: block;
    margin: 0 auto
  }

  .ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2 .bkly-testimonials-style2 .bklyn-testimonials-quote {
    display: block;
    vertical-align: middle;
    overflow: hidden;
    text-align: center
  }

  .bkly-testimonials-style2 .bklyn-testimonials-avatar+.bklyn-testimonials-quote {
    padding: 20px 0 0
  }

  .bkly-testimonials-style2 {
    padding: 0
  }

  .ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2 .ut-prev-gallery-slide,
  .ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2 .ut-next-gallery-slide {
    display: none
  }

  .ut-bkly-qt-rotator.ut-bklyn-qt-rotator-style-2 .bklyn-about-testimonials-author {
    margin: 20px auto 0 auto;
    text-align: center
  }
}

.ut-bklyn-qt-rotator-style-2 .owl-carousel .owl-dots {
  margin-top: 20px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.ut-bklyn-qt-rotator-style-2 .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.ut-bklyn-qt-rotator-style-2 .owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}

.ut-bklyn-qt-rotator-style-2 .owl-carousel .owl-dots .owl-dot.active span,
.ut-bklyn-qt-rotator-style-2 .owl-carousel .owl-dots .owl-dot:hover span {
  background: #869791
}

.wpb_wrapper .ut-counter-box {
  margin-bottom: 0;
  padding: 0
}

.wpb_wrapper .ut-counter-box .fa {
  margin-bottom: 15px
}

.wpb_wrapper .ut-counter-details {
  margin-top: 10px;
  line-height: 125%
}

@media (max-width:767px) {
  .wpb_wrapper .ut-counter-box {
    text-align: center !important
  }
}

.wpb_wrapper .bklyn-list>*:last-child {
  margin-bottom: 0
}

.wpb_wrapper .bklyn-list {
  margin-bottom: 0;
  margin-left: 0;
  list-style-position: outside
}

.bklyn-fancy-list.bklyn-fancy-list-left .bklyn-list {
  list-style-position: outside;
  margin-left: 1em
}

.bklyn-fancy-list .bklyn-list.bklyn-list-style-none li {
  padding-left: 0
}

.bklyn-list-item-space-xsmall:not(.bklyn-fancy-list-item-has-icon),
.bklyn-list-item-space-xsmall .bklyn-fancy-list-content {
  padding-left: .5em
}

.bklyn-list-item-space-small:not(.bklyn-fancy-list-item-has-icon),
.bklyn-list-item-space-small .bklyn-fancy-list-content {
  padding-left: 1em
}

.bklyn-list-item-space-medium:not(.bklyn-fancy-list-item-has-icon),
.bklyn-list-item-space-medium .bklyn-fancy-list-content {
  padding-left: 1.5em
}

.bklyn-list-item-space-large:not(.bklyn-fancy-list-item-has-icon),
.bklyn-list-item-space-large .bklyn-fancy-list-content {
  padding-left: 2em
}

.bklyn-list-item-space-xlarge:not(.bklyn-fancy-list-item-has-icon),
.bklyn-list-item-space-xlarge .bklyn-fancy-list-content {
  padding-left: 3em
}

.bklyn-fancy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.bklyn-fancy-list .bklyn-list:not(.bklyn-list-style-none) li>span {
  vertical-align: top
}

.bklyn-fancy-list-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.bklyn-fancy-list-left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.bklyn-fancy-list-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.bklyn-fancy-list-item-has-icon,
.bklyn-fancy-list-item-has-icon>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

.bklyn-fancy-list-item-has-icon-center,
.bklyn-fancy-list-item-has-icon-center>a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.bklyn-fancy-list-item-has-icon-top,
.bklyn-fancy-list-item-has-icon-top>a {
  -webkit-box-align: first baseline;
  -ms-flex-align: first baseline;
  align-items: first baseline
}

.bklyn-fancy-list-item-has-icon-bottom,
.bklyn-fancy-list-item-has-icon-bottom>a {
  -webkit-box-align: last baseline;
  -ms-flex-align: last baseline;
  align-items: last baseline
}

.wpb_wrapper .bklyn-list li {
  margin-bottom: 0
}

.wpb_wrapper .bklyn-list li .fa {
  text-align: center
}

.wpb_wrapper .bklyn-list li>*:last-child {
  margin-bottom: 0;
  padding-bottom: 0
}

.wpb_wrapper .bklyn-list.bklyn-list-style-none {
  margin-left: 0;
  list-style: none !important
}

.bklyn-list li a,
.bklyn-list li a i {
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.bklyn-fancy-list-animated li {
  list-style: none;
  -webkit-transition: opacity .5s cubic-bezier(.215, .61, .355, 1);
  -o-transition: opacity .5s cubic-bezier(.215, .61, .355, 1);
  transition: opacity .5s cubic-bezier(.215, .61, .355, 1);
  opacity: 0
}

.bklyn-fancy-list-animated li>i,
.bklyn-fancy-list-animated li>span>span,
.bklyn-fancy-list-animated li>.bklyn-fancy-list-content>span {
  -webkit-transition: transform 1s cubic-bezier(.215, .61, .355, 1), opacity 1s cubic-bezier(.215, .61, .355, 1);
  -o-transition: transform 1s cubic-bezier(.215, .61, .355, 1), opacity 1s cubic-bezier(.215, .61, .355, 1);
  transition: transform 1s cubic-bezier(.215, .61, .355, 1), opacity 1s cubic-bezier(.215, .61, .355, 1)
}

.bklyn-fancy-list-animated li>span>span+br+span,
.bklyn-fancy-list-animated li>.bklyn-fancy-list-content>span+br+span {
  -webkit-transition: transform 1s cubic-bezier(.215, .61, .355, 1), opacity 1s cubic-bezier(.215, .61, .355, 1) .1s;
  -o-transition: transform 1s cubic-bezier(.215, .61, .355, 1), opacity 1s cubic-bezier(.215, .61, .355, 1) .1s;
  transition: transform 1s cubic-bezier(.215, .61, .355, 1), opacity 1s cubic-bezier(.215, .61, .355, 1) .1s
}

.bklyn-fancy-list-animated li>span>span,
.bklyn-fancy-list-animated li>.bklyn-fancy-list-content>span {
  display: inline-block;
  position: relative;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0
}

.bklyn-fancy-list-animated li>i {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0
}

.bklyn-fancy-list-animated li.appeared {
  list-style: inherit;
  opacity: 1
}

.bklyn-fancy-list-animated li.appeared>i,
.bklyn-fancy-list-animated li.appeared>span>span,
.bklyn-fancy-list-animated li.appeared>.bklyn-fancy-list-content>span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

@media (max-width:767px) {
  .bklyn-fancy-list-mobile-left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .bklyn-fancy-list-mobile-left .bklyn-list {
    margin-left: 1em
  }

  .bklyn-fancy-list-mobile-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .bklyn-fancy-list-mobile-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .bklyn-fancy-list-tablet-left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .bklyn-fancy-list-tablet-left .bklyn-list {
    margin-left: 1em
  }

  .bklyn-fancy-list-tablet-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .bklyn-fancy-list-tablet-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

.vc_row-has-fill:not([data-vc-full-width=true]) {
  margin-left: 0;
  margin-right: 0
}

.bklyn-row-with-overlay {
  position: relative
}

.bklyn-column-with-overlay .vc_column-inner {
  position: relative
}

.bklyn-column-with-overlay .wpb_wrapper,
.ut-background-with-distortion-effect .wpb_wrapper {
  z-index: 3;
  position: relative
}

.bklyn-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  position: absolute
}

.bklyn-overlay-effect {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  position: absolute
}

.bklyn-overlay.bklyn-style-one {
  background-image: url(//www.coaching-germany.de/wp-content/themes/brooklyn/css/../images/overlay-pattern.png)
}

.bklyn-overlay.bklyn-style-two {
  background-image: url(//www.coaching-germany.de/wp-content/themes/brooklyn/css/../images/overlay-pattern2.png)
}

.bklyn-overlay.bklyn-style-three {
  background-image: url(//www.coaching-germany.de/wp-content/themes/brooklyn/css/../images/overlay-pattern3.png)
}

.bklyn-overlay.bklyn-style-four {
  background-image: url(//www.coaching-germany.de/wp-content/themes/brooklyn/css/../images/circuit-board-pattern.svg)
}

.bklyn-overlay.bklyn-style-five {
  background-image: url(//www.coaching-germany.de/wp-content/themes/brooklyn/css/../images/patterns/black-orchid.png)
}

.bklyn-overlay.bklyn-style-six {
  background-image: url(//www.coaching-germany.de/wp-content/themes/brooklyn/css/../images/patterns/dark-dotted-2.png)
}

.bklyn-team-member {
  position: relative;
  text-align: center;
  overflow: hidden
}

.bklyn-team-member.bklyn-team-member-left {
  text-align: left
}

.bklyn-team-member.bklyn-team-member-right {
  text-align: right
}

.bklyn-team-member-avatar {
  display: block
}

.bklyn-team-member-avatar img {
  vertical-align: bottom
}

.bklyn-team-member-name {
  margin-bottom: 0
}

.bklyn-team-member-info {
  margin-top: 20px
}

.bklyn-team-member-info>*:last-child {
  margin-bottom: 0
}

.bklyn-team-member-ocupation {
  font-size: 12px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0
}

.bklyn-team-member-style-1 .bklyn-team-member-social-icons {
  font-size: 16px
}

.bklyn-team-member-social-icons {
  border-top: 2px solid #ededed;
  margin-top: 20px;
  padding-top: 20px
}

.bklyn-team-member-social-icons.no-bklyn-team-member-border {
  border: none;
  padding-top: 0
}

.bklyn-team-member-social-icons ul {
  list-style: none;
  margin: 0
}

.bklyn-team-member-social-icons ul li {
  display: inline;
  margin: 0 10px
}

.bklyn-team-member-social-icons ul li:first-child {
  margin-left: 0
}

.bklyn-team-member-social-icons ul li:last-child {
  margin-right: 0
}

.bklyn-team-member.bklyn-team-member-style-2 .bklyn-team-member-avatar {
  height: 140px;
  margin: 0 auto;
  width: 140px
}

.bklyn-team-member.bklyn-team-member-style-2 .bklyn-team-member-avatar img {
  height: 140px;
  width: 140px;
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%
}

.bklyn-team-member.bklyn-team-member-style-2.bklyn-team-member-style-2-200 .bklyn-team-member-avatar {
  height: 200px;
  margin: 0 auto;
  width: 200px
}

.bklyn-team-member.bklyn-team-member-style-2.bklyn-team-member-style-2-200 .bklyn-team-member-avatar img {
  height: 200px;
  width: 200px
}

.bklyn-team-member.bklyn-team-member-style-3 {
  text-align: center
}

.bklyn-team-member.bklyn-team-member-style-3 .bklyn-team-member-overlay {
  height: 100%;
  left: 0;
  min-height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  pointer-events: none
}

.bklyn-team-member.bklyn-team-member-style-3:hover .bklyn-team-member-overlay {
  opacity: 1;
  background: #39f;
  background: rgba(51, 153, 255, .7);
  color: #fff;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.bklyn-team-member.bklyn-team-member-style-3 .bklyn-team-member-overlay-caption {
  display: table;
  height: 100%;
  min-height: 100%;
  position: relative;
  width: 100%
}

.bklyn-team-member.bklyn-team-member-style-3 .bklyn-team-member-info {
  display: table-cell;
  vertical-align: middle;
  padding: 20px
}

.bklyn-team-member.bklyn-team-member-style-3 .bklyn-team-member-social-icons {
  border-top: none 0;
  margin-top: 10px;
  padding-top: 0;
  pointer-events: all
}

.bklyn-team-member.bklyn-team-member-style-3 .bklyn-team-member-ocupation {
  margin-bottom: 0
}

.bklyn-team-member.bklyn-team-member-style-4 {
  text-align: left
}

.bklyn-team-member.bklyn-team-member-style-4 .bklyn-team-member-overlay {
  height: 100%;
  left: 0;
  min-height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  pointer-events: none
}

.bklyn-team-member.bklyn-team-member-style-4:hover .bklyn-team-member-overlay {
  opacity: 1;
  background: #39f;
  background: rgba(51, 153, 255, .7);
  color: #fff;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.bklyn-team-member.bklyn-team-member-style-4 .bklyn-team-member-overlay-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  height: 100%;
  min-height: 100%;
  position: relative;
  width: 100%
}

.bklyn-team-member.bklyn-team-member-style-4 .bklyn-team-member-info {
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding: 20px
}

.bklyn-team-member.bklyn-team-member-style-4 .bklyn-team-member-social-icons {
  border-top: none 0;
  margin-top: 10px;
  padding-top: 0;
  pointer-events: all
}

.bklyn-team-member.bklyn-team-member-style-4 .bklyn-team-member-ocupation {
  margin-bottom: 0
}

.bklyn-team-member.bklyn-team-member-style-4 .bklyn-team-member-info,
.bklyn-team-member.bklyn-team-member-style-3 .bklyn-team-member-info {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: zoomOut;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: zoomOut
}

.bklyn-team-member.bklyn-team-member-style-4:hover .bklyn-team-member-info,
.bklyn-team-member.bklyn-team-member-style-3:hover .bklyn-team-member-info {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

.bklyn-team-member-style-5 {
  background: #fff;
  border: 1px solid #ddd
}

.bklyn-team-member-style-5 .bklyn-team-member-info {
  margin: 0
}

.bklyn-team-member-style-5 .bklyn-team-member-social-icons {
  border: none;
  padding: 0;
  margin-top: 10px
}

.bklyn-team-member-style-5 .bklyn-team-member-info.bklyn-team-member-info-has-description+.bklyn-team-member-social-icons {
  margin-top: 20px
}

.bklyn-team-member-style-5-content-wrap {
  padding: 20px
}

@media (max-width:767px) {

  .bklyn-team-member.bklyn-team-member-left,
  .bklyn-team-member.bklyn-team-member-right {
    text-align: center
  }
}

.wpb_wrapper .bklyn-single-testimonial .ut-st>p:last-child,
.wpb_wrapper .bklyn-single-testimonial .ut-st {
  margin-bottom: 0
}

.wpb_wrapper .bklyn-single-testimonial .ut-st p {
  margin-bottom: 20px
}

.wpb_wrapper .bklyn-single-testimonial .ut-st-date,
.wpb_wrapper .bklyn-single-testimonial .ut-st-subtitle {
  font-size: 12px;
  line-height: 150%
}

.wpb_wrapper .bklyn-single-testimonial .ut-st-name {
  font-weight: 700;
  margin-bottom: 0;
  line-height: 125%
}

.wpb_wrapper .bklyn-single-testimonial .ut-st-date {
  font-weight: 700
}

.wpb_wrapper .bklyn-single-testimonial .ut-st-rating {
  margin-bottom: 0;
  margin-top: 20px
}

.wpb_wrapper .bklyn-single-testimonial .ut-st-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 80px;
  width: 80px
}

.wpb_wrapper .bklyn-single-testimonial-style-2 .ut-st-avatar,
.wpb_wrapper .bklyn-single-testimonial-style-2 .ut-st-avatar img {
  height: 40px;
  width: 40px
}

.ut-st-meta-wrap,
.ut-st-data-wrap {
  overflow: hidden
}

.wpb_wrapper .bklyn-single-testimonial-style-2 p.ut-st-subtitle,
.wpb_wrapper .bklyn-single-testimonial-style-2 .ut-st-rating {
  margin: 0
}

@media screen and (max-width:767px) {
  .wpb_wrapper .bklyn-single-testimonial-style-1 {
    text-align: center
  }

  .wpb_wrapper .bklyn-single-testimonial-style-2 {
    text-align: center
  }
}

.bklyn-split-section-wrap {
  display: table;
  height: 100%;
  width: 100%
}

.bklyn-split-section {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 40px
}

.bklyn-split-section *:last-child {
  margin-bottom: 0
}

.bklyn-split-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}

.bklyn-split-video {
  text-align: center
}

.wpb_wrapper .ut-parallax-quote .ut-parallax-quote-title {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 150%;
  display: inline-block
}

.wpb_wrapper .ut-parallax-quote .ut-parallax-quote-title .fa-quote-left,
.wpb_wrapper .ut-parallax-quote .ut-parallax-quote-title .fa-quote-right {
  font-size: 14px
}

.wpb_wrapper .ut-parallax-quote.ut-parallax-quote-align-left .ut-parallax-quote-title {
  text-align: left
}

.wpb_wrapper .ut-parallax-quote.ut-parallax-quote-align-right .ut-parallax-quote-title {
  text-align: right
}

.wpb_wrapper .ut-parallax-quote .ut-parallax-quote-name-wrap {
  margin: 0 auto;
  display: inline-block
}

.wpb_wrapper .ut-parallax-quote.ut-parallax-quote-align-left .ut-parallax-quote-name-wrap:not(.ut-block-revealer),
.wpb_wrapper .ut-parallax-quote.ut-parallax-quote-align-right .ut-parallax-quote-name-wrap:not(.ut-block-revealer) {
  display: block
}

.wpb_wrapper .ut-parallax-quote .ut-parallax-quote-name {
  color: #151515;
  display: block;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 20px
}

.wpb_wrapper .ut-parallax-quote .ut-parallax-icon-wrap {
  display: block;
  margin: 0 auto 20px auto;
  width: 80px
}

.wpb_wrapper .ut-parallax-quote .ut-parallax-icon {
  display: block;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  width: 80px
}

.wpb_wrapper .ut-parallax-quote .ut-parallax-icon .fa {
  margin: 0;
  padding: 0;
  line-height: 80px
}

.wpb_wrapper .ut-parallax-quote-title.ut-block-reveal-hide {
  display: inline-block
}

@media (max-width:767px) {
  .wpb_wrapper .ut-parallax-quote .ut-parallax-quote-name {
    font-size: 12px;
    line-height: 200%
  }

  .wpb_wrapper .ut-parallax-quote .ut-parallax-icon {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    margin: 0 auto
  }

  .wpb_wrapper .ut-parallax-quote .ut-parallax-icon .fa {
    line-height: 40px
  }

  .ut-no-parallax-quote-linebreak-mobile br {
    display: none
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .ut-no-parallax-quote-linebreak-tablet br {
    display: none
  }
}

.wpb_wrapper .ut-parallax-quote .ut-parallax-icon.ut-parallax-icon-with-background,
.wpb_wrapper .ut-parallax-quote .ut-parallax-icon-wrap-align-center .ut-parallax-icon:not(.ut-parallax-icon-with-background),
.wpb_wrapper .ut-parallax-quote .ut-parallax-icon-wrap-align-right .ut-parallax-icon:not(.ut-parallax-icon-with-background),
.wpb_wrapper .ut-parallax-quote .ut-parallax-icon-wrap-align-left .ut-parallax-icon:not(.ut-parallax-icon-with-background) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wpb_wrapper .ut-parallax-quote .ut-parallax-icon-wrap-align-center .ut-parallax-icon:not(.ut-parallax-icon-with-background) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wpb_wrapper .ut-parallax-quote .ut-parallax-icon-wrap-align-right .ut-parallax-icon:not(.ut-parallax-icon-with-background) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right
}

.wpb_wrapper .ut-parallax-quote .ut-parallax-icon-wrap-align-left .ut-parallax-icon:not(.ut-parallax-icon-with-background) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left
}

.wpb_wrapper .ut-parallax-quote .ut-parallax-icon.ut-parallax-icon-with-background {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wpb_wrapper .ut-parallax-quote .ut-parallax-icon.ut-parallax-icon-with-svg svg {
  max-width: 40px
}

@media (min-width:768px) and (max-width:1024px) {
  .wpb_wrapper .ut-parallax-quote .ut-parallax-icon-wrap-tablet-align-center .ut-parallax-icon:not(.ut-parallax-icon-with-background) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .wpb_wrapper .ut-parallax-quote .ut-parallax-icon-wrap-tablet-align-right .ut-parallax-icon:not(.ut-parallax-icon-with-background) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
  }

  .wpb_wrapper .ut-parallax-quote .ut-parallax-icon-wrap-tablet-align-left .ut-parallax-icon:not(.ut-parallax-icon-with-background) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
  }

  .wpb_wrapper .ut-parallax-quote.ut-parallax-quote-tablet-align-left .ut-parallax-quote-title {
    text-align: left
  }

  .wpb_wrapper .ut-parallax-quote.ut-parallax-quote-tablet-align-right .ut-parallax-quote-title {
    text-align: right
  }
}

@media (max-width:767px) {
  .wpb_wrapper .ut-parallax-quote .ut-parallax-icon-wrap {
    width: 40px
  }

  .wpb_wrapper .ut-parallax-quote .ut-parallax-icon.ut-parallax-icon-with-svg svg {
    max-width: 20px
  }

  .wpb_wrapper .ut-parallax-quote .ut-parallax-icon-wrap-mobile-align-center .ut-parallax-icon:not(.ut-parallax-icon-with-background) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .wpb_wrapper .ut-parallax-quote .ut-parallax-icon-wrap-mobile-align-right .ut-parallax-icon:not(.ut-parallax-icon-with-background) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
  }

  .wpb_wrapper .ut-parallax-quote .ut-parallax-icon-wrap-mobile-align-left .ut-parallax-icon:not(.ut-parallax-icon-with-background) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
  }

  .wpb_wrapper .ut-parallax-quote.ut-parallax-quote-mobile-align-left .ut-parallax-quote-title {
    text-align: left
  }

  .wpb_wrapper .ut-parallax-quote.ut-parallax-quote-mobile-align-right .ut-parallax-quote-title {
    text-align: right
  }
}

.wpb_wrapper .ut-fancy-image-wrap {
  margin-bottom: 40px
}

.wpb_single_image .vc_figure-caption {
  font-size: 12px;
  margin-top: 5px;
  line-height: 150%
}

.ut-portfolio-info-right {
  text-align: right
}

.ut-portfolio-info-center {
  text-align: center
}

.ut-portfolio-info-left {
  text-align: left
}

#ut-sitebody .wpb_wrapper .ut-portfolio-info-details {
  font-weight: inherit;
  overflow: hidden
}

#ut-sitebody .wpb_wrapper .ut-portfolio-info-details ul {
  margin: -20px 0 0;
  list-style: none;
  padding: 0;
  width: 100%
}

#ut-sitebody .wpb_wrapper .ut-portfolio-info-details ul li {
  margin: 20px 0 0;
  padding: 0
}

#ut-sitebody .wpb_wrapper .ut-portfolio-info-details ul li p {
  margin: 0;
  word-wrap: break-word
}

#ut-sitebody .wpb_wrapper .ut-portfolio-info-details.ut-portfolio-info-right .ut-portfolio-info-details-compact li {
  padding-right: 0
}

#ut-sitebody .wpb_wrapper .ut-portfolio-info-details.ut-portfolio-info-left .ut-portfolio-info-details-compact li {
  padding-left: 0
}

#ut-sitebody .wpb_wrapper .ut-portfolio-info-details .ut-portfolio-info-details-compact li {
  float: left;
  width: 50%;
  padding: 0 20px
}

#ut-sitebody .wpb_wrapper .ut-portfolio-info-details .ut-portfolio-info-details-inline li {
  display: inline-block;
  padding-right: 40px
}

#ut-sitebody .wpb_wrapper .ut-portfolio-info-details .ut-portfolio-info-details-inline li:last-child {
  padding-right: 0
}

@media (max-width:767px) {

  #ut-sitebody .wpb_wrapper .ut-portfolio-info-details.ut-portfolio-info-left .ut-portfolio-info-details-compact li,
  #ut-sitebody .wpb_wrapper .ut-portfolio-info-details.ut-portfolio-info-left .ut-portfolio-info-details-inline li,
  #ut-sitebody .wpb_wrapper .ut-portfolio-info-details.ut-portfolio-info-left .ut-portfolio-info-details-list li #ut-sitebody .wpb_wrapper .ut-portfolio-info-details.ut-portfolio-info-right .ut-portfolio-info-details-compact li,
  #ut-sitebody .wpb_wrapper .ut-portfolio-info-details.ut-portfolio-info-right .ut-portfolio-info-details-inline li,
  #ut-sitebody .wpb_wrapper .ut-portfolio-info-details.ut-portfolio-info-right .ut-portfolio-info-details-list li,
  #ut-sitebody .wpb_wrapper .ut-portfolio-info-details.ut-portfolio-info-center .ut-portfolio-info-details-compact li,
  #ut-sitebody .wpb_wrapper .ut-portfolio-info-details.ut-portfolio-info-center .ut-portfolio-info-details-inline li,
  #ut-sitebody .wpb_wrapper .ut-portfolio-info-details.ut-portfolio-info-center .ut-portfolio-info-details-list li {
    float: none;
    display: block;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: auto
  }
}

#ut-portfolio-navigation-wrap {
  background: #f9f9f9;
  font-size: 24px;
  height: 120px
}

#ut-portfolio-navigation-wrap .ut-prev-portfolio,
#ut-portfolio-navigation-wrap .ut-next-portfolio,
#ut-portfolio-navigation-wrap .ut-main-portfolio-link {
  height: 120px
}

#ut-portfolio-navigation-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%
}

#ut-portfolio-navigation-wrap .ut-next-portfolio a {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

#ut-portfolio-navigation-wrap .ut-main-portfolio-link a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

#ut-portfolio-navigation-wrap .ut-next-portfolio a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

#ut-portfolio-navigation-wrap .ut-prev-portfolio {
  text-align: left
}

#ut-portfolio-navigation-wrap .ut-main-portfolio-link {
  text-align: center
}

#ut-portfolio-navigation-wrap .ut-next-portfolio {
  text-align: right
}

#ut-portfolio-navigation-wrap .ut-prev-portfolio a span {
  margin-left: 10px;
  line-height: 125%
}

#ut-portfolio-navigation-wrap .ut-next-portfolio a span {
  margin-right: 10px;
  line-height: 125%
}

#ut-portfolio-navigation-wrap .ut-prev-portfolio.ut-underline-effect a span,
#ut-portfolio-navigation-wrap .ut-next-portfolio.ut-underline-effect a span {
  position: relative;
  font-size: 16px
}

#ut-portfolio-navigation-wrap .ut-prev-portfolio i,
#ut-portfolio-navigation-wrap .ut-next-portfolio i {
  font-size: 16px
}

#ut-portfolio-navigation-wrap .ut-prev-portfolio.ut-underline-effect a span:after,
#ut-portfolio-navigation-wrap .ut-next-portfolio.ut-underline-effect a span:after {
  position: absolute;
  bottom: -5px;
  content: '';
  height: 2px;
  width: 0;
  -webkit-transition: width .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: width .3s cubic-bezier(.215, .61, .355, 1);
  transition: width .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  background: #fff
}

#ut-portfolio-navigation-wrap .ut-prev-portfolio.ut-underline-effect a span:after {
  left: 0
}

#ut-portfolio-navigation-wrap .ut-next-portfolio.ut-underline-effect a span:after {
  right: 0
}

#ut-portfolio-navigation-wrap .ut-prev-portfolio.ut-underline-effect a:hover span:after,
#ut-portfolio-navigation-wrap .ut-next-portfolio.ut-underline-effect a:hover span:after {
  width: 100%
}

@media (min-width:1025px) {
  #ut-portfolio-navigation-wrap.fullwidth .grid-container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px
  }
}

.ut-skill-bar {
  display: block;
  height: 30px;
  overflow: hidden;
  width: 100%
}

.ut-skill {
  margin-bottom: 20px
}

.wpb_wrapper .ut-skill {
  margin-bottom: 0
}

.ut-skill-active {
  width: 0
}

.ut-skill-name {
  display: block;
  font-size: inherit;
  text-transform: inherit;
  margin-bottom: 10px
}

.ut-skill .ut-skill-name {
  line-height: 100%
}

.ut-skill-percent {
  color: #fff;
  font-weight: 700;
  float: right;
  line-height: 30px;
  padding: 0 5px
}

.ut-skill-with-border-radius .ut-skill-percent {
  padding: 0 10px
}

.ut-skill-percent,
.ut-skill-name {
  font-size: 12px;
  letter-spacing: .5px
}

.ut-skill-name,
.dark .ut-skill-name {
  color: #151515
}

.light .ut-skill-name {
  color: #fff
}

.ut-skill-overlay {
  height: 30px;
  background: #111;
  overflow: hidden
}

.ut-skill-small .ut-skill-bar,
.ut-skill-small .ut-skill-overlay {
  height: 20px
}

.ut-skill-small .ut-skill-percent {
  line-height: 20px
}

.wpb_content_element .ut-skill-name {
  margin-bottom: 10px
}

.ut-skill-bar-thin {
  height: 2px;
  overflow: visible;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px
}

.ut-skill-progress-thin {
  background: #151515;
  height: 100%;
  float: left;
  position: relative;
  line-height: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: width 2s ease;
  -o-transition: width 2s ease;
  transition: width 2s ease
}

.ut-skill-tooltip {
  background: #fff;
  color: #252525;
  font-size: 12px;
  font-family: sans-serif;
  font-weight: 700;
  position: absolute;
  top: -30px;
  padding: 1px 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.ut-progress-bar-percentage-digits-1 .ut-skill-tooltip {
  right: -12.5px
}

.ut-progress-bar-percentage-digits-2 .ut-skill-tooltip {
  right: -16.25px
}

.ut-progress-bar-percentage-digits-2 {
  margin-right: 16.25px
}

.ut-progress-bar-percentage-digits-3 .ut-skill-tooltip {
  right: -20px
}

.ut-progress-bar-percentage-digits-3 {
  margin-right: 20px
}

.ut-skill-tooltip:after {
  border-color: #fff transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  bottom: -5px;
  content: "";
  position: absolute;
  left: 35%
}

.ut-skill-name-below .ut-skill-name {
  margin: 10px 0 0
}

.ut-progress-bar-module-2.ut-skill-name-below {
  padding-top: 30px
}

.ut-progress-bar-module-2 .ut-skill-name {
  line-height: 125%
}

.ut-animate-image a {
  display: block;
  height: 100%;
  width: 100%
}

.ut-portfolio-custom-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: center
}

.ut-portfolio-item-packery-container .ut-portfolio-title-wrap {
  position: relative;
  height: 80px;
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ut-portfolio-item-packery-container .ut-portfolio-title-wrap h3 {
  padding: 0 40px;
  text-align: center
}

.ut-portfolio-item-packery-container .ut-portfolio-title-wrap .ut-portfolio-title-inner-wrap {
  padding: 0;
  width: 100%
}

.ut-portfolio-info-c span {
  font-size: 12px
}

#ut-sitebody .ut-carousel-6-col .portfolio-title,
#ut-sitebody .ut-carousel-6-col .ut-portfolio-info-c h3 {
  font-size: 13px !important
}

#ut-sitebody .ut-carousel-7-col .portfolio-title,
#ut-sitebody .ut-carousel-7-col .ut-portfolio-info-c h3 {
  font-size: 12px !important
}

#ut-sitebody .ut-carousel-8-col .portfolio-title,
#ut-sitebody .ut-carousel-8-col .ut-portfolio-info-c h3 {
  font-size: 11px !important
}

#ut-sitebody .ut-carousel-9-col .portfolio-title,
#ut-sitebody .ut-carousel-9-col .ut-portfolio-info-c h3 {
  font-size: 10px !important
}

#ut-sitebody .ut-carousel-7-col .ut-portfolio-info {
  padding: 20px
}

#ut-sitebody .ut-carousel-9-col .ut-portfolio-info,
#ut-sitebody .ut-carousel-8-col .ut-portfolio-info {
  padding: 10px
}

#ut-sitebody .ut-carousel-9-col .ut-portfolio-info-c span,
#ut-sitebody .ut-carousel-8-col .ut-portfolio-info-c span,
#ut-sitebody .ut-carousel-7-col .ut-portfolio-info-c span,
#ut-sitebody .ut-carousel-6-col .ut-portfolio-info-c span {
  display: none
}

@media (max-width:767px) {

  #ut-sitebody .ut-carousel-9-col .ut-portfolio-info-c span,
  #ut-sitebody .ut-carousel-8-col .ut-portfolio-info-c span,
  #ut-sitebody .ut-carousel-7-col .ut-portfolio-info-c span,
  #ut-sitebody .ut-carousel-6-col .ut-portfolio-info-c span,
  #ut-sitebody .ut-carousel-5-col .ut-portfolio-info-c span,
  #ut-sitebody .ut-carousel-4-col .ut-portfolio-info-c span,
  #ut-sitebody .ut-carousel-3-col .ut-portfolio-info-c span,
  #ut-sitebody .ut-carousel-2-col .ut-portfolio-info-c span,
  #ut-sitebody .ut-carousel-1-col .ut-portfolio-info-c span {
    display: none
  }

  #ut-sitebody .ut-carousel-9-col .portfolio-title,
  #ut-sitebody .ut-carousel-9-col .ut-portfolio-info-c h3,
  #ut-sitebody .ut-carousel-8-col .portfolio-title,
  #ut-sitebody .ut-carousel-8-col .ut-portfolio-info-c h3,
  #ut-sitebody .ut-carousel-7-col .portfolio-title,
  #ut-sitebody .ut-carousel-7-col .ut-portfolio-info-c h3,
  #ut-sitebody .ut-carousel-6-col .portfolio-title,
  #ut-sitebody .ut-carousel-6-col .ut-portfolio-info-c h3 {
    font-size: 1em !important
  }

  #ut-sitebody .portfolio-title,
  #ut-sitebody .ut-portfolio-info-c h3 {
    font-size: 17px !important
  }

  #ut-sitebody .ut-portfolio-info {
    padding: 20px
  }

  .ut-portfolio-info-c span {
    font-size: 12px !important
  }
}

@media (min-width:768px) and (max-width:1024px) {

  #ut-sitebody .ut-carousel-6-col .portfolio-title,
  #ut-sitebody .ut-carousel-6-col .ut-portfolio-info-c h3 {
    font-size: 13px !important
  }

  #ut-sitebody .ut-carousel-7-col .portfolio-title,
  #ut-sitebody .ut-carousel-7-col .ut-portfolio-info-c h3 {
    font-size: 12px !important
  }

  #ut-sitebody .ut-carousel-8-col .portfolio-title,
  #ut-sitebody .ut-carousel-8-col .ut-portfolio-info-c h3 {
    font-size: 11px !important
  }

  #ut-sitebody .ut-carousel-9-col .portfolio-title,
  #ut-sitebody .ut-carousel-9-col .ut-portfolio-info-c h3 {
    font-size: 10px !important
  }

  #ut-sitebody .ut-carousel-5-col .portfolio-title,
  #ut-sitebody .ut-carousel-5-col .ut-portfolio-info-c h3,
  #ut-sitebody .ut-carousel-4-col .portfolio-title,
  #ut-sitebody .ut-carousel-4-col .ut-portfolio-info-c h3,
  #ut-sitebody .ut-carousel-3-col .portfolio-title,
  #ut-sitebody .ut-carousel-3-col .ut-portfolio-info-c h3,
  #ut-sitebody .ut-carousel-2-col .portfolio-title,
  #ut-sitebody .ut-carousel-2-col .ut-portfolio-info-c h3,
  #ut-sitebody .ut-carousel-1-col .portfolio-title,
  #ut-sitebody .ut-carousel-1-col .ut-portfolio-info-c h3 {
    font-size: 1em !important
  }

  #ut-sitebody .ut-portfolio-info {
    padding: 20px !important
  }

  #ut-sitebody .portfolio-title,
  #ut-sitebody .ut-portfolio-info-c h3 {
    font-size: 17px !important
  }

  .ut-portfolio-info-c span {
    font-size: 12px !important
  }
}

.wpb_wrapper .ut-project-sc {
  margin: 0;
  list-style: none
}

.wpb_wrapper .ut-project-sc.ut-project-sc-left {
  text-align: left
}

.wpb_wrapper .ut-project-sc.ut-project-sc-center {
  text-align: center
}

.wpb_wrapper .ut-project-sc.ut-project-sc-right {
  text-align: right
}

.wpb_wrapper .ut-project-sc.ut-project-sc-center li:last-child,
.wpb_wrapper .ut-project-sc.ut-project-sc-right li:last-child {
  margin-right: 0
}

.wpb_wrapper .ut-project-sc li {
  display: inline-block;
  float: none
}

@media (min-width:768px) and (max-width:1024px) {
  .wpb_wrapper .ut-project-sc.ut-project-sc-tablet-left {
    text-align: left
  }

  .wpb_wrapper .ut-project-sc.ut-project-sc-tablet-center {
    text-align: center
  }

  .wpb_wrapper .ut-project-sc.ut-project-sc-tablet-right {
    text-align: right
  }
}

@media (max-width:767px) {
  .wpb_wrapper .ut-project-sc.ut-project-sc-mobile-left {
    text-align: left
  }

  .wpb_wrapper .ut-project-sc.ut-project-sc-mobile-center {
    text-align: center
  }

  .wpb_wrapper .ut-project-sc.ut-project-sc-mobile-right {
    text-align: right
  }
}

#ut-sitebody .wpb_wrapper .ut-portfolio-info-details .widget-title {
  margin-bottom: 10px;
  text-transform: inherit;
  font-size: 12px
}

#ut-sitebody .wpb_wrapper .ut-project-sc .widget-title {
  margin: 0 !important;
  line-height: 1;
  text-transform: inherit;
  font-size: 12px
}

.bklyn-big-icon-wrap {
  text-align: center
}

.bklyn-big-icon-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%
}

.bklyn-big-icon-round,
.bklyn-big-icon-square,
.bklyn-big-icon-outline {
  height: 120px;
  line-height: 120px;
  width: 120px
}

.bklyn-big-icon-rhombus {
  position: relative
}

.bklyn-big-icon-rhombus:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: #fff;
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

.bklyn-big-icon {
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px
}

.bklyn-big-icon img {
  max-height: 64px;
  vertical-align: middle
}

.bklyn-big-icon-round.bklyn-big-icon .fa,
.bklyn-big-icon-square.bklyn-big-icon .fa,
.bklyn-big-icon-outline.bklyn-big-icon .fa {
  line-height: 120px
}

.bklyn-big-icon-link {
  display: block;
  height: 100%;
  width: 100%;
  outline: 0
}

.bklyn-big-icon.bklyn-big-icon-normal {
  height: inherit !important;
  line-height: inherit !important;
  width: inherit !important
}

.bklyn-big-icon svg path,
.bklyn-big-icon-link,
.bklyn-big-icon-link .fa,
.bklyn-big-icon-link .bklyn-big-icon {
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.bklyn-big-icon-title {
  margin-bottom: 0;
  line-height: 125%
}

.bklyn-big-icon-slogan {
  font-size: 12px
}

.bklyn-big-icon-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%
}

.bklyn-icon-tabs {
  list-style: none;
  padding: 0;
  margin: 0
}

.bklyn-icon-tabs-left {
  text-align: left
}

.bklyn-icon-tabs-center {
  text-align: center
}

.bklyn-icon-tabs-right {
  text-align: right
}

.bklyn-icon-tabs-left .bklyn-icon-tabs svg {
  margin: 15px auto 15px 0
}

.bklyn-icon-tabs-center .bklyn-icon-tabs svg {
  margin: 15px auto 15px auto
}

.bklyn-icon-tabs-right .bklyn-icon-tabs svg {
  margin: 15px 0 15px auto
}

.bklyn-icon-tabs svg path {
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.bkly-icon-tab {
  margin-bottom: 20px
}

.bklyn-icon-tabs>li {
  position: relative;
  display: inline-block;
  min-width: 130px;
  line-height: 1;
  text-align: center;
  margin: 0 40px 40px 0
}

.bklyn-icon-tabs>li:last-child {
  margin-right: 0
}

.bklyn-icon-tabs>li>a {
  position: relative;
  display: block;
  min-width: 130px;
  line-height: 1.4;
  margin: 0
}

.bklyn-icon-tabs>li>a:focus,
.bklyn-icon-tabs>li>a:hover {
  text-decoration: none
}

.bklyn-icon-tabs li a {
  color: #151515
}

.bklyn-icon-tabs li a:hover {
  color: #ffbf00
}

.bklyn-icon-tabs li.active>a,
.bklyn-icon-tabs li.active>a:focus,
.bklyn-icon-tabs li.active>a:hover {
  color: #ffbf00;
  cursor: default
}

.bklyn-icon-tabs li.active a .bkly-icon-tab {
  color: #ffbf00
}

.bklyn-icon-tabs li a .bkly-icon-tab {
  font-size: 64px;
  line-height: 1.4
}

.bklyn-icon-tabs li a span {
  display: block;
  text-transform: none;
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.bklyn-icon-tabs-wrap .tab-content {
  padding-top: 0;
  text-align: left
}

.bklyn-icon-tabs-wrap .tab-content>.tab-pane {
  display: none
}

@media (min-width:1025px) {
  .tab-pane.bklyn-icon-tab-2-columns {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    column-gap: 40px
  }
}

.bklyn-icon-tabs-wrap .tab-content>.tab-pane>*:last-child {
  margin-bottom: 0
}

.bklyn-icon-tabs-wrap .tab-content>.active {
  display: block;
  -webkit-animation: fadeInFromNone 1s ease-in-out;
  animation: fadeInFromNone 1s ease-in-out
}

.bklyn-icon-tabs li a .bkly-icon-tab.bkly-custom-icon-tab {
  line-height: inherit;
  font-size: 32px
}

.bkly-custom-icon-tab:after {
  background-size: cover;
  display: inline-block;
  width: 64px;
  height: 64px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center
}

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0
  }

  1% {
    display: block;
    opacity: 0
  }

  100% {
    display: block;
    opacity: 1
  }
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0
  }

  1% {
    display: block;
    opacity: 0
  }

  100% {
    display: block;
    opacity: 1
  }
}

.bkly-progress-circle-wrap h3 {
  margin: 20px 0 0;
  text-align: center
}

.bkly-progress-circle.bkly-progress-circle-with-svg-icon svg:not(.bkly-progress-svg) {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%
}

.bkly-progress-svg {
  display: block;
  height: 180px;
  margin: 0 auto;
  overflow: hidden;
  width: 180px;
  -webkit-transform: rotate(-90deg) rotateX(180deg);
  transform: rotate(-90deg) rotateX(180deg)
}

.bkly-progress-svg circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset .8s cubic-bezier(.42, 0, .58, 1);
  -o-transition: stroke-dashoffset .8s cubic-bezier(.42, 0, .58, 1);
  transition: stroke-dashoffset .8s cubic-bezier(.42, 0, .58, 1);
  stroke: #151515;
  stroke-width: 10px
}

.bkly-progress-svg .stroke {
  stroke: #f0f0f0;
  stroke-width: 12px;
  stroke-dashoffset: 502.4
}

.bkly-progress-circle {
  position: relative;
  display: block;
  text-align: center;
  margin: 0;
  overflow: hidden
}

.bkly-progress-circle:before {
  content: attr(data-circle-text);
  position: absolute;
  color: #151515;
  top: 50%;
  left: 50%;
  font-size: 17px;
  width: 140px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.bkly-progress-circle:after {
  content: attr(data-circle-percent) "%";
  color: #151515;
  position: absolute;
  top: 65%;
  left: 50%;
  font-family: sans-serif;
  font-size: 12px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.bkly-progress-circle-no-percent.bkly-progress-circle:after {
  display: none
}

.bkly-progress-circle-no-percent.bkly-progress-circle:before {
  top: 51%
}

.bkly-progress-circle-icon .bkly-progress-circle:before {
  position: absolute;
  top: 200px;
  left: 50%;
  font-size: 18px;
  line-height: 1.4;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: attr(data-circle-text)
}

.bkly-progress-circle-icon .bkly-progress-circle:after {
  display: none
}

.bkly-progress-circle-icon i {
  position: absolute;
  top: 52%;
  left: 50%;
  font-size: 60px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.bkly-progress-circle-style-two.bkly-progress-circle:before {
  display: none
}

.bkly-progress-circle-style-two.bkly-progress-circle-with-custom-icon:after {
  top: 50%;
  width: 60px;
  height: 100%;
  content: "";
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat
}

.bkly-progress-circle-style-two.bkly-progress-circle-with-fa-icon:before,
.bkly-progress-circle-style-two.bkly-progress-circle-with-custom-icon:before {
  top: 160px;
  width: 180px;
  margin-top: 20px;
  text-align: center
}

.bkly-progress-circle-style-two.bkly-progress-circle-with-fa-icon i {
  position: absolute;
  top: 52%;
  left: 50%;
  font-size: 60px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.bkly-progress-circle-style-two.bkly-progress-circle-with-svg-icon:after,
.bkly-progress-circle-style-two.bkly-progress-circle-with-fa-icon:after {
  content: ""
}

.bkly-progress-circle-style-three.bkly-progress-circle:before {
  display: none
}

.bkly-progress-circle-style-three.bkly-progress-circle:after {
  top: 52%
}

.bkly-progress-circle-center {
  margin: 0 auto
}

.ut-social-follow-module {
  font-size: 16px;
  margin: -10px 0 0;
  list-style: none !important
}

.ut-social-follow-module.ut-social-follow-module-center {
  text-align: center
}

.ut-social-follow-module.ut-social-follow-module-right {
  text-align: right
}

.ut-social-follow-module a,
.ut-social-follow-module a .fa {
  -webkit-transition: color .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: color .3s cubic-bezier(.215, .61, .355, 1);
  transition: color .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.ut-social-follow-module li {
  display: inline-block;
  margin: 10px 20px 0 0;
  text-align: center;
  position: relative
}

.ut-social-follow-module.ut-social-follow-module-40 {
  margin: -10px 0 0
}

.ut-social-follow-module.ut-social-follow-module-40 li {
  margin: 10px 40px 0 0
}

.ut-social-follow-module li:last-child {
  margin-right: 0
}

.ut-social-follow-module .ut-social-follow-round a {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%
}

.ut-social-follow-module .ut-social-follow-round a .fa,
.ut-social-follow-module .ut-social-follow-square a .fa,
.ut-social-follow-module .ut-social-follow-round-corners a .fa {
  line-height: 40px
}

.ut-social-follow-module .ut-social-follow-square a {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 40px
}

.ut-social-follow-module .ut-social-follow-round-corners a {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px
}

.ut-social-follow-module .ut-social-follow-outline a {
  -webkit-transition: border .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: border .3s cubic-bezier(.215, .61, .355, 1);
  transition: border .3s cubic-bezier(.215, .61, .355, 1);
  box-sizing: content-box
}

.ut-social-follow-module .ut-social-follow-round-corners a,
.ut-social-follow-module .ut-social-follow-square a,
.ut-social-follow-module .ut-social-follow-round a {
  background: #151515;
  color: #fff
}

.ut-social-follow-module .ut-social-follow-icon-only a {
  display: block;
  background: 0 0 !important;
  color: #151515
}

@media (min-width:768px) and (max-width:1024px) {
  .ut-social-follow-module.ut-social-follow-module-tablet-left {
    text-align: left
  }

  .ut-social-follow-module.ut-social-follow-module-tablet-center {
    text-align: center
  }

  .ut-social-follow-module.ut-social-follow-module-tablet-right {
    text-align: right
  }
}

@media (max-width:767px) {
  .ut-social-follow-module.ut-social-follow-module-mobile-left {
    text-align: left
  }

  .ut-social-follow-module.ut-social-follow-module-mobile-center {
    text-align: center
  }

  .ut-social-follow-module.ut-social-follow-module-mobile-right {
    text-align: right
  }
}

.ut-shortcode-video-wrap-left .ut-video-module {
  margin: 0 auto 0 0
}

.ut-shortcode-video-wrap-right .ut-video-module {
  margin: 0 0 0 auto
}

.ut-shortcode-video-wrap-center .ut-video-module {
  margin: 0 auto;
  float: none
}

.ut-video-module {
  position: relative
}

.ut-video-module .ut-simple-html-5 {
  width: 100% !important
}

.ut-video-module-border {
  border: 1px solid #ddd
}

.ut-video-module-caption {
  text-align: center;
  position: relative
}

.ut-video-module-caption .ut-load-video:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #141618;
  background: rgba(20, 22, 24, .5);
  z-index: 10
}

.ut-video-module-caption-text {
  color: #fff;
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 100%;
  z-index: 20;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.ut-video-module-caption-text .ut-video-module-inner-caption-text {
  display: table-cell;
  vertical-align: middle
}

.ut-video-module-caption-position-bottom>.ut-video-module-play-icon {
  margin-right: 0
}

.ut-video-module-caption-text .ut-video-module-caption-position-bottom>span {
  display: block
}

.ut-video-module-caption-text span {
  display: inline-block;
  font-size: 12px;
  font-weight: 700
}

.ut-video-module-play-icon {
  background: #151515;
  color: #fff;
  position: relative;
  height: 60px;
  width: 60px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

.ut-video-module-play-icon-hidden .ut-video-module-play-icon {
  display: none
}

.ut-video-module-play-icon.ut-video-module-play-icon-square {
  border-radius: 0
}

.ut-video-module-play-icon.ut-video-module-play-icon-rectangle {
  border-radius: 0;
  width: 100px
}

.ut-video-module-play-icon-large .ut-video-module-play-icon {
  height: 80px;
  width: 80px;
  font-size: 22px
}

.ut-video-module-play-icon-large .ut-video-module-play-icon.ut-video-module-play-icon-rectangle {
  width: 120px
}

.ut-video-module-caption-text i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: color .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: color .3s cubic-bezier(.215, .61, .355, 1);
  transition: color .3s cubic-bezier(.215, .61, .355, 1)
}

.ut-video-module-loading {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.ut-video-play-animation-1,
.ut-video-play-animation-2,
.ut-video-play-animation-3,
.ut-video-play-animation-4 {
  border-width: 1px;
  border-style: solid;
  height: 60px;
  position: absolute;
  width: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0
}

.ut-video-module-play-icon-large .ut-video-play-animation-1,
.ut-video-module-play-icon-large .ut-video-play-animation-2,
.ut-video-module-play-icon-large .ut-video-play-animation-3,
.ut-video-module-play-icon-large .ut-video-play-animation-4 {
  height: 80px;
  width: 80px
}

.ut-video-play-animation-1 {
  border-color: #fff
}

.ut-video-play-animation-2 {
  border-color: #fff
}

.ut-video-play-animation-3 {
  border-color: #fff
}

.ut-video-play-animation-4 {
  border-color: #fff
}

.ut-video-play-animation-1.ut-video-play-animation-on {
  -webkit-animation: 3s ease-in-out .75s infinite normal none running ut-video-play-border-animation;
  animation: 3s ease-in-out .75s infinite normal none running ut-video-play-border-animation
}

.ut-video-play-animation-2.ut-video-play-animation-on {
  -webkit-animation: 3s ease-in-out 1.5s infinite normal none running ut-video-play-border-animation;
  animation: 3s ease-in-out 1.5s infinite normal none running ut-video-play-border-animation
}

.ut-video-play-animation-3.ut-video-play-animation-on {
  -webkit-animation: 3s ease-in-out 2.25s infinite normal none running ut-video-play-border-animation;
  animation: 3s ease-in-out 2.25s infinite normal none running ut-video-play-border-animation
}

.ut-video-play-animation-4.ut-video-play-animation-on {
  -webkit-animation: 3s ease-in-out 3s infinite normal none running ut-video-play-border-animation;
  animation: 3s ease-in-out 3s infinite normal none running ut-video-play-border-animation
}

.ut-video-module .ut-block-revealer-element,
.ut-video-module .ut-block-revealer-element-container {
  z-index: 21
}

@-webkit-keyframes ut-video-play-border-animation {
  0% {
    -webkit-transform: scale(1);
    -moz-transofrom: scale(1);
    transform: scale(1)
  }

  50% {
    opacity: .7
  }

  75% {
    opacity: .1
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transofrom: scale(2.5);
    transform: scale(2.5)
  }
}

@keyframes ut-video-play-border-animation {
  0% {
    -webkit-transform: scale(1);
    -moz-transofrom: scale(1);
    transform: scale(1)
  }

  50% {
    opacity: .7
  }

  75% {
    opacity: .1
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transofrom: scale(2.5);
    transform: scale(2.5)
  }
}

@media (max-width:767px) {

  .ut-video-module-caption-position-default .ut-video-module-play-icon,
  .ut-video-module-caption-position-bottom .ut-video-module-play-icon {
    margin: 0 auto !important
  }

  .ut-video-module-caption-position-bottom span,
  .ut-video-module-caption-position-default span {
    display: none !important
  }

  .ut-video-module-caption {
    padding: 0 !important;
    border: none !important
  }

  .ut-video-module-shadow {
    margin: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }

  .ut-video-play-animation-1,
  .ut-video-play-animation-2,
  .ut-video-play-animation-3,
  .ut-video-play-animation-4 {
    display: none
  }

  .ut-video-module-play-icon-large .ut-video-module-play-icon {
    height: 60px;
    width: 60px
  }

  .ut-video-module-play-icon-large .ut-video-module-play-icon.ut-video-module-play-icon-rectangle {
    width: 100px
  }

  .ut-shortcode-video-wrap-mobile-left .ut-video-module {
    margin: 0 auto 0 0
  }

  .ut-shortcode-video-wrap-mobile-right .ut-video-module {
    margin: 0 0 0 auto
  }

  .ut-shortcode-video-wrap-mobile-center .ut-video-module {
    margin: 0 auto;
    float: none
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .ut-shortcode-video-wrap-tablet-left .ut-video-module {
    margin: 0 auto 0 0
  }

  .ut-shortcode-video-wrap-tablet-right .ut-video-module {
    margin: 0 0 0 auto
  }

  .ut-shortcode-video-wrap-tablet-center .ut-video-module {
    margin: 0 auto;
    float: none
  }
}

.ut-plan-module-wrap {
  text-align: center;
  background: #fff
}

.ut-plan-module-border {
  border-color: #ddd
}

.ut-plan-module-headline {
  margin-bottom: 0
}

.ut-plan-module-button,
.ut-plan-module-header,
.ut-plan-module-price-wrap,
.ut-plan-module-content {
  padding: 20px
}

.ut-plan-module-popular .ut-plan-module-header,
.ut-plan-module-popular .ut-plan-module-button {
  padding: 40px
}

.ut-plan-module-shadow {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .05)
}

@media (max-width:767px) {
  .ut-plan-module-wrap .bklyn-btn-holder.bklyn-btn-center {
    text-align: center
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .ut-plan-module-wrap .bklyn-btn-holder.bklyn-btn-center {
    text-align: center
  }
}

.ut-plan-module-button .bklyn-btn-holder a {
  margin: 0
}

.ut-plan-module-header,
.ut-plan-module-media,
.ut-plan-module-price-wrap,
.ut-plan-module-content {
  border-bottom: 1px solid #ddd
}

.ut-plan-module-price,
.ut-plan-module-price-period {
  display: block
}

.ut-plan-module-content ul {
  list-style: none !important;
  margin: 0
}

.ut-plan-module-price {
  font-size: 60px;
  font-family: sans-serif;
  line-height: 100%;
  font-weight: 700;
  color: #151515
}

.ut-plan-module-media img {
  display: block;
  margin: 0 auto
}

.ut-column-with-popular-pricing-table {
  z-index: 2
}

.ut-custom-link-module {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ut-custom-link-module i {
  line-height: 1
}

.ut-custom-link-module-holder.ut-custom-link-module-with-animation i {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  display: inline-block
}

.ut-custom-link-module-icon-before i {
  margin-right: 10px
}

.ut-custom-link-module-icon-after i {
  margin-left: 10px
}

.ut-custom-link-module-with-animation.ut-custom-link-module-icon-before .ut-custom-link-module i,
.ut-custom-link-module-with-animation.ut-custom-link-module-icon-after .ut-custom-link-module i {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.ut-custom-link-module-with-animation.ut-custom-link-module-icon-before .ut-custom-link-module:hover i {
  -webkit-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  transform: translate(5px, 0)
}

.ut-custom-link-module-with-animation.ut-custom-link-module-icon-after .ut-custom-link-module:hover i {
  -webkit-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  transform: translate(5px, 0)
}

@media (max-width:767px) {
  .ut-custom-link-module-holder {
    text-align: center !important
  }
}

.ut-accordion-module-heading {
  cursor: pointer;
  display: block;
  margin-bottom: 0;
  padding: 0 80px 0 0;
  position: relative;
  line-height: 150%;
  -webkit-transition: .2s all linear;
  -o-transition: .2s all linear;
  transition: .2s all linear
}

.ut-accordion-module-with-counter .ut-accordion-module-heading:before {
  border: 1px solid #efefef;
  content: attr(data-counter);
  height: 40px;
  margin-top: -20px;
  line-height: 38px;
  position: absolute;
  left: 0;
  text-align: center;
  top: 50%;
  width: 40px;
  -webkit-background-clip: padding-box;
  -webkit-transition: .2s all linear;
  -o-transition: .2s all linear;
  transition: .2s all linear
}

.ut-accordion-module .ut-accordion-module-heading:after {
  font: normal normal normal 18px/1 FontAwesome;
  content: "\f105";
  position: absolute;
  right: 0;
  top: 0;
  line-height: 150%
}

.ut-accordion-module-item.open .ut-accordion-module-heading:after {
  content: "\f107"
}

.ut-accordion-module-content {
  overflow: hidden;
  max-height: 0;
  padding: 0 80px 0 0
}

.ut-accordion-module .ut-accordion-module-item {
  padding: 0 0 40px
}

.ut-accordion-module .ut-accordion-module-item:last-child {
  padding-bottom: 0
}

.ut-accordion-module-inner {
  padding-top: 20px;
  line-height: 200%
}

.ut-accordion-module-inner>*:last-child {
  margin-bottom: 0
}

.ut-accordion-module-inner>p:empty {
  margin-bottom: 0
}

.ut-accordion-module-with-counter .ut-accordion-module-heading,
.ut-accordion-module-with-counter .ut-accordion-module-content {
  padding: 0 80px
}

.ut-accordion-module.ut-accordion-module-with-counter .ut-accordion-module-item {
  padding: 0 0 60px
}

.ut-accordion-module.ut-accordion-module-with-counter:not(.ut-accordion-module-with-border) .ut-accordion-module-item:first-child {
  padding-top: 10px
}

.ut-accordion-module.ut-accordion-module-with-counter .ut-accordion-module-item:last-child {
  padding-bottom: 0
}

.ut-accordion-module.ut-accordion-module-with-border .ut-accordion-module-item {
  border-top: 1px solid #efefef;
  padding: 40px 0
}

.ut-accordion-module.ut-accordion-module-with-border .ut-accordion-module-item:last-child {
  border-bottom: 1px solid #efefef;
  padding-bottom: 40px
}

.ut-accordion-module.ut-accordion-module-with-border .ut-accordion-module-heading:after {
  right: 0
}

.ut-accordion-module.ut-accordion-module-with-background .ut-accordion-module-heading {
  padding: 20px 80px 20px 20px
}

.ut-accordion-module.ut-accordion-module-with-background .ut-accordion-module-content {
  padding: 0 80px 0 20px
}

.ut-accordion-module.ut-accordion-module-with-background .ut-accordion-module-heading:after {
  right: 20px
}

.ut-accordion-module.ut-accordion-module-with-counter.ut-accordion-module-with-background .ut-accordion-module-heading {
  padding: 20px 80px
}

.ut-accordion-module.ut-accordion-module-with-counter.ut-accordion-module-with-background .ut-accordion-module-heading:before {
  left: 20px
}

.ut-accordion-module.ut-accordion-module-with-counter.ut-accordion-module-with-background .ut-accordion-module-heading:after {
  right: 20px
}

.ut-accordion-module.ut-accordion-module-with-counter.ut-accordion-module-with-background .ut-accordion-module-inner {
  padding-top: 40px
}

.ut-accordion-module.ut-accordion-module-with-counter.ut-accordion-module-with-background .ut-accordion-module-item {
  padding: 0 0 40px
}

.ut-accordion-module.ut-accordion-module-with-counter.ut-accordion-module-with-background .ut-accordion-module-item:last-child {
  padding: 0
}

@media (max-width:767px) {

  .ut-accordion-module-with-counter .ut-accordion-module-heading,
  .ut-accordion-module-with-counter .ut-accordion-module-content {
    padding: 0 20px 0 0
  }

  .ut-accordion-module-with-counter .ut-accordion-module-heading:before {
    display: none
  }

  .ut-accordion-module-heading {
    padding-left: 0;
    padding-right: 0
  }

  .ut-accordion-module .ut-accordion-module-content {
    padding: 0
  }
}

.bklyn-divider,
.bklyn-title-divider {
  background-repeat: repeat-x;
  background-position: center center
}

.bklyn-title-divider {
  margin-bottom: 80px;
  position: relative;
  overflow: hidden
}

.bklyn-title-divider span {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  vertical-align: baseline
}

.bklyn-title-divider span:before,
.bklyn-title-divider span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 1160px;
  background-attachment: scroll;
  background-repeat: repeat-x;
  background-position: center center
}

.bklyn-title-divider span:before {
  right: 100%
}

.bklyn-title-divider span:after {
  left: 100%
}

.bklyn-title-divider-left {
  text-align: left
}

.bklyn-title-divider-left span {
  padding-right: 20px;
  padding-left: 0
}

.bklyn-title-divider-right {
  text-align: right
}

.bklyn-title-divider-right span {
  padding-left: 20px;
  padding-right: 0
}

.bklyn-title-divider-center {
  text-align: center
}


.bklyn-fancy-divider-style-1 {
  height: 1px;
  width: 100%;
  background: #151515;
  position: relative
}

.bklyn-fancy-divider-style-1:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 33%;
  height: 3px;
  background: #151515
}

.bklyn-fancy-divider-style-2 {
  height: 1px;
  width: 125px;
  background: #151515;
  position: relative
}

.bklyn-fancy-divider-style-2:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 40px;
  height: 6px;
  background: #151515;
  clip-path: polygon(0 0, 40px 0, 0px 30px, 0 0)
}

.bklyn-fancy-divider {
  -webkit-transition: width 1s cubic-bezier(.215, .61, .355, 1), opacity 1s cubic-bezier(.215, .61, .355, 1);
  transition: width 1s cubic-bezier(.215, .61, .355, 1), opacity 1s cubic-bezier(.215, .61, .355, 1);
  opacity: 1
}

.bklyn-fancy-divider:after,
.bklyn-fancy-divider:before {
  -webkit-transition: width 1s cubic-bezier(.215, .61, .355, 1);
  transition: width 1s cubic-bezier(.215, .61, .355, 1)
}

.bklyn-fancy-divider.bklyn-fancy-divider-animated,
.bklyn-fancy-divider.bklyn-fancy-divider-animated:after,
.bklyn-fancy-divider.bklyn-fancy-divider-animated:before {
  width: 0;
  opacity: 0
}

@media (max-width:767px) {
  .bklyn-title-divider {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 40px !important
  }

  .bklyn-title-divider-mobile-left {
    text-align: left
  }

  .bklyn-title-divider-mobile-left span {
    padding-left: 0;
    padding-right: 20px
  }

  .bklyn-title-divider-mobile-center {
    text-align: center
  }

  .bklyn-title-divider-mobile-center span {
    padding-left: 20px;
    padding-right: 20px
  }

  .bklyn-title-divider-mobile-right {
    text-align: right
  }

  .bklyn-title-divider-mobile-right span {
    padding-left: 20px;
    padding-right: 0
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .bklyn-title-divider-tablet-left {
    text-align: left
  }

  .bklyn-title-divider-tablet-left span {
    padding-left: 0;
    padding-right: 20px
  }

  .bklyn-title-divider-tablet-center {
    text-align: center
  }

  .bklyn-title-divider-tablet-center span {
    padding-left: 20px;
    padding-right: 20px
  }

  .bklyn-title-divider-tablet-right {
    text-align: right
  }

  .bklyn-title-divider-tablet-right span {
    padding-left: 20px;
    padding-right: 0
  }
}

.ut-label-module-wrap {
  margin: 0 0 35px;
  list-style: none !important
}

.ut-label-module-wrap-inline>li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px
}

.ut-label-module-wrap-stack>li {
  display: block;
  margin-bottom: 5px
}

.ut-label-module-wrap li:last-child {
  margin-right: 0
}

.ut-label-module-wrap-center li:last-child a,
.ut-label-module-wrap-left li:last-child a,
.ut-label-module-wrap-right li:last-child a {
  margin-right: 0 !important
}

.ut-label-module-wrap-left li:first-child a,
.ut-label-module-wrap-center li:first-child a,
.ut-label-module-wrap-right li:first-child a {
  margin-left: 0
}

.ut-label-module-wrap-left {
  text-align: left
}

.ut-label-module-wrap-center {
  text-align: center
}

.ut-label-module-wrap-right {
  text-align: right
}

.ut-label-module {
  display: inline-block;
  padding: .6em 1em;
  vertical-align: baseline
}

a.ut-label-module {
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.ut-countdown-module-inline .countdown-section {
  padding-right: 10px
}

.ut-countdown-module-inline .countdown-section:last-child {
  padding-right: 0
}

.ut-countdown-module-inline .countdown-section .countdown-amount {
  padding-right: 5px
}

.ut-countdown-module.ut-countdown-module-compact {
  text-align: center
}

.ut-countdown-module-compact .countdown-section {
  margin-right: 40px
}

.ut-countdown-module-compact .countdown-section:last-child {
  margin-right: 0
}

.ut-countdown-module-compact.ut-countdown-module-with-separator .countdown-section {
  position: relative;
  margin-right: 40px
}

.ut-countdown-module-compact.ut-countdown-module-with-separator .countdown-section:last-child {
  margin-right: 0
}

.ut-countdown-module-compact.ut-countdown-module-with-separator .countdown-section:after {
  content: ':';
  position: absolute;
  text-align: center;
  top: 0;
  right: -40px;
  width: 40px
}

.ut-countdown-module-compact.ut-countdown-module-with-separator .countdown-section:last-child:after {
  content: '';
  display: none
}

.ut-countdown-module-compact.ut-countdown-module-with-separator.ut-countdown-module-right .countdown-section:after {
  right: -40px
}

.ut-countdown-module-compact.ut-countdown-module-with-separator.ut-countdown-module-left .countdown-section:after {
  right: -40px
}

.ut-countdown-module-with-border .countdown-section {
  padding: 40px;
  width: 200px
}

@media (max-width:767px) {
  .ut-countdown-module-with-border .countdown-section {
    margin-bottom: 40px
  }

  .ut-countdown-module {
    text-align: center !important;
    line-height: 250% !important
  }

  .ut-countdown-module-compact.ut-countdown-module-with-separator .countdown-section:after {
    font-size: 18px !important;
    right: -15px;
    width: auto
  }

  .ut-countdown-module-compact.ut-countdown-module-with-separator .countdown-section {
    margin-right: 10px;
    margin-left: 10px
  }

  .ut-countdown-module-compact .countdown-amount {
    font-size: 20px !important;
    line-height: 100% !important;
    margin-bottom: 5px
  }

  .ut-countdown-module-compact .countdown-period {
    font-size: 10px !important;
    line-height: 100%
  }
}

.ut-pie-chart-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column
}

.ut-pie-chart-wrap .ut-pie-chart-container {
  position: relative;
  width: 100%
}

.ut-pie-chart-wrap.ut-pie-chart-legend-left,
.ut-pie-chart-wrap.ut-pie-chart-legend-right {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.ut-pie-chart-wrap.ut-pie-chart-legend-left .ut-pie-chart-legend,
.ut-pie-chart-wrap.ut-pie-chart-legend-right .ut-pie-chart-legend {
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
  flex: 1 0 auto
}

.ut-pie-chart-wrap.ut-pie-chart-legend-left .ut-pie-chart-legend {
  margin-right: 40px
}

.ut-pie-chart-wrap.ut-pie-chart-legend-left .ut-pie-chart-legend ul {
  float: right
}

.ut-pie-chart-wrap.ut-pie-chart-legend-right .ut-pie-chart-legend {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
  margin-left: 40px
}

.ut-pie-chart-wrap-align-center .ut-pie-chart-container {
  margin: 0 auto
}

.ut-pie-chart-wrap-align-right .ut-pie-chart-container {
  margin: 0 0 0 auto
}

.ut-pie-chart-with-legend-top .ut-pie-chart-legend {
  margin-bottom: 40px
}

.ut-pie-chart-with-legend-bottom .ut-pie-chart-legend {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
  margin-top: 40px
}

.ut-pie-chart-with-legend-bottom .ut-pie-chart {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1
}

.ut-pie-chart-legend-top-center .ut-pie-chart-legend {
  margin: 0 auto 40px
}

.ut-pie-chart-legend-bottom-center .ut-pie-chart-legend {
  margin: 40px auto 0
}

.ut-pie-chart-legend-top-right .ut-pie-chart-legend {
  margin: 0 0 40px auto
}

.ut-pie-chart-legend-bottom-right .ut-pie-chart-legend {
  margin: 40px 0 0 auto
}

.ut-pie-chart-legend ul {
  list-style: none !important;
  margin: 0
}

.ut-pie-chart-legend-item span {
  display: inline-block;
  width: 20px;
  height: 10px;
  margin-right: 10px
}

@media (max-width:767px) {
  .ut-pie-chart-container {
    max-width: 100% !important
  }

  .ut-pie-chart-wrap.ut-pie-chart-legend-left,
  .ut-pie-chart-wrap.ut-pie-chart-legend-right {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }

  .ut-pie-chart-wrap.ut-pie-chart-legend-left .ut-pie-chart-legend,
  .ut-pie-chart-wrap.ut-pie-chart-legend-right .ut-pie-chart-legend {
    margin: 40px 0 0
  }

  .ut-pie-chart-wrap.ut-pie-chart-legend-left .ut-pie-chart-legend,
  .ut-pie-chart-wrap.ut-pie-chart-legend-right .ut-pie-chart-legend {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2
  }
}

.ut-simple-time-line-wrap {
  position: relative
}

.ut-simple-time-line-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 1px;
  border-width: 1px;
  border-style: dashed;
  border-color: #efefef;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.ut-simple-time-line {
  width: calc(100% - 80px);
  max-width: 800px;
  margin: auto;
  position: relative;
  left: -5px
}

.ut-simple-time-line-event-image {
  margin-bottom: 20px
}

.ut-simple-time-line-event {
  clear: both;
  float: left;
  padding: 0;
  position: relative;
  text-align: right;
  margin-bottom: 20px;
  width: calc(50% - 80px)
}

.ut-simple-time-line-event:nth-child(2n) {
  float: right;
  text-align: left
}

.ut-simple-time-line-event-marker-small,
.ut-simple-time-line-event-marker-large {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid #1d1d1d;
  background-color: #fff;
  top: 27px;
  right: -94px;
  z-index: 1000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.ut-simple-time-line-event:nth-child(2n) .ut-simple-time-line-event-marker-small {
  left: -94px;
  -webkit-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%)
}

.ut-simple-time-line-event-marker-large {
  right: -94px;
  width: 36px;
  height: 36px;
  -webkit-transform: translate(9px, -50%);
  -ms-transform: translate(9px, -50%);
  transform: translate(9px, -50%)
}

.ut-simple-time-line-event:nth-child(2n) .ut-simple-time-line-event-marker-large {
  left: -94px;
  -webkit-transform: translate(1px, -50%);
  -ms-transform: translate(1px, -50%);
  transform: translate(1px, -50%)
}

.ut-marker-large-animation-1,
.ut-marker-large-animation-2,
.ut-marker-large-animation-3,
.ut-marker-large-animation-4 {
  border-width: 1px;
  border-style: solid;
  height: 36px;
  position: absolute;
  width: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  left: -2px;
  top: -2px
}

.ut-marker-large-animation-1 {
  border-color: #fff
}

.ut-marker-large-animation-2 {
  border-color: #fff
}

.ut-marker-large-animation-3 {
  border-color: #fff
}

.ut-marker-large-animation-4 {
  border-color: #fff
}

.ut-marker-large-animation-1.ut-marker-animation-on {
  -webkit-animation: 3s ease-in-out .75s infinite normal none running ut-marker-border-animation;
  animation: 3s ease-in-out .75s infinite normal none running ut-marker-border-animation
}

.ut-marker-large-animation-2.ut-marker-animation-on {
  -webkit-animation: 3s ease-in-out 1.5s infinite normal none running ut-marker-border-animation;
  animation: 3s ease-in-out 1.5s infinite normal none running ut-marker-border-animation
}

.ut-marker-large-animation-3.ut-marker-animation-on {
  -webkit-animation: 3s ease-in-out 2.25s infinite normal none running ut-marker-border-animation;
  animation: 3s ease-in-out 2.25s infinite normal none running ut-marker-border-animation
}

.ut-marker-large-animation-4.ut-marker-animation-on {
  -webkit-animation: 3s ease-in-out 3s infinite normal none running ut-marker-border-animation;
  animation: 3s ease-in-out 3s infinite normal none running ut-marker-border-animation
}

@-webkit-keyframes ut-marker-border-animation {
  0% {
    -webkit-transform: scale(1);
    -moz-transofrom: scale(1);
    transform: scale(1)
  }

  50% {
    opacity: .7
  }

  75% {
    opacity: .1
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transofrom: scale(2.5);
    transform: scale(2.5)
  }
}

@keyframes ut-marker-border-animation {
  0% {
    -webkit-transform: scale(1);
    -moz-transofrom: scale(1);
    transform: scale(1)
  }

  50% {
    opacity: .7
  }

  75% {
    opacity: .1
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transofrom: scale(2.5);
    transform: scale(2.5)
  }
}

@media (max-width:767px) {

  .ut-simple-time-line-wrap:before,
  .ut-simple-time-line-event-marker-small,
  .ut-simple-time-line-event-marker-large {
    display: none
  }

  .ut-simple-time-line-event,
  .ut-simple-time-line-event:nth-child(2n) {
    float: none;
    text-align: center;
    width: 100%
  }

  .ut-simple-time-line {
    left: 0;
    width: 100%
  }
}

div.ut-custom-heading-module>span>p:last-child {
  margin-bottom: 0
}

.ut-custom-heading-module-before-image {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px
}

.ut-custom-heading-module-after-image {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 10px
}

@media (max-width:767px) {

  .ut-custom-heading-module,
  .vc_custom_heading {
    text-align: center
  }
}

@media (max-width:767px) {
  .cl-effect-18 {
    font-size: inherit !important
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .ut-blog-grid-module .ut-blog-grid .tablet-grid-50 {
    width: 100%
  }

  .ut-blog-grid-module .ut-blog-grid .tablet-grid-50 .post .ut-gallery-wrap ul li img,
  .ut-blog-grid-module .ut-blog-grid .tablet-grid-50 .entry-thumbnail img {
    width: 100%
  }
}

@media (max-width:767px) {

  .vc-zigzag-wrapper.vc-zigzag-align-left,
  .vc-zigzag-wrapper.vc-zigzag-align-right {
    text-align: center
  }
}

@media (max-width:767px) {

  .vc_icon_element-align-left,
  .vc_icon_element-align-right {
    text-align: center !important
  }
}

.ut-hover-box {
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px
}

.ut-hover-box .ut-hover-box-back,
.ut-hover-box .ut-hover-box-front {
  min-height: 350px;
  height: auto;
  background-size: cover
}

.ut-hover-box .ut-hover-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.ut-hover-box .ut-hover-box-back,
.ut-hover-box .ut-hover-box-front {
  -webkit-transition: transform .7s cubic-bezier(.4, .2, .2, 1);
  -webkit-transition: -webkit-transform .7s cubic-bezier(.4, .2, .2, 1);
  transition: -webkit-transform .7s cubic-bezier(.4, .2, .2, 1);
  -o-transition: transform .7s cubic-bezier(.4, .2, .2, 1);
  transition: transform .7s cubic-bezier(.4, .2, .2, 1);
  transition: transform .7s cubic-bezier(.4, .2, .2, 1), -webkit-transform .7s cubic-bezier(.4, .2, .2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.ut-hover-box .ut-hover-box-back .ut-hover-box-inner,
.ut-hover-box .ut-hover-box-front .ut-hover-box-inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 40px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 3
}

.ut-hover-box-back-with-shadow,
.ut-hover-box-front-with-shadow {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .38);
  box-shadow: 0 0 20px rgba(0, 0, 0, .38)
}

.ut-hover-box .ut-hover-box-inner>.vc_icon_element,
.ut-hover-box .ut-hover-box-inner>.bklyn-btn-holder a,
.ut-hover-box .ut-hover-box-inner>.wpb_content_element,
.ut-hover-box .ut-hover-box-inner>.ut-btn-group .bklyn-btn-holder a {
  margin-bottom: 20px
}

.ut-hover-box .ut-hover-box-inner>.bklyn-btn-holder:last-child a,
.ut-hover-box .ut-hover-box-inner>.wpb_content_element:last-child,
.ut-hover-box .ut-hover-box-inner>.vc_icon_element:last-child,
.ut-hover-box .ut-hover-box-inner>.ut-custom-heading-module:last-child,
.ut-hover-box .ut-hover-box-inner>.ut-btn-group:last-child .bklyn-btn-holder.bklyn-btn-last a {
  margin-bottom: 0
}

.ut-hover-box .ut-hover-box-back .ut-hover-box-inner,
.ut-hover-box .ut-hover-box-front .ut-hover-box-inner {
  -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
  transform: translateY(-50%) translateZ(60px) scale(.94);
  top: 50%;
  -webkit-transition: opacity .7s cubic-bezier(.4, .2, .2, 1);
  -o-transition: opacity .7s cubic-bezier(.4, .2, .2, 1);
  transition: opacity .7s cubic-bezier(.4, .2, .2, 1)
}

.ut-hover-box .ut-hover-box-back .ut-hover-box-inner {
  opacity: 0
}

.ut-hover-box:hover .ut-hover-box-back .ut-hover-box-inner {
  opacity: 1
}

.ut-hover-box .ut-hover-box-front .ut-hover-box-inner {
  opacity: 1
}

.ut-hover-box:hover .ut-hover-box-front .ut-hover-box-inner {
  opacity: 0
}

.ut-hover-box .bklyn-btn {
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.ut-hover-box.ut-hover-box-flip-left .ut-hover-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg)
}

.ut-hover-box.ut-hover-box-flip-left:hover .ut-hover-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg)
}

.ut-hover-box.ut-hover-box-flip-left .ut-hover-box-back {
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg)
}

.ut-hover-box.ut-hover-box-flip-left:hover .ut-hover-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg)
}

.ut-hover-box.ut-hover-box-flip-right .ut-hover-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg)
}

.ut-hover-box.ut-hover-box-flip-right:hover .ut-hover-box-front {
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg)
}

.ut-hover-box.ut-hover-box-flip-right .ut-hover-box-back {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg)
}

.ut-hover-box.ut-hover-box-flip-right:hover .ut-hover-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg)
}

.ut-hover-box.ut-hover-box-flip-top .ut-hover-box-front {
  -ms-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg)
}

.ut-hover-box.ut-hover-box-flip-top:hover .ut-hover-box-front {
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg)
}

.ut-hover-box.ut-hover-box-flip-top .ut-hover-box-back {
  -ms-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg)
}

.ut-hover-box.ut-hover-box-flip-top:hover .ut-hover-box-back {
  -ms-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg)
}

.ut-hover-box.ut-hover-box-flip-bottom .ut-hover-box-front {
  -ms-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg)
}

.ut-hover-box.ut-hover-box-flip-bottom:hover .ut-hover-box-front {
  -ms-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg)
}

.ut-hover-box.ut-hover-box-flip-bottom .ut-hover-box-back {
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg)
}

.ut-hover-box.ut-hover-box-flip-bottom:hover .ut-hover-box-back {
  -ms-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg)
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs .vc_icon_element-icon svg {
  width: 20px
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm .vc_icon_element-icon svg {
  width: 30px
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon svg {
  width: 40px
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon svg {
  width: 50px
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon svg {
  width: 60px
}

.ut-blog-grid-module {
  margin: 0 -10px
}

.ut-blog-grid-module .wp-post-image {
  width: 100%;
  margin: 0 auto
}

.ut-blog-grid .entry-thumbnail {
  overflow: visible
}

.ut-blog-grid .entry-thumbnail figure {
  overflow: hidden;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px
}

.ut-block-revealer-element,
.ut-block-revealer-element-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
  z-index: 3
}

.ut-block-revealer-element-container {
  opacity: 1;
  background: 0 0;
  overflow: hidden
}

.ut-element-with-block-reveal .ut-parallax-icon,
.ut-element-with-block-reveal .ut-parallax-quote-name,
.ut-element-with-block-reveal .ut-parallax-quote-title {
  opacity: 0
}

.ut-block-reveal-hide>*:not(.ut-block-revealer-content):not(.ut-block-revealer-element-container) {
  opacity: 0
}

@media (min-width:1024px) {
  .ut-element-revealer {
    position: absolute !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0
  }

  .ut-element-revealer-parent-shadow .ut-element-revealer {
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px
  }

  .ut-element-revealer-inner {
    position: relative;
    height: 100%
  }

  .ut-element-revealer.ut-reveal-in-front {
    z-index: 10
  }

  .ut-element-revealer-ready>.ut-element-revealer {
    pointer-events: none
  }

  .ut-element-revealer-parent:not(.vc_row):not(.ut-element-revealer-covered) {
    background: 0 0 !important
  }

  .ut-element-revealer-parent:not(.ut-element-revealer-in-back-parent)>*:not(.ut-element-revealer) {
    visibility: hidden;
    pointer-events: none
  }

  .ut-element-revealer-parent.ut-element-revealer-parent-shadow:not(.ut-element-revealer-in-back-parent):not(.ut-element-revealer-covered)>*.ut-column-shadow {
    box-shadow: 0 0 20px rgba(2, 2, 2, 0) !important
  }

  .vc_row[data-vc-full-width].vc_row_centered_content.ut-element-revealer-parent-default .parallax-scroll-container {
    visibility: visible
  }

  .vc_row[data-vc-full-width].ut-element-revealer-parent-full:not(.ut-element-revealer-covered) {
    background: 0 0 !important
  }

  .vc_row[data-vc-full-width].ut-element-revealer-parent-full:not(.ut-element-revealer-covered) .parallax-scroll-container {
    visibility: hidden
  }

  .ut-element-revealer-parent:not(.ut-element-revealer-in-back-parent).ut-element-revealer-covered>*:not(.ut-element-revealer) {
    visibility: visible;
    pointer-events: auto
  }

  .ut-element-revealer-parent>*:not(.ut-element-revealer):not(.bklyn-overlay-effect):not(.parallax-scroll-container):not(.ut-top-padding-indicator):not(.ut-bottom-padding-indicator):not(.ut-video-container) {
    position: relative;
    z-index: 1
  }

  .ut-element-revealer.ut-element-reveal-infinite .ut-element-revealer-inner:before,
  .ut-element-revealer.ut-element-reveal-infinite .ut-element-revealer-inner:after {
    animation-iteration-count: infinite
  }

  .ut-element-revealer.ut-reveal-in-before .ut-element-revealer-inner:before,
  .ut-element-revealer.ut-reveal-in-after .ut-element-revealer-inner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 10;
    animation-timing-function: ease
  }

  .ut-element-revealer.ut-reveal-in-back.ut-reveal-in-after .ut-element-revealer-inner:after,
  .ut-element-revealer.ut-reveal-in-back.ut-reveal-in-before .ut-element-revealer-inner:before {
    z-index: -1
  }

  .ut-element-revealer.ut-element-revealer-ease.ut-reveal-in-before .ut-element-revealer-inner:before,
  .ut-element-revealer.ut-element-revealer-ease.ut-reveal-in-after .ut-element-revealer-inner:after {
    animation-timing-function: ease
  }

  .ut-element-revealer.ut-element-revealer-ease-in .ut-element-revealer-inner:before,
  .ut-element-revealer.ut-element-revealer-ease-in .ut-element-revealer-inner:after {
    animation-timing-function: ease-in
  }

  .ut-element-revealer.ut-element-revealer-ease-out .ut-element-revealer-inner:before,
  .ut-element-revealer.ut-element-revealer-ease-out .ut-element-revealer-inner:after {
    animation-timing-function: ease-out
  }

  .ut-element-revealer.ut-element-revealer-ease-in-out .ut-element-revealer-inner:before,
  .ut-element-revealer.ut-element-revealer-ease-in-out .ut-element-revealer-inner:after {
    animation-timing-function: ease-in-out
  }

  .ut-element-revealer.ut-element-revealer-quantic .ut-element-revealer-inner:before,
  .ut-element-revealer.ut-element-revealer-quantic .ut-element-revealer-inner:after {
    animation-timing-function: cubic-bezier(.85, 0, .12, 1)
  }

  .ut-element-revealer.ut-element-revealer-default.ut-reveal-in-before .ut-element-revealer-inner:before {
    animation-duration: 1.8s
  }

  .ut-element-revealer.ut-element-revealer-default.ut-reveal-in-before .ut-element-revealer-inner:after {
    animation-duration: 1s;
    animation-delay: .6s
  }

  .ut-element-revealer.ut-element-revealer-slow.ut-reveal-in-before .ut-element-revealer-inner:before {
    animation-duration: 2.8s
  }

  .ut-element-revealer.ut-element-revealer-slow.ut-reveal-in-before .ut-element-revealer-inner:after {
    animation-duration: 2s;
    animation-delay: .6s
  }

  .ut-element-revealer.ut-element-revealer-fast.ut-reveal-in-before .ut-element-revealer-inner:before {
    animation-duration: 1s
  }

  .ut-element-revealer.ut-element-revealer-fast.ut-reveal-in-before .ut-element-revealer-inner:after {
    animation-duration: .5s;
    animation-delay: .3s
  }

  .ut-element-revealer.ut-reveal-in-only .ut-element-revealer-inner:before,
  .ut-element-revealer.ut-reveal-in-only .ut-element-revealer-inner:after {
    animation-fill-mode: forwards
  }

  .ut-element-revealer.ut-reveal-in-ltor.ut-reveal-in-before.inView .ut-element-revealer-inner:before,
  .ut-element-revealer.ut-reveal-in-ltor.ut-reveal-in-after.inView .ut-element-revealer-inner:after {
    animation-name: LtoRRevealKeyframe
  }

  .ut-element-revealer.ut-reveal-in-ltor.ut-reveal-in-only.ut-reveal-in-before.inView .ut-element-revealer-inner:before,
  .ut-element-revealer.ut-reveal-in-ltor.ut-reveal-in-only.ut-reveal-in-after.inView .ut-element-revealer-inner:after {
    animation-name: LtoRRevealInOnlyKeyframe
  }

  .ut-element-revealer.ut-reveal-in-rtol.ut-reveal-in-before.inView .ut-element-revealer-inner:before,
  .ut-element-revealer.ut-reveal-in-rtol.ut-reveal-in-after.inView .ut-element-revealer-inner:after {
    animation-name: RtoLRevealKeyframe
  }

  .ut-element-revealer.ut-reveal-in-rtol.ut-reveal-in-only.ut-reveal-in-before.inView .ut-element-revealer-inner:before,
  .ut-element-revealer.ut-reveal-in-rtol.ut-reveal-in-only.ut-reveal-in-after.inView .ut-element-revealer-inner:after {
    animation-name: RtoLRevealInOnlyKeyframe
  }

  .ut-element-revealer.ut-reveal-in-ttob.ut-reveal-in-before.inView .ut-element-revealer-inner:before,
  .ut-element-revealer.ut-reveal-in-ttob.ut-reveal-in-after.inView .ut-element-revealer-inner:after {
    animation-name: TtoBRevealKeyframe;
    width: 100%;
    height: 0
  }

  .ut-element-revealer.ut-reveal-in-ttob.ut-reveal-in-only.ut-reveal-in-before.inView .ut-element-revealer-inner:before,
  .ut-element-revealer.ut-reveal-in-ttob.ut-reveal-in-only.ut-reveal-in-after.inView .ut-element-revealer-inner:after {
    animation-name: TtoBRevealInOnlyKeyframe
  }

  .ut-element-revealer.ut-reveal-in-btot.ut-reveal-in-before.inView .ut-element-revealer-inner:before,
  .ut-element-revealer.ut-reveal-in-btot.ut-reveal-in-after.inView .ut-element-revealer-inner:after {
    animation-name: BtoTRevealKeyframe;
    width: 100%;
    height: 0;
    bottom: 0;
    top: initial
  }

  .ut-element-revealer.ut-reveal-in-btot.ut-reveal-in-only.ut-reveal-in-before.inView .ut-element-revealer-inner:before,
  .ut-element-revealer.ut-reveal-in-btot.ut-reveal-in-only.ut-reveal-in-after.inView .ut-element-revealer-inner:after {
    animation-name: BtoTRevealInOnlyKeyframe 1.8s ease
  }

  .ut-element-revealer.ut-reveal-in-after .ut-element-revealer-inner:after {
    background-color: #151515;
    animation-delay: .5s
  }

  @-webkit-keyframes LtoRRevealInOnlyKeyframe {
    0% {
      width: 0;
      left: 0
    }

    100% {
      width: 100%;
      left: 0
    }
  }

  @keyframes LtoRRevealInOnlyKeyframe {
    0% {
      width: 0;
      left: 0
    }

    100% {
      width: 100%;
      left: 0
    }
  }

  @-webkit-keyframes LtoRRevealKeyframe {
    0% {
      width: 0;
      left: 0
    }

    65% {
      width: 100%;
      left: 0
    }

    100% {
      width: 0;
      left: 100%
    }
  }

  @keyframes LtoRRevealKeyframe {
    0% {
      width: 0;
      left: 0
    }

    65% {
      width: 100%;
      left: 0
    }

    100% {
      width: 0;
      left: 100%
    }
  }

  @-webkit-keyframes RtoLRevealInOnlyKeyframe {
    0% {
      width: 0;
      right: 0
    }

    100% {
      width: 100%;
      right: 0
    }
  }

  @keyframes RtoLRevealInOnlyKeyframe {
    0% {
      width: 0;
      right: 0
    }

    100% {
      width: 100%;
      right: 0
    }
  }

  @-webkit-keyframes RtoLRevealKeyframe {
    0% {
      width: 0;
      right: 0
    }

    65% {
      width: 100%;
      right: 0
    }

    100% {
      width: 0;
      right: 100%
    }
  }

  @keyframes RtoLRevealKeyframe {
    0% {
      width: 0;
      right: 0
    }

    65% {
      width: 100%;
      right: 0
    }

    100% {
      width: 0;
      right: 100%
    }
  }

  @-webkit-keyframes TtoBRevealInOnlyKeyframe {
    0% {
      height: 0;
      top: 0
    }

    100% {
      height: 100%;
      top: 0
    }
  }

  @keyframes TtoBRevealInOnlyKeyframe {
    0% {
      height: 0;
      top: 0
    }

    100% {
      height: 100%;
      top: 0
    }
  }

  @-webkit-keyframes TtoBRevealKeyframe {
    0% {
      height: 0;
      top: 0
    }

    65% {
      height: 100%;
      top: 0
    }

    100% {
      height: 0;
      top: 100%
    }
  }

  @keyframes TtoBRevealKeyframe {
    0% {
      height: 0;
      top: 0
    }

    65% {
      height: 100%;
      top: 0
    }

    100% {
      height: 0;
      top: 100%
    }
  }

  @-webkit-keyframes BtoTRevealInOnlyKeyframe {
    0% {
      height: 0;
      bottom: 0
    }

    100% {
      height: 100%;
      bottom: 0
    }
  }

  @keyframes BtoTRevealInOnlyKeyframe {
    0% {
      height: 0;
      bottom: 0
    }

    100% {
      height: 100%;
      bottom: 0
    }
  }

  @-webkit-keyframes BtoTRevealKeyframe {
    0% {
      height: 0;
      bottom: 0
    }

    65% {
      height: 100%;
      bottom: 0
    }

    100% {
      height: 0;
      bottom: 100%
    }
  }

  @keyframes BtoTRevealKeyframe {
    0% {
      height: 0;
      bottom: 0
    }

    65% {
      height: 100%;
      bottom: 0
    }

    100% {
      height: 0;
      bottom: 100%
    }
  }
}

.ut-box-shadow-container,
.ut-box-shadow-container-inner {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0
}

.ut-box-shadow-container-inner {
  background: #fff
}

.ut-video-module-shadow {
  -webkit-box-shadow: 0 0 20px;
  box-shadow: 0 0 20px;
  color: rgba(0, 0, 0, .35)
}

.ut-box-shadow-1 {
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777
}

.ut-box-shadow-1-spacing {
  padding: 0 0 15px
}

.ut-image-gallery-15 .ut-image-gallery-item.ut-box-shadow-1-gap-15 {
  padding: 0 15px 0 0
}

.ut-image-gallery-20 .ut-image-gallery-item.ut-box-shadow-1-gap-20 {
  padding: 0 20px 5px 0
}

.ut-image-gallery-25 .ut-image-gallery-item.ut-box-shadow-1-gap-25 {
  padding: 0 25px 10px 0
}

.ut-image-gallery-30 .ut-image-gallery-item.ut-box-shadow-1-gap-30 {
  padding: 0 30px 15px 0
}

.ut-image-gallery-35 .ut-image-gallery-item.ut-box-shadow-1-gap-35 {
  padding: 0 35px 20px 0
}

.ut-image-gallery-40 .ut-image-gallery-item.ut-box-shadow-1-gap-40 {
  padding: 0 40px 25px 0
}

.ut-box-shadow-2 {
  position: relative
}

.ut-box-shadow-2:before,
.ut-box-shadow-2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg)
}

.ut-box-shadow-2:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto
}

.ut-box-shadow-2-spacing {
  padding: 0 0 15px
}

.ut-image-gallery-15 .ut-image-gallery-item.ut-box-shadow-2-gap-15 {
  padding: 0 15px 0 0
}

.ut-image-gallery-20 .ut-image-gallery-item.ut-box-shadow-2-gap-20 {
  padding: 0 20px 5px 0
}

.ut-image-gallery-25 .ut-image-gallery-item.ut-box-shadow-2-gap-25 {
  padding: 0 25px 10px 0
}

.ut-image-gallery-30 .ut-image-gallery-item.ut-box-shadow-2-gap-30 {
  padding: 0 30px 15px 0
}

.ut-image-gallery-35 .ut-image-gallery-item.ut-box-shadow-2-gap-35 {
  padding: 0 35px 20px 0
}

.ut-image-gallery-40 .ut-image-gallery-item.ut-box-shadow-2-gap-40 {
  padding: 0 40px 25px 0
}

.ut-box-shadow-3 {
  position: relative
}

.ut-box-shadow-3:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg)
}

.ut-box-shadow-3-spacing {
  padding: 0 0 15px
}

.ut-image-gallery-15 .ut-image-gallery-item.ut-box-shadow-3-gap-15 {
  padding: 0 15px 0 0
}

.ut-image-gallery-20 .ut-image-gallery-item.ut-box-shadow-3-gap-20 {
  padding: 0 20px 5px 0
}

.ut-image-gallery-25 .ut-image-gallery-item.ut-box-shadow-3-gap-25 {
  padding: 0 25px 10px 0
}

.ut-image-gallery-30 .ut-image-gallery-item.ut-box-shadow-3-gap-30 {
  padding: 0 30px 15px 0
}

.ut-image-gallery-35 .ut-image-gallery-item.ut-box-shadow-3-gap-35 {
  padding: 0 35px 20px 0
}

.ut-image-gallery-40 .ut-image-gallery-item.ut-box-shadow-3-gap-40 {
  padding: 0 40px 25px 0
}

.ut-box-shadow-4 {
  position: relative
}

.ut-box-shadow-4:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg)
}

.ut-box-shadow-4-spacing {
  padding: 0 0 15px
}

.ut-image-gallery-15 .ut-image-gallery-item.ut-box-shadow-4-gap-15 {
  padding: 0 15px 0 0
}

.ut-image-gallery-20 .ut-image-gallery-item.ut-box-shadow-4-gap-20 {
  padding: 0 20px 5px 0
}

.ut-image-gallery-25 .ut-image-gallery-item.ut-box-shadow-4-gap-25 {
  padding: 0 25px 10px 0
}

.ut-image-gallery-30 .ut-image-gallery-item.ut-box-shadow-4-gap-30 {
  padding: 0 30px 15px 0
}

.ut-image-gallery-35 .ut-image-gallery-item.ut-box-shadow-4-gap-35 {
  padding: 0 35px 20px 0
}

.ut-image-gallery-40 .ut-image-gallery-item.ut-box-shadow-4-gap-40 {
  padding: 0 40px 25px 0
}

.ut-box-shadow-5 {
  position: relative
}

.ut-box-shadow-5:before,
.ut-box-shadow-5:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 35px 20px #777;
  -moz-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg)
}

.ut-box-shadow-5:after {
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto
}

.ut-box-shadow-5-spacing {
  padding: 0 4px 40px
}

.ut-image-gallery-15 .ut-image-gallery-item.ut-box-shadow-5-gap-15 {
  padding: 0 7px 0 0
}

.ut-image-gallery-20 .ut-image-gallery-item.ut-box-shadow-5-gap-20 {
  padding: 0 12px 0 0
}

.ut-image-gallery-25 .ut-image-gallery-item.ut-box-shadow-5-gap-25 {
  padding: 0 17px 0 0
}

.ut-image-gallery-30 .ut-image-gallery-item.ut-box-shadow-5-gap-30 {
  padding: 0 22px 0 0
}

.ut-image-gallery-35 .ut-image-gallery-item.ut-box-shadow-5-gap-35 {
  padding: 0 27px 0 0
}

.ut-image-gallery-40 .ut-image-gallery-item.ut-box-shadow-5-gap-40 {
  padding: 0 32px 0 0
}

.ut-box-shadow-6 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset
}

.ut-box-shadow-6:before,
.ut-box-shadow-6:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .8);
  box-shadow: 0 0 20px rgba(0, 0, 0, .8);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px/10px;
  border-radius: 100px/10px
}

.ut-box-shadow-6:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg)
}

.ut-box-shadow-6-spacing {
  padding: 4px 10px 22px
}

.ut-image-gallery-15 .ut-image-gallery-item.ut-box-shadow-6-gap-15 {
  padding: 0 5px 0 0
}

.ut-image-gallery-20 .ut-image-gallery-item.ut-box-shadow-6-gap-20 {
  padding: 0 10px 0 0
}

.ut-image-gallery-25 .ut-image-gallery-item.ut-box-shadow-6-gap-25 {
  padding: 0 15px 3px 0
}

.ut-image-gallery-30 .ut-image-gallery-item.ut-box-shadow-6-gap-30 {
  padding: 0 20px 8px 0
}

.ut-image-gallery-35 .ut-image-gallery-item.ut-box-shadow-6-gap-35 {
  padding: 0 25px 13px 0
}

.ut-image-gallery-40 .ut-image-gallery-item.ut-box-shadow-6-gap-40 {
  padding: 0 30px 18px 0
}

.ut-box-shadow-7 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset
}

.ut-box-shadow-7:before,
.ut-box-shadow-7:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .8);
  box-shadow: 0 0 20px rgba(0, 0, 0, .8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px/10px;
  border-radius: 100px/10px
}

.ut-box-shadow-7:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg)
}

.ut-box-shadow-7-spacing {
  padding: 22px 14px
}

.ut-image-gallery-15 .ut-image-gallery-item.ut-box-shadow-7-gap-15 {
  padding: 0
}

.ut-image-gallery-20 .ut-image-gallery-item.ut-box-shadow-7-gap-20 {
  padding: 0
}

.ut-image-gallery-25 .ut-image-gallery-item.ut-box-shadow-7-gap-25 {
  padding: 0 3px 0 0
}

.ut-image-gallery-30 .ut-image-gallery-item.ut-box-shadow-7-gap-30 {
  padding: 0 2px 8px 0
}

.ut-image-gallery-35 .ut-image-gallery-item.ut-box-shadow-7-gap-35 {
  padding: 0 7px 13px 0
}

.ut-image-gallery-40 .ut-image-gallery-item.ut-box-shadow-7-gap-40 {
  padding: 0 12px 18px 0
}

.ut-box-shadow-8 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset
}

.ut-box-shadow-8:before,
.ut-box-shadow-8:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .8);
  box-shadow: 0 0 20px rgba(0, 0, 0, .8);
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  -moz-border-radius: 100px/10px;
  border-radius: 100px/10px
}

.ut-box-shadow-8:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg)
}

.ut-box-shadow-8-spacing {
  padding: 12px 21px 10px
}

.ut-image-gallery-15 .ut-image-gallery-item.ut-box-shadow-8-gap-15 {
  padding: 0 0 5px
}

.ut-image-gallery-20 .ut-image-gallery-item.ut-box-shadow-8-gap-20 {
  padding: 0 0 10px
}

.ut-image-gallery-25 .ut-image-gallery-item.ut-box-shadow-8-gap-25 {
  padding: 0 0 15px
}

.ut-image-gallery-30 .ut-image-gallery-item.ut-box-shadow-8-gap-30 {
  padding: 0 0 20px
}

.ut-image-gallery-35 .ut-image-gallery-item.ut-box-shadow-8-gap-35 {
  padding: 0 0 25px
}

.ut-image-gallery-40 .ut-image-gallery-item.ut-box-shadow-8-gap-40 {
  padding: 0 0 30px
}

.ut-box-shadow-lazy {
  -webkit-transition: opacity .8s ease-out;
  -moz-transition: opacity .8s ease-out;
  transition: opacity .8s ease-out;
  opacity: 0
}

.ut-block-revealer .ut-box-shadow-container {
  -webkit-transition: opacity .4s ease-out;
  -moz-transition: opacity .4s ease-out;
  transition: opacity .4s ease-out;
  opacity: 0
}

.ut-block-revealer.ut-block-revealed .ut-box-shadow-container,
.ut-image-gallery-item.appeared .ut-box-shadow-lazy.ut-box-shadow-ready {
  opacity: 1
}

.ut-box-shadow-container+img,
.ut-box-shadow-container+.ut-animated-image-zoom {
  position: relative;
  z-index: 1
}

.ut-box-shadow-container+img+div,
.ut-box-shadow-container+.ut-animated-image-zoom+div {
  z-index: 2
}

.flickity-enabled {
  position: relative
}

.flickity-enabled:focus {
  outline: none
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.flickity-button {
  position: absolute;
  color: #151515;
  border: 1px solid #ddd !important;
  background: 0 0;
  padding: 0
}

.flickity-button-icon {
  display: none
}

.flickity-button:hover {
  background: 0 0;
  color: #151515;
  opacity: .5
}

.flickity-button:before {
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 25px
}

.flickity-button.flickity-prev-next-button.next:before {
  content: '\f105'
}

.flickity-button.flickity-prev-next-button.previous:before {
  content: '\f104'
}

.flickity-button:hover {
  cursor: pointer
}

.flickity-button:focus {
  outline: none;
  box-shadow: none;
  background: 0 0;
  color: #151515
}

.flickity-button:active {
  opacity: .6
}

.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none
}

.flickity-button-icon {
  fill: currentColor
}

.flickity-prev-next-button {
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
  left: 10px
}

.flickity-prev-next-button.next {
  right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #ddd;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: background .3s cubic-bezier(.215, .61, .355, 1);
  transition: background .3s cubic-bezier(.215, .61, .355, 1)
}

.flickity-page-dots .dot.is-selected {
  background: #151515
}

.ut-video-container:after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 56.25%
}

.ut-video-container video,
.ut-video-container canvas,
.ut-youtube-video-container.mbYTP_wrapper {
  opacity: 0 !important;
  -webkit-transition: opacity .35s ease-in-out !important;
  -moz-transition: opacity .35s ease-in-out !important;
  transition: opacity .35s ease-in-out !important;
  animation-fill-mode: none;
  animation: none
}

.ut-video-is-playing video,
.ut-video-is-playing canvas,
.ut-video-is-playing.mbYTP_wrapper {
  opacity: 1 !important
}

.ut-video-is-playing .ut-morphbox-ready.ut-morph-active video {
  opacity: 0 !important
}

.ut-video-container .ut-video-poster {
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity .35s ease-in-out;
  -moz-transition: opacity .35s ease-in-out;
  transition: opacity .35s ease-in-out
}

.ut-video-container.ut-video-object-fit .ut-video-poster {
  object-fit: cover;
  height: inherit;
  width: 100%
}

.ut-video-container.ut-video-is-playing .ut-video-poster {
  opacity: 0
}

.ut-video-container.ut-video-container-fixed {
  position: fixed
}

.parallax-scroll-container .mbYTP_wrapper,
.parallax-scroll-container .vimelar-container {
  z-index: 1 !important
}

#ut-hero .parallax-scroll-container .mbYTP_wrapper iframe {
  height: 100% !important;
  width: 100% !important
}

[data-appear-effect] {
  visibility: hidden
}

[data-appear-effect].ut-effect-letter-animated {
  visibility: visible
}

.ut-effect-letter-split span {
  display: inline-block
}

.ut-effect-letter {
  display: inline-block
}

[data-appear-effect=effect-12] {
  position: relative
}

[data-appear-effect=effect-12] .ut-pipe {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #fff;
  transform-origin: 0 50%
}

[data-appear-effect=effect-12] .ut-pipe {
  top: 0;
  left: 0
}

#ut-morph-box-app,
#ut-morph-box-full {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  transform: translate3d(0, 0, 0)
}

#ut-morph-box-app.active {
  pointer-events: auto
}

#ut-morph-box-app canvas {
  pointer-events: none
}

#ut-morph-box-app {
  z-index: 10001 !important
}

#ut-morph-box-full {
  z-index: 10003
}

.ut-morph-box-item {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  padding: 80px
}

.ut-morph-box-item img {
  visibility: hidden;
  z-index: -1;
  pointer-events: none
}

.ut-morph-box-item-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  padding: 20px;
  background: rgba(0, 0, 0, .2);
  opacity: 0;
  width: 100%;
  pointer-events: auto
}

.ut-morph-box-item-wrap p {
  margin-bottom: 0;
  font-size: 12px;
  color: #fff;
  line-height: 150%
}

@media (min-width:960px) {
  .ut-morph-box-item-wrap {
    padding: 30px;
    width: 320px
  }
}

@media (min-width:1440px) {
  .ut-morph-box-item-wrap {
    padding: 40px;
    width: 480px
  }

  .ut-morph-box-item-wrap p {
    font-size: 14px
  }
}

@media (min-width:1920px) {
  .ut-morph-box-item-wrap {
    padding: 70px
  }
}

.ut-morph-box-item-wrap h3 {
  margin: 0;
  color: #fff;
  line-height: 125%;
  font-size: 20px;
  margin-bottom: 5px
}

@media (min-width:1440px) {
  .ut-morph-box-item-wrap h3 {
    font-size: 30px
  }
}

.ut-morph-box-item.ut-morph-box-item-active {
  visibility: visible
}

#ut-morph-box-close {
  display: none
}

.ut-morph-box-close {
  pointer-events: auto;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 40px;
  top: 40px;
  fill: #fff;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  border-radius: 50%
}

.ut-morph-box-full-image {
  display: none
}

.ut-morph-box-small-image {
  object-fit: cover;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  visibility: hidden;
  pointer-events: none
}

.ut-morph-active [data-image-caption] {
  opacity: 0
}

#ut-custom-contact-section.sticky {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: block
}

#ut-stick-contact-section-placeholder {
  display: block;
  position: relative
}

.ut-skewed-image-border {
  position: relative;
  height: 478px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: calc(100% + 185px);
  left: -85px;
  margin-bottom: 40px
}

.ut-skewed-image-border-slice {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  margin-left: -2px;
  position: relative
}

.ut-skewed-image-border-slice img {
  display: block;
  position: absolute;
  width: calc(100% + 174px);
  left: -87px;
  height: 100%;
  min-height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  max-width: inherit
}

.ut-skewed-image-border.ut-skewed-image-border-separated .ut-skewed-image-border-slice {
  border-right: 1px solid #fff;
  margin-left: 0
}

@media (max-width:767px) {
  .ut-skewed-image-border {
    height: 188px
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .ut-skewed-image-border {
    height: 300px
  }
}

.vc_row-o-equal-height .ut-contains-information-box {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch
}

.vc_row-o-equal-height .ut-contains-information-box.ut-contains-information-box-mixed {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.vc_row-o-equal-height .ut-contains-information-box>.ut-information-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

.vc_row-o-equal-height.vc_row-o-content-middle .ut-contains-information-box-mixed>*:not(.ut-information-box) {
  margin: auto
}

.vc_row-o-equal-height.vc_row-o-content-bottom .ut-contains-information-box-mixed>*:not(.ut-information-box) {
  margin: auto auto 0 auto
}

.vc_row-o-equal-height .ut-contains-information-box>.ut-information-box.ut-information-box-no-siblings {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.ut-information-box-image-wrap {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 30px;
  width: 100%
}

.ut-information-box-image-wrap:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
  -webkit-transition: all .4s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .4s cubic-bezier(.215, .61, .355, 1);
  transition: all .4s cubic-bezier(.215, .61, .355, 1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.ut-information-box-image-wrap:hover:after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.ut-information-box-inner-wrap {
  max-width: 100%;
  position: relative;
  z-index: 1
}

.ut-information-box-inner-overlay {
  padding: 30px;
  width: 450px;
  max-width: 100%
}

@media (min-width:901px) {
  .ut-information-box-inner-overlay {
    padding: 40px
  }

  .ut-information-box-image-wrap {
    min-height: 500px
  }
}

@media (min-width:1440px) {
  .ut-information-box-inner-overlay {
    padding: 70px
  }

  .ut-information-box-image-wrap {
    padding: 40px
  }

  .ut-information-box-image-wrap {
    min-height: 600px
  }
}

.ut-word-rotator-no-cursor .ut-word-rotator-cursor {
  visibility: hidden
}

.ut-word-rotator-cursor {
  -webkit-animation: ut-typewriter-cursor 1s infinite;
  animation: ut-typewriter-cursor 1s infinite;
  margin-left: 1px
}

@-webkit-keyframes ut-typewriter-cursor {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes ut-typewriter-cursor {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

ut-typewriter-1,
ut-typewriter-2 {
  display: none
}

ut-typewriter-1.ut-typewriter-ready,
ut-typewriter-2.ut-typewriter-ready {
  display: inline-block
}

#ut-hero .hero-title ut-typewriter-1.ut-typewriter-ready,
#ut-hero .hero-title ut-typewriter-2.ut-typewriter-ready {
  display: block
}

.ut-cf7-light-skin label,
.ut-cf7-light-skin .wpcf7-list-item-label {
  color: #b2b2b6
}

.ut-cf7-light-skin input,
.ut-cf7-light-skin textarea {
  border-color: rgba(255, 255, 255, .15)
}

.ut-cf7-light-skin select {
  color: #b2b2b6;
  border-color: rgba(255, 255, 255, .15)
}

.ut-cf7-light-skin select[multiple] option {
  color: #b2b2b6
}

.ut-cf7-light-skin select:focus {
  color: #b2b2b6;
  border-color: rgba(255, 255, 255, .3)
}

.ut-cf7-light-skin select option {
  color: #151515
}

.ut-cf7-light-skin input:hover,
.ut-cf7-light-skin textarea:hover {
  border-color: rgba(255, 255, 255, .3)
}

.ut-cf7-light-skin input:focus,
.ut-cf7-light-skin input:active,
.ut-cf7-light-skin textarea:active,
.ut-cf7-light-skin textarea:focus {
  border-color: rgba(255, 255, 255, .3);
  color: #b2b2b6
}

.ut-cf7-light-skin .wpcf7-list-item-label a {
  color: rgba(255, 255, 255, .3)
}

.ut-cf7-light-skin .wpcf7-list-item-label a:hover {
  color: rgba(255, 255, 255, 1)
}

.ut-cf7-light-skin button,
.ut-cf7-light-skin input[type=submit],
.ut-cf7-light-skin input[type=button],
.ut-cf7-light-skin input[type=submit] {
  color: #151515 !important;
  background: #fff !important
}

.ut-cf7-light-skin button:hover,
.ut-cf7-light-skin button:focus,
.ut-cf7-light-skin input[type=submit]:hover,
.ut-cf7-light-skin input[type=submit]:focus,
.ut-cf7-light-skin input[type=button]:hover,
.ut-cf7-light-skin input[type=button]:focus {
  color: #fff !important;
  background: #151515 !important
}

.ut-cf7-dark-skin label,
.ut-cf7-dark-skin .wpcf7-list-item-label {
  color: #151515
}

.ut-cf7-dark-skin input,
.ut-cf7-dark-skin textarea {
  border-color: rgba(21, 21, 21, .15);
  color: rgba(21, 21, 21, .75)
}

.ut-cf7-dark-skin select {
  border-color: rgba(21, 21, 21, .15);
  color: rgba(21, 21, 21, .75)
}

.ut-cf7-dark-skin select[multiple] option {
  color: #151515
}

.ut-cf7-dark-skin input:hover,
.ut-cf7-dark-skin textarea:hover {
  border-color: rgba(21, 21, 21, .3)
}

.ut-cf7-dark-skin input:focus,
.ut-cf7-dark-skin input:active,
.ut-cf7-dark-skin textarea:active,
.ut-cf7-dark-skin textarea:focus {
  border-color: rgba(21, 21, 21, .3);
  color: #151515
}

.ut-cf7-dark-skin .wpcf7-list-item-label a {
  border-color: rgba(21, 21, 21, .15)
}

.ut-cf7-dark-skin .wpcf7-list-item-label a:hover {
  border-color: rgba(21, 21, 21, .3)
}

.ut-cf7-dark-skin button,
.ut-cf7-dark-skin input[type=submit],
.ut-cf7-dark-skin input[type=button],
.ut-cf7-dark-skin input[type=submit] {
  color: #fff !important;
  background: #151515 !important
}

.ut-cf7-dark-skin button:hover,
.ut-cf7-dark-skin button:focus,
.ut-cf7-dark-skin input[type=submit]:hover,
.ut-cf7-dark-skin input[type=submit]:focus,
.ut-cf7-dark-skin input[type=button]:hover,
.ut-cf7-dark-skin input[type=button]:focus {
  color: #fff !important;
  background: #000 !important
}

.ut-element-glitch-wrap {
  --offset: 0px
}

.ut-element-glitch-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - var(--offset));
  height: 100%;
  text-align: left
}

.ut-element-glitch {
  --offset: 0px
}

.ut-element-glitch {
  position: relative;
  width: calc(100% - var(--offset));
  height: 100%;
  overflow: hidden;
  margin: 0 auto
}

.ut-element-glitch-wrap.outView .ut-element-glitch .ut-glitch-single-element {
  animation: none !important
}

.ut-glitch-single-element:nth-child(n+2) {
  opacity: 0
}

.ut-element-glitch.ut-element-glitch-permanent .ut-glitch-single-element:nth-child(n+2),
.ut-has-element-glitch:hover .ut-element-glitch .ut-glitch-single-element:nth-child(n+2) {
  opacity: 1
}

.ut-has-element-glitch.ut-element-glitch-show-on-hover .ut-element-glitch {
  opacity: 0;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

.ut-has-element-glitch.ut-element-glitch-show-on-hover:hover .ut-element-glitch {
  opacity: 1
}

.ut-has-element-glitch.ut-element-glitch-hide-on-hover:hover .ut-element-glitch .ut-glitch-single-element {
  opacity: 0;
  animation: none !important
}

.ut-element-glitch-hover {
  opacity: 0;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

.ut-has-element-glitch:hover .ut-element-glitch-hover {
  opacity: 1
}

.ut-glitch-prone {
  --gap-horizontal: 20px;
  --gap-vertical: 2px;
  --time-anim: 2.25s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: none;
  --blend-mode-5: none;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: transparent;
  --blend-color-5: transparent
}

.ut-glitch-equal {
  --gap-horizontal: 5px;
  --gap-vertical: 10px;
  --time-anim: 2s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: luminosity;
  --blend-mode-4: none;
  --blend-mode-5: none;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: #4d8c60;
  --blend-color-4: transparent;
  --blend-color-5: #c9b09a
}

.ut-glitch-gifted {
  --gap-horizontal: 20px;
  --gap-vertical: 2px;
  --time-anim: 2.25s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: multiply;
  --blend-mode-4: none;
  --blend-mode-5: none;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: #af4563;
  --blend-color-4: transparent;
  --blend-color-5: transparent
}

.ut-glitch-past {
  --gap-horizontal: 5px;
  --gap-vertical: 20px;
  --time-anim: 5s;
  --blend-mode-1: none;
  --blend-mode-2: exclusion;
  --blend-mode-3: hard-light;
  --blend-mode-4: overlay;
  --blend-mode-5: none;
  --blend-color-1: transparent;
  --blend-color-2: #52f1cd;
  --blend-color-3: #525df1;
  --blend-color-4: #f19b52;
  --blend-color-5: transparent
}

.ut-glitch-ground {
  --gap-horizontal: 50px;
  --gap-vertical: 100px;
  --time-anim: 2.25s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: overlay;
  --blend-mode-5: overlay;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: #000;
  --blend-color-5: #8d16f2
}

.ut-glitch-wide {
  --gap-horizontal: 3px;
  --gap-vertical: 70px;
  --time-anim: 2.25s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: overlay;
  --blend-mode-4: none;
  --blend-mode-5: none;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: rgba(255, 255, 255, .2);
  --blend-color-4: transparent;
  --blend-color-5: transparent
}

.ut-glitch-haunted {
  --gap-horizontal: 10px;
  --gap-vertical: 5px;
  --time-anim: 4s;
  --delay-anim: 2s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: none;
  --blend-mode-5: overlay;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: transparent;
  --blend-color-5: #af4949
}

.ut-glitch-ethereal {
  --gap-horizontal: 10px;
  --gap-vertical: 5px;
  --time-anim: 4s;
  --delay-anim: 2s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: overlay;
  --blend-mode-5: overlay;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: #fb909a;
  --blend-color-5: #1c1cc9
}

.ut-glitch-single-element {
  --offset: 0px
}

.ut-glitch-single-element {
  position: absolute;
  top: calc(-1 * var(--gap-vertical));
  left: calc(-1 * var(--gap-horizontal));
  width: calc(100% - var(--offset) + var(--gap-horizontal) * 2);
  height: calc(100% + var(--gap-vertical) * 2);
  background-color: var(--blend-color-1);
  background-size: cover;
  transform: translate3d(0, 0, 0);
  background-blend-mode: var(--blend-mode-1)
}

.ut-element-stop-glitch .ut-glitch-single-element {
  animation: none !important
}

.ut-glitch-single-element-hide {
  display: none
}

.ut-glitch-single-element:nth-child(2) {
  background-color: var(--blend-color-2);
  background-blend-mode: var(--blend-mode-2)
}

.ut-glitch-single-element:nth-child(3) {
  background-color: var(--blend-color-3);
  background-blend-mode: var(--blend-mode-3)
}

.ut-glitch-single-element:nth-child(4) {
  background-color: var(--blend-color-4);
  background-blend-mode: var(--blend-mode-4)
}

.ut-glitch-single-element:nth-child(5) {
  background-color: var(--blend-color-5);
  background-blend-mode: var(--blend-mode-5)
}

.ut-has-element-glitch:hover .ut-element-glitch:not(.ut-glitch-haunted):not(.ut-glitch-ethereal) .ut-glitch-single-element:nth-child(2),
.ut-element-glitch:not(.ut-glitch-haunted):not(.ut-glitch-ethereal).ut-element-glitch-permanent .ut-glitch-single-element:nth-child(2) {
  transform: translate3d(var(--gap-horizontal), 0, 0);
  animation: element-glitch-anim-1-horizontal var(--time-anim) infinite linear alternate
}

.ut-has-element-glitch:hover .ut-element-glitch.ut-glitch-gifted .ut-glitch-single-element:nth-child(2),
.ut-element-glitch.ut-glitch-gifted.ut-element-glitch-permanent .ut-glitch-single-element:nth-child(2) {
  transform: translate3d(var(--gap-vertical), 0, 0) !important;
  animation: element-glitch-anim-1-vertical var(--time-anim) infinite linear alternate !important
}

.ut-has-element-glitch:hover .ut-element-glitch:not(.ut-glitch-haunted):not(.ut-glitch-ethereal) .ut-glitch-single-element:nth-child(3),
.ut-element-glitch:not(.ut-glitch-haunted):not(.ut-glitch-ethereal).ut-element-glitch-permanent .ut-glitch-single-element:nth-child(3) {
  transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
  animation: element-glitch-anim-2-horizontal var(--time-anim) infinite linear alternate
}

.ut-has-element-glitch:hover .ut-element-glitch.ut-glitch-gifted .ut-glitch-single-element:nth-child(3),
.ut-element-glitch.ut-glitch-gifted.ut-element-glitch-permanent .ut-glitch-single-element:nth-child(3) {
  transform: translate3d(calc(-1 * var(--gap-vertical)), 0, 0) !important;
  animation: element-glitch-anim-2-vertical var(--time-anim) infinite linear alternate !important
}

.ut-has-element-glitch:hover .ut-element-glitch:not(.ut-glitch-haunted):not(.ut-glitch-ethereal) .ut-glitch-single-element:nth-child(4),
.ut-element-glitch:not(.ut-glitch-haunted):not(.ut-glitch-ethereal).ut-element-glitch-permanent .ut-glitch-single-element:nth-child(4) {
  transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
  animation: element-glitch-anim-3-horizontal var(--time-anim) infinite linear alternate
}

.ut-has-element-glitch:hover .ut-element-glitch.ut-glitch-gifted .ut-glitch-single-element:nth-child(4),
.ut-element-glitch.ut-glitch-gifted.ut-element-glitch-permanent .ut-glitch-single-element:nth-child(4) {
  transform: translate3d(0, calc(-1 * var(--gap-horizontal)), 0) scale3d(-1, -1, 1) !important;
  animation: element-glitch-anim-3-vertical var(--time-anim) infinite linear alternate !important
}

.ut-has-element-glitch:hover .ut-element-glitch:not(.ut-glitch-haunted):not(.ut-glitch-ethereal)>.ut-glitch-single-element:nth-child(5),
.ut-element-glitch:not(.ut-glitch-haunted):not(.ut-glitch-ethereal).ut-element-glitch-permanent>.ut-glitch-single-element:nth-child(5) {
  animation: element-glitch-anim-flash .5s steps(1, end) infinite
}

.ut-element-glitch.ut-glitch-haunted.ut-element-glitch-permanent .ut-glitch-single-element:nth-child(n+2),
.ut-element-glitch.ut-glitch-ethereal.ut-element-glitch-permanent .ut-glitch-single-element:nth-child(n+2) {
  animation-duration: var(--time-anim);
  animation-delay: var(--delay-anim);
  animation-timing-function: linear;
  animation-iteration-count: infinite
}

.ut-element-glitch.ut-glitch-haunted.ut-element-glitch-permanent .ut-glitch-single-element:nth-child(2),
.ut-element-glitch.ut-glitch-ethereal.ut-element-glitch-permanent .ut-glitch-single-element:nth-child(2),
.ut-has-element-glitch:hover .ut-element-glitch.ut-glitch-haunted .ut-glitch-single-element:nth-child(2) {
  background-color: var(--blend-color-2);
  background-blend-mode: var(--blend-mode-2);
  animation-name: element-alternate-glitch-anim-1;
  opacity: 0
}

.ut-element-glitch.ut-glitch-haunted.ut-element-glitch-permanent .ut-glitch-single-element:nth-child(3),
.ut-element-glitch.ut-glitch-ethereal.ut-element-glitch-permanent .ut-glitch-single-element:nth-child(3),
.ut-has-element-glitch:hover .ut-element-glitch.ut-glitch-haunted .ut-glitch-single-element:nth-child(3) {
  background-color: var(--blend-color-3);
  background-blend-mode: var(--blend-mode-3);
  animation-name: element-alternate-glitch-anim-2;
  opacity: 0
}

.ut-element-glitch.ut-glitch-haunted.ut-element-glitch-permanent .ut-glitch-single-element:nth-child(4),
.ut-element-glitch.ut-glitch-ethereal.ut-element-glitch-permanent .ut-glitch-single-element:nth-child(4),
.ut-has-element-glitch:hover .ut-element-glitch.ut-glitch-haunted .ut-glitch-single-element:nth-child(4) {
  background-color: var(--blend-color-4);
  background-blend-mode: var(--blend-mode-4);
  animation-name: element-alternate-glitch-anim-3;
  opacity: 0
}

.ut-element-glitch.ut-glitch-haunted.ut-element-glitch-permanent .ut-glitch-single-element:nth-child(5),
.ut-element-glitch.ut-glitch-ethereal.ut-element-glitch-permanent .ut-glitch-single-element:nth-child(5) {
  background-color: var(--blend-color-5);
  background-blend-mode: var(--blend-mode-5);
  animation-name: element-glitch-anim-flash;
  opacity: 0
}

.ut-has-element-glitch:hover .ut-element-glitch.ut-glitch-haunted .ut-glitch-single-element:nth-child(n+2),
.ut-has-element-glitch:hover .ut-element-glitch.ut-glitch-ethereal .ut-glitch-single-element:nth-child(n+2) {
  animation-duration: var(--time-anim);
  animation-delay: 0s !important;
  animation-timing-function: linear;
  animation-iteration-count: infinite
}

.ut-has-element-glitch:hover .ut-element-glitch.ut-glitch-haunted .ut-glitch-single-element:nth-child(2),
.ut-has-element-glitch:hover .ut-element-glitch.ut-glitch-ethereal .ut-glitch-single-element:nth-child(2) {
  background-color: var(--blend-color-2);
  background-blend-mode: var(--blend-mode-2);
  animation-name: element-alternate-glitch-anim-1;
  opacity: 0
}

.ut-has-element-glitch:hover .ut-element-glitch.ut-glitch-haunted .ut-glitch-single-element:nth-child(3),
.ut-has-element-glitch:hover .ut-element-glitch.ut-glitch-ethereal .ut-glitch-single-element:nth-child(3) {
  background-color: var(--blend-color-3);
  background-blend-mode: var(--blend-mode-3);
  animation-name: element-alternate-glitch-anim-2;
  opacity: 0
}

.ut-has-element-glitch:hover .ut-element-glitch.ut-glitch-haunted .ut-glitch-single-element:nth-child(4),
.ut-has-element-glitch:hover .ut-element-glitch.ut-glitch-ethereal .ut-glitch-single-element:nth-child(4) {
  background-color: var(--blend-color-4);
  background-blend-mode: var(--blend-mode-4);
  animation-name: element-alternate-glitch-anim-3;
  opacity: 0
}

.ut-has-element-glitch:hover .ut-element-glitch.ut-glitch-haunted .ut-glitch-single-element:nth-child(5),
.ut-has-element-glitch:hover .ut-element-glitch.ut-glitch-ethereal .ut-glitch-single-element:nth-child(5) {
  background-color: var(--blend-color-5);
  background-blend-mode: var(--blend-mode-5);
  animation-name: element-glitch-anim-flash;
  opacity: 0
}

@keyframes element-glitch-anim-1-horizontal {
  0% {
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%)
  }

  10% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%)
  }

  20% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%)
  }

  30% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%)
  }

  40% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%)
  }

  50% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%)
  }

  60% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%)
  }

  70% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%)
  }

  80% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%)
  }

  90% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%)
  }

  100% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%)
  }
}

@keyframes element-glitch-anim-2-horizontal {
  0% {
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%)
  }

  15% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%)
  }

  22% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%)
  }

  31% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%)
  }

  45% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%)
  }

  51% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%)
  }

  63% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%)
  }

  76% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%)
  }

  81% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%)
  }

  94% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%)
  }

  100% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%)
  }
}

@keyframes element-glitch-anim-3-horizontal {
  0% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%)
  }

  5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%)
  }

  10% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%)
  }

  25% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%)
  }

  27% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%)
  }

  30% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%)
  }

  33% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%)
  }

  37% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%)
  }

  40% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%)
  }

  45% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%)
  }

  50% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%)
  }

  53% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%)
  }

  57% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%)
  }

  60% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%)
  }

  65% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%)
  }

  70% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%)
  }

  73% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%)
  }

  80% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%)
  }

  100% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%)
  }
}

@keyframes element-glitch-anim-1-vertical {
  0% {
    -webkit-clip-path: polygon(2% 0, 5% 0, 5% 100%, 2% 100%);
    clip-path: polygon(2% 0, 5% 0, 5% 100%, 2% 100%)
  }

  10% {
    -webkit-clip-path: polygon(15% 0, 15% 0, 15% 100%, 15% 100%);
    clip-path: polygon(15% 0, 15% 0, 15% 100%, 15% 100%)
  }

  20% {
    -webkit-clip-path: polygon(10% 0, 20% 0, 20% 100%, 10% 100%);
    clip-path: polygon(10% 0, 20% 0, 20% 100%, 10% 100%)
  }

  30% {
    -webkit-clip-path: polygon(1% 0, 2% 0, 2% 100%, 1% 100%);
    clip-path: polygon(1% 0, 2% 0, 2% 100%, 1% 100%)
  }

  40% {
    -webkit-clip-path: polygon(33% 0, 33% 0, 33% 100%, 33% 100%);
    clip-path: polygon(33% 0, 33% 0, 33% 100%, 33% 100%)
  }

  50% {
    -webkit-clip-path: polygon(44% 0, 44% 0, 44% 100%, 44% 100%);
    clip-path: polygon(44% 0, 44% 0, 44% 100%, 44% 100%)
  }

  60% {
    -webkit-clip-path: polygon(50% 0, 20% 0, 20% 100%, 50% 100%);
    clip-path: polygon(50% 0, 20% 0, 20% 100%, 50% 100%)
  }

  70% {
    -webkit-clip-path: polygon(70% 0, 70% 0, 70% 100% 70%, 70% 100%);
    clip-path: polygon(70% 0, 70% 0, 70% 100% 70%, 70% 100%)
  }

  80% {
    -webkit-clip-path: polygon(80% 0, 80% 0, 80% 100% 80%, 80% 100%);
    clip-path: polygon(80% 0, 80% 0, 80% 100% 80%, 80% 100%)
  }

  90% {
    -webkit-clip-path: polygon(50% 0, 55% 0, 55% 100%, 50% 100%);
    clip-path: polygon(50% 0, 55% 0, 55% 100%, 50% 100%)
  }

  100% {
    -webkit-clip-path: polygon(70% 0, 80% 0, 80% 100%, 70% 100%);
    clip-path: polygon(70% 0, 80% 0, 80% 100%, 70% 100%)
  }
}

@keyframes element-glitch-anim-2-vertical {
  0% {
    -webkit-clip-path: polygon(25% 0, 30% 0, 30% 100%, 25% 100%);
    clip-path: polygon(25% 0, 30% 0, 30% 100%, 25% 100%)
  }

  15% {
    -webkit-clip-path: polygon(3% 0, 3% 0, 3% 100%, 3% 100%);
    clip-path: polygon(3% 0, 3% 0, 3% 100%, 3% 100%)
  }

  22% {
    -webkit-clip-path: polygon(5% 0, 20% 0, 20% 100%, 5% 100%);
    clip-path: polygon(5% 0, 20% 0, 20% 100%, 5% 100%)
  }

  31% {
    -webkit-clip-path: polygon(20% 0, 20% 0, 20% 100%, 20% 100%);
    clip-path: polygon(20% 0, 20% 0, 20% 100%, 20% 100%)
  }

  45% {
    -webkit-clip-path: polygon(40% 0, 40% 0, 40% 100%, 40% 100%);
    clip-path: polygon(40% 0, 40% 0, 40% 100%, 40% 100%)
  }

  51% {
    -webkit-clip-path: polygon(52% 0, 59% 0, 59% 100%, 52% 100%);
    clip-path: polygon(52% 0, 59% 0, 59% 100%, 52% 100%)
  }

  63% {
    -webkit-clip-path: polygon(60% 0, 60% 0, 60% 100%, 60% 100%);
    clip-path: polygon(60% 0, 60% 0, 60% 100%, 60% 100%)
  }

  76% {
    -webkit-clip-path: polygon(75% 0, 75% 0, 75% 100%, 75% 100%);
    clip-path: polygon(75% 0, 75% 0, 75% 100%, 75% 100%)
  }

  81% {
    -webkit-clip-path: polygon(65% 0, 40% 0, 40% 100%, 65% 100%);
    clip-path: polygon(65% 0, 40% 0, 40% 100%, 65% 100%)
  }

  94% {
    -webkit-clip-path: polygon(45% 0, 50% 0, 50% 100%, 45% 100%);
    clip-path: polygon(45% 0, 50% 0, 50% 100%, 45% 100%)
  }

  100% {
    -webkit-clip-path: polygon(14% 0, 33% 0, 33% 100%, 14% 100%);
    clip-path: polygon(14% 0, 33% 0, 33% 100%, 14% 100%)
  }
}

@keyframes element-glitch-anim-3-vertical {
  0% {
    -webkit-clip-path: polygon(1% 0, 3% 0, 3% 100%, 1% 100%);
    clip-path: polygon(1% 0, 3% 0, 3% 100%, 1% 100%)
  }

  5% {
    -webkit-clip-path: polygon(10% 0, 9% 0, 9% 100%, 10% 100%);
    clip-path: polygon(10% 0, 9% 0, 9% 100%, 10% 100%)
  }

  10% {
    -webkit-clip-path: polygon(5% 0, 6% 0 6% 100%, 5% 100%);
    clip-path: polygon(5% 0, 6% 0 6% 100%, 5% 100%)
  }

  25% {
    -webkit-clip-path: polygon(20% 0, 20% 0, 20% 100%, 20% 100%);
    clip-path: polygon(20% 0, 20% 0, 20% 100%, 20% 100%)
  }

  27% {
    -webkit-clip-path: polygon(10% 0, 10% 0, 10% 100%, 10% 100%);
    clip-path: polygon(10% 0, 10% 0, 10% 100%, 10% 100%)
  }

  30% {
    -webkit-clip-path: polygon(30% 0, 25% 0, 25% 100%, 30% 100%);
    clip-path: polygon(30% 0, 25% 0, 25% 100%, 30% 100%)
  }

  33% {
    -webkit-clip-path: polygon(15% 0, 16% 0, 16% 100%, 15% 100%);
    clip-path: polygon(15% 0, 16% 0, 16% 100%, 15% 100%)
  }

  37% {
    -webkit-clip-path: polygon(40% 0, 39% 0, 39% 100%, 40% 100%);
    clip-path: polygon(40% 0, 39% 0, 39% 100%, 40% 100%)
  }

  40% {
    -webkit-clip-path: polygon(20% 0, 21% 0, 21% 100%, 20% 100%);
    clip-path: polygon(20% 0, 21% 0, 21% 100%, 20% 100%)
  }

  45% {
    -webkit-clip-path: polygon(60% 0, 55% 0, 55% 100%, 60% 100%);
    clip-path: polygon(60% 0, 55% 0, 55% 100%, 60% 100%)
  }

  50% {
    -webkit-clip-path: polygon(30% 0, 31% 0, 31% 100%, 30% 100%);
    clip-path: polygon(30% 0, 31% 0, 31% 100%, 30% 100%)
  }

  53% {
    -webkit-clip-path: polygon(70% 0, 69% 0, 69% 100%, 70% 100%);
    clip-path: polygon(70% 0, 69% 0, 69% 100%, 70% 100%)
  }

  57% {
    -webkit-clip-path: polygon(40% 0, 41% 0, 41% 100%, 40% 100%);
    clip-path: polygon(40% 0, 41% 0, 41% 100%, 40% 100%)
  }

  60% {
    -webkit-clip-path: polygon(80% 0, 75% 0, 75% 100%, 80% 100%);
    clip-path: polygon(80% 0, 75% 0, 75% 100%, 80% 100%)
  }

  65% {
    -webkit-clip-path: polygon(50% 0, 51% 0, 51% 100%, 50% 100%);
    clip-path: polygon(50% 0, 51% 0, 51% 100%, 50% 100%)
  }

  70% {
    -webkit-clip-path: polygon(90% 0, 90% 0, 90% 100%, 90% 100%);
    clip-path: polygon(90% 0, 90% 0, 90% 100%, 90% 100%)
  }

  73% {
    -webkit-clip-path: polygon(60% 0, 60% 0, 60% 100%, 60% 100%);
    clip-path: polygon(60% 0, 60% 0, 60% 100%, 60% 100%)
  }

  80% {
    -webkit-clip-path: polygon(100% 0, 99% 0, 99% 100%, 100% 100%);
    clip-path: polygon(100% 0, 99% 0, 99% 100%, 100% 100%)
  }

  100% {
    -webkit-clip-path: polygon(70% 0, 71% 0, 71% 100%, 70% 100%);
    clip-path: polygon(70% 0, 71% 0, 71% 100%, 70% 100%)
  }
}

@keyframes element-alternate-glitch-anim-1 {
  0% {
    opacity: 1;
    transform: translate3d(var(--gap-horizontal), 0, 0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%)
  }

  2% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%)
  }

  4% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%)
  }

  6% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%)
  }

  8% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%)
  }

  10% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%)
  }

  12% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%)
  }

  14% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%)
  }

  16% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%)
  }

  18% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%)
  }

  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%)
  }

  21.9% {
    opacity: 1;
    transform: translate3d(var(--gap-horizontal), 0, 0)
  }

  22%,
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0)
  }
}

@keyframes element-alternate-glitch-anim-2 {
  0% {
    opacity: 1;
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%)
  }

  3% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%)
  }

  5% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%)
  }

  7% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%)
  }

  9% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%)
  }

  11% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%)
  }

  13% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%)
  }

  15% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%)
  }

  17% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%)
  }

  19% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%)
  }

  20% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%)
  }

  21.9% {
    opacity: 1;
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0)
  }

  22%,
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0)
  }
}

@keyframes element-alternate-glitch-anim-3 {
  0% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%)
  }

  1.5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%)
  }

  2% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%)
  }

  2.5% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%)
  }

  3% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%)
  }

  5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%)
  }

  5.5% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%)
  }

  7% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%)
  }

  8% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%)
  }

  9% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%)
  }

  10.5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%)
  }

  11% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%)
  }

  13% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%)
  }

  14% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%)
  }

  14.5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%)
  }

  15% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%)
  }

  16% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%)
  }

  18% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%)
  }

  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%)
  }

  21.9% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1)
  }

  22%,
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0)
  }
}

@keyframes element-glitch-anim-flash {
  0% {
    opacity: .2;
    transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0)
  }

  33%,
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0)
  }
}

.ut-simple-glitch-text {
  animation-duration: .5s;
  animation-timing-function: linear;
  display: inline-block
}

.ut-glitch-on-appear {
  animation-iteration-count: 1;
  animation-duration: .5s;
  display: inline-block
}

.ut-simple-glitch-text-permanent {
  animation-iteration-count: infinite;
  animation-delay: 2s;
  animation-duration: 4s;
  display: inline-block
}

.ut-simple-glitch-text-permanent.ut-force-glitch-animation {
  animation-iteration-count: infinite !important;
  animation-delay: 2s !important;
  animation-duration: 4s !important;
  display: inline-block !important
}

header.section-header .ut-simple-glitch-text,
header.section-header .ut-simple-glitch-text-permanent {
  display: inherit
}

header.page-primary-header .ut-simple-glitch-text-permanent {
  width: 100%
}

.ut-simple-glitch-text-permanent.outView {
  animation: none !important
}

.ut-simple-glitch-text-hover {
  animation-duration: .5s !important;
  animation-timing-function: linear !important;
  display: inline-block
}

.ut-simple-glitch-text-hover.animated,
.ut-simple-glitch-text-permanent.animated {
  -webkit-animation-fill-mode: initial;
  animation-fill-mode: initial;
  opacity: 1
}

.ut-simple-glitch-text-style-1 {
  animation-name: glitch-anim-text
}

.ut-simple-glitch-text-style-1,
.ut-simple-glitch-text-style-1-permanent {
  opacity: 1
}

.ut-simple-glitch-text-style-1.ut-force-glitch-animation {
  animation-name: glitch-anim-text !important
}

.ut-simple-glitch-text-style-1-permanent {
  animation-name: glitch-anim-text-permanent
}

.ut-simple-glitch-text-style-1-permanent.ut-force-glitch-animation {
  animation-name: glitch-anim-text-permanent !important
}

.ut-simple-glitch-text-hover-parent:hover .ut-simple-glitch-text-style-1-hover {
  animation-name: glitch-anim-text
}

.ut-simple-glitch-text-style-2 {
  animation-name: glitch-anim-text-2
}

.ut-simple-glitch-text-style-2.ut-force-glitch-animation {
  animation-name: glitch-anim-text-2 !important
}

.ut-simple-glitch-text-style-2-permanent {
  animation-name: glitch-anim-text-2-permanent
}

.ut-simple-glitch-text-style-2-permanent.ut-force-glitch-animation {
  animation-name: glitch-anim-text-2-permanent !important
}

.ut-glitch-on-appear.ut-simple-glitch-text-style-2 {
  animation-delay: 1s;
  animation-duration: 4s
}

.ut-word-rotator .ut-glitch-on-appear.ut-simple-glitch-text-style-2 {
  animation-delay: initial
}

.bklyn-btn.ut-simple-glitch-text-style-2-hover,
.ut-simple-glitch-text-hover-parent:hover .ut-simple-glitch-text-style-2-hover {
  animation-name: glitch-anim-text-2;
  animation-duration: 4s
}

.ut-simple-glitch-text-style-3 {
  animation-name: glitch-anim-text-3
}

.ut-simple-glitch-text-style-3-permanent {
  animation-name: glitch-anim-text-3
}

.ut-simple-glitch-text-style-3-permanent.ut-force-glitch-animation {
  animation-name: glitch-anim-text-3 !important
}

.ut-glitch-on-appear.ut-simple-glitch-text-style-3 {
  animation-delay: 1s;
  animation-duration: 2s
}

.ut-word-rotator .ut-glitch-on-appear.ut-simple-glitch-text-style-3 {
  animation-delay: initial
}

.bklyn-btn.ut-simple-glitch-text-style-3-hover,
.ut-simple-glitch-text-hover-parent:hover .ut-simple-glitch-text-style-3-hover {
  animation-name: glitch-anim-text-3;
  animation-duration: 1s
}

@-webkit-keyframes glitch-anim-text {
  0% {
    transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none
  }

  10% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%)
  }

  20% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%)
  }

  35% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%)
  }

  50% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%)
  }

  60% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%)
  }

  70% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%)
  }

  80% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%)
  }

  90% {
    transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1)
  }

  100% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)
  }
}

@keyframes glitch-anim-text {
  0% {
    transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none
  }

  10% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%)
  }

  20% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%)
  }

  35% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%)
  }

  50% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%)
  }

  60% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%)
  }

  70% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%)
  }

  80% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%)
  }

  90% {
    transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1)
  }

  100% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)
  }
}

@-webkit-keyframes glitch-anim-text-permanent {
  00% {
    transform: translate3d(0, 0, 0) scale(.9, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none
  }

  2.5% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%)
  }

  5% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%)
  }

  8% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%)
  }

  12% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%)
  }

  15% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%)
  }

  17% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%)
  }

  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%)
  }

  22% {
    transform: translate3d(0, 0, 0) scale(.9, 1)
  }

  25% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: none;
    clip-path: none
  }
}

@keyframes glitch-anim-text-permanent {
  0% {
    transform: translate3d(0, 0, 0) scale(.9, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none
  }

  2.5% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%)
  }

  5% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%)
  }

  8% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%)
  }

  12% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%)
  }

  15% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%)
  }

  17% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%)
  }

  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%)
  }

  22% {
    transform: translate3d(0, 0, 0) scale(.9, 1)
  }

  25% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: none;
    clip-path: none
  }
}

@-webkit-keyframes glitch-anim-text-2 {
  0% {
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none
  }

  2% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%)
  }

  4% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%)
  }

  5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%)
  }

  6% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%)
  }

  7% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%)
  }

  8% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%)
  }

  9% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%)
  }

  9.9% {
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1)
  }

  10%,
  100% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: none;
    clip-path: none
  }
}

@keyframes glitch-anim-text-2 {
  0% {
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none
  }

  2% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%)
  }

  4% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%)
  }

  5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%)
  }

  6% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%)
  }

  7% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%)
  }

  8% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%)
  }

  9% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%)
  }

  9.9% {
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1)
  }

  10%,
  100% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: none;
    clip-path: none
  }
}

@-webkit-keyframes glitch-anim-text-2-permanent {
  0% {
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none
  }

  2% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%)
  }

  4% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%)
  }

  5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%)
  }

  6% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%)
  }

  7% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%)
  }

  8% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%)
  }

  9% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%)
  }

  9.9% {
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1)
  }

  10% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)
  }

  11% {
    -webkit-clip-path: none;
    clip-path: none
  }
}

@keyframes glitch-anim-text-2-permanent {
  0% {
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none
  }

  2% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%)
  }

  4% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%)
  }

  5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%)
  }

  6% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%)
  }

  7% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%)
  }

  8% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%)
  }

  9% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%)
  }

  9.9% {
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1)
  }

  10% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)
  }

  11% {
    -webkit-clip-path: none;
    clip-path: none
  }
}

@-webkit-keyframes glitch-anim-text-3 {
  1% {
    -webkit-transform: scaleY(1) skewX(0deg);
    transform: scaleY(1) skewX(0deg)
  }

  2% {
    -webkit-transform: scaleY(3) skewX(-60deg);
    transform: scaleY(3) skewX(-60deg)
  }

  3% {
    -webkit-transform: scaleY(1) skewX(0deg);
    transform: scaleY(1) skewX(0deg)
  }

  21% {
    -webkit-transform: scaleX(1) scaleY(1) skewX(0deg);
    transform: scaleX(1) scaleY(1) skewX(0deg)
  }

  22% {
    -webkit-transform: scaleX(1.5) scaleY(.2) skewX(80deg);
    transform: scaleX(1.5) scaleY(.2) skewX(80deg)
  }

  23% {
    -webkit-transform: scaleX(1) scaleY(1) skewX(0deg);
    transform: scaleX(1) scaleY(1) skewX(0deg)
  }
}

@keyframes glitch-anim-text-3 {
  1% {
    -webkit-transform: scaleY(1) skewX(0deg);
    transform: scaleY(1) skewX(0deg)
  }

  2% {
    -webkit-transform: scaleY(3) skewX(-60deg);
    transform: scaleY(3) skewX(-60deg)
  }

  3% {
    -webkit-transform: scaleY(1) skewX(0deg);
    transform: scaleY(1) skewX(0deg)
  }

  21% {
    -webkit-transform: scaleX(1) scaleY(1) skewX(0deg);
    transform: scaleX(1) scaleY(1) skewX(0deg)
  }

  22% {
    -webkit-transform: scaleX(1.5) scaleY(.2) skewX(80deg);
    transform: scaleX(1.5) scaleY(.2) skewX(80deg)
  }

  23% {
    -webkit-transform: scaleX(1) scaleY(1) skewX(0deg);
    transform: scaleX(1) scaleY(1) skewX(0deg)
  }
}

.tweet_list li {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #efefef
}

.tweet_list li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0
}

.tweet-left {
  float: left;
  display: inline;
  margin-right: 10px
}

.tweet-left img {
  float: left
}

.tweet-actions {
  float: left
}

.tweet_text {
  display: block
}

.tweet-bottom {
  display: block
}

.ut-comparison-horizontal .ut-comparison-handle:before,
.ut-comparison-horizontal .ut-comparison-handle:after,
.ut-comparison-vertical .ut-comparison-handle:before,
.ut-comparison-vertical .ut-comparison-handle:after {
  content: " ";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, .5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, .5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, .5)
}

.ut-comparison-horizontal .ut-comparison-handle:before,
.ut-comparison-horizontal .ut-comparison-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px
}

.ut-comparison-vertical .ut-comparison-handle:before,
.ut-comparison-vertical .ut-comparison-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px
}

.ut-comparison-before-label,
.ut-comparison-after-label,
.ut-comparison-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%
}

.ut-comparison-before-label,
.ut-comparison-after-label,
.ut-comparison-overlay {
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s
}

.ut-comparison-before-label,
.ut-comparison-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity
}

.ut-comparison-before-label:before,
.ut-comparison-after-label:before {
  color: #fff;
  font-size: .75em
}

.ut-comparison-before-label:before,
.ut-comparison-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 1);
  line-height: 1.25em;
  padding: .77em 1.54em;
  font-weight: 600;
  color: #151515
}

.ut-comparison-caption-with-shadow .ut-comparison-before-label:before,
.ut-comparison-caption-with-shadow .ut-comparison-after-label:before {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .5);
  box-shadow: 0 0 7px rgba(0, 0, 0, .5)
}

.ut-comparison-vertical .ut-comparison-before-label:before,
.ut-comparison-vertical .ut-comparison-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px
}

.ut-comparison-left-arrow,
.ut-comparison-right-arrow,
.ut-comparison-up-arrow,
.ut-comparison-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute
}

.ut-comparison-left-arrow,
.ut-comparison-right-arrow {
  top: 50%;
  margin-top: -6px
}

.ut-comparison-up-arrow,
.ut-comparison-down-arrow {
  left: 50%;
  margin-left: -6px
}

.ut-comparison-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none
}

.ut-comparison-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block
}

.ut-comparison-container.active .ut-comparison-overlay,
.ut-comparison-container.active :hover.ut-comparison-overlay {
  background: rgba(0, 0, 0, 0)
}

.ut-comparison-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.ut-comparison-before-label:before,
.ut-comparison-after-label:before {
  content: attr(data-content)
}

.ut-comparison-horizontal .ut-comparison-before-label:before {
  left: 20px;
  bottom: 20px
}

.ut-comparison-horizontal .ut-comparison-after-label:before {
  right: 20px;
  bottom: 20px
}

.ut-comparison-vertical .ut-comparison-before-label:before {
  top: 20px
}

.ut-comparison-vertical .ut-comparison-after-label:before {
  bottom: 20px
}

.ut-comparison-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: 0 0;
  z-index: 25
}

.ut-comparison-overlay:hover {
  background: 0 0
}

.ut-comparison-before {
  z-index: 20
}

.ut-comparison-after {
  z-index: 10
}

.ut-comparison-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid #fff;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, .5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, .5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, .5);
  z-index: 40;
  cursor: pointer
}

.ut-comparison-horizontal .ut-comparison-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, .5);
  -moz-box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, .5);
  box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, .5)
}

.ut-comparison-horizontal .ut-comparison-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, .5);
  -moz-box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, .5);
  box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, .5)
}

.ut-comparison-vertical .ut-comparison-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, .5);
  -moz-box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, .5);
  box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, .5)
}

.ut-comparison-vertical .ut-comparison-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, .5);
  -moz-box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, .5);
  box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, .5)
}

.ut-comparison-left-arrow {
  border-right: 6px solid #fff;
  left: 50%;
  margin-left: -17px
}

.ut-comparison-right-arrow {
  border-left: 6px solid #fff;
  right: 50%;
  margin-right: -17px
}

.ut-comparison-up-arrow {
  border-bottom: 6px solid #fff;
  top: 50%;
  margin-top: -17px
}

.ut-comparison-down-arrow {
  border-top: 6px solid #fff;
  bottom: 50%;
  margin-bottom: -17px
}

.ut-box-shadow-small {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}

.ut-box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, .08)
}

.ut-box-shadow-large {
  box-shadow: 0 14px 25px rgba(0, 0, 0, .16)
}

.ut-box-shadow-xlarge {
  box-shadow: 0 28px 50px rgba(0, 0, 0, .16)
}

[class*=ut-box-shadow-hover] {
  transition: box-shadow .2s ease-in-out
}

.ut-box-shadow-hover-small:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}

.ut-box-shadow-hover-medium:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, .08)
}

.ut-box-shadow-hover-large:hover {
  box-shadow: 0 14px 25px rgba(0, 0, 0, .16)
}

.ut-box-shadow-hover-xlarge:hover {
  box-shadow: 0 28px 50px rgba(0, 0, 0, .16)
}

.ut-has-background-text .bklyn-background-text-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  top: 0;
  left: 0
}

.bklyn-background-text-left-top {
  justify-content: flex-start
}

.bklyn-background-text-center-top {
  justify-content: center;
  align-items: flex-start
}

.bklyn-background-text-right-top {
  justify-content: flex-end
}

.bklyn-background-text-left-center {
  justify-content: flex-start;
  align-items: center
}

.bklyn-background-text-center-center {
  justify-content: center;
  align-items: center
}

.bklyn-background-text-right-center {
  justify-content: flex-end;
  align-items: center
}

.bklyn-background-text-left-bottom {
  justify-content: flex-start;
  align-items: flex-end
}

.bklyn-background-text-center-bottom {
  justify-content: center;
  align-items: flex-end
}

.bklyn-background-text-right-bottom {
  justify-content: flex-end;
  align-items: flex-end
}

@media (max-width:767px) {
  .bklyn-background-text-mobile-left-top {
    justify-content: flex-start
  }

  .bklyn-background-text-mobile-center-top {
    justify-content: center;
    align-items: flex-start
  }

  .bklyn-background-text-mobile-right-top {
    justify-content: flex-end
  }

  .bklyn-background-text-mobile-left-center {
    justify-content: flex-start;
    align-items: center
  }

  .bklyn-background-text-mobile-center-center {
    justify-content: center;
    align-items: center
  }

  .bklyn-background-text-mobile-right-center {
    justify-content: flex-end;
    align-items: center
  }

  .bklyn-background-text-mobile-left-bottom {
    justify-content: flex-start;
    align-items: flex-end
  }

  .bklyn-background-text-mobile-center-bottom {
    justify-content: center;
    align-items: flex-end
  }

  .bklyn-background-text-mobile-right-bottom {
    justify-content: flex-start;
    align-items: flex-end
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .bklyn-background-text-tablet-left-top {
    justify-content: flex-start
  }

  .bklyn-background-text-tablet-center-top {
    justify-content: center;
    align-items: flex-start
  }

  .bklyn-background-text-tablet-right-top {
    justify-content: flex-end
  }

  .bklyn-background-text-tablet-left-center {
    justify-content: flex-start;
    align-items: center
  }

  .bklyn-background-text-tablet-center-center {
    justify-content: center;
    align-items: center
  }

  .bklyn-background-text-tablet-right-center {
    justify-content: flex-end;
    align-items: center
  }

  .bklyn-background-text-tablet-left-bottom {
    justify-content: flex-start;
    align-items: flex-end
  }

  .bklyn-background-text-tablet-center-bottom {
    justify-content: center;
    align-items: flex-end
  }

  .bklyn-background-text-tablet-right-bottom {
    justify-content: flex-start;
    align-items: flex-end
  }
}

.ut-has-background-text .bklyn-background-text-holder.inView .bklyn-background-text-character {
  opacity: 1;
  -webkit-transform: rotateX(0) rotateY(0);
  transform: rotateX(0) rotateY(0)
}

.ut-has-background-text .bklyn-background-text-holder.inView .bklyn-background-text-character:nth-child(2) {
  -webkit-transition-delay: .22s;
  -o-transition-delay: .22s;
  transition-delay: .22s
}

.ut-has-background-text .bklyn-background-text-holder.inView .bklyn-background-text-character:nth-child(3) {
  -webkit-transition-delay: .33s;
  -o-transition-delay: .33s;
  transition-delay: .33s
}

.ut-has-background-text .bklyn-background-text-holder.inView .bklyn-background-text-character:nth-child(4) {
  -webkit-transition-delay: .44s;
  -o-transition-delay: .44s;
  transition-delay: .44s
}

.ut-has-background-text .bklyn-background-text-holder.inView .bklyn-background-text-character:nth-child(5) {
  -webkit-transition-delay: .55s;
  -o-transition-delay: .55s;
  transition-delay: .55s
}

.ut-has-background-text .bklyn-background-text-holder.inView .bklyn-background-text-character:nth-child(6) {
  -webkit-transition-delay: .66s;
  -o-transition-delay: .66s;
  transition-delay: .66s
}

.ut-has-background-text .bklyn-background-text-holder.inView .bklyn-background-text-character:nth-child(7) {
  -webkit-transition-delay: .77s;
  -o-transition-delay: .77s;
  transition-delay: .77s
}

.ut-has-background-text .bklyn-background-text-holder.inView .bklyn-background-text-character:nth-child(8) {
  -webkit-transition-delay: .88s;
  -o-transition-delay: .88s;
  transition-delay: .88s
}

.ut-has-background-text .bklyn-background-text-holder.inView .bklyn-background-text-character:nth-child(9) {
  -webkit-transition-delay: .99s;
  -o-transition-delay: .99s;
  transition-delay: .99s
}

.ut-has-background-text .bklyn-background-text-holder.inView .bklyn-background-text-character:nth-child(10) {
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s
}

.ut-has-background-text .bklyn-background-text-holder.inView .bklyn-background-text-character:nth-child(11) {
  -webkit-transition-delay: 1.21s;
  -o-transition-delay: 1.21s;
  transition-delay: 1.21s
}

.ut-has-background-text .bklyn-background-text-holder.inView .bklyn-background-text-character:nth-child(12) {
  -webkit-transition-delay: 1.32s;
  -o-transition-delay: 1.32s;
  transition-delay: 1.32s
}

.ut-has-background-text .bklyn-background-text-holder.inView .bklyn-background-text-character:nth-child(13) {
  -webkit-transition-delay: 1.43s;
  -o-transition-delay: 1.43s;
  transition-delay: 1.43s
}

.ut-has-background-text .bklyn-background-text-holder.inView .bklyn-background-text-character:nth-child(14) {
  -webkit-transition-delay: 1.54s;
  -o-transition-delay: 1.54s;
  transition-delay: 1.54s
}

.ut-has-background-text .bklyn-background-text-holder.inView .bklyn-background-text-character:nth-child(15) {
  -webkit-transition-delay: 1.65s;
  -o-transition-delay: 1.65s;
  transition-delay: 1.65s
}

.ut-has-background-text .bklyn-background-text-holder.inView .bklyn-background-text-character:nth-child(16) {
  -webkit-transition-delay: 1.76s;
  -o-transition-delay: 1.76s;
  transition-delay: 1.76s
}

.ut-has-background-text .bklyn-background-text-holder.inView .bklyn-background-text-character:nth-child(17) {
  -webkit-transition-delay: 1.87s;
  -o-transition-delay: 1.87s;
  transition-delay: 1.87s
}

.ut-has-background-text .bklyn-background-text-holder.inView .bklyn-background-text-character:nth-child(18) {
  -webkit-transition-delay: 1.98s;
  -o-transition-delay: 1.98s;
  transition-delay: 1.98s
}

.ut-has-background-text .bklyn-background-text-holder.inView .bklyn-background-text-character:nth-child(19) {
  -webkit-transition-delay: 2.09s;
  -o-transition-delay: 2.09s;
  transition-delay: 2.09s
}

.ut-has-background-text .bklyn-background-text-holder.inView .bklyn-background-text-character:nth-child(20) {
  -webkit-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  transition-delay: 2.2s
}

.ut-has-background-text .bklyn-background-text {
  font-size: 5vh;
  line-height: 1;
  color: #333;
  display: inline-block
}

.bklyn-background-text-animated .bklyn-background-text-character {
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: perspective(750px) rotateX(90deg);
  transform: perspective(750px) rotateX(90deg);
  -webkit-transform-origin: 50% 40% 0;
  -ms-transform-origin: 50% 40% 0;
  transform-origin: 50% 40% 0;
  -webkit-transition: .53s cubic-bezier(.45, .05, .37, .93);
  -o-transition: .53s cubic-bezier(.45, .05, .37, .93);
  transition: .53s cubic-bezier(.45, .05, .37, .93);
  z-index: -1
}

.bklyn-background-text-holder+.wpb_wrapper {
  position: relative;
  z-index: 2
}

.bklyn-video-grid-wrap {
  position: relative
}

.bklyn-video-grid {
  display: grid
}

@media (min-width:1025px) {
  .bklyn-video-grid.bklyn-video-grid-2-col {
    grid-template-columns: repeat(2, 1fr)
  }

  .bklyn-video-grid.bklyn-video-grid-3-col {
    grid-template-columns: repeat(3, 1fr)
  }

  .bklyn-video-grid.bklyn-video-grid-4-col {
    grid-template-columns: repeat(4, 1fr)
  }

  .bklyn-video-grid.bklyn-video-grid-5-col {
    grid-template-columns: repeat(4, 1fr)
  }

  .bklyn-video-grid.bklyn-video-grid-6-col {
    grid-template-columns: repeat(4, 1fr)
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .bklyn-video-grid.bklyn-video-grid-tablet-2-col {
    grid-template-columns: repeat(2, 1fr)
  }

  .bklyn-video-grid.bklyn-video-grid-tablet-3-col {
    grid-template-columns: repeat(3, 1fr)
  }

  .bklyn-video-grid.bklyn-video-grid-tablet-4-col {
    grid-template-columns: repeat(4, 1fr)
  }

  .bklyn-video-grid.bklyn-video-grid-tablet-5-col {
    grid-template-columns: repeat(4, 1fr)
  }

  .bklyn-video-grid.bklyn-video-grid-tablet-6-col {
    grid-template-columns: repeat(4, 1fr)
  }
}

@media (max-width:768px) {
  .bklyn-video-grid.bklyn-video-grid-mobile-2-col {
    grid-template-columns: repeat(2, 1fr)
  }

  .bklyn-video-grid.bklyn-video-grid-mobile-3-col {
    grid-template-columns: repeat(3, 1fr)
  }

  .bklyn-video-grid.bklyn-video-grid-mobile-4-col {
    grid-template-columns: repeat(4, 1fr)
  }
}

.bklyn-video-grid>a {
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  border-right: 1px solid rgba(255, 255, 255, .2);
  display: block !important;
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

.bklyn-video-grid>a:hover,
.bklyn-video-grid>a.is-playing {
  background: rgba(0, 0, 0, .2)
}

@media (min-width:1025px) {
  .bklyn-video-grid.bklyn-video-grid-2-col>a:nth-child(2n) {
    border-right: none
  }

  .bklyn-video-grid.bklyn-video-grid-3-col>a:nth-child(2n+1):nth-last-child(-n+2),
  .bklyn-video-grid.bklyn-video-grid-3-col>a:nth-child(2n+1):nth-last-child(-n+2)~a {
    border-bottom: none
  }

  .bklyn-video-grid.bklyn-video-grid-3-col>a:nth-child(3n),
  .bklyn-video-grid.bklyn-video-grid-3-col>a:nth-child(3n+2) {
    border-right: none
  }

  .bklyn-video-grid.bklyn-video-grid-3-col>a:nth-child(3n+1):nth-last-child(-n+3),
  .bklyn-video-grid.bklyn-video-grid-3-col>a:nth-child(3n+1):nth-last-child(-n+3)~a {
    border-bottom: none
  }

  .bklyn-video-grid.bklyn-video-grid-4-col>a:nth-child(4n) {
    border-right: none
  }

  .bklyn-video-grid.bklyn-video-grid-4-col>a:nth-child(4n+1):nth-last-child(-n+4),
  .bklyn-video-grid.bklyn-video-grid-4-col>a:nth-child(4n+1):nth-last-child(-n+4)~a {
    border-bottom: none
  }

  .bklyn-video-grid.bklyn-video-grid-5-col>a:nth-child(5n) {
    border-right: none
  }

  .bklyn-video-grid.bklyn-video-grid-5-col>a:nth-child(5n+1):nth-last-child(-n+5),
  .bklyn-video-grid.bklyn-video-grid-5-col>a:nth-child(5n+1):nth-last-child(-n+5)~a {
    border-bottom: none
  }

  .bklyn-video-grid.bklyn-video-grid-5-col>a:nth-child(6n) {
    border-right: none
  }

  .bklyn-video-grid.bklyn-video-grid-5-col>a:nth-child(6n+1):nth-last-child(-n+6),
  .bklyn-video-grid.bklyn-video-grid-5-col>a:nth-child(6n+1):nth-last-child(-n+6)~a {
    border-bottom: none
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .bklyn-video-grid.bklyn-video-grid-tablet-2-col>a:nth-child(2n) {
    border-right: none
  }

  .bklyn-video-grid.bklyn-video-grid-tablet-3-col>a:nth-child(2n+1):nth-last-child(-n+2),
  .bklyn-video-grid.bklyn-video-grid-tablet-3-col>a:nth-child(2n+1):nth-last-child(-n+2)~a {
    border-bottom: none
  }
}

.bklyn-video-grid .bklyn-video-grid-content {
  position: relative;
  width: 100%;
  height: 25vh;
  padding: 1rem;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}

.ut-header-extra-module .ut-header-cart {
  position: relative
}

.ut-header-extra-module .ut-header-cart sup {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  position: absolute
}

#header-section-upper-area {
  position: relative;
  z-index: 50
}

#header-section-lower-area {
  position: relative;
  z-index: 1
}

#header-section .ut-header-extra-module .bklyn-btn-header .bklyn-btn {
  margin: 0;
  font-size: 12px
}

.ut-header-extra-module-right .sub-menu {
  right: 0
}

.ut-header-extra-module-small .ut-main-navigation-link .fa,
.ut-header-extra-module-small .ut-main-navigation-link i {
  font-size: 18px
}

#ut-header-primary-extra-module,
#ut-header-secondary-extra-module,
#ut-header-tertiary-extra-module {
  width: 100%
}

.ut-header-extra-module-custom-fields li i {
  margin-right: 10px
}

.ut-header-extra-module-buttons li:not(:first-child) {
  margin-left: 20px
}

.ut-header-extra-module-buttons li:first-child {
  margin-left: 0
}

.ut-horizontal-navigation>.ut-header-extra-module-buttons li a:after {
  display: none
}

.ut-header-extra-module-dropdown-menu .ut-main-navigation-link.sf-with-ul:before {
  font-family: 'Brooklyn-Core';
  font-size: 12px;
  content: "\e902";
  position: absolute
}

.ut-header-extra-module-dropdown-menu .ut-main-navigation-link.sf-with-ul:before {
  right: -20px
}

.ut-header-extra-module-dropdown-menu.ut-header-extra-module-right .ut-main-navigation-link.sf-with-ul:before {
  left: -20px
}

.ut-top-header-sub-menu {
  list-style: none;
  position: relative;
  z-index: 5
}

.ut-top-header-sub-menu li {
  float: left;
  position: relative
}

.ut-top-header-sub-menu a {
  display: block
}

.ut-top-header-sub-menu ul li {
  float: none
}

.ut-top-header-sub-menu ul li {
  margin: 0 !important
}

#header-section .ut-header-extra-module.ut-header-extra-module-rounded .ut-header-extra-module-toolbar li>a {
  border-radius: 50%;
  display: inline-block;
  text-align: center
}

#header-section.ut-header-light .ut-header-extra-module.ut-header-extra-module-rounded .ut-header-extra-module-toolbar li>a {
  background: #fafafa;
  color: #b3b3b3
}

#header-section.ut-header-light .ut-header-extra-module .ut-hamburger span {
  background: #151515
}

#header-section.ut-header-light .ut-header-extra-module .ut-hamburger span:before,
#header-section.ut-header-light .ut-header-extra-module .ut-hamburger span:after {
  background-color: #151515
}

#header-section[data-style=style-1] .ut-horizontal-navigation {
  float: left
}

#header-section[data-style=style-1] .ut-horizontal-navigation ul {
  float: left
}

#header-section[data-style=style-1] .ut-horizontal-navigation ul>li:first-child .ut-main-navigation-link {
  padding-left: 0
}

#header-section[data-style=style-1] .site-logo {
  text-align: right
}

#header-section[data-style=style-1] .ut-hamburger-wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

#header-section[data-style=style-2] #navigation.ut-horizontal-navigation,
#header-section[data-style=default] #navigation.ut-horizontal-navigation.ut-navigation-centered {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

#header-section[data-style=style-2] .ut-header-extra-module ul li:last-child:not(.ut-header-mini-cart-action) {
  padding-right: 0
}

#header-section[data-style=style-3] .ut-horizontal-navigation {
  float: left
}

#header-section[data-style=style-3] #navigation-secondary.ut-horizontal-navigation>ul {
  float: left
}

#header-section[data-style=style-4] #navigation.ut-horizontal-navigation {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

#header-section[data-style=style-5] #navigation.ut-horizontal-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

#header-section[data-style=style-5] .ut-header-primary-extra-module ul>li:first-child {
  padding-left: 0
}

#header-section[data-style=style-5] .ut-header-primary-extra-module {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

#header-section[data-style=style-5] .ut-horizontal-navigation ul>li:first-child .ut-main-navigation-link {
  padding-left: 0
}

#header-section[data-style=style-5] #ut-header-primary-extra-module.ut-horizontal-navigation ul {
  float: left
}

#header-section[data-style=style-6] .site-logo {
  text-align: right
}

#header-section[data-style=style-6] .ut-header-extra-module {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

#header-section[data-style=style-6] .ut-header-extra-module ul {
  margin-left: 0
}

#header-section[data-style=style-6] .ut-header-extra-module ul>li:first-child {
  padding-left: 0
}

#header-section[data-style=style-6] #ut-header-primary-extra-module ul,
#header-section[data-style=style-6] #ut-header-tertiary-extra-module ul {
  float: left
}

#header-section[data-style=style-6] #ut-header-tertiary-extra-module ul li:first-child .ut-main-navigation-link,
#header-section[data-style=style-6] #ut-header-primary-extra-module ul li:first-child .ut-main-navigation-link {
  padding-left: 0
}

#header-section[data-style=style-7] #navigation.ut-horizontal-navigation {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

#header-section[data-style=style-7] #ut-header-primary-extra-module ul {
  float: left
}

#header-section[data-style=style-7] #ut-header-primary-extra-module ul li:first-child .ut-main-navigation-link {
  padding-left: 0
}

#header-section[data-style=style-8] #ut-header-primary-extra-module ul {
  float: left
}

#header-section[data-style=style-8] #ut-header-primary-extra-module ul li:first-child .ut-main-navigation-link {
  padding-left: 0
}

#header-section[data-style=style-9] .site-logo {
  height: 160px
}

#header-section[data-style=style-9] #navigation.ut-horizontal-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  float: left
}

#header-section[data-style=style-9] #ut-header-primary-extra-module ul {
  float: left
}

#header-section[data-style=style-9] #ut-header-primary-extra-module ul li:first-child .ut-main-navigation-link {
  padding-left: 0
}

@media (max-width:767px) {
  #header-section[data-style=style-6] .site-logo-wrap {
    float: right
  }

  #header-section[data-style=style-6] .ut-hamburger-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

@media (min-width:768px) and (max-width:1024px) {
  #header-section[data-style=style-6] .site-logo-wrap {
    float: right
  }

  #header-section[data-style=style-6] .ut-hamburger-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

@media (min-width:1025px) {
  #header-section[data-style=style-9] .site-logo.ut-logo-has-img {
    line-height: 160px
  }

  #header-section[data-style=style-3] .site-logo,
  #header-section[data-style=style-4] .site-logo,
  #header-section[data-style=style-7] .site-logo,
  #header-section[data-style=style-8] .site-logo {
    text-align: center
  }
}

#ut-header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.ut-js #ut-header-search {
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh
}

.ut-js #ut-header-search.ut-header-search-ready {
  visibility: visible !important
}

.ut-js #ut-header-search:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 16, 18, .95)
}

#ut-overlay-menu {
  background: rgba(14, 16, 18, .95)
}

#ut-header-search-close-wrap {
  position: absolute;
  top: 40px;
  right: 40px
}

#ut-header-search-close {
  display: none
}

.ut-js #ut-header-search-close {
  display: block
}

#ut-header-searchform {
  margin: 5em 0
}

#ut-header-searchform input {
  font-family: inherit;
  font-size: 10vw;
  line-height: 1;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
  padding: .05em 0;
  color: #fff;
  border: none;
  border-bottom: 5px solid;
  margin-bottom: 0
}

#ut-header-searchform input::-webkit-input-placeholder {
  color: #fff
}

#ut-header-searchform input::-moz-placeholder {
  opacity: 1;
  color: #fff
}

#ut-header-searchform input:-ms-input-placeholder {
  color: #fff
}

#ut-header-searchform input::-webkit-search-cancel-button,
#ut-header-searchform input::-webkit-search-decoration {
  -webkit-appearance: none
}

#ut-header-searchform input::-ms-clear {
  display: none
}

.ut-header-search-info {
  display: block;
  width: 75%;
  margin: 0 auto;
  padding: .85em 0;
  text-align: right;
  color: #fff
}

.ut-header-search-related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  text-align: left;
  pointer-events: none
}

.ut-header-search-suggestion {
  width: 50%
}

.ut-header-search-suggestion:first-child {
  padding: 0 2em 0 0
}

.ut-header-search-suggestion:last-child {
  padding: 0 0 0 2em
}

.ut-header-search-suggestion h3 {
  margin: 0;
  color: #f2f2f2
}

.ut-header-search-suggestion h3:before {
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  padding: 0 .5em 0 0
}

.ut-header-search-suggestion p {
  font-size: 1.15em;
  line-height: 1.4;
  margin: .75em 0 0
}

.ut-js .main-wrap {
  position: relative;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s
}

.ut-js .main-wrap--move {
  -webkit-transform: scale3d(.7, .7, 1);
  transform: scale3d(.7, .7, 1)
}

.ut-js .main-wrap--move .btn--search {
  pointer-events: none;
  opacity: 0
}

.ut-js #ut-header-search {
  pointer-events: none
}

.ut-js #ut-header-search.ut-show-header-search {
  pointer-events: auto
}

.ut-js #ut-header-search:before {
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s
}

.ut-js #ut-header-search.ut-show-header-search:before {
  opacity: 1
}

#ut-header-search-close {
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s
}

.ut-show-header-search #ut-header-search-close {
  opacity: 1
}

.ut-header-search-suggestion,
.ut-header-search-info {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-transition: opacity .4s, -webkit-transform .4s;
  transition: opacity .4s, -webkit-transform .4s;
  -o-transition: opacity .4s, transform .4s;
  transition: opacity .4s, transform .4s;
  transition: opacity .4s, transform .4s, -webkit-transform .4s
}

.ut-show-header-search .ut-header-search-suggestion,
.ut-show-header-search .ut-header-search-info {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.ut-show-header-search .ut-header-search-suggestion:first-child {
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s
}

.ut-show-header-search .ut-header-search-suggestion:nth-child(2) {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s
}

#ut-header-searchform input {
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

.ut-show-header-search #ut-header-searchform input {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s
}

@media screen and (max-width:40em) {
  .ut-header-search-suggestion {
    font-size: 80%;
    width: 100%
  }

  .ut-header-search-suggestion:nth-child(2),
  .ut-header-search-suggestion:nth-child(3) {
    display: none
  }
}

.ut-horizontal-navigation .ut-nav-header h3 {
  cursor: default !important;
  margin-bottom: 20px;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
  height: 30px
}

.ut-horizontal-navigation .ut-megamenu {
  padding: 0;
  position: fixed;
  text-align: left;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  z-index: 99;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
  visibility: hidden;
  opacity: 0;
  pointer-events: none
}

.ut-horizontal-navigation .ut-megamenu.ut-megamenu-with-padding {
  left: 40px;
  right: 40px;
  width: calc(100% - 80px)
}

.ut-horizontal-navigation ul li:hover>.ut-megamenu {
  visibility: visible;
  opacity: 1;
  pointer-events: all
}

.ut-horizontal-navigation .ut-megamenu.ut-megamenu-centered {
  padding-left: 0;
  padding-right: 0
}

#header-section {
  -webkit-backface-visibility: hidden
}

.ut-horizontal-navigation .ut-megamenu .grid-container {
  padding-left: 0;
  padding-right: 0
}

.ut-horizontal-navigation .ut-megamenu.ut-megamenu-fullwidth .grid-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0
}

.ut-horizontal-navigation .ut-is-megamenu .ut-navigation-column ul {
  visibility: visible;
  position: relative;
  float: none;
  min-width: inherit
}

#header-section .ut-megamenu.ut-megamenu-fullwidth ul.ut-navigation-column-list li,
#header-section .ut-megamenu.ut-megamenu-centered ul.ut-navigation-column-list li {
  padding: 0 40px
}

#header-section .ut-megamenu ul.ut-navigation-column-list li {
  padding: 0 20px
}

#header-section.fullwidth .ut-megamenu:not(.ut-megamenu-fullwidth):not(.ut-megamenu-centered) ul.ut-navigation-column-list li {
  padding: 0 40px
}

.ut-horizontal-navigation ul.ut-navigation-column-list li>a:not(.bklyn-btn):not(.ut-megamenu-image) {
  background: 0 0 !important;
  font-size: 10px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: color .3s, background .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: color .3s, background .3s cubic-bezier(.215, .61, .355, 1);
  transition: color .3s, background .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.ut-horizontal-navigation ul.ut-navigation-column-list .bklyn-btn-menu a {
  margin: 0
}

.ut-navigation-column-list li.menu-item-object-megamenu-button a.bklyn-btn:after,
.ut-horizontal-navigation ul.ut-navigation-column-list li>a:after {
  display: none
}

.ut-horizontal-navigation .ut-megamenu-image-left {
  text-align: left
}

.ut-horizontal-navigation .ut-megamenu-image-right {
  text-align: right
}

.ut-horizontal-navigation .ut-megamenu-image-center {
  text-align: center
}

.ut-horizontal-navigation .ut-megamenu-image {
  display: inline-block !important
}

.ut-navigation-with-column-animation .ut-parent.ut-has-children ul.sub-menu>li,
.ut-navigation-with-column-animation .ut-is-megamenu .ut-navigation-column-list {
  -webkit-transform: translatey(15px);
  -ms-transform: translatey(15px);
  transform: translatey(15px);
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: all .3s cubic-bezier(.215, .61, .355, 1);
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.ut-navigation-with-column-animation .ut-parent.ut-has-children.sfHover ul.sub-menu>li,
.ut-navigation-with-column-animation .ut-is-megamenu.sfHover .ut-navigation-column-list {
  -webkit-transform: translatey(0px);
  -ms-transform: translatey(0px);
  transform: translatey(0px)
}

.ut-navigation-with-link-animation ul.sub-menu li a span,
.ut-navigation-with-link-animation .ut-navigation-column-list li a span {
  position: relative
}

.ut-navigation-with-link-animation ul.sub-menu li a span:after,
.ut-navigation-with-link-animation .ut-navigation-column-list li a span:after,
.ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background ul.sub-menu li a:after,
.ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background .ut-navigation-column-list li a:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 30px;
  right: 30px;
  bottom: 0;
  width: 0;
  z-index: -1;
  -webkit-transition: width .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: width .3s cubic-bezier(.215, .61, .355, 1);
  transition: width .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.ut-navigation-with-link-animation ul.sub-menu li a span:after,
.ut-navigation-with-link-animation .ut-navigation-column-list li a span:after {
  bottom: -4px;
  left: 0;
  right: 0
}

.ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background-static ul.sub-menu li a:after,
.ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background-static .ut-navigation-column-list li a:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: -1
}

.ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background .ut-navigation-column-list li a:after,
.ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background-static .ut-navigation-column-list li a:after {
  left: 0;
  right: 0
}

.ut-navigation-with-link-animation-type-background-static ul.sub-menu li a,
.ut-navigation-with-link-animation-type-background-static .ut-navigation-column-list li a,
.ut-navigation-with-link-animation-type-background ul.sub-menu li a,
.ut-navigation-with-link-animation-type-background .ut-navigation-column-list li a {
  margin-top: 1px
}

.ut-navigation-with-link-animation-type-background-static ul.sub-menu li:first-child a,
.ut-navigation-with-link-animation-type-background-static .ut-navigation-column-list li:first-child a,
.ut-navigation-with-link-animation-type-background ul.sub-menu li:first-child a,
.ut-navigation-with-link-animation-type-background .ut-navigation-column-list li:first-child a {
  margin-top: 0
}

.ut-navigation-with-link-animation ul.sub-menu li a:not(.bklyn-btn):hover span:after,
.ut-navigation-with-link-animation ul.sub-menu li.sfHover>a:not(.bklyn-btn) span:after,
.ut-navigation-with-link-animation .ut-navigation-column-list li a:not(.bklyn-btn):hover span:after {
  width: 100%
}

.ut-navigation-with-link-animation ul.sub-menu li a.active span:after,
.ut-navigation-with-link-animation ul.sub-menu li.current-menu-item>a span:after,
.ut-navigation-with-link-animation .ut-navigation-column-list li.current-menu-item>a span:after {
  width: 100%
}

.ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background ul.sub-menu li a:not(.bklyn-btn):hover:after,
.ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background ul.sub-menu li.sfHover>a:not(.bklyn-btn):after {
  width: calc(100% - 60px)
}

.ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background .ut-navigation-column-list li a:not(.bklyn-btn):hover:after {
  width: 100%
}

.ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background ul.sub-menu li a.active:after,
.ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background ul.sub-menu li.current-menu-item>a:after {
  width: calc(100% - 60px);
  opacity: 1
}

.ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background .ut-navigation-column-list li.current-menu-item>a:after {
  width: 100%;
  opacity: 1
}

.ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background-static ul.sub-menu li a:after,
.ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background-static .ut-navigation-column-list li a:after {
  opacity: 0
}

.ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background-static ul.sub-menu li a.active:after,
.ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background-static ul.sub-menu li.current-menu-item>a:after,
.ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background-static .ut-navigation-column-list li.current-menu-item>a:after,
.ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background-static ul.sub-menu li a:hover:after,
.ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background-static ul.sub-menu li.sfHover>a:after,
.ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background-static .ut-navigation-column-list li a:hover:after {
  opacity: 1
}

.ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background-static .ut-navigation-column-list li a span,
.ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background .ut-navigation-column-list li a span {
  padding-left: 0;
  -webkit-transition: padding .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: padding .3s cubic-bezier(.215, .61, .355, 1);
  transition: padding .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background-static .ut-navigation-column-list li a:hover span,
.ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background .ut-navigation-column-list li a:hover span {
  padding-left: 15px;
  -webkit-transition: padding .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: padding .3s cubic-bezier(.215, .61, .355, 1);
  transition: padding .3s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background-static .ut-navigation-column-list li.current-menu-item>a span,
.ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background .ut-navigation-column-list li.current-menu-item>a span {
  padding-left: 15px
}

.ut-navigation-column-list li .bklyn-btn-menu {
  margin-top: 17px;
  margin-bottom: 20px
}

.ut-navigation-column-list li:first-child .bklyn-btn-menu,
.ut-navigation-column-list li.ut-nav-header+li.menu-item-object-megamenu-button .bklyn-btn-menu {
  margin-top: 0;
  margin-bottom: 20px
}

.ut-navigation-column-list li:last-child .bklyn-btn-menu {
  margin-bottom: 0
}

.ut-horizontal-navigation.ut-navigation-with-link-animation-type-background ul.ut-navigation-column-list li>a,
.ut-horizontal-navigation.ut-navigation-with-link-animation-type-background ul.sub-menu li>a,
.ut-horizontal-navigation.ut-navigation-with-link-animation-type-background-static ul.ut-navigation-column-list li>a,
.ut-horizontal-navigation.ut-navigation-with-link-animation-type-background-static ul.sub-menu li>a {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important
}

[class*=ut-megamenu-grid-row] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  z-index: 1;
  position: relative
}

[class^=ut-megamenu-grid-col],
[class*=ut-megamenu-grid-col-] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 40px 0 0
}

[class^=ut-megamenu-grid-col] {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%
}

[class^=ut-megamenu-grid-col]:hover {
  z-index: 10000
}

[class^=ut-megamenu-grid-row][class^=ut-megamenu-grid-col],
[class^=ut-megamenu-grid-row][class*=ut-megamenu-grid-col-] {
  margin: 0;
  padding: 0
}

[class*=ut-megamenu-grid-row-1]>[class^=ut-megamenu-grid-col],
[class*=ut-megamenu-grid-row-1]>[class*=ut-megamenu-grid-col-] {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%
}

[class*=ut-megamenu-grid-row-2]>[class^=ut-megamenu-grid-col],
[class*=ut-megamenu-grid-row-2]>[class*=ut-megamenu-grid-col-] {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%
}

[class*=ut-megamenu-grid-row-3]>[class^=ut-megamenu-grid-col],
[class*=ut-megamenu-grid-row-3]>[class*=ut-megamenu-grid-col-] {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%
}

[class*=ut-megamenu-grid-row-4]>[class^=ut-megamenu-grid-col],
[class*=ut-megamenu-grid-row-4]>[class*=ut-megamenu-grid-col-] {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%
}

[class*=ut-megamenu-grid-row-5]>[class^=ut-megamenu-grid-col],
[class*=ut-megamenu-grid-row-5]>[class*=ut-megamenu-grid-col-] {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%
}

[class*=ut-megamenu-grid-row-6]>[class^=ut-megamenu-grid-col],
[class*=ut-megamenu-grid-row-6]>[class*=ut-megamenu-grid-col-] {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%
}

.ut-megamenu-grid-row-1 .ut-megamenu-grid-col {
  padding-top: 40px;
  padding-bottom: 40px
}

.ut-megamenu-grid-row-2 .ut-megamenu-grid-col:nth-child(2n+3) {
  border-left: none !important
}

.ut-megamenu-grid-row-2 .ut-megamenu-grid-col:nth-child(-n+2) {
  padding-top: 40px;
  padding-bottom: 40px
}

.ut-megamenu-grid-row-3 .ut-megamenu-grid-col:nth-child(3n+4) {
  border-left: none !important
}

.ut-megamenu-grid-row-3 .ut-megamenu-grid-col:nth-child(-n+3) {
  padding-top: 40px;
  padding-bottom: 40px
}

.ut-megamenu-grid-row-4 .ut-megamenu-grid-col:nth-child(4n+5) {
  border-left: none !important
}

.ut-megamenu-grid-row-4 .ut-megamenu-grid-col:nth-child(-n+4) {
  padding-top: 40px
}

.ut-megamenu-grid-row-4 .ut-megamenu-grid-col:nth-child(4n+1):nth-last-child(-n+4),
.ut-megamenu-grid-row-4 .ut-megamenu-grid-col:nth-child(4n+1):nth-last-child(-n+4)~.ut-megamenu-grid-col {
  padding-bottom: 40px
}

@media (min-width:1681px) {
  .ut-megamenu-grid-row-6 .ut-megamenu-grid-col:nth-child(6n+7) {
    border-left: none !important
  }

  .ut-megamenu-grid-row-6 .ut-megamenu-grid-col:nth-child(-n+6) {
    padding-top: 40px
  }

  .ut-megamenu-grid-row-6 .ut-megamenu-grid-col:nth-child(6n+1):nth-last-child(-n+6),
  .ut-megamenu-grid-row-6 .ut-megamenu-grid-col:nth-child(6n+1):nth-last-child(-n+6)~.ut-megamenu-grid-col {
    padding-bottom: 40px
  }

  .ut-megamenu-grid-row-5 .ut-megamenu-grid-col:nth-child(5n+6) {
    border-left: none !important
  }

  .ut-megamenu-grid-row-5 .ut-megamenu-grid-col:nth-child(-n+5) {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

@media (min-width:1025px) and (max-width:1680px) {
  .ut-megamenu-grid-row-6 .ut-megamenu-grid-col:nth-child(4n+5) {
    border-left: none !important
  }

  .ut-megamenu-grid-row-6 .ut-megamenu-grid-col:nth-child(-n+4) {
    padding-top: 40px
  }

  .ut-megamenu-grid-row-6 .ut-megamenu-grid-col:nth-child(4n+1):nth-last-child(-n+4),
  .ut-megamenu-grid-row-6 .ut-megamenu-grid-col:nth-child(4n+1):nth-last-child(-n+4)~.ut-megamenu-grid-col {
    padding-bottom: 40px
  }

  [class*=ut-megamenu-grid-row-6]>[class^=ut-megamenu-grid-col],
  [class*=ut-megamenu-grid-row-6]>[class*=ut-megamenu-grid-col-] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .ut-megamenu-grid-row-5 .ut-megamenu-grid-col:nth-child(4n+5) {
    border-left: none !important
  }

  .ut-megamenu-grid-row-5 .ut-megamenu-grid-col:nth-child(-n+4) {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .ut-megamenu-grid-row-5 .ut-megamenu-grid-col:nth-child(4n+1):nth-last-child(-n+4),
  .ut-megamenu-grid-row-5 .ut-megamenu-grid-col:nth-child(4n+1):nth-last-child(-n+4)~.ut-megamenu-grid-col {
    padding-bottom: 40px
  }

  [class*=ut-megamenu-grid-row-5]>[class^=ut-megamenu-grid-col],
  [class*=ut-megamenu-grid-row-5]>[class*=ut-megamenu-grid-col-] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }
}

@media (max-width:400px) {

  .hide-bg-on-mobile,
  .hide-bg-on-mobile>.parallax-scroll-container {
    background-image: none !important
  }

  #ut-sitebody .hide-bg-on-mobile,
  #ut-sitebody .hide-bg-on-mobile>.parallax-scroll-container {
    background-image: none !important
  }
}

@media (max-width:767px) {

  .hide-bg-on-mobile,
  .hide-bg-on-mobile>.parallax-scroll-container,
  .hide-bg-on-mobile>.parallax-scroll-container>.parallax-image-container {
    background-image: none !important
  }

  #ut-sitebody .hide-bg-on-mobile,
  #ut-sitebody .hide-bg-on-mobile>.parallax-scroll-container,
  #ut-sitebody .hide-bg-on-mobile>.parallax-scroll-container>.parallax-image-container {
    background-image: none !important
  }

  #ut-sitebody .vc_column_container.hide-bg-on-mobile>.vc_column-inner {
    background-image: none !important
  }
}

@media (min-width:768px) and (max-width:1024px) {

  .hide-bg-on-tablet,
  .hide-bg-on-tablet>.parallax-scroll-container,
  .hide-bg-on-tablet>.parallax-scroll-container>.parallax-image-container {
    background-image: none !important
  }

  #ut-sitebody .hide-bg-on-tablet,
  #ut-sitebody .hide-bg-on-tablet>.parallax-scroll-container,
  #ut-sitebody .hide-bg-on-tablet>.parallax-scroll-container>.parallax-image-container {
    background-image: none !important
  }

  #ut-sitebody .vc_column_container.hide-bg-on-tablet>.vc_column-inner {
    background-image: none !important
  }
}

@media (min-width:1025px) and (max-width:1600px) {

  .hide-bg-on-medium,
  .hide-bg-on-medium>.parallax-scroll-container,
  .hide-bg-on-medium>.parallax-scroll-container>.parallax-image-container {
    background-image: none !important
  }

  #ut-sitebody .hide-bg-on-medium,
  #ut-sitebody .hide-bg-on-medium>.parallax-scroll-container,
  #ut-sitebody .hide-bg-on-medium>.parallax-scroll-container>.parallax-image-container {
    background-image: none !important
  }

  #ut-sitebody .vc_column_container.hide-bg-on-medium>.vc_column-inner {
    background-image: none !important
  }
}

.ut-bklyn-onepage section:not(#ut-hero) .parallax-scroll-container {
  margin-top: -5%
}

@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

@keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

@-webkit-keyframes flash {

  0%,
  50%,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

@keyframes flash {

  0%,
  50%,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}

@-webkit-keyframes shake {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

@keyframes shake {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble
}

@-webkit-keyframes jello {

  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

@keyframes jello {

  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

.flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

@keyframes rollOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s
}

.animated.fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s
}

.animated.faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s
}

@media (prefers-reduced-motion:reduce),
(print) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important
  }
}

.rs-p-wp-fix {
  display: none !important;
  margin: 0 !important;
  height: 0 !important
}

.wp-block-themepunch-revslider {
  position: relative
}

rs-modal {
  position: fixed !important;
  z-index: 9999999 !important;
  pointer-events: none !important
}

rs-modal.rs-modal-auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto
}

rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

rs-modal rs-fullwidth-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%
}

rs-module-wrap.rs-modal {
  display: none;
  max-height: 100% !important;
  overflow: auto !important;
  pointer-events: auto !important
}

rs-module-wrap.hideallscrollbars.rs-modal {
  overflow: hidden !important;
  max-width: 100% !important
}

rs-modal-cover {
  width: 100%;
  height: 100%;
  z-index: 0;
  background: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  pointer-events: auto
}

body>rs-modal-cover {
  position: fixed;
  z-index: 9999995 !important
}

rs-sbg-px {
  pointer-events: none
}

.rs-forceuntouchable,
.rs-forceuntouchable * {
  pointer-events: none !important
}

.rs-forcehidden * {
  visibility: hidden !important
}

.rs_splitted_lines {
  display: block;
  white-space: nowrap !important
}

.rs-go-fullscreen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 9999999 !important;
  background: #fff
}

.rtl {
  direction: rtl
}

@font-face {
  font-family: 'revicons';
  src: url(//www.coaching-germany.de/wp-content/plugins/revslider/sr6/assets/css/../fonts/revicons/revicons.eot?5510888);
  src: url(//www.coaching-germany.de/wp-content/plugins/revslider/sr6/assets/css/../fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'), url(//www.coaching-germany.de/wp-content/plugins/revslider/sr6/assets/css/../fonts/revicons/revicons.woff?5510888) format('woff'), url(//www.coaching-germany.de/wp-content/plugins/revslider/sr6/assets/css/../fonts/revicons/revicons.ttf?5510888) format('truetype'), url(//www.coaching-germany.de/wp-content/plugins/revslider/sr6/assets/css/../fonts/revicons/revicons.svg?5510888#revicons) format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

[class^=revicon-]:before,
[class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: 400;
  speak: never;
  speak-as: spell-out;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em
}

rs-module i[class^=fa-],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^=fa-],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^=fa-],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^=fa-],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^=fa-],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^=fa-],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^=fa-],
#builderView i[class*=" 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
}

rs-module [class^=fa-]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^=fa-]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^=fa-]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^=fa-]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^=fa-]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^=fa-]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^=fa-]:before,
#builderView [class*=" fa-"]:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  speak: never;
  speak-as: spell-out;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin-right: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: 0
}

rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

.revicon-search-1:before {
  content: '\e802'
}

.revicon-pencil-1:before {
  content: '\e831'
}

.revicon-picture-1:before {
  content: '\e803'
}

.revicon-cancel:before {
  content: '\e80a'
}

.revicon-info-circled:before {
  content: '\e80f'
}

.revicon-trash:before {
  content: '\e801'
}

.revicon-left-dir:before {
  content: '\e817'
}

.revicon-right-dir:before {
  content: '\e818'
}

.revicon-down-open:before {
  content: '\e83b'
}

.revicon-left-open:before {
  content: '\e819'
}

.revicon-right-open:before {
  content: '\e81a'
}

.revicon-angle-left:before {
  content: '\e820'
}

.revicon-angle-right:before {
  content: '\e81d'
}

.revicon-left-big:before {
  content: '\e81f'
}

.revicon-right-big:before {
  content: '\e81e'
}

.revicon-magic:before {
  content: '\e807'
}

.revicon-picture:before {
  content: '\e800'
}

.revicon-export:before {
  content: '\e80b'
}

.revicon-cog:before {
  content: '\e832'
}

.revicon-login:before {
  content: '\e833'
}

.revicon-logout:before {
  content: '\e834'
}

.revicon-video:before {
  content: '\e805'
}

.revicon-arrow-combo:before {
  content: '\e827'
}

.revicon-left-open-1:before {
  content: '\e82a'
}

.revicon-right-open-1:before {
  content: '\e82b'
}

.revicon-left-open-mini:before {
  content: '\e822'
}

.revicon-right-open-mini:before {
  content: '\e823'
}

.revicon-left-open-big:before {
  content: '\e824'
}

.revicon-right-open-big:before {
  content: '\e825'
}

.revicon-left:before {
  content: '\e836'
}

.revicon-right:before {
  content: '\e826'
}

.revicon-ccw:before {
  content: '\e808'
}

.revicon-arrows-ccw:before {
  content: '\e806'
}

.revicon-palette:before {
  content: '\e829'
}

.revicon-list-add:before {
  content: '\e80c'
}

.revicon-doc:before {
  content: '\e809'
}

.revicon-left-open-outline:before {
  content: '\e82e'
}

.revicon-left-open-2:before {
  content: '\e82c'
}

.revicon-right-open-outline:before {
  content: '\e82f'
}

.revicon-right-open-2:before {
  content: '\e82d'
}

.revicon-equalizer:before {
  content: '\e83a'
}

.revicon-layers-alt:before {
  content: '\e804'
}

.revicon-popup:before {
  content: '\e828'
}

.tp-fullwidth-forcer {
  z-index: 0;
  pointer-events: none
}

rs-module-wrap {
  visibility: hidden
}

rs-module-wrap,
rs-module-wrap * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

rs-module-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block
}

.rs-fixedscrollon rs-module-wrap {
  position: fixed !important;
  top: 0 !important;
  z-index: 1000;
  left: 0 !important
}

.rs-stickyscrollon rs-module-wrap {
  position: sticky !important;
  top: 0;
  z-index: 1000
}

.rs-stickyscrollon {
  overflow: visible !important
}

rs-fw-forcer {
  display: block;
  width: 100%;
  pointer-events: none
}

rs-module {
  position: relative;
  overflow: hidden;
  display: block
}

rs-module.disableVerticalScroll {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg {
  display: block;
  pointer-events: none
}

rs-sbg-effectwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

rs-carousel-wrap rs-column rs-layer img {
  width: 0;
  height: 0
}

rs-sbg-px,
rs-sbg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block
}

a.rs-layer,
a.rs-layer:-webkit-any-link {
  text-decoration: none
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important
}

.entry-content rs-module a,
rs-module a {
  box-shadow: none
}

.rs-ov-hidden {
  overflow: hidden !important
}

.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide {
  overflow: visible !important
}

.rs-parallax-hidden-of rs-slide {
  overflow: hidden !important
}

.tp-simpleresponsive img,
rs-module img {
  max-width: none !important;
  transition: none;
  margin: 0;
  padding: 0;
  border: none
}

rs-module .no-slides-text {
  font-weight: 700;
  text-align: center;
  padding-top: 80px
}

rs-slides,
rs-slide,
rs-slide:before {
  position: absolute;
  text-indent: 0em;
  top: 0;
  left: 0
}

rs-slide,
rs-slide:before {
  display: block;
  visibility: hidden
}

.rs-layer .rs-untoggled-content {
  display: block
}

.rs-layer .rs-toggled-content {
  display: none
}

.rs-tc-active.rs-layer>.rs-toggled-content {
  display: block
}

.rs-tc-active.rs-layer>.rs-untoggled-content {
  display: none
}

.rs-layer-video {
  overflow: hidden
}

.rs_html5vidbasicstyles {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

rs-module rs-layer,
rs-module .rs-layer {
  opacity: 0;
  position: relative;
  visibility: hidden;
  display: block;
  -webkit-font-smoothing: antialiased !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
  font-display: swap
}

rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
  user-select: none
}

rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child {
  margin-bottom: 0
}

.rs-svg svg {
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: top
}

rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) {
  outline: none !important
}

rs-carousel-wrap {
  cursor: url(//www.coaching-germany.de/wp-content/plugins/revslider/sr6/assets/css/openhand.cur), move
}

rs-carousel-wrap.dragged {
  cursor: url(//www.coaching-germany.de/wp-content/plugins/revslider/sr6/assets/css/closedhand.cur), move
}

rs-carousel-wrap.noswipe {
  cursor: default
}

rs-carousel-wrap {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

rs-carousel-space {
  clear: both;
  display: block;
  width: 100%;
  height: 0;
  position: relative
}

.tp_inner_padding {
  box-sizing: border-box;
  max-height: none !important
}

.rs-layer.rs-selectable {
  user-select: text
}

rs-px-mask {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  position: relative
}

rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
  max-width: none !important;
  border: none
}

rs-bg-elem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  pointer-events: none
}

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  transform: scaleX(0) scaleY(0)
}

rs-zone {
  position: absolute;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  min-height: 50px;
  font-size: 0px;
  pointer-events: none
}

rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {
  display: block;
  visibility: hidden
}

rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap {
  display: block
}

rs-column-wrap>rs-mask-wrap,
rs-column-wrap>rs-loop-wrap {
  z-index: 1
}

rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap {
  transform-style: flat
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {

  rs-carousel-wrap rs-layer-wrap,
  rs-carousel-wrap rs-loop-wrap {
    backface-visibility: hidden;
    transform-style: preserve-3d
  }
}

.safarifix rs-layer-wrap {
  perspective: 1000000
}

@-moz-document url-prefix() {

  rs-layer-wrap,
  rs-mask-wrap,
  rs-cbg-mask-wrap {
    perspective: none
  }
}

rs-mask-wrap {
  overflow: hidden
}

rs-fullwidth-wrap {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
  max-width: none !important
}

.rev_row_zone_top {
  top: 0
}

.rev_row_zone_bottom {
  bottom: 0
}

.rev_row_zone_middle {
  top: 0
}

rs-column-wrap .rs-parallax-wrap {
  vertical-align: top
}

.rs-layer img,
rs-layer img {
  vertical-align: top
}

rs-row,
rs-row.rs-layer {
  display: table;
  position: relative;
  width: 100% !important;
  table-layout: fixed;
  box-sizing: border-box;
  vertical-align: top;
  height: auto;
  font-size: 0px
}

.rs-layer.rs-waction.iospermaccwait.permanenthidden {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important
}

rs-column-wrap {
  display: table-cell;
  position: relative;
  vertical-align: top;
  height: auto;
  box-sizing: border-box;
  font-size: 0px
}

rs-column {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100% !important;
  height: auto !important;
  white-space: normal !important
}

rs-cbg-mask-wrap {
  position: absolute;
  z-index: 0;
  box-sizing: border-box
}

rs-column-wrap rs-cbg-mask-wrap {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

rs-column-bg {
  position: absolute;
  z-index: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%
}

.rs-pelock * {
  pointer-events: none !important
}

rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap {
  text-align: inherit
}

rs-column rs-mask-wrap {
  display: inline-block
}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap {
  position: relative;
  left: auto;
  top: auto;
  line-height: 0
}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column {
  vertical-align: top
}

.rev_break_columns {
  display: block !important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap {
  display: block !important;
  width: 100% !important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
  visibility: hidden !important;
  display: none !important
}

a.rs-layer.rs-nointeraction>.div,
rs-layer.rs-nointeraction:not(a),
.rs-layer.rs-nointeraction:not(a) {
  pointer-events: none !important
}

rs-static-layers {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden
}

rs-static-layers.rs-stl-back {
  z-index: 0
}

.rs-stl-visible {
  overflow: visible !important
}

.rs-layer rs-fcr {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-bottom-width: 0 !important;
  border-top: 40px solid #00a8ff;
  position: absolute;
  right: 100%;
  top: 0
}

.rs-layer rs-fcrt {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-top-width: 0 !important;
  border-bottom: 40px solid #00a8ff;
  position: absolute;
  right: 100%;
  top: 0
}

.rs-layer rs-bcr {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00a8ff;
  border-top-width: 0 !important;
  position: absolute;
  left: 100%;
  top: 0
}

.rs-layer rs-bcrt {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00a8ff;
  border-bottom-width: 0 !important;
  position: absolute;
  left: 100%;
  top: 0
}

.tp-layer-inner-rotation {
  position: relative !important
}

img.tp-slider-alternative-image {
  width: 100%;
  height: auto
}

.noFilterClass {
  filter: none !important
}

rs-bgvideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block
}

.rs-layer.rs-fsv {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%
}

.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video {
  width: 100%;
  height: 100%
}

.rs-fsv video {
  background: #000
}

.fullcoveredvideo rs-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.videoisplaying .html5vid rs-poster {
  display: none
}

.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, .3);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  z-index: 3;
  margin-top: -25px;
  margin-left: -25px;
  line-height: 50px !important;
  text-align: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  z-index: 4;
  opacity: 0;
  transition: opacity .3s ease-out !important
}

.rs-ISM .tp-video-play-button {
  opacity: 1;
  transition: none !important;
  z-index: 6
}

.rs-audio .tp-video-play-button {
  display: none !important
}

.rs-layer .html5vid {
  width: 100% !important;
  height: 100% !important
}

.tp-video-play-button i {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center !important;
  vertical-align: top;
  line-height: 50px !important;
  font-size: 30px !important
}

.rs-layer:hover .tp-video-play-button {
  opacity: 1;
  display: block;
  z-index: 6
}

.rs-layer .tp-revstop {
  display: none;
  width: 15px;
  border-right: 5px solid #fff !important;
  border-left: 5px solid #fff !important;
  transform: translateX(50%) translateY(50%);
  height: 20px;
  margin-left: 11px !important;
  margin-top: 5px !important
}

.videoisplaying .revicon-right-dir {
  display: none
}

.videoisplaying .tp-revstop {
  display: block
}

.videoisplaying .tp-video-play-button {
  display: none
}

.fullcoveredvideo .tp-video-play-button {
  display: none !important
}

.rs-fsv .rs-fsv audio {
  object-fit: contain !important
}

.rs-fsv .rs-fsv video {
  object-fit: contain !important
}

.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button {
  display: none
}

@supports not (-ms-high-contrast:none) {
  .rs-fsv .fullcoveredvideo audio {
    object-fit: cover !important
  }

  .rs-fsv .fullcoveredvideo video {
    object-fit: cover !important
  }
}

.rs-fullvideo-cover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: 0 0;
  z-index: 5
}

.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls {
  display: none !important
}

.rs-audio .tp-video-controls {
  opacity: 1 !important;
  visibility: visible !important
}

rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer {
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0
}

rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before {
  content: none
}

rs-dotted {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: block;
  pointer-events: none
}

rs-sbg-wrap rs-dotted {
  z-index: 31
}

rs-dotted.twoxtwo {
  background: url(//www.coaching-germany.de/wp-content/plugins/revslider/sr6/assets/css/../assets/gridtile.png)
}

rs-dotted.twoxtwowhite {
  background: url(//www.coaching-germany.de/wp-content/plugins/revslider/sr6/assets/css/../assets/gridtile_white.png)
}

rs-dotted.threexthree {
  background: url(//www.coaching-germany.de/wp-content/plugins/revslider/sr6/assets/css/../assets/gridtile_3x3.png)
}

rs-dotted.threexthreewhite {
  background: url(//www.coaching-germany.de/wp-content/plugins/revslider/sr6/assets/css/../assets/gridtile_3x3_white.png)
}

.tp-shadowcover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  position: absolute;
  z-index: -1
}

.tp-shadow1 {
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .8)
}

.tp-shadow2:before,
.tp-shadow2:after,
.tp-shadow3:before,
.tp-shadow4:after {
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width: 300px;
  background: 0 0;
  box-shadow: 0 15px 10px rgba(0, 0, 0, .8);
  transform: rotate(-3deg)
}

.tp-shadow2:after,
.tp-shadow4:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto
}

.tp-shadow5 {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset
}

.tp-shadow5:before,
.tp-shadow5:after {
  content: "";
  position: absolute;
  z-index: -2;
  box-shadow: 0 0 25px 0px rgba(0, 0, 0, .6);
  top: 30%;
  bottom: 0;
  left: 20px;
  right: 20px;
  border-radius: 100px/20px
}

.rev-btn,
.rev-btn:visited {
  outline: none !important;
  box-shadow: none;
  text-decoration: none !important;
  box-sizing: border-box;
  cursor: pointer
}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
  text-transform: uppercase
}

.rev-btn i {
  font-size: inherit;
  font-weight: 400;
  position: relative;
  top: 0;
  transition: opacity .2s ease-out, margin .2s ease-out;
  margin-left: 0;
  line-height: inherit
}

.rev-btn.rev-hiddenicon i {
  font-size: inherit;
  font-weight: 400;
  position: relative;
  top: 0;
  transition: opacity .2s ease-out, margin .2s ease-out;
  opacity: 0;
  margin-left: 0 !important;
  width: 0 !important
}

.rev-btn.rev-hiddenicon:hover i {
  opacity: 1 !important;
  margin-left: 10px !important;
  width: auto !important
}

.rev-burger {
  position: relative;
  box-sizing: border-box;
  padding: 22px 14px;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, .25);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer
}

.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .7s;
  pointer-events: none;
  transform-style: flat !important
}

.rev-burger span:nth-child(2) {
  margin: 3px 0
}

.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg)
}

.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);
  opacity: 0
}

.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg)
}

.rev-burger.revb-white {
  border: 2px solid rgba(255, 255, 255, .2)
}

.rev-b-span-light span,
.rev-burger.revb-white span {
  background: #fff
}

.rev-burger.revb-whitenoborder {
  border: 0
}

.rev-burger.revb-whitenoborder span {
  background: #fff
}

.rev-burger.revb-darknoborder {
  border: 0
}

.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
  background: #333
}

.rev-burger.revb-whitefull {
  background: #fff;
  border: none
}

.rev-burger.revb-whitefull span {
  background: #333
}

.rev-burger.revb-darkfull {
  background: #333;
  border: none
}

.rev-burger.revb-darkfull span {
  background: #fff
}

@keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%
  }

  15% {
    opacity: 1;
    top: 70%
  }

  50% {
    opacity: 0;
    top: 70%
  }

  100% {
    opacity: 0;
    top: 29%
  }
}

.rev-scroll-btn {
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  width: 35px;
  height: 55px;
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 23px
}

.rev-scroll-btn>* {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #7f8c8d;
  color: #fff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px
}

.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*.active {
  color: #fff
}

.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*:active,
.rev-scroll-btn>*.active {
  opacity: .8
}

.rev-scroll-btn.revs-fullwhite {
  background: #fff
}

.rev-scroll-btn.revs-fullwhite span {
  background: #333
}

.rev-scroll-btn.revs-fulldark {
  background: #333;
  border: none
}

.rev-scroll-btn.revs-fulldark span {
  background: #fff
}

.rev-scroll-btn span {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  animation: rev-ani-mouse 2.5s linear infinite;
  background: #fff
}

.rev-scroll-btn.rev-b-span-dark {
  border-color: #333
}

.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
  background: #333
}

.rev-control-btn {
  position: relative;
  display: inline-block;
  z-index: 5;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  text-decoration: none;
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  text-shadow: none;
  background-color: rgba(0, 0, 0, .5);
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  cursor: pointer
}

.rev-cbutton-dark-sr {
  border-radius: 3px
}

.rev-cbutton-light {
  color: #333;
  background-color: rgba(255, 255, 255, .75)
}

.rev-cbutton-light-sr {
  color: #333;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, .75)
}

.rev-sbutton {
  line-height: 37px;
  width: 37px;
  height: 37px
}

.rev-sbutton-blue {
  background-color: #3b5998
}

.rev-sbutton-lightblue {
  background-color: #00a0d1
}

.rev-sbutton-red {
  background-color: #dd4b39
}

rs-progress {
  visibility: hidden;
  position: absolute;
  z-index: 200;
  width: 100%;
  height: 100%
}

rs-progress-bar,
.rs-progress-bar {
  display: block;
  z-index: 20;
  box-sizing: border-box;
  background-clip: content-box;
  position: absolute;
  line-height: 0;
  width: 100%;
  height: 100%
}

rs-progress-bgs {
  display: block;
  z-index: 15;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0
}

rs-progress-bg {
  display: block;
  background-clip: content-box;
  position: absolute;
  width: 100%;
  height: 100%
}

rs-progress-gap {
  display: block;
  background-clip: content-box;
  position: absolute;
  width: 100%;
  height: 100%
}

rs-progress-vis {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.rs-layer img {
  background: 0 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)
}

.rs-layer.slidelink {
  cursor: pointer;
  width: 100%;
  height: 100%
}

.rs-layer.slidelink a {
  width: 100%;
  height: 100%;
  display: block
}

.rs-layer.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(//www.coaching-germany.de/wp-content/plugins/revslider/sr6/assets/css/../assets/coloredbg.png) repeat
}

.rs-layer.slidelink a span {
  background: url(//www.coaching-germany.de/wp-content/plugins/revslider/sr6/assets/css/../assets/coloredbg.png) repeat;
  width: 100%;
  height: 100%;
  display: block
}

.rs-layer .rs-starring {
  display: inline-block
}

.rs-layer .rs-starring .star-rating {
  float: none;
  display: inline-block;
  vertical-align: top;
  color: #ffc321 !important
}

.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
  position: relative;
  height: 1em;
  width: 5.4em;
  font-family: star;
  font-size: 1em !important
}

.rs-layer .rs-starring .star-rating:before,
.rs-layer .rs-starring-page .star-rating:before {
  content: "\73\73\73\73\73";
  color: #e0dadf;
  float: left;
  top: 0;
  left: 0;
  position: absolute
}

.rs-layer .rs-starring .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  font-size: 1em !important
}

.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0
}

rs-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute
}

rs-loader.off {
  display: none !important
}

rs-loader.spinner0 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-image: url(//www.coaching-germany.de/wp-content/plugins/revslider/sr6/assets/css/../assets/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
  margin-top: -20px;
  margin-left: -20px;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px
}

rs-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
  margin-top: -20px;
  margin-left: -20px;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px
}

rs-loader.spinner5 {
  background-image: url(//www.coaching-germany.de/wp-content/plugins/revslider/sr6/assets/css/../assets/loader.gif);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-color: #fff;
  margin: -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px
}

@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
  }
}

rs-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: red;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
  border-radius: 100%;
  animation: tp-scaleout 1s infinite ease-in-out
}

@keyframes tp-scaleout {
  0% {
    transform: scale(0)
  }

  100% {
    transform: scale(1);
    opacity: 0
  }
}

rs-loader.spinner3 {
  margin: -9px 0 0 -35px;
  width: 70px;
  text-align: center
}

rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
  border-radius: 100%;
  display: inline-block;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation-fill-mode: both
}

rs-loader.spinner3 .bounce1 {
  animation-delay: -.32s
}

rs-loader.spinner3 .bounce2 {
  animation-delay: -.16s
}

@keyframes tp-bouncedelay {

  0%,
  80%,
  100% {
    transform: scale(0)
  }

  40% {
    transform: scale(1)
  }
}

rs-loader.spinner4 {
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: tp-rotate 2s infinite linear
}

rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  animation: tp-bounce 2s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15)
}

rs-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s
}

@keyframes tp-rotate {
  100% {
    transform: rotate(360deg)
  }
}

@keyframes tp-bounce {

  0%,
  100% {
    transform: scale(0)
  }

  50% {
    transform: scale(1)
  }
}

rs-layer iframe {
  visibility: hidden
}

rs-layer.rs-ii-o iframe {
  visibility: visible
}

rs-layer input[type=text],
rs-layer input[type=email],
rs-layer input[type=url],
rs-layer input[type=password],
rs-layer input[type=search],
rs-layer input[type=number],
rs-layer input[type=tel],
rs-layer input[type=range],
rs-layer input[type=date],
rs-layer input[type=month],
rs-layer input[type=week],
rs-layer input[type=time],
rs-layer input[type=datetime],
rs-layer input[type=datetime-local] {
  display: inline-block
}

rs-layer input::placeholder {
  vertical-align: middle;
  line-height: inherit !important
}

a.rs-layer {
  transition: none
}

rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow {
  display: block;
  pointer-events: all
}

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar {
  border: none;
  min-height: 0;
  margin: 0;
  border-radius: 0
}

.tp-tabs,
.tp-thumbs,
.tp-bullets {
  position: absolute;
  display: block;
  z-index: 1000;
  top: 0;
  left: 0
}

.tp-tab,
.tp-thumb {
  cursor: pointer;
  position: absolute;
  opacity: .5;
  box-sizing: border-box
}

.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

rs-poster {
  cursor: pointer;
  z-index: 3
}

.tp-tab.rs-touchhover,
.tp-tab.selected,
.tp-thumb.rs-touchhover,
.tp-thumb.selected {
  opacity: 1
}

.tp-tab-mask,
.tp-thumb-mask {
  box-sizing: border-box !important
}

.tp-tabs,
.tp-thumbs {
  box-sizing: content-box !important
}

.tp-bullet {
  width: 15px;
  height: 15px;
  position: absolute;
  background: #fff;
  background: rgba(255, 255, 255, .3);
  cursor: pointer
}

.tp-bullet.selected,
.tp-bullet.rs-touchhover {
  background: #fff
}

.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, .5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000
}

.tparrows.rs-touchhover {
  background: #000
}

.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center
}

.tparrows.tp-leftarrow:before {
  content: '\e824'
}

.tparrows.tp-rightarrow:before {
  content: '\e825'
}

.rs-layer [class^=pe-7s-]:before,
.rs-layer [class*=" pe-7s-"]:before,
.rs-layer [class^=pe-7s-],
.rs-layer [class*=" pe-7s-"] {
  width: auto;
  margin: 0;
  line-height: inherit;
  box-sizing: inherit
}

rs-pzimg-wrap {
  display: block
}

body.rtl .rs-pzimg {
  left: 0 !important
}

.rs_fake_cube {
  transform-style: preserve-3d
}

.rs_fake_cube,
.rs_fake_cube_wall {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 0;
  top: 0;
  z-index: 0
}

.rs-builder-mode rs-sbg-wrap canvas,
rs-sbg canvas {
  overflow: hidden;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.dddwrappershadow {
  box-shadow: 0 45px 100px rgba(0, 0, 0, .4)
}

.dddwrapper {
  transform-style: flat;
  perspective: 10000px
}

.rs_error_message_box {
  background: #111;
  width: 800px;
  margin: 40px auto;
  padding: 40px 20px;
  text-align: center;
  font-family: "Open Sans", sans-serif
}

.rs_error_message_oops {
  margin: 0 0 20px;
  line-height: 60px;
  font-size: 34px;
  color: #fff
}

.rs_error_message_content {
  margin: 0 0 20px;
  line-height: 25px;
  font-size: 17px;
  color: #fff
}

.rs_error_message_button {
  color: #fff !important;
  background: #333;
  display: inline-block;
  padding: 10px 15px;
  text-align: right;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none !important
}

.rs_error_message_button:hover {
  background: #5e35b1
}

.hglayerinfo {
  position: fixed;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  background: rgba(0, 0, 0, .75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal
}

.hginfo {
  position: absolute;
  top: -2px;
  left: -2px;
  color: #e74c3c;
  font-size: 12px;
  font-weight: 600;
  background: #000;
  padding: 2px 5px
}

.indebugmode .rs-layer:hover {
  border: 1px dashed #c0392b !important
}

.helpgrid {
  border: 2px dashed #c0392b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0
}

#revsliderlogloglog {
  padding: 15px;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 150px;
  background: rgba(0, 0, 0, .7);
  z-index: 100000;
  font-size: 10px;
  overflow: scroll
}

.aden {
  filter: hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)
}

.aden:after {
  background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
  mix-blend-mode: darken
}

.perpetua:after,
.reyes:after {
  mix-blend-mode: soft-light;
  opacity: .5
}

.inkwell {
  filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)
}

.perpetua:after {
  background: linear-gradient(to bottom, #005b9a, #e6c13d)
}

.reyes {
  filter: sepia(.22) brightness(1.1) contrast(.85) saturate(.75)
}

.reyes:after {
  background: #efcdad
}

.gingham {
  filter: brightness(1.05) hue-rotate(-10deg)
}

.gingham:after {
  background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
  mix-blend-mode: darken
}

.toaster {
  filter: contrast(1.5) brightness(.9)
}

.toaster:after {
  background: radial-gradient(circle, #804e0f, #3b003b);
  mix-blend-mode: screen
}

.walden {
  filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)
}

.walden:after {
  background: #04c;
  mix-blend-mode: screen;
  opacity: .3
}

.hudson {
  filter: brightness(1.2) contrast(.9) saturate(1.1)
}

.hudson:after {
  background: radial-gradient(circle, #a6b1ff 50%, #342134);
  mix-blend-mode: multiply;
  opacity: .5
}

.earlybird {
  filter: contrast(.9) sepia(.2)
}

.earlybird:after {
  background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
  mix-blend-mode: overlay
}

.mayfair {
  filter: contrast(1.1) saturate(1.1)
}

.mayfair:after {
  background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, .8), rgba(255, 200, 200, .6), #111 60%);
  mix-blend-mode: overlay;
  opacity: .4
}

.lofi {
  filter: saturate(1.1) contrast(1.5)
}

.lofi:after {
  background: radial-gradient(circle, transparent 70%, #222 150%);
  mix-blend-mode: multiply
}

._1977 {
  filter: contrast(1.1) brightness(1.1) saturate(1.3)
}

._1977:after {
  background: rgba(243, 106, 188, .3);
  mix-blend-mode: screen
}

.brooklyn {
  filter: contrast(.9) brightness(1.1)
}

.brooklyn:after {
  background: radial-gradient(circle, rgba(168, 223, 193, .4) 70%, #c4b7c8);
  mix-blend-mode: overlay
}

.xpro2 {
  filter: sepia(.3)
}

.xpro2:after {
  background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, .6) 110%);
  mix-blend-mode: color-burn
}

.nashville {
  filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)
}

.nashville:after {
  background: rgba(0, 70, 150, .4);
  mix-blend-mode: lighten
}

.nashville:before {
  background: rgba(247, 176, 153, .56);
  mix-blend-mode: darken
}

.lark {
  filter: contrast(.9)
}

.lark:after {
  background: rgba(242, 242, 242, .8);
  mix-blend-mode: darken
}

.lark:before {
  background: #22253f;
  mix-blend-mode: color-dodge
}

.moon {
  filter: grayscale(1) contrast(1.1) brightness(1.1)
}

.moon:before {
  background: #a0a0a0;
  mix-blend-mode: soft-light
}

.moon:after {
  background: #383838;
  mix-blend-mode: lighten
}

.clarendon {
  filter: contrast(1.2) saturate(1.35)
}

.clarendon:before {
  background: rgba(127, 187, 227, .2);
  mix-blend-mode: overlay
}

.willow {
  filter: grayscale(.5) contrast(.95) brightness(.9)
}

.willow:before {
  background-image: radial-gradient(circle, 40%, #d4a9af 55%, #000 150%);
  mix-blend-mode: overlay
}

.rise {
  filter: brightness(1.05) sepia(.2) contrast(.9) saturate(.9)
}

.rise:after {
  background: radial-gradient(circle, rgba(232, 197, 152, .8), transparent 90%);
  mix-blend-mode: overlay;
  opacity: .6
}

.rise:before {
  background: radial-gradient(circle, rgba(236, 205, 169, .15) 55%, rgba(50, 30, 7, .4));
  mix-blend-mode: multiply
}

._1977:after,
._1977:before,
rs-pzimg-wrap.aden:after,
.aden:before,
.brooklyn:after,
.brooklyn:before,
.clarendon:after,
.clarendon:before,
.earlybird:after,
.earlybird:before,
.gingham:after,
.gingham:before,
.hudson:after,
.hudson:before,
.inkwell:after,
.inkwell:before,
.lark:after,
.lark:before,
.lofi:after,
.lofi:before,
.mayfair:after,
.mayfair:before,
.moon:after,
.moon:before,
.nashville:after,
.nashville:before,
.perpetua:after,
.perpetua:before,
.reyes:after,
.reyes:before,
.rise:after,
.rise:before,
.slumber:after,
.slumber:before,
.toaster:after,
.toaster:before,
.walden:after,
.walden:before,
.willow:after,
.willow:before,
.xpro2:after,
.xpro2:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none
}

._1977,
.aden,
.brooklyn,
.clarendon,
.earlybird,
.gingham,
.hudson,
.inkwell,
.lark,
.lofi,
.mayfair,
.moon,
.nashville,
.perpetua,
.reyes,
.rise,
.slumber,
.toaster,
.walden,
.willow,
.xpro2 {
  position: absolute
}

._1977:before,
.aden:before,
.brooklyn:before,
.clarendon:before,
.earlybird:before,
.gingham:before,
.hudson:before,
.inkwell:before,
.lark:before,
.lofi:before,
.mayfair:before,
.moon:before,
.nashville:before,
.perpetua:before,
.reyes:before,
.rise:before,
.slumber:before,
.toaster:before,
.walden:before,
.willow:before,
.xpro2:before {
  z-index: 30
}

._1977:after,
.aden:after,
.brooklyn:after,
.clarendon:after,
.earlybird:after,
.gingham:after,
.hudson:after,
.inkwell:after,
.lark:after,
.lofi:after,
.mayfair:after,
.moon:after,
.nashville:after,
.perpetua:after,
.reyes:after,
.rise:after,
.slumber:after,
.toaster:after,
.walden:after,
.willow:after,
.xpro2:after {
  z-index: 40
}

.slumber {
  filter: saturate(.66) brightness(1.05)
}

.slumber:after {
  background: rgba(125, 105, 24, .5);
  mix-blend-mode: soft-light
}

.slumber:before {
  background: rgba(69, 41, 12, .4);
  mix-blend-mode: lighten
}

.willow:after {
  background-color: #d8cdcb;
  mix-blend-mode: color
}

.rs-safari .willow:after {
  background-color: rgba(100, 0, 0, .2)
}

@media not all and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance:none) {
    .willow {
      filter: grayscale(1) contrast(.95) brightness(.9)
    }

    .willow:after {
      background-color: transparent
    }
  }
}

rs-pzimg-wrap.perpetua:before,
rs-pzimg-wrap.perpetua:after,
rs-pzimg-wrap.nashville:before,
rs-pzimg-wrap.nashville:after,
rs-pzimg-wrap.xpro2:before,
rs-pzimg-wrap.xpro2:after,
rs-pzimg-wrap._1977:after,
rs-pzimg-wrap._1977:before,
rs-pzimg-wrap.aden:after,
rs-pzimg-wrap.aden:before,
rs-pzimg-wrap.brooklyn:after,
rs-pzimg-wrap.brooklyn:before,
rs-pzimg-wrap.clarendon:after,
rs-pzimg-wrap.clarendon:before,
rs-pzimg-wrap.earlybird:after,
rs-pzimg-wrap.earlybird:before,
rs-pzimg-wrap.gingham:after,
rs-pzimg-wrap.gingham:before,
rs-pzimg-wrap.hudson:after,
rs-pzimg-wrap.hudson:before,
rs-pzimg-wrap.inkwell:after,
rs-pzimg-wrap.inkwell:before,
rs-pzimg-wrap.lark:after,
rs-pzimg-wrap.lark:before,
rs-pzimg-wrap.lofi:after,
rs-pzimg-wrap.lofi:before,
rs-pzimg-wrap.mayfair:after,
rs-pzimg-wrap.mayfair:before,
rs-pzimg-wrap.moon:after,
rs-pzimg-wrap.moon:before,
rs-pzimg-wrap.reyes:after,
rs-pzimg-wrap.reyes:before,
rs-pzimg-wrap.rise:after,
rs-pzimg-wrap.rise:before,
rs-pzimg-wrap.slumber:after,
rs-pzimg-wrap.slumber:before,
rs-pzimg-wrap.toaster:after,
rs-pzimg-wrap.toaster:before,
rs-pzimg-wrap.walden:after,
rs-pzimg-wrap.walden:before,
rs-pzimg-wrap.willow:after,
rs-pzimg-wrap.willow:before,
rs-pzimg-wrap:before,
rs-pzimg-wrap:after {
  height: 500%;
  width: 500%
}

rs-loader.spinner6 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

rs-loader.spinner6 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-animation: rs-revealer-6 1.4s linear infinite;
  animation: rs-revealer-6 1.4s linear infinite
}

rs-loader.spinner6 .rs-spinner-inner span {
  position: absolute;
  vertical-align: top;
  border-radius: 100%;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 16px;
  transform-origin: center 20px;
  -webkit-transform-origin: center 20px
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(2) {
  transform: rotate(36deg);
  -webkit-transform: rotate(36deg);
  opacity: .1
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(3) {
  transform: rotate(72deg);
  -webkit-transform: rotate(72deg);
  opacity: .2
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(4) {
  transform: rotate(108deg);
  -webkit-transform: rotate(108deg);
  opacity: .3
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(5) {
  transform: rotate(144deg);
  -webkit-transform: rotate(144deg);
  opacity: .4
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(6) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  opacity: .5
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(7) {
  transform: rotate(216deg);
  -webkit-transform: rotate(216deg);
  opacity: .6
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(8) {
  transform: rotate(252deg);
  -webkit-transform: rotate(252deg);
  opacity: .7
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(9) {
  transform: rotate(288deg);
  -webkit-transform: rotate(288deg);
  opacity: .8
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(10) {
  transform: rotate(324deg);
  -webkit-transform: rotate(324deg);
  opacity: .9
}

@keyframes rs-revealer-6 {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

@-webkit-keyframes rs-revealer-6 {
  from {
    -webkit-transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg)
  }
}

rs-loader.spinner7 {
  width: 35px;
  height: 35px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

rs-loader.spinner7 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 0;
  border-radius: 100%;
  border: 2px solid;
  -webkit-animation: rs-revealer-7 .8s linear infinite;
  animation: rs-revealer-7 .8s linear infinite
}

@keyframes rs-revealer-7 {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

@-webkit-keyframes rs-revealer-7 {
  from {
    -webkit-transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg)
  }
}

rs-loader.spinner8 {
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

rs-loader.spinner8 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 0;
  text-align: left
}

rs-loader.spinner8 .rs-spinner-inner span {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-animation: rs-revealer-8 1.6s linear infinite;
  animation: rs-revealer-8 1.6s linear infinite
}

rs-loader.spinner8 .rs-spinner-inner span:last-child {
  animation-delay: -.8s;
  -webkit-animation-delay: -.8s
}

@keyframes rs-revealer-8 {
  0% {
    transform: scale(0, 0);
    opacity: .5
  }

  100% {
    transform: scale(1, 1);
    opacity: 0
  }
}

@-webkit-keyframes rs-revealer-8 {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: .5
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0
  }
}

rs-loader.spinner9 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

rs-loader.spinner9 .rs-spinner-inner span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rs-revealer-9 2s infinite ease-in-out;
  animation: rs-revealer-9 2s infinite ease-in-out
}

rs-loader.spinner9 .rs-spinner-inner span:last-child {
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}

@-webkit-keyframes rs-revealer-9 {

  0%,
  100% {
    -webkit-transform: scale(0)
  }

  50% {
    -webkit-transform: scale(1)
  }
}

@keyframes rs-revealer-9 {

  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0)
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
}

rs-loader.spinner10 {
  width: 54px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

rs-loader.spinner10 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 10px
}

rs-loader.spinner10 .rs-spinner-inner span {
  display: block;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: rs-revealer-10 1.2s infinite ease-in-out;
  animation: rs-revealer-10 1.2s infinite ease-in-out
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(2) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(3) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(4) {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(5) {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s
}

@-webkit-keyframes rs-revealer-10 {

  0%,
  100%,
  40% {
    -webkit-transform: scaleY(.4)
  }

  20% {
    -webkit-transform: scaleY(1)
  }
}

@keyframes rs-revealer-10 {

  0%,
  100%,
  40% {
    transform: scaleY(.4);
    -webkit-transform: scaleY(.4)
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1)
  }
}

rs-loader.spinner11 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

rs-loader.spinner11 .rs-spinner-inner {
  width: 100%;
  height: 100%
}

rs-loader.spinner11 .rs-spinner-inner span {
  display: block;
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: rs-revealer-11 1.3s infinite ease-in-out;
  animation: rs-revealer-11 1.3s infinite ease-in-out
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(1) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(2) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(3) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(4) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(5) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(6) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(7) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(8) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(9) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

@-webkit-keyframes rs-revealer-11 {

  0%,
  100%,
  70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1)
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1)
  }
}

@keyframes rs-revealer-11 {

  0%,
  100%,
  70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1)
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1)
  }
}

rs-loader.spinner12 {
  width: 35px;
  height: 35px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

rs-loader.spinner12 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  -webkit-animation: rs-revealer-12 1s infinite linear;
  animation: rs-revealer-12 1s infinite linear
}

@-webkit-keyframes rs-revealer-12 {
  0% {
    -webkit-transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes rs-revealer-12 {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

rs-loader.spinner13 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

rs-loader.spinner13 .rs-spinner-inner {
  width: 100%;
  height: 100%
}

rs-loader.spinner13 .rs-spinner-inner span {
  display: block;
  width: 40%;
  height: 40%;
  position: absolute;
  border-radius: 50%;
  -webkit-animation: rs-revealer-13 2s ease infinite;
  animation: rs-revealer-13 2s ease infinite
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(1) {
  animation-delay: -1.5s;
  -webkit-animation-delay: -1.5s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(2) {
  animation-delay: -1s;
  -webkit-animation-delay: -1s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(3) {
  animation-delay: -.5s;
  -webkit-animation-delay: -.5s
}

@keyframes rs-revealer-13 {

  0%,
  100% {
    transform: translate(0)
  }

  25% {
    transform: translate(160%)
  }

  50% {
    transform: translate(160%, 160%)
  }

  75% {
    transform: translate(0, 160%)
  }
}

@-webkit-keyframes rs-revealer-13 {

  0%,
  100% {
    -webkit-transform: translate(0)
  }

  25% {
    -webkit-transform: translate(160%)
  }

  50% {
    -webkit-transform: translate(160%, 160%)
  }

  75% {
    -webkit-transform: translate(0, 160%)
  }
}

rs-loader.spinner14 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

rs-loader.spinner14 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  animation: rs-revealer-14 1s infinite linear
}

rs-loader.spinner14 .rs-spinner-inner span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: -8px
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(1) {
  -webkit-animation: rs-revealer-14-1 2s infinite;
  animation: rs-revealer-14-1 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(2) {
  -webkit-animation: rs-revealer-14-2 2s infinite;
  animation: rs-revealer-14-2 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(3) {
  -webkit-animation: rs-revealer-14-3 2s infinite;
  animation: rs-revealer-14-3 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(4) {
  -webkit-animation: rs-revealer-14-4 2s infinite;
  animation: rs-revealer-14-4 2s infinite
}

@-webkit-keyframes rs-revealer-14-1 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
  }

  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0)
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0)
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
  }
}

@-webkit-keyframes rs-revealer-14-2 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
  }

  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0)
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0)
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
  }
}

@-webkit-keyframes rs-revealer-14-3 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
  }

  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0)
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0)
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
  }
}

@-webkit-keyframes rs-revealer-14-4 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
  }

  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0)
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0)
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
  }
}

@keyframes rs-revealer-14-1 {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
  }

  20% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0)
  }

  80% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0)
  }

  100% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
  }
}

@keyframes rs-revealer-14-2 {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
  }

  20% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0)
  }

  80% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0)
  }

  100% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
  }
}

@keyframes rs-revealer-14-3 {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
  }

  20% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0)
  }

  80% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0)
  }

  100% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
  }
}

@keyframes rs-revealer-14-4 {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
  }

  20% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0)
  }

  80% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0)
  }

  100% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
  }
}

rs-loader.spinner15 {
  width: 40px;
  height: 40px;
  margin-top: -4px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

rs-loader.spinner15 .rs-spinner-inner {
  width: 100%;
  height: 100%
}

rs-loader.spinner15 .rs-spinner-inner span {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rs-revealer-15 1.8s infinite ease-in-out;
  animation: rs-revealer-15 1.8s infinite ease-in-out
}

rs-loader.spinner15 .rs-spinner-inner:last-child {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s
}

@-webkit-keyframes rs-revealer-15 {
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(.5)
  }

  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)
  }

  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
  }

  100% {
    -webkit-transform: rotate(-360deg)
  }
}

@keyframes rs-revealer-15 {
  25% {
    transform: translateX(30px) rotate(-90deg) scale(.5);
    -webkit-transform: translateX(30px) rotate(-90deg) scale(.5)
  }

  50% {
    transform: translateX(30px) translateY(30px) rotate(-179deg);
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg)
  }

  50.1% {
    transform: translateX(30px) translateY(30px) rotate(-180deg);
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)
  }

  75% {
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
  }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg)
  }
}

.bgcanvas {
  display: none;
  position: absolute;
  overflow: hidden
}

.RSscrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px
}

.avada-has-rev-slider-styles .rev_slider_wrapper {
  transform: none
}