@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i');
html, body {
    height: 100%;
    min-height: 100%;
}
body {
    -webkit-font-smoothing: antialiased;
    background: #fff;
    color: #1e1e1e;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
::-moz-selection {
    color: #fff;
    background: #af182b;
}

::selection {
    color: #fff;
    background: #af182b;
}
.fix-padding {padding: 0px !important;}
.fix-padding-top {padding-top: 0px !important;}
.fix-padding-bottom {padding-bottom: 0px !important;}
.fix-padding-left {padding-left: 0px !important;}
.fix-padding-right {padding-right: 0px !important;}
.fix-margin {margin: 0px !important;}
.fix-margin-top {margin-top: 0px !important;}
.fix-margin-bottom {margin-bottom: 0px !important;}
.fix-margin-left {margin-left: 0px !important;}
.fix-margin-right {margin-right: 0px !important;}
.top50 {margin-top: 50px;}
.bottom50 {margin-bottom: 50px;}
.top25 {margin-top: 25px;}
.bottom25 {margin-bottom: 25px;}
.top15 {margin-top: 15px;}
.bottom15 {margin-bottom: 15px;}
.mini-space-top {margin-top: 5px;}
.mini-space-bottom {margin-bottom: 5px;}
.mini-space-left {margin-left: 5px;}
.mini-space-right {margin-right: 5px;}
.little-space-top {margin-top: 10px;}
.little-space-bottom {margin-bottom: 10px;}
.little-space-left {margin-left: 10px;}
.little-space-right {margin-right: 10px;}
.big-space-top {margin-top: 20px;}
.big-space-bottom {margin-bottom: 20px;}
.big-space-left {margin-left: 20px;}
.big-space-right {margin-right: 20px;}
.xl-space-top {margin-top: 30px;}
.xl-space-bottom {margin-bottom: 30px;}
.xl-space-left {margin-left: 30px;}
.xl-space-right {margin-right: 30px;}
.xxl-space-top {margin-top: 40px;}
.xxl-space-bottom {margin-bottom: 40px;}
.xxl-space-left {margin-left: 40px;}
.xxl-space-right {margin-right: 40px;}
.placeholder, input.placeholder {color: #999999;}
.bold {font-weight: bold !important;}
.alert {padding: 8px; font-size: 12px;}
.inline-xs { display: none !important; }
@media(max-width: 767px) {
    .inline-xs { display: inline !important; }
}
.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
}
.row-fluid div[class*="col-"] {
    padding: 0; 
}
@media(min-width: 992px){
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .row-eq-height > div {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-flex-pack: center;
        align-self: center;
    }
    html.no-flexbox .row-eq-height {
        display: table;
        width: 100%;
    }
    html.no-flexbox .row-eq-height > div {
        display: table-cell;
        vertical-align: middle;
    }
}
.row-table {
    padding: 0;
    margin: 0;
    display: table;
}
.row-table .table-row {
    height: 100%;
    display: table-row;
    padding: 0;
    margin: 0;
}
.row-table .table-row .table-col {
    display: table-cell;
    padding: 0;
    margin: 0;
    float: none;
    vertical-align: middle;
}
@media(max-width: 991px) {
    .row-table,
    .row-table .table-row,
    .row-table .table-row .table-col {
        display: block;
    }
}
.inline {
    display: inline-block !important;
}
p {
    word-wrap: break-word;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
}
.section {
    padding: 100px 0;
}
label {
    cursor: default;
}
.btn:focus, input:focus, textarea:focus, a, .select-standard, input[type=checkbox]:focus {
    outline: none !important;
}
.textarea-block {
    resize: none;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a,
a:hover,
a:focus {
    color: #37383c;
    text-decoration: none;
}
a.fix {
    color: inherit;
    text-decoration: none;
}
.border-radius-fix {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
.border-fix {
    border: 0px !important;
}
.full-height {
    min-height: 100%;
    margin: 0px;
}
ul.float li {
    padding: 0px !important;
    float: left;
}
input.large, select.large {
    height: 40px;
}
input.error, select.error, textarea.error {
    border-color: #B1393B;
}
ul.list-table {
    display: table;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
ul.list-table > li {
    display: table-cell;
}
ul.list-table > li:first-child {
    width: 1px; 
    white-space: nowrap;
}
@media(max-width: 767px) {
    .section {
        padding: 60px 0;
    }
}

/*
@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}
@media(max-width:480px){}
*/

/*** Fix touch ***/
html.touch .btn-underline:hover:after,
html.touch .btn-underline:focus:after {
    content: none;
}


/* ==========================================================================
Header
========================================================================== */

.main-menu {
    width: 100%;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}
.main-menu .navbar-nav > li > a {
    font-size: 16px;
    letter-spacing: 0.2px;
    text-shadow: none;
    text-transform: lowercase;
    padding-left: 18px;
    padding-right: 18px;
    color: #fff;
    position: relative;
    top: 2px;
}
.main-menu .navbar-nav > li > a {
    /*color: #131313;*/
    color: #fff;
}
.main-menu .dropdown-toggle:active, .open .dropdown-toggle {
    background-color: transparent;
    color: #fff;
}

/* ==== NO MOBILE ==== */
@media(min-width: 768px) and (max-width: 991px) {
    .side-bar-open .main-menu .navbar-nav > li.menu-item {
        display: none;
    }
}
@media (min-width:768px) {
    .no-bg-video.bg-red .main-menu .navbar-nav > li > a {
        color: #fff;
    }
}
.main-menu .dropdown .material-icons {
    line-height: 20px;
    position: relative;
    top: 2px;
}
.main-menu .dropdown .material-icons.close-icon {
    display: none;
}
.main-menu .dropdown.open .material-icons.close-icon {
    display: inline-block;
}
.main-menu .dropdown.open .material-icons.open-icon {
    display: none;
}/*
.main-menu .dropdown > a:hover {
    color: #af182b;
}*/
.main-menu.navbar-fixed-top {
    padding: 11px 35px;
}
.page-template-page_home .main-menu .navbar-brand img.red {
    display: none;
    opacity: 0;
}
.page-template-page_home .main-menu.menu-open .navbar-brand img.white {
    display: none;
    opacity: 0;
}
.page-template-page_home .main-menu.menu-open .navbar-brand img.red {
    display: block;
    opacity: 1;
}

/* ==== XS ==== */

/*** Menu icons ***/
.main-menu .navbar-nav > li > .dropdown-menu .icon-fb > a,
.main-menu .navbar-nav > li > .dropdown-menu .icon-ig > a,
.main-menu .navbar-nav > li > .dropdown-menu .icon-yt > a {
    position: relative;
}
.main-menu .navbar-nav > li > .dropdown-menu .icon-fb > a:after,
.main-menu .navbar-nav > li > .dropdown-menu .icon-ig > a:after,
.main-menu .navbar-nav > li > .dropdown-menu .icon-yt > a:after {
    position: absolute;
    font-family: 'Font Awesome 5 Brands';
    font-weight: 300;
    color: #fff;
    margin-left: 12px;
    font-size: 14px;
    top: 16px;
}
.dropdown-menu .icon-fb > a:after {
    content: "\f39e";
}
.dropdown-menu .icon-ig > a:after {
    content: "\f16d";
}
.dropdown-menu .icon-yt > a:after {
    content: "\f167";
}

@media (max-width:767px) {
    .main-menu.navbar-fixed-top {
        padding-right: 10px;
        padding-left: 10px;
        margin-top: 0;
        margin-bottom: 0;
        -webkit-transition: background .3s;
        -moz-transition: background .3s;
        -o-transition: background .3s;
        transition: background .3s;
        z-index: 9999;
    }
    .navbar-collapse {
        box-shadow: none;
    }
    .navbar-brand {
        padding: 15px 10px;
        padding-left: 5px;
        padding-top: 5px;
    }
    .main-menu.menu-open {
        background: #fff;
        -webkit-transition: background .3s;
        -moz-transition: background .3s;
        -o-transition: background .3s;
        transition: background .3s;
        height: 100%;
    }
    .main-menu.navbar-page.menu-open .navbar-nav > li > a {
        color: #131313;
    }
    .main-menu.menu-open .midnightHeader.default .logo {
        background-position: -0px 100%;
    }
    .no-bg-video.bg-red .main-menu.menu-open .navbar-brand svg {
        fill: #af182b;
    }
    .main-menu .navbar-toggle .close-icon,
    .main-menu.menu-open .navbar-toggle .open-icon {
        display: none;
    }
    .main-menu.menu-open .navbar-toggle .close-icon {
        display: inline-block;
        color: #af182b;
    }
    .main-menu.menu-open .navbar-nav > li > a {
        font-size: 24px;
        color: #af182b;
        display: inline-block;
    }
    .main-menu .navbar-nav > li > .dropdown-menu > li > a {
        color: #131313;
        font-size: 18px;
    }
    .main-menu .navbar-nav > li > .dropdown-menu .icon-fb > a:after,
    .main-menu .navbar-nav > li > .dropdown-menu .icon-ig > a:after,
    .main-menu .navbar-nav > li > .dropdown-menu .icon-yt > a:after {
        color: #131313;
        top: 13px;
    }
    .main-menu .navbar-nav > li > .dropdown-menu > li > span {
        color: #989898;
        font-size: 14px;
        text-transform: uppercase;
        padding-top: 35px;
        padding-bottom: 10px;
    }
    .main-menu .navbar-nav > li > .dropdown-menu > li.lang > a {
        display: inline-block;
        font-size: 14px;
        text-transform: uppercase;
        position: relative;
        color: #131313;
        padding: 0;
        margin: 5px 20px 25px 10px;
    }
    .main-menu .navbar-nav > li > .dropdown-menu > li.lang > a.active:after {
        content: '';
        height: 2px;
        width: 100%;
        background: #131313;
        position: absolute;
        bottom: -2px;
        left: 0px;
    }
    .main-menu .navbar-nav > li > a,
    .main-menu .navbar-nav > li > .dropdown-menu > li > * {
        opacity: 0;
        transition: opacity .3s;
        display: block;
        padding: 10px 20px 10px 10px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
    }
    .main-menu.menu-open .navbar-nav > li > a,
    .main-menu.menu-open .navbar-nav > li > .dropdown-menu > li > * {
        opacity: 1;
        transition: opacity .3s;
    }
    .main-menu.menu-open.navbar-page .navbar-nav > li.active > a {
        margin-top: 0;
    }
    .main-menu.menu-open.navbar-page .navbar-nav > li.active {
        padding-left: 5px;
        padding-right: 5px;
    }
    .navbar-nav > li > .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 20px;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block;
    }
    .dropdown-menu > li > a:focus,
    .dropdown-menu > li > a:hover {
        background: none;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: calc(100vh - 148px);
    }
    .main-menu .navbar-nav > li > a.dropdown-toggle {
        display: none;
    }
    .svg-container {
        top: 15px !important;
        left: 15px !important;
    }
}

.main-menu .navbar-brand {
    height: auto;
}
.main-menu .nav > li > a:focus,
.nav > li > a:hover {
    background: none;
}
.main-menu .navbar-toggle {
    margin-right: 0;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 0;
    padding-right: 0;
    /*color: #131313;*/
    color: #fff;
}
.main-menu .navbar-toggle:focus {
    color: #fff;
    background-color: transparent;
}
.main-menu .navbar-toggle i {
    font-size: 29px;
}
.no-bg-video.bg-red .main-menu .navbar-toggle {
    color: #fff;
}
.main-menu.navbar-page.bg-color .navbar-toggle {
    color: #131313;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background: none;
}
@media(max-width: 767px) {
    .main-menu .navbar-toggle {
        margin-top: 0;
        padding-top: 2px;
    }
}

/*** Midnight Header ***/
.midnightHeader {
    display: none;
}
.svg-container {
    position: fixed;
    width: 203px !important;
}
.navbar-brand .midnightHeader .logo {
    display: block;
    width: 203px;
    height: 26px;
    padding: 0;
    margin: 0px auto;
    background: url('../img/loccioni_sprite.svg') no-repeat -0px -26px;
    background-size: 203px 52px;
}
.midnightHeader.content .main-menu .navbar-nav > li > a {
    color: #131313;
}
.midnightHeader.default .logo {
    background-position: -0px 0%;
}
.midnightHeader.content .logo {
    background-position: -0px 100%;
}
.bg-color .midnightHeader.default .logo {
    background-position: -0px 100%;
}

/*** Navbar Page ***/
.navbar.navbar-page {
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.navbar.navbar-page .navbar-brand img {
    display: none;
}
.navbar.navbar-page .midnightHeader {
    display: block;
}
.main-menu.navbar-page .navbar-nav > li > a {
    color: #fff;
}
.main-menu.navbar-page.bg-color {
    background-color: rgba(255,255,255,0.95);
}
.main-menu.navbar-page.bg-color .navbar-nav > li > a {
    color: #131313;
}
.main-menu.navbar-page .navbar-toggle {
    color: #fff;
    padding-top: 1px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* ==== NO MOBILE ==== */

@media(min-width: 768px) and (max-width: 1199px) {
    .main-menu .navbar-nav > li > .dropdown-menu .lang a {
        margin-bottom: 8px;
    }
}

@media (min-width:768px) {
    .main-menu .navbar-nav > li > .dropdown-menu {
        position: fixed;
        display: block;
        right: 0;
        width: 0;
        height: 100%;
        top: 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
        background: #af182b;
        -webkit-transition: width .3s;
        -moz-transition: width .3s;
        -o-transition: width .3s;
        transition: width .3s;
        pointer-events: none;
        min-width: 0;
    }

    .no-bg-video.bg-red .main-menu .navbar-nav > li > .dropdown-menu {
        background: #fff;
    }

    .no-bg-video.bg-red .main-menu .navbar-nav > li > .dropdown-menu li:not(.lang) {
        border-bottom: 2px solid #efefef;
    }

    .main-menu .navbar-nav > li > .dropdown-menu li.lang-label,
    .no-bg-video.bg-red .main-menu .navbar-nav > li > .dropdown-menu li.lang-label {
        border-bottom: 0;
        display: none;
    }

    .main-menu .navbar-nav > li > .dropdown-menu li:first-child {
        margin-top: 30px;
    }

    .main-menu .navbar-nav > li > .dropdown-menu li:not(.lang) a {
        color: #fff;
        padding: 15px 40px;
        font-size: 15px;
    }

    .no-bg-video.bg-red .main-menu .navbar-nav > li > .dropdown-menu li:not(.lang) a {
        color: #131313;
    }

    .main-menu .navbar-nav > li > .dropdown-menu li:not(.lang) a:hover {
        background: #fff;
        color: #af182b;
    }

    .no-bg-video.bg-red .main-menu .navbar-nav > li > .dropdown-menu li:not(.lang) a:hover {
        background: #efefef;
        color: #af182b;
    }

    .main-menu .navbar-nav > li > .dropdown-menu li.icon-fb a:hover:after,
    .main-menu .navbar-nav > li > .dropdown-menu li.icon-ig a:hover:after,
    .main-menu .navbar-nav > li > .dropdown-menu li.icon-yt a:hover:after {
        color: #af182b;
    }

    .main-menu .navbar-nav > li > .dropdown-menu .lang {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 20px 40px;
    }

    .main-menu .navbar-nav > li > .dropdown-menu .lang a {
        display: inline-block;
        color: #fff;
        padding: 0px 30px 0 0px;
    }

    .no-bg-video.bg-red .main-menu .navbar-nav > li > .dropdown-menu span {
        color: #989898;
    }

    .no-bg-video.bg-red .main-menu .navbar-nav > li > .dropdown-menu .lang a {
        color: #131313;
        text-transform: uppercase;
    }

    .main-menu .navbar-nav > li > .dropdown-menu .lang a::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #fff;
        text-decoration: none;
        -webkit-transition: width .3s;
        -moz-transition: width .3s;
        -o-transition: width .3s;
        transition: width .3s;
    }

    html.touch .main-menu .navbar-nav > li > .dropdown-menu .lang a::after {
        content: none;
    }

    .no-bg-video.bg-red .main-menu .navbar-nav > li > .dropdown-menu .lang a::after {
        background: #131313;
    }

    .main-menu .navbar-nav > li > .dropdown-menu .lang a:last-child {
        padding-left: 0px;
    }

    .main-menu .navbar-nav > li > .dropdown-menu .lang a.active {
        opacity: 0.5;
        pointer-events: none;
        background: none;
    }

    .main-menu .navbar-nav > li > .dropdown-menu li.lang a:hover:hover::after {
        width: 100%;
        -webkit-transition: width .3s;
        -moz-transition: width .3s;
        -o-transition: width .3s;
        transition: width .3s;
    }


    .dropdown-menu > li > a:focus,
    .dropdown-menu > li > a:hover {
        background: none;
    }

    .main-menu .navbar-nav > li > .dropdown-menu span {
        color: #fff;
        position: absolute;
        bottom: 60px;
        padding: 20px 40px 0px;
        width: 400px;
        overflow: hidden;
        border-top: 2px solid rgba(0, 0, 0, 0.1);
    }
}

/* ==========================================================================
Footer
========================================================================== */

footer.navbar-fixed-bottom {
    color: #fff;
    font-size: 12px;
    padding: 20px 45px;
    width: 100%;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

footer.navbar-fixed-bottom ul {
    padding: 0;
    margin: 0;
    display: inline-block;
}

footer.navbar-fixed-bottom ul li {
    display: inline-block;
    padding-right: 25px;
}

footer.navbar-fixed-bottom a {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: 12px;
}

footer.navbar-fixed-bottom,
footer.navbar-fixed-bottom a {
    /*color: #131313;*/
    color: #fff;
}

.no-bg-video.bg-red footer.navbar-fixed-bottom,
.no-bg-video.bg-red footer.navbar-fixed-bottom a {
    color: #fff;
}

footer.navbar-fixed-bottom span {
    display: inline-block;
    vertical-align: middle;
}

.navbar-fixed-bottom a:hover,
.navbar-fixed-bottom a:focus {
    text-decoration: none;
}

@media(min-width: 768px) {
    footer.navbar-fixed-bottom ul {
        margin-left: -10px;
    }
}

/* ==== XS ==== */

@media (max-width:767px) {
    footer.navbar-fixed-bottom {
        padding-top: 20px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }
    footer.navbar-fixed-bottom .text-left,
    footer.navbar-fixed-bottom .text-right {
        text-align: left;
    }

    footer.navbar-fixed-bottom ul li {
        padding-right: 15px;
        padding-left: 0px;
    }

    footer.navbar-fixed-bottom .text-right {
        margin-top: 0px;
    }
}

/* ==== XXS ==== */

@media (max-width:374px) {
    footer.navbar-fixed-bottom ul li {
        padding-left: 0px;
        padding-right: 15px;
    }
}


/* ==========================================================================
Hover - Active
========================================================================== */

.no-touch .main-menu .navbar-nav > li:not(.dropdown) > a::after,
.no-touch footer.navbar-fixed-bottom a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    text-decoration: none;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

.no-touch .main-menu .navbar-nav > li:not(.dropdown) > a::after,
.no-touch footer.navbar-fixed-bottom a::after {
    background: #af182b;
}

.no-touch .no-bg-video.bg-red .main-menu .navbar-nav > li:not(.dropdown) > a::after,
.no-touch .no-bg-video.bg-red footer.navbar-fixed-bottom a::after {
    background: #fff;
}

.no-touch .main-menu .navbar-nav > li:not(.dropdown) > a:hover::after,
.no-touch footer.navbar-fixed-bottom a:hover::after {
    width: 100%;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}
.main-menu.navbar-page .navbar-nav > li.active {
    padding-left: 16px;
    padding-right: 16px;
}
.main-menu.navbar-page .navbar-nav > li.active > a {
    background-color: #af182b;
    padding: 2px 10px;
    color: #fff;
    margin-top: 12px;
}
.main-menu.navbar-page .navbar-nav > li.active > a::after {
    content: '';
}

/* ==========================================================================
Homepage
========================================================================== */

.page-home.main-wrap {
    /*background: url(../img/bg.jpg) center center;*/
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
}

.page-home.main-wrap:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(../img/pattern.png);
}
/*
.page-home.main-wrap:after {
    background: rgba(255, 255, 255, 0.5);
}*/
/*
.overlay-pattern {
    background: url(../img/pattern.png);
    opacity: 0.5;
    z-index: 1;
}*/

.no-bg-video.bg-red .page-home.main-wrap:after {
    background: rgba(175, 24, 43, 0.85);
}
.page-home .content {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    padding: 0 45px;
}

.page-home .typing-container {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
    font-size: 140px;
    color: #fff;
    line-height: 150px;
}

#typing-slider {
    color: #fff;
    font-weight: 300;
}
/*
#typing-slider {
    color: #131313;
}*/

.no-bg-video.bg-red #typing-slider {
    color: #fff;
}

.typed-cursor {
    color: #af182b;
}

.typed-cursor {
    color: #af182b;
}

.no-bg-video.bg-red .typed-cursor {
    color: #fff;
}

.video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

.video-bg {
    /* Make video to at least 100% wide and tall */
    min-width: 100%;
    min-height: 100%;

    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;

    /* Center the video */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*
.no-bg-video .video-bg {
-webkit-filter: blur(2px);
filter: blur(2px);
}
*/

@media (max-width:1199px) {
    .page-home .content {
        padding: 0 0 0 45px;
    }
}

/* SM */

@media (min-width:768px) and (max-width:991px) {
    .page-home .typing-container {
        font-size: 110px;
        line-height: 120px;
    }
}

/* ==== XS ==== */

@media (max-width:767px) {

    .page-home .content {
        padding: 0 0 0 15px;
    }

    .page-home .typing-container {
        font-size: 60px;
        line-height: 70px;
    }
}

/* ==== XXS ==== */

@media (max-width:374px) {
    .page-home .typing-container {
        font-size: 50px;
        line-height: 60px;
    }
}


/* ==========================================================================
Secondary menu open
========================================================================== */

.main-menu .dropdown-menu > .active > a {
    background-color: transparent;
}

/* ==== NO MOBILE ==== */

@media (min-width:768px) {
    .main-menu .navbar-nav > li.open > .dropdown-menu {
        width: 20vw;
        -webkit-transition: width .3s;
        -moz-transition: width .3s;
        -o-transition: width .3s;
        transition: width .3s;
        pointer-events: all;
    }

    .side-bar-open .main-menu,
    .side-bar-open footer,
    .side-bar-open .page-home .video-container,
    .side-bar-open .wrap,
    .side-bar-open .footer-container {
        width: calc(100% - 20vw);
        -webkit-transition: width .3s;
        -moz-transition: width .3s;
        -o-transition: width .3s;
        transition: width .3s;
    }
}

/*** Custom ***/
@media(min-width: 1400px) {
    .container {
        width: 1370px;
    }
}
.wrap {
    width: 100%;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}
.form-control {
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    height: 40px;
    font-size: 16px;
    padding: 10px 5px;
    color: #989898;
    border-bottom: 1px solid #d5d5d5;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #af182b;
}
.form-inline .input-group {
    width: 100%;
}
.form-inline .input-group .btn {
    width: auto;
    min-width: auto;
    border: 0;
    font-size: 14px;
    border-bottom: 1px solid transparent;
    color: #989898;
    height: 40px;
    padding: 12px 5px 8px;
}
.form-inline .input-group .btn:hover {
    color: #af182b;
}
strong {
    font-weight: 600;
}
p strong {
    font-weight: normal;
    width: calc(100%);
    background-image: linear-gradient(transparent calc(100% - 2px), #af182b 2px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    -webkit-transition: background-size 1s;
    -moz-transition: background-size 1s;
    -o-transition: background-size 1s;
    transition: background-size 1s;
    text-decoration: none;
}
p strong.active {
    background-size: 100% 100%;
}
p a {
    color: #af182b;
    text-decoration: none;
}
p a:hover {
    color: #af182b;
    text-decoration: none;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,0.55);*/
    background: url(../img/pattern.png);
}
.divider {
    padding: 50px 0;
}
.column-2 p {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    -moz-column-gap: 50px; /* Firefox */
    column-gap: 50px;
}
@media(max-width:991px) {
    .column-2 p{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
.bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.intro-container {
    position: relative;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    height: 600px;
}
.intro-container > div {
    margin-left: auto;
    margin-right: auto;
}
.intro-container h1 {
    font-size: 160px;
    line-height: 170px;
    font-weight: 300;
}
.intro-container.small-title h1 {
    font-size: 100px;
    line-height: 110px;
}
.text-lg p {
    font-size: 21px;
    line-height: 33px;
}
.text-xl p {
    font-size: 42px;
    line-height: 54px;
    margin: 0;
    font-weight: 300;
}
.text-lg.fix-margin p:last-child {
    margin-bottom: 0;
}
h1.title-lg {
    position: relative;
    top: -10px;
    margin-top: 0;
    font-size: 90px;
    line-height: 100px;
    font-weight: 300;
}
h2.title-lg {
    position: relative;
    top: -10px;
    margin-top: 0;
    font-size: 70px;
    line-height: 80px;
    font-weight: 300;
}
.red {
    color: #af182b;
}
.grey {
    color: #d5d5d5;
}
.bg-red {
    color: #fff;
    background-color: #af182b;
}
.bg-red .column-2 p {
    margin: 0;
    font-size: 21px;
    line-height: 35px;
}
.bg-gray {
    background-color: #efefef;
}
span.title {
    display: block;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
}
@media(max-width: 991px) {
    .intro-container.row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .intro-container.row-eq-height > div {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-flex-pack: center;
        align-self: center;
        margin-left: 0;
        margin-right: 0;
    }
    .intro-container h1,
    .intro-container.small-title h1 {
        font-size: 70px;
        line-height: 80px;
    }
}
@media(max-width: 767px) {
    .intro-container {
        height: 450px;
    }
    .intro-container h1,
    .intro-container.small-title h1 {
        font-size: 45px;
        line-height: 55px;
    }
    h2.title-lg {
        top: 0;
        font-size: 45px;
        line-height: 55px;
    }
    .text-lg p {
        font-size: 18px;
        line-height: 30px;
    }
    .bg-red .column-2 p {
        font-size: 18px;
        line-height: 30px;
    }
    span.title {
        line-height: 34px;
    }
    .divider.divider-sm {
        padding: 25px 0;
    }
}

/*** Slick Gallery ***/
.gallery-container {
    padding: 50px 0 25px;
    background-color: #fff;
}
.slick-slide {
    padding: 25px;
}
.slick-gallery .item {
    display: block;
    width: 300px;
    height: 300px;
    background-color: #efefef;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
html.no-flexbox .slick-gallery .item {
    display: table;
    text-align: center;
}
.slick-gallery .item:hover {
    background-color: #af182b;
}
.slick-gallery .item:hover > span {
    color: #fff;
}
.slick-gallery .item > span {
    margin: auto;
    display: block;
    font-size: 21px;
    color: #af182b;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-flex-pack: center;
    align-self: center;
}
html.no-flexbox .slick-gallery .item > span {
    display: table-cell;
    vertical-align: middle;
}
.gallery-container .col-md-12 {
    position: relative;
}
.gallery-container .gradient-left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 100%;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.gallery-container .gradient-right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 100%;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
#arrows {
    position: relative;
    margin: auto;
    display: inline-block;
}
.slick-next, .slick-prev {
    position: relative;
    background-color: #af182b;
    color: #fff;
    width: 120px;
    height: auto;
    padding: 8px 10px;
    transform: none;
    top: inherit;
    left: inherit;
    bottom: inherit;
    right: inherit;
    float: left;
    margin: 0 2px;
    -webkit-transform: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #fff !important;
    background: #b1393b !important;
}
.slick-next:before, .slick-prev:before {
    content: ' ';
    font-size: 21px;
    opacity: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    color: #fff;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slick-next:before {
    content: '\f30b';
    margin-right: 0;
}
.slick-prev:before {
    content: '\f30a';
    margin-left: 0;
}
.slick-next:hover:before {
    margin-right: -10px;
}
.slick-prev:hover:before {
    margin-left: -10px;
}
@media(max-width: 767px) {
    .gallery-container {
        padding: 25px 0 25px;
    }
    .gallery-container .gradient-left,
    .gallery-container .gradient-right {
        display: none;
    }
}

/*** Btn ***/
.btn {
    border-radius: 0;
    filter: none;
    background-image: none;
    background: none;
    text-shadow: none;
    outline: none;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid;
    padding: 15px 35px;
    min-width: 200px;
}
.btn:hover,
.btn:focus {
    box-shadow: none;
    filter: none;
    background-image: none;
}
.btn-primary {    
    color: #af182b;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #af182b;
    color: #fff;
    border-color: #af182b;
}
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-color: #af182b;
    color: #fff;
    border-color: #af182b;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    background-color: #af182b;
    color: #fff;
    border-color: #af182b;
}
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary{
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus{
    background-color: #af182b;
    color: #fff;
    border-color: #af182b;
    opacity: 0.5;
}
.btn-primary.btn-white {
    color: #fff;
    border-color: #fff;
}
.btn-primary.btn-white:hover, .btn-white:focus {
    color: #af182b;
    border-color: #fff;
    background-color: #fff;
}
.btn-link {
    padding: 0;
    border: 0;
    min-width: inherit;
    color: #af182b;
    text-transform: none;
    position: relative;
}
.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
    color: #af182b;
}
.btn-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #af182b;
    text-decoration: none;
    -webkit-transition: background-size 1s;
    -moz-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}
.btn-link:hover::after {
    width: 100%;
}
html.touch .btn-link::after {
    content: none;
}
@media(max-width: 767px) {
    .btn {
        white-space: normal;
    }
}

/*** List Post ***/
.list-post .box {
    background-color: #fff;
    display: block;
    border-bottom: 1px solid transparent;
    
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.list-post .box:hover {
    border-color: #af182b;
}
.list-post .box .box-body {
    padding: 25px;
}
.list-post .box .box-body .subtitle {
    color: #989898;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}
.list-post .box .box-body .title {
    color: #af182b;
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 10px;
    display: block;
}
.list-post .box .box-body p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}
.list-post .box .img-container {
    position: relative;
}
.list-post .box .box-header {
    position: relative;
}
.list-post .box .box-header .featured-tag {
    position: absolute;
    top: 0;
    left: 25px;
    font-size: 14px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    background-color: #af182b;
    color: #fff;
    z-index: 1;
}
.list-post .box .box-header .featured-tag > span:last-child {
    display: none;
}
@media(max-width: 991px) {
    .list-post .item {
        margin-bottom: 50px;
    }
    .list-post .item:last-child {
        margin-bottom: 0;
    }
}
@media(max-width: 767px) {
    .list-post .box .box-body {
        padding: 25px 15px;
    }
    .list-post .box .box-header .featured-tag {
        left: 15px;
    }
}

/*** News Container ***/
.news-container .table {
    margin-top: 50px;
    border: 0;
    margin-bottom: 0;
}
.news-container .table td {
    border: 0;
    vertical-align: baseline;
    padding: 25px 0;
}
.news-container .table td.small {
    width: 120px;
    font-size: inherit;
}
.news-container .table tr {
    border-bottom: 1px solid #efefef;
}
.news-container .table tr td:last-child {
    text-align: right;
}
.news-container .table p {
    margin: 0;
    font-size: 22px;
    line-height: 32px;
}
.news-container .table p > a {
    color: inherit;
    text-decoration: none;
}
.news-container .date {
    display: block;
    color: #989898;
    margin-right: 12px;
}
.news-container i {
    font-size: 22px;
    color: #af182b;
}
@media(max-width: 767px) {
    .news-container .table td,
    .news-container .table td.small {
        display: block;
        width: 100%;
        float: left;
        padding: 0;
    }
    .news-container .table tr td:last-child {
        text-align: left;
    }
    .news-container .date {
        margin-top: 8px;
    }
    .news-container .table p {
        padding: 7px 0;
    }
    .news-container .table td i {
        margin-bottom: 8px;
    }

}

/*** Footer ***/
.footer-container {
    background-color: #af182b;
    color: #fff;
    padding-top: 100px;
    width: 100%;
    transition: width .3s;
}
.footer-container a {
    color: #fff;
}
.footer-container a span {
    position: relative;
    display: inline-block;
}
.no-touch .footer-container a span::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    text-decoration: none;
    transition: width .3s;
}
.no-touch .footer-container a span:hover::after {
    width: 100%;
}
.footer-container .footer-copy hr {
    height: 0;
    border: 0;
    border-top: 2px solid rgba(255,255,255,0.2);
}
.footer-container .footer-copy {
    font-size: 12px;
    padding-bottom: 10px;
}
.footer-container .list-unstyled {
    margin-bottom: 50px;
}
.footer-container .list-unstyled > li {
    margin-bottom: 15px;
    font-size: 16px;
}
.footer-container .list-unstyled > li > a > i {
    width: 15px;
    margin-right: 10px;
}
.footer-container .list-lg > li {
    font-size: 24px;
    line-height: 24px;
}
.footer-container h6 {
    margin-bottom: 25px;
    font-size: 24px;
    margin-top: 0;
    font-weight: 400;
}
@media(max-width: 991px) {
    .footer-container .list-inline > li {
        margin-bottom: 8px;
    }
}
@media(max-width: 767px) {
    .footer-container .footer-copy .text-right {
        text-align: left;
    }
}

/*** Page Service ***/
.page-service .typing-container {
    margin-top: 80px;
    font-size: 42px;
    line-height: 52px;
}
.page-service h1 {
    position: relative;
    display: inline-block;
    text-transform: lowercase;
}
.page-service h1:after {
    position: absolute;
    content: '';
    top: 35px;
    right: -25px;
    bottom: 0;
    width: 5px;
    height: 75%;
    background-color: #af182b;
}
.page-service h2 {
    margin-bottom: 50px;
}
.page-service .list-features .item {
    margin-bottom: 25px;
}
.hover .img-container {
    overflow: hidden;
}
.hover img {
    margin-left: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.hover:hover img {
    margin-left: 20px;
}
.page-service p strong {
    background-size: 100% 100%;
}
.page-service .animation-container p strong {
    background-size: 0% 100%;
}
@media(max-width: 1199px) {
    .page-template-page_research .page-service h1:after {
        right: -15px;
    }
    .page-service h2 {
        font-size: 55px;
        line-height: 65px;
    }
}
@media(max-width: 991px) {
    .page-service h1:after {
        top: 20px;
    }
    .page-template-page_research .page-service h1:after {
        content: none;
    }
    .page-template-page_persone .page-service .carousel .carousel-inner {
        margin-bottom: 50px;
    }
    .page-service .list-elements .img-responsive {
        margin-bottom: 25px;
    }
}
@media(max-width: 767px) {
    .page-service h1:after {
        content: none;
    }
    .page-service h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .page-service .divider {
        padding: 25px 0;
    }
    .page-template-page_persone .page-service h2,
    .page-template-page_identita .page-service h2 {
        margin-bottom: 0;
        margin-top: 50px;
    }
    .page-template-page_persone .page-service .carousel .carousel-inner {
        margin-bottom: 25px;
    }
}

/*** Page Post ***/
.page-post h1.title {
    margin-bottom: 12px;
}
.page-post .date {
    color: #989898;
}
.page-post p img {
    display:block;
    max-width:100%;
    height:auto
}
.page-post .vertical {
    display: block;
    transform: rotate(-90deg);
    color: #af182b;
    margin-top: 30px;
    position: relative;
    min-width: 78px;
    text-decoration: none;
}
.page-post .vertical:hover {
    color: #b1393b;
}
.page-post .list-share {
    display: none;
    margin-left: 10px;
}
.page-post .list-share a {
    opacity: 0.6;
    -webkit-transition: opacity .1s;
    -moz-transition: opacity .1s;
    -o-transition: opacity .1s;
    transition: opacity .1s;
}
.page-post .list-share a:hover {
    opacity: 1;
}
html.touch .page-post .list-share a {
    opacity: 1;
}
.list-share a.facebook {
    color: #3b5998;
}
.list-share a.twitter {
    color: #1da1f2;
}
.list-share a.google {
    color: #dd4b39;
}
.list-share a.linkedin {
    color: #0077b5;
}
.list-share a.whatsapp {
    color: #25D366;
}
.list-share a.email {
    color: #adadad;
}
.list-share a.telegram {
    color: #0088CC;
}
.list-share a {
    font-size: 38px;
    display: inline-block;
    margin-left: 12px;
}
.page-post .list-share li {
    margin-bottom: 5px !important;
}
.page-post .intro-container.row-eq-height > div {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: flex-end;
    -ms-flex-pack: flex-end;
    align-self: flex-end;
}
.page-post .intro-container .content {
    padding-bottom: 50px;
}
.page-post .intro-container .content h1,
.page-post-index .intro-container .content h1,
.page-post-index .intro-container .content h2,
.page-post-index .intro-container .content span.title {
    font-weight: 300;
    font-size: 70px;
    line-height: 80px;
    padding-bottom: 15px;
}
.page-post .intro-container .content h3,
.page-post-index .intro-container .content h3,
.page-post-index .intro-container .content span.subtitle {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
}
.page-post p strong {
    background-size: 100% 100%;
}
.page-post .box {
    background-color: #af182b;
    padding: 50px;
    color: #fff;
    margin-bottom: 50px;
}
.page-post .box p {
    margin: 0;
    font-size: 32px;
    line-height: 42px;
    font-weight: 300;
}
.page-post .carousel .box {
    margin-bottom: 0;
}
.page-post h2.title-lg {
    font-size: 60px;
    line-height: 70px;
}
.page-post span.title {
    font-size: 16px;
    font-weight: 600;
}
@media(max-width:991px){
    .page-post .intro-container .content h1,
    .page-post-index .intro-container .content h1,
    .page-post-index .intro-container .content h2,
    .page-post-index .intro-container .content span.title {
        font-size: 45px;
        line-height: 55px;
    }
    .page-post .box p {
        font-size: 24px;
        line-height: 34px;
    }
    .page-post .vertical {
        transform: none;
        display: block !important;
        min-width: inherit;
        margin-bottom: 15px;
        margin-top: 0;
    }
    .page-post .vertical i {
        float: left;
        transform: rotate(-180deg);
        margin-right: 10px;
        top: 2px;
        position: relative;
        min-width: inherit;
    }
    .page-post .list-share {
        display: inline-block !important;
        margin-bottom: 0;
        margin-left: 0;
    }
    .page-post .list-share > li {
        float: left;
    }
    .page-post .list-share a {
        margin-right: 15px;
        margin-left: 0;
        opacity: 1;
    }
    .page-post .download-container h2.title-lg {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 25px;
    }
    .page-post .download-container .list-tag {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}
@media(max-width: 767px) {
    .page-post h1.title {
        font-size: 24px;
        line-height: 34px;
    }
    .page-post .intro-container .content h1,
    .page-post-index .intro-container .content h1,
    .page-post-index .intro-container .content h2,
    .page-post-index .intro-container .content span.title {
        font-size: 28px;
        line-height: 38px;
    }
    .page-post .download-container h2.title-lg {
        font-size: 28px;
        line-height: 38px;
    }
    .page-post .box {
        padding: 25px 15px;
    }
}

/*** List Tag ***/
.list-tag {
    margin-top: 50px;
}
.list-tag li {
    padding-right: 0;
    margin-bottom: 10px;
}
.list-tag a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    background-color: #af182b;
    padding: 15px 25px;
    color: #fff;
}
.list-tag a:hover {
    background-color: #b1393b;
}

/*** Download Container ***/
.download-container .list-unstyled {
    margin-bottom: 50px;
    margin-top: 25px;
}
.download-container .list-unstyled > li {
    margin-bottom: 15px;
    font-weight: bold;
}
.download-container .list-unstyled > li span {
    display: inline-block;
    width: 85%;
    padding-bottom: 15px;
    border-bottom: 2px solid #d5d5d5;
}
.download-container .list-unstyled > li i {
    font-size: 18px;
    position: relative;
    top: 20px;
    margin-left: 15px;
    display: inline-block;
} 
.download-container .list-unstyled > li > a:hover {
    color: #af182b;
}

/*** Big Launch ***/
.big-launch .col > div {
    padding: 150px 0;
    text-align: center;
}
.big-launch .col > div > a {
    display: inline-block;
}
.big-launch ul.list-unstyled {
    display: inline-block;
}
.big-launch ul.list-unstyled > li {
    margin-bottom: 8px;
}
.big-launch span.title {
    font-size: 24px;
    line-height: 34px;
    margin: 0;
}
.big-launch a {
    position: relative;
}
.big-launch a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #af182b;
    text-decoration: none;
    transition: width .3s;
}
.big-launch a:hover:after {
    width: 100%;
}
html.touch .big-launch a:after {
    content: none;
}
.big-launch .col div.border-right {
    border-right: 2px solid #efefef;
}
@media(max-width: 991px) {
    .big-launch {
        margin-top: 15px;
    }
}
@media(max-width: 767px){
    .big-launch {
        margin-top: 0;
    }
    .big-launch .col div.border-right {
        border-right: 0;
        border-bottom: 2px solid #efefef;
    }   
}

/*** Two Column ***/
.two-column-container .box {
    text-align: center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.two-column-container .box p {
    font-size: 26px;
    line-height: 38px;
}
.two-column-container span.title {
    font-size: 24px;
    line-height: 24px;
}
@media(max-width: 991px){
    .two-column-container .box {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .two-column-container .box p {
        font-size: 20px;
        line-height: 30px;
    }    
    .two-column-container .content {
        padding: 100px 0;
    }
}
@media(max-width: 767px) {
    .two-column-container .box {
        padding: 25px 30px;
    }
}

/*** Carousel ***/
.carousel {
	margin-bottom: 37px;
}
.carousel .nav-container {
    position: absolute;
    right: 0;
    bottom: -37px;
}
.carousel-control {
    position: relative;
    width: auto;
    height: auto;
    opacity: 1;
    filter: none;
    font-size: 21px;
    text-shadow: none;
    float: left;
    display: inline-block;
    padding: 8px 0;
}
.carousel-control.left,
.carousel-control.right {
    background: none;
    filter: none;
    width: 80px;
    background-color: #af182b;
    display: block;
}
.carousel-control.left i {
    margin-left: 0;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.carousel-control.left:hover i {
    margin-left: -10px;
}
.carousel-control.right i {
    margin-right: 0;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.carousel-control.right:hover i {
    margin-right: -10px;
}
.carousel-indicators {
    bottom: -48px;
}
.carousel-indicators li {
    text-indent: inherit;
    width: auto;
    height: auto;
    margin: 0;
    margin-left: 5px;
    margin-right: 5px;
    border: 0;
    border-radius: none;
    opacity: 1;
    overflow: hidden;
    transition: all 0.3s;
    color: #af182b;
}
.carousel-indicators .active {
    color: #af182b;
    background: transparent;
    width: auto;
    height: auto;
    margin: 0;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: none;
    border-color: transparent;
    opacity: 1;
    overflow: hidden;
}
.carousel-indicators li i.fas {
    display: none;
}
.carousel-indicators .active i.far {
    display: none;
}
.carousel-indicators .active i.fas {
    display: inline;
}
.carousel-inner .item .caption-container {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
}
.carousel-inner .item .caption-container > span {
    position: relative;
    padding: 8px;
    color: #fff;
    background-color: #af182b;
    opacity: 0.85;
    display: inline-block;
}
.carousel-inner .item .caption-container a {
    color: #fff;
    text-decoration: underline;
}
@media(max-width: 991px) {
    .carousel-indicators {
        display: none;
    }
}
@media(max-width: 767px) {
    .carousel-inner .item .caption-container {
        display: none;
    }
}

 /*** CTA Download ***/
.cta-download {
    font-size: 72px;
    line-height: 82px;
    font-weight: 300;
    padding: 75px 0;
    text-align: center;
}
.cta-download a {
    color: #af182b;
    text-transform: uppercase;
    border-bottom: 4px solid #af182b;
}
@media(max-width: 767px) {
    .cta-download {
        font-size: 45px;
        line-height: 55px;
    }
}

/*** Timeline ***/
#timeline {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
    position: relative;
    background: url('../js/timelinr/images/dot.gif') left 45px repeat-x;
}
#timeline #dates {
    height: 60px;
    overflow: hidden;
}
#timeline #dates li {
    list-style: none;
    float: left;
    width: 100px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    background: url('../js/timelinr/images/biggerdot.png') center bottom no-repeat;
}
#timeline #dates a {
    line-height: 38px;
    padding-bottom: 10px;
    color: #d5d5d5;
}
#timeline #dates .selected {
    font-size: 38px;
    color: #af182b;
}
#timeline #issues {
    width: 800px;
    padding: 0;
    margin: 0;
}
#timeline #issues li {
    width: 720px;
    list-style: none;
    float: left;
}
#timeline #issues li .content {
    margin-right: 50px;
    padding-right: 50px;
}
#timeline #issues li h4 {
    font-size: 48px;
    margin: 20px 0;
}
#timeline #issues .date {
    display: inline-block;
    font-weight: bold;
}
#timeline #issues .text {
    display: block;
}
#timeline #issues .list-unstyled > li {
    margin-bottom: 15px;
    max-width: 90%;
}
@media(max-width: 991px){
    #timeline #issues li {
        width: 380px;
    }
}

/*** Breadcrumb ***/
.breadcrumb {
    background-color: transparent;
    padding: 0;
    color: #989898;
}
.breadcrumb a:hover {
    color: #af182b;
}

/*** Project Container ***/
.project-container h3 {
    margin-bottom: 50px;
}
.project-container .img-container {
    display: block;
    position: relative;
    margin-bottom: 25px;
    border: 1px solid #eaeaea;

    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.project-container .img-container .img-responsive {
    margin: auto;
}
.project-container .img-container .country {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}
.project-container .item span.subtitle {
    display: block;
    margin-bottom: 10px;
    color: #989898;
}
.project-container .item p {
    font-size: 13px;
    line-height: 23px;
    margin-top: 8px;
    margin-bottom: 0;
    color: #989898;

}
.project-container .item .content {
    border-top: 1px solid #eaeaea;
    padding: 15px;
}
.project-container .item span.title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.project-container .item:hover .img-container {
    border-bottom-color: #af182b;
}

/*** Page Standard ***/
.page-standard h1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 50px;
}
.page-standard h2 {
    color: #af182b;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
}
.page-standard span.title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.page-standard a {
    color: #af182b;
    text-decoration: none;
}
.page-standard .list-unstyled li {
    margin-bottom: 15px;
}
@media(max-width: 767px) {
    .page-standard h1 {
        font-size: 36px;
        line-height: 46px;
    }
}

/*** Page Project ***/
.page-project .table {
    border: 0;
    margin-bottom: 0;
}
.page-project .table td,
.page-project .table th {
    border: 0;
    vertical-align: baseline;
    padding: 25px 0;
}
.page-project .table tr {
    border-bottom: 1px solid #efefef;
}
.page-project h1 {
    margin-top: 0;
    font-size: 32px;
    line-height: 42px;
}
.page-project .country {
    max-width: 100px;
}
.page-project p img {
    display:block;
    max-width:100%;
    height:auto
}
.page-project h2.subtitle {
    font-size: 24px;
    color: #d5d5d5;
}
@media(max-width: 991px) {
    .page-project .img-container img {
        margin: auto;
    }
}
@media(max-width: 767px) {
    .page-project .bottom50 {
        margin-bottom: 25px;
    }
    .page-project .table th {
        padding-right: 15px;
    }
}

/*** Page Post Index ***/
.page-post-index .intro-container .content {
    padding: 0 15px;
}
.page-post-index h1.title-lg {
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 50px;
}
.page-post-index .list-post .box {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
}
.page-post-index .list-post .box:hover {
    border-bottom-color: #af182b;
}
@media(max-width: 1199px) {

}
@media(max-width: 991px) {
    .page-post-index h1.title-lg {
        font-size: 45px;
        line-height: 55px;
    }
}
@media(max-width: 767px) {
    .page-post-index h1.title-lg {
        font-size: 36px;
        line-height: 46px;
        margin-top: 12px;
    }
}

/*** Sidebar ***/
.sidebar form {
    margin-bottom: 25px;
}
.sidebar .list-tag {
    margin-top: 0;
}
.sidebar .list-tag li a {
    font-size: 14px;
    padding: 10px;
}
.sidebar span.title {
    font-size: 18px;
    margin-bottom: 25px;
}
@media(max-width: 991px) {
}

/*** Maps ***/
.maps-container {
    margin-bottom: 50px;
}
.maps-container .mapp-layout {
    border: 0;
    margin: 0;
}
.maps-container .mapp-map-links {
    background-color: transparent;
    border: 0;
}
@media(max-width: 767px) {
    .maps-container .mapp-canvas {
        height: 450px !important;
    }
}

/*** 404 ***/
@media(min-width: 992px) {
    .page-404 h1 {
        font-size: 160px;
        line-height: 170px;
        font-weight: 300;
    }
}
.page-404 span.title {
    color: #d5d5d5;
    font-size: 45px;
    line-height: 55px;
    font-weight: 300;
}

.buorg {
    position: fixed;
    z-index: 111111;
    width: 100%;
    top: 0px;
    left: 0px;
    border: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
}
.buorg-pad {
    font-size: 13px !important;
    text-align: left !important;
    line-height: 23px !important;
}
.buorg-buttons {
    float: right !important;
}
#buorgig, #buorgul, #buorgpermanent {
    display: inline-block !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
@media(max-width: 1199px) {
    .buorg-buttons {
        float: none !important;
    }
}

/*** Cookie bar ***/
#catapult-cookie-bar {
    color: #fff !important;
    background-color: rgba(0, 0, 0, .7) !important;
}
#catapult-cookie-bar a {
    text-decoration: underline !important;
}
button#catapultCookie {
    padding: 3px 9px !important;
    border-radius: 0px !important;
    margin: 5px 0 5px 20px !important;
    text-transform: uppercase !important;
}
.has-cookie-bar #catapult-cookie-bar {
    padding: 5px 15px 5px;
}

/*** CF7 ***/
.wpcf7-form-control.wpcf7-acceptance,
.wpcf7-form-control.wpcf7-checkbox {
    display: block;
    margin-bottom: 8px;
}
.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item,
.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    margin-left: 0;
}
.wpcf7-form-control.wpcf7-acceptance label,
.wpcf7-form-control.wpcf7-checkbox label {
    display: inline-block;
    text-transform: none;
    line-height: 20px;
}
.wpcf7-form-control.wpcf7-radio input[type=radio] {
    margin-right: 5px;
}
.wpcf7-form-control.wpcf7-checkbox input[type=checkbox] {
    margin-right: 5px;
}
.wpcf7-form-control .checkbox {
    display: inline-block;
    margin-right: 5px;
    font-size: large;
}
span.wpcf7-not-valid-tip {
    padding-left: 0;
    color: #CC2936;
    font-size: 15px;
    margin-top: 5px;
}
div.wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: 0;
    padding-left: 8px;
    margin-top: 15px;
    font-weight: 500;
    font-size: 15px;
    margin-left: 0;
}
div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing, 
div.wpcf7-aborted,
div.wpcf7-mail-sent-ng {
    color: #CC2936;
    border-left: solid 2px #CC2936;
}
div.wpcf7-mail-sent-ok {
    color: #43c484;
    border-left: solid 2px #43c484;
}
div.wpcf7 .ajax-loader {
    background-image: url('../img/ajax-loader.gif');
    width: 24px;
    height: 24px;
    margin-left: 0px;
    margin-top: 15px;
}

/*** Pagination ***/
.pagination {
    display: block;
    border-radius: 0;
    margin: 0;
    margin-left: -3px;
    margin-top: 25px;
}
.pagination li {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    text-align: center;
}
.pagination > li > a,
.pagination > li > span {
    border: 0;
    position: relative;
    color: inherit;
    font-size: 24px;
    font-weight: 500;
    min-width: 45px;
    min-height: 45px;
    text-transform: uppercase;
    border-radius: 0;
    background-color: transparent;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    border-radius: 0;
    color: #af182b;
    background-color: transparent;
}
.pagination > li > span.current {
    color: #fff;
    background-color: #af182b;
    border-radius: 0;
}
.pagination > li > a.next,
.pagination > li > a.prev {
    position: relative;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pagination > li > a.next {
    left: 0;
}
.pagination > li > a.next:hover {
    left: 5px;
}
.pagination > li > a.prev {
    right: 0;
}
.pagination > li > a.prev:hover {
    right: 5px;
}

.wp-editor-container textarea.wp-editor-area {
	color: black !important;

}

.js .tmce-active .wp-editor-area  {
	color: black !important;	

}



