    /*
Theme Name: TLSSC
Version: 1.0.0
Author: OnlineMarketing.nl
Author URI: https://onlinemarketing.nl
Description: Webdesign for The Lean Six Sigma Company
Theme URI: https://onlinemarketing.nl
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onm_textdomain
Domain Path: /languages

/*-----------------------------------------------------------------*/
/* CSS RESET
/*-----------------------------------------------------------------*/

html {
    scroll-behavior: smooth;
    scroll-padding-top: 180px;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
}
.visible-desktop {
    display: inherit !important;
}
.visible-tablet {
    display: none !important;
}
.visible-phablet {
    display: none !important;
}
.visible-phone {
    display: none !important;
}
.visible-desktab {
    display: inherit !important;
}
.visible-phabphone {
    display: none !important;
}
.hidden-desktop {
    display: none !important;
}
.hidden-tablet {
    display: inherit !important;
}
.hidden-phablet {
    display: inherit !important;
}
.hidden-phone {
    display: inherit !important;
}
.hidden-desktab {
    display: none !important;
}
.hidden-phabphone {
    display: inherit !important;
}
.visible-loggedin {
    display: none !important;
}
.logged-in .visible-loggedin {
    display: inherit !important;
}
.hidden-loggedin {
    display: inherit !important;
}
.logged-in .hidden-loggedin {
    display: none !important;
}
.visible-loggedout {
    display: inherit !important;
}
.logged-in .visible-loggedout {
    display: none !important;
}
.hidden-loggedout {
    display: none !important;
}
.logged-in .hidden-loggedout {
    display: inherit !important;
}
@media print {
  .hidden-print, .hidden-print * {
    display: none !important;
  }
}
.hide,
.gfield_visibility_hidden {
    display: none !important;
}
.com #top_bar {
    display: none;
}
.com #logo_menu_bar {
    background: transparent;
    box-shadow: none;
}
.com .floating {
    position: absolute;
    z-index: 99;
    width: 70%;
    right: 0;
}
.com .mapplic-sidebar {
    padding-top: 100px;
}
.mapplic-search-input,
.mapplic-search-form {
    border: none !important;
}
.mapplic-list-location > a:hover {
    background-color: #F8F8F8 !important;
}
.mapplic-pin.transparent {
  display: none !important;
}
#user_switching_switch_on a{
  background: #000;
  text-align: center;
  padding: 10px;
  color: #fff;
  position: fixed;
  z-index: 99999999999999999!important;
  bottom: 0;
  width: 100%;
  cursor: pointer;
}
/*-----------------------------------------------------------------*/
/* Global styles
/*-----------------------------------------------------------------*/

html {
    min-height: 100%;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    background: #fff;
    margin: 0;
}
body > p {
    margin-bottom: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
.container {
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
}
section {
    position: relative;
    padding: 100px 0;
}
section.section_with_skew_border {
    padding: 70px 0;
    overflow: visible;
}
section > svg.skew_top {
    position: absolute !important;
    bottom: 100%;
    width: 100%;
    height: 30px;
    left:0px;
    z-index: 99;
}
section > svg.skew_bottom {
    position: absolute !important;
    top: 100%;
    width: 100%;
    height: 30px;
    z-index: 99;
}
::selection {
    color: #fff;
    background: #157cac;
}
a {
    color: #e60590;
    outline: none;
    -webkit-appearance: none;
    text-decoration: none !important;
    position: relative;
    transition: all 80ms ease-in;
    -webkit-transition: all 80ms ease-in;
}
p {
    margin-bottom: 24px;
    text-rendering: optimizeLegibility;
}
hr {
    background-color: #e1e9e9;
    display: block;
    height: 1px;
    border-color: #e1e9e9;
    border: 0;
    padding: 0;
    margin-bottom: 11px;
}
ul,
ol {
    margin-bottom: 24px;
    margin-left: 40px;
}
ul.no-style,
ul.answers,
ol.no-style,
ol.answers {
    list-style: none !important;
    list-style-position: none !important;
    margin: 0;
}
ul.no-style li a i,
ol.no-style li a i,
ul.no-style li p i,
ol.no-style li p i {
    position: absolute;
    left: 0;
    top: 3px;
    opacity: 0.3;
}
ul.no-style li a,
ol.no-style li a,
ul.no-style li p,
ol.no-style li p {
    padding-left: 20px;
    position: relative;
    display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    margin-bottom: 24px;
    font-weight: 500;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
}
h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
    margin-bottom: 0;
}
h1 {
    font-size: 50px;
    line-height: 55px;
}
h2 {
    font-size: 36px;
    line-height: 40px;
}
h3 {
    font-size: 25px;
    line-height: 29px;
}
h4 {
    font-size: 22px;
    line-height: 26px;
}
h5 {
    font-size: 18px;
    line-height: 22px;
}
h6 {
    font-size: 14px;
    line-height: 18px;
}
.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6 {
  text-transform: none;
  margin-bottom: 10px;
}
.post_content h2 {
  font-size: 26px;
}
.post_content h3 {
  font-size: 22px;
}
.post_content h4 {
  font-size: 18px;
}
.post_content h5 {
  font-size: 16px;
}
small {
    font-size: 80%;
}
.lead {
  font-size: 120%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
b,
strong {
    font-weight: bold;
}

.hidden {
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    display: none !important;
}
.left-align {
    text-align: left !important;
}
.right-align {
    text-align: right !important;
}
.center,
.center-align {
    text-align: center !important;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}
.float-none {
    float:none !important;
}

.overflow-visible {
    overflow:visible !important;
}

.position-relative {
    position: relative;
}

.m-0,
.no-margin {
    margin: 0 !important;
}
.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.d-block {
  display: block !important;
}

.d-inline-block {
    display:inline-block !important;
}

.d-flex {
  display: flex !important;
}
.p-0,
.no-padding {
    padding: 0 !important;
}

.p-10 {
    padding: 10px !important;
}

.p-25 {
    padding: 25px !important;
}

.mt-0 {
    margin-top: 0 !important
}
.mr-0 {
    margin-right: 0 !important
}
.mb-0 {
    margin-bottom: 0 !important
}
.ml-0 {
    margin-left: 0 !important
}
.mt-10 {
    margin-top: 10px !important
}
.mr-10 {
    margin-right: 10px !important
}
.mb-10 {
    margin-bottom: 10px !important
}
.ml-10 {
    margin-left: 10px !important
}
.mt-20 {
    margin-top: 20px !important
}
.mr-20 {
    margin-right: 20px !important
}
.mb-20 {
    margin-bottom: 20px !important
}
.ml-20 {
    margin-left: 20px !important
}
.pt-0 {
    padding-top: 0 !important
}
.pr-0 {
    padding-right: 0 !important
}
.pb-0 {
    padding-bottom: 0 !important
}
.pl-0 {
    padding-left: 0 !important
}
.pt-10 {
    padding-top: 10px !important
}
.pr-10 {
    padding-right: 10px !important
}
.pb-10 {
    padding-bottom: 10px !important
}
.pl-10 {
    padding-left: 10px !important
}
.pt-20 {
    padding-top: 20px !important
}
.pr-20 {
    padding-right: 20px !important
}
.pb-20 {
    padding-bottom: 20px !important
}
.pl-20 {
    padding-left: 20px !important
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
/**
    * Remove inner padding and border in Firefox 4+.
    */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
sub {
    vertical-align: sub;
    font-size: smaller;
}
sup {
    vertical-align: super;
    font-size: smaller;
}
img {
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
img.size-post {
    width: 100%;
}
img.responsive-img,
video.responsive-video {
    max-width: 100%;
    height: auto;
}
img.alignright,
.wp-caption.alignright {
    float: right;
    margin-right: -100px;
    margin-left: 20px;
}
img.alignleft,
.wp-caption.alignleft {
    float: left;
    margin-left: -100px;
    margin-right: 20px;
}
img.alignnone,
.wp-caption.alignnone {
    margin: auto;
}
img.aligncenter,
.wp-caption.aligncenter {
    margin: auto;
    display: block;
}
img.aligncenter.size-full,
.wp-caption.aligncenter.size-full {
    width: calc(100% + 200px) !important;
    max-width: none;
    margin: 50px -100px;
}
.wp-caption.aligncenter.size-full img {
    width: 100%;
}
.wp-caption {
    position: relative;
}
.wp-caption .wp-caption-text {
    margin: 0;
    border: 0px none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 11.25em 1.5em 1em;
    line-height: 1.625em;
    background: rgba(0, 0, 0, 0.6);
    background: -webkit-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.7) 100%);
    background: -moz-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.7) 100%);
}
.wp-caption.aligncenter {
    margin: 50px -100px;
    width: calc(100% + 200px) !important;
}
.wp-caption.aligncenter img {
    width: 100%;
}
.list-icons li {
    margin-left: 40px;
    line-height: 25px;
    position: relative;
}
.list-icons li i {
    position: absolute;
    left: -35px;
    font-size: 24px;
}
.list-icons li:hover {
    color: #000;
}
p > .highlighted,
p > .search-highlight {
    font-weight: bold;
}
i {
    line-height: inherit;
}
i.left {
    float: left;
    margin-right: 15px;
    line-height: inherit !important;
}
i.right {
    float: right;
    margin-left: 15px;
    line-height: inherit !important;
}
i.tiny {
    font-size: 1rem;
}
i.small {
    font-size: 2rem;
}
i.medium {
    font-size: 4rem;
}
i.large {
    font-size: 6rem;
}
iframe {
    max-width: 100%;
    min-width: 100%;
    margin: 0 !important;
}
.bg-borderless {
    box-shadow: none !important;
    border: none !important;
    color: #000 !important;
}

.bg-transparent-inverted {
    border-color: #555 !important;
    color: #555 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
.bg-transparent-inverted:hover {
    background-color: transparent !important;
    box-shadow: none !important;
}
.bg-transparent {
    background-color: transparent;
    color: #555 !important;
}
.bg-transparent-blue {
    background-color: transparent;
    color: #FFFFFF;
    border: #FFFFFF;
}
.bg-transparent-blue:hover {
    background-color: #2c9ef7 !important;
    border-color: #2c9ef7 !important;
    color:#fff !important;
}
.bg-transparent-blue-inverted {
    background-color: #2c9ef7 !important;
    border-color: #2c9ef7 !important;
    color:#fff !important;
}
.bg-transparent-blue-inverted:hover {
    background-color: transparent;
    color: #FFFFFF;
    border-color: #FFFFFF;
}
.tcvpb-inversed_text .bg-transparent {
    color: #555 !important;
}
.bg-magenta {
    background-color: #e60590;
    color: #fff !important;
}
.bg-white {
    background-color: #fff;
    color: #555 !important;
}
.bg-gray {
    background-color: #555;
    color: #fff !important;
}
.bg-blue {
    background-color: #507091;
    color: #fff !important;
}
.shadow {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
}
.gradient-gray-white {
  background: rgba(241,241,241,1);
  background: -moz-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,241,241,1)), color-stop(80%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff', GradientType=0 );
}
.spin {
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.pattern_overlayed {
    position: relative;
    color: #fff !important;
}
.pattern_overlayed .tcvpb_container {
    position: relative;
    z-index: 1;
}
.pattern_overlayed,
.pattern_overlayed_dotted,
.pattern_overlayed_dotted_2,
.pattern_overlayed_lined {
    position: relative;
    color: #fff !important;
}
.pattern_overlayed:before,
.pattern_overlayed .slick-slide:before,
.pattern_overlayed_dotted:before,
.pattern_overlayed_dotted .slick-slide:before,
.pattern_overlayed_dotted_2:before,
.pattern_overlayed_dotted_2 .slick-slide:before,
.pattern_overlayed_lined:before,
.pattern_overlayed_lined .slick-slide:before,
.pattern_overlayed_lined_h:before,
.pattern_overlayed_lined_h .slick-slide:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.pattern_overlayed .tcvpb_container,
.pattern_overlayed_dotted .tcvpb_container,
.pattern_overlayed_dotted_2 .tcvpb_container,
.pattern_overlayed_lined .tcvpb_container {
    position: relative;
    z-index: 1;
}
.pattern_overlayed:before,
.pattern_overlayed .slick-slide:before {
    background: rgba(0, 0, 0, 0.3);
}

.single-courses .pattern_overlayed:before,
.single-courses .pattern_overlayed .slick-slide:before {
    background: rgba(0, 0, 0, 0.5);
}


.pattern_overlayed_dotted:before,
.pattern_overlayed_dotted .slick-slide:before {
    background: rgba(95, 96, 97, 0.5);
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTMzRERGREYwOEZCMTFFNEI3OTRGMzQ4NzY5NkE0NzQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTMzRERGREUwOEZCMTFFNEI3OTRGMzQ4NzY5NkE0NzQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDMxRTgyODcwOENBMTFFNEExQzNCNTExOEU2Mjk2NUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDMxRTgyODgwOENBMTFFNEExQzNCNTExOEU2Mjk2NUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4jXJ0mAAAAF0lEQVR42mJmYGD4D8TnmEEEEDMABBgAGmcCoh16VmUAAAAASUVORK5CYII=');
}
.pattern_overlayed_dotted_2:before,
.pattern_overlayed_dotted_2 .slick-slide:before {
    opacity: 0.15;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB5JREFUeNpiZGBg+A8EjECagQnK+A/mMEAAWAYgwADf9ggBN+tpvAAAAABJRU5ErkJggg==');
}
.pattern_overlayed_lined:before,
.pattern_overlayed_lined .slick-slide:before {
    background: rgba(95, 96, 97, 0.2);
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABCAYAAAD0In+KAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzI0MDNENzY2QTUyMTFFM0FDMUJDNjY2MkRCNjlDMzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzI0MDNENzc2QTUyMTFFM0FDMUJDNjY2MkRCNjlDMzMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MjQwM0Q3NDZBNTIxMUUzQUMxQkM2NjYyREI2OUMzMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3MjQwM0Q3NTZBNTIxMUUzQUMxQkM2NjYyREI2OUMzMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrPT1y0AAAASSURBVHjaYmZgYPgPxHoAAQYABU0BMT/72gwAAAAASUVORK5CYII=');
}
.pattern_overlayed_lined_h:before,
.pattern_overlayed_lined_h .slick-slide:before {
    background: rgba(95, 96, 97, 0.2);
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAAYSURBVHjaYmZgYPjPzMDAoAcAAAD//wMABl8BNN6Jh64AAAAASUVORK5CYII=');
}

.mobile-margin-card:before {
    content:'';
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url('https://www.theleansixsigmacompany.nl/wp-content/uploads/sites/5/2019/10/driehoek-omhoog.png');
    background-position: center;
    background-repeat: no-repeat;
    top: -40px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

/*-------- 2.1. Clearfix --------*/

.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after {
    clear: both;
}
/*-------- 2.1. Inner columns --------*/

.container,
.tcvpb_container {
    width: 1170px;
    margin: 0 auto;
}
.tcvpb_container .tcvpb_container,
.content .tcvpb_container,
.content_with_right_sidebar .tcvpb_container,
.content_with_left_sidebar .tcvpb_container {
    width: 100%;
}
.row {
    width: 100%;
}
.row:before,
.row:after {
    line-height: 0;
    display: table;
    content: '';
}
.row:after {
    clear: both;
}
.row > [class*='span'] {
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 20px;
    margin-left: 2.564102564102564%;
}
.row > [class*='span']:first-child {
    margin-left: 0;
}
.row .span12 {
    width: 100%;
}
.row .span11 {
    width: 91.45299145299145%;
}
.row .span10 {
    width: 82.90598290598291%;
}
.row .span9 {
    width: 74.35897435897436%;
}
.row .span8 {
    width: 65.81196581196581%;
}
.row .span7 {
    width: 57.26495726495726%;
}
.row .span6 {
    width: 48.71794871794872%;
}
.row .span5 {
    width: 40.17094017094017%;
}
.row .span4 {
    width: 31.62393162393162%;
}
.row .span3 {
    width: 23.07692307692308%;
}
.row .span2 {
    width: 14.52991452991453%;
}
.row .span1 {
    width: 5.982905982905983%;
}
/*-------- 2.1. Columns & sections --------*/

.tcvpb-centered {
    text-align: center;
}
.tcvpb-inversed_text,
.tcvpb-inversed_text p,
.tcvpb-inversed_text a,
.tcvpb-inversed_text h1,
.tcvpb-inversed_text h2,
.tcvpb-inversed_text h3,
.tcvpb-inversed_text h4,
.tcvpb-inversed_text h5,
.tcvpb-inversed_text h6,
.tcvpb-inversed_text .btn,
.tcvpb-inversed_text blockquote p,
.tcvpb-support.tcvpb-inversed_text blockquote p,
.tcvpb-support.tcvpb-inversed_text blockquote p span {
    color: #fff;
}
.tcvpb_container:before,
.tcvpb_container:after {
    display: table;
    line-height: 0;
    content: "";
}
.tcvpb_container:after {
    clear: both;
}
.tcvpb_section_tc.section_with_header .tcvpb_container {
    margin-bottom: 0;
    margin-top: 0;
}
.section_body_fullwidth .tcvpb_section_content .tcvpb_container {
    width: 100%;
}
.tcvpb_section_tc {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}
.tcvpb_section_tc > * {
    position: relative;
}
.tcvpb_video_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    visibility: hidden;
}
.tcvpb_video_background .mejs-container {
    background: none !important;
}
.tcvpb_video_background .mejs-overlay-loading {
    display: none !important;
}
.tcvpb-parallax {
    background-position: 50% top;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
}
.tcvpb_container [class*="column_tc_span"] {
    display: block;
    float: left;
    min-height: 1px;
    margin-left: 2.564102564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tcvpb_column_tc_span3.calc {
    margin-left: Calc(2.564102564102564% + 50px);
}
.section_no_column_margin .tcvpb_container [class*="column_tc_span"],
.tcvpb_container [class*="column_tc_span"]:first-child,
.tcvpb_container .tcvpb_column_tc_span12 {
    margin-left: 0;
}
.tcvpb_column_tc_span12 {
    width: 100%;
}
.tcvpb_column_tc_span11 {
    width: 91.45299145299145%;
}
.tcvpb_column_tc_span10 {
    width: 82.90598290598291%;
}
.tcvpb_column_tc_span9 {
    width: 74.35897435897436%;
}
.tcvpb_column_tc_span8 {
    width: 65.81196581196581%;
}
.tcvpb_column_tc_span7 {
    width: 57.26495726495726%;
}
.tcvpb_column_tc_span6 {
    width: 48.71794871794872%;
}
.tcvpb_column_tc_span5 {
    width: 40.17094017094017%;
}
.tcvpb_column_tc_span4 {
    width: 31.62393162393162%;
}
.tcvpb_column_tc_span3 {
    width: 23.07692307692308%;
}
.tcvpb_column_tc_span2 {
    width: 14.52991452991453%;
}
.tcvpb_column_tc_span1 {
    width: 5.982905982905983%;
}
.section_no_column_margin .tcvpb_column_tc_span12 {
    width: 100%;
}
.section_no_column_margin .tcvpb_column_tc_span11 {
    width: 91.6666666666665%;
}
.section_no_column_margin .tcvpb_column_tc_span10 {
    width: 83.3333333333334%;
}
.section_no_column_margin .tcvpb_column_tc_span9 {
    width: 74.9999999999999%;
}
.section_no_column_margin .tcvpb_column_tc_span8 {
    width: 66.6666666666665%;
}
.section_no_column_margin .tcvpb_column_tc_span7 {
    width: 58.3333333333332%;
}
.section_no_column_margin .tcvpb_column_tc_span6 {
    width: 49.9999999999999%;
}
.section_no_column_margin .tcvpb_column_tc_span5 {
    width: 41.6666666666665%;
}
.section_no_column_margin .tcvpb_column_tc_span4 {
    width: 33.3333333333332%;
}
.section_no_column_margin .tcvpb_column_tc_span3 {
    width: 24.9999999999999%;
}
.section_no_column_margin .tcvpb_column_tc_span2 {
    width: 16.6666666666665%;
}
.section_no_column_margin .tcvpb_column_tc_span1 {
    width: 8.3333333333332%;
}
.section_equalize_5 .tcvpb_column_tc_span3,
.section_equalize_5 .tcvpb_column_tc_span2 {
    width: 17.95%;
}
.section_no_column_margin.section_equalize_5 .tcvpb_container [class*="column_tc_span"],
.section_equalize_5 .tcvpb_container [class*="column_tc_span"]:first-child {
    margin-left: 0;
}
.section_no_column_margin.section_equalize_5 .tcvpb_column_tc_span3,
.section_no_column_margin.section_equalize_5 .tcvpb_column_tc_span2 {
    width: 20%;
}
.tcvpb_section_tc header,
.tcvpb_section_tc footer {
    text-align: center;
    margin-bottom: 60px;
}
/*-------- Form --------*/

form {
    position: relative;
    padding-bottom: 12px;
    font-weight: 100;
}
form p {
    text-align: left;
}
#address {
    position: relative;
}
#address input.loading {
    background: url('images/loader-dark.svg') no-repeat center center #fff;
    color: #ccc;
}
#address input.loading::-webkit-input-placeholder {
    color: #ccc;
}
#address input.loading:-moz-placeholder {
    color: #ccc;
}
#address input.loading::-moz-placeholder {
    color: #ccc;
}
#address input.loading:-ms-input-placeholder {
    color: #ccc;
}
#address .fa-crosshairs {
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 25px;
    color: #ccc;
    cursor: pointer;
    background: #fff;
    padding: 6px 14px;
}
#address .fa-crosshairs.active,
#address .fa-crosshairs:hover {
    color: #333;
}
input {
    line-height: normal;
}
input,
select,
textarea {
    outline: 0;
    background: transparent;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea.small {
    max-height: 80px;
}
select {
    cursor: pointer;
    width: 100%;
    max-height: 39px;
    background: url('images/select-arrow.png') no-repeat right center #fff;
    background-size: 36px 41px;
    border: 1px solid #ccc;
    padding: 9px 48px 10px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
}
select.loading {
    background-image: url('images/select-arrow-ajax-loader.gif');
    background-size: 64px 41px;
}
select.flat {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
select.small {
    padding: 3px 10px;
}
select.float {
    position: absolute;
    z-index: 9;
}
select.float.left {
    left: 0;
}
select.float.right {
    right: 0;
}
select.float.top {
    top: 0;
}
select.float.bottom {
    bottom: 0;
}
select.right {
    float: right;
}
textarea {
    max-width: 100%;
    max-width: calc(100% - 15px);
    padding-left: 15px !important;
    text-indent: 0 !important;
}
.placeholder {
    color: #555;
}
::-webkit-input-placeholder {
    color: #555;
}
:-moz-placeholder {
    /* Firefox 18- */

    color: #555;
}
::-moz-placeholder {
    /* Firefox 19+ */

    color: #555;
}
:-ms-input-placeholder {
    color: #555;
}
.loader {
    position: absolute;
    text-align: center;
    padding: 6px 0;
    background-color: rgba(255, 255, 255, 0.34);
    color: #3C3C3C;
    font-size: 25px;
    display: none;
}
.loader.show {
    display: initial;
}
input[type=range] {
    -webkit-appearance: slider-horizontal;
    -moz-appearance: slider-horizontal;
    appearance: slider-horizontal;
    width: 100%;
}
.rangeslider,
.rangeslider__fill {
    display: block;
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.rangeslider {
    background: #e6e6e6;
    position: relative;
    margin-top: 20px;
}
.rangeslider.disabled {
    opacity: 0.4;
    pointer-events: none;
}
.rangeslider--horizontal {
    height: 20px;
    width: 100%;
}
.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%;
}
.rangeslider--disabled {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}
.rangeslider__fill {
    background: #a8bac7;
    position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
}
.rangeslider__handle {
    background: white;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 9px 0px;
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.rangeslider--horizontal .rangeslider__handle {
    top: -10px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea {
    display: block;
    width: 100%;
    text-indent: 15px;
    background: #fff;
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 0px 0px 1px #ccc;
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 0px 0px 1px #ccc;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 0px 0px 1px #ccc;
}
input[type=text]:disabled,
input[type=text][readonly="readonly"]:not(.hasDatepicker),
input[type=password]:disabled,
input[type=password][readonly="readonly"],
input[type=email]:disabled,
input[type=email][readonly="readonly"],
input[type=url]:disabled,
input[type=url][readonly="readonly"],
input[type=time]:disabled,
input[type=time][readonly="readonly"],
input[type=date]:disabled,
input[type=date][readonly="readonly"],
input[type=datetime-local]:disabled,
input[type=datetime-local][readonly="readonly"],
input[type=tel]:disabled,
input[type=tel][readonly="readonly"],
input[type=number]:disabled,
input[type=number][readonly="readonly"],
input[type=search]:disabled,
input[type=search][readonly="readonly"],
textarea:disabled,
textarea[readonly="readonly"] {
    background: #f9f9f9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
input[type=text]:disabled + label,
input[type=text][readonly="readonly"] + label,
input[type=password]:disabled + label,
input[type=password][readonly="readonly"] + label,
input[type=email]:disabled + label,
input[type=email][readonly="readonly"] + label,
input[type=url]:disabled + label,
input[type=url][readonly="readonly"] + label,
input[type=time]:disabled + label,
input[type=time][readonly="readonly"] + label,
input[type=date]:disabled + label,
input[type=date][readonly="readonly"] + label,
input[type=datetime-local]:disabled + label,
input[type=datetime-local][readonly="readonly"] + label,
input[type=tel]:disabled + label,
input[type=tel][readonly="readonly"] + label,
input[type=number]:disabled + label,
input[type=number][readonly="readonly"] + label,
input[type=search]:disabled + label,
input[type=search][readonly="readonly"] + label,
textarea:disabled + label,
textarea[readonly="readonly"] + label {
    color: rgba(0, 0, 0, 0.26);
}
input[type=text].valid,
input[type=text]:focus.valid,
input[type=password].valid,
input[type=password]:focus.valid,
input[type=email].valid,
input[type=email]:focus.valid,
input[type=url].valid,
input[type=url]:focus.valid,
input[type=time].valid,
input[type=time]:focus.valid,
input[type=date].valid,
input[type=date]:focus.valid,
input[type=datetime-local].valid,
input[type=datetime-local]:focus.valid,
input[type=tel].valid,
input[type=tel]:focus.valid,
input[type=number].valid,
input[type=number]:focus.valid,
input[type=search].valid,
input[type=search]:focus.valid,
textarea.valid,
textarea:focus.valid {
    color: #4CAF50;
}
input[type=text].valid + label:after,
input[type=text]:focus.valid + label:after,
input[type=password].valid + label:after,
input[type=password]:focus.valid + label:after,
input[type=email].valid + label:after,
input[type=email]:focus.valid + label:after,
input[type=url].valid + label:after,
input[type=url]:focus.valid + label:after,
input[type=time].valid + label:after,
input[type=time]:focus.valid + label:after,
input[type=date].valid + label:after,
input[type=date]:focus.valid + label:after,
input[type=datetime-local].valid + label:after,
input[type=datetime-local]:focus.valid + label:after,
input[type=tel].valid + label:after,
input[type=tel]:focus.valid + label:after,
input[type=number].valid + label:after,
input[type=number]:focus.valid + label:after,
input[type=search].valid + label:after,
input[type=search]:focus.valid + label:after,
textarea.valid + label:after,
textarea:focus.valid + label:after {} input[type=text].invalid,
input[type=text]:focus.invalid,
input[type=password].invalid,
input[type=password]:focus.invalid,
input[type=email].invalid,
input[type=email]:focus.invalid,
input[type=url].invalid,
input[type=url]:focus.invalid,
input[type=time].invalid,
input[type=time]:focus.invalid,
input[type=date].invalid,
input[type=date]:focus.invalid,
input[type=datetime-local].invalid,
input[type=datetime-local]:focus.invalid,
input[type=tel].invalid,
input[type=tel]:focus.invalid,
input[type=number].invalid,
input[type=number]:focus.invalid,
input[type=search].invalid,
input[type=search]:focus.invalid,
textarea.invalid,
textarea:focus.invalid {
    color: #F44336;
}
input[type=text].invalid + label:after,
input[type=text]:focus.invalid + label:after,
input[type=password].invalid + label:after,
input[type=password]:focus.invalid + label:after,
input[type=email].invalid + label:after,
input[type=email]:focus.invalid + label:after,
input[type=url].invalid + label:after,
input[type=url]:focus.invalid + label:after,
input[type=time].invalid + label:after,
input[type=time]:focus.invalid + label:after,
input[type=date].invalid + label:after,
input[type=date]:focus.invalid + label:after,
input[type=datetime-local].invalid + label:after,
input[type=datetime-local]:focus.invalid + label:after,
input[type=tel].invalid + label:after,
input[type=tel]:focus.invalid + label:after,
input[type=number].invalid + label:after,
input[type=number]:focus.invalid + label:after,
input[type=search].invalid + label:after,
input[type=search]:focus.invalid + label:after,
textarea.invalid + label:after,
textarea:focus.invalid + label:after {} input[type=text] + label:after,
input[type=password] + label:after,
input[type=email] + label:after,
input[type=url] + label:after,
input[type=time] + label:after,
input[type=date] + label:after,
input[type=datetime-local] + label:after,
input[type=tel] + label:after,
input[type=number] + label:after,
input[type=search] + label:after,
textarea + label:after {
    display: block;
    content: "";
    position: absolute;
    top: 65px;
    opacity: 0;
    transition: .2s opacity ease-out, .2s color ease-in-out;
}
[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}
[type="radio"]:not(:checked)+label,
[type="radio"]:checked+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[type="radio"]:not(:checked)+label > i,
[type="radio"]:checked+label > i {
    position: relative;
    top: 2px;
    padding-left: 5px;
}
[type="radio"]:not(:checked)+label:after {
    border-radius: 50%;
    border: 1px solid #CCCCCC;
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]+label:before,
[type="radio"]+label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    transition: .28s ease;
}
[type="radio"]+label:before {
    border-radius: 50%;
    border: 1px solid #CCCCCC;
    background: #fff;
}
[type="radio"]:checked+label:after {
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    background-color: #E60590;
    z-index: 0;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    /* Remove default checkbox */

    visibility: hidden;
}
[type="checkbox"]+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}
[type="checkbox"]:checked+label:before {
    top: 1px;
    left: 1px;
    width: 2px;
    height: 11px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
[type="checkbox"]+label:after {
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
}
[type="checkbox"]:not(:checked)+label:after {
    height: 17px;
    width: 17px;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    top: 0px;
    z-index: 0;
}
[type="checkbox"]:checked+label:after {
    top: 0px;
    width: 17px;
    height: 17px;
    border: 1px solid #E60590;
    background-color: #E60590;
    z-index: 0;
}
[type="checkbox"]+label:before,
[type="checkbox"]+label:after {
    content: '';
    left: 0;
    position: absolute;
    transition: background-color .25s;
    z-index: 1;
}
.file-field {
    position: relative;
}
.file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px;
}
.file-field input.file-path {
    width: 100%;
}
.file-field .btn,
.file-field .btn-large {
    float: left;
    height: 3rem;
    line-height: 3rem;
}
.file-field span {
    cursor: pointer;
}
.file-field input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
input[type=image] {
    border: none !important;
    padding: 0 !important;
    width: auto !important;
}
.edit_fields .ginput_container {
    position: relative;
}
.edit_fields .ginput_container:hover:after {
    content: "\f040";
    font-family: 'font_awesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    z-index: 9;
    top: 12px;
    right: 10px;
    color: #000;
}
.edit_fields input[type=text],
.edit_fields input[type=password],
.edit_fields input[type=email],
.edit_fields input[type=url],
.edit_fields input[type=time],
.edit_fields input[type=date],
.edit_fields input[type=datetime-local],
.edit_fields input[type=tel],
.edit_fields input[type=number],
.edit_fields input[type=search],
.edit_fields textarea {
    background: #f9f9f9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}
.edit_fields input[type=text]:focus,
.edit_fields input[type=password]:focus,
.edit_fields input[type=email]:focus,
.edit_fields input[type=url]:focus,
.edit_fields input[type=time]:focus,
.edit_fields input[type=date]:focus,
.edit_fields input[type=datetime-local]:focus,
.edit_fields input[type=tel]:focus,
.edit_fields input[type=number]:focus,
.edit_fields input[type=search]:focus,
.edit_fields textarea:focus {
    background: #fff;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 0px 0px 1px #ccc;
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 0px 0px 1px #ccc;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 0px 0px 1px #ccc;
    cursor: inherit;
}
.gform_wrapper {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@keyframes pulseGformWrapper { /* flame pulses */
  0%   {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50%  {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.gform_wrapper.attention {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    animation: pulseGformWrapper 1s 1 1s;
    background: #ffefef;
    -webkit-box-shadow: 0px 0px 0px 10px #ffefef;
    -moz-box-shadow: 0px 0px 0px 10px #ffefef;
    box-shadow: 0px 0px 0px 10px #ffefef;
}
.gform_wrapper ul {
    list-style-type: none;
    margin-left: 0;
}
.gform_wrapper ul.gfield_checkbox {
    margin-bottom: 0;
}
.gform_wrapper .hidden_label ul.gfield_checkbox label,
.gform_wrapper .hidden_label ul.gfield_radio label {
    display: inline-block;
}
.gform_wrapper .field_sublabel_hidden_label label {
    display: none;
}
.gform_wrapper .hidden_field{
    display:none;
}
.site-1 #gform_21 .gform_footer{
    display:none;
}

.gfield_price {
    font-size: 30px;
    color: #3aa93d;
    margin-bottom: 20px;
}

.gfield_price.gfield_product {
    padding: 10px;
    float: left;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 0px 0px 1px #ccc;
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 0px 0px 1px #ccc;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 0px 0px 1px #ccc;
}
.gf_price_overview {
    background: #F1F1F1;
    padding: 20px;
    margin-bottom: 0 !important;
}
.gf_price_overview.gf_price_total {
    border-top: 1px solid #ccc;
}
.gfield_price.gfield_product:hover {
    -webkit-box-shadow: inset 0px 0px 0px 1px #ccc;
    -moz-box-shadow: inset 0px 0px 0px 1px #ccc;
    box-shadow: inset 0px 0px 0px 1px #ccc;
}
.gfield_price.gfield_product .gfield_label {
    text-align: center;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.gfield_price.gfield_product .gfield_description {
    border: 1px solid #ccc;
}
.ginput_product_price_label {
    display: none;
}
.gfield_price.gfield_product .ginput_product_price {
    font-size: 30px;
    line-height: 35px;
    float: right;
    margin-top: 20px;
}
.gfield_price.gfield_product .ginput_quantity_label {
    display: block;
    clear: both;
}
.price-section {
    background: #f1f1f1;
    padding: 20px 20px 0 20px;
    margin-top: 40px;
}
.price-section .gsection_title {
    margin-top: 0 !important;
}
.payment-methods {
    background: #f1f1f1;
    padding: 20px 20px 1px 20px;
    margin-bottom: -10px;
}
.payment-method {
    background: #f1f1f1;
    padding: 0 20px 20px 20px;
}
.gfield_calculation {
    background: #f1f1f1;
    margin-bottom: 0;
    padding: 0 20px 20px 20px;
}
section[style="background-color:rgb(241, 241, 241);"] .price-section,
section[style="background-color:rgb(241, 241, 241);"] .payment-methods,
section[style="background-color:rgb(241, 241, 241);"] .payment-method,
section[style="background-color:rgb(241, 241, 241);"] .gfield_calculation {
    background: #fff !important;
}
.gform_wrapper li:first-child h2.gsection_title {
    margin-top: 0;
}
.gform_wrapper h2.gsection_title {
    margin-bottom: 0;
    margin-top: 40px;
    font-size: 14px;
    text-transform: inherit;
}
.gform_wrapper .hidden_label label {
    display: none;
}
.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute,
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
    width: 40px;
    display: inline-block;
}
.gform_wrapper .gfield_time_hour i {
    width: 30px;
    text-align: center;
    float: right;
}
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
    margin-right: 10px
}
.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_year {
    display: inline-block;
}
.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_year {
    margin-right: 10px
}
.gform_wrapper .gfield_time_ampm {
    display: inline-block;
}
.gform_wrapper .field_name_first,
.gform_wrapper .field_name_middle,
.gform_wrapper .field_name_last {
    width: 49.5%;
    display: inline-block;
}
.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right {
    width: 48.5%;
    display: -moz-inline-stack;
    vertical-align: top;
}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
    clear: right
}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name {
    width: 99%
}
.gform_wrapper .left_label .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name,
.gform_wrapper .right_label .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name {
    width: 63.25%
}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span {
    width: 31.9%
}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_first,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_last {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
}
.gform_wrapper .left_label .gfield_label {
    float: left;
    width: 29%;
}
.gform_wrapper .right_label .gfield_label {
    float: left;
    width: 29%;
    text-align: right;
}
.gform_wrapper .gfield_required {
    margin-left: 5px;
    font-weight: 100;
}
.validation_message {
    position: relative;
}
.validation_message:before {
    content: "";
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: -3px;
    left: 23px;
    background: transparent;
    z-index: 99999;
    background: #f5e9e9;
}
.gform_wrapper ol.validation_list {
    color: #790000;
}
body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type="button"].add_list_item {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxnIGlkPSJpY29tb29uLWlnbm9yZSI+PC9nPjxwYXRoIGQ9Ik0yNTYgNTEyYy0xNDEuMzc1IDAtMjU2LTExNC42MDktMjU2LTI1NnMxMTQuNjI1LTI1NiAyNTYtMjU2YzE0MS4zOTEgMCAyNTYgMTE0LjYwOSAyNTYgMjU2cy0xMTQuNjA5IDI1Ni0yNTYgMjU2ek0yNTYgNjRjLTEwNi4wMzEgMC0xOTIgODUuOTY5LTE5MiAxOTJzODUuOTY5IDE5MiAxOTIgMTkyYzEwNi4wNDcgMCAxOTItODUuOTY5IDE5Mi0xOTJzLTg1Ljk1My0xOTItMTkyLTE5MnpNMjg4IDM4NGgtNjR2LTk2aC05NnYtNjRoOTZ2LTk2aDY0djk2aDk2djY0aC05NnY5NnoiPjwvcGF0aD48L3N2Zz4=")
}
body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type="button"].delete_list_item {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxnIGlkPSJpY29tb29uLWlnbm9yZSI+PC9nPjxwYXRoIGQ9Ik0yNTYgMGMtMTQxLjM3NSAwLTI1NiAxMTQuNjI1LTI1NiAyNTYgMCAxNDEuMzkxIDExNC42MjUgMjU2IDI1NiAyNTYgMTQxLjM5MSAwIDI1Ni0xMTQuNjA5IDI1Ni0yNTYgMC0xNDEuMzc1LTExNC42MDktMjU2LTI1Ni0yNTZ6TTI1NiA0NDhjLTEwNi4wMzEgMC0xOTItODUuOTY5LTE5Mi0xOTJzODUuOTY5LTE5MiAxOTItMTkyYzEwNi4wNDcgMCAxOTIgODUuOTY5IDE5MiAxOTJzLTg1Ljk1MyAxOTItMTkyIDE5MnpNMTI4IDI4OGgyNTZ2LTY0aC0yNTZ2NjR6Ij48L3BhdGg+PC9zdmc+")
}
body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type="button"].add_list_item:hover,
body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type="button"].delete_list_item:hover {
    opacity: 1.0
}
.gform_wrapper .ginput_price {
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7;
}
.gform_wrapper span.ginput_total {
    color: #060;
    font-size: 2em;
}
.gform_wrapper .gform_page_footer {
    border-top: 1px dotted #CCC;
}
.gform_wrapper .gf_progressbar {
    width: 99%;
    height: 20px;
    border: 1px solid #EEE;
    background-color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.gform_wrapper .gf_progressbar_percentage {
    height: 20px;
    text-align: right;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .50);
}
.gform_wrapper .gf_progressbar_percentage span {
    display: block;
    width: auto;
    float: right;
    margin-right: 5px;
    margin-left: 5px;
}
.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
    color: #959595;
    text-shadow: none;
}
.gform_wrapper .percentbar_blue {
    background-image: url(../images/gf-percentbar-blue.png);
    background-repeat: repeat-x;
    background-color: #0072BC;
    color: #FFF;
}
.gform_wrapper .percentbar_gray {
    background-image: url(../images/gf-percentbar-gray.png);
    background-repeat: repeat-x;
    background-color: #666;
    color: #FFF;
}
.gform_wrapper .percentbar_green {
    background-image: url(../images/gf-percentbar-green.png);
    background-repeat: repeat-x;
    background-color: #94DC21;
    color: #FFF;
}
.gform_wrapper .percentbar_orange {
    background-image: url(../images/gf-percentbar-orange.png);
    background-repeat: repeat-x;
    background-color: #DC7021;
    color: #FFF;
}
.gform_wrapper .percentbar_red {
    background-image: url(../images/gf-percentbar-red.png);
    background-repeat: repeat-x;
    background-color: #DC2521;
    color: #FFF;
}
.gform_wrapper .percentbar_custom {
    background-image: url(../images/gf-percentbar-custom.png);
    background-repeat: repeat-x;
}
.gform_wrapper .gf_page_steps {
    width: 99%;
    margin: 0 0 .5em 0;
    padding: 0 0 .25em 0;
    border-bottom: 1px dotted #CCC;
}
.gform_wrapper .gf_step {
    width: auto !important;
    margin: 0 1em .625em 0;
    font-size: 1em;
    height: 1.25em;
    line-height: 1.25 !important;
    filter: alpha(opacity=20);
    -moz-opacity: .2;
    -khtml-opacity: .2;
    opacity: .2;
    font-family: arial, sans-serif;
    display: -moz-inline-stack;
    display: inline-block;
}
.gform_wrapper .gf_step span.gf_step_number {
    font-size: 1.25em;
    float: left;
    font-family: arial, sans-serif;
}
.gform_wrapper .gf_step.gf_step_active {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}
.gform_wrapper .gf_step_clear {
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
.gform_wrapper .gfield_password_strength {
    border: 1px solid #DDD;
    background-color: #EEE;
    margin-bottom: 10px;
    padding: 10px 5px;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
}
.gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
    margin-right: 16px;
}
.gform_wrapper ul.left_label li.gfield .gfield_password_strength,
.gform_wrapper ul.right_label li.gfield .gfield_password_strength {
    margin-top: 18px;
    margin-bottom: 18px;
    width: 100%;
}
.gform_wrapper .chosen-container-single .chosen-single.loading{
    background-size: 64px 41px  !important;
    background: url(images/select-arrow-ajax-loader.gif) no-repeat right center #fff;
}
.intern-change-user-details{
    margin-bottom : 200px;
}

.gform_wrapper .gfield_password_strength.bad {
    background-color: #FFB78C;
    border-color: #FF853C;
}
.gform_wrapper .gfield_password_strength.good {
    background-color: #FFEC8b;
    border-color: #FC0;
}
.gform_wrapper .gfield_password_strength.short,
.gform_wrapper .gfield_password_strength.mismatch {
    background-color: #FFA0A0;
    border-color: #f04040;
}
.gform_wrapper .gfield_password_strength.strong {
    background-color: #C3FF88;
    border-color: #8DFF1C;
}
.gform_wrapper .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #AAA;
    border-top: 0;
    background: #FFF;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}
.gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
    left: 0
}
.gform_wrapper .chosen-container a {
    cursor: pointer
}
.gform_wrapper .chosen-container-single .chosen-single {
    display: block;
    cursor: pointer;
    background: url('images/select-arrow.png') no-repeat right center #fff;
    background-size: 36px 41px;
    border: 1px solid #ccc;
    color: inherit;
    padding: 10px 48px 10px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    -webkit-appearance: none;
}
.gform_wrapper .chosen-container-single .chosen-default {
    color: #999
}
.gform_wrapper .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gform_wrapper .chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}
.gform_wrapper .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('images/chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}
.gform_wrapper .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}
.gform_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}
.gform_wrapper .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}
.gform_wrapper .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
}
.gform_wrapper .chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}
.gform_wrapper .chosen-container-single .chosen-search input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    background: white url('images/chosen-sprite.png') no-repeat 100% -20px;
    background: url('images/chosen-sprite.png') no-repeat 100% -20px;
}
.gform_wrapper .chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}
.gform_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}
.gform_wrapper .chosen-container {
    position: relative;
    width: 100% !important;
}
.gform_wrapper .chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 10px 0 0;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}
.gform_wrapper .chosen-container .chosen-results li {
    margin: 0;
    padding: 5px 6px;
}
.gform_wrapper .chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}
.gform_wrapper .chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #CCC;
    cursor: default;
}
.gform_wrapper .chosen-container .chosen-results li.highlighted {
    background-color: #f1f1f1;
}
.gform_wrapper .chosen-container .chosen-results li.no-results {
    display: list-item;
    background: #F4F4F4;
}
.gform_wrapper .chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}
.gform_wrapper .chosen-container .chosen-results li.group-option {
    padding-left: 15px
}
.gform_wrapper .chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}
.gform_wrapper .chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #AAA;
    background-color: #FFF;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #EEE), color-stop(15%, #FFF));
    background-image: -webkit-linear-gradient(#EEE 1%, #FFF 15%);
    background-image: -moz-linear-gradient(#EEE 1%, #FFF 15%);
    background-image: -o-linear-gradient(#EEE 1%, #FFF 15%);
    background-image: linear-gradient(#EEE 1%, #FFF 15%);
    cursor: text;
}
.gform_wrapper .chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 5px;
    height: 15px;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #666;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-field .default {
    color: #999
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    border: 1px solid #AAA;
    border-radius: 3px;
    background-color: #E4E4E4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #F4F4F4), color-stop(50%, #F0F0F0), color-stop(52%, #E8E8E8), color-stop(100%, #EEE));
    background-image: -webkit-linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
    background-image: -moz-linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
    background-image: -o-linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
    background-image: linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
    background-clip: padding-box;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, .05);
    color: #333;
    line-height: 13px;
    cursor: default;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('images/chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}
.gform_wrapper .ginput_container_fileupload .validation_message {
    display: none;
}
.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
    padding: 25px;
    text-align: center;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 0px 0px 1px #ccc;
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 0px 0px 1px #ccc;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 0px 0px 1px #ccc;
}
.gform_wrapper .gform_fileupload_multifile .gform_drop_area:hover {
    -webkit-box-shadow: inset 0px 0px 0px 1px #ccc;
    -moz-box-shadow: inset 0px 0px 0px 1px #ccc;
    box-shadow: inset 0px 0px 0px 1px #ccc;
}
.gform_wrapper .gform_fileupload_multifile .gform_drop_area .gform_button_select_files {
    font-weight: bold;
    cursor: pointer;
}
.gform_wrapper .gform_delete {
    cursor: pointer;
}
.gform_wrapper .copy_values_option_container .copy_values_enabled {
    width: auto
}
.gform_wrapper li.field_sublabel_above .ginput_complex input[type=text] {
    margin-bottom: 10px
}
.gform_wrapper .form_saved_message {
    padding: 30px;
    width: 100%;
    border: 1px solid #CCCCCC;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
}
div.form_saved_message div.form_saved_message_emailform form input[type=text] {
    float: left;
    width: 50%;
}
.form_saved_message a.resume_form_link {
    word-wrap: break-word;
}
.form_saved_message a.resume_form_link:before,
.form_saved_message a.resume_form_link:after {
    content: "";
    display: block;
}
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none!important;
    position: absolute!important;
    left: -9000px;
}
.gform_wrapper .top_label li.gfield.gf_inline {
    vertical-align: top;
    width: auto!important;
    margin-right: .875em;
    float: none!important;
    display: -moz-inline-stack;
    display: inline-block
}
.gform_wrapper .top_label li.margin_top {
    margin-top: 20px;
}
.gform_wrapper .top_label li.gfield.gf_inline input[type=email].large,
.gform_wrapper .top_label li.gfield.gf_inline input[type=number].large,
.gform_wrapper .top_label li.gfield.gf_inline input[type=password].large,
.gform_wrapper .top_label li.gfield.gf_inline input[type=tel].large,
.gform_wrapper .top_label li.gfield.gf_inline input[type=text].large,
.gform_wrapper .top_label li.gfield.gf_inline input[type=url].large {
    width: 90.5% !important
}
.gform_wrapper .top_label li.gfield.gf_inline input[type=email].medium,
.gform_wrapper .top_label li.gfield.gf_inline input[type=number].medium,
.gform_wrapper .top_label li.gfield.gf_inline input[type=password].medium,
.gform_wrapper .top_label li.gfield.gf_inline input[type=tel].medium,
.gform_wrapper .top_label li.gfield.gf_inline input[type=text].medium,
.gform_wrapper .top_label li.gfield.gf_inline input[type=url].medium {
    width: 45.25% !important
}
.gform_wrapper .top_label li.gfield.gf_inline input[type=text].datepicker.medium {
    width: 45.25% !important
}
.gform_wrapper .top_label li.gfield.gf_inline input[type=email].small,
.gform_wrapper .top_label li.gfield.gf_inline input[type=number].small,
.gform_wrapper .top_label li.gfield.gf_inline input[type=password].small,
.gform_wrapper .top_label li.gfield.gf_inline input[type=tel].small,
.gform_wrapper .top_label li.gfield.gf_inline input[type=text].small,
.gform_wrapper .top_label li.gfield.gf_inline input[type=url].small {
    width: 22.615% !important
}
.gform_wrapper .top_label li.gfield.gf_inline select {
    width: auto!important
}
.gform_wrapper .top_label li.gfield.gf_inline textarea {
    width: 95%!important
}
.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour input[type=text],
.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute input[type=text] {
    width: 70%!important
}
.gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_day,
.gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_month,
.gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_year,
.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour,
.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute {
    width: 3.125em
}
.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_ampm {
    width: auto
}
.gform_wrapper li.gf_inline div.ginput_container {
    white-space: nowrap!important
}
.gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
    width: 48.9%
}
.gform_wrapper .top_label li.gfield.gf_right_half,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
    width: 48.9%
}
.gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first,
.gform_wrapper .top_label li.gfield.gf_right_half,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top
}
.gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
    clear: left!important;
    margin-right: 2%
}
.gform_wrapper .top_label li.gfield.gf_right_half,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
    clear: right!important
}
.gform_wrapper .top_label li.gfield.gf_left_third,
.gform_wrapper .top_label li.gfield.gf_middle_third,
.gform_wrapper .top_label li.gfield.gf_right_third {
    width: 31.9%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top
}
.gform_wrapper .top_label li.gfield.gf_left_third {
    margin: 0 0 .5em;
    clear: left!important
}
.gform_wrapper .top_label li.gfield.gf_middle_third,
.gform_wrapper .top_label li.gfield.gf_right_third {
    margin-bottom: .5em;
    margin-left: 1.3%!important
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_left_third,
.gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third,
.gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
    width: 31.5%
}
.gform_wrapper .top_label li.gfield.gf_middle_third {
    clear: none!important
}
.gform_wrapper .top_label li.gfield.gf_right_third {
    clear: right!important
}

.gform_wrapper .top_label li.gfield.gf_left_third+.gform_footer,
.gform_wrapper .top_label li.gfield.gf_left_third+li.gfield,
.gform_wrapper .top_label li.gfield.gf_middle_third+.gform_footer,
.gform_wrapper .top_label li.gfield.gf_middle_third+li.gfield,
.gform_wrapper .top_label li.gfield.gf_right_third+.gform_footer,
.gform_wrapper .top_label li.gfield.gf_right_third+li.gfield {
    clear: both
}
.gform_wrapper .top_label li.gfield.gf_left_quarter,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
    width: 23%
}
.gform_wrapper .top_label li.gfield.gf_right_quarter,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
    width: 23%
}
.gform_wrapper .top_label li.gfield.gf_left_quarter,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first,
.gform_wrapper .top_label li.gfield.gf_right_quarter,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top
}
.gform_wrapper .top_label li.gfield.gf_left_quarter,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
    margin-right: 2%
}
.gform_wrapper .top_label li.gfield.gf_right_quarter,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
    clear: right!important
}
.gform_wrapper li.gfield.gf_2col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_2col ul.gfield_radio li,
.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
    width: 50%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0 0 .5em;
    min-height: 1.8em;
    vertical-align: top
}
.gform_wrapper li.gfield.gf_3col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_3col ul.gfield_radio li,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
    width: 33%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0 0 .5em;
    min-height: 1.8em;
    vertical-align: top
}
.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
    width: 25%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0 0 .5em;
    min-height: 1.8em;
    vertical-align: top
}
.gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li {
    width: 20%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0 0 .5em;
    min-height: 1.8em;
    vertical-align: top
}
.gform_wrapper li.gfield.gf_2col ul.gfield_checkbox,
.gform_wrapper li.gfield.gf_2col ul.gfield_radio,
.gform_wrapper li.gfield.gf_3col ul.gfield_checkbox,
.gform_wrapper li.gfield.gf_3col ul.gfield_radio,
.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox,
.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio,
.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox,
.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio,
.gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox,
.gform_wrapper li.gfield.gf_list_5col ul.gfield_radio {
    overflow: hidden
}
.gform_wrapper li.gfield.gf_list_2col label.gfield_label,
.gform_wrapper li.gfield.gf_list_3col label.gfield_label,
.gform_wrapper li.gfield.gf_list_4col label.gfield_label,
.gform_wrapper li.gfield.gf_list_5col label.gfield_label,
.gform_wrapper li.gfield.gf_list_inline label.gfield_label {
    font-weight: bold;
}
.gform_wrapper li.gfield.gf_list_height_25 ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_height_25 ul.gfield_radio li {
    height: 25px
}
.gform_wrapper li.gfield.gf_list_height_50 ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_height_50 ul.gfield_radio li {
    height: 50px
}
.gform_wrapper li.gfield.gf_list_height_75 ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_height_75 ul.gfield_radio li {
    height: 75px
}
.gform_wrapper li.gfield.gf_list_height_100 ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_height_100 ul.gfield_radio li {
    height: 100px
}
.gform_wrapper li.gfield.gf_list_height_125 ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_height_125 ul.gfield_radio li {
    height: 125px
}
.gform_wrapper li.gfield.gf_list_height_150 ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_height_150 ul.gfield_radio li {
    height: 150px
}
.gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
.gform_wrapper li.gf_list_inline ul.gfield_radio li {
    width: auto!important;
    float: none!important;
    margin: 0 .625em .625em 0;
    display: -moz-inline-stack;
    display: inline-block
}
body.gform_wrapper .top_label li.gsection.gf_scroll_text {
    width: 92.5%!important
}
.gform_wrapper li.gf_hide_ampm div.gfield_time_ampm {
    display: none!important
}
.gform_wrapper .top_label li.gsection.gf_scroll_text {
    height: 11.25em;
    width: 97.5%!important;
    background-color: #fff;
    overflow: auto;
    border: 1px solid #CCC;
    border-bottom: 1px solid #CCC!important
}
.gform_wrapper .top_label li.gsection.gf_scroll_text h2.gsection_title {
    margin: .625em .625em 0 .5em!important
}
.gform_wrapper.gf_browser_chrome .top_label li.gsection.gf_scroll_text h2.gsection_title,
.gform_wrapper.gf_browser_gecko .top_label li.gsection.gf_scroll_text h2.gsection_title {
    margin: 0 .625em 0 .5em!important
}
.gform_wrapper .top_label li.gsection.gf_scroll_text .gsection_description {
    margin: .625em;
    font-size: .8em
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li,
.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li {
    list-style-type: disc!important;
    margin: 0 0 .5em;
    overflow: visible;
    padding-left: 0
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul,
.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul {
    list-style-type: disc!important;
    margin: 1em 0 1em 1.5em;
    padding-left: 0
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li,
.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li {
    list-style-type: decimal!important;
    overflow: visible;
    margin: 0 0 .5em;
    padding-left: 0
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol,
.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol {
    list-style-type: decimal!important;
    margin: 1em 0 1.5em 2em;
    padding-left: 0
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul,
.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
    list-style-type: disc!important;
    padding-left: 0
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul {
    margin: 1em 0 1em 1.5em
}
.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
    margin: 0 0 .5em
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl {
    margin: 0 0 1.5em;
    padding-left: 0
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dt {
    font-weight: 700
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dd {
    margin: 0 0 1em 1.5em
}
.gform_wrapper li.gfield.gfield_html.gf_alert_blue,
.gform_wrapper li.gfield.gfield_html.gf_alert_gray,
.gform_wrapper li.gfield.gfield_html.gf_alert_green,
.gform_wrapper li.gfield.gfield_html.gf_alert_red,
.gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 1.25em 0!important;
    padding: 1.25em!important
}
.gform_wrapper li.gfield.gfield_html.gf_alert_green {
    border: 1px solid #97B48A;
    background-color: #CBECA0;
    text-shadow: #DFB 1px 1px;
    color: #030
}
.gform_wrapper li.gfield.gfield_html.gf_alert_red {
    border: 1px solid #CFADB3;
    background-color: #FAF2F5;
    text-shadow: #FFF 1px 1px;
    color: #832525
}
.gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
    border: 1px solid #E6DB55;
    background-color: #FFFBCC;
    text-shadow: #FCFAEA 1px 1px;
    color: #222
}
.gform_wrapper li.gfield.gfield_html.gf_alert_gray {
    border: 1px solid #CCC;
    background-color: #EEE;
    text-shadow: #FFF 1px 1px;
    color: #424242
}
.gform_wrapper li.gfield.gfield_html.gf_alert_blue {
    border: 1px solid #a7c2e7;
    background-color: #D1E4F3;
    text-shadow: #E0F1FF 1px 1px;
    color: #314475
}
div.gform_confirmation_wrapper.gf_confirmation_simple_yellow {
    margin: 1.875em 0;
    max-width: 99%;
    border-top: 1px solid #E6DB55;
    border-bottom: 1px solid #E6DB55;
    padding: 2em;
    background-color: #FFFBCC;
    color: #424242;
    font-size: 1.6em
}
div.gform_confirmation_wrapper.gf_confirmation_simple_gray {
    margin: 1.875em 0;
    max-width: 99%;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 2em;
    background-color: #EAEAEA;
    color: #424242;
    font-size: 1.6em
}
div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient {
    position: relative;
    background-color: #FFFBD2;
    margin: 1.875em 0;
    border: 1px solid #E6DB55;
    -webkit-box-shadow: 0 0 5px rgba(221, 215, 131, .75);
    -moz-box-shadow: 0 0 5px rgba(221, 215, 131, .75);
    box-shadow: 0 0 5px rgba(221, 215, 131, .75)
}
div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gforms_confirmation_message {
    margin: 0;
    padding: 2.5em;
    max-width: 99%;
    font-size: 1.8em;
    border-top: 2px solid #FFF;
    border-bottom: 1px solid #E6DB55;
    color: #424242;
    background: #fffce5;
    background: -moz-linear-gradient(top, #fffce5 0, #fff9bf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fffce5), color-stop(100%, #fff9bf));
    background: -webkit-linear-gradient(top, #fffce5 0, #fff9bf 100%);
    background: -o-linear-gradient(top, #fffce5 0, #fff9bf 100%);
    background: -ms-linear-gradient(top, #fffce5 0, #fff9bf 100%);
    background: linear-gradient(to bottom, #fffce5 0, #fff9bf 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fffce5', endColorstr='#fff9bf', GradientType=0)
}
div.gform_confirmation_wrapper.gf_confirmation_green_gradient {
    position: relative;
    background-color: #f1fcdf;
    margin: 1.875em 0;
    border: 1px solid #a7c37c;
    -webkit-box-shadow: 0 0 5px rgba(86, 122, 86, .4);
    -moz-box-shadow: 0 0 5px rgba(86, 122, 86, .4);
    box-shadow: 0 0 5px rgba(86, 122, 86, .4)
}
div.gform_confirmation_wrapper.gf_confirmation_green_gradient div.gforms_confirmation_message {
    margin: 0;
    padding: 2.5em;
    max-width: 99%;
    font-size: 1.8em;
    border-top: 2px solid #effade;
    border-bottom: 1px solid #a7c37c;
    text-shadow: #DFB 1px 1px;
    color: #030;
    background: #dbf2b7;
    background: -moz-linear-gradient(top, rgba(219, 242, 183, 1) 0, rgba(180, 208, 136, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(219, 242, 183, 1)), color-stop(100%, rgba(180, 208, 136, 1)));
    background: -webkit-linear-gradient(top, rgba(219, 242, 183, 1) 0, rgba(180, 208, 136, 1) 100%);
    background: -o-linear-gradient(top, rgba(219, 242, 183, 1) 0, rgba(180, 208, 136, 1) 100%);
    background: -ms-linear-gradient(top, rgba(219, 242, 183, 1) 0, rgba(180, 208, 136, 1) 100%);
    background: linear-gradient(to bottom, rgba(219, 242, 183, 1) 0, rgba(180, 208, 136, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dbf2b7', endColorstr='#b4d088', GradientType=0)
}
div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after,
div.gform_confirmation_wrapper.gf_confirmation_green_gradient:before,
div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after,
div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 40%;
    background: rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 15px 10px rgba(0, 0, 0, .2);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}
div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after,
div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto
}
div.gf_simple_horizontal_wrapper {
    max-width: 97.5%
}
div.gf_simple_horizontal div.gform_body,
div.gf_simple_horizontal div.gform_footer,
div.gf_simple_horizontal_wrapper div.gform_body,
div.gf_simple_horizontal_wrapper div.gform_footer {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top
}
div.gf_simple_horizontal div.gform_body,
div.gf_simple_horizontal_wrapper div.gform_body {
    width: 74%;
    margin: 0!important;
    padding: 0!important
}
div.gf_simple_horizontal div.gform_footer,
div.gf_simple_horizontal_wrapper div.gform_footer {
    width: 24%;
    margin: 0!important;
    padding: 0!important
}
div.gf_simple_horizontal div.gform_body ul li.gfield input.large,
div.gf_simple_horizontal div.gform_body ul li.gfield input.medium,
div.gf_simple_horizontal div.gform_body ul li.gfield input.small,
div.gf_simple_horizontal_wrapper div.gform_body ul li.gfield input.large,
div.gf_simple_horizontal_wrapper div.gform_body ul li.gfield input.medium,
div.gf_simple_horizontal_wrapper div.gform_body ul li.gfield input.small {
    width: 97.5%
}
div.gf_simple_horizontal div.gform_body ul li.gfield label.gfield_label,
div.gf_simple_horizontal_wrapper div.gform_body ul li.gfield label.gfield_label {
    position: absolute;
    left: -9000px
}
.gform_wrapper .left_label li.gfield.gsection.gf_section_right,
.gform_wrapper .right_label li.gfield.gsection.gf_section_right {
    margin-left: 30%!important;
    width: 64%
}
.gform_save_link {
    color: #72a477;
    position: relative;
    padding-left: 25px;
}
.gform_save_link:hover {
    color: #3A5D3D;
}
.gform_save_link:before {
    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;
    content: "\f0c7";
    position: absolute;
    top: 2px;
    left: 0;
}


.ginput_container_creditcard {
    max-width: 500px;
  }

  .gform_card_icon_container {
      margin: 8px 0 6px;
      height: 32px;
  }

  div.gform_card_icon {
      margin-right: 4px;
      text-indent: -9000px;
      background-image: url(/wp-content/plugins/gravityforms/images/gf-creditcard-icons.png);
      background-repeat: no-repeat;
      width: 36px;
      height: 32px;
      float: left;
  }

  .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
      background-position: -72px 0;
  }

  .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
      background-position: -108px 0;
  }

  .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
      background-position: -36px 0;
  }

  .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
      background-position: 0 0;
  }

  .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
      background-position: -180px 0;
  }

  .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
      background-position: -144px 0;
  }

  .ginput_complex span.ginput_cardextras {
      display: block;
      overflow: hidden;
  }

  .ginput_complex .ginput_cardinfo_left {
      width: 50%;
      margin-right: 1%;
  }

  .ginput_complex .ginput_cardinfo_left, .ginput_complex .ginput_cardinfo_right {
      min-height: 43px;
      position: relative;
      float: left;
  }

  .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month, .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
      width: 47%!important;
      display: -moz-inline-stack;
      display: inline-block;
  }

  .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month {
      margin-right: 8px;
  }

  .ginput_complex .ginput_cardinfo_right {
      min-width: 85px!important;
  }

  .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
      max-width: 50%!important;
      position: relative;
      float: left;
  }

  .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
      width: 32px;
      height: 23px;
      background-image: url(/wp-content/plugins/gravityforms/images/gf-creditcard-icons.png);
      background-repeat: no-repeat;
      background-position: 0 -128px;
      position: relative;
      top: 10px;
      left: 6px;
      display: -moz-inline-stack;
      display: inline-block;
  }

  .gform_body .course_english_name {
      display:none !important;
  }

/* DatePicker Container */

.ui-datepicker {
    height: auto;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 0px 0px 1px #ccc;
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 0px 0px 1px #ccc;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 0px 0px 1px #ccc;
}
.ui-datepicker a {
    text-decoration: none;
}
/* DatePicker Table */

.ui-datepicker table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
}
.ui-datepicker .ui-datepicker-title {
    text-align: center;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
}
.ui-datepicker tbody {
    border: 1px solid #eee;
}
select.ui-datepicker-month,
select.ui-datepicker-year {
    width: 20%;
    /*float: left;*/
    padding: 5px 0;
    margin: 0;
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-weight: 600;
}
.ui-datepicker-prev,
.ui-datepicker-next {
    display: inline-block;
    font-family: 'font_awesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    line-height: 30px;
    overflow: hidden;
}
.ui-datepicker-prev {
    float: left;
}
.ui-datepicker-next {
    float: right;
}
.ui-datepicker-prev:after {
    content: "\f104";
}
.ui-datepicker-next:after {
    content: "\f105";
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
    display: none;
}
.ui-state-disabled {
    opacity: 0.3;
    cursor: default;
}
.ui-datepicker thead {
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
    background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0);
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.ui-datepicker th {
    text-transform: uppercase;
    text-align: center;
    font-size: 6pt;
    padding: 5px 0;
    color: #666666;
    text-shadow: 1px 0px 0px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
    padding: 0;
    border-right: 1px solid #bbb;
    background: #F6F6F6;
}
.ui-datepicker tbody td:last-child {
    border-right: 0px;
}
.ui-datepicker tbody tr {
    border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
    border-bottom: 0px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #666666;
    text-shadow: 1px 1px 0px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=1);
}

.wikiwiki{
    margin-top: 50px;
}

.ui-datepicker-calendar .ui-state-default {
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
    background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: linear-gradient(top, #ededed 0%, #dedede 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
    -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
    -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
    box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
    line-height: 1;
}
.ui-datepicker-calendar .ui-state-hover {
    background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
    background: #666666;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    color: #ffffff;
    text-shadow: 0px 1px 0px #000000;
    filter: dropshadow(color=#4d7a85, offx=0, offy=1);
    position: relative;
}
/*.ui-datepicker-calendar .ui-datepicker-today a {
    background: #0074a2;
    color: #fff;
    text-shadow: none;
    font-weight: 600;
}*/
.ui-datepicker-unselectable .ui-state-default {
    background: #f4f4f4;
    color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
    width: 29px;
    margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
    width: 29px;
    margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
    height: 29px;
    margin-bottom: 0;
}
.ui-datepicker-calendar thead tr {
    background: #222;
}
.ui-datepicker-calendar thead tr span {
    font-size: 11px;
    color:
    #fff;
    font-weight: 600;
}
.ui-datepicker-header a {
    line-height: 1;
    font-weight: 600;
}
/*-------- 2.1. Table --------*/

table,
th,
td {
    border: none;
}
table {
    width: 100%;
    display: table;
}
table.bordered > thead > tr,
table.bordered > tbody > tr {
    border-bottom: 1px solid #d0d0d0;
}
table.striped > tbody > tr:nth-child(odd) {
    background-color: #f2f2f2;
}
table.striped > tbody > tr > td {
    border-radius: 0px;
}
table.highlight > tbody > tr {
    -webkit-transition: background-color .25s ease;
    -moz-transition: background-color .25s ease;
    -o-transition: background-color .25s ease;
    -ms-transition: background-color .25s ease;
    transition: background-color .25s ease;
}
table.highlight > tbody > tr:hover {
    background-color: #f2f2f2;
}
table.centered thead tr th,
table.centered tbody tr td {
    text-align: center;
}
thead {
    border-bottom: 1px solid #d0d0d0;
}
td,
th {
    padding: 15px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
}
@media only screen and (max-width: 992px) {
    table.responsive-table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        position: relative;
        /* sort out borders */
    }
    table.responsive-table th,
    table.responsive-table td {
        margin: 0;
        vertical-align: top;
    }
    table.responsive-table th {
        text-align: left;
    }
    table.responsive-table thead {
        display: block;
        float: left;
    }
    table.responsive-table thead tr {
        display: block;
        padding: 0 10px 0 0;
    }
    table.responsive-table thead tr th::before {
        content: "\00a0";
    }
    table.responsive-table tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }
    table.responsive-table tbody tr {
        display: inline-block;
        vertical-align: top;
    }
    table.responsive-table th {
        display: block;
        text-align: right;
    }
    table.responsive-table td {
        display: block;
        min-height: 1.25em;
        text-align: left;
    }
    table.responsive-table tr {
        padding: 0 10px;
    }
    table.responsive-table thead {
        border: 0;
        border-right: 1px solid #d0d0d0;
    }
    table.responsive-table.bordered th {
        border-bottom: 0;
        border-left: 0;
    }
    table.responsive-table.bordered td {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }
    table.responsive-table.bordered tr {
        border: 0;
    }
    table.responsive-table.bordered tbody tr {
        border-right: 1px solid #d0d0d0;
    }
}
/*-------- 2.1. Video container --------*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container.no-controls {
    padding-top: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*-------- 2.1. Blockquote --------*/

blockquote p {
    position: relative;
    background: #555;
    border-color: #555;
    color: #fff;
    border-radius: 3px;
    padding: 20px 15px;
    margin-bottom: 20px;
}
blockquote p:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-top: 10px solid;
    border-top-color: inherit;
    position: absolute;
    top: 100%;
    right: 20px;
}
blockquote p > a {
    border-bottom: 1px dotted #fff;
    color: #fff;
}
blockquote p > a:hover {
    border-bottom: 1px solid #fff;
}
blockquote a {
    color: #333333;
}
blockquote cite {
    font-style: normal;
    text-align: right;
    font-weight: 700;
    float: right;
}
blockquote small {
    display: block;
    text-align: right;
}

.tab-content blockquote p{
    background-color: #ffffff;
    color:#000000;
}

.tab-content blockquote p:after{
    border:unset;
}

/*-------- 2.1. Badges --------*/

.badge {
    min-width: 3rem;
    padding: 2px 6px;
    text-align: center;
    font-size: 0.6rem;
    font-weight: 300;
    line-height: inherit;
    color: #757575;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.badge.author,
.badge.new {
    color: #fff;
    top: -10px;
    position: relative;
}
nav ul a .badge {
    position: static;
    margin-left: 4px;
    line-height: 0;
}
/*-----------------------------------------------------------------*/
/* Header
/*-----------------------------------------------------------------*/

#header {
    position: absolute;
    z-index: 9999;
    font-size: 12px;
    width: 100%;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
#header.sticky {
    position: fixed;
    top: -38px;
}
.admin-bar #header.sticky {
    top: -6px;
}
#top_bar {
    font-size: 12px;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
#top_bar #search #search_header {
    padding: 8px 0;
}
#top_bar #search #search_header:hover i,
#top_bar #search #search_header input[type=text]:focus ~ i {
    color: rgba(255, 255, 255, 0.6);
}
#top_bar #search #search_header input[type=text] {
    border: 0;
    text-indent: 0;
    margin-bottom: 0;
    height: 20px;
    width: 100px;
    padding: 0 0 0 20px;
    color: #fff;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
#top_bar #search #search_header input[type=text]:focus {
    width: 200px;
}
#top_bar i {
    position: absolute;
    left: 0;
    top: 11px;
    color: #fff;
    transition: all 180ms ease-in;
    -webkit-transition: all 180ms ease-in;
}
#top_bar #search #search_header input[type=text]:-moz-placeholder {
    color: #fff;
    text-transform: uppercase;
    transition: all 180ms ease-in;
    -webkit-transition: all 180ms ease-in;
}
#top_bar #search #search_header input[type=text]::-moz-placeholder {
    color: #fff;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    transition: all 180ms ease-in;
    -webkit-transition: all 180ms ease-in;
}
#top_bar #search #search_header input[type=text]:-ms-input-placeholder {
    color: #fff;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    transition: all 180ms ease-in;
    -webkit-transition: all 180ms ease-in;
}
#top_bar #search #search_header input[type=text]::-webkit-input-placeholder {
    color: #fff;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    transition: all 180ms ease-in;
    -webkit-transition: all 180ms ease-in;
}
#top_bar a {
    color: #fff;
    padding: 8px 0 8px 20px;
    margin-right: 30px;
    text-transform: uppercase;
}
.site-1 #top_bar a,
.site-1 #top_bar #search {
  visibility: hidden !important;
}

.site-65 #top_bar a,
.site-65 #top_bar #search {
  visibility: hidden !important;
}

#top_bar a:hover i {
    color: rgba(255, 255, 255, 0.6);
}
#top_bar a.login,
#top_bar a.logout {
    margin-right: 0;
}
.no-thumbnail #top_bar {
    text-shadow: none;
}
.no-thumbnail #top_bar i {
    color: #fff !important;
}
.no-thumbnail #top_bar #search #search_header input[type=text] {
    color: #fff;
}
.no-thumbnail #top_bar #search #search_header input[type=text]:-moz-placeholder {
    color: #fff;
    text-shadow: none;
}
.no-thumbnail #top_bar #search #search_header input[type=text]::-moz-placeholder {
    color: #fff;
    text-shadow: none;
}
.no-thumbnail #top_bar #search #search_header input[type=text]:-ms-input-placeholder {
    color: #fff;
    text-shadow: none;
}
.no-thumbnail #top_bar #search #search_header input[type=text]::-webkit-input-placeholder {
    color: #fff;
    text-shadow: none;
}
.no-thumbnail #top_bar a {
    color: #fff;
    text-shadow: none;
}
#logo_menu_bar {
    background: #fff;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.2);
    display: flex;
}
#header_spacer {
    height: 141px;
}
#logo {
    float: left;
    padding: 15px 0;
}
#logo h1.site-title {
    font-size: 30px;
    line-height: 35px;
}
#logo h1.site-title,
#logo p.site-description {
    margin-bottom: 0;
}
#navigation {
    float: right;
}
/*-------- 3.6. Main Menu --------*/

#menu_toggle {
    display: none;
    cursor: pointer;
}
nav {
    float: right;
}
nav > ul {
    list-style: none;
    margin: 0;
    float: right;
    position: relative;
    width: auto;
}
nav > ul > li {
    float: left;
    margin: 0 10px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
nav > ul > li > select {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    background-color: #f9f9f9;
    border-bottom: 1px solid #CCC;
    padding: 9px 23px;
    margin-bottom: 0;
}
nav > ul > li.btn {
    margin: 31px 0 26px 11px;
}
nav > ul > li.btn a {
    padding: 13px 15px;
}
nav > ul > li.bg-magenta a,
nav > ul > li.bg-gray a {
    color: #fff !important;
}
nav > ul > li.bg-transparent a {
    color: #555 !important;
}

nav > ul > li a {
    color: #555555;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    width: 100%;
    position: relative;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
nav > ul > li a:hover {
    color: #e60590;
}
nav > ul > li > a {
    padding: 47px 0 42px;
    text-transform: uppercase;
    text-align: center;
}
nav > ul > li span {
    display: block;
}
nav > ul ul {
    display: none;
    list-style: none;
    position: absolute;
    background: #fff;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.2);
    margin: 0;
    min-width: 220px;
    z-index: 2001;
    overflow: visible;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: -20px;
    padding-bottom: 20px;
}
nav > ul > li.menu-item-has-children > a:before {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-right: 1px solid rgba(0, 0, 0, 0);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    bottom: 17px;
    left: 50%;
    margin-left: -2px;
    background: transparent;
    z-index: 99999;
}
nav > ul > li.menu-item-has-children:hover > a:before {
    content: "";
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
}

nav.button-nav > ul ul {
    margin-top: -4px;
    margin-left: 15px;
    padding-bottom: 0;
}

nav.button-nav > ul > li.menu-item-has-children > a:before {
    bottom: 0;
}

nav > ul li:hover > ul {
    display: block;
    z-index: 2003;
}
nav > ul ul li {
    position: relative;
    border: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
nav > ul ul li:hover {
    background: #fff;
}
nav > ul ul li > a:hover {
    color: #e60590 !important;
}
nav > ul ul li > a {
    color: #555;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 0 0 25px;
}
nav > ul ul li > a {
    width: 100%;
    text-align: left;
    padding: 23px 25px 1px 25px;
    color: #555;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    text-transform: inherit;
}
nav > ul ul ul {
    position: absolute;
    left: 104%;
    top: -1px;
    margin-left: 0;
    margin-top: 0;
    z-index: 2002;
    border-top-left-radius: 0;
}
nav > ul ul ul:before {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    top: 25px;
    left: -4px;
    background: #fff;
    z-index: 99999;
}
nav > ul ul ul:after {
    content: "";
    height: 100%;
    width: 10px;
    position: absolute;
    left: -10px;
    top: 0;
}
.sf-arrows .sf-with-ul:after {
    content: "\e64a";
    /*angle left*/

    font-family: 'core_icomoon';
    color: #aaa;
    margin-left: 5px;
    float: right;
    position: relative;
    top: 2px;
}
.sf-arrows ul .sf-with-ul:after {
    content: "\e649";
    top: 0;
}
.sf-arrows ul li:hover .sf-with-ul:after {
    color: #fff;
}
.sf-arrows > li:hover > .sf-with-ul:after {
    color: #d84949;
}
.sf-arrows .current_menu_ancestor .sf-with-ul:after {
    color: #333;
}
nav > ul > .current-menu-item > a,
nav > ul > .current-post-ancestor > a,
nav > ul > .current-menu-ancestor > a,
nav > ul ul > .current-menu-item > a {
    color: #e60590;
}
/*-------- Menu Sidebar  --------*/

.menu_sidebar h3.sidebar-widget-heading,
.menu_sidebar .sidebar-widget-heading h3 {
    width: 100%;
    text-align: left;
    padding: 13px 0 0 0;
    color: #555;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: inherit;
}
.menu_sidebar .sidebar-widget-heading {
    margin-bottom: 25px;
}
/*-------- Mega Menu  --------*/

nav > ul > li.mega-menu > ul {
    width: 1170px;
    position: absolute;
    right: -336px;
    padding: 0;
    display: none;
    z-index: 9999;
    top: 103px;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
}
nav > ul > li.mega-menu:hover > ul {
    display: table;
}
nav > ul > li.mega-menu > ul ul {
    position: static !important;
    display: block !important;
    padding: 0;
    margin: 0;
    border: none;
    height: auto !important;
    background: none;
    box-shadow: none;
    width: 100%;
}
nav > ul > li.mega-menu > ul ul ul:before {
    display: none;
}
nav > ul > li.mega-menu > ul ul li {
    position: static !important;
    display: block !important;
    padding: 0;
    margin: 0;
    border: none;
    height: auto !important;
    background: none;
    box-shadow: none;
    width: 100%;
}
nav > ul > li.mega-menu > ul > a {
    text-transform: none;
    padding: 15px 10px 0 25px!important;
    margin-bottom: 1px;
    line-height: 22px;
}
nav > ul > li.mega-menu > ul > li {
    display: table-cell;
    vertical-align: top;
    background: #fff;
    border-top: 0;
    border-right: 1px solid #e5e5e5;
    padding-bottom: 15px;
}
nav > ul li.mega-menu > ul > .menu_sidebar {
    padding: 11px 20px 15px;
}
nav > ul > li.mega-menu > ul > li:last-child {
    border-right: none!important
}
nav > ul > li.mega-menu > ul > li > a {
    font-weight: 700;
}
nav > ul > li.mega-menu > ul > li:first-child > a {
    margin-top: 0;
}
nav > ul > li.mega-menu > ul > li:last-child > a {
    padding-bottom: 0;
}
nav > ul > li.mega-menu > ul > li:last-child {
    border-right: 0!important;
}
nav > ul > li.mega-menu > ul ul ul {
    border: none;
    display: block;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
nav > ul > li.mega-menu > ul ul ul li {
    border-left: none;
    border-right: none;
    border-bottom: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
nav > ul > li.mega-menu > ul ul li > a {
    color: #555;
}
nav > ul > li.mega-menu > ul li > ul:before,
nav > ul > li.mega-menu > ul li > ul:after {
    display: none;
}
nav > ul > .columns-1 > ul > li {
    width: 100%;
}
nav > ul > .columns-2 > ul > li {
    width: 50%;
}
nav > ul > .columns-3 > ul > li {
    width: 33.33333333333333%;
}
nav > ul > .columns-4 > ul > li {
    width: 25%;
}
nav > ul > .columns-5 > ul > li {
    width: 20%;
}
nav > ul > .columns-6 > ul > li {
    width: 16.66666666666667%;
}
nav > ul > .columns-7 > ul > li {
    width: 14.28571428571429%;
}
nav > ul > li.mega-menu > ul .description_menu_item {
    padding: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #848998!important;
    text-align: left;
}
nav > ul > li.mega-menu > ul .description_menu_item a {
    display: inline;
    padding: 0!important;
    line-height: inherit;
    font-size: inherit;
    color: #e60590;
}
nav > ul > li.mega-menu > ul .description_menu_item a:hover {
    background: none;
    color: #272D32;
}
nav > ul > li.mega-menu > ul ul.rpwe-ul:before {
    display: none;
}
nav > ul > li.mega-menu > ul ul.rpwe-ul li {
    padding-bottom: 15px;
    margin-bottom: 18px;
    position: relative !important;
    border-bottom: 1px solid #E5E5E5;
}
nav > ul > li.mega-menu > ul ul.rpwe-ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
nav > ul > li.mega-menu > ul ul.rpwe-ul .rpwe-time {
    color: #d3d7da;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    padding-left: 0;
    display: block;
    margin: 0 0 5px;
}
/*-------- 3.8. Cookie Warning Bar --------*/

.cookie-notification {
    bottom: 10px;
    color: #fff;
    display: none;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999999999999999!important;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
body .zsiq_floatmain, body .zsiq_custommain {
  z-index: 1020!important;
}
.cookie-notification.show {
    display: block;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.cookie-notification.hide {
    display: block;
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
.cookie-notification .cookie-notification-bar {
    background-color: rgba(17, 17, 17, .7);
    border-radius: 3px;
    display: inline-block;
    padding: 10px 20px;
    margin: 0 50px;
}
.cookie-notification .cookie-notification-bar p {
    margin-bottom: 0;
    display: inline-block;
}
.cookie-notification .cookie-notification-bar a {
    color: #fff;
    margin-left: 15px;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
    }
}
/*-------- 3.8. Language Switcher --------*/

#language_switcher,
#country_switcher {
    position: relative;
    padding: 6px 0;
    margin-right: 20px;
}
#language_switcher {
    padding: 7px 0;
}
#language_switcher ul.languages,
#country_switcher ul.countries {
    display: none;
    position: absolute;
    z-index: 99;
    right: 0;
    top: 30px;
    min-width: 70px;
    text-align: center;
    list-style: none;
    margin-bottom: 0;
    max-height: 135px;
    overflow: scroll;
    text-shadow: none;
    background: #fff;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#language_switcher ul.languages::-webkit-scrollbar,
#country_switcher ul.countries::-webkit-scrollbar {
    width: 0;
    height: 0;
}
#language_switcher ul.languages {
    min-width: 100%;
}
#language_switcher ul.languages:before,
#country_switcher ul.countries:before {
    content: "";
    display: block;
    position: absolute;
    min-width: 100%;
    height: 20px;
    top: -20px;
    left: 0;
    z-index: 2004;
}
#language_switcher:hover,
#country_switcher .country:hover,
#language_switcher ul.languages:hover,
#country_switcher ul.countries:hover {
    cursor: pointer;
}
#language_switcher:hover ul.languages,
#country_switcher .country:hover ~ ul.countries,
#language_switcher ul.languages:hover,
#country_switcher ul.countries:hover {
    display: block;
}
#language_switcher ul.languages li,
#country_switcher ul.countries li {
    padding: 7px;
    border-bottom: 1px solid #f1f1f1;
}
#language_switcher ul.languages li:hover,
#country_switcher ul.countries li:hover {
    background: #f5f5f5;
}
#language_switcher ul.languages li:last-child,
#country_switcher ul.countries li:last-child {
    border-bottom: 0;
}
#language_switcher .language a,
#country_switcher .country a {
    color: #555;
    padding: 0;
}
#language_switcher .language img,
#country_switcher .country img {
    width: 24px;
}
#country_switcher .country span {
    padding-left: 10px;
    text-transform: uppercase;
}
#language_switcher .language span {
    text-transform: uppercase;
}


/*code for top bar menu*/
#country_switcher ul.countries {
    margin: 0;
    width: 350px;
    height: auto !important;
    line-height: normal !important;
    padding: 10px 0px;
    max-height: inherit !important;
    overflow: auto !important;
}

#country_switcher ul.countries li {
    float: left;
    width: 50%;
    text-align: left;
    padding: 5px 15px;

}

#country_switcher ul.countries {
    z-index: 99999 !important;
}

#country_switcher > .country:before {
    z-index: 999999 !important;
}

/*code for top bar menu*/


#language_switcher > .language,
#country_switcher > .country {
    cursor: pointer;
    background: transparent;
    color: #fff;
    float: left;
    transition: all 180ms ease-in;
    -webkit-transition: all 180ms ease-in;
}
#language_switcher > .language:before,
#country_switcher > .country:before {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-right: 1px solid rgba(0, 0, 0, 0);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    bottom: 2px;
    right: 50%;
    background: transparent;
    z-index: 99999;
}
#language_switcher:hover .language:before,
#country_switcher .country:hover:before,
#country_switcher.country_targeting_active > .country:before {
    content: "";
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
}
#country_switcher .country-targeting .country:before {
    display: none !important;
}
#language_switcher i,
#country_switcher i {
    position: relative;
    top: 0;
    color: #fff;
    margin: 0 4px;
    line-height: 22px;
    cursor: pointer;
}
.no-thumbnail #language_switcher > .language,
.no-thumbnail #country_switcher > .country {
    color: #bcbcbc;
}
#country_switcher ul.countries.country-targeting.show {
    display: block;
}
#country_switcher ul.countries.country-targeting li {
    width: 100%;
    background: transparent;
}
#country_switcher ul.countries.country-targeting li .btn-small{
    padding: 5px 10px !important;
    text-transform: none !important;
    margin-right: 0;
}
#country_switcher.country_targeting_active:after{
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9
}
/*-------- 3.8. Title/Breadcrumbs Bar --------*/

#title_breadcrumbs_bar {
    padding: 250px 0 100px;
    font-size: 13px;
}
.no-thumbnail #title_breadcrumbs_bar {
    padding: 30px 0 20px;
}
#title_breadcrumbs_bar .container {
    position: relative;
}
#title_breadcrumbs_bar h1 {
    margin-bottom: 0;
    color: #fff;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    clear: both;
}
#title_breadcrumbs_bar a,
#title_breadcrumbs_bar #breadcrumbs .breadcrumb_last {
    color: #fff;
    border-bottom: 1px dotted transparent;
    display: inline-block;
}
#title_breadcrumbs_bar a:hover {
    border-bottom: 1px dotted #fff;
}
#title_breadcrumbs_bar #breadcrumbs {
    line-height: 14px;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 12px;
}
#title_breadcrumbs_bar #breadcrumbs .breadcrumb_last {
    cursor: default;
}
#title_breadcrumbs_bar #breadcrumbs i {
    color: #fff;
    font-size: 20px;
    position: relative;
    top: 3px;
    padding: 0 2px;
    font-weight: bolder;
}
#title_breadcrumbs_bar #breadcrumbs i.fa-angle-right {
    font-size: 14px;
    top: 1px;
    font-weight: normal;
}
#title_breadcrumbs_bar #more p {
    margin-bottom: 0;
}
.no-thumbnail #title_breadcrumbs_bar h1,
.no-thumbnail #title_breadcrumbs_bar a,
.no-thumbnail #title_breadcrumbs_bar #breadcrumbs .breadcrumb_last,
.no-thumbnail #title_breadcrumbs_bar #breadcrumbs i {
    color: #333;
    text-shadow: none;
}
.no-thumbnail #title_breadcrumbs_bar a:hover {
    border-bottom-color: #333;
}
.benefits {
  font-size: 16px;
  line-height: 20px;
}
.benefits i{
  opacity: 1 !important;
  font-size: 22px;
  top: -1px !important;
}
.benefits.no-style li p{
  padding-left: 30px;
  margin-bottom: 8px;
}
/*-------- 2.3. CSS Effects --------*/
/*-------- 2.3.1. Material ripple --------*/

.ripplelink {
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 0;
}
.ink {
    display: block;
    position: absolute;
    background: #DBDBDB;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.animate {
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear;
}
@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
    }
}
@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
    }
}
@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2.5);
    }
}
@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}
/*-----------------------------------------------------------------*/
/* Blog
/*-----------------------------------------------------------------*/

.post_padding ul,
.post_padding ol,
#default_page_row ul,
#default_page_row ol,
.post_content ul,
.post_content ol {
    margin-left: 20px;
    margin-bottom: 40px;
}
.post_padding dl,
#default_page_row dl,
.post_content dl {
    margin-bottom: 40px;
}
.post_padding ul ul,
.post_padding ol ol,
.post_padding dl dl,
#default_page_row ul ul,
#default_page_row ol ol,
#default_page_row dl dl,
.post_content ul ul,
.post_content ol ol,
.post_content dl dl {
    margin-bottom: 0px;
}
/*-------- 6.1. Blog Timeline --------*/

#timeline_posts {
    overflow: hidden;
}
#post:after {
    content: '';
    display: block;
    clear: both;
}
.post_main.status {
    margin-top: 100px;
}
.post_main {
    background: #fff;
    display: inline-block;
}
.single .post_main {
    width: 100%;
}
.single-post .row {
    display: -webkit-flex;
    display: flex;
}
@media only screen and (max-width: 1200px) {
  .single-post .row .span3,
  .single-post .row .span9{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single-post .row .span3{
    -webkit-order: 2;
    order: 2;
  }
  .single-post .row .span9{
    -webkit-order: 1;
    order: 1;
    margin-left: 0;
  }
}
.post_main .content {
    padding: 20px;
}
.post_main .content h3 a {
    color: #333;
}
.post_meta_views a {
    cursor: help;
}
#post_meta .post_meta_date,
#post_meta .post_meta_author,
#post_meta .post_meta_views {
    float: left;
    margin-right: 15px;
}
.post_meta_date p {
    display: inline-block;
    margin-bottom: 0;
}
.post_top {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 405px;
    width: 100%;
    display: table;
}
.post_top_holder {
    display: table-cell;
    vertical-align: bottom;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 79%, rgba(0, 0, 0, 0.75) 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(79%, rgba(0, 0, 0, 0.75)), color-stop(100%, rgba(0, 0, 0, 0.75)));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 79%, rgba(0, 0, 0, 0.75) 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 79%, rgba(0, 0, 0, 0.75) 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 79%, rgba(0, 0, 0, 0.75) 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 79%, rgba(0, 0, 0, 0.75) 100%);
    /* W3C */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
    /* IE6-8 */
}
#post_meta {
    padding: 0 30px;
    margin-bottom: 40px;
    font-size: 12px;
    color: #787878;
}
#post_meta a {
    color: #787878;
}
#post_meta .post_meta_category a,
.post_main .content ul.content-sidebar .category a {
    font-weight: 900;
    text-transform: uppercase;
    color: #e60590;
}
#post_meta .post_meta_category a:hover,
.post_main .content ul.content-sidebar .category a:hover {
    text-decoration: underline;
}
.post_title h1 {
    margin-bottom: 0;
}
.post_main .thumbnail .quote {
    padding: 100px 100px 0;
    font-size: 40px;
}
.post_main .thumbnail .author {
    padding: 0 100px 200px;
    color: #fff;
    font-style: italic;
}
.post_main .thumbnail i {
    padding: 33px;
    background: #c00;
    cursor: pointer;
    font-size: 30px;
    color: #fff;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    display: block;
    width: 100px;
    height: 100px;
    top: -60px;
}
.post_main:hover .thumbnail i {
    background: rgba(255, 0, 0, 0.36);
}
.post_main h3 {
    text-transform: initial;
}
.post_main .postmeta {
    position: absolute;
    width: 68%;
    left: 0;
    top: 87.8%;
}
.post_main .content {
    position: relative;
    padding: 0;
}
.post_main .content .content-main {
    width: 60%;
    height: 100%;
    float: left;
    margin-top: -100px;
    padding: 20px;
    background: #fff;
}
.post_main.no_thumbnail .content .content-main {
    margin-top: 0;
}
.post_main .content ul.content-sidebar {
    width: 40%;
    float: left;
    padding: 20px 0;
    margin: 0;
    list-style: none;
}
.post_main .content ul.content-sidebar a {
    color: #333333;
}
.post_main .content ul.content-sidebar p {
    margin-bottom: 0;
}
.post_main .content ul.content-sidebar li {
    padding: 15px 20px;
    border-bottom: 1px solid #f4f4f4;
}
.post_main .content ul.content-sidebar li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.post_main .content ul.content-sidebar li i {
    margin-right: 10px;
}
.video_holder {
    position: relative;
}
.video_holder .video_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2d2d2d;
    background: rgba(0, 0, 0, 0.8);
}
/*-------- 6.8. Blog Posts --------*/

.post_main {
    border-bottom: 0px;
}
.post_content {
    position: relative;
    padding: 30px;
}
.post_content {
    line-height: 30px;
}
.post_wrapper {
    margin-bottom: 40px;
}
.post_main {
    position: relative;
}
.post_main h3 {
    margin-bottom: 21px;
    line-height: 30px;
}
.post_main h3 a {
    color: #3b4550;
}
.post_badges {
    float: left;
    display: inline-block;
    text-align: center;
    color: #505558;
}
.post_badges .avatar {
    margin-bottom: 13px;
}
.post_badges .post_author {
    display: block;
    border-bottom: 1px solid #e1e9e9;
    padding-bottom: 16px;
    margin-bottom: 8px;
}
.post_badges .post_date {
    display: block;
    color: #B5B5B5;
}
.post_main .postmeta-under {
    padding: 20px 100px;
    display: block;
    border: 1px solid #F4F4F4;
}
.post_main .postmeta-above-holder {
    position: relative;
}
.post_main .postmeta-above {
    position: absolute;
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    color: #ccc;
    line-height: 20px;
    padding: 6px 30px;
    width: 100%;
    z-index: 9;
}
.post_main .postmeta-above p {
    display: inline-block;
    margin-bottom: 0;
}
.post_main .postmeta-above p i {
    margin-right: 6px;
    position: relative;
    line-height: 20px;
    top: 2px;
}
.post_main .postmeta-above .post_author span {
    position: relative;
    margin-right: 15px;
}
.post_main .postmeta-above .post_author span i {
    position: relative;
    right: -8px;
    top: -2px;
}
.post_main .postmeta-above .post_author span:last-child {
    margin-right: 0;
}
.post_main .postmeta-above-spacer {
    height: 54px;
}
.post_main .post_main_inner_wrapper .post_author span {
    position: relative;
    margin-right: 15px;
}
.post_main .post_main_inner_wrapper .post_author span i {
    position: relative;
    right: -8px;
    top: -2px;
}
.post_main .postmeta-under p {
    margin-bottom: 0;
    padding: 15px;
}
.post_author {
    background: #f4f4f4;
    padding: 20px 30px;
}
.author .post_author {
    margin-bottom: 20px;
    padding: 20px;
}
.post_author .author_avatar img {
    float: left;
    margin-right: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 3px solid #fff;
    width: 100px;
    height: 100px;
}
.post_author .author_biography h5 {
    margin-bottom: 0;
    text-transform: uppercase;
    display: inline-block;
}
.post_author .author_biography h5 a {
    color: #000000;
}
.post_author .author_biography .company {
    color: #BCBCBC;
    font-size: 10px;
    margin-bottom: 5px;
}
.post_author .author_biography .author_description {
    margin: 10px 0;
}
.post_author .author_biography .author_links {
    padding: 10px 0 0;
    margin-top: 10px;
}
.post_author .author_biography .author_links span {
    font-weight: 100;
    margin-right: 10px;
    color: #bcbcbc;
}
.post_author .author_biography .author_links a {
    padding: 0 5px;
    color: #bcbcbc;
}
.post_author .author_biography .author_links a:hover {
    color: #000;
}
.post_author .author_biography .author_links .author_contact {
    float: left;
    margin-right: 50px;
}
.post_meta_share,
.post_meta_shortlink,
.post_meta_comments {
    float: left;
}
.post_meta_share a,
.post_meta_comments a {
    left: 0;
    display: inline-block;
    float: left;
    margin-right: 25px;
}
.post_meta_share span.shares,
.post_meta_share i,
.post_meta_comments i {
    width: 22px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: block;
    float: left;
}
.post_meta_share .post_share.total span.shares {
    width: auto;
    margin-right: 5px;
}
.post_meta_share span.count,
.post_meta_comments span.count {
    min-width: 0;
    width: 0;
    height: 42px !important;
    line-height: 42px;
    text-align: center;
    display: block;
    float: left;
    display: inline;
    opacity: 0;
    top: -0.1em;
    -webkit-transform: translate3d(-4px, 0, 0);
    -moz-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3;
}
.post_meta_share .post_share.total span.count,
.post_meta_share a:hover span.count,
.post_meta_comments a:hover span.count {
    min-width: 22px;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.post_meta_share i,
.post_meta_shortlink i,
.post_meta_comments i {
    position: relative;
}
.post_meta_shortlink {
    padding: 10px 13px;
    float: right;
}
.post_meta_shortlink:hover {
    color: #000;
}
.post_meta_shortlink .shortlink {
    padding-left: 10px;
}
.post_meta_share .post_share.total {
    color: #000;
    margin-right: 25px;
    float: left;
    display: inline-block;
    cursor: default;
    text-transform: uppercase;
}
.post_meta_share .post_share,
.post_meta_comments .post_comment {
    color: #ccc;
}
.post_meta_share .post_share:hover,
.post_meta_comments .post_comment:hover {
    color: #000;
}
.post_about_author {
    margin-bottom: 50px;
}
.post_about_author img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
}
.post_about_author h5 {
    font-weight: 700;
    line-height: 22px;
    color: #3b4550;
    text-align: left;
}
.post_about_author p {
    padding-right: 50px;
}
.post-readmore {
    border-top: 0px solid #e1e9e9;
}
.author .post_meta_author {
    padding: 20px;
    background: #F1F1F1;
    width: 100%;
    margin-bottom: 20px;
}
.author .post_meta_author .author_avatar {
    float: left;
    margin-right: 20px;
}
.author .post_meta_author .author_avatar img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 3px solid #fff;
}
.more-link {
    color: #50a2de;
    margin-bottom: 0px;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.more-link:hover {
    color: #056ab2;
}
.more-link i {
    margin-left: 5px;
}
.post_excerpt {
    line-height: 38px;
    margin-top: -4px;
}
#post_navigation {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 0;
}
.previous_post,
.next_post {
    float: left;
    padding: 30px 10px 30px 60px;
    width: 50%;
    position: relative;
    color: inherit!important;
}
.next_post {
    float: right;
    text-align: right;
    padding: 30px 60px 30px 10px;
}
.previous_post .blognav-meta,
.next_post .blognav-meta {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    opacity: 0.5;
}
.previous_post a,
.next_post a {
    width: 100%;
    height: 100%;
    line-height: 55px;
    display: block;
}
.next_post a {
    text-align: right;
}
.previous_post i,
.next_post i {
    position: absolute;
    top: 26px;
    left: 5px;
    opacity: 0.3;
    font-size: 48px;
}
.next_post i {
    right: 5px;
}
.previous_post:hover i,
.next_post:hover i {
    opacity: 1;
}
/*-------- 6.9. Related Articles --------*/

#related_articles {
    padding: 30px 0;
    background: #f1f1f1;
}
.related_item_meta a {
    color: #848994;
}
.related_item_meta a:hover {
    color: #50a2de;
}
.related_article .overlayed {
    position: relative;
}
.related_article .overlayed .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    background: none;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1;
}
.related_article .overlayed .overlay .overlay_icon {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
    line-height: 60px;
    text-align: center;
}
.related_article .overlayed .overlay .overlay_icon i {
    line-height: 50px;
}
.related_article:hover .overlayed .overlay {
    filter: alpha(opacity=100);
    opacity: 1;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(80, 162, 222, 0.75) 75%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(80, 162, 222, 0.75) 75%);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.related_article:hover .overlayed_detailed .overlay {
    filter: alpha(opacity=100);
    opacity: 1;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(80, 162, 222, 0.75) 75%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(80, 162, 222, 0.75) 75%);
    border-radius: 5px;
}
.related_article .overlayed .overlay:before,
.related_article .overlayed .overlay:after {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.related_article .overlayed .overlay:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.related_article .overlayed .overlay:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
.related_article:hover .overlayed .overlay:before,
.related_article:hover .overlayed .overlay:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*CHANGES FOR REALTED POSTS*/
.single-post .wp-post-image {
    width: 100%;
    object-fit: cover;
    border-bottom: 1px solid #CCC;
}
.single-post  .related_inner_content {
    background: #fff;
    border: 1px solid #CCC;
    text-align: center;
}

.single-post .related_item_meta {
    padding: 20px;
}

.single-post .related_item_meta a {
    color: #000;
}
.single-post .row.related_4column {
    display: block;
}

@media only screen and (min-width: 600px) {
    .single-post .row.related_4column .tcvpb_column_tc_span3 {
        width: 23.07692307692308%;
    }
}

/*-------- 6.10. Post Comments --------*/

#comments_section {
    background: #f1f1f1;
}
#comments_section > svg > path {
    fill: #f1f1f1;
}
#comments_section #comments-title {
    padding: 20px 20px 0;
}
#comments_section ul,
#comments_section ol {
    list-style: none;
    margin: 0;
    padding: 0 20px 20px;
}
#comments_section ul li,
#comments_section ol li {
    border-bottom: 1px solid #e9eaec;
}
#comments_section ul li:last-child,
#comments_section ol li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.comment p {
    margin-bottom: 0;
}
#comments_section p.logged-in-as,
#comments_section p.comment-notes {
    margin-bottom: 38px;
}
.comment {
    position: relative;
    padding-left: 112px;
    padding-bottom: 30px;
    min-height: 70px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.comment .children .comment {
    margin-top: 0;
    padding-bottom: 0;
}
.children .comment:last-child {
    margin-bottom: 0;
}
.comment .avatar {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0px;
    left: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 3px solid #fff;
}
.comment .comment-text {
    padding-bottom: 34px;
    margin-top: 11px;
}
.comment .children {
    padding-top: 30px;
}
.comment .comment-author {
    font-weight: 600;
}
.comment .comment-author a {
    color: #000000;
    margin-right: 10px;
}
.comment time {
    margin-left: 30px;
}
.comment .reply,
.comment .edit-link,
.comment .reply a,
.comment .edit-link a {
    line-height: 22px;
    color: #9e9e9e;
    float: left;
}
.comment .reply {
    float: right;
}
.comment .edit-link {
    float: right;
    margin-left: 30px;
}
.comment .reply a:hover,
.comment .edit-link a:hover {
    color: #000000;
}
.comment .edit-link:before {
    margin-right: 7px;
}
#comments textarea:focus:not([readonly]),
#comments input[type=text]:focus:not([readonly]) {
    border-color: #000;
}
#comments .input-field label.active {
    color: #000;
}
#respond .comment-reply-title {
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
}
#response-author {
    display: none;
}
/*-------- 6.11. Post Pagination --------*/

#blog_pagination {
    padding: 0 0 30px;
    text-align: center;
    margin-top: 20px;
}
#blog_pagination .pagination {
    float: left;
}
#blog_pagination .page-numbers {
    color: #B5B5B5;
    line-height: 29px;
    display: inline-block;
    margin-right: 6px;
    border: 1px solid #B5B5B5;
    width: 32px;
    height: 32px;
    text-align: center;
}
#blog_pagination i {
    line-height: 29px;
    margin: 0 5px;
}
#blog_pagination .page-numbers.current {
    color: #2b2b2b;
    border-color: #3b3b3b;
    text-align: center;
}
#blog_pagination .page-numbers:hover,
#blog_pagination .page-numbers.current:hover {
    color: #2b2b2b;
    border-color: #3b3b3b;
}
#blog_pagination .page-numbers.dots:hover {
    color: #B5B5B5;
    border-color: #B5B5B5;
    cursor: default;
}
#blog_pagination .page-numbers.current:hover {
    cursor: default;
}
#blog_pagination .prev {
    margin-right: 6px;
    text-align: center;
}
#blog_pagination .next {
    text-align: center;
}
#inner_post_pagination {
    margin-bottom: 40px;
}
#inner_post_pagination > span,
#inner_post_pagination > a {
    color: #333333;
    line-height: 29px;
    display: inline-block;
    margin-right: 6px;
    border-radius: 50%;
    border: 1px solid #e9eaec;
    width: 32px;
    height: 32px;
    background: -webkit-linear-gradient(#fff, #f5f6f8);
    background: -o-linear-gradient(#fff, #f5f6f8);
    background: -moz-linear-gradient(#fff, #f5f6f8);
    background: linear-gradient(#fff, #f5f6f8);
    text-align: center;
}
#inner_post_pagination > a span {
    border: none;
}
#inner_post_pagination > a:hover {
    color: #157cac;
}
/*-----------------------------------------------------------------*/
/* Jobs
/*-----------------------------------------------------------------*/

.jobs-listing {
    margin-left: 0;
}
.jobs-listing li {
    display: block;
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: top;
}
.jobs-listing li .jobs-content {
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 0 15px 20px;
}
.jobs-listing li:last-child .jobs-content {
    border-bottom: 0;
}
.jobs-listing li .media {
    display: inline-block;
    float: none;
    margin-right: 5%;
    width: 15%;
    vertical-align: middle;
}
.jobs-listing li .media figure {
    width: auto;
    margin: 0px;
    position: relative;
}
.jobs-listing li .media figure img {
    width: 100%;
}
.jobs-listing li .content {
    width: 79%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.jobs-listing .post_title {
    display: inline-block;
    vertical-align: middle;
}
.jobs-listing .post_title h2 {
    font-size: 20px;
    font-weight: 600;
    color: #555;
    margin-bottom: 5px;
}
.jobs-listing .post_title h2 a {
    color: #333333;
}
.jobs-listing .post_title h2 a:hover {
    color: #e60590;
}
.jobs-listing span.company {
    color: #acacac;
    display: inline-block;
    font-size: 12px;
}
.jobs-listing span.company a {
    color: #acacac;
}
.jobs-listing span.company a:hover {
    color: #333;
}
.jobs-listing .btn {
    border-radius: 2px;
    color: #fff;
    float: right;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1.2px;
    min-width: 115px;
    padding: 1px 15px;
    text-align: center;
}
.btn.freelance {
    border: solid 1px #dc932b;
    color: #dc932b;
}
.btn.fulltime {
    border: solid 1px #ef4b39;
    color: #ef4b39;
}
.btn.partime {
    border: solid 1px #4288c9;
    color: #4288c9;
}
.jobs-listing li .information {
    display: block;
}
.jobs-listing li .information > span {
    color: #999999;
    display: block;
    font-size: 12px;
    margin: 0 0 0px 0;
    margin-right: 8px;
}
.jobs-listing li .information > span.distance {
    background: #999;
    color: #fff;
    padding: 0 5px;
    border-radius: 3px;
}
.jobs-listing li .information > span i {
    display: inline-block;
    font-size: 15px;
    margin: -2px 5px 0 0;
    vertical-align: middle;
}
/*-----------------------------------------------------------------*/
/* Wiki
/*-----------------------------------------------------------------*/

.single-wiki #content h1 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 8px;
}
.single-wiki #content h2 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 8px;
}
.single-wiki #content h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}
.single-wiki #content h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: inherit;
}
.single-wiki #content h5 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 0;
    text-transform: inherit;
}
.single-wiki #content h6 {
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    margin-bottom: 0;
    text-transform: inherit;
}
.search .submit {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #555;
    cursor: pointer;
}
#search_bar {
    padding: 0;
    margin-top: -104px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
#search_bar.open {
    margin-top: 0;
}
.advanced-search {
    padding: 30px 20px;
    background: #F1F1F1;
    border: 1px solid #CCC;
    border-top: 0;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.advanced-search:before {
    content: "\f002";
    font-family: 'font_awesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    color: #d1d1d1;
    left: 37px;
    top: 43px;
}
.advanced-search input[type=text] {
    border-radius: 25px;
    text-indent: 40px;
    margin-bottom: 0;
}
.advanced-search input[type=submit] {
    border-radius: 25px;
    position: absolute;
    right: 5px;
    top: 35px;
    padding: 5px 30px;
}
/*-------- 6.11. Advanced Search --------*/

.search-tab {
    margin-left: 25px;
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #CCCCCC;
    border-top: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #555;
    background: #fff;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
}
.search-tab:hover {
    text-decoration: none;
    background: #f9f9f9;
}
.search-tab > i {
    padding-left: 10px;
}
/*-------- 6.11. Content Sections --------*/

.page-relatives #page-toc {
    padding: 20px;
    border: 1px solid #e6e6e6;
    background: #fff;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.025);
    -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.025);
    margin: 0;
}
.page-relatives ol#page-toc {
    padding-left: 40px;
}
.page-relatives #page-toc .contact-info span {
  word-break: break-all;
}
.page-relatives #page-toc img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 3px solid #EEF1F4;
}
.single-jobs .page-relatives #page-toc img {
    padding: 20px 50px;
}
.page-relatives #page-toc > a {
    display: inline-block;
    position: relative;
}
.page-relatives #page-toc > a .vacancy-filled {
    position: absolute;
    bottom: 23px;
    left: 3px;
    right: 3px;
    padding: 20px;
    font-size: 20px;
    background: rgba(255, 16, 0, 0.66);
    color: #fff;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.page-relatives #page-toc li {
    padding: 10px;
    border-bottom: 1px dotted #e6e6e6;
    color: #999;
}
.page-relatives #page-toc a,
.page-relatives #page-toc li a {
    color: #555;
    font-weight: bold;
}
.page-relatives #page-toc a.name {
    display: block;
}
.page-relatives #page-toc a.more {
    font-weight: normal;
    font-size: 12px;
    color: #e60590;
}
.page-relatives #page-toc li a.active {
    color: #e60590;
}
.page-relatives #page-toc li:first-child {
    padding-top: 0;
}
.page-relatives #page-toc li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.page-relatives #page-toc .description {
    font-size: 12px;
    font-style: italic;
}
.page-relatives #page-toc .specialist,
.page-relatives #page-toc .weekfrom {
    font-size: 12px;
}
.page-relatives #page-toc .specialist p,
.page-relatives #page-toc .weekfrom p {
    margin: 25px 0 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #EEF1F4;
}
.page-relatives #page-toc .specialist li a,
.page-relatives #page-toc .weekfrom li a {
    font-weight: normal;
    display: inline-block;
}
.page-relatives #page-toc .specialist li a:hover,
.page-relatives #page-toc .weekfrom li a:hover {
    text-decoration: underline;
}
.page-relatives .btn-area {
    padding: 20px;
    background: #ffffff;
    border: 1px solid #E6E6E6;
    border-top: 0;
}
#opinion,
#apply {
    padding: 30px;
    border: 1px solid #E6E6E6;
    background: #FCFCFC;
    border-radius: 2px;
}
/*-------- 6.11. Related Courses --------*/

.page-relatives {
    position: relative;
}
#related-toc {
    background: #f4f7fa;
    padding: 1.5em;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(37, 90, 140, 0.15);
    border-top-width: 0;
    box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.025);
    -webkit-box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.025);
}
#related-toc hr {
    margin: 30px 0 25px;
}
.outer-content h3,
#page-toc h5,
#related-toc h5,
#immerse-toc h5 {
    font-size: 13px;
    line-height: 15px;
    margin: 0 0 10px;
    font-weight: 600;
}
.outer-content:first-child,
#related-toc:first-child {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-top-width: 1px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.outer-content ul li a,
#related-toc ul li a {
    color: #507091;
}
.outer-content ul li:hover a,
#related-toc ul li:hover a,
#immercs-toc ul li:hover a {
    text-decoration: underline;
}
#immerse-toc {
    padding: 0 0 20px 20px;
    border: 1px solid #ededed;
    border-radius: 3px;
}
#immerse-toc ul li a {
    color: #333;
}
/*-----------------------------------------------------------------*/
/* Studiewijzer
/*-----------------------------------------------------------------*/

.organogram.lvl-1 .match-height,
.organogram.lvl-4 .match-height {
    position: relative;
    border: 1px solid #e3e3e3;
    padding: 20px 20px 0 20px;
}
.organogram.lvl-2 .match-height {
    position: relative;
    border: 1px solid #e3e3e3;
    padding: 20px 20px 0 20px;
}
.organogram.lvl-3 .match-height,
.organogram.lvl-5 .match-height {
    position: relative;
    border: 1px solid #e3e3e3;
    border-left: 0;
    padding: 30px 20px;
    margin: -20px -20px 0 -20px;
    background: #fff;
}
.organogram.lvl-3 [class*="column_tc_span"]:first-child .match-height,
.organogram.lvl-5 [class*="column_tc_span"]:nth-child(2) .match-height {
    border-left: 1px solid #e3e3e3;
}
.organogram.lvl-3 [class*="column_tc_span"],
.organogram.lvl-5 [class*="column_tc_span"] {
    padding: 20px;
    background: #f7f7f7;
    -webkit-box-shadow: inset -2px -2px 0px -1px rgba(227, 227, 227, 1);
    -moz-box-shadow: inset -2px -2px 0px -1px rgba(227, 227, 227, 1);
    box-shadow: inset -2px -2px 0px -1px rgba(227, 227, 227, 1);
}
.organogram.lvl-3 .active .match-height,
.organogram.lvl-5 .active .match-height {
    background: transparent;
}
.organogram.lvl-3 [class*="column_tc_span"]:first-child,
.organogram.lvl-5 [class*="column_tc_span"]:nth-child(2) {
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(227, 227, 227, 1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(227, 227, 227, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(227, 227, 227, 1);
}
.organogram.lvl-5 [class*="column_tc_span"]:first-child {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.organogram.lvl-2 .match-height:before,
.organogram.lvl-3 .match-height:before,
.organogram.lvl-4 .match-height:before,
.organogram.lvl-5 .match-height:before {
    position: absolute;
    content: "";
    left: 50%;
    top: -41px;
    height: 41px;
    width: 1px;
    background: #ccc;
}
.organogram.lvl-4 .match-height:before {
    left: 83%;
}
.organogram .active {
    background: #f7f7f7 !important;
}
.organogram .tcvpb_shortcode_ul li:first-child {
    padding-left: 0;
}
/*-----------------------------------------------------------------*/
/* Slider
/*-----------------------------------------------------------------*/

.slick-slider {
    display: block;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    min-height: 1px;
    padding: 0 10px;
    display: none;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
    max-width: 100%;
}
.slick-slide .inner-content h3,
.slick-slide .inner-content p {
    margin-bottom: 0;
}
.slick-slide .normal,
.slick-slide .hover {
    position: relative;
}
.slick-slide .normal {
    display: block;
}
.slick-slide .hover {
    display: none;
}
.slick-slide:hover .normal {
    display: none;
}
.slick-slide:hover .hover {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-prev,
.slick-next {
    position: absolute;
    z-index: 99;
    display: block;
    height: 78%;
    width: 30px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent !important;
    color: transparent;
    top: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
    border: none;
    outline: none;
}
.slick-prev:before,
.slick-next:before {
    font: normal normal normal 44px/1 font_awesome;
    color: #000;
    opacity: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-slider:hover .slick-prev:before,
.slick-slider:hover .slick-next:before {
    opacity: 0.55;
}
.slick-prev:hover:before,
.slick-next:hover:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}
.white .slick-prev:before,
.white .slick-next:before {
    color: #fff;
}
.slick-prev {
    left: -40px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: 0px;
}
.slick-prev:before {
    content: "\f104";
}
[dir="rtl"] .slick-prev:before {
    content: "\f105";
}
.slick-next {
    right: -40px;
}
[dir="rtl"] .slick-next {
    left: 0px;
    right: auto;
}
.slick-next:before {
    content: "\f105";
}
[dir="rtl"] .slick-next:before {
    content: "\f104";
}
.slick-dots {
    display: table !important;
    margin: 24px auto 0 auto;
}
.slick-dots li {
    position: relative;
    display: inline !important;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-size: 28px;
    line-height: 20px;
    text-align: center;
    color: #555;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    filter: Alpha(Opacity=100);
    opacity: 1;
}
/* Slider */

.slider .slick-slide {
    padding: 0;
    height: 100%;
}
.slider .slick-slide .content h3 {
    color: #fff;
    font-size: 50px;
    line-height: 54px;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
}
.slider .slick-slide .content p {
    color: #fff;
    font-size: 33px;
    line-height: 50px;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
}
.slider .slick-slide .content {
    height: 100%;
    width: 100%;
    display: table;
}
.slider .slick-slide .content .inner-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    float: none;
    text-align: center;
    border: 0;
}
/* Scrolldown */

#scrolldown {
    position: absolute;
    left: 50%;
    bottom: 40px;
    border: 2px solid #fff;
    border-radius: 16px;
    height: 40px;
    width: 24px;
    margin-left: -15px;
    display: block;
    z-index: 10;
    opacity: 1;
    cursor: pointer;
}
#scrolldown:hover {
    opacity: 0.7;
}
#scrolldown .wheel {
    position: relative;
    border-radius: 10px;
    background: #fff;
    width: 2px;
    height: 6px;
    top: 4px;
    margin-left: auto;
    margin-right: auto;
}
#scrolldown .wheel {
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    -webkit-animation-name: drop;
    animation-name: drop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
@keyframes drop {
    0% {
        opacity: 0;
        top: 5px;
    }
    30% {
        opacity: 1;
        top: 10px;
    }
    100% {
        opacity: 0;
        top: 25px;
    }
}
/*-----------------------------------------------------------------*/
/* Widgets
/*-----------------------------------------------------------------*/

.sidebar .gform_wrapper {
    width: 100%;
}
.widget input {
    margin-bottom: 0;
}
aside .widget {
    margin-bottom: 42px;
    position: relative;
}
aside .widget h4 {
    color: #B5B5B5;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.sidebar-widget-heading h3,
.sidebar-widget-heading,
#comments-title,
#reply-title {
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 10px;
    display: block;
    text-align: left;
    letter-spacing: 0.5px;
}
.sidebar-widget-heading h3:after,
#comments-title:after,
#reply-title:after {
    display: none;
    content: "";
    width: 60px;
    height: 2px;
    background: #56b9ff;
    position: absolute;
    bottom: -2px;
    left: 0;
    margin-left: 0;
}
aside .widget a {
    color: #B5B5B5;
}
aside .widget a:hover {
    color: #333;
}
h3.footer-widget-heading {
    font-weight: 700;
    margin-bottom: 17px;
}
.textwidget {
    line-height: 22px;
    color: #333333;
}
.widget_sp_image img {
    margin-bottom: 24px;
}
.widget.widget_categories label.screen-reader-text {
    display: none;
}
/*-------- 8.1. Search --------*/

.results_time {
    color: #ccc;
    font-weight: 100;
    display: block;
    margin-bottom: 20px;
}
.search_result h2 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 0;
    text-transform: inherit;
}
.search_result h2 > a {
    color: #337BAB;
}
.search_result > a {
    color: #AABBC8;
    margin-bottom: 8px;
    display: block;
}
.search_resuls_number {
    font-weight: 300;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 19px;
}
/*-------- 8.2. Categories, Menu, Pages --------*/

.widget ul {
    list-style: none;
    margin: 0;
}
.widget ul.children li {
    word-break: break-word;
}
aside .widget_pages li,
aside .widget_recent_entries li,
aside .widget_archive li,
aside .widget_nav_menu li,
aside .widget_meta li,
aside .widget_categories li {
    border-bottom: 1px solid #e6ebed;
    position: relative;
    padding: 0;
    line-height: 36px;
}
aside .widget_pages ul.children,
aside .widget_recent_entries ul.children,
aside .widget_archive ul.children,
aside .widget_nav_menu ul.sub-menu,
aside .widget_meta ul.children,
aside .widget_categories ul.children {
    border-top: 1px solid #e6ebed;
    position: relative;
    padding: 0;
}
aside .widget_pages li:last-child,
aside .widget_recent_entries li:last-child,
aside .widget_archive li:last-child,
aside .widget_nav_menu li:last-child,
aside .widget_meta li:last-child,
aside .widget_categories li:last-child {
    border-bottom: none;
}
aside .widget_pages ul.children li a,
aside .widget_recent_entries ul.children li a,
aside .widget_archive ul.children li a,
aside .widget_nav_menu ul.sub-menu li a,
aside .widget_meta ul.children li a,
aside .widget_categories ul.children li a {
    margin-left: 10px;
}
aside .widget_pages ul.children li li a,
aside .widget_recent_entries ul.children li li a,
aside .widget_archive ul.children li li a,
aside .widget_nav_menu ul.sub-menu li li a,
aside .widget_meta ul.children li li a,
aside .widget_categories ul.children li li a {
    margin-left: 20px;
}
aside .widget_pages ul.children li li li a,
aside .widget_recent_entries ul.children li li li a,
aside .widget_archive ul.children li li li a,
aside .widget_nav_menu ul.sub-menu li li li a,
aside .widget_meta ul.children li li li a,
aside .widget_categories ul.children li li li a {
    margin-left: 30px;
}
aside .widget_pages ul.children li li li li a,
aside .widget_recent_entries ul.children li li li li a,
aside .widget_archive ul.children li li li li a,
aside .widget_nav_menu ul.sub-menu li li li li a,
aside .widget_meta ul.children li li li li a,
aside .widget_categories ul.children li li li li a {
    margin-left: 40px;
}
aside .widget_pages li:after,
aside .widget_recent_entries li:after,
aside .widget_archive li:after,
aside .widget_nav_menu li:after,
aside .widget_meta li:after,
aside .widget_categories li:after {
    font-family: 'font_awesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    display: block;
    position: absolute;
    top: 0;
    line-height: inherit;
    right: 0px;
    color: #333333;
}
/*-------- 8.3. Tag Cloud --------*/

.tagcloud {
    padding-top: 5px;
}
.tagcloud a {
    display: inline-block;
    margin: 0 20px 10px 0;
    padding: 3px 15px 3px 20px;
    white-space: nowrap;
    position: relative;
    background-color: #1c1f24;
    color: #fff;
    border: 1px solid #1c1f24;
    border-left: 0;
    border-radius: 1px 3px 3px 1px;
    transition: all 0ms ease-in;
    -webkit-transition: all 0ms ease-in;
}
.tagcloud a:before {
    content: '';
    position: absolute;
    top: 7px;
    left: -7px;
    width: 12px;
    height: 12px;
    background-color: #1c1f24;
    border-left: 1px solid #1c1f24;
    border-bottom: 1px solid #1c1f24;
    border-radius: 0 0 0 2px;
    -webkit-transform: scale(1, 1.5) rotate(45deg);
    -moz-transform: scale(1, 1.5) rotate(45deg);
    -ms-transform: scale(1, 1.5) rotate(45deg);
    transform: scale(1, 1.5) rotate(45deg);
}
.tagcloud a:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -3px;
    width: 5px;
    height: 5px;
    background: #FFF;
    border: 1px solid #1c1f24;
    border-radius: 4px;
}
.tagcloud a:hover,
.tagcloud a:hover:before {
    background-color: transparent;
    color: #1c1f24;
}
#main_footer .tagcloud a:after {
    background: #2d2d2d;
}
/*-------- 8.5. Popular Posts --------*/

.popular_posts_widget .popular_post {
    overflow: hidden;
}
.popular_posts_widget .popular_post .thumbnail_holder {
    width: 40%;
    float: left;
}
.popular_posts_widget .popular_post .thumbnail_holder .timeline_postmeta {
    top: 1px;
}
.popular_posts_widget .popular_post .thumbnail_holder .thumbnail i {
    padding: 5px 11px;
    margin: initial;
    width: 30px;
    height: 30px;
    top: initial;
}
.popular_posts_widget .popular_post .content {
    padding: 0 0 0 20px;
    float: left;
    width: 60%;
}
.popular_posts_widget .popular_post .content h6 {
    margin-bottom: 0;
}
.popular_posts_widget a.chip {
    top: -20px;
    right: -20px;
}
/*-------- 8.5. Recent Posts --------*/

.rpwe-li {
    border-top: 1px dotted #606060;
    padding: 10px 0;
}
.rpwe-li:first-child {
    border: 0;
    padding-top: 0;
}
.rpwe-li:last-child {
    padding-bottom: 0;
}
.rpwe-title {
    font-size: 12px;
    line-height: 17px;
    text-transform: inherit;
    font-weight: 900;
    margin-bottom: 5px;
}
.rpwe-block h3 a {
    font-weight: 600;
}
.rpwe-block a {
    display: inline;
    text-decoration: none;
    padding: 0;
}
.rpwe-alignleft {
    float: left;
    margin-right: 15px;
}
.rpwe-alignright {
    float: right;
    margin-left: 15px;
}
.rpwe-aligncenter {
    margin-bottom: 20px;
}
.rpwe-summary {
    color: #777777;
    display: inline!important;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 22px;
    padding: 0;
}

#coupon-code {
  border: 3px dashed #ccc;
  padding: 50px 20px;
  text-align: center;
  display: none;
}

.request-book-reply {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 23px;
}

.requestcode-error {
  display: none;
}

/*-------- 8.7. Sidebar Widgets --------*/
/*-------- 8.8. Contact Info / Social Icons Widget --------*/

.info_content.contact-info {
    max-width: 300px;
    padding: 20px;
}
.info_content.contact-info h3 {
    font-size: 14px;
    line-height: 16px;
}
.info_content.contact-info p {
    margin: 0;
}
.info_content.contact-info p.visiting_address {
    margin-bottom: 24px;
}
.social-icons li.social {
    list-style: none;
}
.contact-info .phone_email > a,
.social-icons li.social > a {
    padding-left: 30px;
    position: relative;
    color: #000;
}
.contact-info .phone_email > a > i,
.social-icons li.social > a > i {
    position: absolute;
    left: 0;
    margin-top: 3px;
}
.social-icons li.social > a > span {
    text-transform: capitalize;
}
#main_footer .social-icons li.social.email a:hover,
.social-icons li.social.email a:hover {
    color: #e60590;
}
#main_footer .social-icons li.social.facebook a:hover,
.social-icons li.social.facebook a:hover {
    color: #3b5998;
}
#main_footer .social-icons li.social.linkedin a:hover,
.social-icons li.social.linkedin a:hover {
    color: #0077b5;
}
#main_footer .social-icons li.social.newsletter a:hover,
.social-icons li.social.newsletter a:hover {
    color: #2c9ab7;
}
#main_footer .social-icons li.social.rss a:hover,
.social-icons li.social.rss a:hover {
    color: #f26522;
}
#main_footer .social-icons li.social.twitter a:hover,
.social-icons li.social.twitter a:hover {
    color: #55acee;
}
#main_footer .social-icons li.social.whatsapp a:hover,
.social-icons li.social.whatsapp a:hover {
    color: #43d854;
}
#main_footer .social-icons li.social.wordpress a:hover,
.social-icons li.social.wordpress a:hover {
    color: #21759b;
}
#main_footer .social-icons li.social.youtube a:hover,
.social-icons li.social.youtube a:hover {
    color: #cd201f;
}
/*--------- Recent Comments Widget --------*/

.widget_recent_comments .recentcomments {
    margin-bottom: 10px;
    border-bottom: 1px solid #e6ebed;
    padding-bottom: 10px;
    font-weight: 700;
    color: #000000;
}
.widget_recent_comments .recentcomments .url {
    font-weight: 700;
    color: #000000;
}
.widget_recent_comments .recentcomments .url:hover {
    color: #157cac;
}
.widget_recent_comments .recentcomments a {
    color: #B5B5B5;
    font-weight: 300;
}
/*--------- RSS Widget --------*/

.widget_rss li {
    margin-bottom: 20px;
}
.widget_rss .rss-date {
    color: #333333;
    margin-bottom: 5px;
}
.widget_rss cite {
    font-weight: 700;
    color: #000000;
}
/*-----------------------------------------------------------------*/
/* Pages
/*-----------------------------------------------------------------*/

#default_page_row {
    padding: 0;
}
#default_page_row .dnd_section_dd:first-child {
    padding-top: 0;
}
#default_page_row .dnd_section_dd:last-child {
    padding-bottom: 0;
}
/*-------- 9.3. 404 Page --------*/

.big_404 {
    font-size: 169px;
    line-height: 169px;
    font-weight: 700;
    color: #000000;
    text-align: center;
}
.big_404_text {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #000000;
    text-align: center;
}
.chip {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #E4E4E4;
    margin: 0 10px 10px 0;
}
.chip a {
    color: rgba(0, 0, 0, 0.6) !important;
}
.chip:hover,
.chip:hover a {
    color: #000 !important;
}
.chip img {
    float: left;
    margin: 0 8px 0 -12px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
}
.chip i {
    cursor: pointer;
    float: right !important;
    font-size: 16px;
    line-height: 32px;
    padding-left: 8px;
}
/*-----------------------------------------------------------------*/
/* Other
/*-----------------------------------------------------------------*/
/*-------- Tooltip --------*/

.tooltip {
    cursor: pointer;
}
.loading-indicator {
    position: relative;
    display: inline-block;
    margin-left: 10px;
}
.tipsy {
    font-size: 10px;
    position: absolute;
    padding: 5px;
    z-index: 100000;
    opacity: 0.8;
}
.tipsy-inner {
    background-color: #000;
    color: #FFF;
    max-width: 500px;
    padding: 5px 8px 4px 8px;
    text-align: center;
}
.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #000;
}
.tipsy-arrow-n {
    border-bottom-color: #000;
}
.tipsy-arrow-s {
    border-top-color: #000;
}
.tipsy-arrow-e {
    border-left-color: #000;
}
.tipsy-arrow-w {
    border-right-color: #000;
}
.tipsy-n,
.tipsy-nw,
.tipsy-ne {
    margin-top: -2px;
}
.tipsy-w {
    margin-right: -2px;
}
.tipsy-e {
    margin-left: -2px;
}
.tipsy-sw,
.tipsy-s,
.tipsy-se {
    margin-top: 2px;
}
.tipsy-n .tipsy-arrow {
    top: 0px;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
/*-------- 10.4.41. Element: Forms --------*/
.tcvpb-forms-tab li {
    width: calc(100%/5);
}
.tcvpb-forms-tab li a img {
    width: 100%;
    display: block;
    padding: 16px 13px;
    height: 250px;
    object-fit: contain;
    opacity: 0.3;
}
.tcvpb-forms-tab.nav-tabs{
    min-width: 1100px;
}
.tcvpb-forms-tab.nav-tabs li a {
    white-space: normal;
    text-align: left;
    padding: 0;
    background: #fff;
}
.tcvpb-forms-tab.nav-tabs li a div{
    padding: 16px 13px;
    border-top: 1px solid #d3d7da;
}
.tcvpb-forms-tab.nav-tabs li.active a h5 {
    color: #ffffff;
}
.tcvpb-forms-tab.nav-tabs li.active a div {
    background: #e60590;
}
.tcvpb-forms-tab.nav-tabs li.active a img{
    opacity: 1;
}
.tcvpb-tabs.tcvpb-tabs-boxed.tcvpb-tabs-position-top .tcvpb-forms-tab.nav-tabs li {
    border: 1px solid #d3d7da;
    margin-right: 0;
}
body .tcvpb-tabs-boxed.tcvpb-tabs-position-top .tab-content.tab-content-forms {
    border-top: 0;
}
.tab-content.tab-content-forms .tab-pane{
    padding: 0;
}
/*-------- 10.4.41. Element: Books --------*/
.tcvpb-books .btn {
    margin-top: 15px;
}

/*-------- 10.4.42. Element: Read More --------*/
span.read-limited{
    color: #e60590;
    text-transform: uppercase;
    cursor: pointer;
}

/*-------- 10.4.42. Element: Professional Slider --------*/
.tcvpb-carousel.professional-slider.style-1 .inner-content {
    width: 55%;
    margin: 30px 0;
    padding: 100px 30px 10px 0;
    text-align: left;
    border: 0;
}
.tcvpb-carousel.professional-slider{
    margin-top: 0px;
    z-index: 99;
    position: relative;
}
.tcvpb-carousel.professional-slider.style-1 .slick-dots {
    margin: 24px auto 0 0;
}
.tcvpb-carousel.style-1.professional-slider img {
    max-height: none;
    max-width: 45%;
}
.skew-top-grey svg.skew_top path {
    fill: #eee !important;
}
.support-box{
    position: relative;
    border-radius: 5px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
}
.support-box .support-title {
    width: 65%;
    float: left;
}
.support-box .support-img {
    width: 30%;
    float: left;
}
.support-box a.btn {
    width: 100%;
    font-weight: bold;
    margin-top: 25px;
}
.support-title h4 {
    font-weight: bold;
}


body .tcvpb_info_box.info-box-button{
    background: #e60590;
    text-align: center;
}
body .tcvpb_info_box.info-box-button h3 {
    color: #fff;
}
body .tcvpb_info_box.info-box-button a.btn {
    background: #fff;
    color: #e60590 !important;
}

body .info-box-button-countdown{
    background-color: #56aef9 !important;
}

body .info-box-button-countdown p{
    color: #FFF !important;
}

body .info-box-button-countdown .countdown{
    color: #FFF;
}

body .tcvpb_info_box.info-box-button-countdown a.btn{
    color: #56aef9 !important;
    border-color: #56aef9;
}

/*-------- Element: Modal --------*/

.tcvpb-modal {
    display: block;
}
.tcvpb-modal .tcvpb-modal-button {
    cursor: pointer;
    display: inline-block;
}
.tcvpb-modal-content-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(34, 34, 34);
    background: rgba(34, 34, 34, 0.85);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.tcvpb-modal-content-wrapper.opened {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.tcvpb-modal-content-wrapper .tcvpb-modal-content {
    position: fixed;
    height: auto;
    right: 25%;
    left: 25%;
    background: #fff;
    padding: 20px;
    text-align: center;
}
.tcvpb-modal-content-wrapper .tcvpb-modal-content iframe {
    max-width: 100%;
}
.tcvpb-modal-content-wrapper .tcvpb-modal-content .tcvpb-modal-close {
    width: 52px;
    height: 52px;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: -60px;
    cursor: pointer;
    background: #222;
    text-align: center;
}
.tcvpb-modal-content-wrapper .tcvpb-modal-content .tcvpb-modal-close:after {
    font-family: 'core_icomoon';
    content: "\e646";
    line-height: 50px;
    color: #fefefe;
    font-size: 16px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
/*-------- 10.2. Button --------*/

.btn,
input[type=submit] {
    text-decoration: none;
    border: 1px solid;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 50px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 50px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 50px 0px 0px rgba(0, 0, 0, 0);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer;
    vertical-align: middle;
    text-transform: uppercase;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    margin-right: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btn:hover,
input[type=submit]:hover {
    -webkit-box-shadow: inset 0px 50px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 50px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 50px 0px 0px rgba(0, 0, 0, 0.1);
}
.btn.bg-transparent {
    border-color: #555;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
.tcvpb-inversed_text .btn.bg-transparent {
    border-color: #fff;
    color: #fff !important;
}
.btn.bg-magenta {
    border-color: #e60590;
}
.btn.bg-white {
    border-color: #fff;
}

.btn.bg-white {
    border-color: #fff;
}
.btn.bg-light-blue{
    border-color: #31aed4;
}

.btn.bg-gray {
    border-color: #555;
}
.btn.bg-blue {
    border-color: #507091;
}
.btn-small {
    padding: 5px 10px;
}
.btn-medium {
    padding: 10px 23px;
}
.btn-large {
    padding: 15px 45px;
}
.btn-full {
    width: 100%;
}
.btn.disabled,
.btn-floating.disabled,
.btn:disabled,
.btn-floating:disabled {
    background-color: #DFDFDF !important;
    box-shadow: none;
    color: #9F9F9F !important;
    cursor: default;
}
.btn.disabled *,
.btn-floating.disabled *,
.btn:disabled *,
.btn-floating:disabled * {
    pointer-events: none;
}
.btn.disabled:hover,
.disabled.btn-large:hover,
.btn-floating.disabled:hover,
.btn:disabled:hover,
.btn-floating:disabled:hover {
    background-color: #DFDFDF;
    color: #9F9F9F;
}
.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 37px;
    height: 37px;
    line-height: 37px;
    padding: 0;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
}
.btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    font-size: 1.6rem;
    line-height: 37px;
}
.btn-floating:before {
    border-radius: 0;
}
.btn-floating.btn-large {
    width: 55.5px;
    height: 55.5px;
}
.btn-floating.btn-large i {
    line-height: 55.5px;
}
button.btn-floating {
    border: none;
}
.fixed-action-btn {
    position: fixed;
    right: 23px;
    bottom: 23px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 998;
}
.fixed-action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 64px;
    margin: 0;
}
.fixed-action-btn ul li {
    margin-bottom: 15px;
}
.fixed-action-btn ul a.btn-floating {
    opacity: 0;
}
.btn-flat {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
.btn-flat.disabled {
    color: #b3b3b3;
    cursor: default;
}
.btn-block {
    display: block;
}
.btn-full {
    margin-right: 0;
    width: 100%;
}
.btn.loading{
    position: relative;
}
.btn.loading:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: inherit;
    opacity: .8;
    border-radius: .25rem;
 }
.btn.loading:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(images/loader-light.svg) no-repeat center center;
}
.btn-link.loading:after,
.btn-transparent.loading:after{
    background: url(images/loader-dark.svg) no-repeat center center;
}
.dropdown-content {
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    z-index: 999;
    will-change: width, height;
}
.dropdown-content li {
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    text-transform: none;
}
.dropdown-content li:hover,
.dropdown-content li.active {
    background-color: #eee;
}
.dropdown-content li > a,
.dropdown-content li > span {
    font-size: 1.2rem;
    display: block;
    padding: 1rem 1rem;
}
.dropdown-content li > a > i {
    height: inherit;
    line-height: inherit;
}
/*-----------------------------------------------------------------*/
/* Footer
/*-----------------------------------------------------------------*/

#main_footer {
    color: #606060;
    background: #F1F1F1;
    margin-bottom: -20px;
}
#main_footer h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#main_footer a {
    color: #606060;
}
#main_footer a:hover {
    color: #000;
}
#footer_columns {
    font-size: 13px;
    background: #fff;
}
#footer_columns.section_with_skew_border {
    padding: 50px 0 30px;
}
#footer_columns > svg > path {
    fill: #fff;
}
#footer_copyright {
    color: #bcbcbc;
    font-size: 13px;
    margin-left: 0;
    display: flex;
    padding: 50px 0;
}
#footer_copyright.section_with_skew_border {
    padding: 50px 0 30px;
}
#footer_copyright > svg > path {
    fill: #f1f1f1;
}
#footer_copyright a {
    color: #bcbcbc;
}
#footer_copyright a:hover {
    color: #606060;
}
#footer_copyright p.copyright_text {
    margin-bottom: 0;
    cursor: default;
}
#footer_copyright #language_switcher,
#footer_copyright #country_switcher {
    bottom: 6px;
    padding-top: 6px;
}
#footer_copyright #language_switcher > .language,
#footer_copyright #country_switcher > .country,
#footer_copyright #language_switcher i,
#footer_copyright #country_switcher i {
    color: #bdbdbd;
}
#footer_copyright #language_switcher:hover > .language,
#footer_copyright #country_switcher:hover > .country,
#footer_copyright #language_switcher:hover > i,
#footer_copyright #country_switcher:hover > i {
    color: #606060;
}
#footer_copyright #language_switcher ul.languages,
#footer_copyright #country_switcher ul.countries {
    bottom: 35px;
    top: inherit;
}
#footer_copyright #language_switcher > .language:before,
#footer_copyright #country_switcher > .country:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: 33px;
}
#footer_onepage_container #back_to_top {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #26292e;
    position: absolute;
    left: 50%;
    top: -24px;
    margin-left: -24px;
    font-size: 20px;
    line-height: 48px;
    z-index: 1;
    text-align: center;
}
#footer_onepage_container #back_to_top i {
    display: inline-block;
}

li.menu-item-6404 {
    display: none;
}

li.menu-item-6985 {
    display: none;
}
/*-------- 8.6. Footer Widgets --------*/

#main_footer .widget {
    margin-bottom: 30px;
}
/*-------- 10.4. Creator Elements --------*/
/*-------- 10.4.1. Element: Animation Box --------*/

.tcvpb-animo,
.tcvpb-animo-children > * {
    visibility: hidden;
    margin-bottom: 5px;
}
.tcvpb-animo.animated,
.tcvpb-animo.animation_completed {
    visibility: visible;
}
.tcvpb-animo.stroke {
    border: 1px solid #dadada;
}
.tcvpb-animo > a {
    width: auto;
    height: auto;
    display: inline-block;
}
.tcvpb-animo > a:hover {
    box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.4);
}
.tcvpb-animo.stroke > a:hover {
    border: 1px solid #222;
}
.tcvpb-animo.no_hover > a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.tcvpb-animo.lightbox_modal > a:hover {
    cursor: zoom-in;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}
/*-------- 10.4.2. Element: Abbreviation --------*/

.tcvpb-abbr {
    border-bottom: 1px dotted #666;
    cursor: help;
}
/*-------- 10.4.3. jQuery UI helpers --------*/

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
}
/*-------- 10.4.4. Element: Tabs --------*/

.tcvpb-tabs {
    position: relative;
    margin-bottom: 30px;
    clear: both;
}
.tcvpb-tabs .tab-pane {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    padding: 0 20px;
    border-width: 0;
    overflow: hidden;
    box-sizing: border-box;
    word-break: break-word;
}
.tcvpb-tabs .tab-pane.active_pane {
    display: block;
    height: 100%;
    position: relative;
}
.tcvpb-tabs .tab-content {
    padding: 30px 0;
    position: relative;
    overflow: hidden !important;
}
.tcvpb-tabs .nav-tabs {
    margin: 0;
    display: inline-block;
    width: 100%;
}
.tcvpb-tabs .tabs-holder {
    padding-bottom: 20px;
}
.tcvpb-tabs.overflow .tabs-holder {
    overflow: scroll;
}
.tcvpb-tabs .tabs-holder::-webkit-scrollbar {
    width: 0;
}
.tcvpb-tabs.tcvpb-tabs-advanced-boxed .tabs-holder:before {
    content: '';
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 20px;
    height: 60px;
    background: -moz-linear-gradient(left, rgba(241, 241, 241, 1) 0%, rgba(241, 241, 241, 0) 100%);
    /* FF3.6-15 */

    background: -webkit-linear-gradient(left, rgba(241, 241, 241, 1) 0%, rgba(241, 241, 241, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to right, rgba(241, 241, 241, 1) 0%, rgba(241, 241, 241, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#00f1f1f1', GradientType=1);
    /* IE6-9 */
}
.tcvpb-tabs.tcvpb-tabs-advanced-boxed .tabs-holder:after {
    content: '';
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    width: 20px;
    height: 60px;
    background: #000;
    background: -moz-linear-gradient(left, rgba(241, 241, 241, 0) 0%, rgba(241, 241, 241, 1) 100%);
    /* FF3.6-15 */

    background: -webkit-linear-gradient(left, rgba(241, 241, 241, 0) 0%, rgba(241, 241, 241, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to right, rgba(241, 241, 241, 0) 0%, rgba(241, 241, 241, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00f1f1f1', endColorstr='#f1f1f1', GradientType=1);
    /* IE6-9 */
}
.tcvpb-tabs .nav-tabs li a {
    text-align: center;
    clear: both;
    box-sizing: border-box;
    display: block;
    padding: 16px 13px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    outline: none;
    color: #777;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.tcvpb-tabs.tcvpb-tabs-buttons.tcvpb-tabs-position-top .nav-tabs li {
    list-style: none;
    float: left;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    border: 1px solid #d6d6d6;
    margin-bottom: 5px;
    position: relative;
    margin-right: 5px;
    border-radius: 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    border-radius: 3px;
    transition: all 250ms ease-in-out;
}

.tcvpb-tabs.tcvpb-tabs-buttons.tcvpb-tabs-position-top .nav-tabs li.active {
    border: 1px solid #60b5f8;
    border-bottom: 1px solid #60b5f8;
}

.tcvpb-tabs.tcvpb-tabs-buttons.tcvpb-tabs-position-top .nav-tabs li.active::after {
    background: #60b5f8;
}

.tcvpb-tabs.tcvpb-tabs-buttons.tcvpb-tabs-position-top .nav-tabs li a{
    color:#000000;
}

.tcvpb-tabs.tcvpb-tabs-buttons.tcvpb-tabs-position-top .nav-tabs li.active a{
    color: #60b5f8;
}

.tcvpb-tabs.tcvpb-tabs-buttons .tab-pane {
    padding:0px;
}

.tcvpb-tabs.tcvpb-tabs-boxed.tcvpb-tabs-position-top .nav-tabs li {
    list-style: none;
    float: left;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    border-top: 1px solid #d3d7da;
    border-left: 1px solid #d3d7da;
    border-right: 1px solid #d3d7da;
    background: #d3d7da;
    position: relative;
    margin-right: 3px;
    border-radius: 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tcvpb-tabs.tcvpb-tabs-unboxed .nav-tabs li:hover a {
    color: #e60590;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tcvpb-tabs.tcvpb-tabs-unboxed .nav-tabs li:hover a {
    color: #e60590;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tcvpb-tabs.tcvpb-tabs-unboxed .nav-tabs {
    display: inline-block;
    width: 100%;
}
.tcvpb-tabs.tcvpb-tabs-boxed .nav-tabs {
    margin-top: 15px;
}
.tcvpb-tabs.tcvpb-tabs-boxed.tcvpb-tabs-position-top .nav-tabs li:hover {
    background: transparent;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tcvpb-tabs.tcvpb-tabs-boxed.tcvpb-tabs-position-top .nav-tabs li.active,
.tcvpb-tabs.tcvpb-tabs-boxed.tcvpb-tabs-position-top .nav-tabs li.active:hover {
    background: transparent;
    color: #e60590;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tcvpb-tabs.tcvpb-tabs-boxed.tcvpb-tabs-position-top .nav-tabs li:hover a {
    color: #777;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tcvpb-tabs.tcvpb-tabs-boxed.tcvpb-tabs-position-top .nav-tabs li:hover a {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tcvpb-tabs.tcvpb-tabs-unboxed .nav-tabs li {
    width: 25%;
}
.tcvpb-tabs .nav-tabs li > a > i {
    font-size: 160px;
    display: block;
}
.tcvpb-tabs.tcvpb-tabs-unboxed .nav-tabs li.active a {
    color: #e60590;
}
.tcvpb-tabs.tcvpb-tabs-unboxed.tcvpb-tabs-position-top .nav-tabs li {
    list-style: none;
    float: left;
    border-right: 0;
}
.tcvpb-tabs .nav-tabs li.active {
    position: relative;
}
.tcvpb-tabs .nav-tabs li.active:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 999;
}
.tcvpb-tabs.tcvpb-tabs-horizontal.tcvpb-tabs-position-top.tcvpb-tabs-boxed .tab-content {
    background: transparent;
    margin-top: -6px;
}
.tcvpb-tabs .tab-content .container,
.tcvpb-tabs .tab-content .tcvpb_container {
    width: 100%;
}
.tcvpb-tabs .tab-content .tcvpb_section_tc {
    padding: 0;
}
.tcvpb-tabs.tcvpb-tabs-unboxed .nav-tabs li.active:after {
    content: "";
    display: none;
}
.tcvpb-tabs .nav-tabs li.active a {
    cursor: default;
}
.tcvpb-tabs .nav-tabs li:last-child {
    border-right: 1px solid #d3d7da;
}
.tcvpb-tabs.tcvpb-tabs-boxed.tcvpb-tabs-position-top .tab-content {
    border-top: 1px solid #d3d7da;
}
.tcvpb-tabs.tcvpb-tabs-unboxed .tab-content {
    border: none;
}
.tabs-hide {
    display: none;
}
/* bottom positioned tabs */

.tcvpb-tabs.tcvpb-tabs-position-bottom {
    margin-bottom: 85px;
}
.tcvpb-tabs.tcvpb-tabs-position-bottom .tab-pane {
    border-width: 0;
    padding: 25px 30px 30px;
}
.tcvpb-tabs.tcvpb-tabs-boxed.tcvpb-tabs-position-bottom .nav-tabs li {
    list-style: none;
    float: left;
    display: block;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #d3d7da;
    border-left: 1px solid #d3d7da;
    border-right: 1px solid #d3d7da;
    background: #d3d7da;
    position: relative;
    margin-right: 2px;
}
.tcvpb-tabs.tcvpb-tabs-boxed.tcvpb-tabs-position-bottom .nav-tabs li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
.tcvpb-tabs.tcvpb-tabs-boxed.tcvpb-tabs-position-bottom .nav-tabs li:hover {
    background: transparent;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tcvpb-tabs.tcvpb-tabs-horizontal.tcvpb-tabs-position-bottom.tcvpb-tabs-boxed .tab-content {
    background: transparent;
    border-bottom: 1px solid #d3d7da;
}
.tcvpb-tabs.tcvpb-tabs-unboxed.tcvpb-tabs-position-bottom .nav-tabs li {
    list-style: none;
    float: left;
    display: block;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    border-right: 0;
    font-size: 13px;
    line-height: 18px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}
.tcvpb-tabs.tcvpb-tabs-position-bottom .nav-tabs li.active {
    position: relative;
}
.tcvpb-tabs.tcvpb-tabs-position-bottom .nav-tabs li.active:hover {
    background: transparent;
    color: #e60590;
}
.tcvpb-tabs.tcvpb-tabs-position-bottom .nav-tabs li.active:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.tcvpb-tabs.tcvpb-tabs-position-bottom.tcvpb-tabs-unboxed .nav-tabs li.active:after {
    content: "";
    display: none;
}
.tcvpb-tabs li.active a {
    color: #e60590;
    cursor: default;
}
.tcvpb-tabs.tcvpb-tabs-position-bottom .nav-tabs li.active:hover {
    background: transparent;
}
.tcvpb-tabs.tcvpb-tabs-position-bottom .nav-tabs li.active {
    background: transparent;
}
.tcvpb-tabs.tcvpb-tabs-position-bottom.tcvpb-tabs-unboxed .tab-content {
    border: none;
}
.tcvpb-tabs.tcvpb-tabs-position-bottom.tcvpb-tabs-unboxed .tab-pane {
    display: none;
    border-width: 0;
    padding: 25px 10px 25px 0;
}
.tcvpb-tabs.tcvpb-tabs-position-bottom.tcvpb-tabs-unboxed .tab-pane.active_pane {
    display: block;
}
.tcvpb-tabs-position-bottom .nav-tabs {
    border-bottom: none;
    position: absolute;
    bottom: -43px;
    padding: 0;
    padding-left: 10px;
}
.tcvpb-tabs.tcvpb-tabs-position-bottom.tcvpb-tabs-unboxed .nav-tabs {
    border-bottom: 0;
    padding-bottom: 0;
    border-top: 1px solid #d3d7da;
    padding-top: 10px;
    bottom: -63px;
}
.tcvpb-tabs-position-bottom .nav-tabs li.active:after {
    top: -1px;
    bottom: auto;
}
/* left or right positioned tabs */

.tcvpb-tabs-vertical .nav-tabs li a {
    padding: 13px 13px 13px 17px;
}
/* left positioned tabs */

.tcvpb-tabs-position-left.tcvpb-tabs-boxed .tab-content {
    margin-left: 150px;
    border-left: 1px solid #d3d7da;
}
.tcvpb-tabs.tcvpb-tabs-position-left .tab-pane {
    border-width: 0;
    padding: 25px 25px 0 25px;
}
.tcvpb-tabs-position-left.tcvpb-tabs-boxed.tcvpb-tabs-boxed .nav-tabs {
    width: 150px;
    float: left;
    margin-bottom: 30px;
    padding-left: 0;
    padding-top: 10px;
}
.tcvpb-tabs-position-left.tcvpb-tabs-boxed .nav-tabs li {
    float: left;
    width: 150px;
    line-height: 14px;
    border-right: 0;
    list-style-type: none;
    border-top: 1px solid #d3d7da;
    border-left: 1px solid #d3d7da;
    border-bottom: 1px solid #d3d7da;
    margin-bottom: 2px;
    background: #d3d7da;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tcvpb-tabs-position-left.tcvpb-tabs-boxed .nav-tabs li a {
    text-align: right;
    padding-right: 24px;
}
.tcvpb-tabs-position-left.tcvpb-tabs-boxed .nav-tabs li.active {
    background: transparent;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tcvpb-tabs-position-left.tcvpb-tabs-boxed .nav-tabs li:hover {
    background: transparent;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tcvpb-tabs-position-left.tcvpb-tabs-boxed .nav-tabs li.active:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    bottom: auto;
    left: auto;
    right: -1px;
    top: 0;
}
.tcvpb-tabs-position-left.tcvpb-tabs-boxed .nav-tabs li:hover a {
    color: #777;
    background: transparent;
}
.tcvpb-tabs-position-left.tcvpb-tabs-boxed .nav-tabs li:hover a {
    color: #e60590;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tcvpb-tabs.tcvpb-tabs-vertical.tcvpb-tabs-position-left.tcvpb-tabs-boxed .tab-content {
    background: transparent;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
/*unboxed*/

.tcvpb-tabs.tcvpb-tabs-position-left.tcvpb-tabs-unboxed .nav-tabs {
    border-bottom: 0;
    border-right: 1px solid #d3d7da;
    padding-right: 25px;
    padding-left: 0;
    padding-bottom: 30px;
    margin-bottom: 0;
}
.tcvpb-tabs-position-left.tcvpb-tabs-unboxed .tab-content {
    margin-left: 170px;
}
.tcvpb-tabs.tcvpb-tabs-position-left.tcvpb-tabs-unboxed .tab-pane {
    padding: 0;
}
.tcvpb-tabs-position-left.tcvpb-tabs-unboxed .nav-tabs {
    width: 140px;
    float: left;
    margin-bottom: 30px;
}
.tcvpb-tabs-position-left.tcvpb-tabs-unboxed .nav-tabs li {
    float: none;
    line-height: 14px;
    border-right: none;
    list-style-type: none;
    text-align: right;
}
.tcvpb-tabs.tcvpb-tabs-position-left.tcvpb-tabs-unboxed .nav-tabs li a {
    text-align: right;
    padding: 0;
    padding-bottom: 40px;
}
.tcvpb-tabs.tcvpb-tabs-position-left.tcvpb-tabs-unboxed .nav-tabs li:last-child a {
    padding-bottom: 0;
}
.tcvpb-tabs-position-left.tcvpb-tabs-unboxed .nav-tabs li:first-child {
    border-bottom: none;
}
.tcvpb-tabs-position-left.tcvpb-tabs-unboxed .nav-tabs li:last-child {
    border-top: none;
}
.tcvpb-tabs-position-left.tcvpb-tabs-unboxed .nav-tabs li:hover a {
    color: #e60590;
}
/* right positioned tabs */

.tcvpb-tabs-position-right.tcvpb-tabs-boxed .tab-content {
    margin-right: 150px;
}
.tcvpb-tabs.tcvpb-tabs-position-right .tab-pane {
    border-width: 0;
    padding: 25px 30px 0 30px;
}
.tcvpb-tabs-position-right.tcvpb-tabs-boxed.tcvpb-tabs-boxed .nav-tabs {
    width: 150px;
    float: right;
    margin-bottom: 0;
    margin-top: 10px;
}
.tcvpb-tabs-position-right.tcvpb-tabs-boxed .nav-tabs li {
    float: right;
    width: 150px;
    line-height: 14px;
    list-style-type: none;
    border-top: 1px solid #d3d7da;
    border-right: 1px solid #d3d7da;
    border-bottom: 1px solid #d3d7da;
    margin-bottom: 2px;
    background: #d3d7da;
}
.tcvpb-tabs-position-right.tcvpb-tabs-boxed .nav-tabs li a {
    text-align: left;
    padding-left: 24px;
}
.tcvpb-tabs-position-right.tcvpb-tabs-boxed .nav-tabs li.active {
    background: transparent;
}
.tcvpb-tabs-position-right.tcvpb-tabs-boxed .nav-tabs li:hover {
    background: transparent;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tcvpb-tabs-position-right.tcvpb-tabs-boxed .nav-tabs li.active:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    bottom: auto;
    left: -1px;
    right: auto;
    top: 0;
}
.tcvpb-tabs.tcvpb-tabs-vertical.tcvpb-tabs-position-right.tcvpb-tabs-boxed .tab-content {
    background: transparent;
    border-right: 1px solid #d3d7da;
}
/*unboxed*/

.tcvpb-tabs-position-right.tcvpb-tabs-unboxed .tab-content {
    margin-right: 170px;
}
.tcvpb-tabs.tcvpb-tabs-position-right.tcvpb-tabs-unboxed .tab-pane {
    padding: 0;
}
.tcvpb-tabs-position-right.tcvpb-tabs-unboxed .nav-tabs {
    width: 140px;
    float: right;
    padding-bottom: 30px;
    border-bottom: 0;
    border-left: 1px solid #d3d7da;
}
.tcvpb-tabs-position-right.tcvpb-tabs-unboxed .nav-tabs li {
    float: none;
    width: 140px;
    line-height: 14px;
    border-right: 0;
    list-style-type: none;
}
.tcvpb-tabs-position-right.tcvpb-tabs-unboxed .nav-tabs li:first-child {
    border-bottom: none;
}
.tcvpb-tabs-position-right.tcvpb-tabs-unboxed .nav-tabs li:last-child {
    border-top: none;
}
.tcvpb-tabs-position-right.tcvpb-tabs-unboxed .nav-tabs li.active {
    background: transparent;
}
.tcvpb-tabs-position-right.tcvpb-tabs-unboxed .nav-tabs li a {
    padding: 0;
    text-align: left;
    padding-bottom: 40px;
}
.tcvpb-tabs-position-right.tcvpb-tabs-unboxed .nav-tabs li:last-child a {
    padding-bottom: 0;
}
/* Bellow width break point */

.tcvpb-tabs.tcvpb-tabs-fullwidthtabs .nav-tabs li {
    margin-right: 0;
    width: 100%;
    margin-left: 0;
    float: none;
    text-align: left;
    padding: 5px 15px;
    border: 1px solid #d3d7da;
    border-bottom: none;
}
.tcvpb-tabs.tcvpb-tabs-fullwidthtabs .nav-tabs li.active {
    background: #f9f9f9;
}
.tcvpb-tabs.tcvpb-tabs-fullwidthtabs .nav-tabs li.active:after {
    display: none;
}
.tcvpb-tabs-position-bottom.tcvpb-tabs-fullwidthtabs .nav-tabs {
    position: relative;
}
.tcvpb-tabs-position-bottom.tcvpb-tabs-fullwidthtabs .nav-tabs li.active:after {
    display: none;
}
.tcvpb-tabs-position-bottom.tcvpb-tabs-fullwidthtabs .tab-pane {
    padding: 0;
}
.tcvpb-tabs-position-left.tcvpb-tabs-fullwidthtabs .nav-tabs,
.tcvpb-tabs-position-right.tcvpb-tabs-fullwidthtabs .nav-tabs {
    margin: 0;
    border-bottom: none;
    border-right: 1px solid #d3d7da;
    width: 100%;
    position: relative;
    padding-bottom: 20px;
}
.tcvpb-tabs-position-left.tcvpb-tabs-fullwidthtabs .nav-tabs li,
.tcvpb-tabs-position-right.tcvpb-tabs-fullwidthtabs .nav-tabs li {
    float: none;
    text-align: left;
    line-height: 37px;
    padding: 5px 15px;
    margin-right: 0;
    margin-left: 0;
}
.tcvpb-tabs-position-left.tcvpb-tabs-fullwidthtabs .nav-tabs li.active,
.tcvpb-tabs-position-right.tcvpb-tabs-fullwidthtabs .nav-tabs li.active {
    background: #f9f9f9;
}
.tcvpb-tabs-position-left.tcvpb-tabs-fullwidthtabs .nav-tabs li.active:after,
.tcvpb-tabs-position-right.tcvpb-tabs-fullwidthtabs .nav-tabs li.active:after {
    display: none;
}
.tcvpb-tabs-position-left.tcvpb-tabs-fullwidthtabs .tab-pane,
.tcvpb-tabs-position-right.tcvpb-tabs-fullwidthtabs .tab-pane {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
}
/* Timeline */

.tcvpb-tabs.tcvpb-tabs-timeline .nav-tabs {
    position: relative;
}
.tcvpb-tabs.tcvpb-tabs-timeline .tabs-holder {
    padding-bottom: 45px;
}
.tcvpb-tabs.tcvpb-tabs-timeline ul li,
.tcvpb-tabs.tcvpb-tabs-boxed.tcvpb-tabs-position-top.tcvpb-tabs.tcvpb-tabs-timeline ul li,
.tcvpb-tabs.tcvpb-tabs-boxed.tcvpb-tabs-position-bottom.tcvpb-tabs.tcvpb-tabs-timeline ul li,
.tcvpb-tabs.tcvpb-tabs-boxed.tcvpb-tabs-position-left.tcvpb-tabs.tcvpb-tabs-timeline ul li,
.tcvpb-tabs.tcvpb-tabs-boxed.tcvpb-tabs-position-right.tcvpb-tabs.tcvpb-tabs-timeline ul li {
    list-style: none;
    float: left;
    position: relative;
}
.tcvpb-tabs.tcvpb-tabs-timeline ul li:hover a {
    color: #e60590;
}
.tcvpb-tabs.tcvpb-tabs-timeline ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #D6D6D6;
    background: #F8F8F8;
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -11px;
    z-index: 100;
}
.tcvpb-tabs.tcvpb-tabs-timeline .nav-tabs li.active:before {
    border-color: #e60590;
}
.tcvpb-tabs.tcvpb-tabs-timeline .nav-tabs li.active:after {
    bottom: -50px;
    left: 120px;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #f1f1f1;
    background: transparent;
}
.tcvpb-tabs.overflow.tcvpb-tabs-timeline .nav-tabs li.active:after {
    display: none;
}
.tcvpb-tabs.tcvpb-tabs-timeline ul li:last-child {
    border-right: 0;
}
.tcvpb-tabs.tcvpb-tabs-timeline ul.nav-tabs:after {
    content: " ";
    width: 100%;
    height: 2px;
    background: rgb(248, 248, 248);
    background: -moz-linear-gradient(left, rgba(248, 248, 248, 1) 0%, rgba(214, 214, 214, 1) 5%, rgba(214, 214, 214, 1) 95%, rgba(248, 248, 248, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(248, 248, 248, 1) 0%, rgba(214, 214, 214, 1) 5%, rgba(214, 214, 214, 1) 95%, rgba(248, 248, 248, 1) 100%);
    background: linear-gradient(to right, rgba(248, 248, 248, 1) 0%, rgba(214, 214, 214, 1) 5%, rgba(214, 214, 214, 1) 95%, rgba(248, 248, 248, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f8f8f8', GradientType=1);
    position: absolute;
    bottom: 0;
    left: 0;
}
.tcvpb-tabs.tcvpb-tabs-timeline .tab-content {
    border-radius: 0;
    position: relative;
    text-align: center;
    background: #f1f1f1;
}
.tcvpb-tabs.tcvpb-tabs-timeline .tab-content.transparent {
    background: transparent;
}
.tcvpb-tabs.tcvpb-tabs-color.tcvpb-tabs-timeline .tab-content.transparent .tab-pane {
    color: #fff;
}
.tcvpb-tabs.tcvpb-tabs-timeline .tab-content p {
    text-align: left;
    margin-top: 20px;
}
.tcvpb-tabs.tcvpb-tabs-timeline .timeline_title {
    font-size: 14px;
    color: #222;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.tcvpb-tabs.tcvpb-tabs-timeline .tabs-anchor {
    margin-bottom: 8px;
}
.tcvpb-tabs.tcvpb-tabs-timeline .tab-pane {
    border-radius: 5px;
}
/* Advanced Boxed */

.tcvpb-tabs.tcvpb-tabs-advanced-boxed {
    list-style-type: none;
}
.tcvpb-tabs.tcvpb-tabs-advanced-boxed .nav-tabs {
    position: relative;
}
.tcvpb-tabs.tcvpb-tabs-advanced-boxed .tabs-holder {
    padding: 0 100px 20px;
}
.tcvpb-tabs.tcvpb-tabs-advanced-boxed > div > ul > li,
.tcvpb-tabs.tcvpb-tabs-boxed.tcvpb-tabs-position-top.tcvpb-tabs.tcvpb-tabs-advanced-boxed > div > ul > li,
.tcvpb-tabs.tcvpb-tabs-boxed.tcvpb-tabs-position-bottom.tcvpb-tabs.tcvpb-tabs-advanced-boxed > div > ul > li,
.tcvpb-tabs.tcvpb-tabs-boxed.tcvpb-tabs-position-left.tcvpb-tabs.tcvpb-tabs-advanced-boxed > div > ul > li,
.tcvpb-tabs.tcvpb-tabs-boxed.tcvpb-tabs-position-right.tcvpb-tabs.tcvpb-tabs-advanced-boxed > div > ul > li {
    list-style: none;
    float: left;
    white-space: nowrap;
    background: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #222;
}
.tcvpb-tabs.tcvpb-tabs-advanced-boxed > div > ul > li > a {
    text-transform: uppercase;
    color: #333;
    font-size: 16px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #ccc;
    border-left: 0;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
}
.tcvpb-tabs.tcvpb-tabs-advanced-boxed > div > ul > li:first-child > a {
    border-left: 1px solid #ccc;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.tcvpb-tabs.tcvpb-tabs-advanced-boxed > div > ul > li:last-child > a {
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.tcvpb-tabs.tcvpb-tabs-advanced-boxed > div > ul> li:hover > a {
    background: #f9f9f9;
}
.tcvpb-tabs.tcvpb-tabs-advanced-boxed > div > ul > li.active:hover > a {
    background: #fff;
}
.tcvpb-tabs.tcvpb-tabs-advanced-boxed > div > ul > li:before {
    content: '';
    position: absolute;
    z-index: 9;
    bottom: 7px;
    left: 46%;
    display: block;
    height: 0;
    width: 13.5px;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 180ms ease-in;
    transition: all 180ms ease-in;
}
.tcvpb-tabs.tcvpb-tabs-advanced-boxed .nav-tabs > li.active:before {
    height: 27px;
    width: 27px;
    bottom: -12px;
    -webkit-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, .12);
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, .12);
}
.tcvpb-tabs.tcvpb-tabs-advanced-boxed .nav-tabs > li.active:after {
    display: none;
}
.tcvpb-tabs.tcvpb-tabs-advanced-boxed > div > ul > li:last-child {
    border-right: 0;
}
.tcvpb-tabs.tcvpb-tabs-color.tcvpb-tabs-advanced-boxed .tab-content .tab-pane {
    padding: 0;
}
.tcvpb-tabs.tcvpb-tabs-advanced-boxed .advanced-boxed_title {
    font-size: 14px;
    color: #222;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.tcvpb-tabs.tcvpb-tabs-advanced-boxed .tabs-anchor {
    margin-bottom: 8px;
}
.tcvpb-tabs.tcvpb-tabs-timeline .nav-tabs.tabs_par_1,
.tcvpb-tabs.tcvpb-tabs-advanced-boxed .nav-tabs.tabs_par_1 {
    min-width: 210px;
}
.tcvpb-tabs.tcvpb-tabs-timeline .nav-tabs.tabs_par_2,
.tcvpb-tabs.tcvpb-tabs-advanced-boxed .nav-tabs.tabs_par_2 {
    min-width: 420px;
}
.tcvpb-tabs.tcvpb-tabs-timeline .nav-tabs.tabs_par_3,
.tcvpb-tabs.tcvpb-tabs-advanced-boxed .nav-tabs.tabs_par_3 {
    min-width: 630px;
}
.tcvpb-tabs.tcvpb-tabs-timeline .nav-tabs.tabs_par_4,
.tcvpb-tabs.tcvpb-tabs-advanced-boxed .nav-tabs.tabs_par_4 {
    min-width: 840px;
}
.tcvpb-tabs.tcvpb-tabs-timeline .nav-tabs.tabs_par_5,
.tcvpb-tabs.tcvpb-tabs-advanced-boxed .nav-tabs.tabs_par_5 {
    min-width: 1050px;
}
.tcvpb-tabs.tcvpb-tabs-timeline .nav-tabs.tabs_par_6,
.tcvpb-tabs.tcvpb-tabs-advanced-boxed .nav-tabs.tabs_par_6 {
    min-width: 1260px;
}
.tcvpb-tabs.tcvpb-tabs-timeline .nav-tabs.tabs_par_7,
.tcvpb-tabs.tcvpb-tabs-advanced-boxed .nav-tabs.tabs_par_7 {
    min-width: 1470px;
}
.tcvpb-tabs.tcvpb-tabs-timeline .nav-tabs.tabs_par_8,
.tcvpb-tabs.tcvpb-tabs-advanced-boxed .nav-tabs.tabs_par_8 {
    min-width: 1680px;
}
.tcvpb-tabs.tcvpb-tabs-timeline .nav-tabs.tabs_par_9,
.tcvpb-tabs.tcvpb-tabs-advanced-boxed .nav-tabs.tabs_par_9 {
    min-width: 1890px;
}
.tcvpb-tabs.tcvpb-tabs-timeline .nav-tabs.tabs_par_10,
.tcvpb-tabs.tcvpb-tabs-advanced-boxed .nav-tabs.tabs_par_10 {
    min-width: 2100px;
}
.tcvpb-tabs.tcvpb-tabs-timeline .nav-tabs.tabs_par_11,
.tcvpb-tabs.tcvpb-tabs-advanced-boxed .nav-tabs.tabs_par_11 {
    min-width: 2310px;
}
.tcvpb-tabs.tcvpb-tabs-timeline .nav-tabs.tabs_par_12,
.tcvpb-tabs.tcvpb-tabs-advanced-boxed .nav-tabs.tabs_par_12 {
    min-width: 2520px;
}
.tcvpb-tabs.tcvpb-tabs-timeline .nav-tabs.tabs_par_13,
.tcvpb-tabs.tcvpb-tabs-advanced-boxed .nav-tabs.tabs_par_13 {
    min-width: 2730px;
}
.tcvpb-tabs.tcvpb-tabs-timeline .nav-tabs.tabs_par_14,
.tcvpb-tabs.tcvpb-tabs-advanced-boxed .nav-tabs.tabs_par_14 {
    min-width: 2940px;
}
.tcvpb-tabs.tcvpb-tabs-timeline .nav-tabs.tabs_par_15,
.tcvpb-tabs.tcvpb-tabs-advanced-boxed .nav-tabs.tabs_par_15 {
    min-width: 3150px;
}
.tab_par_1 {
    width: 100%;
    min-width: 210px;
}
.tab_par_2 {
    width: 50%;
    min-width: 210px;
}
.tab_par_3 {
    width: 33.33%;
    min-width: 210px;
}
.tab_par_4 {
    width: 25%;
    min-width: 210px;
}
.tab_par_5 {
    width: 20%;
    min-width: 210px;
}
.tab_par_6 {
    width: 16.66%;
    min-width: 210px;
}
.tab_par_7 {
    width: 14.28%;
    min-width: 210px;
}
.tab_par_8 {
    width: 12.5%;
    min-width: 210px;
}
.tab_par_9 {
    width: 11.11%;
    min-width: 210px;
}
.tab_par_10 {
    width: 10%;
    min-width: 210px;
}
.tab_par_11 {
    width: 9.09%;
    min-width: 210px;
}
.tab_par_12 {
    width: 8.33%;
    min-width: 210px;
}
.tab_par_13 {
    width: 7.69%;
    min-width: 210px;
}
.tab_par_14 {
    width: 7.14%;
    min-width: 210px;
}
.tab_par_15 {
    width: 6.66%;
    min-width: 210px;
}
/* Color modes */

.tcvpb-tabs.tcvpb-tabs-dark.tcvpb-tabs-boxed .nav-tabs li a {
    color: #222;
}
.tcvpb-tabs.tcvpb-tabs-dark.tcvpb-tabs-boxed .nav-tabs li.active a {
    color: #d3d7da;
}
.tcvpb-tabs.tcvpb-tabs-dark.tcvpb-tabs-boxed .nav-tabs li:hover a {
    color: #d3d7da;
}
.tcvpb-tabs.tcvpb-tabs-dark.tcvpb-tabs-timeline ul.nav-tabs:after {
    background: #fff;
}
.tcvpb-tabs.tcvpb-tabs-dark.tcvpb-tabs-timeline ul li a {
    color: #d3d7da;
}
.tcvpb-tabs.tcvpb-tabs-dark.tcvpb-tabs-timeline .nav-tabs li.active a {
    color: #e60590;
}
.tcvpb-tabs.tcvpb-tabs-dark.tcvpb-tabs-timeline .tab-content .tab-pane {
    color: #777;
}
.tcvpb-tabs.tcvpb-tabs-dark.tcvpb-tabs-advanced-boxed ul.nav-tabs:after {
    background: #fff;
}
.tcvpb-tabs.tcvpb-tabs-dark.tcvpb-tabs-advanced-boxed ul li a {
    color: #d3d7da;
}
.tcvpb-tabs.tcvpb-tabs-dark.tcvpb-tabs-advanced-boxed .nav-tabs li.active a {
    color: #e60590;
}
.tcvpb-tabs.tcvpb-tabs-dark.tcvpb-tabs-advanced-boxed .tab-content .tab-pane {
    color: #777;
}
.tcvpb-tabs.tcvpb-tabs-dark .tab-pane {
    color: #f8f8f8;
}
.tcvpb-tabs.tcvpb-tabs-dark.tcvpb-tabs-timeline .nav-tabs li.active:after {
    background: #fff;
}
.tcvpb-tabs.tcvpb-tabs-dark.tcvpb-tabs-advanced-boxed .nav-tabs li.active:after {
    background: #fff;
}
/**/

.tcvpb-tabs.tcvpb-tabs-color.tcvpb-tabs-unboxed .nav-tabs li a {
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 0.4);
}
.tcvpb-tabs.tcvpb-tabs-color.tcvpb-tabs-unboxed .nav-tabs li.active a {
    color: #fff;
}
.tcvpb-tabs.tcvpb-tabs-color.tcvpb-tabs-unboxed .nav-tabs li:hover a {
    color: #ffffff;
}
.tcvpb-tabs.tcvpb-tabs-color .nav-tabs li.active a {
    color: #fff;
}
.tcvpb-tabs.tcvpb-tabs-color.tcvpb-tabs-boxed .nav-tabs li a {
    color: #222;
}
.tcvpb-tabs.tcvpb-tabs-color.tcvpb-tabs-boxed .nav-tabs li.active a {
    color: #fff;
}
.tcvpb-tabs.tcvpb-tabs-color.tcvpb-tabs-boxed.tcvpb-tabs-position-top .nav-tabs li:hover a {
    color: #fff;
}
.tcvpb-tabs.tcvpb-tabs-color.tcvpb-tabs-boxed .nav-tabs li:hover a {
    color: #fff;
}
.tcvpb-tabs.tcvpb-tabs-color.tcvpb-tabs-timeline ul.nav-tabs:after {
    background: #fff;
}
.tcvpb-tabs.tcvpb-tabs-color.tcvpb-tabs-timeline ul li a {
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 0.4);
}
.tcvpb-tabs.tcvpb-tabs-color.tcvpb-tabs-timeline ul li:hover a {
    color: #fff;
}
.tcvpb-tabs.tcvpb-tabs-color.tcvpb-tabs-timeline .nav-tabs li.active a {
    color: #fff;
}
.tcvpb-tabs.tcvpb-tabs-color.tcvpb-tabs-timeline .tab-content .tab-pane {
    color: #777;
}
.tcvpb-tabs.tcvpb-tabs-color.tcvpb-tabs-advanced-boxed ul.nav-tabs:after {
    background: #fff;
}
.tcvpb-tabs.tcvpb-tabs-color.tcvpb-tabs-advanced-boxed ul li a {
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 0.4);
}
.tcvpb-tabs.tcvpb-tabs-color.tcvpb-tabs-advanced-boxed ul li:hover a {
    color: #fff;
}
.tcvpb-tabs.tcvpb-tabs-color.tcvpb-tabs-advanced-boxed .nav-tabs li.active a {
    color: #fff;
}
.tcvpb-tabs.tcvpb-tabs-color.tcvpb-tabs-advanced-boxed .tab-content .tab-pane {
    color: #777;
}
.tcvpb-tabs.tcvpb-tabs-color .tab-pane {
    color: #f8f8f8;
}
.tcvpb-tabs.tcvpb-tabs-color.tcvpb-tabs-timeline .nav-tabs li.active:after {
    background: #fff;
}
.tcvpb-tabs.tcvpb-tabs-color.tcvpb-tabs-timeline ul li:before {
    border-color: #e60590;
    background: #fff;
}
.tcvpb-tabs.tcvpb-tabs-color.tcvpb-tabs-timeline .nav-tabs li.active:before {
    background: #222;
}
.tcvpb-tabs.tcvpb-tabs-color.tcvpb-tabs-advanced-boxed .nav-tabs li.active:after {
    background: #fff;
}
.tcvpb-tabs.tcvpb-tabs-color.tcvpb-tabs-advanced-boxed ul li:before {
    border-color: #e60590;
    background: #fff;
}
.tcvpb-tabs.tcvpb-tabs-color.tcvpb-tabs-advanced-boxed .nav-tabs li.active:before {
    background: #222;
}
/*-------- 10.4.5. Element: Accordion --------*/

.tcvpb-accordion {
    padding-bottom: 60px;
}
.tcvpb-accordion .ui-accordion-header {
    cursor: pointer;
    background: url('images/accordion-arrow.png') no-repeat right center #fff;
    background-size: 36px 41px;
    border: 1px solid #ccc;
    padding: 10px 48px 10px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
}
.tcvpb-accordion .tcvpb-accordion-body {
    padding: 0 13px;
    background: transparent !important;
}

.tcvpb-accordion-style2 .ui-accordion-header::before {
    content: "\f054";
    font-family: 'font_awesome';
    margin-right:10px;
    display: inline-block;
}


.tcvpb-accordion-style2 .ui-accordion-header-active::before {
    webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.tcvpb-accordion-style2 .ui-accordion-header{
    border: none;
    box-shadow:none;
    background:#ffffff;
    border-bottom:1px solid #d6d6d6;
    border-radius:none;
    color:#000000 !important;
}

.tcvpb-accordion-style2 {
    padding-bottom:0px;
}


/*-------- 10.4.6. Element: Toggle --------*/

.tcvpb-toggle {
    margin-bottom: 20px;
}
/*-------- 10.4.7. Element: Tables --------*/

.tcvpb-table table {
    margin-bottom: 60px;
    border-spacing: 0;
    border: 1px solid #d3d7da;
}
.tcvpb-table th {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #222;
    text-align: left;
    background: #f5f6f8;
    padding: 4px 24px 5px;
    border-left: 1px solid #d3d7da;
}
.tcvpb-table th:first-child {
    border-left: 0;
}
.tcvpb-table td {
    border-left: 1px solid #d3d7da;
    border-top: 1px solid #d3d7da;
    padding: 8px 24px 9px;
}
.tcvpb-table td:first-child {
    border-left: 0 solid #d3d7da;
}
.tcvpb-table.tcvpb-table-alternative th {
    color: #fff;
    background: #e60590;
    padding: 4px 24px 5px;
    border-left: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}
.tcvpb-table.tcvpb-table-alternative td {
    padding: 8px 24px 9px;
}
.tcvpb-table table tr {
    background: #fff;
}
.tcvpb-table-hover table tr,
.tcvpb-table-striped table tr,
.tcvpb-table-condensed table tr {
    background: #fff;
    border-top: 1px solid #d3d7da !important;
}
.tcvpb-table-hover table th,
.tcvpb-table-striped table th,
.tcvpb-table-condensed table th,
.tcvpb-table-hover table td,
.tcvpb-table-striped table td,
.tcvpb-table-condensed table td {
    padding: 2px 10px;
}
.tcvpb-table-striped table tr:nth-child(2n) {
    background: #f5f6f8;
}
.tcvpb-table-hover table tr:hover {
    background: #efefef;
}
/*-------- 10.4.8. Element: Courses Information --------*/

.tcvpb_courses_information .individual_information {
    margin-bottom: 10px;
    padding-bottom: 12px;
    position: relative;
}
.tcvpb_courses_information .individual_information.soldout {
  opacity: .5;
}
.site-30 .tcvpb_courses_information .individual_information.soldout {
  opacity : 1;
}
.tcvpb_courses_information .individual_information:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 100px;
    width: 30px;
    height: 1px;
    background-color: #d6d6d6;
}
.tcvpb_courses_information .individual_information:last-child:after {
    display: none;
}
.tcvpb_courses_information .individual_information p {
    margin: 0;
}
.tcvpb_courses_information .individual_information .all_dates {
    font-style: italic;
}
.tcvpb_courses_information .individual_information .all_dates span {
    white-space: pre-wrap;
}
.tcvpb_courses_information .individual_information .season {
    text-transform: uppercase;
}
.tcvpb_courses_information .individual_information .comments {
    margin-top: 10px;
}
/*-------- 10.4.8. Element: Alert boxes --------*/

.gfield_description {
    display: block;
    width: 100%;
    background: #f4f4f4;
    padding: 10px 18px;
    margin-bottom: 10px;
    margin-top: -11px;
    font-size: 12px;
    font-style: italic;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 0px 0px 1px #ccc;
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 0px 0px 1px #ccc;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12), inset 0px 0px 0px 1px #ccc;
}
.tcvpb_alert_success,
.tcvpb_alert_info,
.tcvpb_alert_warning,
.tcvpb_alert_error,
.sensei-message,
.answer_message.user_wrong,
.gform_wrapper div.validation_error,
.validation_message,
.form_saved_message_sent,
.gforms_confirmation_message {
    margin-bottom: 20px;
    padding: 10px 15px 9px;
    position: relative;
}
.tcvpb_alert_success i,
.tcvpb_alert_info i,
.tcvpb_alert_warning i,
.tcvpb_alert_error i,
.validation_message i {
    margin-right: 16px;
    font-size: 15px;
    position: absolute;
    top: 15px;
}
.tcvpb_alert_success p,
.tcvpb_alert_info p,
.tcvpb_alert_warning p,
.tcvpb_alert_error p,
.validation_message p {
    padding-left: 40px;
    margin-bottom: 0;
}
.tcvpb_alert_success a,
.tcvpb_alert_info a,
.tcvpb_alert_warning a,
.tcvpb_alert_error a,
.validation_message a {
    border-bottom: 1px dotted;
    color: inherit;
}
.tcvpb_alert_success a:hover,
.tcvpb_alert_info a:hover,
.tcvpb_alert_warning a:hover,
.tcvpb_alert_error a:hover,
.validation_message a:hover{
    border-bottom-style: solid;
}
.StripeElement--empty.StripeElement--invalid + .validation_message{
    display: block !important;
}
.StripeElement--empty + .validation_message,
.StripeElement.StripeElement--focus + .validation_message{
    display: none !important;
}
.tcvpb_alert_success,
.sensei-message.tick,
.gforms_confirmation_message,
.tcvpb_alert_success .tcvpb_alert_box_close,
.form_saved_message_sent {
    background: #e9f5ea;
    color: #72a477;
    margin-top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.tcvpb_alert_success a {
    color: #72a477;
}
.tcvpb_alert_info,
.tcvpb_alert_info .tcvpb_alert_box_close,
.form_saved_message a.resume_form_link {
    background: #e9f2f5;
    color: #69aecb;
    margin-top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.tcvpb_alert_info a {
    color: #69aecb;
}
.tcvpb_alert_warning,
.sensei-message.info,
.tcvpb_alert_warning .tcvpb_alert_box_close {
    background: #f5f0e9;
    color: #9e7c36;
}
.tcvpb_alert_warning a {
    color: #9e7c36;
}
.tcvpb_yellow_belt_warning,
.tcvpb_yellow_belt_warning .tcvpb_alert_box_close {
    background: #f0c500;
    color: #fff;
}
.tcvpb_yellow_belt_warning a {
    color: #fff;
}
.tcvpb_yellow_belt_warning i {
  font-size: 30px;
  font-weight: bold;
}
.tcvpb_alert_error,
.sensei-message.alert,
.answer_message.user_wrong,
.tcvpb_alert_error .tcvpb_alert_box_close,
.validation_message,
.gform_wrapper div.validation_error {
    background: #f5e9e9;
    color: #e10f05;
    margin-top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.tcvpb_alert_error a {
    color: #e10f05;
}
.tcvpb_alert_success .tcvpb_alert_box_close,
.tcvpb_alert_info .tcvpb_alert_box_close,
.tcvpb_alert_warning .tcvpb_alert_box_close,
.tcvpb_alert_error .tcvpb_alert_box_close {
    border: none;
    background: none;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 10px;
}
.tcvpb_alert_success .tcvpb_alert_box_close i,
.tcvpb_alert_info .tcvpb_alert_box_close i,
.tcvpb_alert_warning .tcvpb_alert_box_close i,
.tcvpb_alert_error .tcvpb_alert_box_close i {
    font-size: 8px;
}
/*-------- 10.4.9. Element: Location --------*/

.tcvpb_location {
    overflow: hidden;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
}
.tcvpb_location:nth-child(3n+4) {
    margin-left: 0;
}
.tcvpb_location .inner-content {
    width: 100%;
    float: left;
    background: #f4f7fa;
    padding: 15px 25px 25px;
    position: relative;
}
.tcvpb_location .inner-content:before {
    content: "";
    width: 102%;
    height: 38px;
    border-top: 1px solid rgb(222, 230, 238);
    border-right: 1px solid rgba(0, 0, 0, 0);
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    position: absolute;
    top: -17px;
    right: 0;
    background: #F4F7FA;
    z-index: 9;
}
.tcvpb_location .inner-content h2,
.tcvpb_location .inner-content p {
    position: relative;
    z-index: 99;
}
.tcvpb_location .inner-content p {
    margin-bottom: 0;
}
.tcvpb_location .inner-content h2 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 29px;
}
.tcvpb_location .outer-content {
    background: #fff;
    padding: 1.5em;
    box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.025);
    -webkit-box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.025);
    display: inline-block;
    width: 100%;
    border-top: 1px solid #CCC;
}
/*-------- 10.4.9. Element: Account --------*/

.tcvpb_account {
    font-size: 12px;
}
.tcvpb_account span {
    display: block;
    float: left;
    clear: left;
}
.tcvpb_account span a {
    color: #787878;
}
.tcvpb_account span a:hover {
    border-bottom: 1px dotted;
}
.tcvpb_account .avatar {
    float: right;
    margin-left: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 3px solid #fff;
}
.tcvpb_account .user {
    font-weight: 700;
    margin-bottom: 10px;
}
.tcvpb_account .profile i {
    margin-right: 10px;
}
/*-------- 10.4.9. Element: Reviews --------*/

.tcvpb_reviews {
    margin-top: 0;
    margin-bottom: 24px;
    text-align: center;
    padding: 0 20px;
    color: #ddd;
    cursor: default;
}
.tcvpb_reviews:hover {
    color: #000;
}
.stars {
    font-size: 20px;
    margin-top: 20px;
    color: #ffea77;
}
.tcvpb_reviews:hover .stars {
    color: #fdd300;
}
/*-------- 10.4.9. Element: Blockquote --------*/

.tcvpb_blockquote {
    margin: 0 0 42px 0;
}
.tcvpb_blockquote p {
    font-family: Raleway, sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #222;
    margin-bottom: 0;
    letter-spacing: 0.6px;
}
.tcvpb_blockquote p > small {
    margin-top: 9px;
}
.tcvpb_blockquote small {
    font-size: 13px;
    display: block;
    color: #e60590;
}
.tcvpb_blockquote small small {
    font-size: 13px;
    line-height: 24px;
    color: #91a6b1;
}
/*-------- 10.4.10. Element: UL --------*/

.tcvpb_shortcode_ul {
    list-style: none !important;
    margin-left: 0;
}
.tcvpb_shortcode_ul li {
    list-style: none !important;
    line-height: 24px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 6px;
}
.tcvpb_shortcode_ul li.second {
    padding-left: 60px;
}
.tcvpb_shortcode_ul li.third {
    padding-left: 90px;
}
.tcvpb_shortcode_ul li p {
    margin-bottom: 0;
}
.tcvpb_shortcode_ul li p a {
    color: #333333;
    border-bottom: 1px dotted;
}
.tcvpb_shortcode_ul li p a:hover {
    border-bottom-style: solid;
}
.tcvpb_shortcode_ul li i {
    color: #222;
    margin-right: 10px;
    position: absolute;
    top: 7px;
    left: 0;
}
.tcvpb_shortcode_ul li [class^="tlssc-"],
.tcvpb_shortcode_ul li [class*=" tlssc-"] {
  font-weight: bolder;
}
.tcvpb_shortcode_ul li.second i {
    left: 30px;
}
.tcvpb_shortcode_ul li.third i {
    left: 60px;
}
.tcvpb_shortcode_ul.lead li i {
  top: 3px;
}
/*-------- 10.4.9. Element: Support --------*/

.tcvpb-support blockquote p {
    color: #b2b2b2;
}
.tcvpb-support blockquote p:after {
    right: 70px;
}
.tcvpb-support blockquote p span {
    color: #5a5a5a;
    font-weight: bold;
    display: block;
}
.tcvpb-support blockquote a {
    margin-right: 10px;
    margin-top: 10px;
}
.tcvpb-support blockquote a:last-child {
    margin-right: 0;
}
.tcvpb-support img {
    max-width: 70px;
    float: right;
}

.coupon {
  padding: 20px;
  background: #f1f1f1;
  text-align: center;
  border: 2px dashed #bfbfbf;
}
/*-------- 10.4.12. Element: Stats Excerpt --------*/

.tcvpb_stats_excerpt {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.tcvpb_stats_excerpt p {
    font-size: 24px;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 14px;
}
.tcvpb_stats_excerpt {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.tcvpb_stats_excerpt i {
    font-size: 40px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
    color: #E60590;
}
.tcvpb_stats_excerpt .tcvpb_stats_number {
    font-size: 40px;
    font-weight: 300;
    line-height: 56px;
    display: inline-block;
}
.tcvpb_stats_excerpt .tcvpb_stats_number_sign {
    font-size: 40px;
    font-weight: 300;
    line-height: 56px;
    display: inline-block;
}
.tcvpb_stats_excerpt .tcvpb_stats_number:after {
    display: none;
}
.tcvpb_stats_excerpt p {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    margin: 10px 0 0;
}
.pattern_overlayed .tcvpb_stats_excerpt {
    color: #fff;
}
.pattern_overlayed .tcvpb_stats_excerpt i {
    color: #fff;
}
.tcvpb-inversed_text .tcvpb_stats_excerpt .tcvpb_stats_number_sign {
    color: #fff;
}

/*-------- 10.4.14. Element: Team --------*/

.tcvpb_team_member {
    text-align: center;
    border: 1px solid #d3d7da;
    overflow: hidden;
}
.tcvpb_team_member .tcvpb_overlayed {
    position: relative;
    display: block;
    margin-bottom: -52px;
    background: #fff;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tcvpb_team_member:hover .tcvpb_overlayed {
    -webkit-transform: translateY(-52px);
    -moz-transform: translateY(-52px);
    -ms-transform: translateY(-52px);
    -o-transform: translateY(-52px);
    transform: translateY(-52px);
}
.tcvpb_team_member .tcvpb_overlayed img {
    width: 100%;
}
.tcvpb_team_member .tcvpb_overlayed .tcvpb_social_links {
    width: 100%;
    padding: 12px 0 8px;
    z-index: 1;
    display: block;
    background: #d3d7da;
}
.tcvpb_team_member .tcvpb_overlayed .tcvpb_social_links a {
    color: #272d32;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin-right: 12px;
    margin-left: 12px;
    display: inline-block;
}
.tcvpb_team_member .team_content {
    padding: 0 23px 6px;
    color: #777;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    word-break: break-word;
}
.tcvpb_team_member .tcvpb_team_member_link {
    display: inline-block;
}
.tcvpb_team_member .tcvpb_team_member_name {
    display: block;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 8px;
    word-wrap: break-word;
}
.tcvpb_team_member .tcvpb_team_member_name a {
    color: #272d32;
}
.tcvpb_team_member .tcvpb_team_member_position {
    display: block;
    color: #e60590;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 27px;
    position: relative;
    word-wrap: break-word;
}
.tcvpb_team_member .tcvpb_social_links a {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin-right: 25px;
}
.tcvpb_team_member .tcvpb_social_links a:last-of-type {
    margin-right: 0;
}
.tcvpb_team_member .tcvpb_social_links a:first-of-type {
    margin-left: 0;
}
.tcvpb_team_member_modal {
    display: none;
    position: fixed;
    top: 150px;
    left: 10%;
    right: 10%;
    height: auto;
    background: #fff;
    z-index: 999999;
    padding: 40px;
    text-align: left;
}
.tcvpb_team_member_modal .tcvpb_social_links {
    text-align: right;
    margin-right: 58px;
    margin-top: 35px;
}
.tcvpb_team_member_modal .tcvpb_social_links a {
    color: #000;
    margin-right: 15px;
    font-size: 16px;
}
.tcvpb_team_member_modal .tcvpb_social_links a:hover {
    color: #e60590;
}
.tcvpb_team_member_modal .tcvpb_social_links a:last-child {
    margin-right: 0;
}
.tcvpb_team_member_modal h4,
.tcvpb_team_member_modal .tcvpb_team_member_position {
    text-align: left;
    margin-top: -13px;
}
.tcvpb_team_member_modal .tcvpb_team_member_name .first_name {
    font-family: 'Open Sans', sans-serif;
    color: #222222;
    font-size: 40px;
    font-weight: 300;
    line-height: 56px;
    text-align: left;
}
.tcvpb_team_member_modal .tcvpb_team_member_name .last_name {
    font-family: 'Open Sans', sans-serif;
    color: #222222;
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    text-align: left;
}
.tcvpb_team_member_modal .tcvpb_team_member_position {
    font-family: 'Open Sans', sans-serif;
    color: #e60590;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
}
.tcvpb_team_member_modal .content {
    font-family: 'Open Sans', sans-serif;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    word-break: break-all;
}
.tcvpb_team_member_modal .tcvpb_container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.tcvpb_team_member_modal .tcvpb_container .modal_line {
    height: 100%;
    width: 1px;
    background: #dbdee0;
    display: block;
    position: absolute;
    left: 41.4%;
}
.tcvpb_team_member_modal_close {
    width: 52px;
    height: 52px;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: -60px;
    cursor: pointer;
    background: #222;
    text-align: center;
}
.tcvpb_team_member_modal_close:after {
    font-family: 'core_icomoon';
    content: "\e646";
    line-height: 50px;
    color: #fefefe;
    font-size: 16px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

/*-------- 10.4.15. Element: Courses --------*/

.tlssc-rsm {
  color: #e6d47d;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(transparent, transparent), url('css/icons/gold.jpg') repeat;
  background: -o-linear-gradient(transparent, transparent);
  -webkit-background-clip: text;
 }

.tcvpb_courses_shortcode {
    position: relative;
    z-index: 99;
    margin: 0 auto 20px;
    width: 370px;
    transform-origin: top left;
}
.tcvpb_courses_column:nth-child(3n+4) {
    margin-left: 0;
}
.tcvpb_courses_shortcode figure {
    position: relative;
    overflow: hidden;
}
.tcvpb_courses_shortcode figcaption {
    position: relative;
    z-index: 11;
    color: #fff;
    padding: 20px 30px;
    width: 100%;
    height: 100%;
}
.tcvpb_courses_shortcode a {
    color: #fff;
    display: block;
}
.tcvpb_courses_shortcode figcaption h3 {
    color: #fff;
    transition: transform 0.3s;
    margin-bottom: 10px;
    font-size: 19px;
}
.tcvpb_courses_shortcode figcaption p,
.tcvpb_courses_shortcode figcaption .btn,
.tcvpb_courses_shortcode figcaption > i {
    transition: opacity 0.3s, transform 0.3s;
}
.tcvpb_courses_shortcode figcaption > i {
    font-size: 250px;
    text-align: center;
    display: block;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.tcvpb_courses_shortcode figcaption > i.summercourse {
    font-size: 120px;
    position: absolute;
    z-index: 9;
    border-radius: 50%;
}
.tcvpb_courses_shortcode figcaption h3,
.tcvpb_courses_shortcode figcaption p.short-description,
.tcvpb_courses_shortcode figcaption > i {
    transform: translateY(10px);
}
.tcvpb_courses_shortcode.hover_effect figcaption > i {
    margin-bottom: -55px;
}
.tcvpb_courses_shortcode.hover_effect figcaption p.description {
    transform: translateY(0px);
    opacity: 0;
    position: absolute;
    left: 0;
    padding: 0 30px;
}
.tcvpb_courses_shortcode figcaption .crash-course {
  background: #ff8f1d;
  display: inline-block;
  padding: 0 20px;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 75px;
  transform: translateY(0px);
  transition: transform 0.3s;
}
.tcvpb_courses_shortcode figcaption .crash-course:before {
    content: '';
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 33px 10px 0 0;
    border-color: #ff8f1d transparent transparent transparent;
}
.tcvpb_courses_shortcode figcaption .crash-course i{
  font-weight: bold;
  font-size: 30px;
}
.tcvpb_courses_shortcode figcaption .crash-course span{
  position: relative;
  top: -6px;
}
.tcvpb_courses_shortcode.hover_effect figcaption .crash-course {
  bottom: 40px;
}
.tcvpb_courses_shortcode.hover_effect:hover figcaption .crash-course {
  transform: translateY(-80px);
}
.tcvpb_courses_shortcode.hover_effect figcaption .btn {
    transform: translateY(100px);
    opacity: 0;
}
.tcvpb_courses_shortcode.hover_effect figcaption,
.tcvpb_courses_shortcode.hover_effect figcaption h3,
.tcvpb_courses_shortcode.hover_effect figcaption p,
.tcvpb_courses_shortcode.hover_effect figcaption .btn,
.tcvpb_courses_shortcode.hover_effect figcaption > i {
    backface-visibility: hidden;
}
.tcvpb_courses_shortcode .course_shadow {
    position: absolute;
    content: '';
    width: 100%;
    width: calc(100% + 20px);
    height: 157px;
    background: rgba(0, 0, 0, 0.28);
    transform: rotate(1.1deg);
    margin: -10px 0 0 -10px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tcvpb_courses_shortcode.hover_effect:hover .course_shadow{
    height: 280px;
}
.tcvpb_courses_shortcode.hover_effect:hover figcaption p.short-description {
    transform: translateY(0);
}
.tcvpb_courses_shortcode.hover_effect:hover figcaption p.short-description {
    transform: translateY(0);
}
.tcvpb_courses_shortcode.hover_effect:hover figcaption > i {
    transform: translateY(0);
}
.tcvpb_courses_shortcode.hover_effect:hover figcaption p.short-description,
.tcvpb_courses_shortcode.hover_effect:hover figcaption > i {
    opacity: 0;
}
.tcvpb_courses_shortcode.hover_effect:hover figcaption .btn {
    opacity: 1;
    transform: translateY(0);
}
.tcvpb_courses_shortcode.hover_effect:hover figcaption p.description {
    opacity: 1;
    transform: translateY(-250px);
}
.tcvpb_courses_shortcode .btn {
    display: block;
    text-shadow: none;
}

@media (max-width: 1190){
  .sidebar_mobile{
    display: none;
  }

}
.connected-courses {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  align-self: flex-start;
}

.connected-courses .cta-arrow {
  position: absolute;
  display: block;
  top: -105px;
  left: -75px;
  height: 146px;
  width: 55px;
  background-image: url('images/arrow-small.png');
  background-repeat: no-repeat;
}

.tcvpb_location_banner {
  background-color: #00a65a;
  padding-right: 0 !important;
}
.tcvpb_mytraining_tpc_banner {
  background-color: #db3194;
  padding-right: 0 !important;
}
.tcvpb_location_banner img{
  float: right;
  margin-right: -20px;
  margin-top: -20px;
}
.tcvpb_mytraining_tpc_banner img{
  float: right;
  margin-right: -30px;
  margin-top: 10px;
}
@media (max-width: 1200px){
    .span3 .tcvpb_courses_mini_shortcode{
        display: none;
    }
    .span3 .page-relatives{
        display: none;
    }
    .span3 .connected-courses{
        display: none;
    }
}

@media (max-width: 1200px){
    .post-template-default .container .row .span3{
        display: none !important;
    }
}

.tcvpb_courses_mini_shortcode,
.tcvpb_location_banner,
.tcvpb_mytraining_tpc_banner {
  border-radius: 3px;
  color: #252525;
  padding: 20px;
  transition: all .2s ease-in-out;
}
.tcvpb_courses_mini_shortcode:hover,
.tcvpb_location_banner:hover,
.tcvpb_mytraining_tpc_banner:hover {
  transform: scale(1.05);
}
.tcvpb_courses_mini_shortcode h5,
.tcvpb_location_banner h5,
.tcvpb_mytraining_tpc_banner h5{
  color: #252525;
  font-weight: bold;
  margin-bottom: 10px;
}
.tcvpb_courses_mini_shortcode .short-description,
.tcvpb_location_banner .short-description,
.tcvpb_mytraining_tpc_banner .short-description{
  margin-bottom: 10px;
}
.tcvpb_courses_mini_shortcode > i{
  font-size: 5rem;
  float: right;
}

.tcvpb_courses_mini_shortcode > i.summercourse{
  border-radius: 50%;
  font-size: 45px;
  right: -100px;
  bottom: 5px;
  position: relative;
}

.tcvpb_courses_mini_shortcode.tcvpb-inversed_text,
.tcvpb_location_banner,
.tcvpb_mytraining_tpc_banner,
.tcvpb_courses_mini_shortcode.tcvpb-inversed_text h5,
.tcvpb_location_banner h5,
.tcvpb_mytraining_tpc_banner h5{
  color: #fff !important;
}

/*-------- 10.4.15. Element: Courses --------*/

.tcvpb_country_shortcode {
    position: relative;
    z-index: 99;
    margin: 0 auto 20px;
    width: 370px;
    transform-origin: top left;
}
.tcvpb_country_shortcode figure {
    position: relative;
    overflow: hidden;
}
.tcvpb_country_shortcode figcaption {
    position: relative;
    z-index: 11;
    color: #fff;
    padding: 20px 30px;
    width: 100%;
    height: 100%;
}
.tcvpb_country_shortcode a {
    color: #fff;
    display: block;
}
.tcvpb_country_shortcode figcaption h3 {
    color: #fff;
    transition: transform 0.3s;
    margin-bottom: 10px;
    font-size: 19px;
}
.tcvpb_country_shortcode figcaption p,
.tcvpb_country_shortcode figcaption .btn,
.tcvpb_country_shortcode figcaption > i {
    transition: opacity 0.3s, transform 0.3s;
}
.tcvpb_country_shortcode figcaption > i {
    font-size: 250px;
    text-align: center;
    display: block;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.tcvpb_country_shortcode figcaption > i.summercourse {
    font-size: 120px;
    position: absolute;
    z-index: 9;
    border-radius: 50%;
}
.tcvpb_country_shortcode figcaption h3,
.tcvpb_country_shortcode figcaption p.short-description {
    transform: translateY(10px);
}
.tcvpb_country_shortcode.hover_effect figcaption > i {
    margin-bottom: 55px;
    transform: translateY(50px);
}
.tcvpb_country_shortcode.hover_effect figcaption p.description {
    transform: translateY(0px);
    opacity: 0;
    position: absolute;
    left: 0;
    padding: 0 30px;
}
.tcvpb_country_shortcode figcaption .crash-course {
  background: #ff8f1d;
  display: inline-block;
  padding: 0 20px;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 75px;
  transform: translateY(0px);
  transition: transform 0.3s;
}
.tcvpb_country_shortcode figcaption .crash-course:before {
    content: '';
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 33px 10px 0 0;
    border-color: #ff8f1d transparent transparent transparent;
}
.tcvpb_country_shortcode figcaption .crash-course i{
  font-weight: bold;
  font-size: 30px;
}
.tcvpb_country_shortcode figcaption .crash-course span{
  position: relative;
  top: -6px;
}
.tcvpb_country_shortcode.hover_effect figcaption .crash-course {
  bottom: 40px;
}
.tcvpb_country_shortcode.hover_effect:hover figcaption .crash-course {
  transform: translateY(-80px);
}
.tcvpb_country_shortcode.hover_effect figcaption .btn {
    transform: translateY(100px);
    opacity: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
}
.tcvpb_country_shortcode.hover_effect figcaption .btn.btn-2 {
  bottom: 80px;
}
.tcvpb_country_shortcode.hover_effect figcaption,
.tcvpb_country_shortcode.hover_effect figcaption h3,
.tcvpb_country_shortcode.hover_effect figcaption p,
.tcvpb_country_shortcode.hover_effect figcaption .btn,
.tcvpb_country_shortcode.hover_effect figcaption > i {
    backface-visibility: hidden;
}
.tcvpb_country_shortcode svg {
    position: absolute;
    top: -1px;
    /* fixes rendering issue in FF */

    z-index: 10;
    width: 100%;
    height: 100%;
}
.tcvpb_country_shortcode svg path {
    fill: rgba(0, 0, 0, 0.3);
}
.tcvpb_country_shortcode.hover_effect:hover figcaption h3,
.tcvpb_country_shortcode.hover_effect:hover figcaption p.short-description {
    transform: translateY(0);
}
.tcvpb_country_shortcode.hover_effect:hover figcaption h3,
.tcvpb_country_shortcode.hover_effect:hover figcaption p.short-description {
    transform: translateY(0);
}
.tcvpb_country_shortcode.hover_effect:hover figcaption > i {
    transform: translateY(0);
}
.tcvpb_country_shortcode.hover_effect:hover figcaption p.short-description,
.tcvpb_country_shortcode.hover_effect:hover figcaption > i {
    opacity: 0;
}
.tcvpb_country_shortcode.hover_effect:hover figcaption .btn {
    opacity: 1;
    transform: translateY(0);
}
.tcvpb_country_shortcode.hover_effect:hover figcaption p.description {
    opacity: 1;
    transform: translateY(-250px);
}
.tcvpb_country_shortcode .btn {
    display: block;
    text-shadow: none;
}

/*-------- 10.4.15. Element: Participant --------*/

.tcvpb_participant {
    position: relative;
    z-index: 99;
    margin-bottom: 20px;
}
.tcvpb_participant figure {
    position: relative;
    overflow: hidden;
}
.tcvpb_participant figcaption {
    position: relative;
    z-index: 11;
    color: #fff;
    padding: 20px 30px;
    width: 100%;
    height: 100%;
}
.tcvpb_participant a {
    color: #fff;
    display: block;
}
.tcvpb_participant figcaption h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 19px;
}
.tcvpb_participant figcaption ul {
    margin: 60px 0 30px;
    line-height: 30px;
}
.tcvpb_participant figcaption ul a {
    padding-left: 30px;
}
.tcvpb_participant figcaption ul a:hover {
    opacity: 0.8;
}
.tcvpb_participant figcaption ul a i {
    top: 7px;
    opacity: 1;
}
.tcvpb_participant svg {
    position: absolute;
    top: -1px;
    /* fixes rendering issue in FF */

    z-index: 10;
    width: 100%;
    height: 100%;
}
.tcvpb_participant svg path {
    fill: rgba(0, 0, 0, 0.3);
}
.tcvpb_participant .btn {
    display: block;
    text-shadow: none;
}
/*-------- 10.4.15. Element: Trainers --------*/

.tcvpb_trainers {
    margin-bottom: 20px;
}
.tcvpb_trainers:nth-child(3n+4) {
    margin-left: 0;
}
/*-------- 10.4.15. Element: Posts --------*/

.tcvpb_posts_shortcode {
    position: relative;
    z-index: 99;
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
}
.tcvpb_posts_shortcode:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.tcvpb_posts_shortcode.border-radius {
    border-radius: 5px;
}

.tcvpb_posts_shortcode:nth-child(3n+4) {
    margin-left: 0;
}
.tcvpb_posts_shortcode a {
    height: 100%;
    display: inline-block
}
.tcvpb_posts_shortcode .inner-content {
    width: 100%;
    float: left;
    background: #fff;
    color: #000;
    padding: 15px 25px 25px;
    position: relative;
}

.tcvpb_posts_shortcode .inner-content-image {
    position: relative;
}

.tcvpb_posts_shortcode .inner-content-image .overlay-style2 {
    z-index: 100;
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
}

.tcvpb_posts_shortcode .inner-content-image  img{
    width: -webkit-fill-available;
    position: relative;
}

.tcvpb_posts_shortcode .inner-content-image i{
    position: absolute;
    font-size: 55px;
    left: 30px;
    top: 15px;
    z-index: 1000;
}

.tcvpb_posts_shortcode .inner-content-style2 {
    width: 100%;
    float: left;
    background: #f7f7f7;
    color: #000;
    padding: 15px 25px 25px;
    height: 100%;
    position: relative;
}

.tcvpb_posts_shortcode .inner-content-style2 .link {
    text-align: right;
    color: #2d9ef7;
}

.tcvpb_posts_shortcode .inner-content-style3 {
    width: 100%;
    float: left;
    background: #f7f7f7;
    color: #000;
    padding: 15px 25px 25px;
    height: 100%;
    position: relative;
}

.tcvpb_posts_shortcode .inner-content-style3 .link {
    text-align: right;
    color: #2d9ef7;
}

.tcvpb_posts_shortcode .inner-content:before {
    content: "";
    width: 102%;
    height: 38px;
    border-top: 1px solid rgb(204, 204, 204);
    border-right: 1px solid rgba(0, 0, 0, 0);
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    position: absolute;
    top: -17px;
    right: 0;
    background: #fff;
    z-index: 9;
}
.tcvpb_posts_shortcode .inner-content h3,
.tcvpb_posts_shortcode .inner-content p {
    position: relative;
    z-index: 99;
}
.tcvpb_posts_shortcode .inner-content h3 {
    margin: 0;
    font-size: 20px;
    line-height: 29px;
}
.tcvpb_posts_shortcode .inner-content p.post_meta_date {
    margin-bottom: 10px;
    font-size: 10px;
}
.tcvpb_posts_shortcode .outer-content {
    background: #fff;
    padding: 1.5em;
    box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.025);
    -webkit-box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.025);
    display: inline-block;
    width: 100%;
    border-top: 1px solid #CCC;
}
/*-------- 10.4.16. Element: Priceboxes --------*/

.tcvpb_pricing-table-1,
.tcvpb_pricing-table-2 {
    text-align: center;
}
.tcvpb_pricing-table-2 .tcvpb_plan {
    background: #fff;
}
.tcvpb_pricebox_feature_button .tcvpb-button {
    margin: 20px 0;
    display: inline-block;
}
.tcvpb_pricebox_feature i {
    margin-right: 10px;
}
.tcvpb_pricebox_feature .ci_icon-check {
    color: #4dd865;
}
.tcvpb_pricebox_feature .ci_icon-close {
    color: #e60590;
}
.tcvpb_pricing-table-1 {
    background: #fff;
    position: relative;
    box-shadow: 0 0 0 1px #d3d7da inset;
    border-radius: 0;
    margin: 10px 0;
}
.tcvpb_pricing-table-1 .tcvpb_pricebox_header {
    text-align: center;
    padding: 27px 0 0 0;
    margin-bottom: 0;
}
.tcvpb_pricing-table-1 .tcvpb_pricebox_name {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    display: block;
    padding-bottom: 27px;
}
.tcvpb_pricing-table-1 .tcvpb_pricebox_info {
    padding-top: 14px;
    padding-bottom: 15px;
    position: relative;
}
.tcvpb_pricing-table-1 .tcvpb_pricebox_currency {
    font-size: 21px;
    font-family: 'Open Sans', sans-serif;
    margin-right: 5px;
    font-weight: 400;
    position: relative;
    top: -15px;
}
.tcvpb_pricing-table-1 .tcvpb_pricebox_price {
    font-size: 50px;
    line-height: 60px;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    font-weight: 700;
}
.tcvpb_pricing-table-1 .tcvpb_pricebox_monthly {
    font-size: 13px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: baseline;
    font-weight: 400;
}
.tcvpb_pricing-table-1 .tcvpb_pricebox_feature {
    display: block;
    padding: 7px 40px 7px 40px;
    text-align: center;
}
.tcvpb_pricing-table-1 .tcvpb_pricebox_feature:first-of-type {
    padding-top: 44px;
}
.tcvpb_pricing-table-1 .tcvpb_pricebox_feature:last-child {
    border-bottom: 0 solid #d3d7da;
    border-top: 1px solid #d3d7da;
    display: block;
    padding: 5px 40px 6px 40px;
    text-align: center;
    margin-top: 37px;
}
.tcvpb_pricing-table-1 .tcvpb_pricebox_featured_text {
    margin-bottom: 3px;
    min-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.tcvpb_pricing-table-1 .tcvpb_popular-plan .tcvpb_pricebox_header {
    position: relative;
    top: -20px;
    background: #fff;
}
.tcvpb_pricing-table-1 .tcvpb_popular-plan .tcvpb_pricebox_featured_text {
    background: #434342;
}
.tcvpb_pricing-table-1 .tcvpb_popular-plan .tcvpb_pricebox_name {
    margin-bottom: 20px;
    padding-bottom: 17px;
    padding-top: 10px;
}
.tcvpb_pricing-table-1 .tcvpb_popular-plan .tcvpb_pricebox_info {
    padding-bottom: 15px;
    box-shadow: 0 0 0 1px #d3d7da inset;
}
.tcvpb_pricing-table-1 .tcvpb_popular-plan .tcvpb_pricebox_feature {
    top: -20px;
    position: relative;
}
.tcvpb_pricing-table-1 .tcvpb_popular-plan .tcvpb-button {
    margin: 35px 0 8px;
}
.tcvpb_pricing-table-1 .tcvpb_pricebox_info {
    background: #fff;
    color: #272d32;
    box-shadow: 0 0 0 1px #d3d7da inset;
}
.tcvpb_pricing-table-1.tcvpb_pricing-table-light .tcvpb_pricebox_header {
    background: #222222;
    color: #fff;
}
.tcvpb_pricing-table-1.tcvpb_pricing-table-dark .tcvpb_pricebox_header {
    background: #3b4500;
    color: #fff;
}
.tcvpb_pricing-table-1.tcvpb_pricing-table-yellow .tcvpb_pricebox_header {
    background: #ffcf0d;
    color: #fff;
}
.tcvpb_pricing-table-1.tcvpb_pricing-table-green .tcvpb_pricebox_header {
    background: #3eaa16;
    color: #fff;
}
.tcvpb_pricing-table-1.tcvpb_pricing-table-red .tcvpb_pricebox_header {
    background: #f05347;
    color: #fff;
}
.tcvpb_pricing-table-1.tcvpb_pricing-table-blue .tcvpb_pricebox_header {
    background: #1242ec;
    color: #fff;
}
.tcvpb_pricing-table-1.tcvpb_pricing-table-gray .tcvpb_pricebox_header {
    background: #777;
    color: #fff;
}
.tcvpb_pricing-table-1.tcvpb_pricing-table-cyan .tcvpb_pricebox_header {
    background: #b14ac9;
    color: #fff;
}
.tcvpb_pricing-table-1.tcvpb_pricing-table-aquamarine .tcvpb_pricebox_header {
    background: #0fa6c9;
    color: #fff;
}
.tcvpb_pricing-table-1 .tcvpb_button {
    margin-top: 40px;
    margin-right: 0;
}
.tcvpb_pricing-table-2 {
    border: 1px solid #d3d7da;
    border-radius: 3px;
    margin: 10px 0;
}
.tcvpb_pricing-table-2 .tcvpb_pricebox_header {
    text-align: center;
    padding: 16px 0 0 0;
    margin-bottom: 0;
    border-bottom: 1px solid #d3d7da;
    position: relative;
}
.tcvpb_pricing-table-2 .tcvpb_pricebox_name {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    display: block;
    padding-bottom: 0;
    padding-top: 6px;
    color: #fff;
}
.tcvpb_pricing-table-2 .tcvpb_pricebox_info {
    padding-top: 11px;
    padding-bottom: 16px;
    position: relative;
}
.tcvpb_pricing-table-2 .tcvpb_pricebox_currency {
    font-size: 50px;
    font-family: 'Open Sans', sans-serif;
    margin-right: 5px;
    font-weight: 300;
}
.tcvpb_pricing-table-2 .tcvpb_pricebox_price {
    font-size: 50px;
    line-height: 60px;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    font-weight: 300;
}
.tcvpb_pricing-table-2 .tcvpb_pricebox_price sup {
    font-size: 30px;
}
.tcvpb_pricing-table-2 .tcvpb_pricebox_monthly {
    font-size: 13px;
    display: block;
    margin-top: 2px;
}
.tcvpb_pricing-table-2 .tcvpb_pricebox_feature {
    display: block;
    padding: 7px 40px 7px 40px;
    text-align: center;
}
.tcvpb_pricing-table-2 .tcvpb_pricebox_feature:first-of-type {
    margin-top: 30px;
}
.tcvpb_pricing-table-2 .tcvpb_pricebox_feature:last-child {
    border-bottom: 0;
    position: relative;
    margin-top: 25px;
    padding-top: 15px;
}
.tcvpb_pricing-table-2 .tcvpb_pricebox_feature:last-child:before {
    content: "";
    height: 1px;
    width: 70px;
    background: #d3d7da;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -35px;
}
.tcvpb_pricing-table-2 .tcvpb_pricebox_featured_text {
    margin-bottom: 3px;
    min-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.tcvpb_pricing-table-2 .tcvpb_pricebox_description {
    display: block;
    font-style: italic;
}
.tcvpb_pricing-table-2 .tcvpb_popular-plan .tcvpb_pricebox_name {
    color: #fff;
}
.tcvpb_pricing-table-2 .tcvpb_popular-plan .tcvpb_pricebox_featured_text {
    background: #434342;
}
.tcvpb_pricing-table-2.tcvpb_pricing-table-light .tcvpb_pricebox_header {
    color: #222;
    background: #f5f6f8;
}
.tcvpb_pricing-table-2.tcvpb_pricing-table-dark .tcvpb_pricebox_header {
    background: #222;
    color: #fff;
}
.tcvpb_pricing-table-2.tcvpb_pricing-table-yellow .tcvpb_pricebox_header {
    background: #ffcf0d;
    color: #fff;
}
.tcvpb_pricing-table-2.tcvpb_pricing-table-green .tcvpb_pricebox_header {
    background: #3eaa16;
    color: #fff;
}
.tcvpb_pricing-table-2.tcvpb_pricing-table-red .tcvpb_pricebox_header {
    background: #f05347;
    color: #fff;
}
.tcvpb_pricing-table-2.tcvpb_pricing-table-blue .tcvpb_pricebox_header {
    background: #1242ec;
    color: #fff;
}
.tcvpb_pricing-table-2.tcvpb_pricing-table-gray .tcvpb_pricebox_header {
    background: #777;
    color: #fff;
}
.tcvpb_pricing-table-2.tcvpb_pricing-table-cyan .tcvpb_pricebox_header {
    background: #b14ac9;
    color: #fff;
}
.tcvpb_pricing-table-2.tcvpb_pricing-table-aquamarine .tcvpb_pricebox_header {
    background: #0fa6c9;
    color: #fff;
}
.section_no_column_margin .tcvpb_pricing-table-1 {
    border-radius: 0;
}
.section_no_column_margin .tcvpb_pricing-table-1.tcvpb_popular-plan {
    border-radius: 0;
}
.section_no_column_margin .tcvpb_pricing-table-2 {
    border-radius: 0;
}
.section_no_column_margin .tcvpb_pricing-table-2 .tcvpb_pricebox_header {
    border-radius: 0;
}
.tcvpb_pricebox_feature .ABdev_icon-ok {
    color: #01f001;
}
.tcvpb_pricebox_feature .ABdev_icon-remove {
    color: red;
}
/*-------- 10.4.17. Element: Progress bar --------*/

.tcvpb_progress_bar {
    position: relative;
    margin-bottom: 34px;
    margin-top: 6px;
}
.tcvpb_progress_bar .tcvpb_meter_label {
    font-weight: 900;
    line-height: 30px;
}
.tcvpb_progress_bar .tcvpb_meter {
    margin-bottom: 21px;
    background: #fff;
    height: 11px;
    border: 1px solid #d3d7da;
    position: relative;
    padding: 0 3px;
}
.tcvpb_progress_bar .tcvpb_meter_percentage {
    height: 3px;
    display: block;
    position: relative;
    overflow: visible !important;
    margin-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    background: #e60590;
}
.tcvpb_progress_bar .tcvpb_meter .tcvpb_meter_percentage span {
    text-indent: 0;
    position: absolute;
    background: #555;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    top: -36px;
    line-height: 22px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 42px;
    right: 0;
    z-index: 100;
}
.tcvpb_progress_bar .tcvpb_meter .tcvpb_meter_percentage span:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid #555;
    border-top: 6px solid rgba(0, 0, 0, 0.8);
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -6px;
    left: 18px;
}
.tcvpb_progress_bar .tcvpb_meter_percentage span {
    display: none;
}
.tcvpb_progress_bar .tcvpb_meter .tcvpb_meter_above30 span,
.tcvpb_progress_bar .tcvpb_meter .tcvpb_meter_above40 span,
.tcvpb_progress_bar .tcvpb_meter .tcvpb_meter_above50 span,
.tcvpb_progress_bar .tcvpb_meter .tcvpb_meter_above60 span,
.tcvpb_progress_bar .tcvpb_meter .tcvpb_meter_above70 span,
.tcvpb_progress_bar .tcvpb_meter .tcvpb_meter_above80 span,
.tcvpb_progress_bar .tcvpb_meter .tcvpb_meter_above90 span {
    display: block;
}
/*-------- 10.4.19. Element: Service boxes --------*/

.tcvpb_service_box {
    text-align: center;
    padding-top: 0;
    margin-bottom: 36px;
    margin-top: 30px;
}
.tcvpb_service_box_default {
    text-align: left;
    position: relative;
    padding-top: 0;
    margin-bottom: 20px;
}
.tcvpb_service_box_default h3 {
    font-family: 'Open Sans', sans-serif;
    color: #272d32;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tcvpb_service_box_default .tcvpb_service_box_header {
    padding-left: 66px;
    margin-bottom: 32px;
}
.tcvpb_service_box_default .tcvpb_icon_boxed {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}
.tcvpb_service_box_default .tcvpb_icon_boxed i {
    font-size: 40px;
    line-height: 40px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tcvpb_service_box_default:hover a.tcvpb_icon_boxed i {
    color: #e60590!important;
}
.tcvpb_service_box_default .learn_more {
    opacity: 0;
    -webkit-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -o-transform: translateX(-30%);
    transform: translateX(-30%);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tcvpb_service_box_default:hover .learn_more {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.tcvpb_service_box_default .learn_more i {
    margin-left: 5px;
    position: relative;
    top: 1px;
}
.tcvpb_service_box_icon_aside {
    text-align: left;
    margin-left: 73px;
    position: relative;
    margin-top: 0;
    padding-left: 20px;
    padding-bottom: 15px;
    border-left: 1px solid #d3d7da;
}
.tcvpb_service_box_icon_aside h3 {
    font-family: 'Open Sans', sans-serif;
    color: #e60590;
    font-size: 18px;
    font-weight: 700;
    line-height: 15px;
    margin: 0;
}
.tcvpb_service_box_icon_aside p {
    margin-top: 23px;
}
.tcvpb_service_box_icon_aside .tcvpb_icon_boxed {
    width: 54px;
    height: 54px;
    position: absolute;
    top: 0;
    left: -64px;
    text-align: center;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tcvpb_service_box_icon_aside:hover a.tcvpb_icon_boxed {
    background: transparent!important;
}
.tcvpb_service_box_icon_aside .tcvpb_icon_boxed i {
    color: #272d32;
    font-size: 40px;
    font-weight: 400;
    line-height: 42px;
}
.tcvpb_service_box_icon_aside.shop_service_box {
    padding-left: 60px;
    padding-bottom: 3px;
    margin: 15px 0;
}
.tcvpb_service_box_icon_aside .learn_more {
    opacity: 0;
    -webkit-transform: translateX(40%);
    -moz-transform: translateX(40%);
    -ms-transform: translateX(40%);
    -o-transform: translateX(40%);
    transform: translateX(40%);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tcvpb_service_box_icon_aside:hover .learn_more {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.tcvpb_service_box_icon_aside .learn_more > p {
    margin-bottom: 0;
    text-align: left;
}
.tcvpb_service_box_icon_aside .learn_more i {
    position: relative;
    top: 1px;
    margin-left: 5px;
}
.tcvpb_service_box_unboxed_round {
    padding: 40px 10px 30px;
    position: relative;
    margin-bottom: 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tcvpb_service_box_unboxed_round:hover a.tcvpb_icon_boxed {
    background: #e60590 !important;
    border: transparent !important;
}
.tcvpb_service_box_unboxed_round:hover a.tcvpb_icon_boxed i {
    color: #fff!important;
}
.tcvpb_service_box_unboxed_round h3 {
    font-family: Raleway;
    color: #8c9494;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 11px;
    margin-top: 23px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tcvpb_service_box_unboxed_round a:hover h3,
.tcvpb_service_box_unboxed_round a.tcvpb_icon_boxed:hover + a > h3 {
    color: #272d32;
}
.tcvpb_service_box_unboxed_round .tcvpb_icon_boxed {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: 0 auto 13px;
    display: block;
    position: relative;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tcvpb_service_box_unboxed_round a.tcvpb_icon_boxed:before {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.tcvpb_service_box_unboxed_round:hover a.tcvpb_icon_boxed:before {
    content: "";
    height: 100%;
    width: 100%;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear;
}
.tcvpb_service_box_unboxed_round .tcvpb_icon_boxed i {
    font-size: 40px;
    line-height: 130px;
}
@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
    }
}
@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
    }
}
@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2.5);
    }
}
@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}
.tcvpb_service_box_unboxed_round p {
    margin-bottom: 0;
}
.tcvpb_service_box_boxed_square {
    padding: 40px 17px 30px;
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px solid #d3d7da;
    cursor: pointer;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tcvpb_service_box_boxed_square h3 {
    font-family: 'Open Sans', sans-serif;
    color: #272d32;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 21px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tcvpb_service_box_boxed_square a h3:hover {
    color: #e60590;
    cursor: pointer;
}
.tcvpb_service_box_boxed_square .tcvpb_icon_boxed {
    width: 130px;
    height: 70px;
    border-radius: 5px;
    margin: 0 auto 14px;
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -65px;
    display: block;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tcvpb_service_box_boxed_square:hover {
    cursor: default;
    border: 1px solid #272d32!important;
}
.tcvpb_service_box_boxed_square:hover a.tcvpb_icon_boxed i {
    color: #e60590 !important;
}
.tcvpb_service_box_boxed_square .tcvpb_icon_boxed i {
    font-size: 70px;
    line-height: 70px;
}
.tcvpb_service_box_boxed_square p {
    margin-bottom: 0;
}
.tcvpb_service_box_boxed {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    position: relative;
    margin: 0 10px 40px 10px;
    cursor: pointer;
}
.tcvpb_service_box_boxed .tcvpb_service_box_header {
    text-align: center;
    padding: 30px 20px 20px;
    position: relative;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tcvpb_service_box_boxed .tcvpb_service_box_header:before {
    content: "";
    border-top: 2px solid #d3d7da;
    border-right: 2px solid #d3d7da;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: -29px;
    top: 50%;
    width: 17px;
    height: 17px;
    margin-top: -8px;
}
.tcvpb_service_box_boxed.no_next_mark .tcvpb_service_box_header:before {
    display: none;
}
.tcvpb_service_box_boxed:hover .tcvpb_service_box_header {
    background: #e60590!important;
}
.tcvpb_service_box_boxed:hover p,
.tcvpb_service_box_boxed:hover h3,
.tcvpb_service_box_boxed:hover .tcvpb_icon_boxed i {
    color: #fff!important;
}
.tcvpb_service_box_boxed p {
    position: relative;
    background: #222;
    color: #fff;
    width: 225px;
    padding: 15px;
    opacity: 0;
    margin: 30px auto 0;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tcvpb_service_box_boxed:hover p {
    opacity: 1;
}
.tcvpb_service_box_boxed p:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #222222;
    border-left: 1px solid #222222;
    border-right: 0;
    border-bottom: 0;
    -webkit-transform: skewY(45deg);
    -moz-transform: skewY(45deg);
    -ms-transform: skewY(45deg);
    -o-transform: skewY(45deg);
    transform: skewY(45deg);
    background: #222222;
    position: absolute;
    bottom: -52px;
    top: -2px;
    left: 50%;
    margin-left: -7px;
    z-index: 1;
}
.tcvpb_service_box_boxed .tcvpb_icon_boxed {
    margin-bottom: 10px;
    margin-top: 11px;
}
.tcvpb_service_box_boxed i {
    font-size: 60px;
}
.tcvpb_service_box_boxed h3 {
    font-family: 'Open Sans', sans-serif;
    color: #272d32;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}
.tcvpb_service_box.tcvpb_service_box_default.right_icons {
    padding: 0 73px 0 10px;
    position: relative;
}
.tcvpb_service_box.tcvpb_service_box_default.right_icons p {
    text-align: right;
}
.tcvpb_service_box.tcvpb_service_box_default.right_icons .tcvpb_service_box_header {
    text-align: right;
}
.tcvpb_service_box.tcvpb_service_box_default.right_icons .tcvpb_icon_boxed {
    width: 54px;
    height: 54px;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    text-align: center;
}
.tcvpb_column_tc_span2.service_box_process_full,
.tcvpb_column_tc_span2.service_box_process_empty {
    position: relative;
}
.service_box_process_empty:after {
    content: " ";
    height: 4px;
    position: absolute;
    top: 106px;
    width: 100%;
    left: 0;
    background: #cfd3dc;
    z-index: -1;
}
.service_box_process_full:after {
    content: " ";
    height: 4px;
    position: absolute;
    top: 106px;
    width: 100%;
    left: 0;
    background: #e60590;
    z-index: -1;
}
.service_box_process_full:first-child:after {
    content: " ";
    height: 4px;
    position: absolute;
    top: 106px;
    width: 50%;
    left: auto;
    right: 0;
    background: #e60590;
    z-index: -1;
}
.service_box_process_empty:last-child:after {
    content: " ";
    height: 4px;
    position: absolute;
    top: 106px;
    width: 50%;
    left: 0;
    background: #cfd3dc;
    z-index: -1;
}
/*-------- 10.4.20. Element: Metro Boxes --------*/

.tcvpb_info_box .header {
    background: #f9f9f9;
    padding: 20px 0;
    font-size: 150px;
}
.tcvpb_info_box .content {
    padding: 20px;
}
.tcvpb_info_box h3 {
    font-size: 20px;
}
.tcvpb_info_box {
    margin-bottom: 20px;
}
.tcvpb_info_box.style-1 {
    background: #fff;
    border: 1px solid #CCC;
    text-align: center;
}
.tcvpb_info_box.style-2 .header {
    padding: 15px;
    font-size: 40px;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
}
.tcvpb_info_box.style-2 .content {
    padding: 0;
    padding-left: 90px;
}
.tcvpb_info_box.style-2 h3 {
    font-size: 17px;
    margin-bottom: 0;
}
.tcvpb_info_box.style-2 p {
    font-style: italic;
    color: #ccc;
}
.tcvpb_info_box.discount {
    border: 1px solid #fdd300;
}
.tcvpb_info_box.discount .header {
    background: #fdd300;
    color: #fff;
}
/*-------- 10.4.21. Element: Divider --------*/

.tcvpb_divider {
    clear: both;
    margin: 50px 0 30px;
    border-bottom: 1px dotted #ccc;
    position: relative;
}
.tcvpb_divider a {
    text-decoration: none;
    font-size: 12px;
    float: right;
    position: relative;
    top: -20px;
    color: #ddd;
    text-transform: uppercase;
}
.tcvpb_divider a:hover {
    color: #000;
}
.tcvpb_divider i {
    padding-left: 10px;
}
.tcvpb_divider.special {
  border-bottom: 2px solid #fff;
}
/*-------- 10.4.22. Element: Pullquote --------*/

.tcvpb_pullquote {
    padding: 0 15px 21px 0;
    margin: 0 0 15px -100px;
    float: left;
    border-radius: 0;
    font-family: 'Raleway', sans-serif;
    color: #e60590;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
}
.tcvpb_pullquote_right {
    padding: 0 0 21px 15px;
    float: right;
    margin: 0 -100px 15px 0;
    background: #f5f5f5;
    border-radius: 0;
}
/*-------- 10.4.23. Element: Tooltip --------*/

.tcvpb_tooltip {
    cursor: pointer;
}
/*-------- 10.4.24. Element: Source Code --------*/

.tcvpb_prettyprint {
    padding: 24px !important;
}
.tcvpb_prettyprint ol {
    margin: 0 !important;
    padding: 0 !important;
    list-style: decimal outside !important;
}
.tcvpb_prettyprint li {
    margin-left: 20px !important;
    list-style: decimal outside !important;
}
/*-------- 10.4.25. Element: RSS Feed --------*/

.tcvpb_rss,
.tcvpb_rss li {
    list-style: none !important;
    margin-left: 0 !important;
}
/*-------- 10.4.26. Element: Children --------*/

.tcvpb_children,
.tcvpb_children li {
    list-style: none !important;
    margin-left: 0 !important;
}
/*-------- 10.4.27. Element: Sitemap --------*/

.tcvpb_sitemap,
.tcvpb_sitemap li {
    list-style: none !important;
}
.tcvpb_sitemap {
    margin-bottom: 30px;
}
/*-------- 10.4.28. Element: Google Map --------*/

.tcvpb_google_map img {
    max-width: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.tcvpb_google_map_marker {
    display: none;
}
/*-------- 10.4.29. Element: Dropcap --------*/

.tcvpb_dropcap {
    display: block;
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 3px;
}
/** Style 1 **/

.tcvpb_dropcap_style1 {
    font-size: 45px;
    line-height: 22px;
    color: #222;
    margin-top: 11px;
    margin-left: -3px;
}
/** Style 2 **/

.tcvpb_dropcap_style2 {
    font-size: 24px;
    text-align: center;
    line-height: 32px;
    background: #e60590;
    border-radius: 5px;
    color: #fff;
    margin-top: 7px;
    margin-right: 10px;
}
/** Style 3 **/

.tcvpb_dropcap_style3 {
    font-size: 73px;
    text-align: center;
    font-weight: 700;
    line-height: 18px;
    border-radius: 5px;
    color: #e60590;
    margin-top: 23px;
    margin-right: 20px;
    margin-left: -6px;
    background-color: transparent;
}
/*-------- 10.4.30. Element: Videos --------*/

.tcvpb-videoWrapper-youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
.tcvpb-videoWrapper-youtube iframe,
.tcvpb-videoWrapper-youtube object,
.tcvpb-videoWrapper-youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tcvpb-videoWrapper-vimeo {
    position: relative;
    padding-bottom: 53%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.tcvpb-videoWrapper-vimeo iframe,
.tcvpb-videoWrapper-vimeo object,
.tcvpb-videoWrapper-vimeo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.led {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 68px !important;
}

.led iframe{
  position: initial !important;
}
/*-------- 10.4.31. Element: Clear --------*/

.tcvpb_clear {
    clear: both;
}
/*-------- 10.4.32. Element: Callout Boxes --------*/

.tcvpb-callout_box {
    padding: 37px 0;
}
.tcvpb-callout_box_title {
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 13px;
    color: #505558;
    display: block;
}
.tcvpb-callout_box p {
    margin-bottom: 0;
}
.tcvpb-callout_box .tcvpb_column_tc_span3 {
    text-align: center;
    padding-top: 3px;
}
.tcvpb-callout_box .tcvpb-button {
    margin: 0;
    padding: 8px 35px;
    text-transform: capitalize;
    font-weight: 400;
    vertical-align: top;
}
.tcvpb-callout_box.color_white .tcvpb-callout_box_title,
.tcvpb-callout_box.color_white p {
    color: #fff;
}
/**** Style 1 ****/

.tcvpb-callout_box_style_1 {
    margin-left: 0;
    margin-right: 0;
    position: relative;
}
.tcvpb-callout_box_style_1 .tcvpb-callout_box_title {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    line-height: 40px;
    color: #272d32;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 400;
}
.tcvpb-callout_box_style_1 .tcvpb-button {
    float: right;
}
.tcvpb-callout_box_style_1 p {
    font-family: 'Open Sans', sans-serif;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    display: inline-block;
    width: 75%;
    margin-top: 16px;
}
/**** Style 2 ****/

.tcvpb-callout_box_style_2 {
    margin-bottom: 0;
    border: 1px solid #d3d7da;
    border-radius: 5px;
    padding: 44px 50px;
    background: #fff;
}
.tcvpb-callout_box_style_2 .tcvpb-callout_box_title {
    font-family: 'Raleway', sans-serif;
    color: #272d32;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    margin-bottom: 0;
    display: inline-block;
}
.tcvpb-callout_box_style_2 p {
    margin-top: 16px;
    width: 60%;
    display: inline-block;
}
.tcvpb-callout_box_style_2 .tcvpb-button {
    float: right;
}
/*-------- 10.4.33. Element: Image Callout Boxes --------*/

.tcvpb-image-callout-box {
    text-align: center;
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 30px;
}
.tcvpb-image-callout-box .tcvpb-image-callout-box-wrapper {
    padding: 56px;
}
.tcvpb-image-callout-box .tcvpb-image-callout-box-wrapper .tcvpb-image-callout-box-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 33px;
}
.pattern_overlayed .tcvpb-image-callout-box-wrapper {
    z-index: 1;
    position: relative;
}
.tcvpb-image-callout-box .tcvpb-image-callout-box-wrapper p {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 20px;
    margin-top: 5px;
}
.tcvpb-image-callout-box .tcvpb-image-callout-box-wrapper a i {
    margin: 0 10px;
}
.tcvpb-image-callout-box .tcvpb-image-callout-box-wrapper .button {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tcvpb-image-callout-box .tcvpb-image-callout-box-wrapper .button:hover {
    color: #b2b2b2;
}
.tcvpb-image-callout-box .tcvpb-image-callout-box-wrapper .button_light {
    color: #fff;
}
.tcvpb-image-callout-box .tcvpb-image-callout-box-wrapper .button_dark {
    color: #222;
}
.tcvpb-image-callout-box .tcvpb-image-callout-box-wrapper .button_yellow {
    color: #ffcf0d;
}
.tcvpb-image-callout-box .tcvpb-image-callout-box-wrapper .button_green {
    color: #3eaa16;
}
.tcvpb-image-callout-box .tcvpb-image-callout-box-wrapper .button_red {
    color: #e60590;
}
.tcvpb-image-callout-box .tcvpb-image-callout-box-wrapper .button_blue {
    color: #1242ec;
}
.tcvpb-image-callout-box .tcvpb-image-callout-box-wrapper .button_gray {
    color: #777;
}
.tcvpb-image-callout-box .tcvpb-image-callout-box-wrapper .button_violet {
    color: #b14ac9;
}
.tcvpb-image-callout-box .tcvpb-image-callout-box-wrapper .button_aquamarine {
    color: #0fa6c9;
}
/*-------- 10.4.35. Element: Countdown --------*/

.countdown {
    font-size: 20px;
    display: table;
    margin: auto;
    margin-bottom:24px
}
.indicator {
    float: left;
    padding: 10px;
}
.indicator .counter {
    display: block;
    font-size: 50px;
    line-height: 80px;
}

.info-box-button-countdown .indicators{
    overflow: auto;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}

.info-box-button-countdown .indicator .counter{
    font-size: 30px;
}

.info-box-button-countdown .indicator{
    float: none;
}

.wp-container-634d11f30e78a a{
    color: white;
    text-decoration: underline;
}

/*-------- 10.4.36. Element: Email Link --------*/

.tcvpb_email i {
    position: relative;
    top: 1px;
}
/*-------- 10.4.37. Element: Image Carousel --------*/

.tcvpb-carousel {
    padding: 0;
    list-style: none;
    display: block;
    background: url('images/loader-dark.svg') no-repeat center center transparent;
}
.tcvpb-carousel > div {
    opacity: 0;
    height: 100px;
}
.tcvpb-carousel.slick-initialized {
    background: none;
}
.tcvpb-carousel.slick-initialized > div {
    opacity: 1;
    height: 100%;
    position: relative;
    transition: all 0.2s ease-in;
}
.tcvpb-carousel.slider {
    height: 9999999px;
}
.tcvpb-carousel li {
    float: left;
    display: block;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
    padding-bottom: 20px;
}
.carousel_navigation {
    text-align: center;
    position: relative;
    margin: 20px auto 0;
    display: block;
}
.carousel_navigation a {
    width: 65px;
    height: 65px;
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    position: absolute;
}
.carousel_navigation a.carousel_prev {
    left: -70px;
}
.carousel_navigation a.carousel_next {
    right: -70px;
}
.carousel_navigation a:hover {
    color: #d3d7da;
}
.carousel_navigation a i {
    line-height: 65px;
    font-size: 65px;
    color: #fff;
    text-shadow: 0 0 1px #000;
}
.carousel_prev {
    z-index: 10;
}
.carousel_next {
    z-index: 10;
}
.section_body_fullwidth .tcvpb-carousel {
    width: 100%;
    margin: 0 auto;
}
.tcvpb-carousel.style-1 .inner-content {
    float: left;
    width: 50%;
    margin: 30px 0;
    padding: 10px 10px 10px 0;
    border-right: 1px solid;
    text-align: right;
}
.tcvpb-carousel.style-1 img {
    padding: 20px;
    max-height: 136px;
    max-width: 50%;
    float: right;
}

.tcvpb-carousel.style-1 .no-content img {
    float: none;
    margin: auto;
    max-width: none;
}

.tcvpb-carousel.style-2 .slick-slide {
    overflow: hidden;
    padding: 0;
    margin: 0 10px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    background: #fff;
}

.tcvpb-carousel.style-2 .inner-content {
    width: 100%;
    background: #F1F1F1;
    padding: 15px 25px 25px;
    position: relative;
}

.tcvpb-carousel.style-2 .inner-content:before {
    content: "";
    width: 102%;
    height: 38px;
    border-top: 1px solid rgb(204, 204, 204);
    border-right: 1px solid rgba(0, 0, 0, 0);
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    position: absolute;
    top: -17px;
    right: 0;
    background: #F1F1F1;
    z-index: 9;
}
.tcvpb-carousel.style-2 .slick-slide .inner-content h3 {
    margin-bottom: 10px;
}
.tcvpb-carousel.style-2 .slick-slide .inner-content h3,
.tcvpb-carousel.style-2 .slick-slide .inner-content p {
    position: relative;
    z-index: 99;
}
.tcvpb-carousel.style-2 img {
    max-height: 200px;
    padding: 30px;
    margin: 0 auto 30px;
}


.zsiq_theme1 .zsiq_cnt .zsiq_ellips:first-child {
    margin-bottom: 0px!important;
}
/*-------- 10.4.38. Element: Post Excerpt Carousel --------*/

.tcvpb_post_excerpt_carousel {
    list-style: none;
    display: block;
    width: 100%;
}
.tcvpb_post_excerpt_carousel ul {
    position: relative;
    display: none;
    left: 0;
    overflow: hidden;
}
.tcvpb_post_excerpt_carousel li {
    float: left;
    display: block;
    margin: 0 12px 0 0;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
    padding-bottom: 20px;
    opacity: 0.15;
    width: 570px;
    -webkit-transition: opacity 800ms ease-in-out;
    -moz-transition: opacity 800ms ease-in-out;
    -ms-transition: opacity 800ms ease-in-out;
    -o-transition: opacity 800ms ease-in-out;
    transition: opacity 800ms ease-in-out;
}
.tcvpb_post_excerpt_carousel li.active {
    opacity: 1;
}
.tcvpb_post_excerpt_carousel li {
    margin-right: 30px;
}
.tcvpb_post_excerpt_carousel .carousel_navigation a {
    top: 150px;
}
.tcvpb_post_excerpt_carousel .carousel_navigation a.carousel_prev {
    left: 90px;
}
.tcvpb_post_excerpt_carousel .carousel_navigation a.carousel_next {
    right: 90px;
}
.tcvpb_post_excerpt_carousel .carousel_navigation a i {
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 0.5);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tcvpb_post_excerpt_carousel .carousel_navigation a:hover i {
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 0 1px rgba(0, 0, 0, 1);
}
/*-------- 10.4.39. Element: Team Member Carousel --------*/

.tcvpb-team-carousel {
    list-style: none;
    display: block;
    width: 100%;
}
.tcvpb-team-carousel li {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0;
    width: 234px;
    border: 0;
    overflow: hidden;
    background: #fff;
    border-bottom: 2px solid #e60590;
}
.tcvpb-team-carousel ul > .tcvpb_team_member .tcvpb_overlayed {
    padding: 0;
    margin: 0;
    padding-bottom: 60px;
}
.tcvpb-team-carousel ul > .tcvpb_team_member .tcvpb_team_member_name {
    font-family: 'Open Sans', sans-serif;
    color: #3b4550;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    background: #fff;
    margin: 0;
    padding: 20px 0 20px 25px;
    text-transform: capitalize;
}
.tcvpb-team-carousel .tcvpb_team_member .tcvpb_overlayed .tcvpb_team_info {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tcvpb-team-carousel .tcvpb_team_member.hovered .tcvpb_overlayed .tcvpb_team_info {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tcvpb-team-carousel .tcvpb_team_member .tcvpb_overlayed .tcvpb_team_info .team_content {
    font-family: 'Open Sans', sans-serif;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
}
.tcvpb-team-carousel .tcvpb_team_member .tcvpb_overlayed .tcvpb_team_info .more_link {
    background: #e60590;
    padding: 19px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.tcvpb-team-carousel .tcvpb_team_member .tcvpb_overlayed .tcvpb_team_info .more_link a {
    color: #fff;
}
.tcvpb-team-carousel .carousel_navigation a.carousel_prev {
    color: #d3d7da;
    left: -130px;
    top: -230px;
}
.tcvpb-team-carousel .carousel_navigation a.carousel_next {
    color: #d3d7da;
    right: -130px;
    top: -230px;
}
.tcvpb-team-carousel .carousel_navigation a:hover {
    color: #e60590;
}
/*-------- 10.4.40. Element: Tipsy --------*/

.tipsy {
    font-size: 10px;
    position: absolute;
    padding: 5px;
    z-index: 1000000;
}
.tipsy-inner {
    background-color: #000;
    color: #FFF;
    max-width: 500px;
    padding: 5px 8px 4px 8px;
    text-align: center;
}
.tipsy-inner {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }
*/

.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #000;
}
.tipsy-arrow-n {
    border-bottom-color: #000;
}
.tipsy-arrow-s {
    border-top-color: #000;
}
.tipsy-arrow-e {
    border-left-color: #000;
}
.tipsy-arrow-w {
    border-right-color: #000;
}
.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
/*-------- 10.4.41. Element: Forms --------*/
.tcvpb-forms-tab li {
    width: calc(100%/5);
}
.tcvpb-forms-tab li a img {
    width: 100%;
    display: block;
    padding: 16px 13px;
    height: 250px;
    object-fit: contain;
    opacity: 0.3;
}
.tcvpb-forms-tab.nav-tabs{
    min-width: 1100px;
}
.tcvpb-forms-tab.nav-tabs li a {
    white-space: normal;
    text-align: left;
    padding: 0;
    background: #fff;
}
.tcvpb-forms-tab.nav-tabs li a div{
    padding: 16px 13px;
    border-top: 1px solid #d3d7da;
}
.tcvpb-forms-tab.nav-tabs li.active a h5 {
    color: #ffffff;
}
.tcvpb-forms-tab.nav-tabs li.active a div {
    background: #e60590;
}
.tcvpb-forms-tab.nav-tabs li.active a img{
    opacity: 1;
}
.tcvpb-tabs.tcvpb-tabs-boxed.tcvpb-tabs-position-top .tcvpb-forms-tab.nav-tabs li {
    border: 1px solid #d3d7da;
    margin-right: 0;
}
body .tcvpb-tabs-boxed.tcvpb-tabs-position-top .tab-content.tab-content-forms {
    border-top: 0;
}
.tab-content.tab-content-forms .tab-pane{
    padding: 0;
}
/*-------- 10.4.41. Element: Books --------*/
.tcvpb-books .btn {
    margin-top: 15px;
}

/*-------- Element: Modal --------*/

.tcvpb-modal {
    display: block;
}
.tcvpb-modal .tcvpb-modal-button {
    cursor: pointer;
    display: inline-block;
}
.tcvpb-modal-content-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(34, 34, 34);
    background: rgba(34, 34, 34, 0.85);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.tcvpb-modal-content-wrapper.opened {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.tcvpb-modal-content-wrapper .tcvpb-modal-content {
    position: fixed;
    height: auto;
    right: 25%;
    left: 25%;
    background: #fff;
    padding: 20px;
    text-align: center;
}
.tcvpb-modal-content-wrapper .tcvpb-modal-content iframe {
    max-width: 100%;
}
.tcvpb-modal-content-wrapper .tcvpb-modal-content .tcvpb-modal-close {
    width: 52px;
    height: 52px;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: -60px;
    cursor: pointer;
    background: #222;
    text-align: center;
}
.tcvpb-modal-content-wrapper .tcvpb-modal-content .tcvpb-modal-close:after {
    font-family: 'core_icomoon';
    content: "\e646";
    line-height: 50px;
    color: #fefefe;
    font-size: 16px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

/*-------- Element: Modal --------*/

.tcvpb-modal {
    display: block;
}
.tcvpb-modal .tcvpb-modal-button {
    cursor: pointer;
    display: inline-block;
}
.tcvpb-modal-content-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(34, 34, 34);
    background: rgba(34, 34, 34, 0.85);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.tcvpb-modal-content-wrapper.opened {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.tcvpb-modal-content-wrapper .tcvpb-modal-content {
    position: fixed;
    height: auto;
    right: 25%;
    left: 25%;
    background: #fff;
    padding: 20px;
    text-align: center;
}
.tcvpb-modal-content-wrapper .tcvpb-modal-content iframe {
    max-width: 100%;
}
.tcvpb-modal-content-wrapper .tcvpb-modal-content .tcvpb-modal-close {
    width: 52px;
    height: 52px;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: -60px;
    cursor: pointer;
    background: #222;
    text-align: center;
}
.tcvpb-modal-content-wrapper .tcvpb-modal-content .tcvpb-modal-close:after {
    font-family: 'core_icomoon';
    content: "\e646";
    line-height: 50px;
    color: #fefefe;
    font-size: 16px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.test-gradient{
    margin: -120px 350px 80px 350px;
    border-radius: 26px;
    color: white;
    -webkit-box-shadow: 9px 9px 28px -7px rgba(0,0,0,0.4); 
    box-shadow: 9px 9px 28px -7px rgba(0,0,0,0.4);
}

.h1h6textnormal{
    text-transform: none !important;
}

.test-gradient .tcvpb-image  {
    margin-right: 30px;
}

.test-gradient .btn {
    border: white 1px solid;
    color: white !important;
    border-radius: 20px;
    text-transform: none !important;
}

.test-gradient .text-tpc{
    font-size: 12px !important;
}

.test-gradient .p_tc {
    color: white;
}

.test-gradient .tcvpb_column_tc_span7{
    padding-left: 25px;
}




/*-------- Element: List elements TPC -------*/


@media (max-width: 768px){
    .price-header-list{
        position: relative !important;
        margin-left: 28% !important;
        padding: 5px 35px 5px 35px !important;
    }

    .title-header-list{
        text-align: center;
    }

    .test-gradient{
        margin: 40px 20px 40px 20px;
    }
}

@media (max-width: 500px){
    .price-header-list{
        margin-left: 30% !important;
    }
}

@media (max-width: 400px){
    .price-header-list{
        margin-left: 20% !important;
    }
}

@media (max-width: 376px){
    .price-header-list{
        margin-left: 29% !important;
    }
}

@media (min-width: 769px){
    .price-header-list{
        top: 0px;
        right: 0px;
    }
    .title-header-list {
        width: 70%;
    }
}  

@media (min-width: 768px) and (max-width: 992px){
    .url-list-elements{
        margin-right: 3% !important;
    }
}

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

    .test-gradient{
        margin: -116px 60px 40px 60px;
    }
}

@media (min-width: 1340px) and (max-width: 1560px){
    .test-gradient{
        margin: -116px 100px 80px 100px;
    }
}

@media (min-width: 1560px) and (max-width: 1600px){
    .test-gradient{
        margin: -116px 200px 80px  200px;
    }
}

@media (min-width: 1600px) and (max-width: 1900px){
    .test-gradient{
        margin: -116px 300px 80px  300px;
    }
}

@media (min-width: 1900px){
    .test-gradient{
        margin: -116px 350px 80px 350px;
    }
}

@media (min-width: 2550px){
    .test-gradient{
        margin: -116px 700px 80px  700px !important;
    }
}

@media (max-width: 992px){
    .title-list-elements{
        width: 29%;
    }
    .url-list-elements{
        margin-right: 3% !important;
    }
}

.list-elements-table{
    border-radius: 10px;
    color: white !important;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom:20px;
    height: fit-content;
    margin-bottom: 180px;
    -webkit-box-shadow: 9px 9px 28px -7px rgba(0,0,0,0.4); 
    box-shadow: 9px 9px 28px -7px rgba(0,0,0,0.4);
}

.header-element-table{
    padding: 30px 20px 10px 30px;
    position:relative;
    height: fit-content;
    min-height: 181px;
}

.title-header-list{
    font-size: xx-large;
    line-height: 45px;
    font-weight: 700;
}

.description-header-list{
    margin-bottom: 40px;
    margin-top: 10px;   
    font-size: small;
}

.price-header-list{
    position:absolute;
    height: fit-content;
    width:fit-content;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-right: 32px;
    border-radius: 20px;
    background-color: #FF1A1A;
    cursor: default;
}

.scroll-elements-list{
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    min-height: 420px;
    max-height: 420px;
    background-color: white;
    color: black;
}

.scroll-elements-list::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #EEECEC;
}

.scroll-elements-list::-webkit-scrollbar
{
	width: 12px;
	background-color: #FFFFFF;
}

.scroll-elements-list::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #C1C1C1;
}

.list-element:first-child{
    background-color: #F6F6F6;
}

.list-element:nth-child(2n+3){
    background-color: #F6F6F6;
}

.list-element{
    display: flex; 
    vertical-align: middle;
    max-height: 104px;
    min-height: 104px;
}

.title-list-elements{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    margin-right:10%;
    font-weight: 600;
}

.url-list-elements{
    position: absolute;
    margin-right: 13%;
    right: 0;

}

.button-link-list-elements{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-decoration: none;
    border-radius: 6px;
    height: fit-content;
    padding: 8px 12px 8px 12px;
    margin-top: 42%;
}

.logo-list{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    width:64px;
    height: auto;
    margin: 20px 30px 20px 30px;
    border-radius: 10px;
}

.button-primary{
    background-color: #E80190;
    border: #E80190 2px solid;
    color: white;
    transition: all ease 0.3s;
}

.button-primary:hover{
    color: #E80190;
    background-color: white;
    border: #E80190 2px solid;
}


.button-secondary{
    border: #E80190 2px solid;
    color: #E80190;
    transition: all ease 0.3s;
}

.button-secondary:hover{
    color: white;
    background-color: #E80190;
}

.list-elements-table-blue{
    background-color: #0171B3;
}

.list-elements-table-yellow{
    background-color: #EEC703;
}

.list-elements-table-green{
    background-color: #295200;
}

.list-elements-table-pink{
    background-color: #E80190;
}

.list-elements-table-black{
    background-color: #000000;
}

.list-elements-table-grey{
    background-color: #424242;
}

.list-elements-table-white{
    background-color: #FFFFFF;
    color: black !important;
    border: black solid 1px;
}

.list-elements-table-white .scroll-elements-list{
    border-top: black solid 1px;
    border-bottom: black solid 1px;
}

/*.list-elements-table-border{
    border: 1px solid #dddddd;
}
*/

.list-elements-table-border .scroll-elements-list{
    border-top: #dddddd solid 1px;
    border-bottom: #dddddd solid 1px;
}

/*Small Table Element */

.small-table {
    padding-bottom: 0px !important;
    border: solid #EDE9E9 0.5px !important;
    margin-bottom: 80px !important;
}

.small-table .header-element-table-small{
    padding: 10px 20px 10px 25px;
    position:relative;
    height: fit-content;
}

.small-table .scroll-elements-list{
    overflow-y: auto !important;
    min-height: auto !important;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
}

.small-table .list-element{
    height: 20%;
}

.small-table .title-header-list{
    width: 100%;
}

/*-------- Fancybox --------*/

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 2104;
    display: none
}
#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background: url('images/loader-dark.svg') no-repeat center center transparent;
}
#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2100;
    display: none;
    background-color: rgb(34, 34, 34);
    background-color: rgba(34, 34, 34, 0.85);
}
#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none
}
#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 2101;
    outline: 0;
    display: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
#fancybox-content {
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0;
    outline: 0;
    position: relative;
    overflow: hidden;
    z-index: 2102;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: none;
    border: 0;
}
#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: 0 0;
    z-index: 2101
}
#fancybox-close {
    position: absolute;
    cursor: pointer;
    z-index: 2103;
    background: #222;
    width: 50px;
    height: 50px;
    top: 0;
    right: -60px;
    text-align: center;
    display: block;
}
#fancybox-close:hover,
#fancybox-left:hover,
#fancybox-right:hover {
    background: #fff;
}
#fancybox-close:after {
    content: "\f00d";
    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;
    line-height: 50px;
    color: #fefefe;
    font-size: 16px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
#fancybox-close:hover:after,
#fancybox-left-ico:hover:after,
#fancybox-right-ico:hover:after {
    color: #222;
}
#fancybox-error {
    color: #444;
    font: 400 12px/20px Arial;
    padding: 14px;
    margin: 0
}
#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: 0;
    line-height: 0;
    vertical-align: top
}
#fancybox-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: block
}
#fancybox-left,
#fancybox-right {
    position: absolute;
    bottom: 0;
    cursor: pointer;
    outline: 0;
    z-index: 2102;
    visibility: visible;
    background: #222;
    width: 50px;
    height: 50px;
    text-align: center;
    display: block;
}
#fancybox-left {
    left: auto;
    top: 51px;
    right: -60px;
}
#fancybox-right {
    left: auto;
    right: -60px;
    top: 102px;
}
#fancybox-left-ico,
#fancybox-right-ico {
    position: static;
    width: auto;
    height: auto;
    margin-top: 0;
    top: 50%;
    left: -9999px;
    cursor: pointer;
    z-index: 2102;
    display: block
}
#fancybox-left-ico:after {
    content: "\f053";
    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;
    line-height: 50px;
    color: #fefefe;
    font-size: 16px;
    visibility: visible;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
#fancybox-right-ico:after {
    content: "\f054";
    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;
    line-height: 50px;
    color: #fefefe;
    visibility: visible;
    font-size: 16px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
#fancybox-left:hover,
#fancybox-right:hover {
    visibility: visible
}
#fancybox-left:hover span {
    left: 20px
}
#fancybox-right:hover span {
    left: auto;
    right: 20px
}
.fancybox-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 2001
}
#fancybox-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
}
#fancybox-bg-ne {
    top: -20px;
    right: -20px;
}
#fancybox-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
}
#fancybox-bg-se {
    bottom: -20px;
    right: -20px;
}
#fancybox-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
}
#fancybox-bg-sw {
    bottom: -20px;
    left: -20px;
}
#fancybox-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
}
#fancybox-bg-nw {
    top: -20px;
    left: -20px;
}
#fancybox-title {
    font-family: Helvetica;
    font-size: 12px;
    z-index: 2102;
    padding-left: 0;
}
.fancybox-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative
}
.fancybox-title-outside {
    padding-top: 10px;
    color: #fff
}
.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: left
}
#fancybox-title-over {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    padding: 10px;
    margin: 0;
    background: rgba(0, 0, 0, 0.75);
}
.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px
}
#fancybox-title-float-wrap {
    border: none;
    border-collapse: collapse;
    width: auto
}
#fancybox-title-float-wrap td {
    border: none;
    white-space: nowrap
}
#fancybox-title-float-left {
    padding: 0 0 0 15px;
}
#fancybox-title-float-main {
    color: #FFF;
    line-height: 29px;
    font-weight: 700;
    padding: 0 0 3px;
}
#fancybox-title-float-right {
    padding: 0 0 0 15px;
}
#fancybox-hide-sel-frame,
.fancybox-ie6 #fancybox-bg-e,
.fancybox-ie6 #fancybox-bg-w,
.fancybox-ie6 #fancybox-left,
.fancybox-ie6 #fancybox-right {
    height: expression(this.parentNode.clientHeight + "px")
}
#fancybox-loading.fancybox-ie6 {
    position: absolute;
    margin-top: 0;
    top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2: document.body.clientHeight/2) + ( ignoreMe document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)) + 'px')
}
/*----------- Footer Menu --------------*/

#footer_copyright nav > ul > li:last-child {
    margin-right: 30px !important;
}
#footer_copyright nav > ul > li a {
    font-size: inherit;
    text-transform: inherit;
    padding: 0;
}
/********** Shortcode: Animation Box *************************************************************/

.tcvpb-animo,
.tcvpb-animo-children > * {
    visibility: hidden;
}
.tcvpb-animo.animated,
.tcvpb-animo.animation_completed {
    visibility: visible;
}
.tcvpb-animo-children .animation_completed {
    visibility: visible;
}
.animated {
    backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    animation-fill-mode: both;
    transform: translate3d(0, 0, 0);
    perspective: 1000;
    -o-animation-fill-mode: both;
    -o-transform: translate3d(0, 0, 0);
    -o-perspective: 1000;
    -moz-animation-fill-mode: both;
    -moz-transform: translate3d(0, 0, 0);
    -moz-perspective: 1000;
    -webkit-animation-fill-mode: both;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000
}
@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}
@-moz-keyframes flash {
    0%, 50%, 100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}
@-o-keyframes flash {
    0%, 50%, 100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}
@keyframes flash {
    0%, 50%, 100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}
.animated.flash {
    -webkit-animation-name: flash;
    -moz-animation-name: flash;
    -o-animation-name: flash;
    animation-name: flash
}
@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px)
    }
}
@-moz-keyframes shake {
    0%, 100% {
        -moz-transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -moz-transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -moz-transform: translateX(10px)
    }
}
@-o-keyframes shake {
    0%, 100% {
        -o-transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -o-transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -o-transform: translateX(10px)
    }
}
@keyframes shake {
    0%, 100% {
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px)
    }
}
.animated.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px)
    }
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0)
    }
    40% {
        -moz-transform: translateY(-30px)
    }
    60% {
        -moz-transform: translateY(-15px)
    }
}
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0)
    }
    40% {
        -o-transform: translateY(-30px)
    }
    60% {
        -o-transform: translateY(-15px)
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-30px)
    }
    60% {
        transform: translateY(-15px)
    }
}
.animated.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0)
    }
}
@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1)
    }
    10%,
    20% {
        -moz-transform: scale(0.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -moz-transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -moz-transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -moz-transform: scale(1) rotate(0)
    }
}
@-o-keyframes tada {
    0% {
        -o-transform: scale(1)
    }
    10%,
    20% {
        -o-transform: scale(0.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -o-transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -o-transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -o-transform: scale(1) rotate(0)
    }
}
@keyframes tada {
    0% {
        transform: scale(1)
    }
    10%,
    20% {
        transform: scale(0.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        transform: scale(1) rotate(0)
    }
}
.animated.tada {
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada
}
@-webkit-keyframes swing {
    20%, 40%, 60%, 80%, 100% {
        -webkit-transform-origin: top center
    }
    20% {
        -webkit-transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg)
    }
}
@-moz-keyframes swing {
    20% {
        -moz-transform: rotate(15deg)
    }
    40% {
        -moz-transform: rotate(-10deg)
    }
    60% {
        -moz-transform: rotate(5deg)
    }
    80% {
        -moz-transform: rotate(-5deg)
    }
    100% {
        -moz-transform: rotate(0deg)
    }
}
@-o-keyframes swing {
    20% {
        -o-transform: rotate(15deg)
    }
    40% {
        -o-transform: rotate(-10deg)
    }
    60% {
        -o-transform: rotate(5deg)
    }
    80% {
        -o-transform: rotate(-5deg)
    }
    100% {
        -o-transform: rotate(0deg)
    }
}
@keyframes swing {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    100% {
        transform: rotate(0deg)
    }
}
.animated.swing {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing
}
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0%)
    }
}
@-moz-keyframes wobble {
    0% {
        -moz-transform: translateX(0%)
    }
    15% {
        -moz-transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -moz-transform: translateX(20%) rotate(3deg)
    }
    45% {
        -moz-transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -moz-transform: translateX(10%) rotate(2deg)
    }
    75% {
        -moz-transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -moz-transform: translateX(0%)
    }
}
@-o-keyframes wobble {
    0% {
        -o-transform: translateX(0%)
    }
    15% {
        -o-transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -o-transform: translateX(20%) rotate(3deg)
    }
    45% {
        -o-transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -o-transform: translateX(10%) rotate(2deg)
    }
    75% {
        -o-transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -o-transform: translateX(0%)
    }
}
@keyframes wobble {
    0% {
        transform: translateX(0%)
    }
    15% {
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        transform: translateX(0%)
    }
}
.animated.wobble {
    -webkit-animation-name: wobble;
    -moz-animation-name: wobble;
    -o-animation-name: wobble;
    animation-name: wobble
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1)
    }
}
@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1)
    }
    50% {
        -moz-transform: scale(1.1)
    }
    100% {
        -moz-transform: scale(1)
    }
}
@-o-keyframes pulse {
    0% {
        -o-transform: scale(1)
    }
    50% {
        -o-transform: scale(1.1)
    }
    100% {
        -o-transform: scale(1)
    }
}
@keyframes pulse {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}
.animated.pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse
}
@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -webkit-animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) scale(1);
        -webkit-animation-timing-function: ease-in
    }
}
@-moz-keyframes flip {
    0% {
        -moz-transform: perspective(400px) rotateY(0);
        -moz-animation-timing-function: ease-out
    }
    40% {
        -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
        -moz-animation-timing-function: ease-out
    }
    50% {
        -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -moz-animation-timing-function: ease-in
    }
    80% {
        -moz-transform: perspective(400px) rotateY(360deg) scale(.95);
        -moz-animation-timing-function: ease-in
    }
    100% {
        -moz-transform: perspective(400px) scale(1);
        -moz-animation-timing-function: ease-in
    }
}
@-o-keyframes flip {
    0% {
        -o-transform: perspective(400px) rotateY(0);
        -o-animation-timing-function: ease-out
    }
    40% {
        -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
        -o-animation-timing-function: ease-out
    }
    50% {
        -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -o-animation-timing-function: ease-in
    }
    80% {
        -o-transform: perspective(400px) rotateY(360deg) scale(.95);
        -o-animation-timing-function: ease-in
    }
    100% {
        -o-transform: perspective(400px) scale(1);
        -o-animation-timing-function: ease-in
    }
}
@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(0);
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg);
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) rotateY(360deg) scale(.95);
        animation-timing-function: ease-in
    }
    100% {
        transform: perspective(400px) scale(1);
        animation-timing-function: ease-in
    }
}
.animated.flip {
    -webkit-backface-visibility: visible!important;
    -webkit-animation-name: flip;
    -moz-backface-visibility: visible!important;
    -moz-animation-name: flip;
    -o-backface-visibility: visible!important;
    -o-animation-name: flip;
    backface-visibility: visible!important;
    animation-name: flip
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}
@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -moz-transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -moz-transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}
@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -o-transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -o-transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}
.animated.flipInX {
    -webkit-backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    -moz-backface-visibility: visible!important;
    -moz-animation-name: flipInX;
    -o-backface-visibility: visible!important;
    -o-animation-name: flipInX;
    backface-visibility: visible!important;
    animation-name: flipInX
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}
@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}
@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}
@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}
.animated.flipOutX {
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    -moz-animation-name: flipOutX;
    -moz-backface-visibility: visible!important;
    -o-animation-name: flipOutX;
    -o-backface-visibility: visible!important;
    animation-name: flipOutX;
    backface-visibility: visible!important
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}
@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -moz-transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -moz-transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}
@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -o-transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -o-transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}
.animated.flipInY {
    -webkit-backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    -moz-backface-visibility: visible!important;
    -moz-animation-name: flipInY;
    -o-backface-visibility: visible!important;
    -o-animation-name: flipInY;
    backface-visibility: visible!important;
    animation-name: flipInY
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}
@-moz-keyframes flipOutY {
    0% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    100% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}
@-o-keyframes flipOutY {
    0% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    100% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}
@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}
.animated.flipOutY {
    -webkit-backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    -moz-backface-visibility: visible!important;
    -moz-animation-name: flipOutY;
    -o-backface-visibility: visible!important;
    -o-animation-name: flipOutY;
    backface-visibility: visible!important;
    animation-name: flipOutY
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.animated.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}
@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}
@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}
.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}
@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}
@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}
.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}
@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}
@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}
.animated.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}
@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}
@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}
.animated.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}
@-moz-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}
@-o-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}
.animated.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    -moz-animation-name: fadeInUpBig;
    -o-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}
@-moz-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}
@-o-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}
.animated.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    -moz-animation-name: fadeInDownBig;
    -o-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}
@-moz-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}
@-o-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}
.animated.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    -moz-animation-name: fadeInLeftBig;
    -o-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}
@-moz-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}
@-o-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}
.animated.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    -moz-animation-name: fadeInRightBig;
    -o-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-o-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.animated.fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
}
@-moz-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }
}
@-o-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-20px)
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(-20px)
    }
}
.animated.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    -moz-animation-name: fadeOutUp;
    -o-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
}
@-moz-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }
}
@-o-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateY(20px)
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(20px)
    }
}
.animated.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    -moz-animation-name: fadeOutDown;
    -o-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
}
@-moz-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-20px)
    }
}
@-o-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateX(-20px)
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(-20px)
    }
}
.animated.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }
}
@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(20px)
    }
}
@-o-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateX(20px)
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(20px)
    }
}
.animated.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    -moz-animation-name: fadeOutRight;
    -o-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}
@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
}
@-moz-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }
}
@-o-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px)
    }
}
.animated.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    -moz-animation-name: fadeOutUpBig;
    -o-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}
@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
}
@-moz-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }
}
@-o-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateY(2000px)
    }
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(2000px)
    }
}
.animated.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    -moz-animation-name: fadeOutDownBig;
    -o-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}
@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
}
@-moz-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }
}
@-o-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px)
    }
}
.animated.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    -moz-animation-name: fadeOutLeftBig;
    -o-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}
@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
}
@-moz-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }
}
@-o-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(2000px)
    }
}
.animated.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    -moz-animation-name: fadeOutRightBig;
    -o-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}
@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1)
    }
}
@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3)
    }
    50% {
        opacity: 1;
        -moz-transform: scale(1.05)
    }
    70% {
        -moz-transform: scale(.9)
    }
    100% {
        -moz-transform: scale(1)
    }
}
@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3)
    }
    50% {
        opacity: 1;
        -o-transform: scale(1.05)
    }
    70% {
        -o-transform: scale(.9)
    }
    100% {
        -o-transform: scale(1)
    }
}
@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        transform: scale(1.05)
    }
    70% {
        transform: scale(.9)
    }
    100% {
        transform: scale(1)
    }
}
.animated.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn
}
@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}
@-moz-keyframes bounceInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(-30px)
    }
    80% {
        -moz-transform: translateY(10px)
    }
    100% {
        -moz-transform: translateY(0)
    }
}
@-o-keyframes bounceInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -o-transform: translateY(-30px)
    }
    80% {
        -o-transform: translateY(10px)
    }
    100% {
        -o-transform: translateY(0)
    }
}
@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        transform: translateY(-30px)
    }
    80% {
        transform: translateY(10px)
    }
    100% {
        transform: translateY(0)
    }
}
.animated.bounceInUp {
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    animation-name: bounceInUp
}
@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}
@-moz-keyframes bounceInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(30px)
    }
    80% {
        -moz-transform: translateY(-10px)
    }
    100% {
        -moz-transform: translateY(0)
    }
}
@-o-keyframes bounceInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -o-transform: translateY(30px)
    }
    80% {
        -o-transform: translateY(-10px)
    }
    100% {
        -o-transform: translateY(0)
    }
}
@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        transform: translateY(30px)
    }
    80% {
        transform: translateY(-10px)
    }
    100% {
        transform: translateY(0)
    }
}
.animated.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}
@-moz-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(30px)
    }
    80% {
        -moz-transform: translateX(-10px)
    }
    100% {
        -moz-transform: translateX(0)
    }
}
@-o-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -o-transform: translateX(30px)
    }
    80% {
        -o-transform: translateX(-10px)
    }
    100% {
        -o-transform: translateX(0)
    }
}
@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        transform: translateX(30px)
    }
    80% {
        transform: translateX(-10px)
    }
    100% {
        transform: translateX(0)
    }
}
.animated.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}
@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-30px)
    }
    80% {
        -moz-transform: translateX(10px)
    }
    100% {
        -moz-transform: translateX(0)
    }
}
@-o-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -o-transform: translateX(-30px)
    }
    80% {
        -o-transform: translateX(10px)
    }
    100% {
        -o-transform: translateX(0)
    }
}
@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        transform: translateX(-30px)
    }
    80% {
        transform: translateX(10px)
    }
    100% {
        transform: translateX(0)
    }
}
.animated.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight
}
@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3)
    }
}
@-moz-keyframes bounceOut {
    0% {
        -moz-transform: scale(1)
    }
    25% {
        -moz-transform: scale(.95)
    }
    50% {
        opacity: 1;
        -moz-transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -moz-transform: scale(.3)
    }
}
@-o-keyframes bounceOut {
    0% {
        -o-transform: scale(1)
    }
    25% {
        -o-transform: scale(.95)
    }
    50% {
        opacity: 1;
        -o-transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -o-transform: scale(.3)
    }
}
@keyframes bounceOut {
    0% {
        transform: scale(1)
    }
    25% {
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        transform: scale(.3)
    }
}
.animated.bounceOut {
    -webkit-animation-name: bounceOut;
    -moz-animation-name: bounceOut;
    -o-animation-name: bounceOut;
    animation-name: bounceOut
}
@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
}
@-moz-keyframes bounceOutUp {
    0% {
        -moz-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -moz-transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }
}
@-o-keyframes bounceOutUp {
    0% {
        -o-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -o-transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }
}
@keyframes bounceOutUp {
    0% {
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px)
    }
}
.animated.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    -moz-animation-name: bounceOutUp;
    -o-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}
@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
}
@-moz-keyframes bounceOutDown {
    0% {
        -moz-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -moz-transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }
}
@-o-keyframes bounceOutDown {
    0% {
        -o-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -o-transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -o-transform: translateY(2000px)
    }
}
@keyframes bounceOutDown {
    0% {
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        transform: translateY(2000px)
    }
}
.animated.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    -moz-animation-name: bounceOutDown;
    -o-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
}
@-moz-keyframes bounceOutLeft {
    0% {
        -moz-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -moz-transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }
}
@-o-keyframes bounceOutLeft {
    0% {
        -o-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -o-transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }
}
@keyframes bounceOutLeft {
    0% {
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px)
    }
}
.animated.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    -moz-animation-name: bounceOutLeft;
    -o-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
}
@-moz-keyframes bounceOutRight {
    0% {
        -moz-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -moz-transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }
}
@-o-keyframes bounceOutRight {
    0% {
        -o-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -o-transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }
}
@keyframes bounceOutRight {
    0% {
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        transform: translateX(2000px)
    }
}
.animated.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    -moz-animation-name: bounceOutRight;
    -o-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}
@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}
@-moz-keyframes rotateIn {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1
    }
}
@-o-keyframes rotateIn {
    0% {
        -o-transform-origin: center center;
        -o-transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -o-transform-origin: center center;
        -o-transform: rotate(0);
        opacity: 1
    }
}
@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
}
.animated.rotateIn {
    -webkit-animation-name: rotateIn;
    -moz-animation-name: rotateIn;
    -o-animation-name: rotateIn;
    animation-name: rotateIn
}
@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}
@-moz-keyframes rotateInUpLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}
@-o-keyframes rotateInUpLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}
@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}
.animated.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    -moz-animation-name: rotateInUpLeft;
    -o-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}
@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}
@-moz-keyframes rotateInDownLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}
@-o-keyframes rotateInDownLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}
@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}
.animated.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    -moz-animation-name: rotateInDownLeft;
    -o-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}
@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}
@-moz-keyframes rotateInUpRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}
@-o-keyframes rotateInUpRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}
@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}
.animated.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    -moz-animation-name: rotateInUpRight;
    -o-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}
@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}
@-moz-keyframes rotateInDownRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}
@-o-keyframes rotateInDownRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}
@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}
.animated.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    -moz-animation-name: rotateInDownRight;
    -o-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}
@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(200deg);
        opacity: 0
    }
}
@-moz-keyframes rotateOut {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1
    }
    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(200deg);
        opacity: 0
    }
}
@-o-keyframes rotateOut {
    0% {
        -o-transform-origin: center center;
        -o-transform: rotate(0);
        opacity: 1
    }
    100% {
        -o-transform-origin: center center;
        -o-transform: rotate(200deg);
        opacity: 0
    }
}
@keyframes rotateOut {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
    100% {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0
    }
}
.animated.rotateOut {
    -webkit-animation-name: rotateOut;
    -moz-animation-name: rotateOut;
    -o-animation-name: rotateOut;
    animation-name: rotateOut
}
@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
}
@-moz-keyframes rotateOutUpLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0
    }
}
@-o-keyframes rotateOutUpLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(-90deg);
        opacity: 0
    }
}
@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}
.animated.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    -moz-animation-name: rotateOutUpLeft;
    -o-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}
@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
}
@-moz-keyframes rotateOutDownLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0
    }
}
@-o-keyframes rotateOutDownLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(90deg);
        opacity: 0
    }
}
@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}
.animated.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    -moz-animation-name: rotateOutDownLeft;
    -o-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}
@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
}
@-moz-keyframes rotateOutUpRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(90deg);
        opacity: 0
    }
}
@-o-keyframes rotateOutUpRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(90deg);
        opacity: 0
    }
}
@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}
.animated.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    -moz-animation-name: rotateOutUpRight;
    -o-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}
@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
}
@-moz-keyframes rotateOutDownRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0
    }
}
@-o-keyframes rotateOutDownRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(-90deg);
        opacity: 0
    }
}
@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}
.animated.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    -moz-animation-name: rotateOutDownRight;
    -o-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}
@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }
    100% {
        -webkit-transform: translateY(700px);
        opacity: 0
    }
}
@-moz-keyframes hinge {
    0% {
        -moz-transform: rotate(0);
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -moz-transform: rotate(80deg);
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out
    }
    40% {
        -moz-transform: rotate(60deg);
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out
    }
    80% {
        -moz-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out
    }
    100% {
        -moz-transform: translateY(700px);
        opacity: 0
    }
}
@-o-keyframes hinge {
    0% {
        -o-transform: rotate(0);
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -o-transform: rotate(80deg);
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out
    }
    40% {
        -o-transform: rotate(60deg);
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out
    }
    80% {
        -o-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out
    }
    100% {
        -o-transform: translateY(700px);
        opacity: 0
    }
}
@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    100% {
        transform: translateY(700px);
        opacity: 0
    }
}
.animated.hinge {
    -webkit-animation-name: hinge;
    -moz-animation-name: hinge;
    -o-animation-name: hinge;
    animation-name: hinge
}
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg)
    }
}
@-moz-keyframes rollIn {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0px) rotate(0deg)
    }
}
@-o-keyframes rollIn {
    0% {
        opacity: 0;
        -o-transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0px) rotate(0deg)
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg)
    }
}
.animated.rollIn {
    -webkit-animation-name: rollIn;
    -moz-animation-name: rollIn;
    -o-animation-name: rollIn;
    animation-name: rollIn
}
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg)
    }
}
@-moz-keyframes rollOut {
    0% {
        opacity: 1;
        -moz-transform: translateX(0px) rotate(0deg)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(100%) rotate(120deg)
    }
}
@-o-keyframes rollOut {
    0% {
        opacity: 1;
        -o-transform: translateX(0px) rotate(0deg)
    }
    100% {
        opacity: 0;
        -o-transform: translateX(100%) rotate(120deg)
    }
}
@keyframes rollOut {
    0% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg)
    }
    100% {
        opacity: 0;
        transform: translateX(100%) rotate(120deg)
    }
}
.animated.rollOut {
    -webkit-animation-name: rollOut;
    -moz-animation-name: rollOut;
    -o-animation-name: rollOut;
    animation-name: rollOut
}
@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}
@-moz-keyframes lightSpeedIn {
    0% {
        -moz-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -moz-transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -moz-transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        -moz-transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}
@-o-keyframes lightSpeedIn {
    0% {
        -o-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -o-transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -o-transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        -o-transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}
@keyframes lightSpeedIn {
    0% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}
.animated.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -moz-animation-name: lightSpeedIn;
    -o-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}
.animated.lightSpeedIn {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s
}
@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}
@-moz-keyframes lightSpeedOut {
    0% {
        -moz-transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
    100% {
        -moz-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}
@-o-keyframes lightSpeedOut {
    0% {
        -o-transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
    100% {
        -o-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}
@keyframes lightSpeedOut {
    0% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
    100% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}
.animated.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -moz-animation-name: lightSpeedOut;
    -o-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}
.animated.lightSpeedOut {
    -webkit-animation-duration: .25s;
    -moz-animation-duration: .25s;
    -o-animation-duration: .25s;
    animation-duration: .25s
}
@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: skewX(9deg)
    }
    10% {
        -webkit-transform: skewX(-8deg)
    }
    20% {
        -webkit-transform: skewX(7deg)
    }
    30% {
        -webkit-transform: skewX(-6deg)
    }
    40% {
        -webkit-transform: skewX(5deg)
    }
    50% {
        -webkit-transform: skewX(-4deg)
    }
    60% {
        -webkit-transform: skewX(3deg)
    }
    70% {
        -webkit-transform: skewX(-2deg)
    }
    80% {
        -webkit-transform: skewX(1deg)
    }
    90% {
        -webkit-transform: skewX(0deg)
    }
    100% {
        -webkit-transform: skewX(0deg)
    }
}
@-moz-keyframes wiggle {
    0% {
        -moz-transform: skewX(9deg)
    }
    10% {
        -moz-transform: skewX(-8deg)
    }
    20% {
        -moz-transform: skewX(7deg)
    }
    30% {
        -moz-transform: skewX(-6deg)
    }
    40% {
        -moz-transform: skewX(5deg)
    }
    50% {
        -moz-transform: skewX(-4deg)
    }
    60% {
        -moz-transform: skewX(3deg)
    }
    70% {
        -moz-transform: skewX(-2deg)
    }
    80% {
        -moz-transform: skewX(1deg)
    }
    90% {
        -moz-transform: skewX(0deg)
    }
    100% {
        -moz-transform: skewX(0deg)
    }
}
@-o-keyframes wiggle {
    0% {
        -o-transform: skewX(9deg)
    }
    10% {
        -o-transform: skewX(-8deg)
    }
    20% {
        -o-transform: skewX(7deg)
    }
    30% {
        -o-transform: skewX(-6deg)
    }
    40% {
        -o-transform: skewX(5deg)
    }
    50% {
        -o-transform: skewX(-4deg)
    }
    60% {
        -o-transform: skewX(3deg)
    }
    70% {
        -o-transform: skewX(-2deg)
    }
    80% {
        -o-transform: skewX(1deg)
    }
    90% {
        -o-transform: skewX(0deg)
    }
    100% {
        -o-transform: skewX(0deg)
    }
}
@keyframes wiggle {
    0% {
        transform: skewX(9deg)
    }
    10% {
        transform: skewX(-8deg)
    }
    20% {
        transform: skewX(7deg)
    }
    30% {
        transform: skewX(-6deg)
    }
    40% {
        transform: skewX(5deg)
    }
    50% {
        transform: skewX(-4deg)
    }
    60% {
        transform: skewX(3deg)
    }
    70% {
        transform: skewX(-2deg)
    }
    80% {
        transform: skewX(1deg)
    }
    90% {
        transform: skewX(0deg)
    }
    100% {
        transform: skewX(0deg)
    }
}
.animated.wiggle {
    -webkit-animation-name: wiggle;
    -moz-animation-name: wiggle;
    -o-animation-name: wiggle;
    animation-name: wiggle;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}
.animated.wiggle {
    -webkit-animation-duration: .75s;
    -moz-animation-duration: .75s;
    -o-animation-duration: .75s;
    animation-duration: .75s
}
.animated.fade {
    -webkit-animation-name: fade;
    -moz-animation-name: fade;
    -o-animation-name: fade;
    animation-name: fade
}
@-webkit-keyframes fade {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-moz-keyframes fade {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-o-keyframes fade {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fade {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.animated.appear {
    -webkit-animation-name: appear;
    -moz-animation-name: appear;
    -o-animation-name: appear;
    animation-name: appear
}
@-webkit-keyframes appear {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-moz-keyframes appear {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-o-keyframes appear {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes appear {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.animated.spinner {
    -webkit-animation-name: spinner;
    -moz-animation-name: spinner;
    -o-animation-name: spinner;
    animation-name: spinner
}
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@-moz-keyframes spinner {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg)
    }
}
@-o-keyframes spinner {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(360deg)
    }
}
@keyframes spinner {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}
.animated.twirlIn {
    -webkit-animation-name: twirlIn;
    -moz-animation-name: twirlIn;
    -o-animation-name: twirlIn;
    animation-name: twirlIn
}
@-webkit-keyframes twirlIn {
    0% {
        -webkit-transform: rotate3d(80, -70, 10, 180deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 0, 0deg)
    }
}
@-moz-keyframes twirlIn {
    0% {
        -moz-transform: rotate3d(80, 70, 10, 180deg)
    }
    100% {
        -moz-transform: rotate3d(0, 0, 0, 0deg)
    }
}
@-o-keyframes twirlIn {
    0% {
        -o-transform: rotate3d(80, 70, 10, 180deg)
    }
    100% {
        -o-transform: rotate3d(0, 0, 0, 0deg)
    }
}
@keyframes twirlIn {
    0% {
        transform: rotate3d(0, 0, 0, 0deg)
    }
    100% {
        transform: rotate3d(80, 70, 10, 180deg)
    }
}
.animated.twirlOut {
    -webkit-animation-name: twirlOut;
    -moz-animation-name: twirlOut;
    -o-animation-name: twirlOut;
    animation-name: twirlOut
}
@-webkit-keyframes twirlOut {
    0% {
        -webkit-transform: rotate3d(0, 0, 0, 0deg)
    }
    100% {
        -webkit-transform: rotate3d(80, -70, 10, 180deg)
    }
}
@-moz-keyframes twirlOut {
    0% {
        -moz-transform: rotate3d(0, 0, 0, 0deg)
    }
    100% {
        -moz-transform: rotate3d(80, 70, 10, 180deg)
    }
}
@-o-keyframes twirlOut {
    0% {
        -o-transform: rotate3d(0, 0, 0, 0deg)
    }
    100% {
        -o-transform: rotate3d(80, 70, 10, 180deg)
    }
}
@keyframes twirlOut {
    0% {
        transform: rotate3d(0, 0, 0, 0deg)
    }
    100% {
        transform: rotate3d(80, 70, 10, 180deg)
    }
}

#sensei-quiz-list > li {
  margin-top: 70px;
  margin-bottom: 70px;
}

#sensei-quiz-list li .question.question-title{
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

#sensei-quiz-list li .question .grade,
.answer_message.user_right{
  display: none;
}

.course header,
.lesson-meta,
.sensei-breadcrumb,
.sensei .progress,
.sensei .meter,
.sensei .course-meta.course-enrolment {
  display: none;
}
.quiz-submit.complete {
    background-color: #e60590;
    border-color: #e60590;
    color: #fff !important;
    padding: 10px 23px;
}
.quiz-submit.save,
.quiz-submit.reset {
    background-color: #aabac9;
    border-color: #aabac9;
    color: #fff !important;
    padding: 10px 23px;
}

.quiz-submit.complete[disabled],
.quiz-submit.save[disabled],
.quiz-submit.reset[disabled] {
    opacity: .5;
}
.quiz-submit.save[disabled] *,
.quiz-submit.reset[disabled] * {
    pointer-events: none;
}

.quiz-submit.save {
  position: fixed;
  top: 68px;
  z-index: 99999;
  right: 50px;
  float: right;
  display: none !important;
}

.quiz-submit.save.sticky {
  top: 30px;
}

@media print {
  .quiz-submit.complete,
  .quiz-submit.save,
  .quiz-submit.reset {
    display: none !important;
  }
}

.quiz input.quiz-submit.reset {
    display: none;
}

/****** Course Pointer *********/

.course-pointer .header {
    background: #DD2B88;
    text-align: center;
    margin-bottom: 0;
    padding: 60px 0px;
}

.course-pointer .header h2 {
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 0;
    max-width: 50%;
    margin: 0 auto;
}

.course-pointer .not-familiar {
    background: #F2F2F2;
    padding: 14px 0;
    overflow: hidden;
    text-align: center;
}

.course-pointer .not-familiar a {
    font-size: 33px;
    line-height: 33px;
    font-weight: bold;
    position: unset;
    padding: 20px 0;
    color: #2B2B2B;
    width: 90%;
    float: left;
}

.course-pointer .not-familiar i {
    font-size: 80px;
    font-weight: bold;
    border-left: 2px solid #4B4B4B;
    width: 10%;
    color: #FF7BAC;
}

.course-pointer .daily {
    float: left;
    width: 50%;
    padding-right: 6px;
    border-left: 1px solid #F2F2F2;
    padding-left: 20px;
}

.course-pointer .daily .text {
    padding: 30px 65px 0 65px;
    text-align: center;
    font-weight: bold;
    min-height: 233px;
}

.course-pointer .daily .text p {
    margin-bottom: -10px;
}

.course-pointer .project .text p {
    margin-bottom: -10px;
}

.course-pointer .project {
    float: left;
    width: 50%;
    padding-left: 6px;
    border-right: 1px solid #F2F2F2;
    padding-right: 17px;
}

.course-pointer .project .text {
    padding: 30px 65px 0 65px;
    text-align: center;
    font-weight: bold;
    min-height: 233px;
}

.course-pointer .daily .text h3 {
    font-weight: bold;
    margin-bottom: 15px;
}

.course-pointer .daily .text i {
    font-weight: bold;
    font-size: 100px;
    color: #ff7bac;
}

.course-pointer .project .text i {
    font-weight: bold;
    font-size: 100px;
    color: #ff7bac;
}

.course-pointer .project .text h3 {
    font-weight: bold;
    margin-bottom: 15px;
}

.course-pointer .cyclical {
    clear: both;
    overflow: hidden;
    position: relative;
    display: block;
    padding: 30px 25px 60px 25px;
    border: 1px solid #F2F2F2;
}

.course-pointer .subheader {
    padding: 11px 0px;
    overflow: hidden;
    text-align: center;
}

.course-pointer .subheader .text h4 {
    font-size: 23px;
    line-height: 33px;
    font-weight: bold;
    color: #2B2B2B;
    margin-bottom: 10px;
}

.course-pointer .subheader i {
    float: left;
    font-size: 80px;
    font-weight: bold;
    border-left: 2px solid #4B4B4B;
    position: relative;
    width: 10%;
    color: #FF7BAC;
}

.subheader .text {
    float: left;
    width: 90%;
    text-align: center;
}

.course-pointer .not-familiar .grouped-text {
    width: 80%;
    float: left;
}

.course-pointer .cyclical .short-cyclical {
    width: 33%;
    float: left;
}

.course-pointer .cyclical .complexity {
    float: left;
    width: 33%;
    text-align: center;
    font-weight: bold;
    position: relative;
    top: 13px;
}

.course-pointer .cyclical .projects-cyclical {
    width: 33%;
    float: left;
    text-align: right;
}

.course-pointer .black-belt-courses {
    clear: both;
    border: 1px solid #F2F2F2;
}

.course-pointer .cyclical .short-cyclical:after {
    content: "";
    width: 30px;
    display: block;
    height: 30px;
    position: absolute;
    bottom: 13px;
    margin-top: 27px;
    left: 50px;
    border-radius: 50%;
    border: 3px solid #FF7BAC;
}

.course-pointer .cyclical .projects-cyclical:after {
    content: "";
    width: 30px;
    display: block;
    position: absolute;
    height: 30px;
    right: 44px;
    bottom: 13px;
    margin-top: 27px;
    border-radius: 50%;
    border: 3px solid #FF7BAC;
}

.course-pointer .cyclical .complexity:after {
    content:"";
    position: absolute;
    bottom: -18px;
    left: -83.6%;
    right: 0;
    width: 272%;
    border-top: 3px solid #FF7BAC;
    z-index: -1;
}

.course-pointer .black_belt_courses_1 {
    float: left;
    width: 50%;
    padding-right: 6px;
    border-left: 1px solid #F2F2F2;
    padding-left: 20px;
}

.course-pointer .black_belt_courses_2 {
    float: left;
    width: 50%;
    padding-left: 6px;
    border-right: 1px solid #F2F2F2;
    padding-right: 17px;
}
#user_certificate_viewer_frontend_results{
    min-height: 300px;
}

.usp-icon {
    width: 35%;
    float: left;
    position: relative;
    right: 22px;
    top: 18px;
}

.usp-text {
    width: 65%;
    float: left;
    padding-top: 15px;
  padding-right: 20px;
}

/*code for course to trainer*/
.trainer-course-join ul{
    text-align: center;
    padding-left: 0;
    margin-left: 0;
}
.trainer-course-join li {
    list-style: none;
    display: inline-block;
    margin-right: -20px;
}
.trainer-course-join li img {
    border-radius: 100%;
    border: 1px solid #ccc;
}

#stip-slug-course {
  position: relative;
}

#verify_slug_user {
  position: absolute;
  top: 22px;
  right: 10px;
  margin-right: 0;
}

#course_slug {
  font-size: 40px;
  padding-left: 20px;
}

#course_tc_filter{
    background-color: #f1f1f1;
    border: 1px solid #e7e7e7;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 10px;
    margin-bottom: 24px;
}

@media only screen and (min-width: 601px) {
    #course_tc_filter .boxes {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }
}

#course_tc_filter .box {
  width: 23%;
  float: left;
  margin-right: 2.5%;
}

#course_tc_filter .box:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 600px) {
  #course_tc_filter .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

#course_tc_filter .box select{
  margin-bottom: 0;
}

.isotope_no_result{
    display: none;
    background: #f1f1f1;
    border: 1px solid #e7e7e7;
    height: 30px;
    text-align: center;
    padding: 25px 0px 48px 0px;
}

/* Isotope filter */

#course_tc_filter .box select{
  margin-bottom: 0;
}

.course_isotope_filter {
margin: 0px -10px !important;
}

.course_isotope_filter .tcvpb_courses_column{
padding: 0px 10px !important;
width: 33.33333% !important;
margin: 0px !important;
}
.tcvpb_courses_column.lv_hidden {
    display: none;
}
.course_coursePrice, .cuscourse_price{
    display: none !important;
}

.tlssc-excellence{
    color: #E9D47C;
}

.tlssc-whitebelt{
    -webkit-transform: scale(0.7)!important;
    -moz-transform: scale(0.7)!important; 
    -ms-transform: scale(0.7)!important;
    -o-transform: scale(0.7)!important;
    transform: scale(0.7);
}

@media (max-width: 540px) {
    .course_isotope_filter .tcvpb_courses_column, .tcvpb_section_content .tcvpb_courses_column {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .tcvpb_courses_shortcode {
        width: 100%;
        transform: scale(1) !important;
    }
}

@media (min-width: 541px) and (max-width: 1024px) {
    .course_isotope_filter .tcvpb_courses_column, .tcvpb_section_content .tcvpb_courses_column {
        width: 48.62393162393162% !important;
        margin-left: 0 !important;
    }
    .tcvpb_courses_shortcode {
        width: 100%;
        transform: scale(1) !important;
    }

    .tcvpb_column_tc_span12 .tcvpb_courses_column.tcvpb_column_tc_span4:nth-child(2n) {
        margin-left: 2.564102564102564% !important;
    }
}

/* Topbar menu */
@media (max-width: 479px) {
    #country_switcher .country a span {
        font-size: 12px !important;
    }

    #country_switcher > .country {
        position: relative;
    }

    #country_switcher ul.countries {
        width: 300px;
        /* left: 0;*/
        right: 10px;
        /*margin: auto;*/
    }

    #country_switcher > .country:before {
        top: 21px !important;
        right: 16px !important;
    }


    #country_switcher ul.countries li {
        float: left;
        width: 50%;
        text-align: left;
        padding: 5px 10px;
    }

    #country_switcher .country a {
        margin-right: 0px !important;
    }

    div#country_switcher {
        position: inherit;
    }


    #footer_copyright #country_switcher > .country:before {
        top: -17px !important;
    }

    #footer_copyright #language_switcher ul.languages, #footer_copyright #country_switcher ul.countries {
        bottom: 165px !important;
    }
}

@media (min-width: 404px) and (max-width: 479px) {

    #footer_copyright #language_switcher ul.languages, #footer_copyright #country_switcher ul.countries {
        bottom: 145px !important;
    }

}

#country_switcher .country a span {
    text-transform: none;
}

li.un-attempted {
    border: 1px solid red;
    padding: 10px;
}
.flag{display:inline-block;position: relative;width:16px;height:11px;margin-left:5px;margin-top:5px;background:url('images/flags.png') no-repeat}.flag.flag-afr{background-position: -48px -165px;}.flag.flag-gu{background-position:-96px -55px}.flag.flag-mn{background-position:-208px -88px}.flag.flag-va{background-position:-48px -154px}.flag.flag-tibet{background-position:-32px -143px}.flag.flag-fo{background-position:-64px -44px}.flag.flag-th{background-position:-16px -143px}.flag.flag-tr{background-position:-144px -143px}.flag.flag-tl{background-position:-80px -143px}.flag.flag-kz{background-position:-144px -77px}.flag.flag-zm{background-position:-16px -165px}.flag.flag-uz{background-position:-32px -154px}.flag.flag-dk{background-position:-64px -33px}.flag.flag-scotland{background-position:-176px -121px}.flag.flag-gi{background-position:-224px -44px}.flag.flag-gy{background-position:-128px -55px}.flag.flag-bj{background-position:-112px -11px}.flag.flag-fr{background-position:-80px -44px}.flag.flag-mo{background-position:-224px -88px}.flag.flag-ir{background-position:-112px -66px}.flag.flag-io{background-position:-80px -66px}.flag.flag-tm{background-position:-96px -143px}.flag.flag-ch{background-position:-96px -22px}.flag.flag-mt{background-position:-32px -99px}.flag.flag-nl{background-position:-240px -99px}.flag.flag-gp{background-position:-16px -55px}.flag.flag-im{background-position:-48px -66px}.flag.flag-tv{background-position:-176px -143px}.flag.flag-mu{background-position:-48px -99px}.flag.flag-pe{background-position:-96px -110px}.flag.flag-vi{background-position:-112px -154px}.flag.flag-hn{background-position:-176px -55px}.flag.flag-ss{background-position:-128px -132px}.flag.flag-ae{background-position:-16px 0}.flag.flag-td{background-position:-240px -132px}.flag.flag-pw{background-position:0 -121px}.flag.flag-nu{background-position:-32px -110px}.flag.flag-bt{background-position:-208px -11px}.flag.flag-ms{background-position:-16px -99px}.flag.flag-cv{background-position:-240px -22px}.flag.flag-es{background-position:-224px -33px}.flag.flag-mh{background-position:-144px -88px}.flag.flag-la{background-position:-160px -77px}.flag.flag-vn{background-position:-128px -154px}.flag.flag-py{background-position:-16px -121px}.flag.flag-br{background-position:-176px -11px}.flag.flag-ye{background-position:-224px -154px}.flag.flag-ie{background-position:0 -66px}.flag.flag-gh{background-position:-208px -44px}.flag.flag-cg{background-position:-80px -22px}.flag.flag-cu{background-position:-224px -22px}.flag.flag-hu{background-position:-224px -55px}.flag.flag-sg{background-position:-224px -121px}.flag.flag-at{background-position:-176px 0}.flag.flag-lk{background-position:-224px -77px}.flag.flag-vu{background-position:-144px -154px}.flag.flag-bo{background-position:-160px -11px}.flag.flag-jo{background-position:-208px -66px}.flag.flag-er{background-position:-208px -33px}.flag.flag-za{background-position:-256px -154px}.flag.flag-rs{background-position:-80px -121px}.flag.flag-nr{background-position:-16px -110px}.flag.flag-ls{background-position:-256px -77px}.flag.flag-jm{background-position:-192px -66px}.flag.flag-tz{background-position:-208px -143px}.flag.flag-ki{background-position:-16px -77px}.flag.flag-sj{background-position:0 -132px}.flag.flag-cz{background-position:-16px -33px}.flag.flag-pg{background-position:-128px -110px}.flag.flag-lv{background-position:-32px -88px}.flag.flag-do{background-position:-96px -33px}.flag.flag-lu{background-position:-16px -88px}.flag.flag-no{background-position:-256px -99px}.flag.flag-kw{background-position:-112px -77px}.flag.flag-mx{background-position:-96px -99px}.flag.flag-yt{background-position:-240px -154px}.flag.flag-ly{background-position:-48px -88px}.flag.flag-cy{background-position:0 -33px}.flag.flag-ph{background-position:-144px -110px}.flag.flag-my{background-position:-112px -99px}.flag.flag-sm{background-position:-48px -132px}.flag.flag-et{background-position:-240px -33px}.flag.flag-ru{background-position:-96px -121px}.flag.flag-tj{background-position:-48px -143px}.flag.flag-ai{background-position:-64px 0}.flag.flag-pl{background-position:-176px -110px}.flag.flag-kp{background-position:-64px -77px}.flag.flag-uy{background-position:-16px -154px}.flag.flag-gb{background-position:-112px -44px}.flag.flag-gs{background-position:-64px -55px}.flag.flag-kurdistan{background-position:-96px -77px}.flag.flag-rw{background-position:-112px -121px}.flag.flag-ec{background-position:-128px -33px}.flag.flag-mm{background-position:-192px -88px}.flag.flag-pa{background-position:-80px -110px}.flag.flag-wales{background-position:-160px -154px}.flag.flag-kg{background-position:-256px -66px}.flag.flag-ve{background-position:-80px -154px}.flag.flag-tk{background-position:-64px -143px}.flag.flag-ca{background-position:-16px -22px}.flag.flag-is{background-position:-128px -66px}.flag.flag-ke{background-position:-240px -66px}.flag.flag-ro{background-position:-64px -121px}.flag.flag-gq{background-position:-32px -55px}.flag.flag-pt{background-position:-256px -110px}.flag.flag-tf{background-position:-256px -132px}.flag.flag-ad{background-position:0 0}.flag.flag-sk{background-position:-16px -132px}.flag.flag-pm{background-position:-192px -110px}.flag.flag-om{background-position:-64px -110px}.flag.flag-an{background-position:-112px 0}.flag.flag-ws{background-position:-192px -154px}.flag.flag-sh{background-position:-240px -121px}.flag.flag-mp{background-position:-240px -88px}.flag.flag-gt{background-position:-80px -55px}.flag.flag-cf{background-position:-64px -22px}.flag.flag-zanzibar{background-position:0 -165px}.flag.flag-mw{background-position:-80px -99px}.flag.flag-catalonia{background-position:-32px -22px}.flag.flag-ug{background-position:-240px -143px}.flag.flag-je{background-position:-176px -66px}.flag.flag-km{background-position:-32px -77px}.flag.flag-in{background-position:-64px -66px}.flag.flag-bf{background-position:-48px -11px}.flag.flag-mc{background-position:-80px -88px}.flag.flag-sy{background-position:-192px -132px}.flag.flag-sn{background-position:-64px -132px}.flag.flag-kr{background-position:-80px -77px}.flag.flag-eu{background-position:-256px -33px}.flag.flag-bn{background-position:-144px -11px}.flag.flag-st{background-position:-144px -132px}.flag.flag-england{background-position:-192px -33px}.flag.flag-lc{background-position:-192px -77px}.flag.flag-dm{background-position:-80px -33px}.flag.flag-be{background-position:-32px -11px}.flag.flag-ni{background-position:-224px -99px}.flag.flag-ua{background-position:-224px -143px}.flag.flag-mz{background-position:-128px -99px}.flag.flag-pf{background-position:-112px -110px}.flag.flag-tn{background-position:-112px -143px}.flag.flag-ee{background-position:-144px -33px}.flag.flag-xk{background-position:-208px -154px}.flag.flag-sx{background-position:-176px -132px}.flag.flag-sd{background-position:-192px -121px}.flag.flag-gd{background-position:-128px -44px}.flag.flag-ci{background-position:-112px -22px}.flag.flag-sz{background-position:-208px -132px}.flag.flag-cl{background-position:-144px -22px}.flag.flag-fi{background-position:0 -44px}.flag.flag-ga{background-position:-96px -44px}.flag.flag-jp{background-position:-224px -66px}.flag.flag-de{background-position:-32px -33px}.flag.flag-np{background-position:0 -110px}.flag.flag-re{background-position:-48px -121px}.flag.flag-bg{background-position:-64px -11px}.flag.flag-sc{background-position:-160px -121px}.flag.flag-ng{background-position:-208px -99px}.flag.flag-qa{background-position:-32px -121px}.flag.flag-mk{background-position:-160px -88px}.flag.flag-aw{background-position:-208px 0}.flag.flag-kn{background-position:-48px -77px}.flag.flag-al{background-position:-80px 0}.flag.flag-bw{background-position:-240px -11px}.flag.flag-um{background-position:-256px -143px}.flag.flag-ky{background-position:-128px -77px}.flag.flag-tt{background-position:-160px -143px}.flag.flag-so{background-position:-80px -132px}.flag.flag-lt{background-position:0 -88px}.flag.flag-by{background-position:-256px -11px}.flag.flag-bb{background-position:0 -11px}.flag.flag-us{background-position:0 -154px}.flag.flag-md{background-position:-96px -88px}.flag.flag-ag{background-position:-48px 0}.flag.flag-hm{background-position:-160px -55px}.flag.flag-as{background-position:-160px 0}.flag.flag-eg{background-position:-160px -33px}.flag.flag-sv{background-position:-160px -132px}.flag.flag-sl{background-position:-32px -132px}.flag.flag-fk{background-position:-32px -44px}.flag.flag-am{background-position:-96px 0}.flag.flag-ck{background-position:-128px -22px}.flag.flag-tw{background-position:-192px -143px}.flag.flag-kh{background-position:0 -77px}.flag.flag-to{background-position:-128px -143px}.flag.flag-se{background-position:-208px -121px}.flag.flag-cd{background-position:-48px -22px}.flag.flag-pn{background-position:-208px -110px}.flag.flag-gr{background-position:-48px -55px}.flag.flag-id{background-position:-256px -55px}.flag.flag-vc{background-position:-64px -154px}.flag.flag-somaliland{background-position:-96px -132px}.flag.flag-bi{background-position:-96px -11px}.flag.flag-pk{background-position:-160px -110px}.flag.flag-pr{background-position:-224px -110px}.flag.flag-bd{background-position:-16px -11px}.flag.flag-co{background-position:-192px -22px}.flag.flag-fm{background-position:-48px -44px}.flag.flag-bm{background-position:-128px -11px}.flag.flag-ar{background-position:-144px 0}.flag.flag-bv{background-position:-224px -11px}.flag.flag-sb{background-position:-144px -121px}.flag.flag-mq{background-position:-256px -88px}.flag.flag-eh{background-position:-176px -33px}.flag.flag-bh{background-position:-80px -11px}.flag.flag-it{background-position:-144px -66px}.flag.flag-hr{background-position:-192px -55px}.flag.flag-sa{background-position:-128px -121px}.flag.flag-mv{background-position:-64px -99px}.flag.flag-mg{background-position:-128px -88px}.flag.flag-dz{background-position:-112px -33px}.flag.flag-gg{background-position:-192px -44px}.flag.flag-gm{background-position:-256px -44px}.flag.flag-af{background-position:-32px 0}.flag.flag-li{background-position:-208px -77px}.flag.flag-sr{background-position:-112px -132px}.flag.flag-vg{background-position:-96px -154px}.flag.flag-cr{background-position:-208px -22px}.flag.flag-tc{background-position:-224px -132px}.flag.flag-ao{background-position:-128px 0}.flag.flag-ma{background-position:-64px -88px}.flag.flag-mr{background-position:0 -99px}.flag.flag-gn{background-position:0 -55px}.flag.flag-ne{background-position:-176px -99px}.flag.flag-nf{background-position:-192px -99px}.flag.flag-wf{background-position:-176px -154px}.flag.flag-hk{background-position:-144px -55px}.flag.flag-gf{background-position:-160px -44px}.flag.flag-ps{background-position:-240px -110px}.flag.flag-ic{background-position:-240px -55px}.flag.flag-cw{background-position:-256px -22px}.flag.flag-ml{background-position:-176px -88px}.flag.flag-ax{background-position:-224px 0}.flag.flag-gl{background-position:-240px -44px}.flag.flag-dj{background-position:-48px -33px}.flag.flag-cn{background-position:-176px -22px}.flag.flag-ht{background-position:-208px -55px}.flag.flag-lr{background-position:-240px -77px}.flag.flag-tg{background-position:0 -143px}.flag.flag-ba{background-position:-256px 0}.flag.flag-ge{background-position:-144px -44px}.flag.flag-bz{background-position:0 -22px}.flag.flag-au{background-position:-192px 0}.flag.flag-iq{background-position:-96px -66px}.flag.flag-cm{background-position:-160px -22px}.flag.flag-gw{background-position:-112px -55px}.flag.flag-az{background-position:-240px 0}.flag.flag-na{background-position:-144px -99px}.flag.flag-fj{background-position:-16px -44px}.flag.flag-zw{background-position:-32px -165px}.flag.flag-bs{background-position:-192px -11px}.flag.flag-il{background-position:-16px -66px}.flag.flag-nz{background-position:-48px -110px}.flag.flag-me{background-position:-112px -88px}.flag.flag-si{background-position:-256px -121px}.flag.flag-nc{background-position:-160px -99px}.flag.flag-lb{background-position:-176px -77px}

img[data-lazy-src] {
    opacity: 0;
}
img.lazyloaded {
    -webkit-transition: opacity .5s linear 0.2s;
        -moz-transition: opacity .5s linear 0.2s;
                    transition: opacity .5s linear 0.2s;
    opacity: 1;
}


/* A/B test Corso Introduttivo  */

.postid-4542 #title_breadcrumbs_bar {
    padding: 400px 0 350px;
}

.postid-4542 #title_breadcrumbs_bar .img1 {
    position: absolute;
    left: -40px;
    top: -80px;
}

.postid-4542 #title_breadcrumbs_bar .img2 {
    position: absolute;
    left: 110px;
    top: -200px;
    width: 140px;
}

.postid-4781 #title_breadcrumbs_bar{
    display: none;
}

.postid-4542 #title_breadcrumbs_bar .img3 {
    position: absolute;
    right: 0px;
    top: 150px;
}

.postid-4542 #title_breadcrumbs_bar .img4 {
    position: absolute;
    right: 130px;
    top: 320px;
    width: 140px;
}

.postid-4542 .pattern_overlayed:before {
    background: rgba(254, 236, 33, 0.8) !important;
}

.postid-4542 .btn-large {
    padding: 5px 35px;
    display:initial !important;
    font-size:30px;
    border-radius:10px;
}

.postid-4542 #title_breadcrumbs_bar {
    text-align:center !important;
}

.postid-4542 #title_breadcrumbs_bar h2 {
    font-size: 50px;
    margin-bottom: 25px;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    font-weight: 900;
}

.postid-4542 #title_breadcrumbs_bar h1 {
    font-size: 65px;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 700;
}


.postid-4542 #title_breadcrumbs_bar p {
    font-size: 51px;
    color: #000000;
    margin-bottom: 80px;
}

.postid-4542 .skew_top {
    display:none !important;
}

.postid-4542 .first-section .tcvpb_container {
    margin-top:-100px;
    padding-top:100px;
    background-color: #fff;
    box-shadow: 0 0px 20px #33333359;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.postid-4542 .first-section .tcvpb_container .center {
    text-align:center;
}

.postid-4542 .first-section .tcvpb_container .text {
    font-size: 20px;
    margin-top: -20px;
}

.postid-4542 .first-section .tcvpb_container h2 {
    font-weight: 600;
    font-size: 27px;
    text-transform: initial;
    margin-top: 15px;
}

.postid-4542 .second-section {
    z-index: 10;
    overflow: hidden;
}

.postid-4542 .second-section .tcvpb_container {
    box-shadow: 0 9px 20px #33333359;
    padding-top: 50px;
    padding-bottom: 90px;
    background-color: #fff;
}


.postid-4542 .second-section .tcvpb_container h2 {
    font-weight: 600;
    font-size: 27px;
    text-transform: initial;
    margin-top: 15px;
}

.postid-4542 .second-section .tcvpb_container .text {
    font-size: 20px;
    margin-top: -20px;
}

.postid-4542 .third-section {
    overflow: initial;
}

.postid-4542 .third-section .text-margin {
    margin-bottom: 40px;
}

.postid-4542 .third-section .tcvpb_container {
    position: relative;
}

.postid-4542 .third-section h3 {
    text-transform: initial;
    font-size: 14pt;
}

.postid-4542 .third-section .training {
    margin-top:-100px;
    box-shadow: 0 0px 20px #33333359;
}

.postid-4542 .third-section .img1 {
    position: absolute;
    width: 140px;
    top: -180px;
    left: -70px;
    z-index:10;
}

.postid-4542 .third-section .img2 {
    position: absolute;
    top: -40px;
    left: -170px;
}

.postid-4542 .third-section .img3 {
    position: absolute;
    top: 80px;
    right: -80px;
}

.postid-4542 .third-section .img4 {
    position: absolute;
    width: 140px;
    top: 270px;
    right: 40px;
}

.postid-4542 .fourth-section .tcvpb_container {
    box-shadow: 0 0px 20px #33333359;
    padding: 60px 0px;
}

.postid-4542 .fifth-section .tcvpb_container{
    box-shadow: 0 0px 20px #33333359;
    padding: 60px 0px;
    background-color: #ffef39;
    padding: 80px 240px 0px;
}


.postid-4542 .fifth-section .tcvpb_container h2 {
    font-size: 30px;
}

.postid-4542 .fifth-section .tcvpb_container .tcvpb_shortcode_ul li {
    padding-left: 50px;
    margin-bottom: 16px;
}

.postid-4542 .fifth-section .tcvpb_container .tcvpb_shortcode_ul li i {
    top: 2px;
    font-size: 20px;
}

.postid-4542 .fifth-section .tcvpb_container .divider {
    border-bottom: 1px solid #000000;
}

.postid-4542 .sixth-section .tcvpb_container {
    padding: 50px 0px 80px;
    margin-bottom:40px;
    box-shadow: 0 0px 20px #33333359;
    background-color: #ffef39;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}

.postid-4542 .skew-top .skew_top{
    display: block !important;
}

.postid-4542 .gform_footer .btn{
    padding: 5px 35px;
    display: initial !important;
    font-size: 30px;
    border-radius: 10px;
}

@media only screen and (max-width: 970px) {
    .postid-4542 #title_breadcrumbs_bar h2 {
        font-size:41px !important;
        line-height: initial !important;;
        position: relative !important;;
    }

    .postid-4542 #title_breadcrumbs_bar h1 {
        font-size:40px !important;
        line-height: initial !important;;
        position: relative !important;;
    }

    .postid-4542 #title_breadcrumbs_bar p {
        line-height: initial !important;;
        position: relative !important;;
    }

    .postid-4542 .second-section .tcvpb_container {
        padding-top:10px !important;
    }

    .postid-4542 .third-section .tcvpb_container {
        text-align: center !important;

    }

    .postid-4542 .third-section .tcvpb_container h3{
        position: relative;
        z-index: 20;
    }

    .postid-4542 .third-section .tcvpb_container p{
        position: relative;
        z-index: 20;
    }

    .postid-4542 .third-section .tcvpb_container a{
        position: relative;
        z-index: 20;
    }

    .postid-4542 .third-section .tcvpb_container .img3 {
        display: none;
    }

    .postid-4542 .third-section .tcvpb_container .tcvpb_column_tc_span7 {
        padding-top: 60px;
    }

    .postid-4542 .fourth-section .tcvpb_container {
        padding: 60px 50px;
    }

    .postid-4542 .fifth-section .tcvpb_container {
        padding: 80px 50px 0px;
    }

    .postid-4542 #title_breadcrumbs_bar p {
        font-size: 41px;
        color: #000000;
        margin-bottom: 80px;
    }
}

#menu-item-4542 {
    display:none;
}

#nav-menu-item-4542 {
    display: none;
}

/* No breadcrumb Bar */

#no_breadcrumbs_bar {
    text-align: center;
    padding-bottom: 350px;
    padding-top: 390px;
}

#no_breadcrumbs_bar::before {
  background: none;
}

#no_breadcrumbs_bar h2 {
  margin-bottom: 10px;
  color:#fff;
}

#no_breadcrumbs_bar h1 {
  color:#fff;
}

#no_breadcrumbs_bar #scrolldown{
     position: relative;
     margin-top: 60px;
}

#no_breadcrumbs_bar .text {
    max-width: 500px;
    margin-left: auto;
    font-size: 17px;
    margin-right: auto;
    text-transform: uppercase;
}

.scroll-down #scrolldown{
    bottom: -40px;
}



/* Free content page Italie  */

.container-free-content .tcvpb_container{
    background-image: url(https://www.theleansixsigmacompany.it/wp-content/uploads/sites/23/Yellow-Belt-e1457429204347-2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 120px;
    position: relative;
    border-radius:10px;
}

.container-free-content .tcvpb_container:after {
    background: rgba(254, 236, 33, 0.8) !important;
  }


  .container-free-content .tcvpb_container .right-column {
      text-align: center;
  }

  .container-free-content .tcvpb_container .training {
    box-shadow: 0 0px 20px #33333359;
  }

  .container-free-content .tcvpb_container .right-column .button {
    background-color: #398ece;
    border-radius: 10px;
    padding: 15px 15px;
    border: none;
    font-size: 25px;
    color: #ffffff !important;
    margin-right: 0px;
  }

  .container-free-content .tcvpb_container .free-content-image {
      position: absolute;
      right:0px;
      bottom:0px;
  }

  .container-free-content .tcvpb_container .image-1{
    position: absolute;
    width: 140px;
    left: -40px;
    bottom: 100px;
  }

  .container-free-content .tcvpb_container .image-2 {
    position: absolute;
    width: 110px;
    left: 75px;
    bottom: -25px;
    z-index: 100;
  }

  .container-free-content .tcvpb_container .image-3 {
    position: absolute;
    width: 110px;
    right: 75px;
    top: -50px;
    z-index: 100;
  }

  .container-free-content .tcvpb_container .image-4 {
    position: absolute;
    width: 140px;
    right: -50px;
    top: 55px;
    z-index: 100;
  }

  @media only screen and (max-width: 970px) {
    .container-free-content .left-column {
        padding-left:10px !important;
        padding-right:10px !important;
    }

    .container-free-content .right-column {
        padding-left:10px !important;
        padding-right:10px !important;
    }
  }

  @media only screen and (max-width: 767px) {
    .action-image-1 {
        margin-bottom: 30px;
    }

    .action-image-3 {
        margin-bottom: 30px;
    }

  }

  /* business page Italie  */

  .container-business .tcvpb_container{
    box-shadow: 0 9px 20px #33333359;
    background-color:#fff;
    position: relative;
    border-radius:10px;
}

.box-shadow-it {
    box-shadow: 0 9px 20px #33333359;
    border-radius: 10px;
}

@media only screen and (max-width: 767px) {
    .box-shadow-it {
        width: 370px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: unset !important;
        margin-bottom:25px;
    }
}

@media only screen and (max-width: 1200px) {
    .business-content {
        padding-left: 10% !important;
        padding-right:10% !important;
    }
}

.business-button1 {
    border-radius: 10px;
    background-image: url(https://www.theleansixsigmacompany.it/wp-content/uploads/sites/23/Implementazione.png);
    height: 420px;
    width: 370px;
    cursor: pointer;
    border: none;
    margin-bottom:0px !important;
}

.business-button1:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(80%);
}

.business-button2 {
    border-radius: 10px;
    background-image: url(https://www.theleansixsigmacompany.it/wp-content/uploads/sites/23/Consulenza.png);
    height: 420px;
    width: 370px;
    cursor: pointer;
    border: none;
    margin-bottom:0px !important;
}

.business-button2:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(80%);
}

.business-button3 {
    border-radius: 10px;
    background-image: url(https://www.theleansixsigmacompany.it/wp-content/uploads/sites/23/Strategia.png);
    height: 420px;
    width: 370px;
    cursor: pointer;
    border: none;
    margin-bottom:0px !important;;
}

.business-button3:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(80%);
}

/* business page Netherlands  */

@media only screen and (max-width: 1200px) {
    .business-padding-mobile .tcvpb_container{
        padding-left: 10% !important;
        padding-right:10% !important;
    }

    .business-padding-mobile .tcvpb_container .btn {
        margin-right: 0px !important;
    }
}

.top-section-business .btn{
    margin-left:25px;
}

.col-shadow {
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    position:relative;
    z-index: 1000;
}

.box-shadow .tcvpb_container {
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    background-color: #ffffff;
    margin-top: -20px;
    padding-top: 20px;
    z-index: 100;
}

.box-shadow-grey .tcvpb_container {
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    background-color: #f7f7f7;
    margin-top: -20px;
    padding-top: 20px;
    overflow: hidden;
    z-index: 100;
}

.radius-top .tcvpb_container{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 0px;
    z-index: 100;
    position: relative;
}

.radius-bottom .tcvpb_container{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.bottom-banner-box .tcvpb_container{
    background-image: url(https://www.theleansixsigmacompany.nl/wp-content/uploads/sites/5/2019/09/blauw-banner-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.z-index-100 {
    z-index: 100;
}

/*--------- Element: services carousel --------*/

.services-carousel .inner-container {
    box-shadow: 0 4px 5px #33333359;
    background-color:#fff;
    display:inline-block;
}

.services-carousel .inner-container ul {
    position: relative;
    height: 180px;
}

.services-carousel .inner-container li {
    position: relative;
    overflow: visible;
}

.services-carousel .inner-container li i {
    position: absolute;
    left: -35px;
    top: 4px;
}

.services-carousel .inner-container .text-container {
    padding: 30px;
}
@media only screen and (max-width: 767px) {
    .tcvpb-services-carousel .slick-track{
        width: auto !important;
    }

    .services-carousel {
        float:none !important;
        height: auto !important;
        width: auto !important;
        padding:0px !important;
    }

    .services-carousel .inner-container ul {
        height: auto !important;
    }
}

/*--------- Element: referentials carousel --------*/

 .referentials .slick-track {
    height: 370px;
 }

.referentials-carousel {
    width: 700px;
    padding:30px 10px !important;
    height: 100%;
}

@media only screen and (max-width: 780px) {

    .business-hide-mobile {
        display:none !important;
    }

    .referentials .slick-track {
        height: 550px;
     }
}

.referentials-carousel .inner-container {
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    background-color:#fff;
    display:inline-block;
    text-align: center;
    height: 100%;
    padding: 30px;
}

.referentials-carousel.slick-current .inner-container {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 50px;
}

.referentials-carousel .inner-container img {
    display: inline;
}

.referentials-carousel.slick-slide {
    opacity: 0.5;
    transition: opacity 0.3s;
}

.referentials-carousel.slick-current {
    padding:10px 10px !important;
    opacity: 1;
    transition: opacity 0.3s;
}

/* Aan de slag met Netherlands  */

.border-radius-top-grey .tcvpb_container{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 0px;
    z-index: 100;
    position: relative;
    background-color: #eee;
    overflow: hidden;
}

.border-left-column {
    border-left:1px solid #eee;
}


/* groepstrainingen Netherlands  */
@media only screen and (max-width: 767px) {
    .group-card-section .tcvpb_container {
        display: flex;
        flex-direction: column;
    }

    .group-card-section .tcvpb_container .order:nth-child(3) {
        order: -2;
        margin-top: -180px !important;
    }

    .group-card-section .tcvpb_container .mobile-margin-card h2{
        font-size:25px !important;
    }
}


/*--------- Element: Services mini --------*/

.services_mini {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12);
    background-color:#f7f7f7;
    margin-bottom: 20px;
}

.services_mini:nth-child(3n+4) {
    margin-left: 0;
}

.alert.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 15px 0;
    position: relative;
    width: 100%;
    z-index: 9999999999999;
}

/*--------- Sparta Page Netherlands --------*/

.block-top-sparta {
    position: relative;
}

.block-top-sparta img{
    position: absolute;
    top: -90px;
    left: 160px;
}

.block-bottom-sparta {
    position: relative;
}

.block-bottom-sparta img{
    position: absolute;
    top: -400px;
    left: 160px;
}

.radius-image img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

@media only screen and (max-width: 780px) {
    .no-padding-mobile {
        padding-top: 0px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .block-top-sparta {
        display:none !important;
    }

    .block-bottom-sparta {
        display:none !important;
    }

    .image-tlss-sparta {
        display:none !important;
    }
}

.sparta-container .tcvpb_container {
    background-color:#e60591;
}

/*.has_location input.clsSelectLocation {
    visibility: hidden;
    position: absolute;
}*/

.mb-0-sparta p{
    margin-bottom:0px;
}

/*--------- Branches Single Page Netherlands --------*/

.branche-banner::after {
    content:"";
    top:0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(23,151,232);
    background: -moz-linear-gradient(90deg, rgba(23,151,232,1) 0%, rgba(189,226,242,0) 81%);
    background: -webkit-linear-gradient(90deg, rgba(23,151,232,1) 0%, rgba(189,226,242,0) 81%);
    background: linear-gradient(90deg, rgba(23,151,232,1) 0%, rgba(189,226,242,0) 81%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1797e8",endColorstr="#bde2f2",GradientType=1);
}

.branche-banner h1 {
    z-index:1000;
    margin: 0;
    position: absolute;
    left: 180px;
    top: calc(50% - 30px);
}

.btn-branche {
    width: 100%;
    padding: 15px 15px;
}

.branche-support {
    margin-top:20px;
}

.branche-icon {
    z-index: 1000;
    position: relative;
    font-size:150px;
}

.sticky-position {
    position: sticky;
    top: 100px;
}

@media only screen and (max-width: 1200px) {
    .sticky-position {
        position: unset !important;
    }
}

/*-------- Element: Referentials Carousel --------*/

.big-referentials-carousel {
    margin-bottom:20px;
}

.big-referentials-carousel .inner-container{
    font-size: 15px;
    background-color:#ffffff;
    padding-top:50px;
    padding-bottom:50px;
}

.big-referentials-carousel .inner-container p{
    margin-bottom:0px;
}

.big-referentials-carousel .inner-container .text-container{
    max-width:800px;
}

@media only screen and (max-width: 1200px) {
    .big-referentials-carousel .inner-container .text-container{
       padding:20px;
    }

    .big-referentials-carousel img{
      float:none !important;
      margin-left:auto;
      margin-right:auto;
    }

}

.big-referentials-carousel img{
    padding-left:50px;
    padding-right:50px;
    max-height:63px;
}

/*For Professional Pge Css*/
.for-professional-why .tcvpb_container {
    padding: 50px 60px;
}
.for-professional-why .tcvpb_container .tcvpb_shortcode_ul li i {
    background: #e60590;
}
.for-professional-why ul.tcvpb_shortcode_ul li {
    margin-bottom: 20px;
}
.for-professional-why .tcvpb_container h3{
    margin-bottom: 38px;
}

.tcvpb_info_box.info-box-button {
    border-radius: 5px;
}
.tcvpb_info_box.info-box-button a.btn {
    font-weight: 700;
}
.limited_text {
    margin-bottom: 35px;
}
.limited_text .content-box {
    overflow: hidden;
    margin-bottom: 15px;
    transition: max-height 0.5s linear;
}
.limited_text .content-box.limited{
    max-height: 5em;
}

.professional-sidebar h3.gform_title {
    color: #fff;
    font-weight: bold;
    text-transform: none;
}

.professional-sidebar span.gform_description {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.professional-sidebar .gform_wrapper .hidden_label label {
    display: none;
}
.professional-sidebar .gform_wrapper {
    padding: 30px;
    background: skyblue;
    border-radius: 5px;
    margin-bottom: 25px;
}
.professional-sidebar .gform_fields {
    margin-top: 25px;
}
.professional-sidebar  .gform_button {
    font-weight: bold;
}
.professional-sidebar .gfield input {
    box-shadow: none;
}

.gform_footer .btn-magenta{
    text-transform:none !important;
}



/*UPCOMING COURSE ELEMENT*/
ul.upcoming-courses-list {
    margin-left: 0;
}
.upcoming-courses {
    background: #fff;
    border: 1px solid #CCC;
    padding: 20px 30px;
    padding-bottom: 0;
    border-radius: 5px;
    margin-bottom: 25px;
}
li.upcoming-course span {
    background: #e61090;
    color: #fff;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 12px;
    margin-right : 15px;
}
li.upcoming-course {
    list-style: none;
    border-top: 1px solid #eee;
    padding: 15px 0;
}

section#professional-video-section:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
    background: #000;
    z-index: -1;
}
.video-box.match-height {
    text-align: center;
}
.video-box a i {
    font-size: 100px;
}
section#professional-video-section .tcvpb_divider {
    clear: both;
    margin: 30px 0 30px;
    border-bottom: 1px dotted #ccc;
    position: relative;
    height: 3px;
    background: #fff;
    width: 37%;
}
section#professional-video-section h3 {
    padding-right: 75%;
}
section#professional-video-section h6{
    text-transform: none;
    padding-right: 60%;
    font-size: 16px;
    letter-spacing: 0.3px;
}



.tcvpb-carousel.professional-slider .inner-content h3 {
    margin-bottom: 35px;
    font-weight: 600;
}
.tcvpb-carousel.professional-slider .slick-dots {
    margin: 24px auto 0 0;
    position: absolute;
    left: 0;
    bottom: 5%;
}
.professional-header a.btn {
    color: #e61090;
}
section.tcvpb_section_tc.professional-header a.btn.bg-white.btn-large {
    color: #e61090 !important;
    font-weight: 700;
    text-shadow: none;
}

@media only screen and (max-width: 1200px) {

.tcvpb-carousel.style-1.professional-slider img {
    max-width: 100%;
    padding: 0;
}
.tcvpb-carousel.professional-slider .inner-content {
    width: 100%;
    margin: 30px 0;
    padding: 0px 30px 10px 0;
    text-align: left;
    border: 0;
}

.tcvpb-carousel.professional-slider {
    margin-top: 50px;
}
.tcvpb-carousel.professional-slider .slick-dots {
    margin: 24px auto 0 0;
}
section#professional-video-section h3 {
    padding-right: 0;
}
.tcvpb_divider {
    width: 100%;
}
section#professional-video-section h6 {
    padding-right: 0%;
}

}
h6.h6-border-bottom{
    position: relative;
}

h6.h6-border-bottom:before {
    position: absolute;
    content: "";
    background: #fff;
    height: 1px;
    width: 203px;
    bottom: -5px;
}

/*Corona Pop-Up*/

.wpmci-popup-cnt-inr-wrp {
    padding:0px !important;
}


.wpmci-popup-cnt-inr-wrp .buttons-pop-up {
    display: inline-flex;
    margin-bottom: 35px !important;
}

@media only screen and (max-width: 600px) {
    .wpmci-popup-cnt-inr-wrp .buttons-pop-up {
        display: block;
    }
}

/*Sticky Mobile CTA Style: 29-06-2020*/
#mobile-sticky {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99999;
    background: #fff;
    padding: 28px 10px 20px 10px;
    border-top: 1px solid #eee;
    display: none;
    text-align: center;
    left: 0;
}

div#mobile-sticky.home-page {
    display: none;
}
#mobile-sticky p.p_tc {
    font-size: 14px;
    margin-bottom: 15px;
}

#mobile-sticky a.btn {
    font-size: 12px;
}
div#mobile-sticky i {
    position: absolute;
    top: 5px;
    right: 25px;
    font-size: 15px;
}
@media only screen and (max-width: 600px) {
    #mobile-sticky {
        display: block;
    }
    #mobile-sticky.show{
        display: block;
    }
}

/*Sticky mobile new */

#mobile-sticky-new {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99999;
    background: #555;
    padding: 28px 10px 20px 10px;
    border-top: 1px solid #eee;
    display: none;
    text-align: center;
    left: 0;
}

div#mobile-sticky-new .home-page {
    display: none;
}
#mobile-sticky-new p.p_tc {
    font-size: 14px;
    margin-bottom: 15px;
    color: white;
}

#mobile-sticky-new a.btn {
    font-size: 12px;
    margin-right: 0px !important; 
}

@media only screen and (max-width: 600px) {
    #mobile-sticky-new {
        display: block;
    }
    #mobile-sticky-new.show{
        display: block;
    }
}

/* A/B/C/D Test Leave number Post HBO Black Belt Course: 21-03-2021*/


@media only screen and (min-width: 1140px) {
    #gform_wrapper_47 form {
        display: flex;
    }

    #gform_wrapper_47 .gform_body {
        width: 70%;
    }

    #gform_wrapper_47 .gform_footer {
        width: 20%;
    }

    .course-phone-number {
        display: inline-block;
    }
}

/* PayPal adjustments */

.paypal-button-number-1 {
    display: none !important;
}

.paypal-button-number-2 {
    display: none !important;
}

/* Stripe CreditCard field adjustments */

.hide-card-info {
    display: none !important;
}


.display-card-info {
    display: block !important;
    width: -webkit-fill-available !important;
}

.payment-method .validation_message {
    display: none;
}
