/*STYLE.CSS*/
/*-------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------*/
/* Template Name: Milano */
/* Version: 1.0 Initial Release*/
/* Build Date: 30-07-2016*/
/* Author: foxthemes.com*/
/* Website: foxthemes.com
/* Copyright: (C) 2016 */
/*-------------------------------*/
/*-------------------------------*/
/* GLOBAL SETTINGS */
/*-------------------------------*/
/*------------------------------------------------------*/
/*----------------------RESET--------------------------*/

* {
    -webkit-font-smoothing: antialiased;
}

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%;
    font: inherit;
    vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 {
    font-size: 33px;
    line-height: 42px;
}

h2 {
    font-size: 28px;
    line-height: 1.25;
}

h3 {
    font-size: 23px;
    line-height: 28px;
}

h4 {
    font-size: 20px;
    line-height: 21px;
}

h5 {
    font-size: 19px;
    line-height: 21px;
}

h6 {
    font-size: 10px;
    line-height: 21px;
    letter-spacing: .04em;
}

p {
    font-size: 14px;
    line-height: 1.5;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
}

table,
th,
td {
    border: 1px solid #d1d1d1;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
    padding: 7px;
}

td {
    padding: 7px;
}

.admin-bar .a-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .a-header {
        top: 46px;
    }
}

.post-nav {
    padding-bottom: 30px;
}

.post-password-form {
    text-align: left;
}

.post-password-form label {
    color: #686868;
    display: block;
    font-family: "Montserrat-Regular", "Helvetica Neue", sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 21px;
    margin-bottom: 1.75em;
    text-transform: uppercase;
}

.post-password-form input[type="password"] {
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em;
    width: 100%;
    margin-top: 7px;
}

.post-password-form input[type="submit"] {
    background: #1a1a1a;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-family: "Montserrat-Regular", "Helvetica Neue", sans-serif;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 1;
    padding: 14px;
    text-transform: uppercase;
}

.post-password-form input[type="submit"]:hover {
    opacity: .8;
}

.share-links {
    padding-right: 15px;
    padding-left: 15px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote,
q {
    border-left: 3px solid #333;
    padding-left: 20px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

body * {
    -webkit-text-size-adjust: none;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0px;
    font-size: 0px;
    display: block;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

input,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
    border: 0px none;
    outline: none;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    background: none;
}

select {
    border-radius: 0;
    outline: none;
    border: 0px none;
    outline: none;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    background: none;
}

input:invalid {
    outline: none;
    box-shadow: none;
}

a,
a:link,
a:visited,
a:active,
a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

a {
    text-decoration: none;
    outline: none;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}

ul {
    list-style: none;
    text-align: left;
}

ol {
    text-align: left;
    list-style-position: inside;
}

button {
    background: none;
    border: 0px none;
}

a {
    text-decoration: none;
    color: rgb(238, 22, 58);
    transition: all 300ms ease;
}

a:hover {
    color: inherit;
}

dl {
    margin: 0 0 1.75em;
}

dt {
    font-weight: 900;
}

dd {
    margin: 0 0 1.75em;
}

li > ol,
li > ul {
    margin-left: 1.5em;
}

address {
    font-style: italic;
    margin: 0 0 1.75em;
}

abbr,
acronym {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help;
}

big {
    font-size: 125%;
}

code {
    background-color: #d1d1d1;
    padding: 0.125em 0.25em;
    color: black;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace;
}

mark,
ins {
    background: rgb(238, 22, 58);
    color: #fff;
    padding: 0.125em 0.25em;
    text-decoration: none;
}

pre {
    border: 1px solid #d1d1d1;
    padding: 7px;
    white-space: pre-wrap;
    margin-bottom: 15px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
q:before {
    content: open-quote;
}

b,
strong {
    font-weight: 700;
}

sub,
sup {
    font-size: 75%;
}

var {
    font-style: italic;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

figcaption {
    font-style: italic;
    font-size: 90%;
}

::-webkit-input-placeholder {
    color: #949494;
    opacity: 1;
}

::-moz-placeholder {
    color: #949494;
    opacity: 1;
}

:-moz-placeholder {
    color: #949494;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #949494;
    opacity: 1;
}

.marg-b-10 {
    margin-bottom: 10px;
}

.marg-b-30 {
    margin-bottom: 30px;
}

.no-padd {
    padding-left: 0;
    padding-right: 0;
}


/* fonts */


/*Montserrat Light  - font-weight: 300*/

@font-face {
    font-family: "Montserrat-Light";
    src: url("../fonts/Montserrat-Light.eot");
    src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg"), url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}


/*Montserrat Regular  - font-weight: 400*/

@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat-Regular.eot");
    src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg"), url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}


/*Montserrat Semibold  - font-weight: 600*/

@font-face {
    font-family: "Montserrat-SemiBold";
    src: url("../fonts/Montserrat-SemiBold.eot");
    src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg"), url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}


/*Montserrat Bold  - font-weight: 700*/

@font-face {
    font-family: "Montserrat-Bold";
    src: url("../fonts/Montserrat-Bold.eot");
    src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg"), url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Montserrat-Regular', sans-serif;
    overflow-x: hidden;
    color: #242526;
    font-weight: 400;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 44px;
}

h3 {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 24px;
    color: #242526;
}

.font-1,
.a-banner.style-2 .button-play .title {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

.font-2,
.a-btn.style-4,
.a-btn.style-5,
.service-block .service-title,
.banner-small .s-banner-title,
.speaker-wrapper .speaker-descr .title,
.tabs.event-block .tabs-header ul li,
.tabs.event-block .e-speaker-wrap .e-title,
.price-block-wrapper ul li:first-child .price,
.post-block .img-wrap .date,
.post-block .title,
.wpc-map-wrapper .form-title,
.comments-area .comments-title,
.comment-body .reply a,
.comment-body .comment-author,
.form-blog .form-title,
.form-blog .btn-submit {
    font-weight: 700;
}

.font-3,
.a-banner.style-2 .button-play .text {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.font-5,
.a-btn,
.a-btn.style-3,
.service-block .service-descr,
a.a-btn,
.banner-small .s-banner-text,
.speaker-wrapper .speaker-descr .sub-title,
.tabs.event-block .e-speaker-wrap .e-time,
.tabs.event-block .e-speaker-wrap .e-subtitle,
.price-block-wrapper ul li,
.price-block-wrapper ul li:first-child,
.form-book__input,
.form-book__submit,
.post-block .descr,
.wpc-map-wrapper .form-input,
.wpc-map-wrapper .form-textarea,
.wpc-map-wrapper .form-submit,
.a-footer,
.a-footer .list,
.footer-bottom .copyright,
.a-banner.blog .banner-heading .heading-subtitle,
.post-block.single-blog .entry-content,
.comments-area .comments-title .numb-com,
.form-blog .form-input,
.form-blog .form-textarea,
#sidebar {
    font-weight: 400;
}

.a-banner.blog .path-root,
.a-banner.blog .path-temp {
    color: #242526;
}

.a-banner.blog .path-root:hover,
.a-banner.blog .path-temp:hover {
    color: rgb(238, 22, 58);
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}


/* extends */

.a-trans,
.a-banner::after {
    transition: all ease .3s;
}

.container-fluid {
    min-width: 250px;
}

.container {
    min-width: 250px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.t-left {
    text-align: left;
}

.t-right {
    text-align: right;
}

.t-center {
    text-align: center;
}


/* background colors */

.bg-c-0 {
    background: #fff;
}

.bg-c-1 {
    background: #fff;
}

.bg-c-2 {
    background: #F5F5F5;
}

.bg-c-3 {
    background: #222;
}


/*  font colors */

.f-c-1 {
    color: #ADADAD;
}

.f-c-2 {
    color: #F5F5F5;
}

.brd-b {
    border-bottom: 1px solid #EDEBEC;
}

.s-back-switch {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* eq columns 1 */

.eq-row {
    overflow: hidden;
}

.eq-col {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}


/* eq columns 2 */

.a-col-half {
    width: 50%;
    float: left;
}

.a-col-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.a-col-img.right {
    left: 50%;
}

.a-col-text {
    margin-left: 50%;
}


/* eq columns 3 */

.a-eq-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.a-eq-cell {
    display: table-cell;
    width: 50%;
}

.no-padd {
    padding-left: 0;
    padding-right: 0;
}

.no-padd-lms {
    padding: 0 !important;
}

/* Visual Composer rewrites */
.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner>.wpb_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


/*---------------------------------------------------------------*/


/* Custom margins */


/*---------------------------------------------------------------*/

.no-margin {
    margin-left: 0px;
    margin-right: 0px;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.padd-220 {
    padding: 220px 0px;
}

.padd-15 {
    padding: 0px 15px;
}

.padd-30 {
    padding: 0px 30px;
}

.padd-45 {
    padding: 0px 45px;
}

.marg-lg-b0 {
    margin-bottom: 0px;
}

.marg-lg-b5 {
    margin-bottom: 5px;
}

.marg-lg-b10 {
    margin-bottom: 10px;
}

.marg-lg-b15 {
    margin-bottom: 15px;
}

.marg-lg-b20 {
    margin-bottom: 20px;
}

.marg-lg-b25 {
    margin-bottom: 25px;
}

.marg-lg-b30 {
    margin-bottom: 30px;
}

.marg-lg-b35 {
    margin-bottom: 35px;
}

.marg-lg-b40 {
    margin-bottom: 40px;
}

.marg-lg-b45 {
    margin-bottom: 45px;
}

.marg-lg-b50 {
    margin-bottom: 50px;
}

.marg-lg-b55 {
    margin-bottom: 55px;
}

.marg-lg-b60 {
    margin-bottom: 60px;
}

.marg-lg-b65 {
    margin-bottom: 65px;
}

.marg-lg-b70 {
    margin-bottom: 70px;
}

.marg-lg-b75 {
    margin-bottom: 75px;
}

.marg-lg-b80 {
    margin-bottom: 80px;
}

.marg-lg-b85 {
    margin-bottom: 85px;
}

.marg-lg-b90 {
    margin-bottom: 90px;
}

.marg-lg-b95 {
    margin-bottom: 95px;
}

.marg-lg-b100 {
    margin-bottom: 100px;
}

.marg-lg-b140 {
    margin-bottom: 140px;
}

.marg-lg-t0 {
    margin-top: 0px;
}

.marg-lg-t5 {
    margin-top: 5px;
}

.marg-lg-t10 {
    margin-top: 10px;
}

.marg-lg-t15 {
    margin-top: 15px;
}

.marg-lg-t20 {
    margin-top: 20px;
}

.marg-lg-t25 {
    margin-top: 25px;
}

.marg-lg-t30 {
    margin-top: 30px;
}

.marg-lg-t35 {
    margin-top: 35px;
}

.marg-lg-t40 {
    margin-top: 40px;
}

.marg-lg-t45 {
    margin-top: 45px;
}

.marg-lg-t50 {
    margin-top: 50px;
}

.marg-lg-t55 {
    margin-top: 55px;
}

.marg-lg-t60 {
    margin-top: 60px;
}

.marg-lg-t65 {
    margin-top: 65px;
}

.marg-lg-t70 {
    margin-top: 70px;
}

.marg-lg-t75 {
    margin-top: 75px;
}

.marg-lg-t80 {
    margin-top: 80px;
}

.marg-lg-t85 {
    margin-top: 85px;
}

.marg-lg-t90 {
    margin-top: 90px;
}

.marg-lg-t95 {
    margin-top: 95px;
}

.marg-lg-t100 {
    margin-top: 100px;
}

.marg-lg-t105 {
    margin-top: 105px;
}

.marg-lg-t110 {
    margin-top: 110px;
}

.marg-lg-t115 {
    margin-top: 115px;
}

.marg-lg-t120 {
    margin-top: 120px;
}

.marg-lg-t125 {
    margin-top: 125px;
}

.marg-lg-t130 {
    margin-top: 130px;
}

.marg-lg-t135 {
    margin-top: 135px;
}

.marg-lg-t140 {
    margin-top: 140px;
}

.marg-lg-t145 {
    margin-top: 145px;
}

.marg-lg-t150 {
    margin-top: 150px;
}

.marg-lg-t155 {
    margin-top: 155px;
}

.marg-lg-t175 {
    margin-top: 175px;
}

.marg-lg-t200 {
    margin-top: 200px;
}

@media screen and (max-width: 1199px) {
    .marg-md-b0 {
        margin-bottom: 0px !important;
    }
    .marg-md-b5 {
        margin-bottom: 5px !important;
    }
    .marg-md-b10 {
        margin-bottom: 10px !important;
    }
    .marg-md-b15 {
        margin-bottom: 15px !important;
    }
    .marg-md-b20 {
        margin-bottom: 20px !important;
    }
    .marg-md-b25 {
        margin-bottom: 25px !important;
    }
    .marg-md-b30 {
        margin-bottom: 30px !important;
    }
    .marg-md-b35 {
        margin-bottom: 35px !important;
    }
    .marg-md-b40 {
        margin-bottom: 40px !important;
    }
    .marg-md-b45 {
        margin-bottom: 45px !important;
    }
    .marg-md-b50 {
        margin-bottom: 50px !important;
    }
    .marg-md-b55 {
        margin-bottom: 55px !important;
    }
    .marg-md-b60 {
        margin-bottom: 60px !important;
    }
    .marg-md-b65 {
        margin-bottom: 65px !important;
    }
    .marg-md-b70 {
        margin-bottom: 70px !important;
    }
    .marg-md-b75 {
        margin-bottom: 75px !important;
    }
    .marg-md-b80 {
        margin-bottom: 80px !important;
    }
    .marg-md-b85 {
        margin-bottom: 85px !important;
    }
    .marg-md-b90 {
        margin-bottom: 90px !important;
    }
    .marg-md-b95 {
        margin-bottom: 95px !important;
    }
    .marg-md-b100 {
        margin-bottom: 100px !important;
    }
    .marg-md-b140 {
        margin-bottom: 140px !important;
    }
    .marg-md-t0 {
        margin-top: 0px !important;
    }
    .marg-md-t5 {
        margin-top: 5px !important;
    }
    .marg-md-t10 {
        margin-top: 10px !important;
    }
    .marg-md-t15 {
        margin-top: 15px !important;
    }
    .marg-md-t20 {
        margin-top: 20px !important;
    }
    .marg-md-t25 {
        margin-top: 25px !important;
    }
    .marg-md-t30 {
        margin-top: 30px !important;
    }
    .marg-md-t35 {
        margin-top: 35px !important;
    }
    .marg-md-t40 {
        margin-top: 40px !important;
    }
    .marg-md-t45 {
        margin-top: 45px !important;
    }
    .marg-md-t50 {
        margin-top: 50px !important;
    }
    .marg-md-t55 {
        margin-top: 55px !important;
    }
    .marg-md-t60 {
        margin-top: 60px !important;
    }
    .marg-md-t65 {
        margin-top: 65px !important;
    }
    .marg-md-t70 {
        margin-top: 70px !important;
    }
    .marg-md-t75 {
        margin-top: 75px !important;
    }
    .marg-md-t80 {
        margin-top: 80px !important;
    }
    .marg-md-t85 {
        margin-top: 85px !important;
    }
    .marg-md-t90 {
        margin-top: 90px !important;
    }
    .marg-md-t95 {
        margin-top: 95px !important;
    }
    .marg-md-t100 {
        margin-top: 100px !important;
    }
    .marg-md-t140 {
        margin-top: 140px !important;
    }
}

@media screen and (max-width: 991px) {
    .marg-sm-b0 {
        margin-bottom: 0px !important;
    }
    .marg-sm-b5 {
        margin-bottom: 5px !important;
    }
    .marg-sm-b10 {
        margin-bottom: 10px !important;
    }
    .marg-sm-b15 {
        margin-bottom: 15px !important;
    }
    .marg-sm-b20 {
        margin-bottom: 20px !important;
    }
    .marg-sm-b25 {
        margin-bottom: 25px !important;
    }
    .marg-sm-b30 {
        margin-bottom: 30px !important;
    }
    .marg-sm-b35 {
        margin-bottom: 35px !important;
    }
    .marg-sm-b40 {
        margin-bottom: 40px !important;
    }
    .marg-sm-b45 {
        margin-bottom: 45px !important;
    }
    .marg-sm-b50 {
        margin-bottom: 50px !important;
    }
    .marg-sm-b55 {
        margin-bottom: 55px !important;
    }
    .marg-sm-b60 {
        margin-bottom: 60px !important;
    }
    .marg-sm-b65 {
        margin-bottom: 65px !important;
    }
    .marg-sm-b70 {
        margin-bottom: 70px !important;
    }
    .marg-sm-b75 {
        margin-bottom: 75px !important;
    }
    .marg-sm-b80 {
        margin-bottom: 80px !important;
    }
    .marg-sm-b85 {
        margin-bottom: 85px !important;
    }
    .marg-sm-b90 {
        margin-bottom: 90px !important;
    }
    .marg-sm-b95 {
        margin-bottom: 95px !important;
    }
    .marg-sm-b100 {
        margin-bottom: 100px !important;
    }
    .marg-sm-b140 {
        margin-bottom: 140px !important;
    }
    .marg-sm-t0 {
        margin-top: 0px !important;
    }
    .marg-sm-t5 {
        margin-top: 5px !important;
    }
    .marg-sm-t10 {
        margin-top: 10px !important;
    }
    .marg-sm-t15 {
        margin-top: 15px !important;
    }
    .marg-sm-t20 {
        margin-top: 20px !important;
    }
    .marg-sm-t25 {
        margin-top: 25px !important;
    }
    .marg-sm-t30 {
        margin-top: 30px !important;
    }
    .marg-sm-t35 {
        margin-top: 35px !important;
    }
    .marg-sm-t40 {
        margin-top: 40px !important;
    }
    .marg-sm-t45 {
        margin-top: 45px !important;
    }
    .marg-sm-t50 {
        margin-top: 50px !important;
    }
    .marg-sm-t55 {
        margin-top: 55px !important;
    }
    .marg-sm-t60 {
        margin-top: 60px !important;
    }
    .marg-sm-t65 {
        margin-top: 65px !important;
    }
    .marg-sm-t70 {
        margin-top: 70px !important;
    }
    .marg-sm-t75 {
        margin-top: 75px !important;
    }
    .marg-sm-t80 {
        margin-top: 80px !important;
    }
    .marg-sm-t85 {
        margin-top: 85px !important;
    }
    .marg-sm-t90 {
        margin-top: 90px !important;
    }
    .marg-sm-t95 {
        margin-top: 95px !important;
    }
    .marg-sm-t100 {
        margin-top: 100px !important;
    }
    .marg-sm-t140 {
        margin-top: 140px !important;
    }
    .no-padd-sm {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 767px) {
    .marg-xs-b0 {
        margin-bottom: 0px !important;
    }
    .marg-xs-b5 {
        margin-bottom: 5px !important;
    }
    .marg-xs-b10 {
        margin-bottom: 10px !important;
    }
    .marg-xs-b15 {
        margin-bottom: 15px !important;
    }
    .marg-xs-b20 {
        margin-bottom: 20px !important;
    }
    .marg-xs-b25 {
        margin-bottom: 25px !important;
    }
    .marg-xs-b30 {
        margin-bottom: 30px !important;
    }
    .marg-xs-b35 {
        margin-bottom: 35px !important;
    }
    .marg-xs-b40 {
        margin-bottom: 40px !important;
    }
    .marg-xs-b45 {
        margin-bottom: 45px !important;
    }
    .marg-xs-b50 {
        margin-bottom: 50px !important;
    }
    .marg-xs-b55 {
        margin-bottom: 55px !important;
    }
    .marg-xs-b60 {
        margin-bottom: 60px !important;
    }
    .marg-xs-b65 {
        margin-bottom: 65px !important;
    }
    .marg-xs-b70 {
        margin-bottom: 70px !important;
    }
    .marg-xs-b75 {
        margin-bottom: 75px !important;
    }
    .marg-xs-b80 {
        margin-bottom: 80px !important;
    }
    .marg-xs-b85 {
        margin-bottom: 85px !important;
    }
    .marg-xs-b90 {
        margin-bottom: 90px !important;
    }
    .marg-xs-b95 {
        margin-bottom: 95px !important;
    }
    .marg-xs-b100 {
        margin-bottom: 100px !important;
    }
    .marg-xs-b140 {
        margin-bottom: 140px !important;
    }
    .marg-xs-t0 {
        margin-top: 0px !important;
    }
    .marg-xs-t5 {
        margin-top: 5px !important;
    }
    .marg-xs-t10 {
        margin-top: 10px !important;
    }
    .marg-xs-t15 {
        margin-top: 15px !important;
    }
    .marg-xs-t20 {
        margin-top: 20px !important;
    }
    .marg-xs-t25 {
        margin-top: 25px !important;
    }
    .marg-xs-t30 {
        margin-top: 30px !important;
    }
    .marg-xs-t35 {
        margin-top: 35px !important;
    }
    .marg-xs-t40 {
        margin-top: 40px !important;
    }
    .marg-xs-t45 {
        margin-top: 45px !important;
    }
    .marg-xs-t50 {
        margin-top: 50px !important;
    }
    .marg-xs-t55 {
        margin-top: 55px !important;
    }
    .marg-xs-t60 {
        margin-top: 60px !important;
    }
    .marg-xs-t65 {
        margin-top: 65px !important;
    }
    .marg-xs-t70 {
        margin-top: 70px !important;
    }
    .marg-xs-t75 {
        margin-top: 75px !important;
    }
    .marg-xs-t80 {
        margin-top: 80px !important;
    }
    .marg-xs-t85 {
        margin-top: 85px !important;
    }
    .marg-xs-t90 {
        margin-top: 90px !important;
    }
    .marg-xs-t95 {
        margin-top: 95px !important;
    }
    .marg-xs-t100 {
        margin-top: 100px !important;
    }
    .marg-xs-t140 {
        margin-top: 140px !important;
    }
    .padd-xs-t0 {
    padding-top: 0px !important;
  }

  .padd-xs-t5 {
    padding-top: 5px !important;
  }

  .padd-xs-t10 {
    padding-top: 10px !important;
  }

  .padd-xs-t15 {
    padding-top: 15px !important;
  }

  .padd-xs-t20 {
    padding-top: 20px !important;
  }

  .padd-xs-t25 {
    padding-top: 25px !important;
  }

  .padd-xs-t30 {
    padding-top: 30px !important;
  }

  .padd-xs-t35 {
    padding-top: 35px !important;
  }

  .padd-xs-t40 {
    padding-top: 40px !important;
  }

  .padd-xs-t45 {
    padding-top: 45px !important;
  }

  .padd-xs-t50 {
    padding-top: 50px !important;
  }

  .padd-xs-t55 {
    padding-top: 55px !important;
  }

  .padd-xs-t60 {
    padding-top: 60px !important;
  }

  .padd-xs-t65 {
    padding-top: 65px !important;
  }

  .padd-xs-t70 {
    padding-top: 70px !important;
  }

  .padd-xs-t75 {
    padding-top: 75px !important;
  }

  .padd-xs-t80 {
    padding-top: 80px !important;
  }

  .padd-xs-t85 {
    padding-top: 85px !important;
  }

  .padd-xs-t90 {
    padding-top: 90px !important;
  }

  .padd-xs-t95 {
    padding-top: 95px !important;
  }

  .padd-xs-t100 {
    padding-top: 100px !important;
  }

  .padd-xs-t105 {
    padding-top: 105px !important;
  }

  .padd-xs-t110 {
    padding-top: 110px !important;
  }

  .padd-xs-t115 {
    padding-top: 115px !important;
  }

  .padd-xs-t120 {
    padding-top: 120px !important;
  }

  .padd-xs-t125 {
    padding-top: 125px !important;
  }

  .padd-xs-t130 {
    padding-top: 130px !important;
  }

  .padd-xs-t135 {
    padding-top: 135px !important;
  }

  .padd-xs-t140 {
    padding-top: 140px !important;
  }

  .padd-xs-t145 {
    padding-top: 145px !important;
  }

  .padd-xs-t150 {
    padding-top: 150px !important;
  }

  .padd-xs-t155 {
    padding-top: 155px !important;
  }

  .padd-xs-t160 {
    padding-top: 160px !important;
  }

  .padd-xs-t165 {
    padding-top: 165px !important;
  }

  .padd-xs-t170 {
    padding-top: 170px !important;
  }

  .padd-xs-t175 {
    padding-top: 175px !important;
  }

  .padd-xs-t180 {
    padding-top: 180px !important;
  }

  .padd-xs-t185 {
    padding-top: 185px !important;
  }

  .padd-xs-t190 {
    padding-top: 190px !important;
  }

  .padd-xs-t195 {
    padding-top: 195px !important;
  }

  .padd-xs-t200 {
    padding-top: 200px !important;
  }

  .padd-xs-b0 {
    padding-bottom: 0px !important;
  }

  .padd-xs-b5 {
    padding-bottom: 5px !important;
  }

  .padd-xs-b10 {
    padding-bottom: 10px !important;
  }

  .padd-xs-b15 {
    padding-bottom: 15px !important;
  }

  .padd-xs-b20 {
    padding-bottom: 20px !important;
  }

  .padd-xs-b25 {
    padding-bottom: 25px !important;
  }

  .padd-xs-b30 {
    padding-bottom: 30px !important;
  }

  .padd-xs-b35 {
    padding-bottom: 35px !important;
  }

  .padd-xs-b40 {
    padding-bottom: 40px !important;
  }

  .padd-xs-b45 {
    padding-bottom: 45px !important;
  }

  .padd-xs-b50 {
    padding-bottom: 50px !important;
  }

  .padd-xs-b55 {
    padding-bottom: 55px !important;
  }

  .padd-xs-b60 {
    padding-bottom: 60px !important;
  }

  .padd-xs-b65 {
    padding-bottom: 65px !important;
  }

  .padd-xs-b70 {
    padding-bottom: 70px !important;
  }

  .padd-xs-b75 {
    padding-bottom: 75px !important;
  }

  .padd-xs-b80 {
    padding-bottom: 80px !important;
  }

  .padd-xs-b85 {
    padding-bottom: 85px !important;
  }

  .padd-xs-b90 {
    padding-bottom: 90px !important;
  }

  .padd-xs-b95 {
    padding-bottom: 95px !important;
  }

  .padd-xs-b100 {
    padding-bottom: 100px !important;
  }

  .padd-xs-b105 {
    padding-bottom: 105px !important;
  }

  .padd-xs-b110 {
    padding-bottom: 110px !important;
  }

  .padd-xs-b115 {
    padding-bottom: 115px !important;
  }

  .padd-xs-b120 {
    padding-bottom: 120px !important;
  }

  .padd-xs-b125 {
    padding-bottom: 125px !important;
  }

  .padd-xs-b130 {
    padding-bottom: 130px !important;
  }

  .padd-xs-b135 {
    padding-bottom: 135px !important;
  }

  .padd-xs-b140 {
    padding-bottom: 140px !important;
  }

  .padd-xs-b145 {
    padding-bottom: 145px !important;
  }

  .padd-xs-b150 {
    padding-bottom: 150px !important;
  }

  .padd-xs-b155 {
    padding-bottom: 155px !important;
  }

  .padd-xs-b160 {
    padding-bottom: 160px !important;
  }

  .padd-xs-b165 {
    padding-bottom: 165px !important;
  }

  .padd-xs-b170 {
    padding-bottom: 170px !important;
  }

  .padd-xs-b175 {
    padding-bottom: 175px !important;
  }

  .padd-xs-b180 {
    padding-bottom: 180px !important;
  }

  .padd-xs-b185 {
    padding-bottom: 185px !important;
  }

  .padd-xs-b190 {
    padding-bottom: 190px !important;
  }

  .padd-xs-b195 {
    padding-bottom: 195px !important;
  }

  .padd-xs-b200 {
    padding-bottom: 200px !important;
  }

  .no-padd-xs {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.padd-lg-t0 {
    padding-top: 0px;
}

.padd-lg-t5 {
    padding-top: 5px;
}

.padd-lg-t10 {
    padding-top: 10px;
}

.padd-lg-t15 {
    padding-top: 15px;
}

.padd-lg-t20 {
    padding-top: 20px;
}

.padd-lg-t25 {
    padding-top: 25px;
}

.padd-lg-t30 {
    padding-top: 30px;
}

.padd-lg-t35 {
    padding-top: 35px;
}

.padd-lg-t40 {
    padding-top: 40px;
}

.padd-lg-t45 {
    padding-top: 45px;
}

.padd-lg-t50 {
    padding-top: 50px;
}

.padd-lg-t55 {
    padding-top: 55px;
}

.padd-lg-t60 {
    padding-top: 60px;
}

.padd-lg-t65 {
    padding-top: 65px;
}

.padd-lg-t70 {
    padding-top: 70px;
}

.padd-lg-t75 {
    padding-top: 75px;
}

.padd-lg-t80 {
    padding-top: 80px;
}

.padd-lg-t85 {
    padding-top: 85px;
}

.padd-lg-t90 {
    padding-top: 90px;
}

.padd-lg-t95 {
    padding-top: 95px;
}

.padd-lg-t100 {
    padding-top: 100px;
}

.padd-lg-t105 {
    padding-top: 105px;
}

.padd-lg-t110 {
    padding-top: 110px;
}

.padd-lg-t115 {
    padding-top: 115px;
}

.padd-lg-t120 {
    padding-top: 120px;
}

.padd-lg-t125 {
    padding-top: 125px;
}

.padd-lg-t130 {
    padding-top: 130px;
}

.padd-lg-t135 {
    padding-top: 135px;
}

.padd-lg-t140 {
    padding-top: 140px;
}

.padd-lg-t145 {
    padding-top: 145px;
}

.padd-lg-t150 {
    padding-top: 150px;
}

.padd-lg-t155 {
    padding-top: 155px;
}

.padd-lg-t160 {
    padding-top: 160px;
}

.padd-lg-t165 {
    padding-top: 165px;
}

.padd-lg-t170 {
    padding-top: 170px;
}

.padd-lg-t175 {
    padding-top: 175px;
}

.padd-lg-t180 {
    padding-top: 180px;
}

.padd-lg-t185 {
    padding-top: 185px;
}

.padd-lg-t190 {
    padding-top: 190px;
}

.padd-lg-t195 {
    padding-top: 195px;
}

.padd-lg-t200 {
    padding-top: 200px;
}

.padd-lg-b0 {
    padding-bottom: 0px;
}

.padd-lg-b5 {
    padding-bottom: 5px;
}

.padd-lg-b10 {
    padding-bottom: 10px;
}

.padd-lg-b15 {
    padding-bottom: 15px;
}

.padd-lg-b20 {
    padding-bottom: 20px;
}

.padd-lg-b25 {
    padding-bottom: 25px;
}

.padd-lg-b30 {
    padding-bottom: 30px;
}

.padd-lg-b35 {
    padding-bottom: 35px;
}

.padd-lg-b40 {
    padding-bottom: 40px;
}

.padd-lg-b45 {
    padding-bottom: 45px;
}

.padd-lg-b50 {
    padding-bottom: 50px;
}

.padd-lg-b55 {
    padding-bottom: 55px;
}

.padd-lg-b60 {
    padding-bottom: 60px;
}

.padd-lg-b65 {
    padding-bottom: 65px;
}

.padd-lg-b70 {
    padding-bottom: 70px;
}

.padd-lg-b75 {
    padding-bottom: 75px;
}

.padd-lg-b80 {
    padding-bottom: 80px;
}

.padd-lg-b85 {
    padding-bottom: 85px;
}

.padd-lg-b90 {
    padding-bottom: 90px;
}

.padd-lg-b95 {
    padding-bottom: 95px;
}

.padd-lg-b100 {
    padding-bottom: 100px;
}

.padd-lg-b105 {
    padding-bottom: 105px;
}

.padd-lg-b110 {
    padding-bottom: 110px;
}

.padd-lg-b115 {
    padding-bottom: 115px;
}

.padd-lg-b120 {
    padding-bottom: 120px;
}

.padd-lg-b125 {
    padding-bottom: 125px;
}

.padd-lg-b130 {
    padding-bottom: 130px;
}

.padd-lg-b135 {
    padding-bottom: 135px;
}

.padd-lg-b140 {
    padding-bottom: 140px;
}

.padd-lg-b145 {
    padding-bottom: 145px;
}

.padd-lg-b150 {
    padding-bottom: 150px;
}

.padd-lg-b155 {
    padding-bottom: 155px;
}

.padd-lg-b160 {
    padding-bottom: 160px;
}

.padd-lg-b165 {
    padding-bottom: 165px;
}

.padd-lg-b170 {
    padding-bottom: 170px;
}

.padd-lg-b175 {
    padding-bottom: 175px;
}

.padd-lg-b180 {
    padding-bottom: 180px;
}

.padd-lg-b185 {
    padding-bottom: 185px;
}

.padd-lg-b190 {
    padding-bottom: 190px;
}

.padd-lg-b195 {
    padding-bottom: 195px;
}

.padd-lg-b200 {
    padding-bottom: 200px;
}

@media screen and (max-width: 1199px) {
    .marg-md-t0 {
        margin-top: 0px;
    }
    .marg-md-t5 {
        margin-top: 5px;
    }
    .marg-md-t10 {
        margin-top: 10px;
    }
    .marg-md-t15 {
        margin-top: 15px;
    }
    .marg-md-t20 {
        margin-top: 20px;
    }
    .marg-md-t25 {
        margin-top: 25px;
    }
    .marg-md-t30 {
        margin-top: 30px;
    }
    .marg-md-t35 {
        margin-top: 35px;
    }
    .marg-md-t40 {
        margin-top: 40px;
    }
    .marg-md-t45 {
        margin-top: 45px;
    }
    .marg-md-t50 {
        margin-top: 50px;
    }
    .marg-md-t55 {
        margin-top: 55px;
    }
    .marg-md-t60 {
        margin-top: 60px;
    }
    .marg-md-t65 {
        margin-top: 65px;
    }
    .marg-md-t70 {
        margin-top: 70px;
    }
    .marg-md-t75 {
        margin-top: 75px;
    }
    .marg-md-t80 {
        margin-top: 80px;
    }
    .marg-md-t85 {
        margin-top: 85px;
    }
    .marg-md-t90 {
        margin-top: 90px;
    }
    .marg-md-t95 {
        margin-top: 95px;
    }
    .marg-md-t100 {
        margin-top: 100px;
    }
    .marg-md-t105 {
        margin-top: 105px;
    }
    .marg-md-t110 {
        margin-top: 110px;
    }
    .marg-md-t115 {
        margin-top: 115px;
    }
    .marg-md-t120 {
        margin-top: 120px;
    }
    .marg-md-t125 {
        margin-top: 125px;
    }
    .marg-md-t130 {
        margin-top: 130px;
    }
    .marg-md-t135 {
        margin-top: 135px;
    }
    .marg-md-t140 {
        margin-top: 140px;
    }
    .marg-md-t145 {
        margin-top: 145px;
    }
    .marg-md-t150 {
        margin-top: 150px;
    }
    .marg-md-t155 {
        margin-top: 155px;
    }
    .marg-md-t160 {
        margin-top: 160px;
    }
    .marg-md-t165 {
        margin-top: 165px;
    }
    .marg-md-t170 {
        margin-top: 170px;
    }
    .marg-md-t175 {
        margin-top: 175px;
    }
    .marg-md-t180 {
        margin-top: 180px;
    }
    .marg-md-t185 {
        margin-top: 185px;
    }
    .marg-md-t190 {
        margin-top: 190px;
    }
    .marg-md-t195 {
        margin-top: 195px;
    }
    .marg-md-t200 {
        margin-top: 200px;
    }
    .marg-md-b0 {
        margin-bottom: 0px;
    }
    .marg-md-b5 {
        margin-bottom: 5px;
    }
    .marg-md-b10 {
        margin-bottom: 10px;
    }
    .marg-md-b15 {
        margin-bottom: 15px;
    }
    .marg-md-b20 {
        margin-bottom: 20px;
    }
    .marg-md-b25 {
        margin-bottom: 25px;
    }
    .marg-md-b30 {
        margin-bottom: 30px;
    }
    .marg-md-b35 {
        margin-bottom: 35px;
    }
    .marg-md-b40 {
        margin-bottom: 40px;
    }
    .marg-md-b45 {
        margin-bottom: 45px;
    }
    .marg-md-b50 {
        margin-bottom: 50px;
    }
    .marg-md-b55 {
        margin-bottom: 55px;
    }
    .marg-md-b60 {
        margin-bottom: 60px;
    }
    .marg-md-b65 {
        margin-bottom: 65px;
    }
    .marg-md-b70 {
        margin-bottom: 70px;
    }
    .marg-md-b75 {
        margin-bottom: 75px;
    }
    .marg-md-b80 {
        margin-bottom: 80px;
    }
    .marg-md-b85 {
        margin-bottom: 85px;
    }
    .marg-md-b90 {
        margin-bottom: 90px;
    }
    .marg-md-b95 {
        margin-bottom: 95px;
    }
    .marg-md-b100 {
        margin-bottom: 100px;
    }
    .marg-md-b105 {
        margin-bottom: 105px;
    }
    .marg-md-b110 {
        margin-bottom: 110px;
    }
    .marg-md-b115 {
        margin-bottom: 115px;
    }
    .marg-md-b120 {
        margin-bottom: 120px;
    }
    .marg-md-b125 {
        margin-bottom: 125px;
    }
    .marg-md-b130 {
        margin-bottom: 130px;
    }
    .marg-md-b135 {
        margin-bottom: 135px;
    }
    .marg-md-b140 {
        margin-bottom: 140px;
    }
    .marg-md-b145 {
        margin-bottom: 145px;
    }
    .marg-md-b150 {
        margin-bottom: 150px;
    }
    .marg-md-b155 {
        margin-bottom: 155px;
    }
    .marg-md-b160 {
        margin-bottom: 160px;
    }
    .marg-md-b165 {
        margin-bottom: 165px;
    }
    .marg-md-b170 {
        margin-bottom: 170px;
    }
    .marg-md-b175 {
        margin-bottom: 175px;
    }
    .marg-md-b180 {
        margin-bottom: 180px;
    }
    .marg-md-b185 {
        margin-bottom: 185px;
    }
    .marg-md-b190 {
        margin-bottom: 190px;
    }
    .marg-md-b195 {
        margin-bottom: 195px;
    }
    .marg-md-b200 {
        margin-bottom: 200px;
    }
    .padd-md-t0 {
        padding-top: 0px;
    }
    .padd-md-t5 {
        padding-top: 5px;
    }
    .padd-md-t10 {
        padding-top: 10px;
    }
    .padd-md-t15 {
        padding-top: 15px;
    }
    .padd-md-t20 {
        padding-top: 20px;
    }
    .padd-md-t25 {
        padding-top: 25px;
    }
    .padd-md-t30 {
        padding-top: 30px;
    }
    .padd-md-t35 {
        padding-top: 35px;
    }
    .padd-md-t40 {
        padding-top: 40px;
    }
    .padd-md-t45 {
        padding-top: 45px;
    }
    .padd-md-t50 {
        padding-top: 50px;
    }
    .padd-md-t55 {
        padding-top: 55px;
    }
    .padd-md-t60 {
        padding-top: 60px;
    }
    .padd-md-t65 {
        padding-top: 65px;
    }
    .padd-md-t70 {
        padding-top: 70px;
    }
    .padd-md-t75 {
        padding-top: 75px;
    }
    .padd-md-t80 {
        padding-top: 80px;
    }
    .padd-md-t85 {
        padding-top: 85px;
    }
    .padd-md-t90 {
        padding-top: 90px;
    }
    .padd-md-t95 {
        padding-top: 95px;
    }
    .padd-md-t100 {
        padding-top: 100px;
    }
    .padd-md-t105 {
        padding-top: 105px;
    }
    .padd-md-t110 {
        padding-top: 110px;
    }
    .padd-md-t115 {
        padding-top: 115px;
    }
    .padd-md-t120 {
        padding-top: 120px;
    }
    .padd-md-t125 {
        padding-top: 125px;
    }
    .padd-md-t130 {
        padding-top: 130px;
    }
    .padd-md-t135 {
        padding-top: 135px;
    }
    .padd-md-t140 {
        padding-top: 140px;
    }
    .padd-md-t145 {
        padding-top: 145px;
    }
    .padd-md-t150 {
        padding-top: 150px;
    }
    .padd-md-t155 {
        padding-top: 155px;
    }
    .padd-md-t160 {
        padding-top: 160px;
    }
    .padd-md-t165 {
        padding-top: 165px;
    }
    .padd-md-t170 {
        padding-top: 170px;
    }
    .padd-md-t175 {
        padding-top: 175px;
    }
    .padd-md-t180 {
        padding-top: 180px;
    }
    .padd-md-t185 {
        padding-top: 185px;
    }
    .padd-md-t190 {
        padding-top: 190px;
    }
    .padd-md-t195 {
        padding-top: 195px;
    }
    .padd-md-t200 {
        padding-top: 200px;
    }
    .paddi-md-b0 {
        padding-bottom: 0px;
    }
    .paddi-md-b5 {
        padding-bottom: 5px;
    }
    .paddi-md-b10 {
        padding-bottom: 10px;
    }
    .paddi-md-b15 {
        padding-bottom: 15px;
    }
    .paddi-md-b20 {
        padding-bottom: 20px;
    }
    .paddi-md-b25 {
        padding-bottom: 25px;
    }
    .paddi-md-b30 {
        padding-bottom: 30px;
    }
    .paddi-md-b35 {
        padding-bottom: 35px;
    }
    .paddi-md-b40 {
        padding-bottom: 40px;
    }
    .paddi-md-b45 {
        padding-bottom: 45px;
    }
    .paddi-md-b50 {
        padding-bottom: 50px;
    }
    .paddi-md-b55 {
        padding-bottom: 55px;
    }
    .paddi-md-b60 {
        padding-bottom: 60px;
    }
    .paddi-md-b65 {
        padding-bottom: 65px;
    }
    .paddi-md-b70 {
        padding-bottom: 70px;
    }
    .paddi-md-b75 {
        padding-bottom: 75px;
    }
    .paddi-md-b80 {
        padding-bottom: 80px;
    }
    .paddi-md-b85 {
        padding-bottom: 85px;
    }
    .paddi-md-b90 {
        padding-bottom: 90px;
    }
    .paddi-md-b95 {
        padding-bottom: 95px;
    }
    .paddi-md-b100 {
        padding-bottom: 100px;
    }
    .paddi-md-b105 {
        padding-bottom: 105px;
    }
    .paddi-md-b110 {
        padding-bottom: 110px;
    }
    .paddi-md-b115 {
        padding-bottom: 115px;
    }
    .paddi-md-b120 {
        padding-bottom: 120px;
    }
    .paddi-md-b125 {
        padding-bottom: 125px;
    }
    .paddi-md-b130 {
        padding-bottom: 130px;
    }
    .paddi-md-b135 {
        padding-bottom: 135px;
    }
    .paddi-md-b140 {
        padding-bottom: 140px;
    }
    .paddi-md-b145 {
        padding-bottom: 145px;
    }
    .paddi-md-b150 {
        padding-bottom: 150px;
    }
    .paddi-md-b155 {
        padding-bottom: 155px;
    }
    .paddi-md-b160 {
        padding-bottom: 160px;
    }
    .paddi-md-b165 {
        padding-bottom: 165px;
    }
    .paddi-md-b170 {
        padding-bottom: 170px;
    }
    .paddi-md-b175 {
        padding-bottom: 175px;
    }
    .paddi-md-b180 {
        padding-bottom: 180px;
    }
    .paddi-md-b185 {
        padding-bottom: 185px;
    }
    .paddi-md-b190 {
        padding-bottom: 190px;
    }
    .paddi-md-b195 {
        padding-bottom: 195px;
    }
    .paddi-md-b200 {
        padding-bottom: 200px;
    }
}

/*transition*/
a,
.cut_order_block:before,
.cut_order_image:before,
.cut_order_image:after,
.cut_order_overlay,
.cut_order_entry,
.cut_order_cat,
.cut_order_title,
.cut_order_desc,
.cut_order_text,
.cut_order_devider,
.cut_order_social,
.cut_order_social a,
.c-btn,
.c-btn.type-4:after,
.m_slider.style-1 .m_slider_entry:after,
.m_slider.style-1 .m_slider_inner {
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


/*---------------------------------------------------------------------------------*/
/* 02 - HEADER STYLE */
/*---------------------------------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------Header style 1----------------------*/

.a-header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    color: #888;
    z-index: 999;
    height: 80px;
    -webkit-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
    -moz-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
    -o-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
    transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
}

.a-header.min:not(.style-3) {
    padding-top: 0;
}

.a-header.right .navigation {
    width: 100%;
}

.a-header.right .logo {
    float: right;
}

.a-header .container,
.a-header .container-fluid {
    height: inherit;
}

.a-header--dark {
    background-color: rgba(0,0,0,.7);
}

.table-cell {
    height: inherit;
    display: table-cell;
    vertical-align: middle;
}

.logo {
    z-index: 50;
    height: inherit;
    position: relative;
    float: left;
}

.navigation {
    position: relative;
    float: right;
    height: inherit;
}

.navigation nav {
    position: relative;
    float: left;
    display: inline-block;
    height: inherit;
}

.navigation nav > ul {
    height: inherit;
}

.navigation nav ul li {
    position: relative;
    float: left;
    height: 100%;
}

.navigation nav > ul > li {
    color: #fff;
    margin: 0 0 0 32px;
    height: inherit;
}

@media (max-width: 1199px) {
    .navigation nav > ul > li {
        margin: 0 0 0 20px;
    }
}

.navigation nav > ul > li:last-child > .sub-menu li > .sub-menu {
    left: -101.5%;
}

.a-header .navigation nav > ul > li > a {
    font-family: 'Montserrat-Regular', sans-serif;
    height: inherit;
    vertical-align: middle;
    display: table-cell;
    font-weight: 400;
    font-size: 14px;
}

.a-header.scroll {
    background-color: rgba(0, 0, 0, 0.7);
    padding-top: 0;
}

.a-header.not-fixed {
    position: absolute;
}

.sub-menu {
    min-width: 235px;
    top: 100%;
    position: absolute;
    left: -30px;
    margin-top: -2px;
    background: rgba(34, 34, 34, 0.9);
    z-index: 1;
    padding: 20px 0px;
    backface-visibility: hidden;
    visibility: hidden;
    opacity: 0;
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -webkit-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
    -moz-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
    -o-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
    transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
}

.sub-menu li {
    width: 100%;
}

.sub-menu li a {
    color: #d0cece;
    display: block;
    padding: 10px 30px;
    font-size: 14px;
}

.sub-menu li a:hover {
    color: #fff;
}

.sub-menu li .sub-menu {
    left: 100%;
    margin-left: 2px;
    top: 0px;
    margin-top: -20px;
}

.sub-menu li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}

.sub-menu.type-1 {
    min-width: 235px;
}

.sub-menu.type-2 {
    min-width: 705px;
    padding: 0px;
}

.sub-menu.type-2 > li {
    max-width: 235px;
    padding: 20px 0px;
}

.sub-menu.type-2 ul > li b {
    color: #fff;
    font-weight: 800;
    margin-bottom: 10px;
    display: block;
}

.navigation nav > ul > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 1px;
}

.navigation > li:last-child > .sub-menu {
    left: auto;
    right: -30px;
}

.navigation > li:last-child > .sub-menu li a {
    float: right;
}

.navigation > li:last-child > .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
    top: 0px;
    margin-right: 2px;
    margin-left: 0px;
}

.header-folow {
    position: relative;
    float: right;
    height: inherit;
}

.header-folow a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: inherit;
}

.header-folow a span {
    color: #fff;
    font-size: 14px;
    margin: 0px 5px;
    overflow: hidden;
    width: 30px;
    line-height: 30px;
    text-align: center;
    height: 30px;
    position: relative;
    float: left;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}

.folow-style-1 {
    margin-left: 10px;
}

.folow-style-1 a span:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: -100%;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #f6364d;
    -webkit-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
    -moz-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
    -o-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
    transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
}

.folow-style-1 .serch-button span {
    margin-right: 25px;
}

.folow-style-1 a span:hover:after {
    left: 0px;
}

.folow-style-1 a span:hover {
    color: #fff;
}

.nav-menu-icon {
    position: relative;
    display: none;
    float: right;
    height: inherit;
    overflow: hidden;
    width: 35px;
    z-index: 1005;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

.nav-menu-icon a i {
    top: -4px;
    position: relative;
    display: inline-block;
    width: 23px;
    height: 2px;
    background: rgb(238, 22, 58);
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

.nav-menu-icon a i:before,
.nav-menu-icon a i:after {
    content: '';
    width: 23px;
    height: 2px;
    background: rgb(238, 22, 58);
    position: absolute;
    left: 0;
    transition: all .2s ease-out;
}

.nav-menu-icon a i:before {
    top: -7px;
}

.nav-menu-icon a i:after {
    bottom: -7px;
}

.nav-menu-icon a.active i {
    background: none;
}

.nav-menu-icon a.active i:before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.nav-menu-icon a.active i:after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.nav-menu-icon.type-2 {
    text-align: center;
}

.nav-menu-icon.type-2 i {
    width: 2px;
    height: 2px;
    top: -4px;
}

.nav-menu-icon.type-2 a i:before,
.nav-menu-icon.type-2 a i:after {
    content: '';
    width: 2px;
    height: 2px;
}

.a-header .nav-menu-icon.type-2 a.active i {
    background: #fff;
}

.nav-menu-icon.type-2 a.active i:before {
    width: 35px;
    left: -11px;
    height: 1px;
}

.nav-menu-icon.type-2 a.active i:after {
    width: 35px;
    left: -11px;
    height: 1px;
}

.navigation ul li i {
    float: right;
}

.navigation nav > ul > li > a > i {
    display: none;
}

.a-header .inner-wrap {
    height: inherit;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .a-header .inner-wrap {
        max-width: 970px;
    }
}

@media (max-width: 991px) {
    .a-header .inner-wrap {
        max-width: 750px;
    }
}

.a-header .hlogo-white {
    display: none;
}

.a-header nav > ul > li > a {
    position: relative;
    display: inline-block;
    overflow: hidden;
}


/*----------------------------------------------------------*/


/*----------------------Search popup-----------------------*/

.search-popup {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 501;
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
    -moz-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
    -o-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
    transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
}

.search-popup.open {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}

.search-popup .vertical-align {
    width: 100%;
}

.input-field {
    position: relative;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    overflow: hidden;
    padding-bottom: 20px;
    display: inline-block;
}

.input-field:before {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 2px;
    background: #fff;
    z-index: 5;
    -webkit-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
    -moz-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
    -o-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
    transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
}

.input-field:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: -105%;
    width: 100%;
    height: 2px;
    background: #333;
    z-index: 5;
    -webkit-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
    -moz-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
    -o-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
    transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
}

.input-field.active:before {
    right: -105%;
}

.input-field.active:after {
    left: 0px;
}

.input-field .input {
    position: absolute;
    left: 0px;
    background: none;
    color: #fff;
    width: 100%;
    padding-right: 50px;
}

.input-field .wraper {
    position: relative;
    width: 100%;
}

.search-form .title {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 20px;
    padding-bottom: 45px;
}

.submit {
    color: #909090;
    position: relative;
    float: right;
}

.submit input {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    z-index: 50;
    padding: 0px;
}

.close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #787878;
    text-align: center;
    line-height: 40px;
}

.close span {
    font-size: 24px;
    position: relative;
    backface-visibility: hidden;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    display: block;
    font-family: Helvetica;
}

@media screen and (max-width: 992px) {
    .a-header {
        height: 60px;
        padding-top: 0;
    }
    .nav-menu-icon {
        display: table;
    }
    .navigation nav {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        z-index: -15;
        background: #fff;
        text-align: center;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -webkit-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
        -moz-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
        -o-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
        transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
    }
    .navigation nav.slide-menu {
        z-index: 9998;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
    }
    .navigation nav.slide-menu li {
        text-align: left;
    }
    .navigation nav ul li {
        float: none;
    }
    .navigation nav > ul > li > .sub-menu {
        margin-top: 25px;
    }
    .navigation nav > ul > li > a {
        color: #333;
    }
    .navigation nav > ul > li > a:before {
        display: none;
    }
    .navigation nav > ul > li {
        width: 100%;
        text-align: left;
        margin: 0px;
        height: auto;
    }
    .a-header .navigation nav > ul > li > a {
        display: block;
    }
    .navigation nav > ul > li:last-child > .sub-menu {
        left: auto;
        right: auto;
    }
    .navigation nav > ul > li:last-child > .sub-menu li a {
        float: none;
    }
    .navigation nav > ul > li:last-child > .sub-menu li .sub-menu {
        left: auto;
        right: auto;
        margin-top: 0;
    }
    .sub-menu {
        display: none;
        left: auto;
        visibility: visible;
        opacity: 1;
        background: none;
        position: relative;
        width: 100%;
        text-align: center;
        box-shadow: none;
        padding: 0px;
    }
    .sub-menu.act {
        display: block;
    }
    .sub-menu li .sub-menu {
        left: auto;
        margin-top: 0px;
    }
    .navigation nav ul li a i {
        display: inline-block;
    }
    .sub-menu li a:hover {
        color: #84694e;
    }
    .navigation nav ul li .sub-menu li {
        font-size: 10px;
    }
    .navigation nav > ul > li > a > i {
        display: inline-block;
        margin-left: 5px;
        float: none;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .folow-style-1 a span:after {
        display: none;
    }
    .folow-style-1 {
        margin: 0px 10px 0px 0px;
    }
    .a-header .header-folow a:hover span {
        color: #84694E;
    }
    .a-header.style-5 .navigation nav {
        background: #fff;
    }
    .search-popup {
        z-index: 1000;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 48px;
    }
    .left-menu {
        min-width: 100%;
    }
    .left-menu-wrap ul li a {
        padding: 10px 0px;
    }
    .left-menu-wrap ul {
        padding-bottom: 25px;
    }
    .l-menu-adress {
        margin-bottom: 0px;
    }
    .l-menu-follow a {
        margin: 0px 5px;
    }
    .border-top,
    .border-bottom {
        height: 15px;
    }
    .border-top:after,
    .border-bottom:after {
        width: 15px;
    }
    .header-warap {
        padding: 15px 0px;
    }
    .menu-block {
        margin-bottom: 15px;
    }
    .left-menu.full-w .close-menu {
        right: 15px;
        top: 15px;
    }
}


/*-------------------------------*/
/* BANNER */
/*-------------------------------*/

.a-banner {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.a-banner::after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.a-banner.h-overlay::after {
    display: block;
    background: rgba(17, 17, 17, 0.25);
}

.a-banner.h-overlay-2::after {
    display: block;
    background: rgba(255, 255, 255, 0.85);
}

.a-banner.h-overlay-3::after {
    display: block;
    background: rgba(17, 17, 17, 0.7);
}

.a-banner.h-overlay-4::after {
    display: block;
    background: rgba(17, 17, 17, 0.15);
}

.a-banner.h-overlay-5::after {
    display: block;
    background: rgba(255, 255, 255, 0.65);
}

.a-banner .banner-heading {
    position: relative;
    z-index: 1;
}

.a-banner.min {
    padding: 30px 0;
}


/*-------------------------------*/
/* BUTTONS */
/*-------------------------------*/

.a-btn {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Montserrat-SemiBold', sans-serif;
}

.a-btn.style-1 {
    font-size: 12px;
    font-weight: 700;
    padding: 15px 64px;
}

.a-btn.style-2 {
    font-size: 10px;
    font-weight: 300;
    padding: 12px 26px;
    letter-spacing: .4px;
}

.a-btn.style-3 {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .2px;
}

.a-btn.style-4 {
    color: #fff;
    font-weight: 700;
}

.a-btn.style-5 {
    color: #fff;
    font-size: 12px;
    letter-spacing: .6px;
}

.a-btn.style-6 {
    color: #333;
    border: 1px solid #f1f1f1;
    font-size: 12px;
    font-weight: 700;
}


a.a-btn,
input.a-btn {
    font-size: 11px;
    display: inline-block;
    background: rgb(238, 22, 58);
    color: white;
    padding: 15px 34px;
    border: 2px solid rgb(238, 22, 58);
    border-radius: 40px;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(238, 22, 58,0.3);
    -moz-box-shadow: 0px 10px 30px 0px rgba(238, 22, 58,0.3);
    box-shadow: 0px 10px 30px 0px rgba(238, 22, 58,0.3);
    letter-spacing: .04em;
}
a.a-btn:hover,
input.a-btn:hover {
    box-shadow: none;
    color: rgb(238, 22, 58);
    background-color: transparent;
}
a.a-btn.type-2 {
    background: transparent;
    border: 1px solid white;
    padding: 14px 18px;
    box-shadow: none;
}
a.a-btn.type-2 i {
    margin-right: 10px;
}
a.a-btn.type-2:hover {
    border-color: rgb(238, 22, 58);
}
a.a-btn.type-3 {
    background: transparent;
    border: 1px solid #555;
    color: #555;
    font-size: 11px;
    letter-spacing: .1px;
    padding: 14px 28px;
    border-radius: 5px;
    box-shadow: none;
}
a.a-btn.type-3:hover {
    color: rgb(238, 22, 58);
    border-color: rgb(238, 22, 58);
}
a.a-btn.type-4 {
    background-color: black;
    color: white;
    padding: 11px 18px;
    letter-spacing: .2px;
    border-color: black;
    box-shadow: none;
}

a.a-btn--blank {
    background-color: transparent;
    border: 2px solid rgb(238, 22, 58);
    color: #242526;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: none;
}

a.a-btn--blank:hover {
    background-color: rgb(238, 22, 58);
}

a.a-btn--blank-white {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    box-shadow: none;
    padding: 14px 18px;
}

a.a-btn--blank-white:hover {
    background-color: #fff;
}

.a-banner__btn-wrapper {
    margin-top: 30px;
}

.a-banner__btn {
    width: 190px;
    margin: 15px 7px;
}


/* colors */

.a-btn.color-2 {
    color: #222;
}


/* backgrounds */

.a-btn.bg-1 {
    color: #fff;
}

.a-btn.bg-2 {
    font-size: 11px;
    background: #fff;
    border: 1px solid #fff;
    color: #333;
}

.a-btn.bg-3 {
    background: transparent;
    border: 2px solid #fff;
}

.a-btn.bg-4 {
    color: #333;
    border: 1px solid #333;
}

.a-btn.bg-5 {
    background: #f6364d;
    border: 2px solid #f6364d;
}

.a-btn.bg-6 {
    background: #222;
    border: 2px solid #222;
    color: white;
}


/* sizes */

.a-btn.size-1 {
    padding: 13px 30px 12px;
}

.a-btn.size-2 {
    width: 112px;
    padding: 14px 0;
}

.a-btn.big-type {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 24px 75px;
}

.a-btn.big-type.style-2 {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .3px;
    padding: 28px 68px;
}

.a-btn.big-type.type-7 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}

.a-banner-small .a-btn.b-type {
    font-size: 11px;
    font-weight: 500;
    padding: 15px 35px;
}


/*------------------------------------------------------*/


/*----------------------TEXT STYLE----------------------*/

.fr {
    position: relative;
    float: right;
    height: inherit;
}

.fl {
    position: relative;
    float: left;
    height: inherit;
}

html {
    overflow-x: hidden;
}

.overflow {
    overflow: hidden !important;
}


/*-------------------------------*/


/* PRELOARED */


/*-------------------------------*/

.preload-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 9999;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(74,141,206, 0.2);
  border-right: 1.1em solid rgba(74,141,206, 0.2);
  border-bottom: 1.1em solid rgba(74,141,206, 0.2);
  border-left: 1.1em solid rgb(238, 22, 58);
  -webkit-transform: translate3d(0,-50%,0);
  -ms-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  top: 45%;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



/*-------------------------------*/
/* 01 - BANNER/HEADER MENU */
/*-------------------------------*/

.logo img {
    height: 43px;
    width: auto;
}

.head-arrows {
    display: none !important;
}

.inner-wrap .logo {
    float: left;
    height: 80px;
    overflow: hidden;
}

.inner-wrap .logo a {
    color: #fff;
}

.search.default-menu .inner-wrap .logo a {
    color: #fff;
}

.error404 .a-header.scroll {
    background-color: transparent;
}

.inner-wrap .logo img {
    height: 43px;
    width: auto;
}


}
.inner-wrap .navigation > nav > ul {
    float: left;
}
@media (min-width: 992px) {
    .inner-wrap .navigation > nav > ul > li > a {
        color: white;
    }
    
    .default-menu .sub-menu li a {
        color: #fff;
    }
    
    .search.default-menu .inner-wrap .navigation > nav > ul > li > a {
        color: #fff;
    }
}
.a-header.style-3 .inner-wrap .navigation > nav > ul > li > a {
    color: #000;
}
.inner-wrap .navigation > nav > ul .a-btn {
    display: inline-block !important;
    height: 45px;
}
.inner-wrap .navigation > nav > ul > li a:hover {
    color: rgb(238, 22, 58);
}
.inner-wrap .li-button.mobile {
    display: none;
}
@media (max-width: 480px) {
    .inner-wrap .li-button.mobile {
        display: block;
    }
    
    .inner-wrap .li-button.mobile a {
        margin: 0;
        margin-bottom: 40px;
    }
    
    .inner-wrap .li-button.mobile a:hover {
        color: rgb(238, 22, 58);
    }
}
.inner-wrap .li-button.desctop {
    float: right;
    margin-left: 38px;
}
.inner-wrap .li-button.desctop .a-btn:hover {
    color: rgb(238, 22, 58);
}
@media (max-width: 1199px) {
    .inner-wrap .li-button.desctop {
        margin-left: 20px;
    }
    
    .inner-wrap .li-button.desctop a {
        padding: 15px 20px;
    }
}
.inner-wrap .li-button .a-btn {
    font-size: 11px;
    letter-spacing: 0px;
}
.inner-wrap .a-btn {
    margin-top: 18px;
    padding: 15px 34px;
    font-size: 11px;
    letter-spacing: 0px;
}
.inner-wrap .a-btn:hover {
    background-color: transparent;
    color: white;
}
.a-header.style-2 .inner-wrap .a-btn {
    background: transparent;
    box-shadow: none;
    color: white;
    font-size: 11px;
    letter-spacing: 0px;
}
.a-header.style-2 .inner-wrap .a-btn:hover {
    color: rgb(238, 22, 58);
}
.a-header.style-3.scroll {
    background-color: transparent;
}
.a-header.style-3 .inner-wrap {
    background-color: white;
}
.a-header.style-3 .logo,
.a-header.style-3 .logo a,
.a-header.style-3 .navigation nav > ul > li {
    color: black;
}
.a-header.style-3 .li-button.desctop .a-btn:hover {
    color: rgb(238, 22, 58);
}
.dl-menuwrapper ul {
    background: transparent;
}
.dl-menuwrapper {
    max-width: 100%;
}

/*-------------------------------*/

/* 02 - BANNER */

/*-------------------------------*/
.overlay {
    position: relative;
}
.overlay:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 33, 35, 0.8);
}
.a-banner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    color: white;
}
.a-banner .banner-heading .banner-icon {
    display: block;
    color: rgb(238, 22, 58);
    margin-bottom: 37px;
    font-size: 32px;
}

.a-banner .banner-heading .heading-subtitle {
    text-transform: uppercase;
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 12px;
    line-height: 28px;
    margin-bottom: 25px;
    background-color: #fff;
    padding: 10px;
    border-radius: 30px;
    color: #242526;
    display: inline-block;
}

.a-banner .banner-heading .heading-subtitle .time,
.a-banner .banner-heading .heading-subtitle .city {
    margin: 0 5px;
}
.a-banner .banner-heading .heading-title {
    font-size: 60px;
    line-height: 60px;
    font-family: 'Montserrat-Bold', sans-serif;
}
.a-banner .banner-heading .heading-text {
    margin-top: 25px;
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.52px;
    color: rgba(255,255,255,.75);
}
.a-banner.style-2 {
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    height: 100vh;
}
.a-banner.style-2 .banner-heading {
    margin-top: -20px;
}
.a-banner.style-2 .banner-heading .heading-title {
    font-size: 88px;
    line-height: 1;
}

@media screen and (max-width: 991px) {
    .a-banner.style-2 .banner-heading .heading-title {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .a-banner.style-2 {
        height: auto;
        padding-top: 100px;
        padding-bottom: 120px;
    }
}

.a-banner.style-2 .button-play {
    position: absolute;
    bottom: 49px;
}
.a-banner.style-2 .button-play .but-icon {
    color: rgb(238, 22, 58);
    width: 35px;
    height: 35px;
    float: left;
    text-align: center;
    margin-right: 15px;
    border: 3px solid rgb(238, 22, 58);
    border-radius: 50%;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}
.a-banner.style-2 .button-play .but-icon span {
    font-size: 17px;
    display: inline-block;
    margin: 6px 9px;
}
.a-banner.style-2 .button-play .but-icon:hover {
    border-color: white;
    color: white;
}
.a-banner.style-2 .button-play .but-desc {
    overflow: hidden;
    height: 100%;
    text-transform: uppercase;
}
.a-banner.style-2 .button-play .title {
    font-size: 12px;
    margin: 0;
    margin-bottom: 2px;
    line-height: 16px;
}
.a-banner.style-2 .banner-heading .heading-subtitle {
    display: inline-block;
    padding: 0;
    margin-bottom: 7px;
    background-color: transparent;
    letter-spacing: .2em;
    font-size: 16px;
    color: #fff;
}

.a-banner.style-2 .banner-heading-col--fast .banner-heading .heading-subtitle {
    font-size: 18px;
}

.a-banner.style-2 .banner-heading-col--fast .banner-heading .heading-title {
    font-size: 100px;
}

.a-banner.style-2 .banner-heading .heading-text {
    margin-top: 15px;
    max-width: 600px;
}
.banner-heading__icon {
    color: rgb(238, 22, 58);
}

.banner-heading__icon--location {
    margin-left: 40px;
}

.a-banner.style-3 {
    padding: 310px 0px 256px;
}

@media (max-width: 480px) {
    .a-banner.style-3 {
        padding: 150px 0;
    }
}
.a-banner.style-3 .banner-heading {
    width: 100%;
    margin-left: 0;
}
.a-banner.style-3 .banner-heading .heading-subtitle {
    color: rgb(238, 22, 58);
    background-color: transparent;
    margin-bottom: 22px;
}
.a-banner.style-3 .heading-subtitle .time {
    margin: 0 13px 0 5px;
}
.a-banner.style-3 .a-btn {
    margin-top: 35px;
}
.a-banner.style-3 .a-btn.type-1 {
    font-size: 11px;
    letter-spacing: 0;
    padding: 16px 33px;
    margin-right: 15px;
}
.a-banner.style-3 .a-btn.type-1:hover {
    color: rgb(238, 22, 58);
}
.a-banner.style-3 .a-btn.type-2 {
    padding: 15px;
}
.a-banner.style-3 .a-btn.type-2:hover {
    border-color: rgb(238, 22, 58);
    color: rgb(238, 22, 58);
}

.a-banner.style-3 .a-btn .icofont {
    margin-right: 7px;
}
.a-banner.style-4 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    padding: 60px 15px;
    -ms-align-items: center;
    align-items: center;
}
.a-banner.style-4 .banner-heading .heading-subtitle {
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 18px;
    color: #000;
    border-radius: 15px;
}
.a-banner.style-4 .tab-block .tab-desc .title {
    color: #fff !important;
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 13px;
    line-height: 13px;
}

.banner-heading--img-btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 60%;
}

.banner-heading__thumb {
    width: 30%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    margin-right: 30px;
    cursor: pointer;
}

.banner-heading__text {
    width: calc(70% - 30px);
}

@media screen and (max-width: 1440px) {
    .banner-heading--img-btn {
        width: 80%;
    }
}

@media screen and (max-width: 991px) {
    .banner-heading--img-btn {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .banner-heading--img-btn {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
    }
    .banner-heading__thumb {
        height: 270px;
        width: 60%;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-right: 0;
    }
    .banner-heading__text {
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 480px) {
    .banner-heading__thumb {
        width: 85%;
    }
}
.video-iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 10;
}

.video-iframe--popup {
    max-width: 750px;
    max-height: 420px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-iframe iframe {
    position: relative;
    top: 0;
    left: 0;
    /*  display: none;*/
}
.video-iframe--popup iframe {
    height: 100%;
}
.close-btn {
    position: absolute;
    top: 80px;
    color: rgb(238, 22, 58);
    right: 80px;
    font-size: 20px;
    z-index: 100;
    background: transparent;
    border: 1px solid rgb(238, 22, 58);
    transition: all 400ms ease-in-out;
    display: none;
}
.close-btn--popup {
    top: 15px;
    right: 15px;
}
.a-header.scroll .close-btn {
    top: 95px;
}

/*-------------------------------*/

/* 03 - TABS */

/*-------------------------------*/
.tab-block-wrapper {
    border-bottom: 1px solid #ECECEC;
}
.tab-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
}
@media (max-width: 1199px) {
    .tab-block {
        padding: 0px;
        padding-bottom: 15px;
    }
}
.tab-block .tab-icon {
    width: 60px;
    height: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.tab-block .tab-icon span {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}
.tab-block .tab-desc {
    height: 100%;
    text-align: center;
}
.tab-block .tab-desc .title {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    line-height: 13px;
    color: #fff;
}
.tab-block .tab-desc .text {
    color: rgba(255,255,255,.6);
    font-size: 14px;
    margin-top: 10px;
    font-family: 'Montserrat-Light', sans-serif;
}

/*-------------------------------*/
/* 04 - HEADLINES */
/*-------------------------------*/
.a-head .head-subtitle {
    color: #898989;
    font-size: 14px;
    position: relative;
    font-family: 'Montserrat-Light', sans-serif;
}
.a-head .head-subtitle.type-1::before {
    position: absolute;
    content: '';
    display: inline-block;
    bottom: 38px;
    width: 1px;
    height: 72px;
    border-right: 1px dashed #C7C7C7;
    left: 50%;
    transform: translate(-50%);
}
.a-head .head-title {
    margin: 20px auto 23px;
    font-size: 44px;
    position: relative;
    font-family: 'Montserrat-Bold', sans-serif;
}
.a-head .head-text {
    max-width: 500px;
    margin: 0 auto 60px;
    font-size: 16px;
    color: #555;
    line-height: 28px;
    font-family: 'Montserrat-Light', sans-serif;
}

@media screen and (max-width: 767px) {
    .a-head .head-text {
        margin-bottom: 20px;
    }
}

.a-head.style-2 .head-subtitle {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .8px;
    font-family: 'Montserrat-SemiBold', sans-serif;
}
.a-head.style-2 .head-title {
    font-size: 23px;
}

.a-head--light .head-text {
    color: #bcc6d0;
}

@media screen and (min-width: 1024px) {
    .a-head--light .head-text {
        max-width: 33%;
    }
}

.a-head--light .head-title {
    font-size: 44px;
    color: #fff;
}

/*-------------------------------*/

/* 05 - SERVICES */

/*-------------------------------*/
.service-block {
    max-width: 370px;
    margin: auto;
}

.service-block .img-wrap {
    width: 100%;
    max-width: 370px;
    height: 250px;
    margin: auto;
    background-position: center center;
    background-size: cover;
}
.service-block .service-title {
    margin-top: 0;
    line-height: 1.25;
}
.service-block .service-title a {
    color: #242526;
}
.service-block .service-title a:hover {
    color: rgb(238, 22, 58);
}
.service-block .descr {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.11);
    padding: 20px;
}
.service-block .service-descr {
    margin: 18px auto 21px;
    font-size: 14px;
    line-height: 20px;
    color: #747474;
    font-family: 'Montserrat-Regular', sans-serif;
}
.service-block .link {
    text-decoration: none;
    text-transform:  capitalize;
}

@media (max-width: 1024px) {
    .service-block .img-wrap {
        height: 210px;
    }
}

@media (max-width: 991px) {
    .service-block .img-wrap {
        height: 170px;
    }
}

@media (max-width: 767px) {
    .service-block {
        margin-bottom: 30px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .service-block .img-wrap {
        height: 80px;
        width: 25%;
        margin: 0;
        margin-right: 15px;
    }
    .service-block .descr {
        width: calc(75% - 15px);
    }
    .service-block .service-title {
        margin-top: 0;
        font-size: 16px;
    }
    .service-block a.a-btn {
        padding: 10px 25px;
    }
    .service-block .service-descr {
        margin: 10px auto 15px;
    }
}

/*-------------------------------*/

/* 06 - BANNER SMALL */

/*-------------------------------*/
.banner-small {
    color: white;
    text-align: center;
    padding: 75px 20px 53px;
}
.banner-small .icon-wrap {
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
}
.banner-small .icon-wrap span {
    font-size: 46px;
}
.banner-small .descr {
    position: relative;
    padding-left: 100px;
}
.banner-small .s-banner-title {
    font-size: 27px;
    margin-bottom: 21px;
    font-family: 'Montserrat-Regular', sans-serif;
}
.banner-small .s-banner-text {
    font-size: 14px;
    line-height: 26px;
    font-family: 'Montserrat-Light', sans-serif;
}
.banner-small .a-btn {
    font-size: 11px;
    margin-top: 40px;
}
.banner-small .a-btn.type-1 {
    padding: 14px 33px;
    margin-left: 10px;
}
.video-popup {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 501;
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
    -moz-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
    -o-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
    transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
}
.video-popup.open {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}
.video-popup .vertical-align {
    width: 100%;
}
.video-popup .close {
    position: absolute;
    transition: all 300ms ease-in-out;
    z-index: 999;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    background: #fff;
    color: black;
    text-align: center;
    line-height: 40px;
}
.video-popup .close:hover {
    color: rgb(238, 22, 58);
}
.video-popup .close span {
    font-size: 24px;
    position: relative;
    backface-visibility: hidden;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    display: block;
    font-family: Helvetica;
}
.video-popup iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.video-wrap {
    display: none;
    position: relative;
    width: 80%;
    margin: auto;
    height: 500px;
    top: 100px;
}
@media (max-width: 767px) {
    .video-wrap {
        width: 100%;
        height: 400px;
    }
}

/*-------------------------------*/
/* 07 - SPEAKERS*/
/*-------------------------------*/
.speakers-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.speaker {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    position: relative;
    width: calc(100% / 3);
    padding-left: 15px;
    padding-right: 15px;
}

.speaker__thumb {
    height: 400px;
    border-radius: 5px;
    position: relative;
}

.speaker__title {
    margin-top: 24px;
}

.speaker__subtitle {
    font-size: 14px;
    color: #747474;
    line-height: 1.2;
}

.speaker__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .75);
    opacity: 0;
    transition: opacity .3s;
    border-radius: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    cursor: pointer;
}

.speaker__overlay-icon {
    margin: auto;
    color: #fff;
    font-size: 42px;
}

.speaker:hover .speaker__overlay {
    opacity: 1;
}

.speaker-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10;
    background-color: rgba(0,0,0,.7);
    top: 0;
    left: 0;
}

.speaker-popup__inner {
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.speaker-popup__img {
    height: 100%;
    width: 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background-position: center;
    background-size: cover;
}

.speaker-popup__content {
    width: 50%;
}

.speaker-popup__img,
.speaker-popup__content {
    padding: 60px;
}

.speaker-popup__img-caption {
    background-color: rgb(238, 22, 58);
    padding: 15px 30px;
    font-style: normal;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
}

.speaker-popup__close {
    position: absolute;
    right: 40px;
    top: 60px;
    cursor: pointer;
    font-size: 32px;
    color: rgb(238, 22, 58);
}

.speaker-popup__title {
    color: #fff;
}

.speaker-popup__social-icon {
    color: #fff;
    font-size: 24px;
}

.speaker-popup__social {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .speaker-popup__inner {
        width: 80%;
        height: 80%;
    }
}

@media screen and (max-width: 991px) {
    .speaker__thumb {
        height: 300px;
    }
}

@media screen and (max-width: 767px) {
    .speaker__thumb {
        height: 250px;
    }
    .speaker {
        width: 50%;
        max-width: 190px;
        margin-bottom: 40px;
    }
    .speaker__title {
        font-size: 20px;
    }
    .speaker-popup__img,
    .speaker-popup__content {
        width: 100%;
    }
    .speaker-popup__img {
        height: 70%;
    }
    .speaker-popup__inner {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow-y: auto;
    }
    .speaker-popup__img,
    .speaker-popup__content {
        padding: 25px;
    }
    .speaker-popup__close {
        right: 25px;
        top: 25px;
    }
}

@media screen and (max-width: 420px) {
    .speaker__thumb {
        height: 200px;
    }
}

@media screen and (min-width: 420px) {
    .speaker-popup__content {
        overflow-y: auto;
    }
}

/*-------------------------------*/

/* 08 - TABS OF EVENT BLOCK */

/*-------------------------------*/
.tabs.event-block .tabs-header {
    text-align: center;
}
.tabs.event-block .tabs-header ul {
    display: inline-block;
    background-color: white;
    padding: 0 36px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.04);
}
.tabs.event-block .tabs-header ul li {
    font-size: 14px;
    padding: 20px 28px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #ADADAD;
    font-family: 'Montserrat-SemiBold', sans-serif;
}
.tabs.event-block .tabs-header ul li.active,
.tabs.event-block .tabs-header ul li:hover {
    color: rgb(238, 22, 58);
}
.tabs.event-block .tabs-header ul li.active:after,
.tabs.event-block .tabs-header ul li:hover:after {
    content: '';
    position: absolute;
    bottom: -1px;
    height: 2px;
    width: 55px;
    background-color: rgb(238, 22, 58);
    left: 50%;
    transform: translateX(-50%);
}
.tabs.event-block .tabs-item {
    text-align: center;
}
.tabs.event-block .tabs-item ul {
    text-align: center;
    width: 100%;
    font-size: 0px;
}
.tabs.event-block .tabs-item .wrap {
    position: relative;
    z-index: 100;
    margin-top: 7px;
}
.tabs.event-block .tabs-item .wrap::after {
    content: '';
    display: inline-block;
    height: 1px;
    width: 112px;
    border-bottom: 1px dashed black;
    position: absolute;
    top: 45px;
    right: -58px;
    z-index: -1;
}
.tabs.event-block .tabs-item li:last-child .wrap::after {
    border-color: transparent;
}
.tabs.event-block .e-speaker-wrap {
    display: inline-block;
    vertical-align: top;
    width: 20%;
}
.tabs.event-block .e-speaker-wrap .e-img {
    border: 7px solid white;
    border-radius: 50%;
    height: 88px;
    width: 88px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.11), 0 0 0 10px #F5F5F5;
}
.tabs.event-block .e-speaker-wrap .e-time {
    position: relative;
    color: rgb(238, 22, 58);
    font-size: 13px;
    margin: 24px auto 10px;
    font-family: 'Montserrat-Regular', sans-serif;
}
.tabs.event-block .e-speaker-wrap .e-title {
    font-family: 'Montserrat-SemiBold', sans-serif;
    text-transform: none;
}
.tabs.event-block .e-speaker-wrap .e-subtitle {
    margin-top: 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #ADADAD;
    font-family: 'Montserrat-Light', sans-serif;
}
.tabs.event-block .e-speaker-wrap .e-break {
    text-transform: uppercase;
    color: rgb(238, 22, 58);
    font-size: 13px;
    letter-spacing: 1.44px;
    display: inline-block;
    padding: 35px 11px 0;
    font-family: 'Montserrat-Regular', sans-serif;
}
.tabs-item.active {
    display: block;
}
.tabs-item {
    display: none;
}

/*-------------------------------*/

/* GALLERY */

/*-------------------------------*/
.gallery-wrapper {
    position: relative;
}
.enable_overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(42, 42, 42, 0.8);
}
.gallery {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
    width: calc(100% + 10px);
}
.gallery-block {
    position: relative;
    width: 50%;
    padding: 5px;
}
.gallery-block .item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    height: 170px;
    -webkit-background-size: cover;
    background-size: cover;
}

@media screen and (min-width: 600px) {
    .gallery-block {
        width: calc(100% / 3);
    }
}

@media screen and (min-width: 768px) {
    .gallery-block {
        width: calc( 25% - 10px );
    }
}

/*-------------------------------*/
/* 09 - PRICES BLOCKS */
/*-------------------------------*/
.price-block-wrapper {
    border: 2px solid #F0F0F0;
    border-radius: 10px;
    position: relative;
    width: 100%;
    transition: all 300ms ease-in-out;
    background-color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 45px;
    text-align: center;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}

.price-block__plan {
  font-size: 12px;
  text-transform: uppercase;
  color: #242526;
  letter-spacing: calc(80em / 1000);
  margin-bottom: 30px;
  font-weight: 700;
}

.price-block-wrapper:hover {
    border-color: rgb(238, 22, 58);
}
.price-block-wrapper ul li {
    font-size: 13px;
    padding: 4px 0;
    font-family: 'Montserrat-Regular', sans-serif;
    color: #000;
    text-align: center;
}
.price-block-wrapper ul li .text {
    overflow: hidden;
}
.price-block-wrapper ul li i {
    margin-right: 10px;
}
.price-block-wrapper ul li i.true {
    color: #24B64A;
}
.price-block--active ul li i.true {
    color: #fff;
}
.price-block-wrapper ul li i.false {
    color: #F85140;
}
.price-block-wrapper .icon-1 {
    font-size: 21px;
    left: 40px;
    top: 50%;
    height: 40px;
    width: 40px;
    border: 2px solid #EDEDED;
    border-radius: 50%;
    color: #EDEDED;
    text-align: center;
    transition: all 300ms ease-in-out;
}
.price-block-wrapper .icon-1 i {
    display: block;
    margin-top: 7px;
}
.price-block-wrapper .icon-2 {
    font-size: 55px;
    right: 20px;
    bottom: 37px;
    color: #EDEDED;
}
.price-block-wrapper .a-btn {
    transition: all 300ms ease-in-out;
}
.price-block-wrapper .a-btn:hover {
    color: #fff;
}
.price-block__price {
    font-size: 48px;
    font-weight: 700;
    color: #242526;
}
.price-block__currency {
    margin-right: 7px;
}

.price-block__subtitle {
    font-size: 12px;
    line-height: 30px;
    color: #242526;
    letter-spacing: calc(25em / 1000);
    margin-bottom: 25px;
}

.price-block__btn {
    margin-top: 45px;
}

.price-block--active {
    background-color: rgb(238, 22, 58);
    border: 2px solid rgb(238, 22, 58);
}

.price-block--active .price-block__plan,
.price-block--active .price-block__price,
.price-block--active .price-block__subtitle,
.price-block--active ul li {
    color: #fff;
}

.price-block--active .price-block__btn {
    background-color: #fff;
    border: 2px solid #fff;
}

.download-text h2 {
    font-size: 36px;
    margin-top: 0;
}

.download-text {
    margin-bottom: 25px;
}

.download-text p {
    color: #747474;
    font-size: 13px;
    letter-spacing: .08em;
    font-family: 'Montserrat-Light', sans-serif;
}

.download-text__wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}

.download-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

@media screen and (max-width: 767px) {
    .download-img__wrapper {
        width: 30%;
        padding-left: 0;
        padding-right: 0;
    }
    .download-text__wrapper {
        width: 70%;
    }
    .download-text h2 {
        font-size: 26px;
    }
}

/*-------------------------------*/
/* 10 - FORM */
/*-------------------------------*/
.form-book__input,
.mailchimp-banner input {
    background-color: rgba(0,0,0,.7);
    border: 2px solid rgba(0,0,0,.7);
    padding: 15px 26px;
    width: 100%;
    font-size: 11px;
    margin: auto 6px;
    border-radius: 40px;
    font-family: 'Montserrat-Regular', sans-serif;
    color: #fff;
    letter-spacing: .08em;
}

@media (max-width: 991px) {
    .form-book {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
    .form-book__input {
        margin: 0px;
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {    
    .form-book__submit,
    .mailchimp-banner input[type=submit] {
        margin: 0px auto;
        display: block;
    }
}
.form-book__input:focus,
.mailchimp-banner input:focus {
    border-color: rgb(238, 22, 58);
}
.form-book__submit,
.mailchimp-banner input[type=submit] {
    color: white;
    background-color: rgb(238, 22, 58);
    border: 2px solid rgb(238, 22, 58);
    font-size: 11px;
    padding: 15px 34px;
    border-radius: 40px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(238, 22, 58,0.3);
    -moz-box-shadow: 0px 10px 30px 0px rgba(238, 22, 58,0.3);
    box-shadow: 0px 10px 30px 0px rgba(238, 22, 58,0.3);
    width: 100%;
}
.form-book__submit:hover,
.form-book__submit:focus,
.mailchimp-banner input[type=submit]:hover,
.mailchimp-banner input[type=submit]:focus {
    background-color: transparent;
    color: rgb(238, 22, 58);
    box-shadow: none;
}
::-webkit-input-placeholder {
    font-size: 14px;
}
::-moz-placeholder {
    font-size: 14px;
}
:-moz-placeholder {
    font-size: 14px;
}
:-ms-input-placeholder {
    font-size: 14px;
}

.mailchimp-banner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

.mailchimp-banner > form {
    width: 50%;
    position: relative;
}

.mailchimp-banner input {
    width: 100%;
    margin: 0;
}

.mailchimp-banner input[type=submit] {
    width: calc(33% - 12px);
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width: 991px) {
    .mailchimp-banner > form {
        width: 100%;
        max-width: 500px;
    }
}
@media screen and (max-width: 600px) {
    .a-banner.style-2 .banner-heading-col--fast .banner-heading .heading-title {
        font-size: 60px;
    }
}

@media screen and (max-width: 480px) {
    .a-banner.style-2 .banner-heading-col--fast .banner-heading .heading-subtitle {
        font-size: 14px;
    }
    .a-banner.style-2 .banner-heading-col--fast .banner-heading .heading-title {
        font-size: 48px;
    }
}

@media screen and (max-width: 425px) {
    .mailchimp-banner input[type=submit] {
        width: calc(40% - 12px);
        padding-left: 10px;
        padding-right: 10px;
    }
}

/*-------------------------------*/
/* 11 - ARTICLES BLOCK */
/*-------------------------------*/
.posts-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.article {
    padding-left: 15px;
    padding-right: 15px;
}

.article__img-link {
    height: 270px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background-size: cover;
    background-position: center;
}

.article__img-wrap {
    position: relative;
}

.article__category {
    position: absolute;
    background-color: rgb(238, 22, 58);
    padding: 5px 15px;
    border-radius: 15px;
    left: 20px;
    top: 20px;
}

.article__category,
.article__category a {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .04em;
    font-weight: 700;
}

.article__date,
.article__author {
    display: inline-block;
    color: #acadad;
    font-size: 12px;
    line-height: 20px;
}

.article__date a {
    color: #acadad;
}

.article__author {
    float: right;
}

.posts-wrapper .article__text {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.11);
    padding: 20px;
    min-height: 220px;
}

.article__text p {
    color: #747474;
}

.article__title {
    font-size: 24px;
    transition: color .3s;
    word-wrap: break-word;
}

a .article__title:hover,
.article__date a:hover {
    color: rgb(238, 22, 58);
}

.article__excerpt {
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .posts-wrapper {
        flex-wrap: wrap;
    }
    .article {
        max-width: 285px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
}

.page-404 input,
#milano-empty-result input {
    box-sizing: border-box;
    position: relative;
    font-weight: normal;
    -webkit-appearance: none;
    height: 36px;
    padding: 0 12px;
    font-size: 16px;
    color: #555555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 2px solid #ccc;
    border-radius: 3px;
    margin-bottom: 0.71428571428571em;
}
.page-404 form,
#milano-empty-result form {
    margin-top: 20px;
}
#milano-empty-result {
    margin: 0 auto;
    width: 310px;
    text-align: center;
}
.page-404 {
    margin-top: 180px;
    text-align: center;
    margin-bottom: 100px;
}
.page-404 .title {
    font-size: 56px;
}
.page-404 .subtitle {
    font-size: 36px;
    margin-bottom: 15px;
}
.page-404 a {
    text-decoration: underline;
}

/* Search page */
.search-banner p {
    margin-bottom: 20px;
}
.search-banner .search-field,
.search-banner .search-submit {
    border: 2px solid #ccc;
    padding: 13px 10px;
}
.search-banner .search-field:focus {
    border-color: rgb(238, 22, 58);
}
.search-banner .search-submit {
    background-color: rgb(238, 22, 58);
}
.search-banner .search-submit:hover {
    background-color: transparent;
    border-color: rgb(238, 22, 58);
}
.search .blog-classic,
.search .no-result {
    margin-top: 50px;
}

/*-------------------------------*/

/* 11 - SPONSORS */

/*-------------------------------*/
.sponsors-item {
    transition: all 300ms ease-in-out;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.sponsors-item img {
    display: inline-block;
}

/*.overlay.type-o:before {
    background-color: rgba(45, 44, 44, 0.9);
}*/
@media (max-width: 767px) {
    .sponsors-item {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 280px;
        margin-bottom: 40px;
    }
}

/*-------------------------------*/

/* MAP */

/*-------------------------------*/
.wpc-map-wrapper {
    position: relative;
}
.wpc-map-wrapper .form-2-wrapper {
    background-color: white;
    padding: 25px 25px;
    max-width: 370px;
    box-shadow: 0px 0px 24px 0.00px rgba(0, 0, 0, 0.11);
}
.wpc-map-wrapper .form-2-container {
    position: absolute;
    width: 100%;
    max-width: 400px;
    padding: 0 15px;
    top: 50%;
    left: 50%;
    transform: translate(-585px, -50%);
}
@media (max-width: 1199px) {
    .wpc-map-wrapper .form-2-container {
        transform: translate(-485px, -50%);
    }
}
@media (max-width: 991px) {
    .wpc-map-wrapper .form-2-container {
        transform: translate(-375px, -50%);
    }
}
@media (max-width: 767px) {
    .wpc-map-wrapper .form-2-container {
        transform: translate(0);
        position: static;
        width: 100%;
        padding: 0;
        max-width: 100%;
    }
    
    .wpc-map-wrapper .form-2-container .form-2-wrapper {
        width: 100%;
        max-width: 100%;
        padding: 30px 15px;
    }
    
    .wpc-map-wrapper .wpc-map {
        height: 400px;
    }
}
.wpc-map-wrapper .form-2 {
    margin-top: 23px;
}
.wpc-map-wrapper .form-input,
.wpc-map-wrapper .form-textarea,
.wpc-map-wrapper .form-submit {
    display: block;
    padding: 20px;
    font-size: 16px;
    background-color: #F3F3F3;
    margin-bottom: 12px;
    width: 100%;
    border: 1px solid transparent;
}
.wpc-map-wrapper .form-input:focus,
.wpc-map-wrapper .form-textarea:focus {
    border-color: rgb(238, 22, 58);
}
.wpc-map-wrapper .form-textarea {
    height: 120px;
    resize: none;
}
.wpc-map-wrapper .form-title {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 38px;
    margin-top: 0;
    position: relative;
    font-family: 'Montserrat-Bold', sans-serif;
}
.wpc-map-wrapper .form-title::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 45px;
    left: 0;
    bottom: -12px;
    background-color: rgb(238, 22, 58);
}
.wpc-map-wrapper .form-submit {
    display: inline-block;
    width: auto;
    margin-top: 4px;
    padding: 13px 31px;
    font-size: 12px;
    background-color: rgb(238, 22, 58);
    color: white;
    border: 1px solid rgb(238, 22, 58);
    border-radius: 3px;
    box-shadow: 0 3px 0 0 #a74305;
}
.wpc-map-wrapper .form-submit:hover {
    background-color: transparent;
    color: rgb(238, 22, 58);
    box-shadow: none;
}
.wpc-map {
    height: 700px;
}

/*-------------------------------*/

/* 12 - FOOTER */

/*-------------------------------*/
.logo {
    float: none;
    color: white;
    font-size: 28px;
    font-weight: 700;
}
.logo span {
    color: rgb(238, 22, 58);
    font-size: 35px;
}
.a-footer {
    background-color: #222;
    font-size: 15px;
    color: #BEBEBE;
}
.a-footer .footer-top {
    padding: 100px 0 65px;
}
.a-footer .header {
    margin-bottom: 38px;
    color: white;
    font-size: 18px;
    font-family: 'Montserrat-SemiBold', sans-serif;
}
.a-footer .header .logo {
    margin-top: -17px;
    margin-bottom: -3px;
}
.a-footer .header .logo a {
    color: white;
}
.a-footer .list {
    margin-bottom: 30px;
}
.a-footer .list li {
    font-size: 13px;
    padding: 7px 0;
    font-family: 'Montserrat-Regular', sans-serif;
}
.a-footer .list li a {
    color: #bebebe;
}
.a-footer .list li a:hover {
    color: rgb(238, 22, 58);
}
.a-footer .social-wrap .social-item {
    display: inline-block;
    margin-right: 18px;
}
.a-footer .social-wrap .social-item a {
    color: #bebebe;
    font-size: 12px;
}
.a-footer .social-wrap .social-item a:hover {
    color: #b98454;
}
.a-footer .f-gallery {
    margin-bottom: 5px;
}
.a-footer .f-gallery .g-item {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 3px;
}
.footer-bottom {
    background-color: white;
}
.footer-bottom .copyright {
    color: #555;
    padding: 33px 0;
    font-size: 13px;
    font-family: 'Montserrat-Light', sans-serif;
}
.footer-bottom .copyright a {
    color: #555;
    font-family: 'Montserrat-SemiBold', sans-serif;
}

/*-------------------------------*/

/* 13 - BLOG */

/*-------------------------------*/
.blog-classic .sticky:after {
    position: absolute;
    top: 20px;
    right: 50px;
    font-family: FontAwesome;
    content: '\f08d';
    font-size: 20px;
    transform: rotate(45deg);
    z-index: 5;
}

.blog-default .post-block.single-blog .entry-content {
    padding: 0;
}

.blog-default .post-block.single-blog .subtitle {
    margin-bottom: 0;
}

.blog-default .article__img-wrap,
.blog-default .post-block.single-blog .img-wrap,
.blog-default .post-block .img-wrap {
    background-image: none !important;
}

.blog-default .post-block.single-blog .img-wrap {
    height: inherit;
}

.blog-default .article__img-wrap .article__img-link {
    height: inherit;
    display: block; 
}

.blog-default .article__img-wrap .article__img-link img,
.blog-default .post-block.single-blog .img-post,
.blog-default .post-block .img-wrap img {
    height: auto;
    max-width: 100%;
    display: block !important;
    width: inherit;
}

.blog-default .post-block.single-blog .entry-content {
    font-family: inherit;
}

.blog-default .entry-content ul {
    list-style: disc;
    list-style-position: inside;
}

.a-banner.blog {
    background-position: top center;
    height: 45vh;
}
.a-banner.blog .banner-heading .heading-subtitle {
    text-transform: none;
    font-size: 14px;
    word-spacing: 6px;
    line-height: 24px;
    margin-bottom: 13px;
}
.a-banner.blog .banner-heading .heading-title {
    /*font-size: 36px;*/
    /*line-height: 40px;*/
}
.post-block.blog .title {
    margin: 5px auto 0;
    text-decoration: none;
    word-break: break-all;
    width: 90%;
}
.post-block.blog .title a {
    color: #222;
    transition: all 0.3s ease;
}
.post-block.blog .title a:hover {
    color: rgb(238, 22, 58);
}
.post-block.blog .text {
    margin-top: 13px;
    font-size: 14px;
    font-family: 'Montserrat-Light', sans-serif;
    color: #555;
}
.post-block.blog .descr {
    padding: 16px 30px 30px;
}
.post-block.blog .a-btn {
    margin-top: 20px;
    padding: 13px 25px;
}
.pagination {
    text-align: center;
}
.pagination .page-numbers {
    text-align: center;
}
.pagination li {
    display: inline-block;
    width: 30px;
    text-align: center;
}
.pagination li span,
.pagination li a {
    display: block;
    background-color: white;
    border: 1px solid #C0C0C0;
    color: #C0C0C0;
    transition: all 300ms ease-in-out;
}
.pagination li:hover span,
.pagination li span.current,
.pagination li:hover a {
    display: block;
    background-color: rgb(238, 22, 58);
    border-color: rgb(238, 22, 58);
    color: white;
}
.pagination li span {
    color: rgb(238, 22, 58);
}
.pagination li:hover a,
.pagination li:hover span {
    color: white;
}
.pagination li span,
.pagination li a {
    display: block;
    padding: 5px 0;
}

/*Pager*/
#pager {
    text-align: center;
    white-space: nowrap;
    letter-spacing: 2.5px;
    line-height: 30px;
}
#pager span,
#pager a {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    line-height: 30px;
}
#pager a {
    letter-spacing: 4px;
}

/*-------------------------------*/

/* 13 - SINGLE BLOG */

/*-------------------------------*/
.post-block.single-blog {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.post-block.single-blog .descr {
    margin: 0 auto 8px;
    padding: 25px 45px 5px;
    text-align: center;
}
.post-block.single-blog .img-wrap {
    display: block;
    max-width: 100%;
    height: 500px;
}
@media screen and (max-width: 767px) {
    .post-block.single-blog .img-wrap {
        height: 300px;
    }
}
.post-block.single-blog .img-post {
    width: 100%;
    height: auto;
}
.post-block.single-blog .subtitle {
    display: inline-block;
    position: static;
    margin-bottom: 17px;
}
.post-block.single-blog .subtitle a:hover {
    opacity: .7;
}
.post-block.single-blog .title {
    text-decoration: none;
    font-size: 25px;
    margin-top: 16px;
    font-family: 'Montserrat-Bold', sans-serif;
    word-wrap: break-word;
}
.post-block.single-blog .entry-content {
    font-size: 14px;
    color: #242526;
    line-height: 30px;
    padding: 0 100px;
    padding-bottom: 40px;
    font-family: 'Montserrat-Light', sans-serif;
}
.post-block.single-blog .entry-content p {
    margin-bottom: 20px;
}
.post-block.single-blog .entry-content p:last-child {
    margin-bottom: 0px;
}
.post-block.single-blog .blockquote {
    background-color: #F6F6F6;
    border-bottom: 2px solid rgb(238, 22, 58);
    margin: 30px auto;
    padding: 17px 0;
    transition: all 300ms ease-in-out;
}
.post-block.single-blog .blockquote:hover {
    color: rgb(238, 22, 58);
}
.post-block.single-blog .share-links {
    margin-top: 0px;
    text-align: center;
}
.post-block.single-blog .share-links i {
    font-style: normal;
    display: block;
    line-height: 21px;
    font-family: 'Montserrat-Regular', sans-serif;
}
.post-block.single-blog .share-list {
    text-align: center;
}
.post-block.single-blog .share-list li {
    display: inline-block;
    margin: 18px 1px 0;
    font-size: 14px;
}
.post-block.single-blog .share-list li a {
    color: #222;
}
.post-block.single-blog .share-list li:hover {
    color: rgb(238, 22, 58);
}
.fn a {
    color: inherit;
}
.children > li {
    list-style: none;
}
.comment-metadata a {
    color: inherit;
}
.comment-reply-link {
    color: inherit;
}
.comments-area {
    padding: 26px 25px 0;
}
@media (max-width: 767px) {
    .comments-area {
        padding: 30px 15px 0;
    }
}
.pingback {
    padding: 15px 0;
    border-bottom: 1px dashed #afafaf;
}
.pingback a {
    margin-left: 10px;
}
.comments-area ol {
    list-style: none;
}
.comment ol {
    list-style: decimal;
}
.comment .children {
    margin-left: 0;
}
.comments-area .comments-title {
    text-transform: uppercase;
    font-size: 19px;
    font-family: 'Montserrat-Bold', sans-serif;
}
.comments-area .comments-title .numb-com {
    color: #AFAFAF;
}
.comment-body {
    margin-top: 44px;
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #e8e8e8;
}
.comment-body .comment-content {
    margin-top: 13px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    padding-left: 70px;
    font-family: 'Montserrat-Light', sans-serif;
}
.comment-body .comment-content p {
    color: #878787;
}
.comment-body .comment-content ul {
    list-style: disc;
}
.comment-reply-title {
    text-align: right;
}
.comment-body .reply {
    position: absolute;
    bottom: 25px;
    right: 0;
    font-family: 'Montserrat-Bold', sans-serif;
}
#cancel-comment-reply-link,
.comment-body .reply a {
    font-size: 11px;
    text-transform: uppercase;
}
.comment-body .reply a:hover {
    color: rgb(238, 22, 58);
    transition: all 300ms ease-in-out;
}
.comment-body .comment-author .fn {
    font-size: 14px;
    text-transform: none;
    transition: all 200ms ease-in-out;
    cursor: pointer;
    font-family: 'Montserrat-SemiBold', sans-serif;
}
.comment-body .comment-author:hover .fn {
    color: rgb(238, 22, 58);
}
.comment-body .comment-metadata {
    font-size: 12px;
    color: #878787;
    margin-top: 9px;
    font-family: 'Montserrat-Light', sans-serif;
}
.comment-body .comment-author img {
    float: left;
    margin-right: 20px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
.children li {
    padding-left: 70px;
}
.form-blog {
    padding: 25px 65px 45px 30px;
}
@media (max-width: 1199px) {
    .form-blog {
        padding: 30px 25px;
    }
}
.form-blog .comment-respond {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .form-blog .comment-respond {
        margin-top: 0px;
    }
}
@media (max-width: 767px) {
    .form-blog {
        padding: 20px 15px;
    }
    
    .form-blog .row {
        margin: 0px !important;
    }
    
    .form-blog .col-xs-12 {
        padding: 0;
        margin: 0px !important;
    }
    
    .form-blog .btn-submit {
        width: 100%;
    }
    
    .form-blog .form-input {
        margin: 0px !important;
        margin-bottom: 15px !important;
    }
    
    .form-blog .btn-submit {
        margin: 0px !important;
        margin-bottom: 15px !important;
    }
}
.form-blog .form-title {
    font-size: 20px;
    font-family: 'Montserrat-Bold', sans-serif;
}
#milano-comment-form .form-input,
.form-blog .form-input {
    width: 100%;
    background-color: #F4F4F4;
    padding: 20px 22px;
    font-family: 'Montserrat-Regular', sans-serif;
    display: block;
}
.form-blog textarea.form-input {
    max-width: 100%;
    min-width: 100%;
    max-height: 155px;
}
#milano-comment-form textarea,
.form-blog .form-textarea {
    display: block;
    background-color: #F4F4F4;
    height: 155px;
    width: 100%;
    padding: 20px 22px;
    resize: none;
    font-family: 'Montserrat-Regular', sans-serif;
}
.form-blog .form-input::-webkit-input-placeholder,
.form-blog .form-textarea::-webkit-input-placeholder {
    font-size: 13px;
    color: #A1A1A1;
}
.form-blog .form-input::-moz-placeholder,
.form-blog .form-textarea::-moz-placeholder {
    font-size: 13px;
    color: #A1A1A1;
}
.form-blog .form-input:-ms-input-placeholder,
.form-blog .form-textarea:-ms-input-placeholder {
    font-size: 13px;
    color: #A1A1A1;
}
.form-blog .form-input:-moz-placeholder,
.form-blog .form-textarea:-moz-placeholder {
    font-size: 13px;
    color: #A1A1A1;
}
#milano-comment-form input[type="submit"],
.form-blog .btn-submit {
    display: inline-block;
    background-color: #27292F;
    border: 2px solid #27292F;
    padding: 17px 30px;
    color: white;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 400ms ease;
    border-radius: 30px;
    font-family: 'Montserrat-Bold', sans-serif;
}
#milano-comment-form input[type="submit"]:hover,
.form-blog .btn-submit:hover {
    background-color: #fff;
    color: #27292F;
}

/* sidebar */
.widget-area {
    /* search form */
}
.widget-area .search-form {
    position: relative;
    padding: 0;
    background-color: transparent;
}
.widget-area .search-form label {
    display: block;
    position: relative;
}
.widget-area .search-form label::before {
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f002";
    position: absolute;
    right: 15px;
    top: 17px;
    color: #b3b3b3;
    font-size: 14px;
    z-index: 1;
    pointer-events: none;
}
.widget-area .search-form .search-field {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    font-weight: normal;
    -webkit-appearance: none;
    display: block;
    padding: 13px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 2px solid #ccc;
    border-radius: 3px;
    margin-bottom: 0.71428571428571em;
    font-family: 'Montserrat-Regular', sans-serif;
}
.widget-area .widget_search .search-submit {
    background: none;
    border: none;
    width: 36px;
    height: 36px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    line-height: 0;
    box-shadow: none;
    margin-bottom: 0;
    -webkit-appearance: button;
    padding: 6px 12px;
    font-size: 16px;
    color: #555555;
    vertical-align: middle;
    border-radius: 3px;
}
#sidebar {
    position: relative;
    padding-left: 60px;
    padding-right: 20px;
}
@media (max-width: 1199px) {
    #sidebar {
        padding-left: 30px;
        padding-right: 20px;
    }
}
@media (max-width: 767px) {
    #sidebar {
        padding: 30px 15px;
    }
    
    #sidebar .widget {
        margin-bottom: 40px !important;
    }
    
    #sidebar .widget:last-child {
        margin-bottom: 0px !important;
    }
}
#sidebar .widget {
    margin-bottom: 3.125em;
    position: relative;
    padding: 0;
    font-size: 14px;
    color: #cccccc;
}
#sidebar .widget:nth-child(1) {
    transition-delay: 200ms;
}
#sidebar label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
#sidebar .widget h4 {
    position: relative;
    margin-bottom: 0.8em;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1;
    color: #383838;
    font-family: 'Montserrat-SemiBold', sans-serif;
}

/* lists */
#sidebar .widget ul li:first-child {
    border-top: none;
}
#sidebar .widget_recent_entries ul li {
    display: block;
    width: 100%;
}
#sidebar .widget ul li {
    list-style: none;
}
#sidebar section.widget.widget_origin_milano-gallery .marg-lg-t45 {
    margin-top: 0;
}
#sidebar section.widget.widget_origin_milano-gallery li {
    color: #999;
    display: inline-block;
}
#sidebar section.widget.widget_origin_milano-intro .fa {
    margin: 5px;
}
#sidebar section.widget.widget_origin_milano-intro ul.social-wrap li {
    display: inline-block;
    padding: 8px 0;
}
#sidebar section.widget.widget_origin_milano-intro ul li {
    padding: 8px 0;
}
#sidebar section.widget.widget_origin_milano-intro .fa,
#sidebar section.widget.widget_origin_milano-intro ul li > a,
#sidebar section.widget.widget_origin_milano-intro ul li > a:hover {
    text-indent: 0;
    color: #999;
    display: inline-block;
    padding: 0;
}
.widget_origin_milano-menu li > a {
    padding: 5px 0;
    color: #999;
    display: block;
}
#sidebar .widget > ul li > a {
    color: #999999;
    padding: 0.4em 0;
    display: inline-block;
    font-weight: normal;
    line-height: 20px;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    font-family: 'Montserrat-Regular', sans-serif;
}
#sidebar caption {
    margin-bottom: 7px;
    text-align: left;
}
#sidebar table {
    width: 100%;
    text-align: center;
    max-width: 250px;
    color: #999;
}
#sidebar table a {
    color: #000;
    text-decoration: underline;
    transition: all 300ms ease;
}
#sidebar table a:hover {
    opacity: .7;
}
#sidebar table td,
#sidebar table th {
    padding: 4px;
    border: 1px solid #ccc;
}
#sidebar .widget ul li > a:hover {
    color: rgb(238, 22, 58);
}
#sidebar .children li {
    padding-left: 20px;
}
#sidebar img,
#sidebar input,
#sidebar select {
    max-width: 100%;
}
#sidebar .widget_rss {
    color: #999;
}
#sidebar .widget_rss .rsswidget {
    font-size: 16px;
    color: rgb(238, 22, 58);
}
#sidebar .widget_rss .rsswidget:hover {
    opacity: .7;
}
#sidebar .widget_rss li {
    margin-bottom: 10px;
}
#sidebar .widget_rss .rss-date {
    font-size: 12px;
    display: block;
}
#sidebar .widget_rss cite {
    font-style: italic;
    font-size: 12px;
}
#sidebar .widget_rss .rssSummary {
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
}
#sidebar .widget_text p {
    color: #999;
    line-height: 22px;
}
#sidebar strong {
    font-weight: bold;
}
#sidebar select {
    color: #999;
    margin-top: 7px;
    border: 1px solid #ccc;
    padding: 5px;
    width: 100%;
}
#sidebar .widget_nav_menu a {
    color: #909090;
}
#sidebar .widget_nav_menu a:hover {
    color: #909090!important;
    opacity: .7;
}
#sidebar .widget_nav_menu {
    color: #999;
    overflow: hidden;
}
#sidebar .widget_nav_menu li {
    padding: 5px 0;
}
#sidebar .tagcloud a {
    display: inline-block;
    font-size: 16px !important;
    color: #909090;
    margin-right: 10px;
    margin-bottom: 5px;
}
#sidebar .tagcloud a:hover {
    opacity: .7;
}
#sidebar {}

/* reccent comments */
#sidebar .widget:nth-child(3) {
    transition-delay: 600ms;
}
#sidebar .widget_recent_comments ul#recentcomments {
    margin-top: 17px;
}
#sidebar .widget_recent_comments ul li {
    padding-left: 35px;
    margin-bottom: 10px;
    border: none;
    color: #999999;
    position: relative;
    display: block;
    width: 100%;
}
#sidebar .widget_recent_comments ul li::before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f075";
    position: absolute;
    left: 0;
    top: 0;
    color: #b3b3b3;
    font-size: 14px;
}
#sidebar .widget_recent_comments ul li a {
    display: inline;
    background: none;
    padding: 0;
}
#sidebar .widget_recent_comments ul li a:hover {
    text-decoration: none;
}
#sidebar .widget_recent_comments ul li .comment-author-link a {
    color: rgb(238, 22, 58);
}
#sidebar .widget:not(.widget_recent_entries) > ul li > a:hover {
    text-decoration: none;
}

/* Socail icons */
.milano-social-icons {
    text-align: right;
    padding: 33px 0;
}
.milano-social-icons a {
    font-size: 13px;
    color: #ADADAD;
    transition: color 0.3s ease;
    margin: 0 4px;
}
.milano-social-icons a:hover {
    color: #000;
}

/* Scroll top button */
.milano-scroll-top {
    background-color: transparent;
    display: none;
    cursor: pointer;
    border: 1px solid #ccc;
    position: fixed;
    width: 40px;
    height: 40px;
    right: 30px;
    bottom: 30px;
    border-radius: 50%;
    text-align: center;
    opacity: 1;
    transition: opacity 0.3s ease;
    line-height: 34px;
}
.milano-scroll-top.square {
    border-radius: 0;
}
.milano-scroll-top:hover {
    opacity: 0.6;
}
.milano-scroll-top:before {
    font-family: FontAwesome;
    content: '\f077';
    color: #ccc;
    font-size: 16px;
}

/*-------------------------------*/

/* HEADER STYLES */

/*-------------------------------*/
.wpc-navigation.navigation .main-menu .current-menu-item > a,
.wpc-navigation.navigation .main-menu .current-menu-parent > a,
.wpc-navigation.navigation .main-menu .current-menu-ancestor > a {
    color: rgb(238, 22, 58);
}
@media (min-width: 992px) {
    .wpc-navigation.navigation .main-menu > .current-menu-item > a:before,
    .wpc-navigation.navigation .main-menu > .current-menu-parent > a:before,
    .wpc-navigation.navigation .main-menu > .current-menu-ancestor > a:before {
        width: 50px !important;
    }
}
@media (max-width: 1024px) {
    .navigation nav > ul > li {
        margin: 0 25px 0 0;
    }
}
@media (min-width: 993px) {
    .wpc-navigation.navigation .main-menu li > a {
        position: relative;
    }
    
    .wpc-navigation.navigation .main-menu li.active > a::before,
    .wpc-navigation.navigation .main-menu li:hover > a::before {
        width: 50px;
        transition: all 400ms ease-in-out;
    }
    
    .wpc-navigation.navigation .main-menu li:hover > a.a-btn::before {
        width: 0;
    }
    
    .current-menu-parent > a,
    .wpc-navigation.navigation .main-menu li.active > a {
        color: rgb(238, 22, 58);
    }
    
    .dl-menuwrapper .sub-menu {
        background-color: rgba(34, 34, 34, 0.9);
    }
    
    .dl-menuwrapper .sub-menu li.active > a::before,
    .dl-menuwrapper .sub-menu li:hover > a::before {
        width: 0 !important;
    }
    
    .main-menu li .sub-menu li .sub-menu {
        left: -100%;
        margin-left: 0;
        max-width: 200px;
    }
}
@media (min-width: 992px) {
    .a-header {
        padding-bottom: 80px;
    }
    
    .a-header.scroll {
        padding-bottom: 0;
    }
}
@media (max-width: 992px) {
    .inner-wrap .logo {
        height: 60px;
    }
    
    .inner-wrap .li-button.desctop .a-btn {
        padding: 10px 20px;
        margin-top: 11px;
        margin-right: 20px;
    }
    
    .a-header.style-2 .inner-wrap .a-btn {
        color: rgb(238, 22, 58);
    }
    
    .main-menu {
        overflow-y: auto !important;
    }
}
@media (max-width: 991px) {
    .close-btn {
        top: 75px;
    }
    
    .a-header.scroll .close-btn {
        top: 75px;
    }
    #sidebar {
        margin-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 480px) {
    .form-book__input {
        margin: auto;
    }
    
    .comments-area .comments-title span {
        display: block;
        line-height: 2;
    }
}
@media (max-width: 992px) {
    .nav-menu-icon {
        z-index: 9999;
    }
    
    .wpc-navigation.navigation .main-menu {
        padding: 50px 0 20px;
        width: 100%;
        position: static;
        height: auto;
    }
    
    .wpc-navigation.navigation .main-menu li.active {
        background-color: #F5F5F5;
    }
    
    .wpc-navigation.navigation .main-menu li.active > a {
        color: rgb(238, 22, 58);
    }
    
    .wpc-navigation.navigation .main-menu .li-button {
        text-align: center;
    }
    
    .wpc-navigation.navigation .main-menu .li-button .a-btn {
        padding: 9px 29px;
        height: auto !important;
    }
    
    .wpc-navigation.navigation .main-menu li.active.dl-subviewopen {
        background-color: white;
    }
    
    .dl-menuwrapper .dl-submenu li > a {
        color: #222;
    }
    
    .sub-menu li a {
        padding: 15px 20px;
    }
    
    .navigation nav > ul > li > a.a-btn {
        color: white;
    }
}

/*-------------------------------*/

/* BANNERS STYLES */

/*-------------------------------*/
@media (max-width: 767px) {
    .inner-wrap .a-btn {
        padding: 10px 20px;
        margin-top: 11px;
        margin-right: 15px;
    }
    
    .footer-bottom .copyright {
        padding: 22px 0;
        text-align: center;
    }
    
    .milano-social-icons {
        text-align: left;
        padding: 0 0 20px;
    }
    
    .a-banner.style-2 .banner-heading {
        margin-top: 0;
    }
    
    .a-banner.style-2 .button-play {
        left: 45px;
    }
    
    .a-banner.blog {
        padding: 110px 0 80px;
    }
    
    .post-block.blog .descr {
        padding: 30px 15px;
        margin-bottom: 30px;
    }
}
@media (max-width: 480px) {    
    .inner-wrap .li-button.desctop {
        margin-left: 0;
        display: none;
    }
    
    .a-banner.style-3 .banner-heading {
        text-align: center;
    }
    
    .a-banner.style-3 .banner-heading .a-btn.type-1 {
        margin-right: 0;
    }
    
    .a-banner .banner-heading .heading-title {
        font-size: 32px;
        line-height: 44px;
    }
}

/*-------------------------------*/

/* HEADLINES STYLES */

/*-------------------------------*/
@media (max-width: 767px) {
    .a-head .head-title {
        font-size: 28px;
    }
    
    .a-head .head-subtitle.type-1::before {
        border: none;
    }
}

/*-------------------------------*/

/* FORMS */

/*-------------------------------*/
@media (max-width: 991px) {
    .form-book__input {
        margin-bottom: 15px;
    }
}
/*-------------------------------*/

/* BANNER SMALL */

/*-------------------------------*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 767px) {
    .speaker-wrapper {
        max-width: auto;
    }
    
    .banner-small {
        padding: 45px 20px 45px;
    }
    
    .banner-small .descr {
        padding-left: 0;
    }
    
    .banner-small .a-btn {
        margin-top: 25px;
    }
    
    .banner-small .a-btn.type-1 {
        margin-left: 0;
    }
    
    .xs-t-center {
        text-align: center !important;
    }
}

/*-------------------------------*/

/* TABS */

/*-------------------------------*/
@media only screen and (max-width: 767px) {
    .tabs.event-block .e-speaker-wrap.type-1 {
        width: 49%;
    }
    
    .tabs.event-block .e-speaker-wrap.type-2 {
        display: inline-block;
        width: 100%;
        margin: 30px auto;
        position: relative;
    }
    
    .tabs.event-block .e-speaker-wrap.type-2 .wrap {
        display: inline-block;
    }
    
    .tabs.event-block .e-speaker-wrap.type-2 .wrap::before,
    .tabs.event-block .e-speaker-wrap.type-2 .wrap::after {
        content: '';
        display: inline-block;
        height: 1px;
        width: 112px;
        border-bottom: 1px dashed black;
        position: absolute;
        top: 45px;
        z-index: 5 !important;
    }
    
    .tabs.event-block .e-speaker-wrap.type-2 .wrap::before {
        right: 80px;
    }
    
    .tabs.event-block .e-speaker-wrap.type-2 .wrap::after {
        left: 80px;
    }
    
    .tabs.event-block .tabs-item .wrap::after {
        border-bottom: none;
    }
}
@media only screen and (max-width: 480px) {
    .tabs.event-block .tabs-header {
        margin-bottom: 30px !important;
    }
    
    .tabs.event-block .e-speaker-wrap {
        display: block;
        margin: 0 auto 30px !important;
        width: auto;
    }
    
    .tabs.event-block .e-speaker-wrap.type-2 .wrap {
        display: inline-block;
    }
    
    .tabs.event-block .e-speaker-wrap.type-2 .wrap::before,
    .tabs.event-block .e-speaker-wrap.type-2 .wrap::after {
        border-bottom: none;
    }
    
    .tabs.event-block .e-speaker-wrap .e-break {
        padding: 0;
    }
    
    .tabs.event-block .tabs-item .wrap::after {
        border: none;
    }
}
@media only screen and (max-width: 767px) {
    .tabs.event-block .tabs-header ul li {
        padding: 22px 10px;
    }
}

/*-------------------------------*/
/* POST BLOCK */
/*-------------------------------*/

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
    .post-block .title {
        font-size: 18px;
    }
    
    .post-block .descr {
        padding: 0 10px 30px;
    }
}

/*-------------------------------*/
/* FOTTER */
/*-------------------------------*/
@media only screen and (max-width: 480px) {
    .footer-bottom .copyright {
        padding: 20px 0;
    }
}
@media only screen and (max-width: 767px) {
    .wpc-map-wrapper .form-2-wrapper {
        margin: auto;
    }
    
    .a-footer .footer-top {
        padding: 50px 0px;
    }
}

/*-------------------------------*/

/* SPEAKERS */

/*-------------------------------*/
@media only screen and (max-width: 767px) {
    .speaker-wrapper.big-size {
        height: 295px;
    }
}

/*-------------------------------*/

/* SINGLE BLOG */

/*-------------------------------*/

/* Extra Small Devices, Phones */
@media only screen and (max-width: 1024px) {
    .post-block.single-blog .entry-content {
        padding: 0 90px;
    }
    
    .children li {
        padding-left: 25px;
    }
}
@media only screen and (max-width: 991px) {
    .post-block.single-blog .entry-content {
        padding: 0 50px;
        padding-bottom: 20px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
    .post-block.single-blog .title {
        font-size: 22px;
    }
    
    .comments-area .comments-title {
        font-size: 16px;
    }
    
    .children li > .children > li {
        padding-left: 20px;
    }
    
    .post-block.single-blog .entry-content {
        padding: 0;
        padding-bottom: 20px;
    }

    .post-block.single-blog .descr {
        padding: 0 0 1px;
    }

    .post-block.single-blog .subtitle {
        margin-bottom: 0;
    }
    
    .comment-body .comment-content {
        padding-left: 0;
        margin-top: 25px;
    }
    
    .post-block.single-blog .blockquote {
        padding: 17px;
        margin: 10px auto;
    }
}

@media (max-width: 580px) {
    .comment-body .comment-content {
        padding-left: 0;
    }
    .children li {
        padding-left: 0;
    }
    .article {
        max-width: inherit;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 993px) {
    .no-padd-md {
        padding: 0 !important;
    }
    
    .head-arrows {
        display: block !important;
    }
}
.tags-list a {
    color: #909090;
}
.tags-list a:hover {
    opacity: .7;
}

/*------------------------------------------------------------------
[Table of contents]

1.  change color menu
2. change color menu theme-1
3. change color menu theme-2
4. change color menu theme-3
5. change color menu theme-4
6. change color menu theme-5
7. change color menu theme-6
8. change color menu theme-7
9. change color menu theme-8


-------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------*/
.wpc-fluid {
    width: 100%;
}
@media (min-width: 1200px) {
    .wpc-no-fluid {
        width: 1200px;
        margin-left: auto;
        background: red;
        margin-right: auto;
    }
}
.wpc-no-fluid .a-header .inner-wrap {
    max-width: 1170px;
}
.wpc-no-fluid body {
    width: 1200px;
    background-color: #fff;
    height: 100%;
}
.bge-1 {
    background-color: #000;
}
.bg-white.color-4.header-style-2 nav > ul > li.active > a {
    color: #fff;
}
.bg-1 {
    background-color: rgb(238, 22, 58);
}
.bg-2 {
    background-color: #f3375f;
}
.bg-3 {
    background-color: #7035e9;
}
.bg-4 {
    background-color: #3493d6;
}
.bg-5 {
    background-color: #4bc86b;
}
.bg-6 {
    background-color: #b98454;
}
.bg-7 {
    background-color: #1e59b2;
}
.bg-8 {
    background-color: #5ca785;
}
.bg-9 {
    background-color: #d5d72e;
}
.bg-10 {
    background-color: #e15151;
}
.wpc-style-page {
    position: fixed;
    width: 270px;
    height: 100%;
    right: -270px;
    background: #fff;
    z-index: 4000;
    text-align: center;
    box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 350ms cubic-bezier(0.53, -0.005, 0.75, 0.095);
    transition: all 350ms cubic-bezier(0.53, -0.005, 0.75, 0.095);
}
.wrappers {
    height: 100%;
    padding: 15px 22px;
    overflow-y: auto;
}
.wrappers h4 {
    background-color: #7f3030;
    line-height: 35px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
}
.site-logo {
    margin-bottom: 40px;
    display: block;
}
.site-logo img {
    width: 100%;
}
.wpc-style-page.slide-right {
    right: 0px;
}
.conf-logo {
    margin: 15px 0px;
}
.wpc-color-block {
    width: 100%;
    max-width: 225px;
    text-align: center;
}
.wpc-style-page h5 {
    color: #8f8f8f;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}
.wpc-style-page h5 {
    position: relative;
    letter-spacing: 2px;
    margin: 35px 0 10px;
    line-height: 35px;
}
.wpc-style-page h5:after,
.wpc-style-page h5:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 17px;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: lightgrey;
}
.wpc-style-page h5:after {
    top: 0;
}
.wpc-style-page h5:before {
    bottom: 0;
}
.wpc-font-style {
    margin-top: 20px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.wpc-font-style label {
    padding-bottom: 0;
    color: #686868;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}
.wpc-font-style h5 {
    margin-bottom: 15px;
}
.wpc-font-style input {
    width: 100%;
    min-height: 35px;
    padding: 0 10px;
}
.wpc-font-style-item {
    padding-top: 5px;
}
.entry {
    width: 25px;
    height: 25px;
    border-radius: 3px;
    position: relative;
    float: left;
    display: inline-block;
    margin: 10px 10px;
    cursor: pointer;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}
.entry:before {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 3px;
    left: -5px;
    top: -5px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.entry.active:before {
    opacity: 1;
}
.entry:hover:before {
    opacity: 1;
}
.wpc-style-page .input-entry.color-3 .checkbox-text {
    position: relative;
    float: left;
    padding-top: 0px;
}
.item-block.style-3 {
    border-radius: 5px;
}
.hotel-img .img-responsive {
    border-radius: 5px;
}
.style-5.hover-blue-3.background-block {
    border-radius: 5px;
}
.tour-block-s-5 .res-img {
    border-radius: 5px;
}
.link-dr-blue:hover {
    color: #fff;
}
.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center;
}
.offers-arrow.color-4 span {
    color: #fff;
}
.offers-arrow.color-4:hover span {
    color: #222;
}
.low-pad.input-style-1 input {
    padding-left: 20px;
}
.drop-wrap-s-4 .drop span {
    top: 50px;
}
body[data-color="theme-4"] .date-f {
    color: #66BB6A;
}
body[data-color="theme-4"] .bg-dark.type-2 .contact-info i {
    color: #66BB6A;
}
body[data-color="theme-4"] .footer-share a:hover {
    color: #66BB6A;
}
body[data-color="theme-4"] .tags-b:before {
    background: #66BB6A;
}
body[data-color="theme-4"] .link-red:hover {
    color: #66BB6A;
}
body[data-color="theme-4"] .menu-3 nav > ul > li > .dropmenu {
    border-top: 2px solid #66BB6A;
}
body[data-color="theme-4"] .menu-3 nav > ul > li.active {
    border-top: 3px solid #66BB6A;
}
body[data-color="theme-4"] .menu-3 nav > ul > li.active > a {
    color: #66BB6A;
}
body[data-color="theme-4"] .check-option.active span {
    background: #ddbe5c;
    border: 1px solid #ddbe5c;
}
body[data-color="theme-4"] .check-option:hover span {
    background: #ddbe5c;
    border: 1px solid #ddbe5c;
}
body[data-color="theme-4"] .accordeon-entry.active h5,
body[data-color="theme-4"] .accordeon-entry h5:hover {
    background: #ddbe5c;
}
body[data-color="theme-4"] .accordeon-entry h5:after {
    background: #ddbe5c;
}
.header-style a {
    margin-bottom: 7px;
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 5px;
    border: 1px solid transparent;
}
.header-style a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #999;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}
.header-style a img {
    width: 100%;
    height: auto;
}
.header-style a:hover:before {
    opacity: 1;
}
.header-style a.active:before {
    opacity: 1;
}
.wpc-change-grid {
    text-align: center;
}
.wpc-change-grid h5 {
    margin-top: 30px;
    margin-bottom: 20px;
}
.check-option {
    display: inline-block;
    width: 45%;
    margin-right: 2%;
}
.check-option span {
    width: 100%;
    display: inline-block;
    padding: 0px 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
    background-color: #e8e8e8;
    border: 1px solid #E0DEDE;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: all 0.35s ease-in;
    -moz-transition: all 0.35s ease-in;
    -o-transition: all 0.35s ease-in;
    -webkit-transition: all 0.35s ease-in;
    -ms-transition: all 0.35s ease-in;
}
.check-option span:hover {
    background: #d0ae5e;
    border: 1px solid #d0ae5e;
    color: #fff;
}
.check-option:last-child {
    margin-right: 0px;
}
.check-option.active span {
    background: #d0ae5e;
    border: 1px solid #d0ae5e;
    color: #fff;
}
.dark-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.demo-layer .vertical-align {
    display: none;
}
.main-wraper.color-2 .demo-title {
    color: #fff;
}
.entry.active:before {
    opacity: 1;
}
.wpc-home-link {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.wpc-home-link h5 {
    margin-bottom: 0px;
}
.wpc-home-link-item {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    margin: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.wpc-home-link-item:hover {
    opacity: .8;
}
.wpc-home-link-item span {
    text-transform: uppercase;
    color: #686868;
    font-size: 12px;
    font-weight: 300;
    line-height: 28px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}
.wpc-home-link-item img {
    width: 100%;
}
.wpc-img-style {
    max-width: 225px;
    margin-left: auto;
    margin-right: auto;
}
.wpc-img-style h5 {
    margin-bottom: 10px;
}
.wpc-img-style a {
    background-size: cover !important;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    float: left;
    background-size: 100%;
    box-sizing: border-box;
    margin: 10px;
    border: 1px solid rgba(224, 224, 244, 0.7);
    position: relative;
}
.wpc-img-style a:after {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    position: absolute;
    top: -6px;
    left: -6px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.wpc-img-style a:hover:after {
    opacity: 1;
}
.wpc-img-style a.active:after {
    opacity: 1;
}
.wpc-bg-body {
    background-size: cover !important;
    background-attachment: fixed !important;
}

/*# sourceMappingURL=styles.css.map */
.no-menu {
    padding-top: 34px;
    display: block;
}

/*Contact form 7*/
div.wpcf7-validation-errors {
    margin: 0;
    padding: 0;
}
div.wpcf7-response-output {
    margin: 0;
    margin-left: -6px;
    margin-top: 20px;
}
div.wpcf7-validation-errors {
    padding: 10px 15px;
    border: 1px solid rgb(238, 22, 58);
    text-align: center;
}
div.wpcf7-mail-sent-ok {
    padding: 10px 15px;
    border: 1px solid green;
    text-align: center;
}
span.wpcf7-not-valid-tip {
    padding-left: 6px;
    padding-top: 10px;
}
@media (max-width: 991px) {
    span.wpcf7-not-valid-tip {
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 10px;
    }
    
    div.wpcf7-response-output {
        margin-left: 0;
    }
}
.form-2-container div.wpcf7-response-output {
    margin-left: 0px;
}
.form-2-container span.wpcf7-not-valid-tip {
    padding: 0;
}

/* google map over form */
.address-fields li i {
    color: rgb(238, 22, 58);
    padding-right: 20px;
    width: 30px;
    float: left;
    text-align: center;
    font-size: 24px;
    box-sizing: content-box;
}
.address-fields li {
    margin-bottom: 25px;
font-size: 14px;
    line-height: 26px;
    color: #555;
    font-family: 'Montserrat-Light', sans-serif;
}
.address-fields li:last-child {
    margin-bottom: 0;
}

/* Testimonial Shortcode */
.testimonial {
    background-color: #fff;
    text-align: center;
    padding: 40px 45px;
    flex-grow: 1;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial__position {
    color: #747474;
    font-size: 12px;
    line-height: 14.4px;
    font-family: 'Montserrat-Light', sans-serif;
    text-transform: none;
}

.testimonial__author-name {
    color: #242526;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0;
}

.testimonial__image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
}

.testimonial__info {
    text-align: center;
    display: inline-block;
    margin-top: 30px;
    font-style: normal;
}

.testimonial__blockquote {
    font-size: 14px;
    border: none;
    color: #747474;
    line-height: 22px;
    padding-left: 0;
}

.testimonial__blockquote:before {
    content: open-quote;
    display: inline-block;
}

.testimonial__blockquote:after {
    content: close-quote;
    display: inline-block;
}

.testimonial__icon-quote {
    margin-bottom: 30px;
}

/* FAQ */
.wpb_wrapper .vc_toggle:last-child {
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 15px;
}
.wpb_wrapper .vc_toggle {
    border-top: 1px solid #F0F0F0;
    padding-top: 15px;
    padding-bottom: 5px;
}
.vc_toggle_title .vc_toggle_icon::after,
.vc_toggle_title .vc_toggle_icon::before {
    background-color: #fff!important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.vc_toggle_title .vc_toggle_icon {
    margin-right: 20px;
    background-color: #adadad!important;
    width: 22px;
    height: 22px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.vc_toggle_active .vc_toggle_icon {
    background-color: rgb(238, 22, 58)!important;
}
.vc_toggle_content p {
font-size: 14px;
line-height: 26px;
color: #555;
font-family: 'Montserrat-Light', sans-serif;
}

/* new acordion style */

/* ///////////////////////////////////////////////// */
.vc_toggle_title .vc_toggle_new_icon::after {
    display: inline-block;
    content: 'Q';
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    -webkit-transition: all .3 ease;
    -o-transition: all .3 ease;
    transition: all .3 ease;
}
.vc_toggle .vc_toggle_content::after {
    content: 'A';
    background-color: rgb(238, 22, 58);
    -webkit-transition: opacity .1s ease-in;
    -o-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}
.vc_toggle.vc_toggle_active .vc_toggle_content::after {
    opacity: 1;
}
.vc_toggle_title .vc_toggle_new_icon {
    display: inline-block;
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    height: 50px;
    -webkit-transition: all .3 ease;
    -o-transition: all .3 ease;
    transition: all .3 ease;
    background-color: #303133;
}
.vc_toggle .vc_toggle_content {
    position: relative;
}
.vc_toggle_title {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
.vc_toggle.vc_toggle_simple .vc_toggle_title,
.vc_toggle.vc_toggle_simple .vc_toggle_content {
    padding-left: 65px!important;
}
.vc_toggle.vc_toggle_simple.vc_toggle_active .vc_toggle_content {
    margin-bottom: 0 !important;
}

/* //////////////////////////////////////////////// */

/* woocommerce */
.woocommerce ul.products li.product h3 {
    font-size: 16px!important;
    color: #ffffff!important;
    font-weight: 600;
}
.woocommerce ul.products li.product .price {
    font-size: 24px!important;
    color: black!important;
    font-family: 'Montserrat-SemiBold', sans-serif!important;
}
body.woocommerce div.product p.price,
body .woocommerce div.product span.price {
    color: rgb(238, 22, 58);
    font-weight: 600;
}
.cart .quantity input[type="number"] {
    padding: 7px;
}
.woocommerce ul.products li.product .button.add_to_cart_button:hover,
.woocommerce #respond .comment-form input#submit:hover {
    box-shadow: none;
    color: rgb(238, 22, 58);
    background-color: transparent;
}
.woocommerce .checkout_coupon input.button,
.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce #respond .comment-form input#submit {
    font-size: 12px;
    display: inline-block;
    background: rgb(238, 22, 58);
    color: white;
    padding: 11px 25px;
    border: 1px solid rgb(238, 22, 58);
    border-radius: 4px;
    box-shadow: 0 3px 0 0 #a74305;
    text-transform: uppercase;
}
.woocommerce .checkout_coupon input.button:hover {
    box-shadow: none;
    color: rgb(238, 22, 58);
    background-color: transparent;
}
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    background-color: #F3F3F3!important;
    border: 1px solid #F3F3F3!important;
    padding: 12px !important;
    width: 130px;
    font-size: 13px;
    margin: auto 6px;
    border-radius: 4px!important;
    font-family: 'Montserrat-Regular', sans-serif;
}
.woocommerce .woocommerce-error {
    border-top-color: rgb(238, 22, 58);
}
body .woocommerce-message,
.woocommerce .woocommerce-message {
    border-top-color: rgb(238, 22, 58);
    line-height: 32px;
}
.woocommerce .woocommerce-message a.button:hover {
    opacity: .8!important;
    color: #fff;
}
.woocommerce .woocommerce-message a.button {
    border-radius: 30px !important;
    padding: 10px !important;
    font-size: 12px!important;
    border: none !important;
    background-color: rgb(238, 22, 58)!important;
    color: #fff;
    opacity: 1 !important;
}
.woocommerce-checkout .woocommerce-info a {
    color: #515151;
    text-decoration: underline;
}
.woocommerce-checkout .checkout_coupon .form-row,
.woocommerce-checkout .woocommerce-shipping-fields .form-row,
.woocommerce-checkout .woocommerce-billing-fields .form-row {
    opacity: 1;
}
.woocommerce-checkout .checkout_coupon .form-row .button {
    padding: 12px 16px;
}
.woocommerce-cart .woocommerce table.shop_table,
.woocommerce-checkout .woocommerce table.shop_table {
    border: 1px solid #d1d1d1;
}
.woocommerce-cart .woocommerce table.shop_table tr th:last-child,
.woocommerce-cart .woocommerce table.shop_table tr td:last-child,
.woocommerce-checkout .woocommerce table.shop_table tr th:last-child,
.woocommerce-checkout .woocommerce table.shop_table tr td:last-child {
    border-right: none;
}
.woocommerce-checkout .woocommerce table.shop_table tfoot tr:last-child th,
.woocommerce-cart .woocommerce table.shop_table tbody tr:last-child td,
.woocommerce-cart .woocommerce table.shop_table tbody tr:last-child th,
.woocommerce-checkout .woocommerce table.shop_table tfoot tr:last-child td {
    border-bottom: none;
}
.woocommerce-cart table.shop_table .product-thumbnail {
    width: 57px;
}
.woocommerce-cart table.shop_table .product-remove {
    width: 45px;
}
.woocommerce-checkout #order_review #payment {
    background-color: transparent;
    border: 1px solid #d1d1d1;
}
.woocommerce-checkout #order_review #payment div.payment_box {
    background-color: rgba(223, 220, 222, .2);
}
.woocommerce-checkout #order_review #payment div.payment_box:before {
    border: 1em solid rgba(223, 220, 222, .2);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    margin: -1.1em 0 0 2em;
}
.woocommerce-cart table.cart td.actions div.coupon .input-text {
    padding: 0 10px;
    background-color: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 11px;
    line-height: 32px;
    text-transform: uppercase;
    border-color: transparent;
    float: none;
    width: 130px;
}

/* WOOCOMMERCE card page */
.woocommerce-cart .wc-proceed-to-checkout {
    text-align: center;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 11px;
    display: inline-block;
    background: rgb(238, 22, 58);
    color: white;
    padding: 15px 34px;
    border: 2px solid rgb(238, 22, 58);
    border-radius: 40px;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(238, 22, 58,0.3);
    -moz-box-shadow: 0px 10px 30px 0px rgba(238, 22, 58,0.3);
    box-shadow: 0px 10px 30px 0px rgba(238, 22, 58,0.3);
    letter-spacing: .04em;
}
body .woocommerce form .form-row.woocommerce-validated .select2-container,
body .woocommerce form .form-row.woocommerce-validated input.input-text,
body .woocommerce form .form-row.woocommerce-validated select {
    border-color: #fff;
}
body .woocommerce input.button:hover {
    color: #fff;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    opacity: 1 !important;
    box-shadow: none;
    color: rgb(238, 22, 58)!important;
    background-color: transparent!important;
}
body .woocommerce button.button.alt,
.woocommerce .cart .button,
.woocommerce .coupon input.button {
    font-size: 11px;
    display: inline-block;
    background: rgb(238, 22, 58);
    color: white;
    padding: 15px 34px;
    border: 2px solid rgb(238, 22, 58);
    border-radius: 40px;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(238, 22, 58,0.3);
    -moz-box-shadow: 0px 10px 30px 0px rgba(238, 22, 58,0.3);
    box-shadow: 0px 10px 30px 0px rgba(238, 22, 58,0.3);
    letter-spacing: .04em;
}
.cart {
    margin-top: 20px;
}
.woocommerce .cart .button:hover,
.woocommerce .coupon input.button:hover {
    opacity: 1 !important;
    box-shadow: none;
    color: rgb(238, 22, 58)!important;
    background-color: transparent!important;
}
.woocommerce-cart table.cart input[type="number"] {
    background-color: rgba(255, 255, 255, 0.06);
    color: #222;
    text-transform: uppercase;
    border-color: transparent;
}
.woocommerce h3 {
    font-family: 'Montserrat-SemiBold', sans-serif;
    text-transform: uppercase;
}
body .woocommerce-checkout #payment ul.payment_methods li {
    font-size: 14px;
    color: #555;
    font-family: 'Montserrat-Light', sans-serif;
}
.cart_item a,
.single-page .content .woocommerce .cart_item a {
    color: rgb(238, 22, 58);
}
.page.woocommerce-cart table.cart th {
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    color: #242526;
    font-weight: 600;
    letter-spacing: .78px;
    margin-bottom: 30px;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100% !important;
}
body .woocommerce a.button.wc-backward {
    font-size: 12px;
    display: inline-block;
    background: rgb(238, 22, 58);
    color: white;
    padding: 11px 25px;
    border: 1px solid rgb(238, 22, 58);
    border-radius: 4px;
    box-shadow: 0 3px 0 0 #a74305;
    text-transform: uppercase;
}
body .woocommerce a.button.wc-backward:hover {
    box-shadow: none;
    color: rgb(238, 22, 58);
    background-color: transparent;
}
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    font-size: 11px;
    display: inline-block;
    background: rgb(238, 22, 58) !important;
    color: white !important;
    padding: 15px 34px;
    border: 2px solid rgb(238, 22, 58);
    border-radius: 40px;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(238, 22, 58,0.3);
    -moz-box-shadow: 0px 10px 30px 0px rgba(238, 22, 58,0.3);
    box-shadow: 0px 10px 30px 0px rgba(238, 22, 58,0.3);
    letter-spacing: .04em;
    opacity: .5!important;
}

/* WOOCOMMERCE checkout page */
body .select2-container .select2-choice,
body .woocommerce form .form-row.woocommerce-invalid .select2-container,
body .woocommerce form .form-row.woocommerce-invalid input.input-text,
body .woocommerce form .form-row.woocommerce-invalid select {
    border-color: rgb(238, 22, 58);
}
body .woocommerce form .form-row.woocommerce-invalid label {
    color: rgb(238, 22, 58);
}
body .select2-container .select2-choice > .select2-chosen {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 13px!important;
}
body .select2-container .select2-choice {
    padding-top: 5px;
    padding-bottom: 5px;
}
.woocommerce-page form .form-row .input-text {
    background-color: #F3F3F3;
    border: 1px solid #F3F3F3;
    padding: 15px;
    width: 100%;
    font-size: 13px;
    margin: auto 6px;
    border-radius: 4px;
    font-family: 'Montserrat-Regular', sans-serif;
}
body .woocommerce-info a {
    font-weight: 300;
    color: rgb(238, 22, 58) !important;
    padding-left: 30px;
}
body .woocommerce-info {
    background-color: transparent;
    padding-left: 0 !important;
    border: none;
    font-size: 16px;
    color: #222;
    font-weight: 600;
    letter-spacing: .78px;
}
.woocommerce-info:before {
    display: none!important;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    font-size: 12px;
    display: inline-block;
    background: rgb(238, 22, 58);
    color: white;
    padding: 14px 33px;
    border: 1px solid rgb(238, 22, 58);
    border-radius: 4px;
    box-shadow: 0 3px 0 0 #a74305;
    text-transform: uppercase;
}
.woocommerce #payment #place_order:hover {
    opacity: 1 !important;
    box-shadow: none;
    color: rgb(238, 22, 58)!important;
    background-color: transparent!important;
}

/* booking page */
.rtb-booking-form select {
    max-width: 100%;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    border-color: transparent;
}
.rtb-booking-form option {
    color: #ccc;
    background-color: transparent;
}
body .rtb-booking-form input {
    max-width: 100%;
    padding: 0 10px;
    background-color: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 11px;
    line-height: 32px;
    text-transform: uppercase;
    border-color: transparent;
}
body .picker__input.picker__input--active {
    outline: none;
    border-color: #fff;
}
body .rtb-booking-form label {
    font-size: 14px;
    line-height: 2;
}
body .rtb-booking-form legend {
    background-color: transparent;
    padding-left: 0;
    border: none;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: .78px;
}
body .picker__list-item:hover,
body .picker--focused .picker__list-item--highlighted {
    background-color: rgba(216, 91, 31, .8)!important;
    color: #fff;
    border-color: rgba(216, 91, 31, 1);
}
body #rtb-time_root .picker__list li,
body #rtb-time_root .picker__list {
    margin-left: 0;
}
body .picker--focused .picker__day--selected,
body .picker__day--selected,
body .picker__day--selected:hover {
    background-color: rgba(216, 91, 31, .8);
}
body .picker__day--today:before {
    border-top: .5em solid rgba(216, 91, 31, 1);
}
body .picker__day--infocus:hover {
    background-color: rgba(216, 91, 31, .5);
    color: #fff;
}
body .picker__button--clear,
body .picker__button--close,
body .picker__button--today {
    font-size: 12px!important;
    font-family: "Raleway", sans-serif;
    color: #fff!important;
    letter-spacing: .6px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    background-color: rgb(238, 22, 58)!important;
    padding: 10px;
    border-radius: 30px;
    width: 29%;
    margin-left: 2%;
    margin-right: 2%;
    position: relative;
    display: inline-block !important;
    border: 2px solid transparent;
    -webkit-transition: background 300ms, color 300ms, border 300ms, -webkit-transform 800ms ease !important;
    transition: background 300ms, color 300ms, border 300ms, -webkit-transform 800ms ease !important;
    transition: transform 800ms ease, background 300ms, color 300ms, border 300ms !important;
    transition: transform 800ms ease, background 300ms, color 300ms, border 300ms, -webkit-transform 800ms ease !important;
}
body .picker__button--clear:before,
body .picker__button--close:before,
body .picker__button--today:before {
    display: none;
}
body .picker__button--clear:focus,
body .picker__button--close:focus,
body .picker__button--today:focus,
body .picker__button--clear:hover,
body .picker__button--close:hover,
body .picker__button--today:hover {
    background-color: transparent!important;
    border: 2px solid rgb(238, 22, 58);
    color: rgb(238, 22, 58)!important;
    opacity: 1 !important;
}
body .picker__footer {
    padding-bottom: 10px;
}
body .rtb-booking-form .rtb-error {
    color: #fff;
    font-size: 11px;
    line-height: 32px;
}
.rtb-booking-form .rtb-message p {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    opacity: 1;
}
body .rtb-booking-form .message textarea {
    background-color: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    border-color: transparent;
}
.form-wrapper {
    line-height: 1.5;
}

/* count */
.milano-countdown__title {
    font-size: 72px;
    color: #fff;
    position: relative;
    z-index: 2;
    line-height: 1.5;
}
.milano-countdown.full-height{
    height: 100vh;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
.milano-countdown {
    text-align: center;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    line-height: 1.5;
}

.milano-countdown:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 33, 35, 0.8);
}

.countdown {
    position: relative;
    z-index: 2;
    text-transform: none;
    font-size: 42px;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    line-height: 1.2;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.countdown span {
    text-transform: uppercase;
    font-size: 92px;
    display: block;
}
.countdown__item {
    background-color: rgb(238, 22, 58);
    border-radius: 7px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px 30px;
    font-size: 18px;
    margin-bottom: 20px;
}

.counter {
    font-size: 62px;
}

@media screen and (max-width: 767px) {
    .milano-countdown__title {
        font-size: 42px;
    }
}

@media screen and (max-width: 375px) {
    .milano-countdown.full-height {
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.form-2 {
    padding: 30px 15px;
    background-color: #fff;
    border-radius: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
}

.banner-heading-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.banner-heading-col {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}

.banner-heading-col--fast {
    margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
    .banner-heading-col {
        padding-top: 75px;
    }
}

@media screen and (max-width: 991px) {
    .banner-heading-col {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .banner-heading-col--fast {
        padding-top: 0;
        padding-bottom: 0;
    }
    .a-banner.style-2 .banner-heading {
        margin-top: 0;
    }
}

.form-2__title {
    margin-top: 5px;
}

.form-2 .form-book__input {
    padding: 0;
    background-color: #F3F3F3;
    border: 1px solid #F3F3F3;
    padding: 20px 26px;
    width: 100%;
    font-size: 13px;
    margin: auto 0;
    border-radius: 4px;
    color: #555;
    font-family: 'Montserrat-Regular', sans-serif;
}

.form-2 .form-book__submit {
    width: auto;
}
@media screen and (max-width: 480px) {
    .woocommerce-checkout table.cart td.actions .coupon .input-text {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .woocommerce form .form-row-last,
    .woocommerce form .form-row-first {
        width: 100%;
    }
    
    .woocommerce .cart .button,
    .woocommerce .coupon input.button {
        width: 100%!important;
    }
}

/* btn */
.vc_btn3.vc_btn3-color-warning {
    background: rgb(238, 22, 58)!important;
    color: white;
    padding: 14px 33px!important;
    border: 1px solid rgb(238, 22, 58)!important;
    border-radius: 4px;
    box-shadow: 0 3px 0 0 #a74305;
    text-transform: uppercase;
    font-family: "Montserrat-SemiBold", sans-serif;
}
.vc_btn3.vc_btn3-color-warning:hover {
    opacity: 1 !important;
    box-shadow: none;
    color: rgb(238, 22, 58)!important;
    background-color: transparent!important;
}
.archive.post-type-archive.post-type-archive-product #container,
.single.single-product.woocommerce-page #container {
    padding-top: 150px;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.single.single-product.woocommerce .comment-form-comment textarea {
    border: 1px solid #ccc;
}
.archive.post-type-archive.post-type-archive-product .woocommerce-ordering select {
    border-color: transparent;
    font-size: 11px;
    height: 42px;
    padding-left: 10px;
    text-transform: uppercase;
    border: 1px solid #ccc;
}
.single.single-product.woocommerce .comment-form-comment label {
    padding-bottom: 20px;
}
.woocommerce span.onsale {
    background-color: rgb(238, 22, 58)!important;
}
@media screen and (max-width: 1400px) {
    .archive.post-type-archive.post-type-archive-product #container,
    .single.single-product.woocommerce-page #container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media screen and (max-width: 768px) {
    .archive.post-type-archive.post-type-archive-product #container,
    .single.single-product.woocommerce-page #container {
        padding-left: 15px;
        padding-right: 15px;
    }
}



/* booking-form */
.rtb-booking-form select{
     background-color: #F3F3F3;
}
.rtb-booking-form select,
.rtb-booking-form label{
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 13px;
     color: inherit;
    
}
.rtb-booking-form input:not([type='submit']){
    background-color: #F3F3F3;
    border: 1px solid #F3F3F3;
    padding: 10px;
    width: 100%;
    font-size: 13px;
    margin: auto ;
    color: inherit;
    border-radius: 4px;
    font-family: 'Montserrat-Regular', sans-serif;

}

.rtb-booking-form input:not([type='submit']):focus {
    border-color: rgb(238, 22, 58);
}
.rtb-booking-form button[type='submit']{
    color: white;
    background-color: rgb(238, 22, 58);
    border: 1px solid rgb(238, 22, 58);
    font-size: 12px;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 11px;font-family: 'Montserrat-SemiBold', sans-serif ;
    text-transform: uppercase;
}
.rtb-booking-form button[type='submit']:hover {
    background-color: transparent;
    color: rgb(238, 22, 58);
    box-shadow: none;
}

/* Booking popup */
.booking-popup {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, .8);
}
.booking-popup {
    color: white;
}
.booking-active-popup {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
}
.booking-close-popup::after {
    transform: rotate(-45deg);
}
.booking-close-popup::before {
    transform: rotate(45deg);
}
.booking-close-popup::after,
.booking-close-popup::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.booking-close-popup {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    z-index: 1000;
    display: inline-block;
}
.hide-menu {
    z-index: 1;
}
.booking-popup .form-wrapper  fieldset{
    text-align: left;
}
.booking-popup .form-wrapper   {
    text-align: center;
}
.booking-popup .form-wrapper {
    position: relative;
    padding: 100px 15px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.booking-popup .form-wrapper select{
    background-color: rgba(255, 255, 255, .1);
    color: white;
}
.booking-popup .form-wrapper input:not([type='submit']) {
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #F3F3F3;
    padding: 10px;
    width: 100%;
    font-size: 13px;
    margin: auto;
    border-radius: 4px;
    font-family: 'Montserrat-Regular', sans-serif;
    color: white;
}
.booking-popup .form-wrapper input:not([type='submit']):focus {
    border-color: rgb(238, 22, 58);
    color: white;
}

.booking-popup .form-wrapper button[type='submit'] {
    font-size: 11px;
    display: inline-block;
    background: rgb(238, 22, 58);
    color: white;
    padding: 15px 34px;
    border: 2px solid rgb(238, 22, 58);
    border-radius: 40px;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(238, 22, 58,0.3);
    -moz-box-shadow: 0px 10px 30px 0px rgba(238, 22, 58,0.3);
    box-shadow: 0px 10px 30px 0px rgba(238, 22, 58,0.3);
    letter-spacing: .04em;
}
.booking-popup .form-wrapper button[type='submit']:hover {
    box-shadow: none;
    color: rgb(238, 22, 58);
    background-color: transparent;
}

/* ACCOMODATION */
.accomodation__thumb {
    height: 180px;
}

.accomodation__link {
    margin-top: 15px;
}

.accomodation__title {
    margin-top: 0;
    font-weight: 700;
}

.accomodation__descr {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.11);
    padding: 25px 20px;  
}

.accomodation__descr a {
    color: #242526;
}

.accomodation__descr a:hover {
    color: rgb(238, 22, 58);
}

.accomodation__subtitle {
    color: #747474;
    font-size: 14px;
}

.accomodation {
    margin-bottom: 35px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

@media screen and (max-width: 767px) {
    .accomodation__thumb {
        width: 30%;
        height: 90px;
    }
    .accomodation__descr {
        width: 70%;
        padding-left: 10px;
    }
    .accomodation__title {
        margin-top: 0;
    }
    .accomodation__link.a-btn {
        padding: 0;
        background-color: transparent;
        border: none;
        box-shadow: none;
        color: rgb(238, 22, 58);
    }
}

@media screen and (min-width: 768px) {
    .accomodation__link {
        min-width: 145px;
    }
    .accomodation {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
}

/* counter */
.wpc-counter {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    color: #fff;
    position: relative;
}

.wpc-counter:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: -40px;
    background-color: #fff;
}

.counter {
    font-size: 56px;
    letter-spacing: .025em;
    line-height: 1;
}

.wpc-counter__icon-title {
    font-size: 20px;
    margin-right: 20px;
}

.wpc-counter__icon-title i {
    font-size: 22px;
    font-weight: 700;
}

.wpc-counter__title {
    text-transform: uppercase;
}

@media screen and (min-width: 992px) {
    .vc_column_container:first-child .wpc-counter:after {
        content: none;
    }
}

@media screen and (max-width: 1199px) {
    .wpc-counter:after {
        left: -20px;
    }
}

@media screen and (max-width: 767px) {
    .wpc-counter {
        justify-content: center;
    }
}