@import url(http://fonts.googleapis.com/css?family=Roboto:regular,italic,700,400,600,300,&amp;subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,khmer,latin,latin-ext,vietnamese,hebrew,arabic,bengali,gujarati,tamil,telugu,thai);
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

/*!
 * Theme Name: VentCamp
 * Theme URI: http://ventcampwp.com
 * Description: ultimate event theme
 * Tags: white, light, dark, two-columns, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, flexible-header, theme-options, translation-ready
 * Text Domain: ventcamp
 * Author: Vivaco
 * Author URI: http://vivaco.com/
 * Version: 2.4.3
 * .
 * WordPress theme for events with extensive integrations, powerful options and extensive features and integrations
 *
 * DO NOT EDIT THIS FILE DIRECTLY, IT IS GENERATED DYNAMICALLY AND ALL YOUR CHANMGES WILL BE OVERWRITTEN!
 * please use theme's WP -> Customize -> Custom CSS or child themes to edit styles in a proper way
 *
*/


/* ================================================
// ************************************************
//
// Ventcamp Custom Styles
//
// ************************************************
================================================ */


/* @font-size-h4:                          @typography_heading_font_size * 0.57777; // 40.39 */

.clearfix,
.container,
.container-fluid,
.row {
    zoom: 1;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: "";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}


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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
q:before,
blockquote:after,
q:after {
    content: '';
    content: none;
}

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

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

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

.row {
    margin-left: -15px;
    margin-right: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}


/* ----------------------------------------------------------------------------
    Typography
---------------------------------------------------------------------------- */

* {
    -webkit-font-smoothing: antialiased !important;
}

body {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.93333;
    letter-spacing: 0;
    color: #333333;
}

mark,
.highlight {
    color: #29243d;
}

mark {
    background-color: transparent;
}

.thin {
    font-weight: 300;
}

.thin p,
.thin span,
.thin i,
.thin h1,
.thin h2,
.thin h3,
.thin h4,
.thin h5,
.thin h6,
.thin .h7 {
    font-weight: 300;
}

.normal {
    font-weight: 400;
}

.normal p,
.normal span,
.normal i,
.normal h1,
.normal h2,
.normal h3,
.normal h4,
.normal h5,
.normal h6,
.normal .h7 {
    font-weight: 400;
}

.bold {
    font-weight: 700;
}

.bold p,
.bold span,
.bold i,
.bold h1,
.bold h2,
.bold h3,
.bold h4,
.bold h5,
.bold h6,
.bold .h7 {
    font-weight: 700;
}

.base-font {
    font-family: Roboto;
}

.heading-font {
    font-family: "Roboto";
}

.uppercase {
    text-transform: uppercase;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 59.8885px;
}

h3 {
    font-size: 50.5554px;
}

h4 {
    font-size: 35px;
}

h5 {
    font-size: 20.9993px;
}

h6 {
    font-size: 16.3331px;
}

.h7 {
    font-size: 15px;
}

.extra-heading {
    margin: 0 0 8px;
    font-size: 132px;
    text-transform: uppercase;
    letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h7 {
    font-family: "Roboto";
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.05em;
    color: #333333;
    word-wrap: break-word;
}

.heading-alt {
    text-transform: uppercase;
    line-height: 1.7;
    letter-spacing: 0.4em;
    color: #262627;
    font-weight: 700;
}

.heading-alt-2 {
    font-size: 15px;
    line-height: 1.5;
    color: #474749;
    letter-spacing: 0.22em;
}

h1,
h2 {
    margin: 20px 0 20px;
}

h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
}

p,
article {
    margin: 0 0 10px;
}

p.small,
article.small {
    font-size: 13px;
    font-weight: 700;
    line-height: 25px;
    color: #babfcc;
}

article {
    margin: 0 0 0px;
}

strong {
    font-weight: 700;
}

small {
    display: inline-block;
    font-size: 13px;
}

.text-alt {
    color: #8d93a0;
}

a {
    color: #29243d;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

a:hover,
a:active,
a:focus {
    outline: none;
    color: #29243d;
}

.link-btn {
    display: inline-block;
    font-family: "Roboto";
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.22em;
}

span {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}

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

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

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

.light-text {
    color: #ffffff;
}

.light-text h1,
.light-text h2,
.light-text h3,
.light-text h4,
.light-text h5,
.light-text h6,
.light-text .h7 {
    color: inherit;
}

.light-text h1.heading-alt,
.light-text h2.heading-alt,
.light-text h3.heading-alt,
.light-text h4.heading-alt,
.light-text h5.heading-alt,
.light-text h6.heading-alt,
.light-text .h7.heading-alt {
    color: inherit;
}

.dark-text {
    color: #000000;
}

.dark-text.fa {
    color: #000000;
}

.dark-text .fa {
    color: inherit;
}


/* Media queries */

@media (max-width: 991px) {
    h1 {
        font-size: 4em;
    }
    h2 {
        font-size: 3.4222em;
    }
    h3 {
        font-size: 2.88888em;
    }
    h4 {
        font-size: 2em;
    }
    h5 {
        font-size: 2em;
    }
    h6 {
        font-size: 2em;
    }
    .extra-heading {
        font-size: 110px;
    }
    h5.heading-alt,
    h6.heading-alt {
        line-height: 1.4;
    }
}

@media (max-width: 767px) {
    body {
        line-height: 27px;
    }
    h1 {
        font-size: 4em;
    }
    h2 {
        font-size: 3.4222em;
    }
    h3 {
        font-size: 2.88888em;
    }
    h4 {
        font-size: 2em;
    }
    h5 {
        font-size: 2em;
    }
    h6 {
        font-size: 2em;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h7 {
        letter-spacing: 0;
    }
    h1.page-title {
        font-size: 1em;
    }
    .heading {
        font-size: 12px;
    }
    .extra-heading {
        font-size: 80px;
    }
    h5.heading-alt {
        letter-spacing: 0.2em;
    }
    .sub-title.alt {
        font-size: 13px;
    }
    .sub-title,
    .sub-title.big {
        font-size: 15px;
    }
    p,
    article {
        margin: 0 0 1.4em;
    }
    .post .entry-meta,
    .post .entry-title {
        margin: 0 0 0.7em;
    }
    .post .entry-title {
        font-weight: bold;
    }
    #comments .comments-title .number {
        font-weight: bold;
    }
    #comments .comments-title .description {
        display: none;
    }
    #respond .comment-reply-title {
        font-weight: bold;
    }
}


/* ----------------------------------------------------------------------------
    Common styles
---------------------------------------------------------------------------- */

body {
    overflow-x: hidden;
    min-height: 100px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
}

body>.container {
    padding-top: 65px;
}

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

.retina-show {
    display: none;
}

.footer>.container,
.main-container .container,
.menu-wrapper>.container {
    max-width: 1170px;
}

body {
    background-image: url("");
}

body {
    background-attachment: fixed;
}

.vc_row {
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
    overflow: hidden;
}

.vc_row .row-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.vc_row .vc_row {
    padding: 0;
}

.vc_row .vc_row.container {
    width: auto !important;
}

.inherit-color h1,
.inherit-color h2,
.inherit-color h3,
.inherit-color h4,
.inherit-color h5,
.inherit-color h6,
.inherit-color .h7 {
    color: inherit;
}

.base-clr-bd,
.preloader-mask .preloader,
.preloader-mask .preloader:before,
.preloader-mask .preloader:after,
.schedule .nav.nav-schedule>li:after,
.schedule .tab-content .nav.nav-schedule>li.active,
.schedule .schedule-item .lecture-icon-wrapper,
.schedule .schedule-item .lecture-icon-wrapper.default-icon,
.download-schedule-btn:hover,
.download-schedule-btn:focus,
.schedule.schedule-light .nav.nav-schedule,
.schedule.schedule-light .tab-content,
textarea.error,
input[type=text].error,
input[type=url].error,
input[type=tel].error,
input[type=number].error,
input[type=color].error,
input[type=email].error,
input[type=email].error,
input[type=password].error,
.pricetable .package-column.special-column,
.pricetable-alt .package-column,
.package-panel,
.counter-block.counter-block-border .counter-box,
.speakers .speaker .speaker-socials>li .fa {
    border-color: #29243d;
}

.base-clr-bg,
.overlay.overlay-clr:before,
.overlay.overlay-clr[class*="bg"]:before,
.schedule .nav.nav-schedule>li.active,
.download-schedule-btn:hover,
.download-schedule-btn:focus,
.schedule.schedule-light .nav.nav-schedule>li,
.schedule.schedule-light .schedule-item .lecture-icon-wrapper,
.panel-group .panel .panel-heading a,
.panel-group-alt .panel>a:not(.collapsed),
table>thead>tr>th,
.table>thead>tr>th,
table>thead>tr>td,
.table>thead>tr>td,
.pricetable .package-column.special-column .sale-label,
.pricetable-alt .package-column.special-column,
.package-panel .buy-btn,
.counter-block.counter-block-solid .counter-box,
.speakers .speaker .speaker-socials>li .fa,
.contacts-wrapper-color:before,
.call-to-action-section>.overlay:before,
.tickera th {
    background-color: #29243d;
}

.base-clr-txt,
.schedule .tab-content .nav.nav-schedule>li.active>a:not(:hover):not(:active),
.schedule .tab-content .nav.nav-schedule>li.active>a:hover,
.schedule .tab-content .nav.nav-schedule>li.active>a:focus,
.schedule .schedule-item .schedule-item-toggle.collapsed .title .icon,
.schedule .schedule-item .schedule-item-body .speaker-name,
.schedule.schedule-light .nav.nav-schedule>li.active a,
.schedule.schedule-light .nav.nav-schedule>li.active a:hover,
.schedule.schedule-light .nav.nav-schedule>li.active a:focus,
.schedule.schedule-light .nav.nav-schedule>li.active a *,
.schedule.schedule-light .nav.nav-schedule>li.active a:hover *,
.schedule.schedule-light .nav.nav-schedule>li.active a:focus *,
.schedule.schedule-light .schedule-item .schedule-item-body .speaker-name,
.panel-group-alt .panel>a .fa,
input.btn.btn-outline,
.testimonial .author-block .name,
.pricetable .package-column.special-column .package-price,
.pricetable-alt .package-column:not(.special-column):hover .package-detail,
.pricetable-alt .package-column .package-price,
.counter-box .counter-content>.count,
.speakers .speaker .name,
.balloon .name,
inputa.add_to_cart.btn-outline {
    color: #29243d;
}

::selection {
    color: #ffffff;
    background-color: rgba(208, 37, 45, 0.85);
}

::-moz-selection {
    color: #ffffff;
    background-color: rgba(208, 37, 45, 0.85);
}

.fa,
.vc-oi,
.typcn,
.entypo-icon,
.vc_li,
.icon {
    color: #29243d;
}

.bg-low-poly,
div.bg-low-poly,
footer.bg-low-poly,
section.bg-low-poly {
    background-image: url("../../img/background/low_poly_background.html");
    background-repeat: no-repeat;
    background-position: center top;
}

hr {
    display: inline-block;
    width: 100%;
    height: 1px;
    border: none;
    background-color: #e9e9e9;
}

hr.no-margin {
    margin: 0;
}

.visible {
    opacity: 1;
}

.section {
    position: relative;
    padding: 90px 0;
}

.fullwidth-section {
    zoom: 1;
    margin: 50px 0;
    padding: 0;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.18);
}

.fullwidth-section:before,
.fullwidth-section:after {
    content: "";
    display: table;
}

.fullwidth-section:after {
    clear: both;
}

.fullwidth-path {
    zoom: 1;
    position: relative;
}

.fullwidth-path:before,
.fullwidth-path:after {
    content: "";
    display: table;
}

.fullwidth-path:after {
    clear: both;
}

.fullwidth-column {
    padding: 100px 73px 85px;
}

.fullwidth-section-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
}

.fullwidth-section-bg.bg-right {
    right: 0;
    left: 50%;
}

.fullwidth-section-bg.bg-left {
    left: 0;
    right: 50%;
}

.icon,
.fa {
    line-height: 1;
}

.section-icon {
    display: block;
    margin-bottom: 20px;
    font-size: 50px;
}

.container {
    position: relative;
    max-width: 100%;
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1;
}

.overlay {
    position: relative;
    z-index: 1;
}

.overlay:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    background-color: #262627;
    opacity: 0.88;
    z-index: -1;
}

.overlay.overlay-clr:before,
.overlay.overlay-clr[class*="bg"]:before {
    opacity: 0.92;
}

.overlay>* {
    z-index: 1;
}

.vncp-map {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 300px;
}

.video-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
}

.video-bg video {
    min-width: 100%;
    min-height: 100%;
}

.heading-block {
    padding: 100px 0;
}

.img-column {
    padding-top: 20px;
    padding-bottom: 20px;
}

.list {
    padding: 5px 0;
}

.list>li {
    margin: 15px 0;
}

.list>li .icon:first-child,
.list>li .fa:first-child {
    margin-right: 25px;
    vertical-align: middle;
}

.list-inline {
    padding: 5px 0;
}

.list-inline>li {
    margin: 15px 0;
}

.list-inline>li .icon:first-child,
.list-inline>li .fa:first-child {
    margin-right: 25px;
    vertical-align: middle;
}

.masonry {
    width: 100%;
    font-size: 0;
    line-height: 0;
}

.masonry.masonry-2-columns .masonry-item {
    width: 50%;
}

.masonry.masonry-3-columns .masonry-item {
    width: 33.33333%;
}

.masonry.masonry-4-columns .masonry-item {
    width: 25%;
}

.masonry.masonry-5-columns .masonry-item {
    width: 20%;
}

.masonry.masonry-6-columns .masonry-item {
    width: 16.66666%;
}

.masonry.width940 .masonry-item {
    padding: 15px;
}

.masonry.width940.masonry-2-columns .masonry-item {
    width: 50%;
}

.masonry.width940.masonry-3-columns .masonry-item {
    width: 33.33333%;
}

.masonry.width940.masonry-4-columns .masonry-item,
.masonry.width940.masonry-5-columns .masonry-item,
.masonry.width940.masonry-6-columns .masonry-item {
    width: 25%;
}

.masonry.width720 .masonry-item {
    padding: 10px;
}

.masonry.width720.masonry-2-columns .masonry-item {
    width: 50%;
}

.masonry.width720.masonry-3-columns .masonry-item,
.masonry.width720.masonry-4-columns .masonry-item,
.masonry.width720.masonry-5-columns .masonry-item,
.masonry.width720.masonry-6-columns .masonry-item {
    width: 33.33333%;
}

.masonry.width620 .masonry-item {
    padding: 5px;
}

.masonry.width620.masonry-2-columns .masonry-item,
.masonry.width620.masonry-3-columns .masonry-item,
.masonry.width620.masonry-4-columns .masonry-item,
.masonry.width620.masonry-5-columns .masonry-item,
.masonry.width620.masonry-6-columns .masonry-item {
    width: 50%;
}

.masonry.width380 .masonry-item {
    padding: 5px;
}

.masonry.width380.masonry-2-columns .masonry-item,
.masonry.width380.masonry-3-columns .masonry-item,
.masonry.width380.masonry-4-columns .masonry-item,
.masonry.width380.masonry-5-columns .masonry-item,
.masonry.width380.masonry-6-columns .masonry-item {
    width: 100%;
}

.masonry .masonry-item {
    margin: 0;
    display: inline-block;
    width: 25%;
    padding: 15px;
    font-size: 15px;
    line-height: 1.5625;
}

.newsletter-form input.btn.btn-alt,
.newsletter-form input.btn.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn,
.newsletter-form inputa.add_to_cart.btn-alt,
.newsletter-form input.btn.event_tickets a.add_to_cart,
.newsletter-form input.btn.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart {
    min-width: 140px;
    padding: 13px 17px;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon {
    font-size: 3.57143em !important;
}

.vc_single_image-wrapper>img {
    max-width: 100% !important;
}


/* Tabs */

.vc_tta.vc_general .vc_tta-icon {
    line-height: 1.3;
}


/* Call To Action */

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left .vc_cta3-icons {
    left: 50px;
}

.vc_general.vc_cta3.vc_cta3-style-classic,
.vc_general.vc_cta3.vc_cta3-style-custom {
    border-color: transparent;
    background-color: transparent;
}


/* FAQ */

.vc_toggle_content {
    margin-top: 5px;
}

.vc_toggle_size_lg .vc_toggle_title h4,
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_content h4,
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_title h4 {
    font-size: 35px;
}

.vc_toggle_size_md .vc_toggle_title h4,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content h4,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title h4 {
    font-size: 30px;
}

.vc_toggle_size_sm .vc_toggle_title h4,
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_content h4,
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_title h4 {
    font-size: 20px;
}

.vc_toggle_default.vc_toggle_color_accent-color .vc_toggle_icon:before,
.vc_toggle_default.vc_toggle_color_accent-color .vc_toggle_icon:after {
    background-color: #29243d;
    border-color: #29243d;
}


/* Progress bar */

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-accent-color .vc_bar,
.vc_progress_bar.vc_progress-bar-color-accent-color .vc_bar,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-accent-color .vc_single_bar .vc_bar,
.vc_progress_bar.vc_progress-bar-color-accent-color .vc_single_bar .vc_bar {
    background-color: #29243d;
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-accent-color .vc_label,
.vc_progress_bar.vc_progress-bar-color-accent-color .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-accent-color .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-accent-color .vc_single_bar .vc_label {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    line-height: 1.7;
    letter-spacing: 0.4em;
    font-weight: 700;
}

@media (max-width: 991px) {
    body,
    .masonry .masonry-item {
        font-size: 16px;
    }
    .container-fluid,
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .vc_row {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .wrapper {
        width: 90%;
    }
    .img-column {
        padding-bottom: 20px;
    }
    .heading-block {
        padding: 80px 0;
    }
    .hero-heading-top {
        top: 30px;
    }
    .fullwidth-column {
        padding: 50px 30px 35px;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 50px;
    }
    body,
    .masonry .masonry-item {
        font-size: 16px;
    }
    .vc_row {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .fullwidth-section-bg {
        position: relative;
    }
    .fullwidth-section-bg.bg-right,
    .fullwidth-section-bg.bg-left {
        height: 250px;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }
    .wrapper {
        width: 100%;
    }
    .bg-cover {
        background-attachment: scroll;
    }
    .heading-block {
        padding: 75px 0;
    }
    .hero-heading-top {
        position: relative;
        top: auto;
        margin-top: 30px;
    }
    .hero-heading-bottom {
        position: relative;
        bottom: auto;
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    blockquote {
        padding: 0 35px;
        font-size: 13px;
        line-height: 1.8;
    }
    .container,
    .container-fluid {
        padding-left: 5px;
        padding-right: 5px;
    }
    .vc_tta.vc_general.vc_tta-tabs .vc_tta-panel-body,
    .vc_row,
    .wpb_column {
        padding-left: 5px;
        padding-right: 5px;
    }
    .vc_general.vc_cta3 {
        padding: 5px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .retina-hide {
        display: none;
    }
    .retina-show {
        display: block;
        display: initial;
    }
}


/* ----------------------------------------------------------------------------
    Style switcher
---------------------------------------------------------------------------- */

.style-switcher {
    position: fixed;
    left: -225px;
    top: 200px;
    display: block;
    width: 225px;
    padding: 10px 20px 20px;
    background-color: #ffffff;
    border: 2px solid #f3f5f6;
    z-index: 9999;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.style-switcher .style-toggle {
    position: absolute;
    top: 32px;
    right: -52px;
    margin-left: -2px;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 5%;
    line-height: 50px;
    background-color: rgba(0, 0, 0, 0.3);
}

.style-switcher .style-toggle .fa {
    color: #ffffff;
}

.style-switcher .template-set-color {
    zoom: 1;
    margin-bottom: 8px;
    width: 100%;
    list-style: none;
    padding-left: 0;
}

.style-switcher .template-set-color:before,
.style-switcher .template-set-color:after {
    content: "";
    display: table;
}

.style-switcher .template-set-color:after {
    clear: both;
}

.style-switcher .template-set-color>li {
    float: left;
    display: inline-block;
}

.style-switcher .template-set-color .color {
    display: block;
    padding: 15px;
    margin-right: 5px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: normal;
    color: #ffffff;
    background-color: #51545b;
    border-radius: 5px;
}

.style-switcher .template-set-color .color.pink {
    background-color: #ff5f9b;
}

.style-switcher .template-set-color .color.green {
    background-color: #91d539;
}

.style-switcher .template-set-color .color.blue {
    background-color: #1ac6ff;
}

.style-switcher .template-set-color .color.berry {
    background-color: #fe6760;
}

.style-switcher .template-set-color .color.orange {
    background-color: #fe4918;
}

.style-switcher .template-animations-switch input[type="checkbox"] {
    display: none;
}

.style-switcher .template-animations-switch input[type="checkbox"]+label {
    position: relative;
    display: block;
    width: 65px;
    height: 32px;
    font-family: "Roboto";
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 16px;
    background: #f3f5f6;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: background 0.2s ease, color 0.2s ease;
    -o-transition: background 0.2s ease, color 0.2s ease;
    transition: background 0.2s ease, color 0.2s ease;
}

.style-switcher .template-animations-switch input[type="checkbox"]+label:before,
.style-switcher .template-animations-switch input[type="checkbox"]+label:after {
    position: absolute;
    top: 0;
    display: block;
    width: 35px;
    height: 100%;
    line-height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: left 0.2s ease, right 0.2s ease;
    -o-transition: left 0.2s ease, right 0.2s ease;
    transition: left 0.2s ease, right 0.2s ease;
}

.style-switcher .template-animations-switch input[type="checkbox"]+label:before {
    content: "Off";
    left: 0;
    color: #a5acbd;
    text-align: center;
}

.style-switcher .template-animations-switch input[type="checkbox"]+label:after {
    content: 'On';
    right: -32px;
    color: #ffffff;
    padding-left: 5px;
}

.style-switcher .template-animations-switch input[type="checkbox"]+label>i {
    position: absolute;
    top: 3px;
    right: 4px;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    background-color: #ffffff;
    -webkit-transition: right 0.2s ease;
    -o-transition: right 0.2s ease;
    transition: right 0.2s ease;
}

.style-switcher .template-animations-switch input[type="checkbox"]:checked+label {
    background-color: #92c83c;
}

.style-switcher .template-animations-switch input[type="checkbox"]:checked+label:before {
    left: -32px;
}

.style-switcher .template-animations-switch input[type="checkbox"]:checked+label:after {
    right: 0;
}

.style-switcher .template-animations-switch input[type="checkbox"]:checked+label>i {
    right: 35px;
}


/* ----------------------------------------------------------------------------
    Preloader
---------------------------------------------------------------------------- */

.preloader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7f7f7;
    z-index: 10000;
    height: 100%;
}

.preloader-mask .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
    border-style: solid;
    border-radius: 50%;
    border-width: 26px;
    -webkit-animation: border-pulse-1 1.4s linear infinite;
    -o-animation: border-pulse-1 1.4s linear infinite;
    animation: border-pulse-1 1.4s linear infinite;
}

.preloader-mask .preloader:before,
.preloader-mask .preloader:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    display: block;
    content: "";
    border-style: solid;
    border-width: 0;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.preloader-mask .preloader:before {
    opacity: 0.5;
    -webkit-animation: border-pulse-2 1.4s linear infinite;
    -o-animation: border-pulse-2 1.4s linear infinite;
    animation: border-pulse-2 1.4s linear infinite;
}

.preloader-mask .preloader:after {
    -webkit-animation: border-pulse-3 1.4s linear infinite;
    -o-animation: border-pulse-3 1.4s linear infinite;
    animation: border-pulse-3 1.4s linear infinite;
}

@-webkit-keyframes border-pulse-1 {
    0% {
        border-width: 26px;
    }
    33.33333% {
        border-width: 3px;
    }
    66.66666% {
        border-width: 3px;
    }
    100% {
        border-width: 3px;
    }
}

@-moz-keyframes border-pulse-1 {
    0% {
        border-width: 26px;
    }
    33.33333% {
        border-width: 3px;
    }
    66.66666% {
        border-width: 3px;
    }
    100% {
        border-width: 3px;
    }
}

@-o-keyframes border-pulse-1 {
    0% {
        border-width: 26px;
    }
    33.33333% {
        border-width: 3px;
    }
    66.66666% {
        border-width: 3px;
    }
    100% {
        border-width: 3px;
    }
}

@keyframes border-pulse-1 {
    0% {
        border-width: 26px;
    }
    33.33333% {
        border-width: 3px;
    }
    66.66666% {
        border-width: 3px;
    }
    100% {
        border-width: 3px;
    }
}

@-webkit-keyframes border-pulse-2 {
    0% {
        border-width: 0;
    }
    33.33333% {
        border-width: 0;
    }
    66.66666% {
        border-width: 23px;
    }
    100% {
        border-width: 23px;
    }
}

@-moz-keyframes border-pulse-2 {
    0% {
        border-width: 0;
    }
    33.33333% {
        border-width: 0;
    }
    66.66666% {
        border-width: 23px;
    }
    100% {
        border-width: 23px;
    }
}

@-o-keyframes border-pulse-2 {
    0% {
        border-width: 0;
    }
    33.33333% {
        border-width: 0;
    }
    66.66666% {
        border-width: 23px;
    }
    100% {
        border-width: 23px;
    }
}

@keyframes border-pulse-2 {
    0% {
        border-width: 0;
    }
    33.33333% {
        border-width: 0;
    }
    66.66666% {
        border-width: 23px;
    }
    100% {
        border-width: 23px;
    }
}

@-webkit-keyframes border-pulse-3 {
    0% {
        border-width: 0;
    }
    33.33333% {
        border-width: 0;
    }
    66.66666% {
        border-width: 0;
    }
    100% {
        border-width: 23px;
    }
}

@-moz-keyframes border-pulse-3 {
    0% {
        border-width: 0;
    }
    33.33333% {
        border-width: 0;
    }
    66.66666% {
        border-width: 0;
    }
    100% {
        border-width: 23px;
    }
}

@-o-keyframes border-pulse-3 {
    0% {
        border-width: 0;
    }
    33.33333% {
        border-width: 0;
    }
    66.66666% {
        border-width: 0;
    }
    100% {
        border-width: 23px;
    }
}

@keyframes border-pulse-3 {
    0% {
        border-width: 0;
    }
    33.33333% {
        border-width: 0;
    }
    66.66666% {
        border-width: 0;
    }
    100% {
        border-width: 23px;
    }
}


/* ----------------------------------------------------------------------------
    Buttons
---------------------------------------------------------------------------- */

.btn,
.btn-alt,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn,
a.add_to_cart,
.event_tickets a.add_to_cart,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart {
    position: relative;
    margin: 0 7px;
    vertical-align: middle;
    display: inline-block;
    min-width: 144px;
    max-width: 100%;
    font-family: "PT Sans Caption", Roboto;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 0.59em;
    border-style: solid;
    overflow: hidden;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-transition: color 0.2s ease, background 0.25s ease, border 0.2s ease;
    -o-transition: color 0.2s ease, background 0.25s ease, border 0.2s ease;
    transition: color 0.2s ease, background 0.25s ease, border 0.2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn:hover,
.btn-alt:hover,
.btn:focus,
.btn-alt:focus,
.btn:active,
.btn-alt:active,
.btn.hovered,
.btn-alt.hovered,
.btn.pressed,
.btn-alt.pressed,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn:hover,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn:focus,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn:active,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn.hovered,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn.pressed,
a.add_to_cart:hover,
a.add_to_cart:focus,
a.add_to_cart:active,
a.add_to_cart.hovered,
a.add_to_cart.pressed,
.event_tickets a.add_to_cart:hover,
.event_tickets a.add_to_cart:focus,
.event_tickets a.add_to_cart:active,
.event_tickets a.add_to_cart.hovered,
.event_tickets a.add_to_cart.pressed,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart:hover,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart:focus,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart:active,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart.hovered,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart.pressed {
    text-decoration: none;
}

.btn.btn-block,
.btn-alt.btn-block,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn.btn-block,
a.add_to_cart.btn-block,
.event_tickets a.add_to_cart.btn-block,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart.btn-block {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: auto;
}

.btn i.fa,
.btn-alt i.fa,
.btn i.icon,
.btn-alt i.icon,
.btn i.typcn,
.btn-alt i.typcn,
.btn i.vc-oi,
.btn-alt i.vc-oi,
.btn i.vc_li,
.btn-alt i.vc_li,
.btn i.entypo-icon,
.btn-alt i.entypo-icon,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn i.fa,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn i.icon,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn i.typcn,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn i.vc-oi,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn i.vc_li,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn i.entypo-icon,
a.add_to_cart i.fa,
a.add_to_cart i.icon,
a.add_to_cart i.typcn,
a.add_to_cart i.vc-oi,
a.add_to_cart i.vc_li,
a.add_to_cart i.entypo-icon,
.event_tickets a.add_to_cart i.fa,
.event_tickets a.add_to_cart i.icon,
.event_tickets a.add_to_cart i.typcn,
.event_tickets a.add_to_cart i.vc-oi,
.event_tickets a.add_to_cart i.vc_li,
.event_tickets a.add_to_cart i.entypo-icon,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart i.fa,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart i.icon,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart i.typcn,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart i.vc-oi,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart i.vc_li,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart i.entypo-icon {
    margin: 0;
    vertical-align: middle;
    display: inline;
    padding: 0;
    font-size: 1.3em;
    line-height: 0;
    color: inherit !important;
}

.btn i.fa.left,
.btn-alt i.fa.left,
.btn i.icon.left,
.btn-alt i.icon.left,
.btn i.typcn.left,
.btn-alt i.typcn.left,
.btn i.vc-oi.left,
.btn-alt i.vc-oi.left,
.btn i.vc_li.left,
.btn-alt i.vc_li.left,
.btn i.entypo-icon.left,
.btn-alt i.entypo-icon.left,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn i.fa.left,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn i.icon.left,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn i.typcn.left,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn i.vc-oi.left,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn i.vc_li.left,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn i.entypo-icon.left,
a.add_to_cart i.fa.left,
a.add_to_cart i.icon.left,
a.add_to_cart i.typcn.left,
a.add_to_cart i.vc-oi.left,
a.add_to_cart i.vc_li.left,
a.add_to_cart i.entypo-icon.left,
.event_tickets a.add_to_cart i.fa.left,
.event_tickets a.add_to_cart i.icon.left,
.event_tickets a.add_to_cart i.typcn.left,
.event_tickets a.add_to_cart i.vc-oi.left,
.event_tickets a.add_to_cart i.vc_li.left,
.event_tickets a.add_to_cart i.entypo-icon.left,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart i.fa.left,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart i.icon.left,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart i.typcn.left,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart i.vc-oi.left,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart i.vc_li.left,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart i.entypo-icon.left {
    margin-right: 0.3em;
    padding-right: 4px;
}

.btn i.fa.right,
.btn-alt i.fa.right,
.btn i.icon.right,
.btn-alt i.icon.right,
.btn i.typcn.right,
.btn-alt i.typcn.right,
.btn i.vc-oi.right,
.btn-alt i.vc-oi.right,
.btn i.vc_li.right,
.btn-alt i.vc_li.right,
.btn i.entypo-icon.right,
.btn-alt i.entypo-icon.right,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn i.fa.right,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn i.icon.right,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn i.typcn.right,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn i.vc-oi.right,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn i.vc_li.right,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn i.entypo-icon.right,
a.add_to_cart i.fa.right,
a.add_to_cart i.icon.right,
a.add_to_cart i.typcn.right,
a.add_to_cart i.vc-oi.right,
a.add_to_cart i.vc_li.right,
a.add_to_cart i.entypo-icon.right,
.event_tickets a.add_to_cart i.fa.right,
.event_tickets a.add_to_cart i.icon.right,
.event_tickets a.add_to_cart i.typcn.right,
.event_tickets a.add_to_cart i.vc-oi.right,
.event_tickets a.add_to_cart i.vc_li.right,
.event_tickets a.add_to_cart i.entypo-icon.right,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart i.fa.right,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart i.icon.right,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart i.typcn.right,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart i.vc-oi.right,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart i.vc_li.right,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart i.entypo-icon.right {
    margin-left: 0.3em;
    padding-left: 4px;
}

.btn i.fa:before,
.btn-alt i.fa:before,
.btn i.icon:before,
.btn-alt i.icon:before,
.btn i.typcn:before,
.btn-alt i.typcn:before,
.btn i.vc-oi:before,
.btn-alt i.vc-oi:before,
.btn i.vc_li:before,
.btn-alt i.vc_li:before,
.btn i.entypo-icon:before,
.btn-alt i.entypo-icon:before,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn i.fa:before,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn i.icon:before,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn i.typcn:before,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn i.vc-oi:before,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn i.vc_li:before,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn i.entypo-icon:before,
a.add_to_cart i.fa:before,
a.add_to_cart i.icon:before,
a.add_to_cart i.typcn:before,
a.add_to_cart i.vc-oi:before,
a.add_to_cart i.vc_li:before,
a.add_to_cart i.entypo-icon:before,
.event_tickets a.add_to_cart i.fa:before,
.event_tickets a.add_to_cart i.icon:before,
.event_tickets a.add_to_cart i.typcn:before,
.event_tickets a.add_to_cart i.vc-oi:before,
.event_tickets a.add_to_cart i.vc_li:before,
.event_tickets a.add_to_cart i.entypo-icon:before,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart i.fa:before,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart i.icon:before,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart i.typcn:before,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart i.vc-oi:before,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart i.vc_li:before,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart i.entypo-icon:before {
    width: auto;
    height: auto;
    font-size: inherit;
    line-height: 0;
}

.btn,
a.add_to_cart {
    padding: 21px 25px 19px;
    color: #ffffff;
    background-color: #fe4918;
    border-width: 0px;
    border-color: #fe4918;
    border-radius: 4px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.hovered,
.btn.pressed,
a.add_to_cart:hover,
a.add_to_cart:focus,
a.add_to_cart:active,
a.add_to_cart.hovered,
a.add_to_cart.pressed {
    color: #ffffff;
    border-width: 0px;
    border-color: #ff6135;
    border-radius: 4px;
}

.btn:hover,
.btn:focus,
.btn.hovered,
a.add_to_cart:hover,
a.add_to_cart:focus,
a.add_to_cart.hovered {
    background-color: #ff6135;
}

.btn:active,
.btn.pressed,
a.add_to_cart:active,
a.add_to_cart.pressed {
    background-color: #f63501;
}

.btn.btn-lg,
a.add_to_cart.btn-lg {
    min-width: 200px;
    padding: 26px 40px 23px;
    font-size: 15px;
}

.btn.btn-sm,
a.add_to_cart.btn-sm {
    min-width: 140px;
    padding: 14px 20px 13px;
}

.btn-alt,
.btn.btn-alt,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn,
.btn.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn,
a.add_to_cart.btn-alt,
.event_tickets a.add_to_cart,
.btn.event_tickets a.add_to_cart,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart,
.btn.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart {
    padding: 20px 25px 18px;
    color: #fe4918;
    background-color: rgba(255, 255, 255, 0);
    border-width: 1px;
    border-color: #ff6135;
    border-radius: 4px;
}

.btn-alt:hover,
.btn.btn-alt:hover,
.btn-alt:focus,
.btn.btn-alt:focus,
.btn-alt:active,
.btn.btn-alt:active,
.btn-alt.hovered,
.btn.btn-alt.hovered,
.btn-alt.pressed,
.btn.btn-alt.pressed,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn:hover,
.btn.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn:hover,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn:focus,
.btn.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn:focus,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn:active,
.btn.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn:active,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn.hovered,
.btn.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn.hovered,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn.pressed,
.btn.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn.pressed,
a.add_to_cart.btn-alt:hover,
a.add_to_cart.btn-alt:focus,
a.add_to_cart.btn-alt:active,
a.add_to_cart.btn-alt.hovered,
a.add_to_cart.btn-alt.pressed,
.event_tickets a.add_to_cart:hover,
.btn.event_tickets a.add_to_cart:hover,
.event_tickets a.add_to_cart:focus,
.btn.event_tickets a.add_to_cart:focus,
.event_tickets a.add_to_cart:active,
.btn.event_tickets a.add_to_cart:active,
.event_tickets a.add_to_cart.hovered,
.btn.event_tickets a.add_to_cart.hovered,
.event_tickets a.add_to_cart.pressed,
.btn.event_tickets a.add_to_cart.pressed,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart:hover,
.btn.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart:hover,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart:focus,
.btn.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart:focus,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart:active,
.btn.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart:active,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart.hovered,
.btn.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart.hovered,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart.pressed,
.btn.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart.pressed {
    color: #ffffff;
    border-width: 1px;
    border-color: #ff6135;
    border-radius: 4px;
}

.btn-alt:hover,
.btn.btn-alt:hover,
.btn-alt:focus,
.btn.btn-alt:focus,
.btn-alt.hovered,
.btn.btn-alt.hovered,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn:hover,
.btn.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn:hover,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn:focus,
.btn.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn:focus,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn.hovered,
.btn.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn.hovered,
a.add_to_cart.btn-alt:hover,
a.add_to_cart.btn-alt:focus,
a.add_to_cart.btn-alt.hovered,
.event_tickets a.add_to_cart:hover,
.btn.event_tickets a.add_to_cart:hover,
.event_tickets a.add_to_cart:focus,
.btn.event_tickets a.add_to_cart:focus,
.event_tickets a.add_to_cart.hovered,
.btn.event_tickets a.add_to_cart.hovered,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart:hover,
.btn.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart:hover,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart:focus,
.btn.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart:focus,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart.hovered,
.btn.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart.hovered {
    background-color: #fe4918;
}

.btn-alt:active,
.btn.btn-alt:active,
.btn-alt.pressed,
.btn.btn-alt.pressed,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn:active,
.btn.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn:active,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn.pressed,
.btn.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn.pressed,
a.add_to_cart.btn-alt:active,
a.add_to_cart.btn-alt.pressed,
.event_tickets a.add_to_cart:active,
.btn.event_tickets a.add_to_cart:active,
.event_tickets a.add_to_cart.pressed,
.btn.event_tickets a.add_to_cart.pressed,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart:active,
.btn.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart:active,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart.pressed,
.btn.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart.pressed {
    background-color: #f63501;
}

.btn-alt.btn-lg,
.btn.btn-alt.btn-lg,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn.btn-lg,
.btn.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn.btn-lg,
a.add_to_cart.btn-alt.btn-lg,
.event_tickets a.add_to_cart.btn-lg,
.btn.event_tickets a.add_to_cart.btn-lg,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart.btn-lg,
.btn.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart.btn-lg {
    min-width: 200px;
    padding: 25px 39px 22px;
    font-size: 15px;
}

@media (max-width: 991px) {
    .btn-alt.btn-lg,
    .btn.btn-alt.btn-lg,
    .pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn.btn-lg,
    .btn.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn.btn-lg,
    a.add_to_cart.btn-alt.btn-lg,
    .event_tickets a.add_to_cart.btn-lg,
    .btn.event_tickets a.add_to_cart.btn-lg,
    .pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart.btn-lg,
    .btn.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart.btn-lg {
        padding: 20px 26px;
    }
}

.btn-alt.btn-sm,
.btn.btn-alt.btn-sm,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn.btn-sm,
.btn.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn.btn-sm,
a.add_to_cart.btn-alt.btn-sm,
.event_tickets a.add_to_cart.btn-sm,
.btn.event_tickets a.add_to_cart.btn-sm,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart.btn-sm,
.btn.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart.btn-sm {
    min-width: 140px;
    padding: 13px 19px 12px;
}

.btns-container {
    padding: 35px 0 40px;
}

.btns-container .btn:first-child,
.btns-container a.add_to_cart:first-child {
    margin-left: 0;
}

.btns-container .btn:last-child,
.btns-container a.add_to_cart:last-child {
    margin-right: 0;
}

.btns-container .btn+.btn,
.btns-container a.add_to_cart+a.add_to_cart {
    margin-right: 20px;
}

.btns-block .btn,
.btns-block .btn-alt,
.btns-block .pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn,
.btns-block a.add_to_cart,
.btns-block .event_tickets a.add_to_cart,
.btns-block .pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart {
    margin: 0 auto;
}

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

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

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

@media (max-width: 991px) {
    .btns-container {
        padding: 20px 0 35px;
    }
}

@media (max-width: 767px) {
    .btns-container .btn,
    .btns-container a.add_to_cart {
        margin: 0 auto 20px;
    }
}

@media (max-width: 480px) {
    .btns-container {
        padding: 20px 15px;
    }
    .btns-container .btn,
    .btns-container a.add_to_cart {
        display: block;
    }
    .btns-container .btn+.btn,
    .btns-container a.add_to_cart+a.add_to_cart {
        margin-right: 0;
    }
    .btn,
    a.add_to_cart {
        display: block;
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .btn.btn-rounded,
    a.add_to_cart.btn-rounded {
        padding-left: 15px;
        padding-right: 15px;
    }
    .btn.btn-rounded.btn-lg,
    a.add_to_cart.btn-rounded.btn-lg {
        padding-left: 19px;
        padding-right: 19px;
    }
    .btn.btn-rounded.btn-sm,
    a.add_to_cart.btn-rounded.btn-sm {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* ----------------------------------------------------------------------------
      Hero headings
  ---------------------------------------------------------------------------- */

.hero-heading-main {
    margin: 10px 0 15px;
    font-family: "PT Sans Caption", Roboto;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
}

.hero-heading-top {
    margin: 0 0 10px;
    font-family: Roboto;
    font-size: 1.2vw;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.85em;
}

.hero-heading-bottom {
    margin: 0 0 10px;
    font-family: Roboto;
    font-size: 1.3vw;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: 0;
}

@media (max-width: 991px) {
    .hero-heading-main {
        font-size: 5.5em;
    }
    .hero-heading-top {
        font-size: 1em;
    }
    .hero-heading-bottom {
        font-size: 1.2em;
    }
}

.hero-section {
    z-index: 1;
    overflow: hidden;
    position: relative;
    /* ----------------------------------------------------------------------------
      Hero style 2 form styling
  ---------------------------------------------------------------------------- */
    /* ----------------------------------------------------------------------------
      Hero style 3 form styling
  ---------------------------------------------------------------------------- */
}

.hero-section .hero-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.hero-section .hero-img {
    position: relative;
}

.hero-section .hero-img span.icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-color: transparent;
}

.hero-section.hero-style-2 .wpcf7-form .form-content {
    background-color: #ffffff;
}

.hero-section.hero-style-2 .wpcf7-form .form-heading {
    padding: 30px 12px 0 12px;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #ff7854;
}

.hero-section.hero-style-2 .wpcf7-form label {
    color: #51545b;
}

@media (max-width: 991px) {
    .hero-section.hero-style-2 .wpcf7-form label {
        font-size: 16px;
    }
}

.hero-section.hero-style-3 .wpcf7-form {
    text-align: left;
}

@media (max-width: 767px) {
    .hero-section .heading-block {
        text-align: center;
        width: 100%;
    }
    .hero-section.hero-style-2 .wpcf7-form {
        margin-top: 30px;
    }
    .hero-section.hero-style-2 .wpcf7-form .form {
        padding: 12px;
    }
    .hero-section.hero-style-2 .wpcf7-form .form fieldset {
        padding: 0 5px 5px 5px;
    }
    .hero-section.hero-style-2 .wpcf7-form .form p {
        margin: 0;
    }
}


/* ----------------------------------------------------------------------------
    Schedules
---------------------------------------------------------------------------- */

.schedule {
    margin: 0 auto 50px;
    max-width: 960px;
    text-align: left;
    background-color: #ffffff;
}

.schedule .nav.nav-schedule {
    display: table;
    width: 100%;
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: #e9e9e9;
    z-index: 10;
    margin: 0;
    padding: 0;
}

.schedule .nav.nav-schedule.one-child-nav {
    text-align: center;
}

.schedule .nav.nav-schedule.one-child-nav>li:after {
    display: none;
}

.schedule .nav.nav-schedule>li {
    position: relative;
    display: table-cell;
    font-size: 15px;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    border-color: #e9e9e9;
    -webkit-transition: background 0.2s ease, border 0.2s ease;
    -o-transition: background 0.2s ease, border 0.2s ease;
    transition: background 0.2s ease, border 0.2s ease;
}

.schedule .nav.nav-schedule>li:after {
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 7px 10px 0 10px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

.schedule .nav.nav-schedule>li>a {
    display: block;
    text-decoration: none;
    padding: 20px 15px 12px;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.schedule .nav.nav-schedule>li>a *:first-child {
    margin-top: 0;
}

.schedule .nav.nav-schedule>li>a *:last-child {
    margin-bottom: 0;
}

.schedule .nav.nav-schedule>li>a:hover,
.schedule .nav.nav-schedule>li>a:focus {
    background-color: transparent;
}

.schedule .nav.nav-schedule>li>a h4 {
    font-size: 30px;
}

.schedule .nav.nav-schedule>li>a h1:first-child,
.schedule .nav.nav-schedule>li>a h2:first-child,
.schedule .nav.nav-schedule>li>a h3:first-child,
.schedule .nav.nav-schedule>li>a h4:first-child,
.schedule .nav.nav-schedule>li>a h5:first-child,
.schedule .nav.nav-schedule>li>a h6:first-child {
    margin: 0 0 -2px;
}

.schedule .nav.nav-schedule>li.active:after {
    opacity: 1;
}

.schedule .nav.nav-schedule>li.active,
.schedule .nav.nav-schedule>li.active:hover,
.schedule .nav.nav-schedule>li.active:active {
    cursor: default;
    pointer-events: none;
}

.schedule .nav.nav-schedule>li.active a,
.schedule .nav.nav-schedule>li.active a:hover,
.schedule .nav.nav-schedule>li.active a:focus,
.schedule .nav.nav-schedule>li.active a *,
.schedule .nav.nav-schedule>li.active a:hover *,
.schedule .nav.nav-schedule>li.active a:focus * {
    color: #ffffff;
}

.schedule .tab-content {
    padding: 0;
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: transparent #e9e9e9 #e9e9e9;
}

.schedule .tab-content .img-responsive {
    margin: 0;
}

.schedule .tab-content .nav-current {
    background-color: #eff1f5;
    border-color: #e9e9e9;
}

.schedule .tab-content .nav.nav-schedule {
    display: inline-block;
    background-color: #eff1f5;
    border: none;
}

.schedule .tab-content .nav.nav-schedule.one-child-nav {
    text-align: center;
}

.schedule .tab-content .nav.nav-schedule.one-child-nav>li {
    border-width: 0;
}

.schedule .tab-content .nav.nav-schedule>li {
    display: inline-block;
    border-width: 0 0 1px;
}

.schedule .tab-content .nav.nav-schedule>li.active {
    background-color: transparent;
}

.schedule .tab-content .nav.nav-schedule>li:not(.active) {
    border-color: transparent;
}

.schedule .tab-content .nav.nav-schedule>li:after {
    display: none;
}

.schedule .tab-content .nav.nav-schedule>li>a {
    margin: 0;
    padding: 16px 45px 14px;
    font-family: "Roboto";
    font-weight: 700;
    text-transform: uppercase;
    color: #51545b;
}

.schedule .tab-content .nav.nav-schedule>li>a:hover,
.schedule .tab-content .nav.nav-schedule>li>a:active {
    color: #29243d;
}

.schedule .tab-content-schedule {
    position: relative;
    border: none;
    padding: 90px 100px 80px 80px;
}

.schedule .tab-content-schedule:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 104px;
    width: 0;
    display: block;
    content: "";
    border-right: 1px solid #eff1f5;
}

.schedule .tab-content-schedule .panel-group {
    margin-bottom: 0;
}

.schedule .tab-content-schedule .schedule-item {
    position: relative;
    margin-bottom: 22px;
    min-height: 65px;
    padding: 0 0 0 104px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.schedule .tab-content-schedule .schedule-item:last-child {
    margin-bottom: 0;
}

.schedule .schedule-item+.schedule-item {
    margin-top: 0;
}

.schedule .schedule-item .lecture-icon-wrapper {
    position: absolute;
    vertical-align: middle;
    top: 25px;
    left: 4px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.schedule .schedule-item .lecture-icon-wrapper.default-icon {
    position: absolute;
    vertical-align: middle;
    top: 25px;
    left: 15px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    overflow: hidden;
}

.schedule .schedule-item .schedule-item-toggle {
    margin-bottom: 0;
    display: block;
    text-decoration: none;
    color: #333333;
}

.schedule .schedule-item .time {
    margin-bottom: 10px;
    font-size: 15px;
}

.schedule .schedule-item .time .icon {
    margin-right: 8px;
    vertical-align: middle;
    color: #babfcc;
}

.schedule .schedule-item .title {
    position: relative;
    margin: 0;
    padding: 0 35px 11px 0;
    border-bottom: 1px solid #eff1f5;
}

.schedule .schedule-item .title .icon {
    position: absolute;
    right: 10px;
    bottom: 11px;
    font-size: 13px;
    color: #51545b;
    -webkit-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

.schedule .schedule-item .schedule-item-body {
    margin-top: 0;
}

.schedule .schedule-item .schedule-item-body .speaker-wrapper {
    margin-bottom: 0;
}

.schedule .schedule-item .schedule-item-body>article,
.schedule .schedule-item .schedule-item-body>div {
    margin: 0;
    padding: 11px 0;
}

.schedule .schedule-item .schedule-item-body .speaker-name {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5em;
}

.schedule .schedule-simple .date {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 30px;
    color: #51545b;
    margin-left: 250px;
    margin-bottom: 75px;
}

.schedule .schedule-simple .item {
    margin-left: 80px;
    margin-right: 80px;
}

.schedule .schedule-simple .item article {
    margin-left: 170px;
    padding-bottom: 25px;
    border-bottom: 2px solid #eff1f5;
    margin-bottom: 45px;
}

.schedule .schedule-simple .item article header {
    display: block;
    overflow: hidden;
}

.schedule .schedule-simple .item article h4 {
    color: #262627;
    font-size: 20px;
    font-weight: 700;
}

.schedule .schedule-simple .item article p {
    line-height: 24px;
    color: #51545b;
}

.schedule .schedule-simple .location {
    display: inline-block;
    background: #29243d;
    color: #fff;
    font-family: "Roboto";
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 22px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 1px;
    margin-bottom: 15px;
}

.schedule .schedule-simple .time {
    float: left;
    color: #51545b;
    font-weight: 700;
}

.schedule .schedule-simple .time .icon {
    margin-right: 8px;
}

.schedule .schedule-simple .time .icon:before {
    color: #cecece;
}

.schedule .schedule-simple .extra-info {
    float: right;
    margin-top: 8px;
    text-transform: uppercase;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 13px;
    color: #babfcc;
}

.schedule .schedule-simple .speaker-icon {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}

.schedule .schedule-simple .speaker-icon img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin: 0;
}

.download-schedule-btn {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 220px;
    padding: 15px 25px 15px 90px;
    font-size: 18px;
    text-align: left;
    line-height: 25px;
    border: 1px solid #babfcc;
    -webkit-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
    -o-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
}

.download-schedule-btn:hover,
.download-schedule-btn:focus {
    color: #ffffff;
    text-decoration: none;
}

.download-schedule-btn .icon {
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -20px;
    font-size: 50.5554px;
    color: inherit;
}

.schedule.schedule-light {
    margin-bottom: 30px;
}

.schedule.schedule-light .nav-current {
    font-family: "Roboto";
    font-weight: 700;
    text-transform: uppercase;
    color: #262627;
}

.schedule.schedule-light .nav.nav-schedule {
    border-style: solid;
    border-width: 1px;
    border-collapse: separate;
}

.schedule.schedule-light .nav.nav-schedule>li {
    border-width: 0 1px;
    border-color: transparent #ffffff;
}

.schedule.schedule-light .nav.nav-schedule>li:first-child {
    border-left-color: transparent;
}

.schedule.schedule-light .nav.nav-schedule>li:last-child {
    border-right-color: transparent;
}

.schedule.schedule-light .nav.nav-schedule>li:after {
    display: none;
}

.schedule.schedule-light .nav.nav-schedule>li>a {
    padding: 24px 15px 19px;
    font-family: "Roboto";
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.schedule.schedule-light .nav.nav-schedule>li.active {
    background-color: #ffffff;
}

.schedule.schedule-light .tab-content {
    padding: 60px;
}

.schedule.schedule-light .schedule-item {
    margin-bottom: 40px;
    overflow: visible;
}

.schedule.schedule-light .schedule-item .schedule-item-toggle {
    position: relative;
    margin-bottom: 0;
    display: block;
    font-size: 0;
    text-decoration: none;
    color: #000000;
}

.schedule.schedule-light .schedule-item .time {
    vertical-align: top;
    margin: 0 20.5% 0 0;
    width: 26.5%;
    text-align: right;
}

.schedule.schedule-light .schedule-item .lecture-icon-wrapper {
    margin: 0 40px;
    position: absolute;
    top: -8px;
    left: 26.5%;
    display: inline-block;
    line-height: 38px;
    border: none;
}

.schedule.schedule-light .schedule-item .lecture-icon-wrapper * {
    color: #ffffff;
}

.schedule.schedule-light .schedule-item .title {
    display: inline-block;
    width: 53%;
    padding: 0;
    border: none;
}

.schedule.schedule-light .schedule-item .schedule-item-body {
    margin: 0 0 0 47%;
}

.schedule.schedule-light .schedule-item .schedule-item-body .speaker-name {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5em;
}

@media (max-width: 991px) {
    .schedule .tab-content .img-responsive {
        margin: 0;
    }
    .schedule .tab-content-schedule {
        padding: 50px 30px;
    }
    .schedule .schedule-simple .item {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav.nav-schedule>li {
        font-size: 13px;
    }
    .nav.nav-schedule>li>a {
        padding: 10px 10px 5px;
    }
    .nav.nav-schedule>li>a h4 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .schedule .tab-content {
        border: none;
    }
    .schedule .tab-content-schedule {
        padding: 35px 20px;
    }
    .schedule .tab-content-schedule:before {
        display: none;
    }
    .schedule .tab-content-schedule .schedule-item {
        margin-bottom: 30px;
        padding-left: 70px;
    }
    .schedule.schedule-light .nav.nav-schedule {
        border-color: #e9e9e9;
    }
    .schedule.schedule-light .nav.nav-schedule>li {
        background-color: transparent;
    }
    .schedule.schedule-light .nav.nav-schedule>li>a {
        color: #333333;
    }
    .schedule.schedule-light .tab-content {
        padding: 10px 20px 30px;
    }
    .schedule.schedule-light .schedule-item {
        margin-bottom: 40px;
        overflow: visible;
    }
    .schedule.schedule-light .schedule-item .time {
        margin: 0 0 15px;
        width: 100%;
        text-align: left;
    }
    .schedule.schedule-light .schedule-item .lecture-icon-wrapper {
        position: absolute;
        top: 30px;
        left: 0;
        margin: 0;
    }
    .schedule.schedule-light .schedule-item .title {
        margin: 0 0 20px;
        vertical-align: top;
        width: auto;
        padding-left: 50px;
    }
    .schedule.schedule-light .schedule-item .schedule-item-body {
        margin: 0;
    }
    .schedule .schedule-simple .date {
        margin-left: 0;
        margin-bottom: 40px;
        text-align: center;
    }
    .schedule .schedule-simple .time {
        float: none;
        margin-bottom: 8px;
    }
    .schedule .schedule-simple .item article {
        padding-bottom: 15px;
        margin-bottom: 35px;
        margin-left: 0;
    }
    .schedule .schedule-simple .item article header {
        display: table;
        margin-bottom: 10px;
    }
    .schedule .schedule-simple .item article header .speaker-icon,
    .schedule .schedule-simple .item article header .info {
        display: table-cell;
        vertical-align: top;
    }
    .schedule .schedule-simple .item article header .speaker-icon {
        float: none;
        margin: 0;
        padding: 0 10px 10px 0;
    }
    .schedule .schedule-simple .extra-info {
        float: none;
        margin-top: -4px;
    }
}

@media (max-width: 480px) {
    .schedule .tab-content-schedule {
        padding: 15px 0;
    }
    .schedule .tab-content-schedule .schedule-item {
        margin-bottom: 30px;
        padding-left: 0;
    }
    .schedule .tab-content-schedule .schedule-item .lecture-icon-wrapper {
        top: 12px;
        left: 0;
        width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 28px;
    }
    .schedule .tab-content-schedule .schedule-item .time,
    .schedule .tab-content-schedule .schedule-item .title {
        margin-left: 40px;
    }
    .schedule .tab-content-schedule .speaker-name {
        padding-left: 0;
        padding-right: 0;
    }
    .schedule.schedule-light .tab-content {
        padding: 10px 5px 20px;
    }
    .schedule.schedule-light .schedule-item .lecture-icon-wrapper {
        top: 12px;
        width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 28px;
    }
    .schedule.schedule-light .schedule-item .time,
    .schedule.schedule-light .schedule-item .title {
        margin-left: 35px;
    }
    .speaker-photo-wrapper {
        display: none;
    }
    .page-header {
        border-bottom: 4px solid #eee;
    }
}


/* TO REFACTOR */

.schedule.always_open .collapse {
    display: block !important;
}

.schedule.remove_arrows .schedule-item .title {
    border-bottom: 0;
}

.schedule.remove_arrows .schedule-item .title .icon {
    display: none;
}


/* ----------------------------------------------------------------------------
    Navs
---------------------------------------------------------------------------- */

.nav-wrapper {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nav-wrapper .nav-current {
    position: relative;
    margin: 0;
    display: none;
    width: auto;
    height: auto;
    padding: 15px 55px 10px 15px;
    border-radius: 0;
    z-index: auto;
    cursor: pointer;
    border-color: #29243d;
}

.nav-wrapper .nav-current * {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-wrapper .nav-current *:last-child {
    margin-bottom: 0;
}

.nav-wrapper .nav-current:after {
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -5px 0 0;
    display: inline-block;
    width: 24px;
    height: 11px;
    content: "";
    background: transparent url("../../img/arrow-select-24x11.png") center no-repeat;
    border: none;
}

.vc_tta.vc_tta-tabs {
    margin: 0 auto;
    max-width: 960px;
}

.vc_tta.vc_tta-tabs .img-responsive {
    margin: 0 auto;
}

.vc_tta.vc_tta-tabs .vc_tta-tabs-container {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.vc_tta-tabs.vc_tta-tabs-position-top:not(.vc_tta-style-outline) .vc_tta-tabs-list {
    margin-bottom: 30px !important;
    padding: 0 40px 13px !important;
    font-size: 0;
    text-align: justify;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: transparent transparent #e9e9e9;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    overflow: visible !important;
}

.vc_tta-tabs.vc_tta-tabs-position-top:not(.vc_tta-style-outline) .vc_tta-tabs-list:after {
    display: inline-block;
    width: 100%;
    content: "";
}

.vc_tta-tabs.vc_tta-tabs-position-top:not(.vc_tta-style-outline) .vc_tta-tabs-list>li {
    float: none;
    position: relative;
    margin: 0 !important;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.15em;
}

.vc_tta-tabs.vc_tta-tabs-position-top:not(.vc_tta-style-outline) .vc_tta-tabs-list>li:first-child {
    margin-left: 0;
}

.vc_tta-tabs.vc_tta-tabs-position-top:not(.vc_tta-style-outline) .vc_tta-tabs-list>li:before,
.vc_tta-tabs.vc_tta-tabs-position-top:not(.vc_tta-style-outline) .vc_tta-tabs-list>li:after {
    position: absolute;
    bottom: -23px;
    left: 50%;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    opacity: 0;
}

.vc_tta-tabs.vc_tta-tabs-position-top:not(.vc_tta-style-outline) .vc_tta-tabs-list>li:before {
    margin: 0 0 -2px -1px;
    border-width: 11px 15px 0 15px;
    border-color: #e9e9e9 transparent transparent transparent;
}

.vc_tta-tabs.vc_tta-tabs-position-top:not(.vc_tta-style-outline) .vc_tta-tabs-list>li:after {
    border-width: 10px 14px 0 14px;
    border-color: #ffffff transparent transparent transparent;
}

.vc_tta-tabs.vc_tta-tabs-position-top:not(.vc_tta-style-outline) .vc_tta-tabs-list>li:not(.vc_active)>a:not(:hover):not(:focus) {
    color: #333333;
}

.vc_tta-tabs.vc_tta-tabs-position-top:not(.vc_tta-style-outline) .vc_tta-tabs-list>li.vc_active:before,
.vc_tta-tabs.vc_tta-tabs-position-top:not(.vc_tta-style-outline) .vc_tta-tabs-list>li.vc_active:after {
    opacity: 1;
}

.vc_tta-tabs.vc_tta-tabs-position-top:not(.vc_tta-style-outline) .vc_tta-tabs-list>li.vc_active>a,
.vc_tta-tabs.vc_tta-tabs-position-top:not(.vc_tta-style-outline) .vc_tta-tabs-list>li.vc_active>a:hover,
.vc_tta-tabs.vc_tta-tabs-position-top:not(.vc_tta-style-outline) .vc_tta-tabs-list>li.vc_active>a:focus {
    color: #29243d !important;
    background-color: transparent;
    border: none;
    pointer-events: none;
}

.vc_tta-tabs.vc_tta-tabs-position-top:not(.vc_tta-style-outline) .vc_tta-tabs-list>li .fa {
    margin-right: 5px;
    vertical-align: middle;
    font-size: 16.3331px !important;
    line-height: 1 !important;
}

.vc_tta-tabs.vc_tta-tabs-position-top:not(.vc_tta-style-outline) .vc_tta-tabs-list>li>a {
    position: relative;
    border: none !important;
    -webkit-transition: color 0.15s ease;
    -o-transition: color 0.15s ease;
    transition: color 0.15s ease;
}

.vc_tta-tabs.vc_tta-tabs-position-top:not(.vc_tta-style-outline) .vc_tta-tabs-list>li>a:hover,
.vc_tta-tabs.vc_tta-tabs-position-top:not(.vc_tta-style-outline) .vc_tta-tabs-list>li>a:focus {
    color: #29243d !important;
    background-color: transparent;
}

.vc_tta-tabs.vc_tta-tabs-position-top:not(.vc_tta-style-outline) .vc_tta-tabs-list>li>a .fa {
    color: inherit;
}

.vc_tta-tabs.vc_tta-tabs-position-top:not(.vc_tta-style-outline) .vc_tta-tabs-list>li>a h1,
.vc_tta-tabs.vc_tta-tabs-position-top:not(.vc_tta-style-outline) .vc_tta-tabs-list>li>a h2,
.vc_tta-tabs.vc_tta-tabs-position-top:not(.vc_tta-style-outline) .vc_tta-tabs-list>li>a h3,
.vc_tta-tabs.vc_tta-tabs-position-top:not(.vc_tta-style-outline) .vc_tta-tabs-list>li>a h4,
.vc_tta-tabs.vc_tta-tabs-position-top:not(.vc_tta-style-outline) .vc_tta-tabs-list>li>a h5,
.vc_tta-tabs.vc_tta-tabs-position-top:not(.vc_tta-style-outline) .vc_tta-tabs-list>li>a h6,
.vc_tta-tabs.vc_tta-tabs-position-top:not(.vc_tta-style-outline) .vc_tta-tabs-list>li>a .h7,
.vc_tta-tabs.vc_tta-tabs-position-top:not(.vc_tta-style-outline) .vc_tta-tabs-list>li>a .h8 {
    color: inherit;
}

.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-outline .vc_tta-tabs-container {
    margin-bottom: 30px;
}

.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-outline .vc_tta-tab>a {
    padding: 15px 40px;
    font-size: 14px;
    font-weight: 700;
    border-color: #e9e9e9;
    border-width: 1px;
}

.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-outline .vc_tta-tab.vc_active>a {
    background-color: #29243d;
    border-color: #29243d;
}

.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-outline .vc_tta-tab.vc_active>a * {
    color: #ffffff;
}

.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-outline .vc_tta-tab.vc_active>a:before,
.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-outline .vc_tta-tab.vc_active>a:after {
    display: none;
}

.vc_tta.vc_tta-style-outline .vc_tta-tab {
    margin: 0 -2px;
}

.vc_tta.vc_tta-style-outline .vc_tta-tab.vc_active>a {
    -webkit-transition: background 0.2s ease, color 0.2s ease, border 0.2s ease;
    -o-transition: background 0.2s ease, color 0.2s ease, border 0.2s ease;
    transition: background 0.2s ease, color 0.2s ease, border 0.2s ease;
}

.vc_tta.vc_general .vc_tta-panel-title {
    font-size: 20px;
}

.vc_tta .vc_tta-controls-icon:before,
.vc_tta .vc_tta-controls-icon:after {
    border-color: #29243d;
}

.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left,
.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right {
    overflow: hidden;
    border: 1px solid #e9e9e9;
}

.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container,
.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container {
    margin: 0;
    display: block;
    width: 26.7%;
    padding: 0;
    overflow: hidden;
}

.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list,
.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list {
    position: relative;
    margin: 0;
    width: 100%;
    z-index: 1;
    overflow: visible;
}

.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list:before,
.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list:before {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: block;
    height: 100%;
    content: "";
    background: #29243d;
    border-style: solid;
    border-color: #e9e9e9;
    z-index: 0;
}

.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list>li,
.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list>li {
    margin: 0;
    width: 100%;
}

.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list>li:before,
.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list>li:before,
.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list>li:after,
.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list>li:after {
    display: none;
}

.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list>li:not(.vc_active) a,
.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list>li:not(.vc_active) a {
    color: #ffffff;
    background-color: #29243d;
    -webkit-transition: color 0.25s ease, background 0.25s ease;
    -o-transition: color 0.25s ease, background 0.25s ease;
    transition: color 0.25s ease, background 0.25s ease;
}

.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list>li:not(.vc_active) a *,
.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list>li:not(.vc_active) a * {
    color: #ffffff;
}

.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list>li.vc_active a,
.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list>li.vc_active a {
    border-top: 2px solid #e9e9e9;
    border-right-color: transparent;
    border-left-color: transparent;
}

.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list>li.vc_active+li a,
.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list>li.vc_active+li a {
    border-top-color: #e9e9e9;
}

.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list>li:first-child a,
.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list>li:first-child a {
    border-top-color: transparent;
}

.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list>li>a,
.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list>li>a {
    width: 100%;
    padding: 22px 35px 18px;
    border-style: solid;
    -webkit-transition: color 0.2s ease, background 0.2s ease;
    -o-transition: color 0.2s ease, background 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease;
}

.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list:before {
    border-width: 2px 2px 0 0;
}

.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list>li>a {
    border-width: 2px 2px 0 0;
    border-color: #ffffff #e9e9e9 transparent transparent;
}

.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list:before {
    border-width: 2px 0 0 2px;
}

.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list>li>a {
    border-width: 2px 0 0 2px;
    border-color: #ffffff transparent transparent #e9e9e9;
}

.vc_tta-tab .icon,
.vc_tta-panel-title .icon {
    vertical-align: middle;
}

.tabs-vertical .tab-content {
    float: right;
    width: 73.3%;
    padding: 70px 50px 60px 60px;
}

@media (max-width: 767px) {
    .schedule .nav-wrapper h4,
    .nav-wrapper .nav.nav-schedule>li>a>h4 {
        font-size: 20px;
        margin-bottom: 0px;
        font-weight: 700;
    }
    .schedule .tab-content .nav.nav-schedule.open>li>a {
        font-weight: 500;
    }
    .schedule .nav-wrapper>span>p,
    .nav-wrapper .nav.nav-schedule>li>a>p {
        font-size: 12px;
        color: #8d93a0;
        line-height: 2.0em;
    }
    .schedule .tab-content .nav-current {
        padding: 5px 48px 5px 15px;
    }
    .nav-wrapper .nav.nav-schedule,
    .schedule .tab-content .nav-wrapper .nav.nav-schedule {
        float: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        padding: 0;
        height: auto;
        width: auto;
        max-height: 220px;
        text-align: left;
        background-color: #ffffff;
        border-style: solid;
        border-width: 0 1px 1px;
        border-color: #e9e9e9;
        z-index: 5;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-box-shadow: -1px 8px 16px 0 rgba(0, 0, 0, 0.18);
        box-shadow: -1px 8px 16px 0 rgba(0, 0, 0, 0.18);
        -webkit-overflow-scrolling: touch;
    }
    .nav-wrapper .nav.nav-schedule:before,
    .schedule .tab-content .nav-wrapper .nav.nav-schedule:before,
    .nav-wrapper .nav.nav-schedule:after,
    .schedule .tab-content .nav-wrapper .nav.nav-schedule:after {
        display: none;
    }
    .nav-wrapper .nav.nav-schedule>li,
    .schedule .tab-content .nav-wrapper .nav.nav-schedule>li {
        display: inline-block;
        width: 100%;
        border: none;
        background-color: transparent;
    }
    .nav-wrapper .nav.nav-schedule>li:before,
    .schedule .tab-content .nav-wrapper .nav.nav-schedule>li:before,
    .nav-wrapper .nav.nav-schedule>li:after,
    .schedule .tab-content .nav-wrapper .nav.nav-schedule>li:after {
        display: none;
    }
    .nav-wrapper .nav.nav-schedule>li.active,
    .schedule .tab-content .nav-wrapper .nav.nav-schedule>li.active {
        border: none;
        background-color: transparent;
    }
    .nav-wrapper .nav.nav-schedule>li.active>a,
    .schedule .tab-content .nav-wrapper .nav.nav-schedule>li.active>a,
    .nav-wrapper .nav.nav-schedule>li.active>a:hover,
    .schedule .tab-content .nav-wrapper .nav.nav-schedule>li.active>a:hover,
    .nav-wrapper .nav.nav-schedule>li.active>a:focus,
    .schedule .tab-content .nav-wrapper .nav.nav-schedule>li.active>a:focus {
        background-color: inherit;
        color: #29243d;
        border: none;
        opacity: 1;
    }
    .nav-wrapper .nav.nav-schedule>li.active>a *,
    .schedule .tab-content .nav-wrapper .nav.nav-schedule>li.active>a *,
    .nav-wrapper .nav.nav-schedule>li.active>a:hover *,
    .schedule .tab-content .nav-wrapper .nav.nav-schedule>li.active>a:hover *,
    .nav-wrapper .nav.nav-schedule>li.active>a:focus *,
    .schedule .tab-content .nav-wrapper .nav.nav-schedule>li.active>a:focus * {
        color: inherit;
    }
    .nav-wrapper .nav.nav-schedule>li>a,
    .schedule .tab-content .nav-wrapper .nav.nav-schedule>li>a,
    .nav-wrapper .nav.nav-schedule>li:not(.active)>a,
    .schedule .tab-content .nav-wrapper .nav.nav-schedule>li:not(.active)>a {
        display: inline-block;
        padding: 10px 15px;
        width: 100%;
        text-align: left;
        background-color: inherit;
        border: inherit;
        color: inherit;
    }
    .nav-wrapper .nav.nav-schedule>li>a:before,
    .schedule .tab-content .nav-wrapper .nav.nav-schedule>li>a:before,
    .nav-wrapper .nav.nav-schedule>li:not(.active)>a:before,
    .schedule .tab-content .nav-wrapper .nav.nav-schedule>li:not(.active)>a:before,
    .nav-wrapper .nav.nav-schedule>li>a:after,
    .schedule .tab-content .nav-wrapper .nav.nav-schedule>li>a:after,
    .nav-wrapper .nav.nav-schedule>li:not(.active)>a:after,
    .schedule .tab-content .nav-wrapper .nav.nav-schedule>li:not(.active)>a:after {
        display: none;
    }
    .nav-wrapper .nav.nav-schedule>li>a:hover,
    .schedule .tab-content .nav-wrapper .nav.nav-schedule>li>a:hover,
    .nav-wrapper .nav.nav-schedule>li:not(.active)>a:hover,
    .schedule .tab-content .nav-wrapper .nav.nav-schedule>li:not(.active)>a:hover,
    .nav-wrapper .nav.nav-schedule>li>a:focus,
    .schedule .tab-content .nav-wrapper .nav.nav-schedule>li>a:focus,
    .nav-wrapper .nav.nav-schedule>li:not(.active)>a:focus,
    .schedule .tab-content .nav-wrapper .nav.nav-schedule>li:not(.active)>a:focus,
    .nav-wrapper .nav.nav-schedule>li>a:active,
    .schedule .tab-content .nav-wrapper .nav.nav-schedule>li>a:active,
    .nav-wrapper .nav.nav-schedule>li:not(.active)>a:active,
    .schedule .tab-content .nav-wrapper .nav.nav-schedule>li:not(.active)>a:active {
        color: inherit;
        background-color: rgba(239, 241, 245, 0.4);
    }
    .nav-wrapper .nav.nav-schedule>li>a *,
    .schedule .tab-content .nav-wrapper .nav.nav-schedule>li>a *,
    .nav-wrapper .nav.nav-schedule>li:not(.active)>a *,
    .schedule .tab-content .nav-wrapper .nav.nav-schedule>li:not(.active)>a * {
        color: inherit;
    }
    .nav-wrapper .nav.nav-schedule>li>a *:last-child,
    .schedule .tab-content .nav-wrapper .nav.nav-schedule>li>a *:last-child,
    .nav-wrapper .nav.nav-schedule>li:not(.active)>a *:last-child,
    .schedule .tab-content .nav-wrapper .nav.nav-schedule>li:not(.active)>a *:last-child {
        margin-bottom: 0;
    }
    .nav-wrapper {
        margin-bottom: 20px;
    }
    .nav-wrapper .nav-current {
        display: block;
    }
    .tabs-vertical {
        overflow: visible;
        border: none;
    }
    .tabs-vertical .tab-content {
        float: none;
        width: auto;
        padding: 20px 0 30px;
    }
}


/* ----------------------------------------------------------------------------
    Panels
---------------------------------------------------------------------------- */

.panel-group .panel {
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-group .panel .panel-heading {
    padding: 0;
    border-radius: 0;
    border: none;
    border-bottom: none;
}

.panel-group .panel .panel-heading a {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 15px 15px 50px;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
}

.panel-group .panel .panel-heading a.collapsed {
    background-color: #f3f5f6;
    color: #51545b;
}

.panel-group .panel .panel-heading a.collapsed:before {
    content: '+';
}

.panel-group .panel .panel-heading a:hover,
.panel-group .panel .panel-heading a.collapsed:hover {
    background-color: #e9e9e9;
    color: #393b40;
}

.panel-group .panel .panel-heading a:before {
    position: absolute;
    left: 10px;
    display: inline-block;
    width: 30px;
    content: '-';
    font-size: 26px;
    font-weight: 100;
    text-align: center;
    line-height: inherit;
    color: inherit;
}

.panel-group .panel .panel-heading+.panel-collapse .panel-body {
    padding: 16px 30px;
    border: 1px solid #dadfe4;
    border-top: none;
}

.panel-group .panel+.panel {
    margin-top: 8px;
}

.panel-group-alt {
    line-height: 0;
}

.panel-group-alt .panel+.panel {
    margin-top: 6px;
}

.panel-group-alt .panel>a {
    display: block;
    padding: 12px 20px;
    font-family: "Roboto";
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.22em;
    border: 1px solid transparent;
    -webkit-transition: color 0.2s ease, background 0.2s ease;
    -o-transition: color 0.2s ease, background 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease;
}

.panel-group-alt .panel>a.collapsed {
    color: #262627;
    border-color: #eff1f5;
}

.panel-group-alt .panel>a:not(.collapsed) {
    color: #ffffff;
}

.panel-group-alt .panel>a:not(.collapsed) .fa {
    color: #ffffff;
}

.panel-group-alt .panel>a .fa {
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.panel-group-alt .panel .panel-body {
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #e9e9e9;
}

.panel-group-alt .panel .panel-body *:last-child {
    margin-bottom: 0;
}


/* ----------------------------------------------------------------------------
    Forms
---------------------------------------------------------------------------- */

.select2-container--default {
    /*
        Change dropdown appearance
     */
}

.select2-container--default .select2-selection--single {
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    margin: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #8d93a0;
    font-size: 13px;
    line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
    right: 12px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e9e9e9;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #29243d;
}

.select2-container .select2-selection--single {
    height: 39px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 32px 0 10px;
}

.select2-results__option {
    padding: 6px 11px;
}

.select2-dropdown {
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    z-index: 1000;
}

.form {
    zoom: 1;
    display: block;
    padding: 25px 12px;
}

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

.form:after {
    clear: both;
}

.form fieldset {
    position: relative;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 0;
    zoom: 1;
}

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

.form fieldset:after {
    clear: both;
}

.form.form-contacts {
    max-width: 460px;
}

.form.form-contacts textarea {
    max-height: 140px;
}

.registration-form {
    margin: 0 auto;
    max-width: 370px;
    background-color: #ffffff;
}

.newsletter-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 410px;
}

.newsletter-form fieldset {
    text-align: center;
}

.form-mail-us {
    padding: 0 0 0 40px;
}

.form-mail-us input[type="submit"].btn,
.form-mail-us input[type="submit"]a.add_to_cart {
    margin-top: 30px;
}

.form-group {
    zoom: 1;
    position: relative;
    margin: 0 0 10px;
}

.form-group:before,
.form-group:after {
    content: "";
    display: table;
}

.form-group:after {
    clear: both;
}

label {
    margin-bottom: 5px;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
}

label.error,
span.wpcf7-not-valid-tip {
    display: block;
    width: 100%;
    font-size: 11px;
    line-height: 1;
    color: #29243d;
}

textarea,
select,
input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email],
input[type=email],
input[type=password] {
    margin: 0 0 8px;
    vertical-align: top;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    color: #8d93a0;
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
    -o-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
}

textarea:hover,
input[type=text]:hover,
input[type=url]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=color]:hover,
input[type=email]:hover,
input[type=email]:hover,
input[type=password]:hover,
textarea:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=color]:focus,
input[type=email]:focus,
input[type=email]:focus,
input[type=password]:focus {
    color: #51545b;
}

textarea:not(textarea),
input[type=text]:not(textarea),
input[type=url]:not(textarea),
input[type=tel]:not(textarea),
input[type=number]:not(textarea),
input[type=color]:not(textarea),
input[type=email]:not(textarea),
input[type=email]:not(textarea),
input[type=password]:not(textarea) {
    height: 39px;
    padding: 0 10px;
    line-height: 35px;
}

textarea {
    padding: 5px 10px;
    resize: none;
    line-height: 20px;
    min-height: 120px;
}

select {
    margin: 0 0 15px;
    display: inline-block;
    width: 100%;
    height: 39px;
    cursor: pointer;
    outline: none;
}

select option {
    padding: 2px 10px;
}

input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    margin: 0 15px 0 0;
    vertical-align: text-bottom;
    width: 23px;
    height: 23px;
    border: 1px solid #e9e9e9;
    background-color: #ffffff;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: border 0.15s ease;
    -o-transition: border 0.15s ease;
    transition: border 0.15s ease;
}

input[type=checkbox]:hover,
input[type=checkbox]:focus {
    border-color: #dcdcdc;
}

input[type=checkbox]:before {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 15px;
    height: 10px;
    content: "";
    border-style: solid;
    border-width: 0 0 2px 2px;
    border-color: transparent transparent #51545b #51545b;
    border-radius: 1px;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

input[type=checkbox]:checked:before {
    opacity: 1;
}

input[type=checkbox]+p,
input[type=checkbox]+label {
    display: inline;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
    outline: none;
}

input.btn,
inputa.add_to_cart {
    margin: 0 auto;
}


/* contacts forms fix */

.wpcf7-form-control-wrap {
    position: static;
}

div.wpcf7 img.ajax-loader {
    position: absolute;
    margin: 23px 10px;
    opacity: 0.8;
}

div.wpcf7 .btn-sm+img.ajax-loader {
    margin: 11px 10px;
}

span.wpcf7-not-valid-tip {
    text-align: left;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-response-output,
div.wpcf7-validation-errors {
    border: none;
    margin: 0;
    padding: 0;
    padding: 0 30px;
}

div.wpcf7-validation-errors {
    color: #b90f13;
}

div.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 1px solid #ff0000;
    color: #C10000;
}

div.wpcf7-response-output {
    margin: 1em 0;
    padding: 12px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

div.wpcf7-mail-sent-ok {
    color: #68a74c;
}

button.btn.wpcf7-submit,
buttona.add_to_cart.wpcf7-submit {
    position: relative;
    margin: 0px 0px 0px 0px;
}

button.btn.wpcf7-submit:not(.btn-lg),
buttona.add_to_cart.wpcf7-submit:not(.btn-lg) {
    padding-left: 30px;
    padding-right: 30px;
}

button.btn.wpcf7-submit .wpcf-loader,
buttona.add_to_cart.wpcf7-submit .wpcf-loader {
    position: absolute;
    margin: 0;
    opacity: 0;
    padding: 0;
    padding-left: 0.475em;
    font-size: 1.3em;
    line-height: 0.7;
    color: inherit !important;
    -webkit-animation: spinLoader 1.2s linear infinite;
    -o-animation: spinLoader 1.2s linear infinite;
    animation: spinLoader 1.2s linear infinite;
    -webkit-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

button.btn.wpcf7-submit.btn-sm .wpcf-loader,
buttona.add_to_cart.wpcf7-submit.btn-sm .wpcf-loader {
    font-size: 1.2em;
    line-height: 0.9;
}

button.btn.wpcf7-submit.loading .wpcf-loader,
buttona.add_to_cart.wpcf7-submit.loading .wpcf-loader {
    opacity: 1;
}

@-webkit-keyframes spinLoader {
    from {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinLoader {
    from {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinLoader {
    from {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinLoader {
    from {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Media queries */

@media (max-width: 991px) {
    .form-mail-us {
        padding: 0 0 0 20px;
    }
}

@media (max-width: 991px) {
    .form-mail-us {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .form-mail-us {
        padding-top: 40px;
    }
    .form-mail-us [class*="col-"] {
        padding: 0;
    }
}


/* ----------------------------------------------------------------------------
    Tables
---------------------------------------------------------------------------- */

table,
.table {
    text-align: left;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #e9e9e9;
    width: 100%;
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
}

table tr:nth-child(even),
.table tr:nth-child(even) {
    background: #F3F3F3;
}

table>thead>tr>th,
.table>thead>tr>th,
table>thead>tr>td,
.table>thead>tr>td {
    font-family: "Roboto";
    font-weight: 600;
    color: #ffffff;
    border: none !important;
}

table>thead>tr>th,
.table>thead>tr>th,
table>tbody>tr>th,
.table>tbody>tr>th,
table>tfoot>tr>th,
.table>tfoot>tr>th,
table>thead>tr>td,
.table>thead>tr>td,
table>tbody>tr>td,
.table>tbody>tr>td,
table>tfoot>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle;
    padding: 10px 15px;
    border-style: solid;
    border-width: 0 1px 0 1px;
    border-color: #e9e9e9;
}


/* Media queries */

@media (max-width: 767px) {
    .table>thead>tr>th,
    .table>tbody>tr>th,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>tbody>tr>td,
    .table>tfoot>tr>td {
        padding: 10px;
    }
}


/* ----------------------------------------------------------------------------
    Text with icon
---------------------------------------------------------------------------- */

.vnp-text-icon {
    position: relative;
    margin: 0 0 30px;
    padding: 0;
}

.vnp-text-icon .vnp-service-content h6 {
    margin-top: 0;
}

.vnp-text-icon .vnp-service-icon {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 1;
}

.vnp-text-icon .vnp-service-icon>span {
    margin: 0;
    display: inline-block;
    font-size: 3.2em;
    text-align: center;
    line-height: inherit;
    border-style: solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vnp-text-icon .vnp-service-icon>span:before {
    line-height: 1;
    color: inherit;
}

.vnp-text-icon.icon-top .vnp-service-icon,
.vnp-text-icon.icon-bottom .vnp-service-icon {
    display: block;
}

.vnp-text-icon.icon-top .vnp-service-content,
.vnp-text-icon.icon-bottom .vnp-service-content {
    text-align: center;
}

.vnp-text-icon.icon-left .vnp-service-icon,
.vnp-text-icon.icon-right .vnp-service-icon {
    top: 50%;
    display: inline-block;
}

.vnp-text-icon.icon-left .vnp-service-icon>span,
.vnp-text-icon.icon-right .vnp-service-icon>span {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vnp-text-icon.icon-top {
    padding-top: 62px;
}

.vnp-text-icon.icon-top .vnp-service-icon {
    top: 0;
}

.vnp-text-icon.icon-top .vnp-service-icon>span {
    vertical-align: top;
}

.vnp-text-icon.icon-bottom {
    padding-bottom: 52px;
}

.vnp-text-icon.icon-bottom .vnp-service-icon {
    bottom: 0;
}

.vnp-text-icon.icon-bottom .vnp-service-icon>span {
    vertical-align: bottom;
}

.vnp-text-icon.icon-left {
    padding-left: 72px;
}

.vnp-text-icon.icon-left .vnp-service-content {
    text-align: left;
}

.vnp-text-icon.icon-left .vnp-service-icon {
    right: auto;
}

.vnp-text-icon.icon-right {
    padding-right: 72px;
}

.vnp-text-icon.icon-right .vnp-service-content {
    text-align: right;
}

.vnp-text-icon.icon-right .vnp-service-icon {
    left: auto;
}

.vnp-text-icon.icon-single.icon-right .vnp-service-icon>span,
.vnp-text-icon.icon-single.icon-left .vnp-service-icon>span {
    width: 1em;
    height: 1em;
    border-width: 0;
    border-style: none;
    background: none;
    border-radius: 0;
}

.vnp-text-icon.icon-border .vnp-service-icon>span {
    width: 2em;
    height: 2em;
    padding: 0.44em 0;
    font-size: 1.65em;
    border-width: 2px;
    border-color: #29243d;
}

.vnp-text-icon.icon-border .vnp-service-icon>span:before {
    vertical-align: top;
}

.vnp-text-icon.icon-border.icon-border-solid .vnp-service-icon>span {
    border-style: solid;
}

.vnp-text-icon.icon-border.icon-border-dashed .vnp-service-icon>span {
    border-style: dashed;
}

.vnp-text-icon.icon-border.icon-border-dotted .vnp-service-icon>span {
    border-style: dotted;
}

.vnp-text-icon.icon-solid .vnp-service-icon>span {
    width: 2em;
    height: 2em;
    padding: 0.44em 0;
    font-size: 1.65em;
    color: #ffffff;
    background-color: #29243d;
    border-width: 2px;
    border-style: solid;
    border-color: #29243d;
}

.vnp-text-icon.icon-solid .vnp-service-icon>span:before {
    vertical-align: top;
}

.vnp-text-icon.icon-round .vnp-service-icon>span {
    border-radius: 50%;
}

.vnp-text-icon.icon-square .vnp-service-icon>span {
    border-radius: 0;
}

.vnp-text-icon.icon-round-square .vnp-service-icon>span {
    border-radius: 3px;
}


/* ----------------------------------------------------------------------------
    Thumbnails
---------------------------------------------------------------------------- */

.thumb-wrapper {
    position: relative;
    margin: 15px 0;
    display: block;
    max-width: 100%;
    overflow: hidden;
}

.thumb-wrapper img {
    max-width: 100%;
}

.thumb-wrapper .overlay {
    top: auto;
    padding: 15px;
    font-size: 18px;
    font-weight: 100;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    background-color: transparent;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

.thumb-wrapper:hover .overlay {
    top: 0;
}


/* ----------------------------------------------------------------------------
    Testimonials
---------------------------------------------------------------------------- */

.testimonials {
    zoom: 1;
    font-size: 0;
    text-align: left;
}

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

.testimonials:after {
    clear: both;
}

@media (min-width: 768px) {
    .testimonials-2-columns .testimonial-col {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .testimonials-3-columns .testimonial-col {
        width: 33.33333333%;
    }
}

@media (min-width: 768px) {
    .testimonials-4-columns .testimonial-col {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .testimonials-4-columns .testimonial-col {
        width: 25%;
    }
}

.testimonial-col {
    display: block;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    font-size: 15px;
}

@media (min-width: 768px) {
    .testimonial-col {
        display: inline-block;
    }
}

@media (max-width: 991px) {
    .testimonial-col {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.testimonial .text-box {
    position: relative;
    margin: 0 0 13px;
    padding: 40px 30px;
    text-align: center;
    background-color: #f3f5f6;
    border: 1px solid #e9e9e9;
}

.testimonial .text-box:before,
.testimonial .text-box:after {
    position: absolute;
    bottom: -30px;
    left: 48px;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
}

.testimonial .text-box:before {
    border-width: 0 31px 30px 0;
    border-color: transparent #e9e9e9 transparent transparent;
}

.testimonial .text-box:after {
    margin: 0 0 4px 3px;
    border-width: 0 26px 26px 0;
    border-color: transparent #f3f5f6 transparent transparent;
}

.testimonial .author-block {
    position: relative;
    min-height: 70px;
    padding: 17px 0 0 93px;
    text-align: left;
    line-height: 0;
}

.testimonial .author-block * {
    line-height: 1.5;
}

.testimonial .author-block .photo-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.testimonial .author-block .name {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.testimonial .author-block .company {
    display: inline-block;
}

@media (max-width: 991px) {
    .testimonial .text-box {
        padding: 15px;
    }
    .testimonial .text-box:before,
    .testimonial .text-box:after {
        left: 35px;
    }
    .testimonial .author-block {
        padding-left: 75px;
    }
    .testimonial .author-block .photo-container {
        top: 10px;
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 767px) {
    .testimonial {
        margin-bottom: 25px;
    }
    .testimonial .author-block {
        min-height: 70px;
    }
    .testimonial .author-block .name {
        width: 100%;
    }
}


/* ----------------------------------------------------------------------------
    Prices column
---------------------------------------------------------------------------- */

.pricetable {
    zoom: 1;
}

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

.pricetable:after {
    clear: both;
}

@media (min-width: 768px) {
    .pricetable {
        text-align: center;
    }
}

.pricetable.pricetable-1-columns .pricetable-col {
    width: 100%;
}

@media (min-width: 768px) {
    .pricetable.pricetable-2-columns .pricetable-col {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .pricetable.pricetable-3-columns .pricetable-col {
        width: 33.33333333%;
    }
}

@media (min-width: 768px) {
    .pricetable.pricetable-4-columns .pricetable-col {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .pricetable.pricetable-4-columns .pricetable-col {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .pricetable.pricetable-tiled.pricetable-2-columns .pricetable-col {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .pricetable.pricetable-tiled.pricetable-2-columns .pricetable-col {
        width: 50%;
    }
}

.pricetable .pricetable-col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .pricetable .pricetable-col {
        padding-left: 5px;
        padding-right: 5px;
        display: inline-block;
        vertical-align: top;
    }
}

.pricetable .package-column {
    position: relative;
    margin: 0 auto;
    max-width: 369px;
    padding: 47px 15px 43px;
    text-align: center;
    border: 1px solid #29243d;
    overflow: hidden;
    -webkit-transition: background 0.25s ease-in-out;
    -o-transition: background 0.25s ease-in-out;
    transition: background 0.25s ease-in-out;
}

.pricetable .package-column .sale-label {
    position: absolute;
    top: -12px;
    left: -57px;
    display: inline-block;
    width: 150px;
    padding-top: 25px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pricetable .package-column .package-title {
    margin-bottom: 15px;
    color: #29243d;
    font-size: 20px;
}

.pricetable .package-column .package-price {
    font-size: 70px;
    font-family: Roboto;
    font-weight: 700;
    line-height: 1;
    color: #333333;
}

.pricetable .package-column .package-price .currency {
    font-size: 45px;
    vertical-align: top;
    line-height: 1;
}

.pricetable .package-column .package-detail {
    padding: 15px 0 25px;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.pricetable .package-column .package-detail ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pricetable .package-column .package-detail ul li {
    line-height: 29px;
}

.pricetable .package-column .package-detail ul li.disabled {
    color: #d9d9d9;
}

.pricetable .package-column .package-detail ul li .check-icon {
    margin-right: 10px;
    color: #91d539;
}

.pricetable .package-column .package-detail ul li .absent-icon {
    margin-right: 10px;
    color: #ebebeb;
}

.pricetable .package-column .btn,
.pricetable .package-column a.add_to_cart {
    margin: 0 !important;
    min-width: 0;
    max-width: 100%;
    text-align: center;
}

.pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn,
.pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart {
    min-width: 0 !important;
}

.pricetable-alt .package-column {
    padding: 23px 15px 37px;
}

.pricetable-alt .package-column .package-detail {
    padding: 17px 0 11px;
}

.pricetable-alt .package-column.special-column .sale-label {
    display: none;
}

.pricetable-alt .package-column.special-column .package-title,
.pricetable-alt .package-column.special-column .package-price,
.pricetable-alt .package-column.special-column .package-detail {
    color: #ffffff;
}

.pricetable-alt .package-column.special-column .package-detail ul li.disabled {
    color: rgba(255, 255, 255, 0.5);
}

.pricetable-alt .package-column.special-column .package-detail ul li.disabled .absent-icon {
    color: inherit;
}

.pricetable-alt .package-column.special-column .btn,
.pricetable-alt .package-column.special-column .btn:hover,
.pricetable-alt .package-column.special-column .btn:focus,
.pricetable-alt .package-column.special-column .btn:active,
.pricetable-alt .package-column.special-column .btn.hovered,
.pricetable-alt .package-column.special-column .btn.pressed,
.pricetable-alt .package-column.special-column a.add_to_cart,
.pricetable-alt .package-column.special-column a.add_to_cart:hover,
.pricetable-alt .package-column.special-column a.add_to_cart:focus,
.pricetable-alt .package-column.special-column a.add_to_cart:active,
.pricetable-alt .package-column.special-column a.add_to_cart.hovered,
.pricetable-alt .package-column.special-column a.add_to_cart.pressed {
    color: #29243d;
    background-color: #ffffff;
    -webkit-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    -webkit-box-shadow: inset 0 65px 0 transparent !important;
    box-shadow: inset 0 65px 0 transparent !important;
}

.pricetable-alt .package-column.special-column .btn:hover,
.pricetable-alt .package-column.special-column .btn:focus,
.pricetable-alt .package-column.special-column .btn.hovered,
.pricetable-alt .package-column.special-column a.add_to_cart:hover,
.pricetable-alt .package-column.special-column a.add_to_cart:focus,
.pricetable-alt .package-column.special-column a.add_to_cart.hovered {
    -webkit-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.04) !important;
    box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.04) !important;
}

.pricetable-alt .package-column.special-column .btn:active,
.pricetable-alt .package-column.special-column .btn.pressed,
.pricetable-alt .package-column.special-column a.add_to_cart:active,
.pricetable-alt .package-column.special-column a.add_to_cart.pressed {
    -webkit-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.08) !important;
    box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.08) !important;
}

.package-panel {
    position: relative;
    margin: 0 auto;
    max-width: 640px;
    padding: 30px 192px 30px 30px;
    text-align: left;
    border-style: solid;
    border-width: 1px;
}

.package-panel .package-title {
    margin: 0 0 10px;
    font-size: 20px;
    color: #29243d;
}

.package-panel .buy-btn {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    width: 189px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    z-index: 1;
}

.package-panel .buy-btn:hover:before {
    opacity: 0.28;
}

.package-panel .buy-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #ffffff;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.package-panel .buy-btn .centered {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -58px;
}

.package-panel .buy-btn .price {
    font-size: 60px;
    font-family: Roboto;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px;
    padding-top: 15px;
}

.package-panel .buy-btn .price .currency {
    font-size: 45px;
    vertical-align: top;
    line-height: 1;
}

.package-panel .buy-btn .heading-alt {
    text-transform: uppercase;
    color: #ffffff;
}

.package-panel .package-detail ul {
    vertical-align: top;
    display: inline-block;
}

.package-panel .package-detail ul:first-child {
    padding-right: 40px;
}

.package-panel .package-detail ul li {
    line-height: 29px;
}

.package-panel .package-detail ul li .fa {
    margin-right: 10px;
}

.package-panel .package-detail ul li .check-icon {
    color: #91d539;
}

.package-panel .package-detail ul li .absent-icon {
    color: #ebebeb;
}

.package-panel .package-detail ul li.disabled {
    color: #d9d9d9;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .package-column {
        padding: 20px 10px 20px;
    }
    .package-panel .package-detail ul {
        display: block;
    }
    .package-panel .package-detail ul:first-child {
        padding-right: 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .package-panel {
        margin-bottom: 40px;
        padding-right: 150px;
    }
    .package-panel .buy-btn {
        width: 140px;
    }
    .package-panel .buy-btn .centered {
        margin-top: -47px;
    }
    .package-panel .buy-btn .price {
        margin-bottom: 14px;
        font-size: 59.8885px;
    }
}

@media (max-width: 767px) {
    .package-column,
    .package-column.special-column,
    .package-column:first-child {
        margin: 0 auto 10px;
    }
    .package-panel {
        margin: 0 auto 40px;
    }
    .package-panel .package-price,
    .package-column .package-price {
        font-size: 40px;
    }
    .package-panel .package-price .currency,
    .package-column .package-price .currency {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .package-panel {
        margin-bottom: 40px;
        padding: 0;
    }
    .package-panel .package-detail {
        padding: 0 20px 20px;
    }
    .package-panel .package-detail ul {
        display: block;
    }
    .package-panel .package-detail ul:first-child {
        padding-right: 0;
    }
    .package-panel .package-title {
        padding: 20px 20px 0;
    }
    .package-panel .buy-btn {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        margin: 0 -1px -1px;
        display: block;
        width: auto;
        padding: 20px 0;
    }
    .package-panel .buy-btn .centered {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        margin: 0;
    }
    .package-panel .buy-btn .price {
        margin-bottom: 14px;
        font-size: 59.8885px;
    }
    .package-panel .buy-btn h6 {
        margin-bottom: 0;
    }
}


/* ----------------------------------------------------------------------------
    Socials navigation
---------------------------------------------------------------------------- */

.socials-nav {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    text-align: center;
}

.socials-nav-item {
    margin: 0 12px;
    display: inline-block;
    width: 24px;
    font-size: 16.3331px;
}

.socials-nav-item a {
    display: inline-block;
    padding: 2px 6px;
}

.socials-nav-item a:not(:hover):not(:active):not(:focus) {
    color: #ffffff;
}

.socials-nav-item a .fa {
    color: inherit;
}

@media (max-width: 991px) {
    .socials-nav {
        top: 30px;
    }
}

@media (max-width: 767px) {
    .socials-nav {
        position: relative;
        top: auto;
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .socials-nav-item {
        margin: 0 6px;
    }
}


/* ----------------------------------------------------------------------------
    Counters
---------------------------------------------------------------------------- */

.counters-wrapper:not(.inline-layout) {
    font-size: 0;
}

.counters-wrapper>* {
    font-size: 15px;
}

.counters-wrapper>.countdown-row {
    font-size: inherit;
}

[class*="format-length-"] .counter-block .counter-content>.count {
    min-height: 0;
}

.counter-block {
    margin: 16px;
    vertical-align: middle;
    display: inline-block;
    width: 168px;
    height: 168px;
    text-align: center;
}

.counter-block.counter-block-solid .counter-box {
    border-width: 0;
    border-color: transparent;
}

.counter-block.counter-block-solid .counter-content {
    padding: 0 20px;
}

.counter-block.counter-block-solid .counter-content * {
    color: #ffffff;
}

.counter-block.hero-countdown {
    width: auto;
    height: auto;
    margin: 0 25px;
}

.counter-block.hero-countdown .counter-content>.count {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    color: #ffffff;
}

.counter-block.hero-countdown .counter-box {
    border: 0;
    background-color: transparent;
    color: #29243d;
    font-family: "PT Sans Caption", Roboto;
    font-size: 20px;
}

.counter-block.hero-countdown .counter-box .counter-content .count {
    color: #29243d;
}

.counter-block.hero-countdown .counter-box .counter-content .title {
    color: #ffffff;
}

.counter-block.counter-block-border .counter-box {
    background-color: transparent;
}

.counter-block.counter-block-no-border+.counter-block .counter-content>.fa,
.counter-block.counter-block-no-border+.counter-block .counter-content>.count {
    position: relative;
}

.counter-block.counter-block-no-border+.counter-block .counter-content>.fa:after,
.counter-block.counter-block-no-border+.counter-block .counter-content>.count:after {
    position: absolute;
    top: 25%;
    left: -18px;
    bottom: 25%;
    width: 2px;
    display: block;
    content: "";
    background-color: #eff1f5;
}

.counter-block.counter-block-no-border .counter-box {
    background-color: transparent;
    border: none;
    display: flex;
    flex-direction: column;
}

.counter-block.counter-block-no-border .counter-box .counter-content {
    vertical-align: middle;
    padding: 0;
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 10px;
}

.counter-block.counter-block-no-border .counter-box .title {
    font-family: "Roboto";
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6em;
    line-height: 18px;
}

.counter-block.counter-block-white+.counter-block .counter-content>.fa,
.counter-block.counter-block-white+.counter-block .counter-content>.count {
    position: relative;
}

.counter-block.counter-block-white+.counter-block .counter-content>.fa:after,
.counter-block.counter-block-white+.counter-block .counter-content>.count:after {
    position: absolute;
    top: 25%;
    left: -18px;
    bottom: 25%;
    width: 2px;
    display: block;
    content: "";
    background-color: rgba(255, 255, 255, 0.7);
}

.counter-block.counter-block-white .counter-box {
    background-color: transparent;
    border: none;
}

.counter-block.counter-block-white .counter-content * {
    color: #ffffff;
}

.counter-box {
    display: table;
    width: 100%;
    height: 100%;
    background-color: #f3f5f6;
    border-style: solid;
    border-width: 2px;
    border-color: #eff1f5;
}

.counter-box .counter-content {
    vertical-align: middle;
    display: table-cell;
    padding: 0 16px;
}

.counter-box .counter-content>.count {
    font-family: "Roboto";
    font-size: 50px;
    font-weight: 700;
}


/* .counter-box .counter-content > .counter-cc .count {
  display: inline-block;
  width: 100%;
  min-height: 92px;
  font-family: "Roboto";
  font-size: 80px;
  font-weight: 700;
  line-height: 100px;
} */

.counter-box .counter-content>.fa {
    width: 100%;
    font-size: 78px;
    line-height: 100px;
}

.counter-box .counter-content .title {
    color: #D3D5DA;
    margin: 0;
    font-size: 13px;
    line-height: 16px;
}

.countdown-section>span {
    display: inline;
}

.countdown-section>span:after {
    content: " ";
}

@media (min-width: 1200px) {
    .format-length-6 .counter-block {
        width: 152px;
        height: 152px;
    }
    .format-length-6 .counter-block .counter-content {
        padding: 0 15px;
    }
    .format-length-6 .counter-block .counter-content>.count {
        line-height: 90px;
    }
    .format-length-7 .counter-block {
        margin: 10px;
        width: 136px;
        height: 136px;
    }
    .format-length-7 .counter-block .counter-content {
        padding: 0 15px;
    }
    .format-length-7 .counter-block .counter-content>.count {
        font-size: 70px;
        line-height: 80px;
    }
}

@media (max-width: 1199px) {
    .format-length-5 .counter-block {
        width: 150px;
        height: 150px;
    }
    .format-length-5 .counter-block .counter-content>.count {
        font-size: 70px;
        line-height: 90px;
    }
    .format-length-6 .counter-block {
        margin: 10px;
        width: 130px;
        height: 130px;
    }
    .format-length-6 .counter-block .counter-content {
        padding: 0 15px;
    }
    .format-length-6 .counter-block .counter-content>.count {
        font-size: 70px;
        line-height: 80px;
    }
    .format-length-7 .counter-block {
        margin: 10px;
        width: 110px;
        height: 110px;
    }
    .format-length-7 .counter-block .counter-content {
        padding: 0 10px;
    }
    .format-length-7 .counter-block .counter-content>.count {
        font-size: 60px;
        line-height: 70px;
    }
}

@media (max-width: 991px) {
    .counter-block.counter-block-no-border .counter-box .title {
        letter-spacing: 0;
    }
    .counter-block {
        margin: 0;
        width: 150px;
        height: 150px;
    }
    .counter-block.counter-block-no-border+.counter-block .counter-content>.fa:after,
    .counter-block.counter-block-no-border+.counter-block .counter-content>.count:after {
        left: -12px;
    }
    .counter-block.counter-block-no-border .counter-box .counter-content .title {
        letter-spacing: 0.3em;
    }
    .counter-box .counter-content>.fa,
    .counter-box .counter-content>.count {
        line-height: 90px;
    }
    .format-length-5 .counter-block {
        margin: 10px;
        width: 116px;
        height: 116px;
    }
    .format-length-5 .counter-block .counter-content {
        padding: 0 10px;
    }
    .format-length-5 .counter-block .counter-content>.count {
        font-size: 60px;
        line-height: 70px;
    }
    .format-length-6 .counter-block {
        width: 94px;
        height: 94px;
    }
    .format-length-6 .counter-block .counter-content {
        padding: 0 10px;
    }
    .format-length-6 .counter-block .counter-content>.count {
        font-size: 50px;
        line-height: 54px;
    }
    .format-length-7 .counter-block {
        width: 78px;
        height: 78px;
    }
    .format-length-7 .counter-block .counter-content {
        padding: 0 6px;
    }
    .format-length-7 .counter-block .counter-content>.count {
        font-size: 46px;
        line-height: 46px;
    }
}

@media (max-width: 767px) {
    .plus-counter .counter-box .counter-content>.count {
        padding-right: 0 !important;
    }
    .ab {
        font-size: 12px !important;
    }
    .counter-block {
        margin: 5px;
    }
    .counter-block.hero-countdown {
        margin-left: 2px;
        margin-right: 2px;
        width: auto;
        height: auto;
    }
    .counter-block.hero-countdown .counter-content>.count {
        font-size: 32px;
        line-height: 30px;
    }
    .counter-box .counter-content>.fa,
    .counter-box .counter-content>.count {
        font-size: 50px;
        line-height: 65px;
    }
    .counter-block.counter-block-no-border+.counter-block .counter-content>.fa:after,
    .counter-block.counter-block-no-border+.counter-block .counter-content>.count:after {
        left: -7px;
    }
    .counter-block.counter-block-no-border .counter-box .counter-content .title {
        letter-spacing: 0.3em;
    }
}

@media (max-width: 540px) {
    .counter-block.counter-block-no-border+.counter-block .counter-content>.fa:after,
    .counter-block.counter-block-no-border+.counter-block .counter-content>.count:after {
        display: none;
    }
}


/* ----------------------------------------------------------------------------
    Gallery
---------------------------------------------------------------------------- */

.vc_gitem-zone .vc-zone-link {
    overflow: hidden;
    z-index: 10;
}

.vc_gitem-zone .vc-zone-link:hover:before,
.vc_gitem-zone .vc-zone-link:active:before {
    opacity: 1;
}

.vc_gitem-zone .vc-zone-link:hover:after,
.vc_gitem-zone .vc-zone-link:active:after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.vc_gitem-zone .vc-zone-link:active:after {
    -webkit-box-shadow: 0 0 30px 4px #29243d;
    box-shadow: 0 0 30px 4px #29243d;
}

.vc_gitem-zone .vc-zone-link:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
}

.vc_gitem-zone .vc-zone-link:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    display: inline-block;
    width: 60px;
    height: 60px;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    text-align: center;
    line-height: 59px;
    color: #ffffff;
    content: "\f002";
    background-color: #29243d;
    border-radius: 50%;
    opacity: 0;
    z-index: 2;
    -webkit-box-shadow: 0 0 0 0 rgba(208, 37, 45, 0.5);
    box-shadow: 0 0 0 0 rgba(208, 37, 45, 0.5);
    -webkit-transition: box-shadow 0.2s ease-out, opacity 0.25s ease-out, transform 0.25s ease-out;
    -o-transition: box-shadow 0.2s ease-out, opacity 0.25s ease-out, transform 0.25s ease-out;
    transition: box-shadow 0.2s ease-out, opacity 0.25s ease-out, transform 0.25s ease-out;
    -webkit-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
}


/* ----------------------------------------------------------------------------
    Speakers
---------------------------------------------------------------------------- */

.speakers-full {
    font-size: 0;
    text-align: left;
}

.speakers-full.photo-sm .photo-wrapper {
    max-width: 170px;
}

.speakers-full.photo-md .photo-wrapper {
    max-width: 200px;
}

.speakers-full.photo-lg .photo-wrapper {
    max-width: 250px;
}

.speakers-full.photo-round-shape .photo-wrapper {
    border-radius: 50%;
}

.speakers-full.photo-rounded-square-shape .photo-wrapper {
    border-radius: 10px;
}

.speakers-full.photo-square-shape .photo-wrapper {
    border-radius: 0;
}

@media (min-width: 768px) {
    .speakers-2-columns .speaker-col {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .speakers-3-columns .speaker-col {
        width: 33.33333333%;
    }
}

@media (min-width: 768px) {
    .speakers-4-columns .speaker-col {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .speakers-4-columns .speaker-col {
        width: 25%;
    }
}

.speaker-col {
    display: block;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    font-size: 15px;
}

@media (min-width: 768px) {
    .speaker-col {
        display: inline-block;
    }
}

.speakers .speaker {
    margin-bottom: 40px;
    text-align: center;
}

.speakers .speaker .photo-wrapper {
    margin: 0 auto 20px;
    width: 100%;
    overflow: hidden;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.speakers .speaker .photo-wrapper:before {
    content: "";
    padding-bottom: 100%;
    display: block;
}

.speakers .speaker .photo-wrapper.photo-sm {
    max-width: 170px;
}

.speakers .speaker .photo-wrapper.photo-md {
    max-width: 200px;
}

.speakers .speaker .photo-wrapper.photo-lg {
    max-width: 250px;
}

.speakers .speaker .photo-wrapper.photo-round-shape {
    border-radius: 50%;
}

.speakers .speaker .photo-wrapper.photo-rounded-square-shape {
    border-radius: 10px;
}

.speakers .speaker .photo-wrapper.photo-square-shape {
    border-radius: 0;
}

.speakers .speaker .photo-wrapper.photo-none-shape:before {
    display: none;
}

.speakers .speaker .photo-wrapper.photo-none-shape img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.speakers .speaker .name {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 14px;
    letter-spacing: 0.3em;
    font-weight: 700;
}

.speakers .speaker small {
    font-size: 14px;
}

.speakers .speaker .about {
    padding: 0 15px;
}

.speakers .speaker .speaker-socials {
    padding: 0;
}

.speakers .speaker .speaker-socials>li {
    padding: 0 10px;
    display: inline-block;
    text-align: center;
}

.speakers .speaker .speaker-socials>li a {
    display: inline-block;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.speakers .speaker .speaker-socials>li a:not(:hover):not(:focus):not(:active) .fa {
    background-color: transparent;
    border-color: #e9e9e9;
}

.speakers .speaker .speaker-socials>li a:hover .fa,
.speakers .speaker .speaker-socials>li a:focus .fa,
.speakers .speaker .speaker-socials>li a:active .fa {
    color: #ffffff;
}

.speakers .speaker .speaker-socials>li .fa {
    width: 30px;
    height: 30px;
    line-height: 27px;
    border-radius: 50%;
    border: 2px solid;
    margin-bottom: 5px;
    -webkit-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
    -o-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
}

.hide-socials .speaker-socials {
    opacity: 0;
    -webkit-transition: all 0.2s;
}

.hide-socials .speaker-col:hover .speaker-socials {
    opacity: 1;
}

.speakers.masonry {
    margin-bottom: auto !important;
}

.speakers.masonry.masonry-6-columns:not(.width940):not(.width720):not(.width620):not(.width380) .speaker-top {
    padding-left: 55px;
}

.speakers.masonry.masonry-6-columns:not(.width940):not(.width720):not(.width620):not(.width380) .speaker-top .photo-wrapper {
    width: 50px;
    height: 50px;
}

.speakers.masonry .masonry-item {
    vertical-align: top;
    padding: 10px 15px;
    text-align: left;
    font-size: 15px;
}

.speakers.masonry .speaker-top {
    position: relative;
    margin-bottom: 15px;
    padding-left: 85px;
    min-height: 70px;
}

.speakers.masonry .speaker-top .speaker-title {
    vertical-align: bottom;
    display: table-cell;
    height: 45px;
    padding-bottom: 2px;
}

.speakers.masonry .speaker-top .name {
    margin: 0;
}

.speakers.masonry .speaker-top .name+p {
    margin: 0;
    line-height: 16px;
}

.speakers.masonry .speaker-top .photo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.speakers.masonry .speaker-top .speaker-socials>li {
    padding: 0 10px 0 0;
}

.speakers.masonry .speaker-top .speaker-socials>li .fa {
    width: 20px;
    height: 20px;
    font-size: 11px;
    line-height: 18px;
}

.speakers.masonry .about {
    margin: 0;
    padding: 0;
}

@media (max-width: 480px) {
    .speakers.masonry .speaker-top {
        padding-left: 60px;
        min-height: 50px;
    }
    .speakers.masonry .speaker-top .photo-wrapper {
        top: 5px;
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 991px) {
    .speaker p {
        margin: 0 0 0.7em;
    }
    .speaker .about {
        padding: 0;
    }
    .speaker .speaker-socials>li {
        padding: 0 3px;
    }
    .hide-socials .speaker-col .speaker-socials {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .speaker {
        margin-bottom: 20px;
    }
}


/* TO REFACTOR */

.single .speakers h2 {
    margin-bottom: 0px;
}

.single .speakers .speaker-socials {
    margin-bottom: 20px;
}


/* ----------------------------------------------------------------------------
    Sponsors
---------------------------------------------------------------------------- */

.sponsors-column-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


/* ----------------------------------------------------------------------------
    Contacts
---------------------------------------------------------------------------- */

.map {
    min-height: 260px;
}

.contacts-wrapper-color {
    position: relative;
    padding: 58px 0 40px;
    border-style: solid;
    border-width: 2px 0;
    border-color: #e9e9e9;
}

.contacts-wrapper-color:before {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: 0;
    width: 50%;
    content: "";
    z-index: 0;
}

.contacts-wrapper-color .contacts {
    padding: 0 40px 0 0;
}

.contacts-wrapper-color .contacts .list {
    font-size: 0;
}

.contacts-wrapper-color .contacts .list>li {
    margin: 12px 0;
    vertical-align: top;
    display: inline-block;
    width: 50%;
    font-size: 15px;
}

.contacts-wrapper-color .contacts .list>li .fa:first-child {
    vertical-align: text-bottom;
    width: 26px;
    font-size: 24px;
    text-align: center;
}

.contacts-wrapper {
    position: relative;
}

.contacts-on-map-container {
    position: static;
}

.contacts-on-map {
    position: absolute;
    top: 50%;
    background-color: #ffffff;
    padding: 50px 70px;
    z-index: 100;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contacts-on-map .list {
    font-size: 15px;
}

.contacts-on-map .list>li {
    margin: 12px 0;
}

.contacts-on-map .list>li .fa:first-child {
    vertical-align: text-bottom;
    width: 26px;
    font-size: 24px;
    text-align: center;
}

.balloon {
    text-align: left;
}

.balloon .name {
    font-family: "Roboto";
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}

.balloon .rating {
    padding: 0;
    font-size: 20px;
}

.balloon .rating>li {
    margin: 0;
    line-height: 20px;
}

.balloon .rating>li .fa {
    margin: 0;
    width: auto;
    color: #ffc52a;
}

.balloon .address,
.balloon .phone {
    margin: 3px 0 0;
    font-size: 13px;
    line-height: 18px;
}

.location-container {
    background-color: #fff;
    max-width: 360px;
    padding: 40px 50px;
    margin: 50px 10px 10px 50px;
}

.entry-content ul.list {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 1199px) {
    .contacts-wrapper-color .contacts .list>li {
        margin: 7px 0;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .contacts-on-map {
        padding: 30px 40px;
    }
    .contacts-wrapper-color .contacts {
        padding: 0 20px 0 0;
    }
    #contacts .location-container {
        padding: 20px 30px;
        margin: 30px 10px 10px 30px;
    }
}

@media (max-width: 767px) {
    .contacts-on-map {
        position: static;
        padding: 15px 15px 0;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .contacts-wrapper-color {
        padding: 30px 0;
    }
    .contacts-wrapper-color:before {
        bottom: auto;
        right: 0;
        left: 0;
        width: 100%;
        height: 550px;
    }
    .contacts-wrapper-color .contacts {
        padding: 0;
    }
}

@media (max-width: 480px) {
    .contacts-on-map {
        padding: 15px 0;
    }
    .contacts-wrapper [class*="col-"],
    .contacts-wrapper-color [class*="col-"] {
        padding: 0;
    }
    #contacts .location-container {
        margin-left: 0;
        margin-right: 0;
    }
}


/* ----------------------------------------------------------------------------
    Jquery.mb.YTPlayer controls
---------------------------------------------------------------------------- */


/* Don't show default YTPlayer bar */

.mb_YTPBar {
    display: none !important;
}

.ytpb-row {
    background-position: center !important;
    padding-bottom: 0 !important;
}

.ytpb-row.no-video-bg .video-controls {
    display: none;
}

.ytpb-row .video-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.ytpb-row .video-controls .yt-play-btn-big {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -41px 0 0 -28px;
    display: block;
    width: 56px;
    height: 82px;
    background: transparent url('../../img/yt_play_big_56x82.png') center no-repeat;
    cursor: pointer;
    z-index: 999;
}

.ytpb-row .video-controls .bottom {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    height: 42px;
    text-align: center;
}

.ytpb-row .video-controls .bottom .controls-container:hover,
.ytpb-row .video-controls .bottom:hover .controls-container {
    opacity: 1;
}

.ytpb-row .controls-container {
    position: relative;
    padding: 11px 13px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0.3;
    z-index: 999;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.ytpb-row .controls-container.center {
    display: inline-block;
}

.ytpb-row .controls-container.left,
.ytpb-row .controls-container.right {
    display: block;
}

.ytpb-row .controls-container.left {
    float: left;
}

.ytpb-row .controls-container.right {
    float: right;
}

.ytpb-row .controls-container>* {
    height: 20px;
}

.ytpb-row .controls-container i {
    position: relative;
    margin-right: 20px;
    display: inline-block;
    width: 20px;
    cursor: pointer;
}

.ytpb-row .controls-container i:before,
.ytpb-row .controls-container i:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    background: transparent url('../../img/yt_controls_40x40.png') no-repeat;
}

.ytpb-row .controls-container .yt-play-toggle:before {
    opacity: 1;
    background-position: 0 0;
}

.ytpb-row .controls-container .yt-play-toggle:after {
    opacity: 0;
    background-position: 0 -20px;
}

.ytpb-row .controls-container .yt-play-toggle.active:before {
    opacity: 0;
}

.ytpb-row .controls-container .yt-play-toggle.active:after {
    opacity: 1;
}

.ytpb-row .controls-container .yt-mute-toggle:before {
    opacity: 1;
    background-position: -20px 0;
}

.ytpb-row .controls-container .yt-mute-toggle:after {
    opacity: 0;
    background-position: -20px -20px;
}

.ytpb-row .controls-container .yt-mute-toggle.active:before {
    opacity: 0;
}

.ytpb-row .controls-container .yt-mute-toggle.active:after {
    opacity: 1;
}

.ytpb-row .controls-container .yt-volume-slider {
    display: inline-block;
    width: 90px;
    position: relative;
}

.ytpb-row .controls-container .yt-volume-slider:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -3px;
    display: block;
    height: 6px;
    background-color: #f6f6f6;
    border-radius: 3px;
}

.ytpb-row .controls-container .yt-volume-slider .ui-slider-handle {
    position: absolute;
    top: 2px;
    margin-left: -8px;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    -webkit-transition: left 0.1s ease;
    -o-transition: left 0.1s ease;
    transition: left 0.1s ease;
}

.ytpb-row .controls-container .yt-volume-slider .ui-slider-range {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
    height: 6px;
    background-color: #29243d;
    border-radius: 3px 0 0 3px;
    -webkit-transition: width 0.1s ease;
    -o-transition: width 0.1s ease;
    transition: width 0.1s ease;
}

.ytpb-row .socials-nav,
.ytpb-row .heading-block {
    z-index: 1001;
}

.ytpb-row .socials-nav {
    padding-top: 0 !important;
}


/* ----------------------------------------------------------------------------
    Header
---------------------------------------------------------------------------- */

.main-nav {
    position: relative;
    line-height: 1.5625;
    z-index: 1010;
}

.main-nav.fixed .menu-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

.main-nav .fade-in-on-stick {
    display: none;
}

.menu-wrapper {
    zoom: 1;
    height: 100px;
    padding: 0 0;
    background-color: #e9e9e9;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.menu-wrapper:before,
.menu-wrapper:after {
    content: "";
    display: table;
}

.menu-wrapper:after {
    clear: both;
}

.vertically-centered {
    display: flex;
    align-items: center;
    height: 100px;
}

.navigation-header {
    zoom: 1;
}

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

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

.navigation-header .logo {
    text-transform: uppercase;
    display: inline-block;
    font-family: "PT Sans Caption", Roboto;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #29243d;
}

.navigation-header .logo:hover,
.navigation-header .logo:focus {
    text-decoration: inherit;
}

.navbar-toggle {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: auto;
}

.navbar-toggle .icon-bar {
    width: 25px;
    background-color: #29243d;
    -webkit-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 7px;
}

.navigation-list {
    text-align: left;
    margin-right: auto;
}

.navigation-list>li,
.navigation-list>li>ul>li {
    margin-left: 21px;
    display: inline-block;
    padding: 5px 0 0;
}

.navigation-list>li:first-child,
.navigation-list>li>ul>li:first-child {
    margin-left: 0;
}

.navigation-list>li>a,
.navigation-list>li>ul>li>a {
    display: inline-block;
    padding: 7px 0;
    font-family: "PT Sans Caption", Roboto;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.09em;
    line-height: 1.1;
    color: #000000;
    border-style: solid;
    border-width: 0 0 2px;
    border-color: transparent;
    cursor: pointer;
    -webkit-transition: color 0.15s ease, background 0.15s ease, border 0.15s ease, opacity 0.15s ease;
    -o-transition: color 0.15s ease, background 0.15s ease, border 0.15s ease, opacity 0.15s ease;
    transition: color 0.15s ease, background 0.15s ease, border 0.15s ease, opacity 0.15s ease;
}

.navigation-list>li>a:hover,
.navigation-list>li>ul>li>a:hover,
.navigation-list>li>a:active,
.navigation-list>li>ul>li>a:active,
.navigation-list>li>a:focus,
.navigation-list>li>ul>li>a:focus,
.navigation-list>li>a.active,
.navigation-list>li>ul>li>a.active {
    text-decoration: none;
    color: #29243d;
}

.navigation-list>li>a.active,
.navigation-list>li>ul>li>a.active {
    border-color: #29243d;
}

.navigation-list>.menu-item-has-children {
    position: relative;
}

.navigation-list>.menu-item-has-children>a {
    position: relative;
    min-width: 0;
}

.navigation-list>.menu-item-has-children>a:after {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    margin-left: 15px;
    vertical-align: middle;
    display: none;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-top-color: #29243d;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.navigation-list>.menu-item-has-children>ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    margin-left: -40px;
    padding: 32px 0 0;
    display: none;
    font-size: 0;
    list-style: none;
    background-color: #262627;
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    z-index: 1000;
}

.navigation-list>.menu-item-has-children>ul>li {
    margin: 0;
    width: 100%;
    padding: 0;
}

.navigation-list>.menu-item-has-children>ul>li>a {
    min-width: 100%;
    padding: 15px 40px;
    color: #ffffff;
    border: none;
}

.navigation-list>.menu-item-has-children>ul>li>a:hover,
.navigation-list>.menu-item-has-children>ul>li>a:focus,
.navigation-list>.menu-item-has-children>ul>li>a:active {
    color: #29243d;
    background-color: rgba(243, 245, 246, 0.1);
}

.navigation-list>.menu-item-has-children:hover>a {
    color: #29243d;
}

.navigation-list>.menu-item-has-children:hover>ul {
    display: inline-block;
}

.navbar-collapse {
    padding: 0 10px;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-collapse .navbar-collapse {
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
}

@media (max-width: 1199px) {
    .navigation-item {
        margin-left: 10px;
    }
    .navigation-link {
        letter-spacing: 0.13em;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-nav .navigation-list {
        padding-left: 15px;
    }
    .main-nav .buy-btn {
        min-width: 0;
        padding: 9px 14px 7px !important;
        font-size: 0;
    }
    .main-nav .buy-btn:before {
        display: inline-block;
        font: normal normal normal 20px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f07a";
    }
}

@media (min-width: 768px) {
    .menu-item-has-children .sub-menu {
        display: none;
    }
    .menu-item-has-children:hover .sub-menu {
        display: block;
    }
    .navigation-list>.menu-item-has-children.too-many-items>ul {
        min-width: 420px;
    }
    .navigation-list>.menu-item-has-children.too-many-items>ul>li {
        vertical-align: top;
        max-width: 50%;
    }
    .navigation-list>.menu-item-has-children.too-many-items>ul>li>a {
        padding: 15px 20px 15px 40px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .navigation-list>.menu-item-has-children.too-many-items>ul>li:nth-child(2n)>a {
        padding: 15px 20px;
    }
}

@media (max-width: 1199px) {
    .navigation-list>li,
    .navigation-list>li>ul>li {
        margin-left: 7px;
    }
    .navigation-list>li>a,
    .navigation-list>li>ul>li>a {
        font-size: 13px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navigation-link {
        letter-spacing: 0.05em;
    }
    .navigation-list>li,
    .navigation-list>li>ul>li {
        margin-left: 7px;
    }
    .navigation-list>li>a,
    .navigation-list>li>ul>li>a {
        font-size: 9px;
    }
}

@media (max-width: 767px) {
    .main-nav {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1000;
        height: auto;
    }
    .main-nav .sub-menu {
        background-color: #262627;
    }
    .main-nav .fade-in-on-stick {
        display: inline-block;
    }
    .main-nav .buy-btn {
        float: none !important;
    }
    .menu-wrapper,
    .vertically-centered {
        height: 60px;
    }
    .navigation-header .logo img {
        max-height: 60px;
        width: auto;
    }
    .menu-wrapper {
        background-color: #262627;
    }
    .navigation-header .logo {
        padding: 8px 0;
        margin-left: 15px;
    }
    .navigation-container {
        padding: 0;
        text-align: center;
        min-height: 0;
    }
    .navigation-container .menu-wrapper {
        height: auto;
    }
    .navigation-container .vertically-centered {
        display: block;
        height: auto;
        width: 100%;
    }
    .navbar-collapse {
        background-color: #ffffff;
    }
    .navbar-collapse.in,
    .navbar-collapse.collapsing {
        -webkit-box-shadow: -1px 4px 20px 0 rgba(0, 0, 0, 0.18);
        box-shadow: -1px 4px 20px 0 rgba(0, 0, 0, 0.18);
    }
    .navbar-collapse>a {
        margin-bottom: 15px;
    }
    .navigation-list {
        float: none !important;
        text-align: center;
    }
    .navigation-list>li,
    .navigation-list>li>ul>li {
        margin: 0;
        display: block;
        padding: 0;
    }
    .navigation-list>li>a,
    .navigation-list>li>ul>li>a {
        font-size: 13px;
    }
    .navigation-list>li>a:not(.active):not(:hover):not(:focus):not(:active),
    .navigation-list>li>ul>li>a:not(.active):not(:hover):not(:focus):not(:active) {
        color: #ffffff;
    }
    .navigation-list>li>a {
        display: block;
        padding: 16px 0;
        border: none;
    }
    .navigation-list>li>a:not(.active):not(:hover):not(:focus):not(:active) {
        color: #262627;
    }
    .navigation-list>.menu-item-has-children:not(.open):hover>ul {
        display: none;
    }
    .navigation-list>.menu-item-has-children>ul {
        position: static;
        margin: 0;
        padding: 0;
    }
    .navigation-list>.menu-item-has-children>ul li>a {
        padding: 16px 40px 23px;
    }
    .navigation-list>.menu-item-has-children>a:after {
        display: inline-block;
    }
    .navigation-list+a.buy-btn {
        margin-top: 15px;
    }
}


/* ----------------------------------------------------------------------------
    Footer
---------------------------------------------------------------------------- */

.footer {
    color: #8d93a0;
    background-color: #e9e9e9;
    padding-top: 45px;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer small {
    color: #000000;
}

.footer .fa,
.footer .icon,
.footer .highlight,
.footer .base-clr-txt {
    color: #29243d;
}

.footer a {
    color: #29243d;
}

.footer a:hover {
    color: #29243d;
}

.footer>.container {
    padding: 0;
}

.footer .text-alt {
    color: inherit;
}

.footer-base {
    padding: 40px 0 30px;
    background-color: #1f2125;
    text-align: left;
}

.footer-nav>li {
    margin-right: 25px;
    display: inline-block;
}

.footer-nav>li:last-child {
    margin-right: 0;
}

.footer-nav>li a {
    font-family: "PT Sans Caption", Roboto;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.3em;
    line-height: 1.1;
    letter-spacing: 0.09em;
    color: #000000;
}

.footer-nav>li a:hover,
.footer-nav>li a:focus,
.footer-nav>li a:active {
    color: #29243d;
}

.footer .socials-nav {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    display: inline-block;
    width: auto;
    max-width: 60%;
    text-align: left;
}

.footer .socials-nav .socials-nav-item {
    margin: 0 8px;
    line-height: 1;
}

.footer .socials-nav .socials-nav-item a:not(:hover):not(:active):not(:focus) {
    color: #000000;
}

.footer .socials-nav .socials-nav-item a .fa {
    color: inherit;
}

.footer .socials-nav .socials-nav-item a:hover,
.footer .socials-nav .socials-nav-item a:focus,
.footer .socials-nav .socials-nav-item a:active {
    color: #29243d;
}

.footer .socials-nav+p {
    float: right;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    line-height: 25px;
}

.footer .socials-nav+p small {
    color: #8d93a0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-nav>li {
        margin-right: 16px;
    }
    .footer .socials-nav {
        margin-left: -15px;
    }
    .footer .socials-nav .socials-nav-item {
        margin: 0 2px;
    }
}

@media (max-width: 767px) {
    .footer-base {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-nav>li {
        margin: 0 10px 5px 0;
    }
    .footer .socials-nav {
        margin: 20px 0 20px -12px;
        width: 100%;
        text-align: left;
        display: block;
    }
    .footer .socials-nav .socials-nav-item {
        margin: 0 6px;
    }
    .footer .socials-nav+p {
        float: none;
    }
}


/* ----------------------------------------------------------------------------
    Widgets
---------------------------------------------------------------------------- */

.widget {
    margin-bottom: 50px;
}

.widget .widget-head {
    margin-bottom: 15px;
    font-weight: 700;
    margin-left: -5px;
}

.widget .widget-head .fa {
    margin-right: 10px;
}

.widget_about small,
.about-widget small {
    color: #8d93a0;
}

.widget_about img,
.about-widget img {
    margin: 20px 0 0;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.twitter-widget {
    margin: 0 0 30px;
}

.twitter-widget .tweet {
    margin-bottom: 20px;
}

.twitter-widget .tweet-text {
    margin-bottom: 5px;
    line-height: 21px;
}

.instagram-widget .instagram-list {
    margin: -10px -14px 30px;
    max-width: 450px;
    padding: 5px 0;
    font-size: 0;
    line-height: 0;
}

.instagram-widget .instagram-list>li {
    display: inline-block;
    width: 33.33333%;
    padding: 14px;
}

.widget_recent_entries .recent-post {
    margin-bottom: 10px;
    display: table;
}

.widget_recent_entries .recent-post .recent-post-image {
    display: table-cell;
    padding-right: 15px;
}

.widget_recent_entries .recent-post .recent-post-image img {
    width: 70px;
    min-height: 50px;
}

.widget_recent_entries .recent-post .recent-post-meta {
    display: table-cell;
    vertical-align: top;
}

.widget_recent_entries .recent-post .recent-post-meta a,
.widget_recent_entries .recent-post .recent-post-meta .post-date {
    display: block;
}

.widget_recent_comments .recent-comments-list .recent-comment,
.recent-comments-widget .recent-comments-list .recent-comment {
    margin-bottom: 12px;
}

.widget_recent_comments .recent-comments-list .recent-comment:last-child,
.recent-comments-widget .recent-comments-list .recent-comment:last-child {
    margin-bottom: 0;
}

.widget_recent_comments .recent-comments-list .recent-comment p,
.recent-comments-widget .recent-comments-list .recent-comment p {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23px;
}

.widget_recent_comments .recent-comments-list .recent-comment small,
.recent-comments-widget .recent-comments-list .recent-comment small {
    display: block;
    line-height: 18px;
}

.archives-widget,
.categories-widget,
.meta-widget,
.widget_meta {
    line-height: 26px;
}

.widget_tag_cloud .tagcloud {
    font-size: 0;
    line-height: 0;
}

.widget_tag_cloud .tagcloud li {
    margin: 0 5px 7px 0;
    display: inline-block;
}

.widget_tag_cloud .tagcloud li a {
    display: inline-block;
    padding: 0 10px;
    font-family: "Roboto";
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 21px;
    color: #29243d;
    border: 1px solid #29243d;
    border-radius: 4px;
    -webkit-transition: color 0.15s ease, background 0.15s ease;
    -o-transition: color 0.15s ease, background 0.15s ease;
    transition: color 0.15s ease, background 0.15s ease;
}

.widget_tag_cloud .tagcloud li a:hover {
    color: #ffffff;
    background-color: #29243d;
}

.widget_search form,
.search-widget form {
    position: relative;
}

.widget_search form input,
.search-widget form input {
    margin: 0;
    padding-right: 42px;
    color: #333;
    background-color: transparent;
    border: 2px solid rgba(186, 191, 204, 0.22);
    z-index: 1;
}

.widget_search form ::-webkit-input-placeholder,
.search-widget form ::-webkit-input-placeholder {
    color: rgba(141, 147, 160, 0.6);
}

.widget_search form ::-moz-placeholder,
.search-widget form ::-moz-placeholder {
    color: rgba(141, 147, 160, 0.6);
}

.widget_search form :-moz-placeholder,
.search-widget form :-moz-placeholder {
    color: rgba(141, 147, 160, 0.6);
}

.widget_search form :-ms-input-placeholder,
.search-widget form :-ms-input-placeholder {
    color: rgba(141, 147, 160, 0.6);
}

.widget_search form button,
.search-widget form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 42px;
    line-height: 32px;
    background-color: transparent;
    border: none;
    outline: none;
}

.widget-area .widget ul {
    padding-left: 25px;
}

.widget-area .widget .widget-head {
    color: #333333;
}

.footer .widget.widget_recent_entries .widget-head:before,
.widget-area .widget.widget_recent_entries .widget-head:before {
    content: "\f11d";
}

.footer .widget.widget_recent_comments .widget-head:before,
.widget-area .widget.widget_recent_comments .widget-head:before {
    content: "\f0e6";
}

.footer .widget.widget_archive .widget-head:before,
.widget-area .widget.widget_archive .widget-head:before {
    content: "\f016";
}

.footer .widget.widget_categories .widget-head:before,
.widget-area .widget.widget_categories .widget-head:before {
    content: "\f114";
}

.footer .widget.widget_meta .widget-head:before,
.widget-area .widget.widget_meta .widget-head:before {
    content: "\f097";
}

.footer .widget.widget_calendar .widget-head:before,
.widget-area .widget.widget_calendar .widget-head:before {
    content: "\f073";
}

.footer .widget.widget_tag_cloud .widget-head:before,
.widget-area .widget.widget_tag_cloud .widget-head:before {
    content: "\f02b";
}

.footer .widget.widget_calendar th,
.widget-area .widget.widget_calendar th,
.footer .widget.widget_calendar td,
.widget-area .widget.widget_calendar td {
    padding: 10px;
    text-align: center;
}

.footer .widget .widget-head:before,
.widget-area .widget .widget-head:before {
    color: #29243d;
    font-family: 'FontAwesome';
    font-weight: normal;
    margin: 0;
    margin-right: 7px;
    width: 25px;
    text-align: left;
    font-size: 1.1em;
}

.footer .widget {
    margin-bottom: 30px;
}

.footer .widget.widget_pages .widget-head:before {
    content: "\f097";
}

.footer .widget.widget_tag_cloud .tagcloud a {
    line-height: 1.1em;
    padding: 5px 3px;
}

@media (max-width: 767px) {
    .widget {
        margin-bottom: 30px;
    }
    .widget .widget-head {
        margin-bottom: 5px;
    }
}


/* ----------------------------------------------------------------------------
    Back to top button
---------------------------------------------------------------------------- */

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
    width: 40px;
    height: 40px;
    font-size: 12px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    z-index: 9999;
    opacity: 0.4;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.back-to-top:hover {
    opacity: 1;
}


/* ----------------------------------------------------------------------------
    Modal boxes
---------------------------------------------------------------------------- */

.modal-window {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    cursor: default;
    z-index: 9999;
}

.modal-window:not(.base-clr-bg) {
    background-color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 1200px) {
    .modal-window.hide_desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .modal-window.hide_tablet {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .modal-window.hide_phone {
        display: none !important;
    }
}

.modal-box {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 64%;
    max-width: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 40px 30px 25px;
    border: 1px solid #e9e9e9;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.12);
}

.modal-box:not(.base-clr-bg) {
    background-color: #ffffff;
}

.modal-box .close-btn {
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 14px;
    cursor: pointer;
    opacity: 1;
    z-index: 20;
    -webkit-transition: color 0.2s ease, background 0.2s ease;
    -o-transition: color 0.2s ease, background 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease;
}

.modal-box .close-btn:not(:hover) {
    color: #000000;
}

.modal-box.hide_bg {
    background-color: transparent !important;
    border: 0 !important;
    overflow-y: hidden !important;
}

.modal-box.light-text .close-btn {
    color: #ffffff;
}

.modal-box.light-text .close-btn:not(:hover) {
    color: #ffffff;
}

.modal-box.light-text .close-btn:hover {
    opacity: 0.8;
}

.modal-box .form {
    padding: 0;
}

.modal-box .form-group {
    margin-bottom: 20px;
}

.modal-box *:nth-child(2) {
    margin-top: 0;
}

.modal-box .vc_row {
    padding: 0;
}

.modal-box .container {
    width: auto;
}

.modal-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.modal-box.iframe-box,
.modal-box.iframe-box.large,
.modal-box.iframe-box.small {
    padding: 0;
    padding-bottom: 35.866%;
}

.modal-box.iframe-box .close-btn,
.modal-box.iframe-box.large .close-btn,
.modal-box.iframe-box.small .close-btn {
    top: 0;
    right: 0;
    padding: 12px;
    font-size: 16px;
    width: 40px;
    line-height: 1;
    background-color: rgba(255, 255, 255, 0.6);
}

.modal-box.iframe-box .close-btn:hover,
.modal-box.iframe-box.large .close-btn:hover,
.modal-box.iframe-box.small .close-btn:hover {
    background-color: rgba(255, 255, 255, 0.95);
}

.modal-box.top {
    top: 0;
    bottom: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.modal-box.bottom {
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.modal-box.left {
    float: left;
}

.modal-box.right {
    float: right;
}

.modal-box.small {
    width: 30%;
    padding: 30px 15px 20px;
    font-size: 100%;
}

.modal-box.small .close-btn {
    font-size: 12px;
    right: 15px;
    top: 12px;
}

.modal-box.large {
    width: 90%;
    height: 100%;
    padding: 50px 44px 25px;
}

.modal-box.large .close-btn {
    right: 50px;
    top: 20px;
}

@media (max-width: 767px) {
    .modal-box {
        width: 90%;
        padding: 40px 20px 25px;
    }
    .modal-box.small {
        width: 60%;
    }
    .modal-box.small .close-btn {
        right: 20px;
    }
    .modal-box.large {
        width: 100%;
        padding: 50px 24px 25px;
    }
    .modal-box.large .close-btn {
        right: 30px;
    }
}

@media (max-width: 540px) {
    .modal-box {
        width: 100%;
    }
    .modal-box.small {
        width: 80%;
    }
}

@media (max-width: 991px) {
    .modal-box {
        width: 70%;
    }
    .modal-box.small {
        width: 40%;
    }
    .modal-box.large {
        width: 94%;
    }
}

.vc_icon_element-color-accent-color .vc_icon_element-icon {
    color: #29243d;
}

.vc_separator.vc_sep_color_accent-color .vc_sep_line {
    border-color: #29243d;
}

.vc_toggle_color_accent-color .vc_toggle_icon {
    background-color: #29243d;
    border-color: transparent;
}

.vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon {
    /* to do: change icon color on hover */
}

.vc_cta3-content-header h2 {
    font-size: 50.5554px;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 15px 0 5px;
}

.vc_cta3-content-header h4 {
    font-size: 20.9993px;
}

.vc_cta3-container {
    margin-bottom: 0px;
}

.vc_cta3-align-center h2 {
    padding-bottom: 10px;
}

.vc_cta3-actions-bottom button {
    margin-top: 15px;
}

.vc_icon_element {
    margin-bottom: 5px;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border,
.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle {
    padding: 2px;
}

.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel {
    margin-bottom: -1px;
    border: 1px solid #babfcc;
}

.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title {
    font-size: 17px;
}

.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
    margin: -1px -1px 0 !important;
    border: none;
}

.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body {
    border: none;
}

.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading {
    color: #ffffff;
    background-color: #29243d;
}

.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading * {
    color: inherit;
}

.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-controls-icon:before,
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-controls-icon:after {
    border-color: #ffffff;
}

.vc_tta.vc_tta-gap-1 .vc_tta-panel.vc_active+.vc_tta-panel,
.vc_tta.vc_tta-gap-1 .vc_tta-panel:not(:first-child) {
    margin-top: 1px;
}

.vc_tta.vc_tta-gap-1 .vc_tta-panel:not(:last-child):not(.vc_active) {
    margin-bottom: 1px;
}

.vc_tta.vc_tta-gap-2 .vc_tta-panel.vc_active+.vc_tta-panel,
.vc_tta.vc_tta-gap-2 .vc_tta-panel:not(:first-child) {
    margin-top: 2px;
}

.vc_tta.vc_tta-gap-2 .vc_tta-panel:not(:last-child):not(.vc_active) {
    margin-bottom: 2px;
}

.vc_tta.vc_tta-gap-3 .vc_tta-panel.vc_active+.vc_tta-panel,
.vc_tta.vc_tta-gap-3 .vc_tta-panel:not(:first-child) {
    margin-top: 3px;
}

.vc_tta.vc_tta-gap-3 .vc_tta-panel:not(:last-child):not(.vc_active) {
    margin-bottom: 3px;
}

.vc_tta.vc_tta-gap-4 .vc_tta-panel.vc_active+.vc_tta-panel,
.vc_tta.vc_tta-gap-4 .vc_tta-panel:not(:first-child) {
    margin-top: 4px;
}

.vc_tta.vc_tta-gap-4 .vc_tta-panel:not(:last-child):not(.vc_active) {
    margin-bottom: 4px;
}

.vc_tta.vc_tta-gap-5 .vc_tta-panel.vc_active+.vc_tta-panel,
.vc_tta.vc_tta-gap-5 .vc_tta-panel:not(:first-child) {
    margin-top: 5px;
}

.vc_tta.vc_tta-gap-5 .vc_tta-panel:not(:last-child):not(.vc_active) {
    margin-bottom: 5px;
}

.vc_tta.vc_tta-gap-10 .vc_tta-panel.vc_active+.vc_tta-panel,
.vc_tta.vc_tta-gap-10 .vc_tta-panel:not(:first-child) {
    margin-top: 10px;
}

.vc_tta.vc_tta-gap-10 .vc_tta-panel:not(:last-child):not(.vc_active) {
    margin-bottom: 10px;
}

.vc_tta.vc_tta-gap-15 .vc_tta-panel.vc_active+.vc_tta-panel,
.vc_tta.vc_tta-gap-15 .vc_tta-panel:not(:first-child) {
    margin-top: 15px;
}

.vc_tta.vc_tta-gap-15 .vc_tta-panel:not(:last-child):not(.vc_active) {
    margin-bottom: 15px;
}

.vc_tta.vc_tta-gap-20 .vc_tta-panel.vc_active+.vc_tta-panel,
.vc_tta.vc_tta-gap-20 .vc_tta-panel:not(:first-child) {
    margin-top: 20px;
}

.vc_tta.vc_tta-gap-20 .vc_tta-panel:not(:last-child):not(.vc_active) {
    margin-bottom: 20px;
}

.vc_tta.vc_tta-gap-25 .vc_tta-panel.vc_active+.vc_tta-panel,
.vc_tta.vc_tta-gap-25 .vc_tta-panel:not(:first-child) {
    margin-top: 25px;
}

.vc_tta.vc_tta-gap-25 .vc_tta-panel:not(:last-child):not(.vc_active) {
    margin-bottom: 25px;
}

.vc_tta.vc_tta-gap-30 .vc_tta-panel.vc_active+.vc_tta-panel,
.vc_tta.vc_tta-gap-30 .vc_tta-panel:not(:first-child) {
    margin-top: 30px;
}

.vc_tta.vc_tta-gap-30 .vc_tta-panel:not(:last-child):not(.vc_active) {
    margin-bottom: 30px;
}

.vc_tta.vc_tta-gap-35 .vc_tta-panel.vc_active+.vc_tta-panel,
.vc_tta.vc_tta-gap-35 .vc_tta-panel:not(:first-child) {
    margin-top: 35px;
}

.vc_tta.vc_tta-gap-35 .vc_tta-panel:not(:last-child):not(.vc_active) {
    margin-bottom: 35px;
}

.vc_tta.vc_tta-spacing-1 .vc_tta-panel.vc_active .vc_tta-panel-heading {
    margin-bottom: 1px !important;
}

.vc_tta.vc_tta-spacing-2 .vc_tta-panel.vc_active .vc_tta-panel-heading {
    margin-bottom: 2px !important;
}

.vc_tta.vc_tta-spacing-3 .vc_tta-panel.vc_active .vc_tta-panel-heading {
    margin-bottom: 3px !important;
}

.vc_tta.vc_tta-spacing-4 .vc_tta-panel.vc_active .vc_tta-panel-heading {
    margin-bottom: 4px !important;
}

.vc_tta.vc_tta-spacing-5 .vc_tta-panel.vc_active .vc_tta-panel-heading {
    margin-bottom: 5px !important;
}

.vc_tta.vc_tta-spacing-10 .vc_tta-panel.vc_active .vc_tta-panel-heading {
    margin-bottom: 10px !important;
}

.vc_tta.vc_tta-spacing-15 .vc_tta-panel.vc_active .vc_tta-panel-heading {
    margin-bottom: 15px !important;
}

.vc_tta.vc_tta-spacing-20 .vc_tta-panel.vc_active .vc_tta-panel-heading {
    margin-bottom: 20px !important;
}

.vc_tta.vc_tta-spacing-25 .vc_tta-panel.vc_active .vc_tta-panel-heading {
    margin-bottom: 25px !important;
}

.vc_tta.vc_tta-spacing-30 .vc_tta-panel.vc_active .vc_tta-panel-heading {
    margin-bottom: 30px !important;
}

.vc_tta.vc_tta-spacing-35 .vc_tta-panel.vc_active .vc_tta-panel-heading {
    margin-bottom: 35px !important;
}

.compose-mode .vc_element[data-tag="vsc-counter"],
.compose-mode .vc_element[data-tag="vncp_speaker_bio"],
.compose-mode .vc_element[data-tag="vncp_testimonial"] {
    display: inline-block;
}

.compose-mode .vc_element .speaker-col {
    width: auto !important;
}

@media (min-width: 768px) {
    .compose-mode .speakers-2-columns .vc_element[data-tag="vncp_speaker_bio"],
    .compose-mode .testimonials-2-columns .vc_element[data-tag="vncp_testimonial"] {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .compose-mode .speakers-3-columns .vc_element[data-tag="vncp_speaker_bio"],
    .compose-mode .testimonials-3-columns .vc_element[data-tag="vncp_testimonial"] {
        width: 33.33333333%;
    }
}

@media (min-width: 768px) {
    .compose-mode .speakers-4-columns .vc_element[data-tag="vncp_speaker_bio"],
    .compose-mode .testimonials-4-columns .vc_element[data-tag="vncp_testimonial"] {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .compose-mode .speakers-4-columns .vc_element[data-tag="vncp_speaker_bio"],
    .compose-mode .testimonials-4-columns .vc_element[data-tag="vncp_testimonial"] {
        width: 25%;
    }
}

.compose-mode .vc_element[data-tag="vncp_pricetable"] {
    display: inline;
}


/* ----------------------------------------------------------------------------
    Theme styles
---------------------------------------------------------------------------- */

.center-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media (min-width: 768px) {
    .row-centered-columns {
        display: table;
        height: 100%;
    }
    .row-centered-columns>[class*="col-"] {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
}

.stat-section,
.signup-section {
    padding: 50px 0 48px;
    background-image: url("../../img/stat-bg-1919x1000.html");
}

.prices-section {
    padding: 26px 0 100px;
}

.shortcodes-section {
    padding: 26px 0 100px;
}

.call-to-action-section {
    padding: 50px 0 48px;
    background-image: url("../../img/call-to-action-bg-1918x1283.html");
}

.call-to-action-section>.overlay {
    background-color: transparent;
}

.call-to-action-section>.overlay:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0.8;
    z-index: -1;
}

.call-to-action-section h2 {
    margin-bottom: 30px;
}

.call-to-action-section .heading {
    margin-bottom: 20px;
    line-height: 30px;
}

.contacts-section {
    position: relative;
    padding: 0;
}

.line-heading {
    text-align: center;
    white-space: nowrap;
}

.line-heading:before,
.line-heading:after {
    vertical-align: middle;
    display: inline-block;
    width: 12.4%;
    height: 1px;
    content: "";
    background-color: #ffffff;
}

.line-heading:before {
    margin-right: 2.5%;
}

.line-heading:after {
    margin-left: 2.5%;
}

.shortcodes-icons-list {
    padding: 10px 0;
}

.shortcodes-icons-list>li {
    padding: 0 12px;
}

.shortcodes-icons-list .icon {
    font-size: 54px;
}

.sponsors-list {
    margin: 30px 0;
    display: table;
    width: 100%;
    text-align: center;
}

.sponsors-list>li {
    vertical-align: middle;
    display: table-cell;
    padding: 10px 20px;
}

.sponsors-list>li img {
    display: inline-block;
    max-width: 100%;
}

.comming-soon .heading-block {
    padding: 50px 0;
}

.comming-soon .heading-block .form {
    margin-left: auto;
    margin-right: auto;
    max-width: 410px;
    padding-top: 60px;
}

#contacts-map {
    min-height: 300px;
}

#contacts-map,
#contacts-map>*,
#contacts-map>.gm-style>div:not(:first-child),
#contacts-map>.gm-style>div:not(:first-child) div,
#contacts-map>.gm-style>div:first-child>div:nth-child(2),
#contacts-map>.gm-style>div>div div {
    transform: none !important;
}

.form-register {
    margin: 0 auto 10px;
    max-width: 620px;
    padding-bottom: 25px;
}

.form-register .checkbox-wrapper {
    margin-left: -35px;
}

.form-register .checkbox-wrapper label {
    line-height: 1.6;
}

.venue-section .venue-hotel-logo {
    margin: 0 0 43px;
    display: block;
    max-width: 100%;
    height: auto;
}

.venue-section .venue-title {
    margin: 0 0 12px;
}

.venue-section .venue-title+h6 {
    margin: 0 0 12px;
}

.venue-section .venue-title-icon {
    margin: 0;
    text-align: center;
}

.venue-section .btn,
.venue-section a.add_to_cart {
    margin: 30px 0 0;
    padding-left: 47px;
}

.venue-section .btn .fa,
.venue-section a.add_to_cart .fa {
    position: absolute;
    left: 20px;
    top: 13px;
    font-size: 19px;
}

#newsletter h3,
.schedule-item h6,
.vc_general.vc_cta3 h2,
.nav.nav-schedule>li h4,
.nav.nav-schedule>li h5,
.vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-title-text,
.package-panel .currency,
.package-panel .package-price,
.package-panel h6.package-title,
.package-column .currency,
.package-column .package-price,
.package-column h6.package-title {
    font-weight: 700;
}

.schedule-item h6,
.widget .widget-head {
    letter-spacing: -0.03em;
}

.package-column .package-price {
    letter-spacing: -0.05em;
}

@media (max-width: 767px) {
    .schedule-item h6,
    .widget .widget-head {
        letter-spacing: 0;
    }
}

.schedule-item h6 {
    font-size: 22px;
}

.schedule-item h6 {
    color: #333;
}

@media (min-width: 1200px) {
    .venue-section .left-col {
        width: 27%;
    }
}

@media (min-width: 992px) {
    .venue-section {
        padding: 105px 0 80px;
    }
    .venue-section .left-col {
        width: 30%;
    }
    .venue-section .right-col {
        width: 70%;
    }
}

@media (max-width: 991px) {
    .venue-section {
        padding: 85px 0 60px;
    }
    .venue-section .venue-hotel-logo {
        margin: 0 0 25px;
    }
    .venue-section .venue-title-icon {
        text-align: left;
    }
    .venue-section .venue-title .venue-icon {
        margin: 0 25px 0 0;
    }
    .venue-section .btn,
    .venue-section a.add_to_cart {
        margin: 20px 0 30px;
    }
    .venue-section .right-col {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .line-heading:before,
    .line-heading:after {
        width: 5.5%;
    }
    .sponsors-list>li {
        padding: 5px 10px;
    }
    .prices-section .row {
        margin-left: 0;
        margin-right: 0;
    }
    .form-register .form-group {
        padding-bottom: 0;
    }
    .form-register .form-group>label {
        width: 100%;
        text-align: left;
        line-height: 30px;
    }
    .form-register .checkbox-wrapper {
        margin-left: 0;
    }
    .hero-heading-top {
        font-size: 13px;
        letter-spacing: 0.5em;
    }
    .hero-heading-bottom {
        font-size: 17px;
    }
    .hero-heading-main {
        font-size: 75px;
        marign-top: 35px;
    }
    .hero-section,
    .hero-section>.container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (max-width: 480px) {
    .extra-heading {
        font-size: 50.5554px;
    }
    .hero-heading-top {
        font-size: 10px;
    }
    .heading-block {
        padding: 50px 0;
    }
    .hero-heading-main {
        font-size: 55px;
    }
    .schedule-item h6 {
        font-size: 17px;
    }
    .line-heading {
        white-space: normal;
    }
    .line-heading:before,
    .line-heading:after {
        margin: 10px 0;
        display: block;
        width: 100%;
    }
    .sponsors-list {
        margin: 0;
        display: block;
        font-size: 0;
    }
    .sponsors-list>li {
        width: 100%;
        display: inline-block;
        padding: 20px 0;
    }
    .signup-section .form .form-group {
        margin-bottom: 0;
        width: 100%;
    }
}


/* ----------------------------------------------------------------------------
    Standart WP classes
---------------------------------------------------------------------------- */


/*
* WordPress Typography
*/

.post .entry-content h1,
.comment h1 {
    font-size: 3.0222em;
}

.post .entry-content h2,
.comment h2 {
    font-size: 2.6222em;
}

.post .entry-content h3,
.comment h3 {
    font-size: 2.31108em;
}

.post .entry-content h4,
.comment h4 {
    font-size: 2.13332em;
}

.post .entry-content h5,
.comment h5 {
    font-size: 1.8222em;
}

.post .entry-content h6,
.comment h6 {
    font-size: 1.6em;
}


/*
* General sytles
*/

.aligncenter {
    text-align: center;
}

figure.aligncenter,
img.aligncenter {
    text-align: center;
    margin: 0 auto;
}

.wp-caption {
    /**/
}

.wp-caption-text {
    /**/
}

.sticky {
    /**/
}

.gallery-caption {
    /**/
}

.bypostauthor {
    color: #29243d;
    background-color: transparent;
}

.screen-reader-text {
    display: none;
    visibility: hidden;
}

section.error-404.not-found {
    text-align: center;
    padding: 200px 0;
}


/*
* Page and Posts
*/

.blog .entry-content p {
    color: #3A3939;
}

.blog .content,
.page .content,
.archive .content,
.search .content,
.single .content,
.blog .sidebar,
.page .sidebar,
.archive .sidebar,
.search .sidebar,
.single .sidebar {
    padding: 50px 0;
}

.blog .btn,
.page .btn,
.archive .btn,
.search .btn,
.single .btn,
.blog .btn-alt,
.page .btn-alt,
.archive .btn-alt,
.search .btn-alt,
.single .btn-alt,
.blog .pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn,
.page .pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn,
.archive .pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn,
.search .pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn,
.single .pricetable:not(.pricetable-alt) .package-column:not(.special-column) .btn,
.blog a.add_to_cart,
.page a.add_to_cart,
.archive a.add_to_cart,
.search a.add_to_cart,
.single a.add_to_cart,
.blog .event_tickets a.add_to_cart,
.page .event_tickets a.add_to_cart,
.archive .event_tickets a.add_to_cart,
.search .event_tickets a.add_to_cart,
.single .event_tickets a.add_to_cart,
.blog .pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart,
.page .pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart,
.archive .pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart,
.search .pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart,
.single .pricetable:not(.pricetable-alt) .package-column:not(.special-column) a.add_to_cart {
    margin: 0;
}

.blog .page-header,
.page .page-header,
.archive .page-header,
.search .page-header,
.single .page-header,
.blog .page-header .page-title,
.page .page-header .page-title,
.archive .page-header .page-title,
.search .page-header .page-title,
.single .page-header .page-title {
    margin-top: 0;
}

.post {
    margin: 0 0 50px;
    /* Remove margins (dropdown spaces) */
}

.post .entry-title a {
    color: #333333;
}

.post .entry-title a:hover {
    color: #29243d;
    text-decoration: none;
}

.post .entry-meta {
    color: #a9b1c6;
    font-size: 14px;
}

.post .entry-meta a {
    font-size: 14px;
}

.post .entry-meta .posted-on,
.post .entry-meta .post-cats,
.post .entry-meta .post-tags,
.post .entry-meta .post-comments {
    margin: 0 10px;
}

.post .entry-meta .posted-on {
    margin-left: 0;
}

.post .entry-content ul {
    margin: 0;
}

.post .read-more {
    margin-top: 15px;
}

.post.sticky {
    background: #F9F9F9;
    padding: 20px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.entry-content img.alignleft,
.entry-content figure.alignleft {
    float: left;
    margin: 5px 20px 10px 0px;
}

.entry-content img.alignright,
.entry-content figure.alignright {
    float: right;
    margin: 5px 0px 10px 20px;
}

.entry-content figure,
.entry-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.entry-content blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px;
}

.entry-content figure {
    max-width: 100%;
}

.entry-content address {
    font-style: italic;
    margin: 0 0 24px;
}

.entry-content cite {
    font-style: italic;
}

.entry-content dl {
    margin: 0 20px;
}

.entry-content dd {
    margin: 0 0 20px;
}

.entry-content ins {
    background: #fff9c0;
    text-decoration: none;
}

.entry-content pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.entry-content .wp-caption-text,
.entry-content figcaption {
    margin-top: -15px;
    text-align: center;
    font-style: italic;
}

.entry-content ul {
    list-style-type: square;
    margin: 16px 0;
    padding: 0 0 0 40px;
}

.entry-content ul ul {
    margin: 0;
}

.entry-content ol {
    list-style-type: decimal;
    margin: 16px 0;
    padding: 0 0 0 40px;
}

.entry-content ol ol {
    margin: 0;
}

.comment {
    margin: 15px 0;
}

.comment .comment-reply-link {
    margin-top: -20px;
}

.comment p {
    line-height: 1.5;
    margin: 0 0 20px;
}

.comment img.alignleft,
.comment figure.alignleft {
    float: left;
    margin: 5px 20px 10px 0px;
}

.comment img.alignright,
.comment figure.alignright {
    float: right;
    margin: 5px 0px 10px 20px;
}

.comment figure,
.comment img {
    margin-top: 0px;
    margin-bottom: 0px;
}

.comment h1,
.comment h2,
.comment h3,
.comment h4,
.comment h5,
.comment h6 {
    margin: 20px 0 20px;
}

.comment blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px;
}

.comment figure {
    max-width: 100%;
}

.comment address {
    font-style: italic;
    margin: 0 0 24px;
}

.comment dl {
    margin: 0 20px;
}

.comment dd {
    margin: 0 0 20px;
}

.comment ins {
    background: #fff9c0;
    text-decoration: none;
}

.comment pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.comment ul {
    list-style-type: square;
    margin: 16px 0;
    padding: 0 0 0 40px;
}

.comment ul ul {
    margin: 0;
}

.comment ol {
    list-style-type: decimal;
    margin: 16px 0;
    padding: 0 0 0 40px;
}

.comment ol ol {
    margin: 0;
}

.comment .wp-caption-text,
.comment figcaption {
    margin-top: -15px;
    text-align: center;
    font-style: italic;
}

#respond {
    max-width: 560px;
    margin-top: 50px;
}

#respond p {
    margin-bottom: 0;
}

#respond input,
#respond textarea {
    margin: 0 0 5px;
}

#respond .submit-button {
    margin-top: 20px;
}

.comment {
    margin: 40px 0;
}

.comment .children {
    margin-left: 50px;
}

.comment .fn {
    padding-left: 10px;
    color: #51545b;
    font-weight: 700;
}

.comment .fn a {
    color: inherit;
    font-weight: inherit;
}

.comment .fn a:hover {
    color: #29243d;
    text-decoration: none;
}

.comment .fn,
.comment .says {
    position: relative;
    top: -27px;
    font-size: 13pt;
}

.comment .comment-meta {
    top: -30px;
    position: relative;
    margin-top: -2px;
    padding-left: 55px;
    font-size: 90%;
    color: #9d9d9d;
}

.comment .comment-meta a {
    color: #ddd;
}

.comment p {
    margin-top: -3px;
    padding-left: 55px;
    position: relative;
}

.comment .reply {
    position: relative;
    top: 0;
    margin-top: -3px;
    padding-left: 55px;
    font-size: 10pt;
}

.comment .reply a:hover {
    text-decoration: none;
}

.comment .reply .reply-icon {
    padding-right: 3px;
    font-size: 13pt;
}

.comment .children {
    list-style: none;
}

.comment .comment-data em {
    margin: 15px 0 15px 42px;
    display: block;
    font-weight: 700;
}

.comments-navigation {
    margin: 25px 5px;
    display: block;
    text-align: center;
    line-height: 15px;
}

.comment-data {
    margin-top: -25px;
    font-weight: 400;
}

.comment-body {
    margin-top: -5px;
    font-weight: 400;
}

.page-header .page-title {
    font-size: 21px;
}

.entry-navigation {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    height: 60px;
    line-height: 60px;
    margin-bottom: 30px;
    /*
  * Legacy entry Navigation
  */
    /* Blog pagination */
}

.entry-navigation .prev-post,
.entry-navigation .next-post {
    font-size: 14px;
    text-transform: uppercase;
}

.entry-navigation .prev-post>a,
.entry-navigation .next-post>a {
    text-decoration: none;
    font-weight: 700;
}

.entry-navigation .prev-post>a:not(:hover):not(:active),
.entry-navigation .next-post>a:not(:hover):not(:active) {
    color: #575757;
}

.entry-navigation .prev-post i,
.entry-navigation .next-post i {
    font-size: 10px;
    line-height: 19px;
    color: #000;
}

.entry-navigation .prev-post {
    float: left;
}

.entry-navigation .prev-post i {
    padding-right: 20px;
}

.entry-navigation .next-post {
    float: right;
}

.entry-navigation .next-post i {
    padding-left: 20px;
}

.entry-navigation.paging {
    margin: 70px 0 0;
    border-bottom: 0;
}

.entry-navigation.paging .pagination {
    margin: 0;
}

.entry-navigation.paging .pagination>a,
.entry-navigation.paging .pagination>.current {
    margin: 0 5px;
    display: inline-block;
    width: 34px;
    height: 34px;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
}

.entry-navigation.paging .pagination>.current {
    border: 1px solid #29243d;
}

.entry-navigation.paging .pagination>a:hover {
    color: #575757;
    text-decoration: none;
}

.search article {
    margin-bottom: 25px;
}

.search .search-form input {
    max-width: 250px;
    height: 35px;
}

.search .page-header {
    border-bottom: 0px solid #eee;
}

.tagcloud a {
    line-height: 1.2;
    margin: 5px 5px;
}

.calendar_wrap table tr {
    border-bottom: 1px solid #e9e9e9;
}

.calendar_wrap table tr:nth-child(even) {
    background: transparent;
}

.calendar_wrap caption {
    text-transform: uppercase;
}

.footer .calendar_wrap tfoot,
.footer .calendar_wrap tbody {
    background: #fff;
}

@media (max-width: 767px) {
    .page .sidebar,
    .archive .sidebar,
    .search .sidebar,
    .blog .sidebar,
    .single .sidebar {
        padding: 0 15px;
    }
    .blog .content,
    .single .content {
        padding: 0 15px;
    }
    .blog .sidebar,
    .single .sidebar {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .entry-navigation {
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 4px solid #d1d1d1;
        border-bottom: 4px solid #d1d1d1;
        height: auto;
    }
    .entry-navigation .prev-post,
    .entry-navigation .next-post {
        float: none;
        width: 100%;
        font-size: 1em;
        line-height: 1.5em;
        padding-left: 30px;
        position: relative;
    }
    .entry-navigation .prev-post i,
    .entry-navigation .next-post i {
        position: absolute;
        top: calc(50% - 10px);
        left: 0;
        font-size: 12px;
    }
    .entry-navigation .prev-post i {
        padding-right: 0;
    }
    .entry-navigation .next-post i {
        padding-left: 0;
    }
    .entry-navigation .prev-post+.next-post {
        margin-top: 20px;
    }
    .entry-navigation.paging {
        padding-top: 40px;
    }
}


/* ----------------------------------------------------------------------------
    WooCommerce styling
---------------------------------------------------------------------------- */


/* WooCommerce 3.0 Gallery */

a.woocommerce-product-gallery__trigger {
    text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    background-color: #29243d;
    border-color: #29243d;
    color: #ffffff;
}

.woocommerce {
    /* Header for cart totals section on cart page */
    /* Styling of the buttons */
    /* Single product page */
}

.woocommerce h1,
.woocommerce h2,
.woocommerce h3,
.woocommerce h4,
.woocommerce h5 {
    color: #29243d;
}

.woocommerce .cart_totals h2 {
    text-transform: uppercase;
    text-align: left;
    font-size: 21px;
    font-weight: 700;
}

.woocommerce input.button {
    background-color: transparent;
    color: #fe4918;
    border: 1px solid #fe4918;
}

.woocommerce input.button:hover {
    color: #ffffff;
    background-color: #fe4918;
}

.woocommerce input.button.alt {
    display: inline-block;
    color: #ffffff;
    background-color: #fe4918;
    min-width: 140px;
    padding: 14px 20px 13px;
    margin: 0;
}

.woocommerce input.button.alt:hover {
    background-color: #ff7854;
    color: #ffffff;
}

.woocommerce .wc-proceed-to-checkout .btn,
.woocommerce .product .btn,
.woocommerce .wc-proceed-to-checkout a.add_to_cart,
.woocommerce .product a.add_to_cart {
    margin: 0;
}

.woocommerce .cart-table {
    max-width: 960px;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
}

.woocommerce table.shop_table tr {
    background: transparent;
}

.woocommerce table.shop_table tfoot tr.order-total {
    background-color: #F3F3F3;
}

.woocommerce .cart-collaterals {
    margin: 0 auto 150px;
    text-align: right;
}

.woocommerce .cart-collaterals table {
    width: 100%;
}

.woocommerce .cart-collaterals table th,
.woocommerce .cart-collaterals table td {
    padding: 6px 12px;
}

.woocommerce input#coupon_code {
    width: 100px;
    padding: 7px 6px 6px;
    height: auto;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    border-top: 0px solid #a46497;
    margin: 0 0 3em !important;
}

.woocommerce ul.products li.product .price {
    font-size: 18px;
}

.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product h4 {
    font-size: 20.9993px;
    font-weight: 700;
    text-transform: uppercase;
}

.woocommerce-message:before {
    color: #29243d;
}

.woocommerce a.remove {
    color: #29243d !important;
}

.woocommerce a.remove:hover {
    background: #29243d !important;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    color: #333333;
}

.woocommerce div.product form.cart .variations td.label {
    display: table-cell;
    font-size: 14px;
    text-align: left;
    padding: 10px 15px;
}

.woocommerce div.product .summary {
    text-align: left;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #333333;
}

.woocommerce div.product .related.products h2,
.woocommerce div.product .product_title {
    font-size: 35px;
    margin: 0 0 10px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    padding-left: 0;
}

.woocommerce .panel {
    box-shadow: none;
}

.page .entry-content .woocommerce {
    padding: 50px 0;
}


/* Cart page */

.woocommerce-cart .woocommerce-message a.wc-forward {
    display: none;
}

.woocommerce a.remove {
    padding-left: 1px;
}

.woocommerce a.button.alt {
    color: #ffffff;
    background-color: #fe4918;
}

.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus {
    background-color: #ff6135;
}

.woocommerce a.button.alt:active,
.woocommerce a.button.alt.pressed {
    background-color: #f63501;
}


/* Styles of headers on checkout page */

.woocommerce-checkout h3,
.woocommerce-checkout h2 {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 700;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    margin-top: 30px;
}

.archive .woocommerce-wrap {
    padding: 50px 0px 250px 0px;
}

#order_review_heading {
    margin-top: 35px;
}

#order_review {
    margin-bottom: 50px;
}

.cart_empty_wrap {
    margin: 100px 0px 0px 0px;
    min-height: 620px;
}


/* Temp fix for WooCommerce Events, since they use h2 within their code */

.woocommerce .wc-tab h2,
.woocommerce .wc-tab h3,
.woocommerce .wc-tab h4,
.woocommerce-shipping-fields h2 {
    font-size: 20.9993px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .woocommerce .cart-collaterals {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .woocommerce .cart-collaterals {
        margin-bottom: 30px;
    }
}


/* ----------------------------------------------------------------------------
    Tickera styling
---------------------------------------------------------------------------- */

.tickera-container {
    min-height: 720px;
    margin-bottom: 40px;
    max-width: 960px !important;
}

.tickera-container .content {
    padding-top: 50px;
}

.tickera th {
    font-family: "Roboto";
    font-weight: 600;
    color: #ffffff;
    border: none !important;
}

.tickera tr:nth-child(even) {
    border-color: transparent;
}

.tickera-checkout {
    font-family: Roboto;
    color: #333333;
    margin-bottom: 45px;
}

.tickera input.tickera-button {
    background-color: transparent;
    color: #29243d;
    border: 1px solid #29243d;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
}

.tickera input.tickera-button:hover {
    color: #fff;
    background-color: #29243d;
}

.tickera input.tickera-button.tickera_checkout {
    color: #ffffff;
    background-color: #29243d;
}

.tickera input.tickera-button.tickera_checkout:hover {
    background-color: #ff6135;
    color: #ffffff;
}

.tickera-input-field {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
}

.tickera_checkout {
    margin-top: 0;
}

.tickera_additional_info:after {
    content: '';
    display: table;
    clear: both;
}

.tickera h5 {
    font-size: 18px;
}

.tickera-payment-gateways {
    margin-top: 35px;
}

.tickera-payment-gateways .tickera-height.tc_gateway_form {
    margin: 0 0 10px;
}

.tickera-payment-gateways {
    float: none;
    padding: 6px 20px;
}

.tickera_table {
    border-top-width: 1px;
}

.tickera_owner_info {
    min-height: 350px;
}

.tickera_owner_info h2 {
    margin-top: 0;
}

.tickera_owner_info h5 {
    margin-bottom: 20px;
}

.tickera_buyer_info {
    border-bottom: none;
}

.tickera,
.tc_cart_errors {
    margin-top: 35px;
}

.ticket-quantity .tickera_button {
    color: #29243d;
}

#coupon_code {
    width: 110px;
    height: auto;
}

.coupon-code {
    float: left;
    margin-right: 4px;
}

.fields-wrap span {
    margin-bottom: 6px;
}

#tickera_cart h2,
#tickera_cart h3 {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 700;
    color: #29243d;
}

input[type=radio].tc_choose_gateway {
    margin-right: 8px;
    position: relative;
    top: 1px;
}

#tc_payment_form {
    margin-bottom: 50px;
}

a.add_to_cart {
    padding: 11px 18px 13px;
}

a.add_to_cart:before {
    content: "\f145";
    font-family: "FontAwesome";
    font-size: 20px;
    font-weight: 400;
    position: relative;
    top: 2px;
    margin-right: 7px;
}

.event_tickets a.add_to_cart {
    padding: 10px 15px 10px;
    letter-spacing: 0.39em;
}

.event_tickets a.add_to_cart:before {
    display: none;
}

@media (min-width: 768px) {
    .tickera_buyer_info,
    .tickera_owner_info {
        width: 50%;
        float: left;
        box-sizing: border-box;
    }
    .tickera_buyer_info {
        padding-right: 20px;
    }
    .tickera_owner_info {
        padding-left: 20px;
    }
}


/* ----------------------------------------------------------------------------
    EventEspresso styling
---------------------------------------------------------------------------- */

.eespresso-container {
    padding-bottom: 50px;
}

.eespresso-container .entry-title a {
    color: #262627;
}

.eespresso-container .entry-title a:hover {
    text-decoration: none;
    opacity: 0.9;
}

.eespresso-container .nav-current {
    margin-top: 10px;
}

.eespresso-container h1 {
    font-size: 50px;
    margin-bottom: 0;
}

.eespresso-container h2 {
    font-size: 30px;
}

.eespresso-container h3 {
    font-size: 25px;
    letter-spacing: 0;
}

.tiny-text {
    font-size: .7em;
    line-height: 1.1em;
    letter-spacing: 0.45px;
}

.eespresso .ee-event-img-dv {
    height: 420px;
    overflow: hidden;
}

.eespresso .ee-event-img-dv img {
    height: auto;
    top: 50%;
    position: relative;
    transform: translate(0, -50%);
}

#ee-single-page-checkout-dv .section-title {
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 700;
}

.section-heading.display-box-heading {
    font-size: 25px;
    text-transform: uppercase;
    line-height: 1.7;
    letter-spacing: 0.2em;
    color: #262627;
    font-weight: 700;
}

#a .ee-table {
    border-width: 1px;
}

.ee-button-lnk.inline-button.ee-invoice-lnk {
    padding: 20px 25px 18px;
    color: #29243d;
    background-color: rgba(255, 255, 255, 0);
    border-width: 1px;
    border-color: #29243d;
    border-radius: 4px;
}

.spco-step-display-dv.active-step span {
    color: red;
}

.spco-ticket-info-dv h5 {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1.7;
    letter-spacing: 0.2em;
    opacity: 0.5;
    font-weight: 700;
    margin-top: -10px;
    margin-bottom: 20px;
}

.ee-attention {
    border: 4px solid #29243d;
}

#venue-details-h1 {
    margin-bottom: 0;
}

.venue-content .ee-event-h3,
.venue-location .ee-venue-h3 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.venue-location .venue-gmap {
    margin-top: 20px;
}

.ee-gmap-wrapper,
.ee-gmap {
    width: 100% !important;
}

.powered-by-event-espresso-credit {
    margin-top: -30px;
}

.ee-spinner {
    color: #29243d;
}

.ee-button,
.ee-button:active,
.ee-button:hover,
.ee-button:visited {
    background: #29243d;
}

.ee-button:hover {
    opacity: 0.9;
}


/*
  Ticket details section on ticket page
 */

.tckt-slctr-tkt-details-sctn h3 {
    display: none;
}

.tckt-slctr-tkt-details-sctn h5 {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1.7;
    letter-spacing: 0.2em;
    opacity: 0.9;
    font-weight: 700;
}

.tkt-slctr-tbl .small-text,
.tkt-slctr-tbl .smaller-text {
    font-size: 13px;
}

.tckt-slctr-tbl-td-price {
    text-align: center;
}

.ticket-selector-submit-btn,
.spco-next-step-btn {
    padding: 10px 20px 10px;
    color: #ffffff;
    background-color: #29243d;
    border-width: 0;
    border-color: rgba(255, 255, 255, 0);
    border-radius: 4px;
}

.ticket-selector-submit-btn,
.spco-next-step-btn {
    text-transform: uppercase;
    padding: 13px 19px 12px;
    font-family: "PT Sans Caption", Roboto !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.59em;
}

.spco-step-dv {
    margin-bottom: 10px;
}


/* VC Integration styles */

.vc-events-list h1 {
    font-size: 50px;
}

.vc-events-list .page-header {
    border-bottom: 0px solid #e9e9e9;
}

.vc-events-list article.espresso_events {
    max-width: 320px;
    float: left;
    display: block;
    height: 415px;
    padding: 0 10px;
    border: 1px solid #e9e9e9;
    margin: 0 10px;
}

.vc-events-list article.espresso_events:hover {
    border: 1px solid #29243d;
}

.vc-events-list article .event-header h2 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin: 0;
}

.vc-events-list article .event-header h2 a:hover {
    text-decoration: none;
    opacity: 0.9;
}

.vc-events-list .event-content {
    width: 100%;
    display: table;
}

.vc-events-list .event-content form:not(.download-iCal-frm) {
    display: table-footer-group;
    width: 100%;
}

.vc-events-list .event-content .view-details-btn {
    width: 100%;
}

.vc-events-list .espresso-event-list-wrapper-dv p {
    display: none;
}

.vc-events-list .ee-event-img {
    min-height: 223px;
}

.vc-events-list .event-datetimes li {
    width: 100%;
}

.vc-events-list .download-iCal-frm {
    margin: 0;
}

.vc-events-list .event-datetimes .ee-ical-sbmt {
    background: transparent;
    border: 0;
    color: #29243d;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.page-content h3 {
    font-size: 22px !important;
    font-weight: 600;
    margin-bottom: 20px;
}

.page-content .table {
    border-width: 1px;
}

.page-content .table tr:nth-child(even),
.page-content .table tr:nth-child(even) {
    background: #fff;
}

.page-content table>tbody>tr>td,
.table>tbody>tr>td {
    border-width: 1px;
}

.page-content ul {
    list-style-type: square;
    margin: 0;
    padding: 0 0 0 0;
}

.page-content ul li {
    list-style-type: none;
    position: relative;
    background-image: url(../images/tick.png);
    background-size: 16px 16px;
    background-position: 0 4px;
    background-repeat: no-repeat;
    padding-left: 0;
    margin-bottom: 10px;
}

.display_none {
    display: none;
}

.page-content .form-group label {
    font-weight: 600;
}

.page-content .btn3 {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    text-align: center;
    border: 0;
    cursor: pointer;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0 0.25rem 2.5px 0;
}

.page-content .attendee_check {
    padding-left: 30px;
    position: relative;
}

.page-content .attendee_check .form-check-input {
    width: 25px;
    height: 25px;
    position: absolute;
    margin: 0;
    left: 0px;
    top: 0;
}

.page-content .btn2 {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    text-align: center;
    border: 0;
    cursor: pointer !important;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0.25rem;
}


/* ---------------------------------------------------------- */


/* partners-carousel-ticket */

.pricing2 .owl-item {
    padding: 0 15px;
    height: 100%;
}

.pricing2 .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.price-bg {
    background: #fff;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

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

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

.text-muted {
    color: #777;
}

.pricing2 .card-title {
    margin: 0.5rem 0;
    font-size: 20px;
    letter-spacing: .1rem;
    font-weight: bold;
}

.pricing2 .card-price {
    font-size: 50px !important;
    margin: 0;
    font-weight: 700;
    color: #1c7cc6 !important;
}

.pricing2 h6 {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    color: #000 !important;
}

.price-bg ul {
    padding: 12px 23px;
}

.pricing2 ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px !important;
    padding: 5px 0;
}

#owl-pack .owl-buttons {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 36%;
    transform: translate(-50%, -50%);
}

#contact {
    position: relative;
    background: url(../images/chess.jpg);
    background-size: cover;
    overflow: hidden;
    padding: 75px 0 !important;
}

#contact::before {
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 12, 12, 0.5);
}

.contacttab {
    width: 100%;
}

.contacttab ul {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    gap: 30px;
    margin-bottom: 35px !important;
}

.contacttab ul li {
    display: flex;
}

.contacttab ul li a {
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    border: 0 !important;
    color: #ffffff99;
    background: #ffffff2e;
    border-radius: 100px;
    padding: 7px 12px;
}

.contacttab ul li a:hover {
    color: #fff;
    background: #ffffff3d;
}

.contacttab ul li a img {
    width: 35px;
}

.tab-pane {
    color: #fff;
}

.tab-pane h5 {
    color: #fff;
    font-size: 16px;
}

.tab-pane h5 a {
    color: #fff;
    font-size: 16px;
}

.tab-pane.active {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.contacttab ul.list {
    flex-direction: column;
}

.buttonDownload {
    display: inline-block;
    position: relative;
    padding: 6px 35px 6px 6px;
    background-color: #4CC713;
    color: white;
    font-family: sans-serif;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    text-indent: 15px;
    letter-spacing: 2px;
}

.buttonDownload:hover {
    background-color: #333;
    color: white;
}

.buttonDownload:before,
.buttonDownload:after {
    content: ' ';
    display: block;
    position: absolute;
    right: 15px;
    top: 70%;
}


/* Download box shape  */

.buttonDownload:before {
    width: 15px;
    height: 2px;
    border-style: solid;
    border-width: 0 2px 2px;
    border-color: #4CC713;
}


/* Download arrow shape */

.buttonDownload:after {
    width: 0;
    height: 0;
    margin-left: 3px;
    margin-top: -7px;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: transparent;
    border-top-color: inherit;
    animation: downloadArrow 2s linear infinite;
    /* animation-play-state: paused; */
    animation-play-state: running;
}


/* .buttonDownload:hover:before {
	border-color: #4CC713;
} */


/* .buttonDownload:hover:after {
	border-top-color: #4CC713;
	animation-play-state: running;
} */


/* keyframes for the download icon anim */

@keyframes downloadArrow {
    /* 0% and 0.001% keyframes used as a hackish way of having the button frozen on a nice looking frame by default */
    0% {
        margin-top: -7px;
        opacity: 1;
    }
    0.001% {
        margin-top: -15px;
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        margin-top: 0;
        opacity: 0;
    }
}

.jump {
    animation: downloadArrow 2s linear infinite;
}

@keyframes downloadArrow {
    /* 0% and 0.001% keyframes used as a hackish way of having the button frozen on a nice looking frame by default */
    0% {
        margin-top: -7px;
        opacity: 1;
    }
    0.001% {
        margin-top: -15px;
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        margin-top: 0;
        opacity: 0;
    }
}

.video-warp iframe {
    min-height: 580px;
    width: 100%;
}

.success-page {
    padding: 80px 0px;
}

.success-img {
    margin-bottom: 50px;
    text-align: center;
}

.success-page h2 {
    color: #3F8E02;
    text-align: center;
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 600;
}

.success-page h4 {
    color: #2D2D2D;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    margin: 15px 0;
}

.success-page p {
    margin: 0;
    text-align: center;
}

.success-page p.ordercolor {
    margin: 0;
    text-align: center;
    font-weight: 600;
    color: #F49421;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    line-height: 20px;
    color: #ffff;
}

.footer-nav a:hover {
    text-decoration: none;
    color: #0b38eb;
}

.footer-nav a {
    font-size: 13px;
    color: #fff;
}

.footer-nav-2 {
    display: flex;
    flex-direction: column;
    line-height: 20px;
    color: #ffff;
}

.footer-nav-2 a {
    color: #fff;
}

.footer-base p a:hover small {
    color: #0b38eb !important;
}


/* 9999999999999999999999999999999999999999999999999999999999999999999999999 */

.section-title {
    position: relative;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    margin: 0 0 40px 0;
    z-index: 0;
    text-transform: uppercase;
    color: #497bc9;
    display: table;
    width: 100%;
}

.innerpage-title-gap {
    margin-top: 50px;
    position: relative;
}

.section-title .icon-inner {
    display: table-cell;
    width: 70px;
}

.section-title .fa-stack {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    line-height: 55px;
    margin-right: 20px;
    background-color: #29243d;
}

.section-title .title-inner {
    padding-bottom: 2px;
    vertical-align: middle;
}

.section-title small {
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    text-transform: none;
    color: #374146;
}

.fa-stack i.crcle {
    background-color: #497bc9;
    border-radius: 25px;
    height: 50px;
    line-height: 50px;
    margin-top: 0;
    width: 50px;
}

.section-title .fa-stack .fa {
    color: #ffffff;
    font-size: 24px;
}

.registration-Cls {
    padding: 0 5% 5% 5%;
    overflow: hidden;
}

.speaker-info-form {
    padding: 0 10px !important;
    margin-bottom: 50px;
}

.speaker-info-form h3 {
    background-color: #29243d;
    padding: 10px;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    margin-top: 0;
}

.img-area {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.img1 {
    width: 20%;
    float: left;
    margin-left: 10%;
}

.paragraph {
    width: 50%;
    float: left;
    text-align: justify;
    margin-left: 30px;
}

a,
a .fa,
a .glyphicon,
a:hover,
a:hover .fa,
a:hover .glyphicon,
a:active,
a:focus {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

a {
    color: #29243d;
}

.wrapper {
    margin: 0 auto
}

.wrapper--w680 {
    max-width: 500px
}

.card-5 {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}

.card-5 .card-heading {
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 10px;
    border-bottom: 1px solid #8d93a029;
}

.card-5 .card-heading h4 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.card-5 .card-heading p {
    font-size: 14px;
    color: #333333;
    padding: 0;
    margin: 0;
}

.card-5 .card-body {
    padding: 50px 30px;
}

.buttongroup {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 30px;
}

.btn1 {
    color: #000;
    background: #ccc;
    padding: 5px 15px;
    border-radius: 5px;
}

.btn2 {
    background-color: #29243d;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

/* .facebook-page {
  justify-content: space-between;
  display: flex;
  align-items: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
} */

.facebook-page .text {
    margin: 90px 0;
}

.facebook-page p {
    font-size: 1.5rem;
}

.facebook-page form {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
}

.facebook-page form input {
    height: 55px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 1rem;
    padding: 0 14px;
}

.facebook-page form input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    margin: 0 15px 0 0;
    vertical-align: text-bottom;
    width: 23px;
    height: 23px;
    border: 1px solid #e9e9e9;
    background-color: #ffffff;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: border 0.15s ease;
    -o-transition: border 0.15s ease;
    transition: border 0.15s ease;
    padding: 0;
    border-radius: 3px;
}

.llogo img {
    width: 200px;
}

.link {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 15px;
    margin-top: 15px;
}

.link .login {
    border: none;
    outline: none;
    cursor: pointer;
    background: #d12229;
    padding: 5px 0;
    border-radius: 6px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    transition: 0.2s ease;
}

.carow {
    margin: 25px 0;
    text-align: center;
}

.carow a {
    padding: 15px 20px;
    background: #42b72a;
    border-radius: 6px;
    color: #fff;
    font-size: 1.063rem;
    font-weight: 600;
    transition: 0.2s ease;
}


/* --------------------------Swiper------------------------- */

.swiper__nav--btn {
    width: 4rem;
    height: 4rem;
    background: #000;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

@media only screen and (max-width:767px) {
    .swiper__nav--btn {
        width: 3.5rem;
        height: 3.5rem
    }
}

.swiper__nav--btn:hover {
    background: #000
}


/* .swiper__nav--btn::after {
    background: url(../images/left-arrow-angle.png);
    width: 9px;
    height: 17px;
    font-size: 0
} */

.swiper__nav--btn.swiper-button-prev {
    left: 0
}

.swiper__nav--btn.swiper-button-next {
    right: 0
}


/* .swiper__nav--btn.swiper-button-next::after {
    background: url(../images/right-arrow-angle.png)
} */

.swiper-pagination {
    bottom: 0 !important
}

.swiper-pagination-bullet {
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid var(--secondary-color);
    background: var(--white-color);
    opacity: 1;
    vertical-align: middle;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--secondary-color);
    width: 1.8rem;
    height: 1.8rem
}

.swiper:hover .swiper__nav--btn {
    opacity: 1;
    visibility: visible
}

.npreview {
    height: 450px;
}

.product__media--preview__items {
    position: relative;
    height: 100%;
}

.medianav {
    margin-top: -70px;
    background: color(srgb 0 0 0 / 0.4);
    padding: 10px !important;
}

.product__media--nav__items {
    /* border: 1px solid #e4e4e4;
    overflow: hidden; */
    height: 50px;
}

.product__details--media {
    border-radius: 20px;
    overflow: hidden;
}


/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2022
 */

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 14px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.product__details--info__title {
    font-size: 2.8rem;
}

.hn {
    font-size: 26px;
    font-weight: 600;
    color: #000000;
    font-family: "Roboto";
}

.hna {
    font-size: 26px;
    font-weight: 600;
    color: #000000;
    font-family: "Roboto";
}

.hna-2 {
    color: #333;
    font-family: "Roboto";
}

.hna-2 p {
    color: #333;
    font-family: "Roboto";
}

.hna P {
    font-size: 16px;
    color: #000000;
    font-family: "Roboto";
}

@property --gradient-angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

:root {
    --bg-background: #111827;
    --clr-card: #1f2937;
    --clr-1: #6420aa;
    --clr-2: #ff3ea5;
    --clr-3: #ff7ed4;
}

.ab {
    position: relative;
    border-radius: 40px;
    cursor: pointer;
    background-color: #101010;
    border: 0;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    padding: 10px 50px;
}

.ab::after,
.ab::before {
    content: " ";
    position: absolute;
    z-index: -1;
    inset: -0.1rem;
    background-image: conic-gradient(from var(--gradient-angle), #ff4545, #00ff99, #006aff, #ff0095, #ff4545);
    border-radius: inherit;
    animation: rotate 2.5s linear infinite;
}

.ab::after {
    filter: blur(1.5rem);
    opacity: 0.5;
}

.ab:hover {
    background-color: #fff;
    color: #101010;
}

@keyframes rotate {
    0% {
        --gradient-angle: 0deg;
    }
    100% {
        --gradient-angle: 360deg;
    }
}

.spin_main_div {
    width: 100%;
    height: 100%;
    left: 0;
    position: fixed;
    bottom: 0px;
    background: hsl(0deg 0% 0% / 50%);
    padding: 0 0 15px;
    z-index: 1011;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* box-shadow: rgb(0 0 0) 0px 8px 24px; */
    backdrop-filter: blur(5px);
}


/* .product__media--nav__items {
    border: 1px solid #e4e4e4;
    padding: .5rem;
    height: 90px;
} */


/* .product__media--nav__items--img {
    width: 100%;
    display: block;
    cursor: pointer;
    height: 100%;
    object-fit: cover;
        margin: 0 !important;
} */


/* .product__media--preview__items {
    position: relative;
} */

.product__media--preview__items--link {
    width: 100%;
    height: 500px;
    display: block;
}

.product__media--preview__items--img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.contact-ss a:hover {
    text-decoration: underline;
    color: #333ff0;
}

.contact-ss a {
    color: #333ff0;
}


/* testimonial */

.testirow {
    margin: 50px 0;
}

.testicol {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    overflow: hidden;
    background: var(--accent-color);
    padding: 15px;
    gap: 15px;
    margin-bottom: 30px;
}

.testibox {
    position: relative;
    display: flex;
    flex-direction: column;
}

.userdetails {
    display: flex;
    gap: 10px;
}

.imgbox {
    width: 65px;
    height: 65px;
}

.imgbox img {
    border-radius: 50%;
}

.detbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 24px;
}

.detbox .name {
    color: #ffffff;
    font-size: 0.9rem;
    margin-bottom: 0.1rem;
    font-weight: 600;
}

.detbox .designation {
    color: #ffffff;
    opacity: 50%;
    font-size: 0.8rem;
}

.stargroup {
    font-size: 14px;
}

.stargroup .fa {
    color: #FFB200;
}

.testicol .review {
    color: #ffffff;
}

.testicol_video {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}

.testicol_video .videodet {
    position: relative;
}

.testicol_video .videodet img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testicol_video .videorow {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    bottom: 25px;
    z-index: 9999;
    line-height: 20px;
    padding: 0 20px;
    align-items: center;
}

.videoR i {
    font-size: 36px;
    color: #fff;
}

.videodet .videoname {
    color: #ffffff;
    font-size: 0.9rem;
    margin-bottom: 0.1rem;
    font-weight: 600;
}

.videodet .videodesig {
    color: #ffffff;
    opacity: 50%;
    font-size: 0.8rem;
}

.testicol_video .review {
    background: var(--accent-color);
    padding: 15px;
    margin-top: -10px;
    color: #FFF;
}


/* ISOTOPE MASONRY & FIXED================================================== */

#filter {
    display: block;
}

#filter ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#filter ul li {
    list-style: none;
    display: block;
    float: none;
}

#filter ul li a {
    padding: 10px;
    text-decoration: none;
    border: 1px solid var(--jvp-border4);
    color: var(--tp-theme-6);
    display: flex;
    font-weight: var(--jvp-font-w6);
    font-size: var(--jvp-font-14);
    margin-top: -1px;
    cursor: pointer;
}

#filter ul li a.selected {
    border: 1px solid var(--jvp-primary);
    background: var(--jvp-primary);
    color: var(--jvp-white) !Important;
}

#psdboxrow {
    width: 100%;
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}


/* ISOTOPE MASONRY & FIXED================================================== */

.services {
    position: relative !important;
    float: left;
    width: 100%;
}

.services ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 29px;
    flex-wrap: wrap;
}

.services ul li {
    display: flex;
    flex-direction: column;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #696569;
}

.services ul li:hover span {
    color: #001ae5;
    text-decoration: underline;
}

.services ul li a {
    font-size: 20px;
    color: #696569;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.services ul li a .sicon {
    position: relative;
    background: url(../images/button-shadow.png) no-repeat 11px 62px;
    width: 100px;
    height: 100px;
    display: block;
}

.services ul li a .sicon img {
    transition: all .2s ease-in-out;
    transform: scale(1.0);
}

.services ul li:hover a .sicon img {
    transition: all .2s ease-in-out;
    transform: scale(0.9);
}

.services ul li a span {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}


/* ============================== */

@import url("https://fonts.googleapis.com/css2?family=Girassol&display=swap");
.deal-wheel {
    --size: clamp(250px, 80vmin, 700px);
    --lg-hs: 0 3%;
    --lg-stop: 50%;
    --lg: linear-gradient(hsl(var(--lg-hs) 0%) 0 var(--lg-stop), hsl(var(--lg-hs) 20%) var(--lg-stop) 100%);
    position: relative;
    display: grid;
    grid-gap: calc(var(--size) / 20);
    align-items: center;
    grid-template-areas: "spinner" "trigger";
    font-family: "Girassol", sans-serif;
    font-size: calc(var(--size) / 21);
    line-height: 1;
    text-transform: lowercase;
}

.deal-wheel>* {
    grid-area: spinner;
}

.deal-wheel .btn-spin {
    grid-area: trigger;
    justify-self: center;
}

.spinner {
    position: relative;
    display: grid;
    align-items: center;
    grid-template-areas: "spinner";
    width: var(--size);
    height: var(--size);
    transform: rotate(calc(var(--rotate, 25) * 1deg));
    border-radius: 50%;
    box-shadow: inset 0 0 0 calc(var(--size) / 40) hsl(0deg 0% 0% / 0.06);
}

.spinner * {
    grid-area: spinner;
}

.prize {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 calc(var(--size) / 6) 0 calc(var(--size) / 20);
    width: 50%;
    height: 50%;
    transform-origin: center right;
    transform: rotate(var(--rotate));
    user-select: none;
}

.cap {
    --cap-size: calc(var(--size) / 4);
    position: relative;
    justify-self: center;
    width: var(--cap-size);
    height: var(--cap-size);
}


/* Hide select dropdown from SVG import file */

.cap select {
    display: none;
}

.cap svg {
    width: 100%;
}

.ticker {
    position: relative;
    left: calc(var(--size) / -15);
    width: calc(var(--size) / 10);
    height: calc(var(--size) / 20);
    background: var(--lg);
    z-index: 1;
    clip-path: polygon(20% 0, 100% 50%, 20% 100%, 0% 50%);
    transform-origin: center left;
}

.btn-spin {
    color: hsl(0deg 0% 100%);
    background: var(--lg);
    border: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: inherit;
    padding: 0.9rem 2rem 1rem;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: opacity 200ms ease-out;
}

.btn-spin:focus {
    outline-offset: 2px;
}

.btn-spin:active {
    transform: translateY(1px);
}

.btn-spin:disabled {
    cursor: progress;
    opacity: 0.25;
}


/* Spinning animation */

.is-spinning .spinner {
    transition: transform 8s cubic-bezier(0.1, -0.01, 0, 1);
}

.is-spinning .ticker {
    animation: tick 700ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes tick {
    40% {
        transform: rotate(-12deg);
    }
}


/* Selected prize animation */

.prize.selected .text {
    color: white;
    animation: selected 800ms ease;
}

@keyframes selected {
    25% {
        transform: scale(1.25);
        text-shadow: 1vmin 1vmin 0 hsla(0 0% 0% / 0.1);
    }
    40% {
        transform: scale(0.92);
        text-shadow: 0 0 0 hsla(0 0% 0% / 0.2);
    }
    60% {
        transform: scale(1.02);
        text-shadow: 0.5vmin 0.5vmin 0 hsla(0 0% 0% / 0.1);
    }
    75% {
        transform: scale(0.98);
    }
    85% {
        transform: scale(1);
    }
}


/* ==========================15/01/2026========================= */

.mt-mb-75 {
    margin-top: 75px;
    margin-bottom: 75px;
}

.selector {
    position: relative;
    width: 457px;
}

.selector h2 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #858993;
    position: absolute;
    top: 202px;
    z-index: 9;
    font-size: 33px;
    line-height: 30px;
}

.selector .center {
    background: url(../images/selector.png) no-repeat 0 0;
    height: 285px;
    width: 285px;
    position: absolute;
    margin-top: 73px;
    margin-left: 73px;
    z-index: 0;
}

.selector ul {
    width: 457px;
    position: relative;
    z-index: 1;
    padding: 0;
}

.selector ul:hover li a:before {
    display: none;
}

.selector ul:hover h2 {
    display: none;
}

.selector ul li {
    float: left;
    margin: 0;
    list-style: none;
}

.selector ul li a {
    background: url(../images/selector.png) no-repeat;
    height: 221px;
    width: 221px;
    display: block;
    position: relative;
    transition: all 0s ease-in-out;
}

.selector ul li a:before {
    content: "";
    height: 44px;
    width: 44px;
    display: block;
    position: absolute;
}

.selector ul li a span {
    display: none;
}

.selector ul li a .rollover {
    position: absolute;
    width: 184px;
    font-weight: bold;
    font-size: 14px;
    z-index: 9;
}

.selector ul li a .rollover li {
    display: block;
    float: none;
    font-weight: normal;
    font-size: 12px;
    color: #858993;
    line-height: 16px;
    padding-left: 10px;
    position: relative;
}

.selector ul li a .rollover li:before {
    content: "";
    display: block;
    height: 5px;
    width: 5px;
    background-color: #858993;
    position: absolute;
    left: 0;
    top: 6px;
}

.selector ul li a.one {
    background-position: -25px top;
}

.selector ul li a.one:before {
    border-top: 11px solid #b9cb35;
    border-left: 11px solid #b9cb35;
    bottom: 42px;
    right: 44px;
}

.selector ul li a.one:hover,
.selector ul li a.one.active {
    background-position: -25px -446px;
}

.selector ul li a.one:hover .rollover,
.selector ul li a.one.active .rollover {
    display: block;
    top: 148px;
    left: 148px;
}

.selector ul li a.two {
    background-position: -246px top;
}

.selector ul li a.two:before {
    border-top: 11px solid #b9cb35;
    border-right: 11px solid #b9cb35;
    bottom: 42px;
    left: 44px;
}

.selector ul li a.two:hover,
.selector ul li a.two.active {
    background-position: -246px -446px;
}

.selector ul li a.two:hover .rollover,
.selector ul li a.two.active .rollover {
    display: block;
    top: 148px;
    right: 135px;
}

.selector ul li a.three {
    background-position: -25px -221px;
}

.selector ul li a.three:before {
    border-bottom: 11px solid #b9cb35;
    border-left: 11px solid #b9cb35;
    top: 30px;
    right: 42px;
}

.selector ul li a.three:hover,
.selector ul li a.three.active {
    background-position: -25px -668px;
}

.selector ul li a.three:hover .rollover,
.selector ul li a.three.active .rollover {
    display: block;
    bottom: 158px;
    left: 148px;
}

.selector ul li a.four {
    background-position: -246px -221px;
}

.selector ul li a.four:before {
    border-bottom: 11px solid #b9cb35;
    border-right: 11px solid #b9cb35;
    top: 30px;
    left: 44px;
}

.selector ul li a.four:hover,
.selector ul li a.four.active {
    background-position: -246px -668px;
}

.selector ul li a.four:hover .rollover,
.selector ul li a.four.active .rollover {
    display: block;
    bottom: 158px;
    right: 135px;
}

.selector ul li a:hover .rollover {
    display: block;
    position: absolute;
    width: 184px;
}

.selector ul li a:hover:before {
    border-color: #eb791c;
    display: block;
}

.selector.sections {
    width: 480px;
    margin: auto;
}

.selector.sections ul li a:before {
    display: none;
}

.selector.sections ul li a img {
    position: absolute;
    z-index: 9;
    display: none;
}

.selector.sections ul li a.one {
    background-position: -25px -893px;
}

.selector.sections ul li a.one:hover,
.selector.sections ul li a.one.active {
    background-position: -25px -446px;
}

.selector.sections ul li a.one img {
    left: 98px;
    top: 102px;
}

.selector.sections ul li a.two {
    background-position: -246px -893px;
}

.selector.sections ul li a.two:hover,
.selector.sections ul li a.two.active {
    background-position: -246px -446px;
}

.selector.sections ul li a.two img {
    left: -111px;
    top: 115px;
}

.selector.sections ul li a.three {
    background-position: -25px -1117px;
}

.selector.sections ul li a.three:hover,
.selector.sections ul li a.three.active {
    background-position: -25px -668px;
}

.selector.sections ul li a.three img {
    left: 122px;
    top: -118px;
}

.selector.sections ul li a.four {
    background-position: -246px -1117px;
}

.selector.sections ul li a.four:hover,
.selector.sections ul li a.four.active {
    background-position: -246px -668px;
}

.selector.sections ul li a.four img {
    left: -144px;
    top: -162px;
}

.selector.sections ul li a.active img {
    display: block;
    z-index: 9;
}

.user-types-content {
    width: 100%;
}

.user-types-content .col-50 {
    float: left;
    /*   width: 50%; */
    padding-right: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.user-types-content .col-50 h3 {
    font-size: 14px;
    line-height: 18px;
}

ul.indent {
    list-style-position: outside;
    margin-left: 20px;
    padding: 0;
}

.user-types-content .col-50 ul li {
    font-size: 12px;
}

.payment-review p {
    text-align: center;
    margin-bottom: 15px;
    color: #515151;
}

.Accountdet {
    width: 100%;
    margin-bottom: 30px;
}

.Accountdet h2 {
    color: #000604;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.Accountrow {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #515151;
    margin-bottom: 15px;
}

.Paymentdet {
    width: 100%;
    margin-bottom: 30px;
}

.Paymentdet h2 {
    color: #000604;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.Paymentdet ul {
    width: 100%;
    color: #515151;
    margin-bottom: 15px;
    margin: 0;
    padding: 0;
}

.Paymentdet ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #595959;
    padding: 7px 0;
    margin-top: -1px;
}

.Paymentdet ul li:last-child {
    border-bottom: 1px solid #595959;
}

.Checkboxarea {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 2rem;
}

.Checkboxarea input {
    border-radius: 0.125rem;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid #29243D;
    background-color: #F2F2F2;
}

.Checkboxarea label {
    cursor: pointer;
    color: #515151;
}

.Checkboxarea label a {
    font-weight: 500;
    color: #29243D;
}

.buttons_group {
    display: flex;
    gap: 30px;
}

.buttons_group button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #29243D;
    color: #fff;
    width: 120px;
    height: 46px;
    border-radius: 5px;
}

.contentin {
    max-width: 654px;
    margin: 0 auto;
}

.make_a_payment_list li {
    border-color: #29243D;
    border-width: 1px 0 1px 1px;
}

.make_a_payment_list li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    /* cursor: pointer; */
    width: 100%;
    line-height: 40px;
    text-align: center;
    border-style: solid;
}

.make_a_payment_list li.active {
    background: #29243D;
    color: #fff;
}

.make_a_payment_list li::before {
    border-color: transparent transparent transparent #fff;
}

.make_a_payment_list li::after {
    border-color: transparent transparent transparent #29243D;
}

.make_a_payment_list li.active::before,
.make_a_payment_list li.active::after {
    border-color: transparent transparent transparent #29243D;
}

.make_a_payment_list {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    display: flex;
}

.make_a_payment_list li::after,
.make_a_payment_list li::before {
    content: "";
    display: inline-block;
    border-width: 22px;
    border-style: solid;
    width: 0;
    height: 0;
    left: 100%;
    top: -3px;
    position: absolute;
    z-index: 1;
}

.make_a_payment_list li::before {
    border-width: 19px;
    display: block;
    z-index: 2;
    top: 0;
}

.make_a_payment_list li.active::before,
.make_a_payment_list li.active::after {
    border-color: transparent transparent transparent #29243D;
}


/* ---------------------------------- */

.newcont {
    margin: 30px 0;
}

.banner {
    margin: 0 0;
}

.banner img {
    width: 100%;
}


/* 
font-size: 20.9993px; */

.inputrow {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.inputcol {
    width: 100%;
}

.inputcol2 {
    display: flex;
    border: 1px solid #ced4da;
    width: 100%;
    align-items: center;
}

.inputcol2 input {
    border: 0px solid #ced4da;
    margin: 0;
}

.inputcol2 button {
    display: flex;
    border: 0px solid #ced4da;
    /* width: 100%; */
    align-items: center;
    background: transparent;
    padding: 0 15px;
}

.inputcol select {
    margin: 0;
}

.input-group {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    border: 1px solid #ced4da;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 0px solid #ced4da;
    border-radius: 0.25rem .25rem 0;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.inputcol .form-control {
    border-right: 0;
    box-shadow: none;
}

.productcol {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 30px;
    background: #F4F5F5;
    border: 1px solid #E5E5E5;
    padding: 15px;
    min-height: 455px;
    border-radius: 10px;
    box-shadow: 0 0 10px hsl(0deg 0% 0% / 10%);
    transition: all 1s;
    overflow: hidden;
}

.productcol:hover {
    transition: all 1s;
    background: #D3D4D4;
}

.downbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #fff;
    font-size: 12px;
    width: 100%;
    border: 1px solid #29243D;
    background: #29243D;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap;
}

a.downbtn:hover,
a.downbtn:active,
a.downbtn:focus {
    outline: none;
    color: #fff;
}

.downbtn:hover {
    color: #fff;
    background: #29243D;
}

.downbtn svg {
    fill: #fff;
}

a.downbtn:hover {
    color: #fff;
    border: 1px solid #B87F16;
    background: #B87F16;
}

a.downbtn:hover svg {
    fill: #fff;
}

.btn111 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: #fff;
    color: #85878C;
    width: 100%;
    border: 1px solid #29243D;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
}

.btn111 svg {
    fill: #29243D;
}

.btn111:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.btn111:hover svg {
    fill: #fff;
}

.productimage {
    width: 100%;
    height: 240px;
    margin-bottom: 30px;
    position: relative;
}

.productimage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.shawd {
    position: absolute;
    left: -34px;
    bottom: -5px;
    z-index: 1;
}

.productcol h5 {
    font-size: 18px;
    font-weight: 600;
    color: #29243D;
    margin-bottom: 10px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.productcol p {
    color: #515151;
    margin-bottom: 10px;
    min-height: 60px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.productbtnarea {
    display: flex;
    gap: 15px;
}

.btn1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #fff;
    color: #85878C;
    font-size: 14px;
    /* width: 100%; */
    border: 1px solid #29243D;
}

.headerr {
    padding: 0 0 50px 0;
}

.datecol {
    position: absolute;
    right: 15px;
    top: -3px;
    /* width: 130px; */
    max-width: 130px;
    text-align: center;
    /* height: 40px; */
    padding: 10px;
    background: url(../images/datebg.png);
    background: linear-gradient(180deg, rgba(253, 217, 157, 1) 0%, rgba(211, 162, 85, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 3;
    line-height: normal;
    border-radius: 0 0 10px 10px;
}

.datecol h6 {
    font-size: 14px;
    font-weight: 600;
    color: #746449;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
}

.datecol span {
    font-size: 13px;
    font-weight: 700;
    color: #8F7244;
    margin: 0;
    padding: 0;
}

.currency-group {
    display: flex;
    flex-direction: column;
}

.main_currency_div {
    display: flex;
    align-items: center;
    gap: 16px;
}

.currency_div {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
}

.currency_div input {
    width: 21px;
    height: 21px;
    margin: 0;
}

.form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: none !important;
}

.success-container {
    width: 100%;
    max-width: 700px;
    text-align: center;
    padding: 40px 20px;
    margin: 0 auto;
}

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
.thank-you {
    font-size: clamp(2.5rem, 8vw, 5rem);
    font-weight: 100;
    color: #000;
    margin-bottom: 50px;
    letter-spacing: 2px;
    font-family: "Oswald", sans-serif;
}

.success-icon {
    width: 110px;
    height: 110px;
    background: #73d600;
    border-radius: 50%;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.check-circle {
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.success-title {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
}

.success-text {
    max-width: 550px;
    margin: 0 auto;
    color: #666;
    font-size: clamp(1rem, 2vw, 1.3rem);
    line-height: 1.8;
}


/* Mobile */

@media (max-width: 576px) {
    .thank-you {
        margin-bottom: 40px;
    }
    .success-icon {
        width: 90px;
        height: 90px;
    }
    .check-circle {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .success-title {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    b.cities {
        font-size: 26px !important;
    }
    .counter-block.counter-block-no-border .counter-box .counter-content {
        flex-direction: column;
        gap: 0;
    }
    .rl-basicgrid-gallery .rl-gallery-item img {
        height: 50px !important;
    }
    .main-container {
        overflow: hidden !important;
    }
    .contacttab {
        padding: 0 50px;
    }
    .make_a_payment_list {
        overflow: hidden;
        flex-direction: column;
    }
    .mobile_container {
        padding: 0 15px;
    }
    .toolbar {
        justify-content: space-between !important;
    }
}

.flip_book_cc {
    padding: 50px 0;
    position: relative;
}

.flip_book_cc h5 {
    font-weight: 700;
}

.toolbar_page_no {
    display: none;
}

.toolbar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 99;
}

.fullscreenBtn_main {
    position: absolute;
    top: 20.8%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.toolbar_arrow {
    padding: 0;
    height: auto;
    background: #fff;
    border: 0;
}

.flip_book_cc:fullscreen {
    width: 100vw;
    height: 100vh;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

:fullscreen #flipBook {
    width: 100%;
    height: calc(100vh - 120px);
}

.fullscreenBtn {
    background: hsl(0deg 0% 48.35%);
    border: 0;
    color: #fff;
    padding: 4px 15px;
}

.directory_btn {
    position: fixed;
    bottom: 165px;
    right: 25px;
    cursor: pointer;
    z-index: 99999999;
}

.pdf-loader {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #ddd;
    border-top: 5px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.bckbtn {
    color: #29243D;
    font-size: 14px;
    border: 1px solid #29243D;
    background: #fff;
    padding: 8px 21px;
    border-radius: 5px;
}


/* Container Tooltip */

.tooltip_cc {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


/* Style text tooltip */

.tooltipText {
    background-color: rgb(37, 211, 102);
    color: #fff;
    position: absolute;
    bottom: 10px;
    padding: 0 15px;
    border-radius: 15px;
    font-size: 14px;
    opacity: 0;
    transition: all .5s;
    white-space: nowrap;
    right: 44px;
}

.buttons_group button.backBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d12229;
    color: #fff;
    width: 120px;
    height: 46px;
    border-radius: 5px;
    border: 0;
}

.buttons_group button.backBtn:hover {
    background: #29243D;
    ;
}

.buttons_group button.continueBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #42b72a;
    color: #fff;
    width: 120px;
    height: 46px;
    border-radius: 5px;
    border: 0;
}

.buttons_group button.continueBtn:hover {
    background: #29243D;
    ;
}


/*  Membuat dan style tip*/


/* .tooltipText::after {
    content: '';
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 40%;
    margin-left: 5%;
} */


/* Hover text tooltip */

.tooltip_cc:hover .tooltipText {
    opacity: 1;
    transform: translateX(-10px);
}

.mobile_number_pl {
    float: left;
    width: 100%;
    position: relative;
    z-index: 3;
}

.mobile_number_pl .iti__tel-input,
.iti input[type="tel"] {
    width: 100%;
}

.iti {
    width: 100%;
}


/* Match Bootstrap input height */

.iti__tel-input,
.iti input[type="tel"] {
    width: 100%;
}


/* Style the selected flag area */

.iti__selected-country {
    padding: 0 10px;
    border-right: 1px solid #dee2e6;
}


/* Remove extra border around flag */

.iti--separate-dial-code .iti__selected-country {
    background: #fff;
}


/* Align dropdown arrow */

.iti__arrow {
    margin-left: 6px;
}


/* Match Bootstrap border radius */

.iti input {
    border-radius: .375rem;
}

.contact-banner {
    position: relative;
    width: calc(100% - 40px);
    min-height: 116px;
    margin: 20px;
    padding: 20px 42px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #07162f;
    border: 2px solid #9a6c20;
    border-radius: 10px;
}


/* Dotted globe */

.contact-banner::after {
    content: "";
    position: absolute;
    right: 90px;
    top: -85px;
    width: 500px;
    height: 270px;
    border-radius: 50%;
    background-image: radial-gradient(circle, rgba(170, 123, 42, 0.55) 1px, transparent 1.5px);
    background-size: 7px 7px;
    opacity: 0.35;
    transform: rotate(-15deg);
    pointer-events: none;
    /* Fade the dots */
    mask-image: linear-gradient(to right, transparent 0%, black 30%, black 70%, transparent 100%);
}

.contact-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}


/* Icon */

.contact-icon {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    border: 2px solid #9b7026;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d9a945;
}

.contact-icon svg {
    width: 42px;
    height: 42px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
}


/* Text */

.contact-content {
    flex: 1;
    margin-left: -5px;
}

.contact-content h2 {
    color: #d9aa4d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-content p {
    color: #f0f0f0;
    font-size: 16px;
    line-height: 1.45;
    max-width: 390px;
}


/* Button */

.contact-btn {
    position: relative;
    z-index: 3;
    min-width: 190px;
    height: 53px;
    padding: 0 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    color: #d9a63e;
    background: transparent;
    border: 2px solid #9a6c20;
    border-radius: 7px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}

.contact-btn .arrow {
    font-size: 26px;
    line-height: 1;
    font-weight: 300;
    transition: transform 0.25s ease;
}

.contact-btn:hover {
    color: #fff;
    background: #9a6c20;
}

.contact-btn:hover .arrow {
    transform: translateX(5px);
}


/* Tablet */

@media (max-width: 768px) {
    .contact-banner {
        width: calc(100% - 24px);
        margin: 12px;
        padding: 22px 25px;
    }
    .contact-inner {
        gap: 20px;
    }
    .contact-icon {
        width: 62px;
        height: 62px;
        flex-basis: 62px;
    }
    .contact-content h2 {
        font-size: 20px;
    }
    .contact-content p {
        font-size: 14px;
    }
    .contact-btn {
        min-width: 150px;
        height: 48px;
        font-size: 15px;
    }
    .contact-banner::after {
        right: -100px;
    }
}


/* Mobile */

@media (max-width: 576px) {
    .contact-banner {
        padding: 25px 20px;
    }
    .contact-inner {
        flex-wrap: wrap;
    }
    .contact-content {
        margin-left: 0;
    }
    .contact-content h2 {
        font-size: 19px;
    }
    .contact-content p {
        font-size: 14px;
    }
    .contact-btn {
        width: 100%;
    }
    .contact-banner::after {
        right: -220px;
        opacity: 0.2;
    }
}

.section-head h2 {
    position: relative;
    display: inline-block;
    font-size: 3rem;
    font-weight: bold;
    line-height: 52px;
    color: #333333;
    font-family: "Times New Roman", serif;
}

.subheader1 {
    font-size: 28px;
    font-weight: 700;
    color: #333333;
    margin-top: 15px;
    text-align: left;
    line-height: 30px;
    display: inline-block;
    font-family: "Times New Roman", serif !important;
}

.subheader1 p {
    font-family: "Times New Roman", serif !important;
}

.subheader2 p {
    font-family: "Times New Roman", serif !important;
}

.subheader2 {
    font-family: "Times New Roman", serif !important;
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin-top: 20px;
    text-align: left;
    line-height: 30px;
    display: inline-block;
    margin-bottom: -20px;
}

.cms-page-cc {
    font-family: "Times New Roman", serif !important;
}

.cms-page-cc p {
    font-size: 14.0pt;
    letter-spacing: 1.0pt;
}

.cms-page-cc p span {
    letter-spacing: 0pt;
}

.cms-page-cc span {
    letter-spacing: 0pt;
}