@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

@font-face{
	font-family:"DIN W01";
	src:url("../fonts/5426089/a397c752-ee83-47cf-b8a8-b476511dd2c9.eot?#iefix");
	src:url("../fonts/5426089/a397c752-ee83-47cf-b8a8-b476511dd2c9.eot?#iefix") format("eot"),url("../fonts/5426089/53fb9c60-2054-4c31-9283-5562244b4935.woff2") format("woff2"),url("../fonts/5426089/45831ca8-93bd-4808-aa5f-3c915944f727.woff") format("woff"),url("../fonts/5426089/429a3e29-88da-4603-94ff-c1450c089c88.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face{
	font-family:"DIN W01";
	src:url("../fonts/5426105/f2fdd2b7-b1c3-436b-9041-724c6a02057f.eot?#iefix");
	src:url("../fonts/5426105/f2fdd2b7-b1c3-436b-9041-724c6a02057f.eot?#iefix") format("eot"),url("../fonts/5426105/a5a426db-6dbd-4135-b607-371a197c38fa.woff2") format("woff2"),url("../fonts/5426105/d6062c05-ec0a-4cd8-b859-20c330d2785f.woff") format("woff"),url("../fonts/5426105/0a2435f1-0a73-40d5-a303-fc076009ab66.ttf") format("truetype");
	font-style: normal;
	font-weight: 200;
}
@font-face{
	font-family:"DIN W01";
	src:url("../fonts/5426014/a94d5d16-cbe3-439e-b1a5-fbdfb180d789.eot?#iefix");
	src:url("../fonts/5426014/a94d5d16-cbe3-439e-b1a5-fbdfb180d789.eot?#iefix") format("eot"),url("../fonts/5426014/8beea44e-c2c9-4889-9123-13d0e8b8d1bc.woff2") format("woff2"),url("../fonts/5426014/871e70ec-2f76-44c5-a2f1-77ee8cd0a5fe.woff") format("woff"),url("../fonts/5426014/8fa83ec7-0734-49e5-b5ad-b13a41463328.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}
@font-face{
	font-family:"DIN W01";
	src:url("../fonts/5426053/e72945c4-5029-4c68-859b-74bc6429ccd6.eot?#iefix");
	src:url("../fonts/5426053/e72945c4-5029-4c68-859b-74bc6429ccd6.eot?#iefix") format("eot"),url("../fonts/5426053/59fe4d12-8c74-457e-aa68-b9ad885f8f8f.woff2") format("woff2"),url("../fonts/5426053/39432a06-ab95-4bf7-bbb6-cb84e51170e8.woff") format("woff"),url("../fonts/5426053/e93afcb1-b4f4-4177-94ab-97c66a9bb9ee.ttf") format("truetype");
	font-style: italic;
	font-weight: normal;
}
@font-face{
	font-family:"DIN W01";
	src:url("../fonts/5426025/31393c1c-3e18-4011-a98d-252b48422e6f.eot?#iefix");
	src:url("../fonts/5426025/31393c1c-3e18-4011-a98d-252b48422e6f.eot?#iefix") format("eot"),url("../fonts/5426025/4bfc9802-18e0-45f1-b221-721200906da1.woff2") format("woff2"),url("../fonts/5426025/abff5174-3c28-4767-b3ba-8ec56b67064e.woff") format("woff"),url("../fonts/5426025/f0b0175d-906e-433e-ab60-e60c0d0779f4.ttf") format("truetype");
	font-style: italic;
	font-weight: bold;
}


html {
	font-family: "DIN PRO", "Roboto", sans-serif;
}

body {

}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1170px) {}

html{
    background: #fff;
}

body {
    /*background: #f0ece2;*/
    background: white;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

main, footer {
    padding-left: 40px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

dl {
    margin: 0;
}

.material-icons {
    font-feature-settings: 'liga' !important;
    max-width:50px;
}

nav ul a {
    color: #1596cb;
}

select {
    display: block;
    height: inherit !important;
}

.auto-scroll{
    overflow-y: auto;
    overflow-x: hidden;
}

[type="checkbox"].filled-in:checked+label:after {
    top: 0px;
    width: 20px;
    height: 20px;
    border: 2px solid #616161;
    background-color: #616161;
    z-index: 0;
}

@media (min-width: 992px) {
    main, footer {
        padding-left: 130px;
    }
}

.no-margin {
    margin: 0 !important;
}

.container.no-margin {
    width: 100% !important;
}

body.full-page, body.full-page main > .container {
    padding: 0;
    margin: 0;
    width: 100%;
}

.container {
    max-width: none;
}

/************************/
/*       HEADING        */
/************************/

h1 {
    color: #2D2926;
}

h2, h3, h4, h5 {
    color: #2D2926;
}

h6 {
    color: #91989c;
}

/************************/
/*        ALERTS        */
/************************/

.alert .title {
    font-size: 16px;
    font-weight: bold;
}
.alert {
    margin: 10px;
	font-size: 12px;
    padding: 10px;
}

.alert .close, .modal .close {
    color: #ffffff;
	float: right;
    margin-right: 0px;
    font-size: 25px;
    font-weight: bold;
    opacity: 0.7;
    cursor: pointer;
    border: 0;
    background: none;
    line-height: 1rem;
}

.alert-error {
    color: #ffffff;
	background-color: #daabae;
}

.alert-warning {
    color: #ffffff;
    background-color: #dec089;
}

.alert-success {
    color: #ffffff;
    background-color: #cb333b;
}

.alert-heading { 
	color: #ffffff;
	font-size: 2.28rem;
    line-height: 110%;
    margin: 0rem 0rem 0.2rem 0rem;
}

.alert.info {
    color: #2196f3;
    background-color: #bbdefb;
    border-color: #2196f3;
}


/************************/
/*       CONTENT        */
/************************/

.pull-right{
    float: right !important;
}

.pull-left{
    float: left !important;
}

main .container {
    position: relative;
}

.container.small {
    width: 50%;
}

.container.mini {
    width: 30%;
}

.row.box {
    margin: 0;
}

.row.box .input-field {
    margin: 0;
    padding: 10px;
    border: 1px solid #1596cb;
    border-collapse: collapse;
    border-top: 0;
    border-bottom: 0;
}

.row.box:first-child .input-field {
    border-top: 1px solid #1596cb;
}

.row.box:last-child .input-field {
    border-bottom: 1px solid #1596cb;
    margin-bottom: 20px;
}

@media only screen and (min-width: 993px){
    .container {
        width: 90%;
    }
}

.item {
    background: #fff;
}

.adt-article-image {
    float: none;
    width: 100%;
}

.adt-article-image .item-image {
    width: 100%;
    float: none;
    height: 100%;
}

.adt-article-image .item-image img {
    height: 100%;
    display: flex;
    max-width: none;
}

.adt-article-feature-image {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.adt-article-feature-image-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 66.66%;
}

.adt-article-feature-image-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.adt-article-feature-image-container .adt-article-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.adt-article-feature-image-container img {
    height: 100%;
    display: flex;
    max-width: none;
    cursor: pointer;
}

.adt-article-dates {
    height: 14px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 13px 0;
    box-sizing: content-box;
    font-size: 12px;
}

.adt-article-dates .adt-article-dates-date {
    display: inline-block;
    border-left: 1px solid #cb333b;
    padding: 0 4px;
}

.adt-article-dates .adt-article-dates-date:first-child {
    border: 0;
}

.adt-article-dates .adt-article-dates-date span {
    font-weight: bold;
}

.adt-article-title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: bold;
    height: 99px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.adt-article-title a {
    color: #91989c !important;
}

.adt-article-title h1, .adt-article-title h2, .adt-article-title h3 {
    margin: 15px 0 !important;
    line-height: 28px !important;
    font-size: 22px !important;
    color: #91989c !important;
}

.adt-article-introtext {
    padding: 0 20px;
    margin-bottom: 30px;
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    height: 140px;
    overflow: hidden;
}

.adt-article-image-more {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #cb333b;
    opacity: 0;
    transition: opacity 0.75s;
}

.adt-article-image-more a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 160px 0 95px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    background-image: url(../images/icon-read-more.png);
    background-repeat: no-repeat;
    background-position: center 95px;
    color: #fff;
}

.adt-article-feature-image:hover .adt-article-image-more {
    opacity: 1;
    transition: opacity 0.75s;
}

.adt-item-feature-image-more a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 160px 0 95px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    background-image: url(../images/icon-read-more.png);
    background-repeat: no-repeat;
    background-position: center 95px;
    color: #fff;
}

.clear:after, .clear:before {
    display: table;
    content: '';
    clear: both;
}

/************************/
/*        FOOTER        */
/************************/

footer.page-footer {
    padding-top:0;
}

footer.page-footer .footer-copyright {
    height: 30px;
    line-height: 30px;
}

footer {
    background-color: #2D2926;
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
}

footer a {
    color: #FFF;
}

footer a:hover {
    /*color: #303030;*/
    font-weight: bold;
}

footer .container {
    width: 90%;
}

footer .nav.menu:after {
    display: table;
    content: '';
    clear: both;
}

footer .nav.menu li {
    display: block;
    float: left;
    width: 33%;
    border-left: 1px solid #fff;
    padding: 0 0 0 10px;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 14px;
}

footer a.to-top {
    position: absolute;
    right: 20px;
    top: 20px;
}

@media (max-width: 992px) {
    footer a.to-top {
        top: 0px;
    }
}

footer a.to-top i {
	color: #ffffff;
    line-height: 50px;
    font-size: 50px;
}


@media (max-width: 992px) {
    footer .nav.menu li {
        width: 100%;
    }
}

/************************/
/*       SIDEBAR        */
/************************/

.navbar-fixed{
    z-index: 1001;
}

ul.side-nav{
    background-color: #CB333B;
}

.side-nav-mobile {
    position: fixed;
    width: 40px;
    left: 0;
    top: 0;
    margin: 0;
    height: 100%;
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    padding-bottom: 60px;
    background-color: #cb333b;
    z-index: 999;
    overflow-y: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

ul.side-nav.fixed {
    margin-top: 0px;
}

ul.side-nav.fixed > li {
    margin-left: 22px;
}

ul.side-nav.fixed li a {
    font-size: 11px;
    line-height: 13px;
    height: auto;
    margin: 0;
    color: #fff;
    padding: 14px 16px 2px 0;
    border-bottom: 1px solid #fff;
    font-weight: 300;
    text-transform: uppercase;
}

ul.side-nav.fixed > li:first-child {
    margin: 0;
}

ul.side-nav.fixed > li:first-child a {
    margin: 0;
    padding: 10px;
    border: none;
}

a.button-collapse.top-nav {
    position: fixed;
    text-align: center;
    height: 40px;
    width: 40px;
    left: 35px;
    float: none;
    margin-left: -2.5rem;
    color: #fff;
    font-size: 32px;
    z-index: 1001;
    bottom: 0;
}

a.brand-logo {
    height: auto !important;
}

a.brand-logo img {
    margin: 0px;
}

@media (min-width: 992px) {
    ul.side-nav{
        width: 130px;
    }
}

@media (max-width: 992px) {
    .side-nav.fixed {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: 0;
    }

    ul.side-nav.fixed > li {
        margin-left: 40px;
    }
}

.carousel.carousel-slider .carousel-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.btn, .btn-large {
    border-radius: 0;
    box-shadow: none;
    background-color: #cb333b;
}


#nav-mobile {
    width: 130px;
    position: absolute;
    left: 270px;
    overflow: visible;
}

#left-menu {
    height: 100vh;
    width: 410px;
    position: fixed;
    z-index: 10001;

    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;

}

#left-menu .placeholder {
    background: #e2e2e2;
    width: 280px;
    height: 200%;
    float: left;
}

.side-nav li.expanded {
    position: relative;
}

#left-menu .parent .nav-child {
    position: absolute;
    left: -280px;
    bottom: 0;
    padding: 0 0 0 10px;
    width: 270px;
}

#left-menu .parent .nav-child a {
    color: #000 !important;
    border-bottom: 1px solid #CB333B !important;
    font-weight: 400 !important;
}

#left-menu.active .menu li.expanded.parent {
    margin-left: -10px;
}

#left-menu:not(.active) {
    -webkit-transform: translateX(-270px);
    -moz-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    transform: translateX(-270px);
}

#left-menu.active {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.parent:not(.expanded) .nav-child a {
    display: none;
}

@media only screen and (max-width: 992px) {
    #left-menu {
        display: none;
    }
}

/* Mobile side menu */

#mobile-menu {
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;

    -webkit-transform: translateX(calc(-100vw + 40px));
    -moz-transform: translateX(calc(-100vw + 40px));
    -ms-transform: translateX(calc(-100vw + 40px));
    -o-transform: translateX(calc(-100vw + 40px));
    //transform: translateX(calc(-100vw + 40px));
    transform: translateX(-100vw) translateX(40px);
    height: 100vh;
    position: fixed;
    z-index: 10001;
    bottom: 0;
    //font-size: 15px;

    width: 100vw;
    -webkit-backface-visibility: hidden;
}

#mobile-menu .placeholder {
    background: #e2e2e2;
    width: 100vw;
    height: 100%;
    float: left;
}

#mobile-menu.expanded {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

#mobile-menu .expand-button {
    position: absolute;
    text-align: center;
    height: 40px;
    width: 40px;
    //left: 35px;
    //float: none;
    //margin-left: -2.5rem;
    color: #fff;
    font-size: 32px;
    z-index: 1001;
    //bottom: 60px;
    //bottom: 40px;
    //top: calc(92vh - 40px);
    bottom: 10px;
    cursor: pointer;

}

.mobile-expand-button {
    height: 40px;
    position: absolute;
    //position: fixed;
    bottom: 0;
}

#nav-mobile-overflow {
    width: 40px;
    position: absolute;
    left: calc(100vw - 40px);
    overflow: visible;

    bottom: 0;
    top: 0;
    height: 100vh;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    vertical-align: baseline;
}

#nav-mobile-overflow a {
    overflow: visible;
    width:300px;
    font-size: 14px;
    line-height: 14px;
    height: auto;
    margin: 0;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
}

.adt-mobile-logo {
    //position: fixed;
    padding-top: 60px;
}

#nav-mobile-overflow .nav.menu li {
    border-bottom: 1px solid #CB333B;
    padding: 2px;
}

#nav-mobile-overflow .nav.menu li.divider {
    border-bottom: none;
}

#nav-mobile-overflow .nav.menu .nav-child li {
    display: none;
}

#nav-mobile-overflow .nav.menu .expanded .nav-child li {
    border-top: 1px solid #CB333B;
    border-bottom: none;
    display: inherit;
}

#nav-mobile-overflow .nav.menu {
    overflow: visible;
    left: calc(40px - 100vw);
    position: relative;
    width: calc(100vw - 40px);
    padding-left: 20px;
}

#nav-mobile-overflow .parent .nav-child a {
    padding-left: 40px;
}

@media only screen and (max-width: 992px) {
    ul.menuadt-filters-container li:first-child {
        margin-left: -40px !important;
    }
    ul.menuadt-filters-container {
        left: 40px !important;
    }
    .adt-item-show-title {
        font-size: 24px;
        height: 55px !important;
        padding: 12px 20px 0 !important;
    }
}

a {
    color: #cb333b;
}



@media only screen and (min-width: 992px) {
    .container {
        width: 100%;
    }
}

.adt-article-content .page-header {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.adt-article-content .articleBody {
    width: 90%;
    margin: 0 auto;
}

@media only screen and (max-width: 993px) {
    h1 {
        font-size: 2.2rem;
    }
    h2 {
        font-size: 1.8rem;
    }
    h3 {
        font-size: 1.5rem;
    }
}

.adt-article-breadcrumb {
    position: absolute;
    left: 5%;
    font-size: 14px;
    background-color: #384348;
    margin: 12px 0px;
    cursor: pointer;
    display: none;
}

.adt-article-breadcrumb i {
    position: relative;
    font-size: 32px;
    top: 4px;
}

.adt-article-breadcrumb-text.active {
    font-size: 14px;
    display: inline-block;
    /* line-height: 25px; */
    margin-right: 10px;
    position: relative;
    top: -8px;
}

.adt-article-breadcrumb-text {
    display: none;
}
.adt-article-breadcrumb-text a {
    color: white;
}

.side-nav ul:not(.lang-inline) li>a:hover {
    /*background-color: inherit;*/
    font-weight: 600 !important;
}

.side-nav li>a:hover {
    background-color: inherit;
    font-weight: 600 !important;
}

.side-nav li.active {
    background-color: inherit;
    font-weight: 600 !important;
}

.side-nav li.active a {
    font-weight: 600 !important;
}

.result-title a {
    text-transform: uppercase;
}

.result-title a .highlight {
    font-weight: bold;
}

.search_mod {
    margin: 50px 40px 0;
}

.search_mod #searchForm .btn-group.pull-left.search-input {
    width: 75%;
    margin-right: 5%;
}

.search_mod #searchForm .btn-group.pull-left.search-button {
    width: 20%;
}

.search_mod #searchForm .btn-group.pull-left.search-button button {
    float: right;
}

.search_mod #searchForm [type="checkbox"]+label {
    padding-left: 24px;
    padding-right: 20px;
}

.search_mod #searchForm .search-input input {
    height: 2rem;
    padding-right: 20px;

}

#ordering_chzn {
    width: 100% !important;
}

.searchintro span {
    float: none;
}

.uk-panel .uk-margin {
    margin-bottom: 35px;
}

.uk-panel>p:last-child {
    right: 0 !important;
    left: 0 !important;
    /*position: absolute !important;*/
    bottom: 10px !important;
}

.uk-panel div {
    text-align: justify;
}

.uk-panel .ul-panel-title {
    margin-bottom: 54px;
}

.adt-group-items-container:before, .adt-group-items-container:after {
    content: "";
    display: table;
    clear: both;
}

.uk-button {
    color: #FFF !important;
    background: #cb333b !important;
    border: none !important;
    text-transform: uppercase !important;
}

.container {
    width: 100%;
}

.container .row {
    margin-left: 0;
    margin-right: 0;
}

.uk-panel.uk-panel-box.uk-panel-box-primary {
    min-height: 90px;
}

@media only screen and (max-width: 993px) {
    .adt-article-breadcrumb {
        /*margin: 32px 0px 0 0;*/
        font-size: 12px;
        line-height: 1;
    }
    .adt-article-breadcrumb i {
        font-size: 24px;
        top: 0px;
    }
    .adt-article-breadcrumb-text.active {
        font-size: 12px;
    }
}

.uk-h2.uk-margin-top-remove {
    margin-bottom: 60px;
}

.uk-h1 {
    font-size: 4.2rem;
    line-height: 110%;
    margin: 2.1rem 0 1.68rem 0;
}

.uk-h2 {
    font-size: 3.56rem;
    line-height: 110%;
    margin: 1.78rem 0 1.68rem 0;
}

.uk-h3 {
    font-size: 2.92rem;
    line-height: 110%;
    margin: 1.46rem 0 1.68rem 0;
}

.uk-h4 {
    font-size: 2.28rem;
    line-height: 110%;
    margin: 1.14rem 0 1.68rem 0;
}

.uk-h5 {
    font-size: 1.64rem;
    line-height: 110%;
    margin: .82rem 0 1.68rem 0;
}

.uk-h6 {
    font-size: 1rem;
    line-height: 110%;
    margin: .5rem 0 .4rem 0;
}

.article-header-image {
    display: block;

    height: 70vh;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    overflow: hidden;
}

.adt-custom-article-header {
    width: calc(100% + 22px);
    margin-left: -12px;
}

.adt-custom-article-header h2 {
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    color: white;
    text-transform: uppercase;
    background: #91989c;
}

.adt-article-content .custom-footer .adt-article-breadcrumb {
    left: 13%;
    /*margin: 32px 0px;*/
}

/* **** OPERA **** */

.adt-opera .adt-article-content .page-header {
    //background-color: #be3c2d;
    background-color: #e30609;
}

.adt-opera ul.menuadt-filters-container a {
    color: #e30609;
}

.adt-opera h1 {
    color: #e30609;
}

.adt-opera .adt-item-title a {
    color: #e30609;
}

.adt-opera ul.menuadt-filters-container {
    border-top: 1px solid #6f241c;
    border-bottom: 1px solid #6f241c;
}

.adt-opera ul.menuadt-filters-container li {
    border-left: 1px solid #6f241c;
}

.adt-opera ul.menuadt-filters-container li:last-child {
    border-right: 1px solid #6f241c;
}

/* SUSCRIBE */

#pb_signup_form form p {
    width: 25%;
    display: inline-block;
    padding-right: 40px;
}

#pb_signup_form form p:nth-of-type(1) {
    display: none;
}

#pb_signup_form form p:nth-of-type(6) {
    display: none;
}

#pb_signup_form form input.submit {
    color: white;
    background-color: #cb333b;
    font-size: 13px;
    border: 1px solid #cb333b;
    padding: 4px 40px;
    width: 140px;
    margin: 0px 10px;
    text-transform: uppercase;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 2rem;
    margin-bottom: 2px;
    vertical-align: middle;

    float: right;
    margin-top: 40px;
}

#pb_signup_form form p input {
    border: 1px solid #cb333b;
    padding: 0;
    height: 32px;
    padding-left: 10px;
}

#pb_signup_form {
    margin: 0 40px;
}

@media only screen and (max-width: 993px) {
    #pb_signup_form {
        margin: 0 16px 0 5px;
    }
    #pb_signup_form form p {
        width: 100%;
        display: block;
        padding-right: 0px;
        margin: 0;
    }
    #pb_signup_form form p input {
        margin: 0;
    }
    #pb_signup_form form input.submit {

        margin: 0px 0px;

        margin-top: 20px;
    }
}

/* FONTS */

strong {
    font-weight: 600;
}

b {
    font-weight: 600;
}

.italic {
    font-style: italic;
}

i {
    font-style: italic;
}

/* Widget Kit */

.uk-panel-title {
    font-size: 2.92rem !important;
    line-height: 110% !important;
    margin: 1.46rem 0 2.168rem 0 !important;
    color: #91989c !important;
}

.uk-button-primary {
    background-color: #cb333b !important;
}

.uk-article-meta {
    margin-bottom: 40px;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
}

/* Article videos */

.player-overlay {
    position: absolute; height: calc(100% - 230px); width: 100%; z-index: 2;
}

.player-overlay .overlay-buttons {
    position: absolute;
    bottom: 0;
    float: left;
    padding-left: 20px;
}

.player-overlay .overlay-buttons i {
    font-size: 60px;
    cursor: pointer;
}


/* LOGO-MENU */
@media (min-height  : 665px) {
    .hide-on-large-height {
        display: none !important;
    }
}

@media (max-height  : 664px) {
    .hide-on-mid-down-height {
        display: none !important;
    }
    #left-menu .parent .nav-child {
        position: fixed;
        left: -270px;
        top: 72px;
        padding: 0 0 0 10px;
        width: 270px;
        display: inline-table;
    }
}

/* Chronoform */

.ui.form .adt-chrono-input input[type=text] {
    width:90%;
}

.adt-featured-image {
    height: calc(100vh - 230px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.adt-article-image-header {
    height: calc(65vh);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/* Mod_news */
.adt-item-title-article {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    padding: 0 15px;
    margin: 30px 0;
    line-height: 44px;
    font-size: 44px;
    color: #91989c;
    height: 223px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding-bottom: 32px;
}

.adt-item-title-article a {
    color: #91989c;
}

.category-list {
	margin: 50px auto;
    width: 90%;
}

@media (max-width: 992px) {
    .adt-featured-image {
        height: calc(90vh - 160px);
    }
}


.adt-featured-button {
    color: black !important;
    background-color: white !important;
    font-size: 13px;
    border: 1px solid #cb333b !important;
    width: 140px;
    margin: 0px 10px;
    text-transform: uppercase;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 2rem;
    margin-bottom: 2px;
    vertical-align: middle;
    text-align: center;
}

.blog .category-desc.clearfix {
    padding: 0 10px;
}

.btn:hover, .btn-large:hover {
    background-color: #cb333b;
}

.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.adt-item-performances .btn {
    padding: initial;
    width: 100%;
}

.mod-languages {
    display: none;
}

.logo-2030 {
    bottom: 70px;
    position: absolute;
}

.menu-2030-logo {
    position: absolute;
    right: 45px;
    bottom: 75px;
}

/* JEvents */

.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
    background-color: #cb333b;
    border: 1px solid #cb333b;
    text-transform: uppercase;
}

.jev_toprow div.currentmonth {
    /*border-top: 1px solid #cb333b;
    border-bottom: 1px solid #cb333b;*/
    border: none;
    margin-bottom: -1px;
    min-height: 27px;
    text-transform: uppercase;
}

.nav-items > div {
    margin-left: -5px;
    display: inline-block;
    padding: 3px 0px 2px 0px;
    line-height: 23px;
    vertical-align: middle;
    /*border: 1px solid #cb333b;
    border-left: 0px;*/
    border: none;
    height: 32px;
}

.nav-items > div:first-child {
    /*border-radius: 5px 0 0 5px;
    border-left: 1px solid #ff3b30;*/
    border-radius: initial;
    border-left: none;
}

.nav-items > div:last-child {
    /*border-radius: 0 5px 5px 0;
    border-right: 1px solid #cb333b;*/
    border-radius: initial;
    border-right: none;
}

#jevents_body .nav-items > div a:hover {
    padding: 5px 12px 6px 12px;
    background-color: #2D2926;
    border-left: 1px solid #2D2926;
    color: #FFF;
    /* height: 17px; */
}

.nav-items > div:first-child a:hover {
    border-radius: initial;
}

.nav-items > div:last-child a:hover {
    border-radius: initial;
}

.jev_toprow div.previousmonth {
    border-top-left-radius: initial;
    border-bottom-left-radius: initial;
}

.jev_toprow div.nextmonth {
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
}

#jevents_body .nav-items div.active a, .jev_header2 .active a {
    background-color: #cb333b;
    color: #FFF;
}
.nav-items > div a {
    padding: 5px 12px 6px 12px;
    text-decoration: none;
    color: #474747;
}

#jevents_body .nav-items div.active a:hover, .jev_header2 .active a:hover {
    background-color: #FFF;
    /*border-left: 1px solid #cb333b;*/
    border-left: none;
    color: #cb333b;
}

#jevents {
    width: 90%;
    margin: 0 auto;
    text-transform: uppercase;
}

#jevents_body {
    width: 100% !important;
    border: none;
    background-color: #F7F7F7;
    border-radius: initial;
    padding-top: 10px;
    padding-bottom: 10px;
}

#jev_maincal {
    margin: 15px -1px 15px -1px;
    background-color: #FCFCFC;
    border: none;
}

.cal_cell_rows a.cal_daylink:link {
    display: block;
    font-size: 24px;
    background-color: #2d2926;
    color: #FFF;
    width: 40px;
    text-align: center;
}

a.cal_daylink:visited {
    display: block;
    font-size: 24px;
    background-color: #2d2926;
    color: #FFF;
    width: 40px;
    text-align: center;
}

#jevents_body .cal_today a.cal_daylink {
    background-color: #cb333b;
    padding: 0;
    border-radius: 0;
    color: #FFFFFF;
    margin-left: 4px;
}

#jevents_body .cal_today a.cal_daylink:hover {
    border-left: none;
    border: none;
    background-color: #cb333b;
    padding: 0;
    border-radius: 0;
    color: #FFFFFF;
    margin-left: 4px;
}

.cal_daysoutofmonth {
    opacity: 0;
}

#jevents_body .cal_today {
    padding: 0;
}

#jevents_body .cal_dayshasevents {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    height: 140px;
}

#jevents_body .cal_today {
    background-color: #f7f7f7;
}

#jevents_body a.cal_titlelink:link, #jevents_body a.cal_titlelink:visited, #jevents_body a.cal_titlelink:hover {
    font-size: 13px;
    line-height: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #2d2926;
    display: block;
    margin-bottom: 1px;
    padding: 2px;
    text-transform: uppercase;
}

.nav-items {
    text-transform: uppercase;
}

.footer-copyright {
    color: #FFF;
}

a.chronoforms6_credits {
    display: none;
}

.fc-event, .fc-event:hover, .ui-widget .fc-event {
    /* border: 0; */
    border: 1px solid #cb333b;
    background: transparent;
    border-radius: 0;
    color: #191919;
}

.fc-event {
    background-color: #cb333b;
    color: white;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: left;
    background-color: #2d2926;
    color: white;
    font-size: 24px;
    font-weight: bold;
    width: 40px;
    text-align: center;
}

.fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
    padding: 10px;
}

.jev_header.jev_headercat {
    display: none;
}

.jevbootstrap form {
    margin: 100px 0 20px;
    padding-top: 100px;
}

.jevbootstrap form .inputbox {
    width: 90%;
    max-width: 400px;
}

@media (max-width: 992px) {
    .cal_cell_rows a.cal_daylink:link {
        width: 100%;
    }
    span.hasjevtip {
        display: grid;
    }
    #jevents_body .cal_top_day_names {
        min-width: 245px;
    }
    #jevents_body a.cal_titlelink:link, #jevents_body a.cal_titlelink:visited, #jevents_body a.cal_titlelink:hover {
        overflow: hidden;
    }

    #jevents_body .cal_today a.cal_daylink {
        margin-top: 0;
    }
    #jevents_body .cal_today {
        padding: 4px;
    }
    #jevents_body .cal_today a.cal_daylink {
        margin-left: 0px;
    }
}

#calendar {
    text-transform: uppercase;
}

#calendar.fc .fc-toolbar h2 {
    text-transform: uppercase;
    font-size: 30px;
    color: #2d2926;
    font-weight: bold;
}

#calendar.fc .fc-head-container.fc-widget-header {
    background-color: #2d2926;
    color: white;
}

/* Resources */

.conn-filter-bar {
    border-bottom: 2px solid #2d2926;
    background-color: #2d2926;

}


/* Events */
.contentpaneopen {
    text-transform: initial;
}

/* Article buttons */
@media (max-width:992px) {
    a[class*=uk-] {
        text-decoration: none !important;
        cursor: pointer;
        display: block;
    }
}

.cc-no-articles {
    padding: 30px;
    margin: 0 auto;
    text-align: center;
}

.legal-text {
    font-size: 12px;
    width: 100%;
}

.menuadt-filters-container .search_mod {
    margin: 0;
    /*width: 120px;*/
    display: inline-block;
}

.menuadt-filters-container .search_mod label {
    display: none;
}

.menuadt-filters-container .search_mod input[type="text"][name="q"] {
    width: 120px;
    height:20px;
}

.menuadt-filters-container .search_mod input[type="search"][name="searchword"] {
    width: 120px;
    height: 20px;
}

.result-theatre {
    font-weight: bold;
}

.finder {
    /*padding: 20px;*/
}

#finder-filter-window, #search-query-explained, a[href="#advancedSearch"] {
    display: none;
}

.noticias .search_mod {
    display: none;
}

/* Chronoforms 6 */

.ui.form .field {
    max-width: 100%;
    margin: 1em auto !important;
}

.ui.form .ui.btn.submit-btn {
    margin: 20px 0 20px 0%;
}

/*[type="checkbox"]:not(.filled-in)+label:after {
    -webkit-transform: inherit;
}*/

[type="checkbox"]:checked+label:before {
    top: -4px !important;
    left: -5px !important;
    width: 12px !important;
    height: 22px !important;
    border-top: 2px solid transparent !important;
    border-left: 2px solid transparent !important;
    border-right: 2px solid #26a69a !important;
    border-bottom: 2px solid #26a69a !important;
}



@media (min-width:993px) {

    .tooltipster-base {
        display: block !important;
    }

    .tooltipster-base .tooltipster-box {
        width: 500px !important;
    }
}

@media (max-width:992px) {

    .tooltipster-base {
        display: block !important;
    }

    .tooltipster-base .tooltipster-box {
        width: 90% !important;
    }
}