.swiper.swiper-container .swiper-slide-container p {
    text-shadow: 2px 2px #000000;
    font-size: 6em;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

.text-aigp {
    color: #f39203 !important;
}

header.container-header {
    position: absolute;
    width: 100%;
    top: 130px;
}

a.art-button,
a.art-button:link,
a:link.art-button:link,
body a.art-button:link,
a.art-button:visited,
body a.art-button:visited,
input.art-button,
button.art-button,
.art-postcontent a.art-button:visited,
.art-postcontent a.art-button.visited,
a.art-button:visited,
a.art-button.visited {
    display: inline-block;
    border: 2px solid #f39203;
    padding: 12px 25px;
    font-weight: 900;
    font-family: 'Raleway', sans-serif;
    background: transparent;
    color: #374456;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: color 400ms, background-color 400ms;
    -moz-transition: color 400ms, background-color 400ms;
    -ms-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}

a.art-button:hover, a.art-button:link:hover, a:link.art-button:link:hover, body a.art-button:link:hover, a.art-button:visited:hover, a.art-button.visited:hover, button.art-button:hover, input.art-button:hover {
    background: #f39203;
    color: #fff;
    border-color: #f39203;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.desktop ul.art-hmenu > li.metismenu-item:hover > a:before,
.desktop ul.art-hmenu > li.metismenu-item.active > a:before {
    position: absolute;
    bottom: 28px;
    left: 0;
    content: "";
    height: 2px;
    width: 100%;
    background: rgb(243, 146, 3);
}

.desktop #sticky-wrapper.nav-sticky ul.art-hmenu > li.metismenu-item.active > a:before {
    bottom: 10px;
}

.desktop ul.art-hmenu > li.metismenu-item {
    padding: 0 17px;
}

.desktop ul.art-hmenu > li.metismenu-item > a {
    padding: 0;
}

#sticky-wrapper.nav-sticky ul.art-hmenu > li > a {
    height: 60px;
    line-height: 60px;
    transition: 0.6s;
}

#sticky-wrapper.nav-sticky .art-nav {
    background: #fff;
    opacity: 1;
}

#sticky-wrapper.nav-sticky nav ul.art-hmenu > li > a, .container-header .mod-menu #sticky-wrapper.nav-sticky nav ul.art-hmenu > li > a {
    color: rgb(46, 46, 46);
}

.desktop #sticky-wrapper.nav-sticky ul.art-hmenu > li.metismenu-item:hover > a:before {
    bottom: 10px;
}

.art-section {
    padding: 100px 0;
}

.art-section > .section-container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.art-section h2 {
    color: #fff;
}

.art-section a.art-button, .art-section a.art-button:link, .art-section a:link.art-button:link, .art-section body a.art-button:link, .art-section a.art-button:visited, .art-section body a.art-button:visited, .art-section input.art-button, .art-section button.art-button {
    color: #fff;
}

h2.big-title {
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 900;
}

h3.subheading {
    color: #f39203;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.7;
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
    margin-bottom: 0;
}

div#header-video {
    max-height: 500px;
    overflow: hidden;
}

div#header-video:before {
    content: none;
}

.blog-category .page-title {
    margin-bottom: 60px;
}

.blog-category .pagination {
    justify-content: center;
}

.blog-category .page-item .page-link {
    border: 2px solid #f2f2f2;
    border-radius: 0;
    height: 60px;
    width: 60px;
    font-weight: bold;
    color: #3c3b4a;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-category .page-item.active .page-link, .blog-category .page-item .page-link:hover {
    color: #aa6500;
    border-bottom: 2px solid #aa6500;
    background: #fff;
}

.lista-categorie .kw-module-header, .tags-cloud .kw-module-header, .recent-posts .kw-module-header {
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
    color: #374456;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.tags-cloud .kw-module-header:after, .recent-posts .kw-module-header:after, .lista-categorie .kw-module-header:after {
    display: block;
    content: "";
    margin-top: -7px;
    right: -25px;
    width: 20px;
    height: 4px;
    background: #f39203;
    position: absolute;
}

.lista-categorie ul.mod-articlescategories.categories-module.mod-list > li {
    display: block;
    border-bottom: 1px solid #e8e8e8;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    padding: 2px 0;
}

.lista-categorie ul.mod-articlescategories.categories-module.mod-list > li > a {
    font-size: 14px;
    font-weight: 700;
    color: #374456;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all 0.4s ease;
    display: block;
    line-height: 36px;
    padding: 2px 0;
}

.lista-categorie ul.mod-articlescategories.categories-module.mod-list > li:hover a {
    color: #f39203;
}

.lista-categorie ul.mod-articlescategories.categories-module.mod-list > li > a > span {
    font-size: 14px;
    font-weight: normal;
    color: #747577;
    float: right;
}

.tags-cloud ul {
    margin-top: 20px;
    list-style: none;
    padding: 0;
}

.tags-cloud ul > li {
    border-bottom: none;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.tags-cloud ul > li > a:link,
.tags-cloud ul > li > a:visited,
.tags-cloud ul > li > a:focus,
.tags-cloud ul > li > a:active {
    position: relative;
    width: auto;
    font-size: 14px;
    font-weight: lighter;
    color: #374456;
    border: 1px solid #e1e3e6;
    background: none transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-transform: none;
    padding: 10px 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
}

.tags-cloud ul > li:hover a:link,
.tags-cloud ul > li:hover a:visited {
    border-color: #374456;
    background: #374456;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.tags-cloud ul > li > a:link:after {
    display: block;
    content: "";
    width: 4px;
    background: transparent;
    position: absolute;
    left: -1px;
    bottom: -1px;
    top: -1px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.tags-cloud ul > li:hover > a:link:after {
    background: #f39203;
}

.recent-posts .latestnews .post .jux-post {
    min-height: 60px;
}

.recent-posts .latestnews .post .jux-post .jux-img a img, .recent-posts .latestnews .post .jux-post .jux-img a img {
    height: 60px;
}

.recent-posts .latestnews .post .jux-post .jux-img, .recent-posts .latestnews .post .jux-post .jux-img {
    width: 60px;
    float: left;
}

.recent-posts .latestnews .post .jux-post .jux-img a .icon, .recent-posts .latestnews .post .jux-post .jux-img a .icon {
    height: 25px;
    width: 25px;
    margin-top: -81px;
    margin-left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    opacity: 0;
}

.recent-posts .latestnews .post .jux-post .jux-right, .recent-posts .latestnews .post .jux-post .jux-right {
    padding-left: 75px;
}

.recent-posts .latestnews > div {
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e8e8e8;
}

.recent-posts .latestnews .post .jux-post .jux-right .date, .recent-posts .latestnews .post .jux-post .jux-right .date {
    font-size: 14px;
    color: #4c5859;
    margin-top: 10px;
}

.recent-posts .latestnews .post .jux-post .jux-right .date:before, .recent-posts .latestnews .post .jux-post .jux-right .date:before {
    content: "\f073";
    font-family: FontAwesome;
}

.recent-posts .latestnews .post .jux-post .jux-right .jux-link a span, .recent-posts .latestnews .post .jux-post .jux-right .jux-link a span {
    font-size: 14px;
    font-weight: bold;
    color: #374243;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    line-height: 1.7;
}

.recent-posts .latestnews .post .jux-post:hover .jux-img a img, .recent-posts .latestnews .post .jux-post:hover .jux-img a img {
    opacity: 0.1;
}

.recent-posts .latestnews .post .jux-post:hover .jux-img a .icon, .recent-posts .latestnews .post .jux-post:hover .jux-img a .icon {
    opacity: 1;
}

.recent-posts .latestnews .post .jux-post .jux-img a:after, .recent-posts .latestnews .post .jux-post .jux-img a:after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -81px;
}

.recent-posts .latestnews .post .jux-post .jux-img a:after, .recent-posts .latestnews .post .jux-post .jux-img a:after {
    background: #f39203;
}

.recent-posts .latestnews .post .jux-post:hover .jux-right .jux-link a span, .recent-posts .latestnews .post .jux-post:hover .jux-right .jux-link a span {
    color: #f39203;
}

.most-view .jux-most-read {
    position: relative;
    margin-bottom: 30px;
}

.most-view .jux-most-read .jux-info {
    position: absolute;
    top: 35px;
    z-index: 99;
    left: 20px;
}

.most-view .jux-most-read .jux-info .jux-title span {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.most-view .jux-most-read .jux-info .hit {
    font-size: 14px;
    font-weight: 100;
    color: #fff;
}

.most-view .jux-most-read .jux-info .hit > i {
    margin-right: 5px;
}

.most-view .jux-most-read .jux-img img {
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.most-view .jux-most-read .jux-img:after {
    content: "";
    display: block;
    background: #374456;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    opacity: 0.7;
}

.most-view .jux-most-read:hover .jux-img:after {
    opacity: 0.9;
}

.most-view .jux-most-read .date {
    font-size: 14px;
    background: #f39203;
    padding: 2px 7px;
    color: #000;
    font-weight: bold;
    position: absolute;
    top: 0;
}

.tags.list-inline {
    margin: 0;
    display: inline;
}

.tags.list-inline li:after {
    content: ', ';
}

.tags.list-inline li:last-child:after {
    content: '';
}

.art-blog-detail .art-social .art-social-list {
    display: inline-block;
    font-size: 40px;
}

.art-blog-detail .art-social {
    font-size: 28px;
    color: #f39203;
}

.art-blog-detail .full-image {
    margin-top: 60px;
    position: relative;
    margin-bottom: 30px;
}

.art-blog-detail .full-image > img {
    width: 100%;
}

.art-blog-detail .full-image:before {
    position: absolute;
    content: ' ';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(55, 68, 86, 0.6);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.art-blog-detail .full-image:hover::before {
    background-color: rgba(0, 0, 0, 0);
}

.art-blog-detail .full-image:hover > img {
    z-index: 2;
    position: relative;
}

.art-blog-detail .create {
    z-index: 1;
    position: absolute;
    top: 30px;
    background: #fff;
    height: 100px;
    width: 100px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    display: inline-block;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    margin: 0 8px;
}

.art-blog-detail .create span.time-day {
    font-size: 12px;
    line-height: 1;
    font-weight: normal;
    color: #374456;
    text-transform: uppercase;
    position: absolute;
    top: 51px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
}

.art-blog-detail .create span.time-date {
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    color: #374456;
    margin-bottom: 5px;
    position: absolute;
    right: 50%;
    transform: translate(50%);
    -webkit-transform: translate(50%);
    -moz-transform: translate(50%);
    top: 10px;
}

.art-blog-detail .create span.time-month {
    font-size: 12px;
    line-height: 1;
    font-weight: normal;
    text-transform: uppercase;
    position: absolute;
    top: 73px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    background: #f39203;
    color: #fff;
    padding: 5px 10px;
}

.art-scheda:first-child {
    margin: 0;
}

.art-scheda {
    margin-top: 50px;
    color: #4c5859;
    font-size: 14px;
}

.art-scheda-titolo {
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
    color: #374456;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.row.com-tags-tag__category h3 a:link,
.row.com-tags-tag__category h3 a:visited,
.row.com-tags-tag__category h3 a:focus,
.row.com-tags-tag__category h3 a:active {
    color: #f39203;
}

.nav-sticky-wrapper .art-nav {
    opacity: 1;
}

nav.navbar .metismenu.mod-menu ul.mm-collapse {
    opacity: 1;
    background-color: #fff;
}

nav.navbar ul.art-hmenu > li.metismenu-item > ul.mm-collapse {
    border-top: 2px solid #f39203;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}

nav.navbar ul.art-hmenu > li.metismenu-item > ul.mm-collapse > li.metismenu-item > a,
nav.navbar ul.art-hmenu > li.metismenu-item > ul.mm-collapse > li.metismenu-item > a:link,
nav.navbar ul.art-hmenu > li.metismenu-item > ul.mm-collapse > li.metismenu-item > a:visited {
    font-size: 14px;
    padding: 7px 65px 7px 20px;
    border-top: 1px solid #eeeeee;
}

nav.navbar ul.art-hmenu > li.metismenu-item > ul.mm-collapse > li.metismenu-item > a:hover,
nav.navbar ul.art-hmenu > li.metismenu-item > ul.mm-collapse > li.metismenu-item.active > a,
nav.navbar ul.art-hmenu > li.metismenu-item > ul.mm-collapse > li.metismenu-item.active > a:link,
nav.navbar ul.art-hmenu > li.metismenu-item > ul.mm-collapse > li.metismenu-item.active > a:visited {
    background-color: #f5f5f5;
    color: #f39203;
}

#sticky-wrapper.nav-sticky nav ul.art-hmenu > li.active > a,
.container-header .mod-menu #sticky-wrapper.nav-sticky nav ul.art-hmenu > li > a.active {
    color: #f39203;
}

nav.navbar ul.art-hmenu > li.metismenu-item > ul.mm-collapse > li.metismenu-item > button.icon-open-submenu {
    display: none;
}

nav.navbar ul.art-hmenu > li.metismenu-item > ul.mm-collapse > li.metismenu-item > ul.mm-collapse {
    top: 0;
    left: 100%;
    position: absolute;
    border-top: 2px solid #f39203;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}

.art-list-diaries h2.art-postheader {
    text-transform: capitalize;
}

.art-list-diaries .com-content-category-blog__child {
    padding: 50px 0;
    border-bottom: 2px solid #000;
}

.art-modulo-indice h3.kw-module-header {
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
    color: #374456;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.art-modulo-indice h3.kw-module-header:after {
    display: block;
    content: "";
    margin-top: -7px;
    right: -25px;
    width: 20px;
    height: 4px;
    background: #f39203;
    position: absolute;
}

.art-modulo-indice ul.mod-articles-items.mod-list > li h4 {
    margin: 0;
}

.art-modulo-indice ul.mod-articles-items.mod-list > li h4 > a {
    font-size: 14px;
    font-weight: 700;
    color: #374456;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all 0.4s ease;
    display: block;
    line-height: 36px;
    padding: 2px 0;
}

.art-modulo-indice ul.mod-articles-items.mod-list > li {
    display: block;
    border-bottom: 1px solid #e8e8e8;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    padding: 2px 0;
}

.art-modulo-indice ul.mod-articles-items.mod-list > li:hover h4 > a {
    color: #f39203;
}

.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:hover {
    color: #a36100
}

.business-footer-contact-detail .text {
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.business-footer-contact-detail .gr-icon-top-text-style-1 {
    text-align: center;
}

.business-footer-contact-detail .gr-icon-top-text-style-1 > i {
    color: #fff;
    font-size: 40px;
    display: block;
    margin-bottom: 40px;
}

.business-footer-contact-detail .text a:link, .business-footer-contact-detail .text a:hover, .business-footer-contact-detail .text a:active, .business-footer-contact-detail .text a:visited {
    color: #fff;
    font-size: 16px;
}

.footer, .footer a:link, .footer a:visited, .footer a:focus, .footer a:hover, .footer a:active {
    color: #fff;
}

.footer ul.social-icons {
    list-style: none;
    padding: 0;
    margin: -5px;
    display: inline-block;
}

.footer ul.social-icons li {
    margin: 5px 10px;
    height: 50px;
    width: 50px;
    border: 2px solid transparent;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    display: inline-block;
}

.footer ul.social-icons li i {
    font-size: 18px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    padding: 13px;
    color: #fff;
}

.footer ul.social-icons li:hover {
    border: 2px solid #fff;
}

.art-blog_6 .art-blog-item .art-blog-image, .art-blog_6_lead .art-blog-image {
    width: 100%;
}

.art-farmaci .art-blog-item {
    border-bottom: 2px solid #000;
    margin: 0;
    padding: 30px 0;
}

.art-farmaci .art-eventi_1 > div:first-child .art-blog-item {
    padding-top: 0;
}

.art-farmaci .art-eventi_1 > div:last-child .art-blog-item {
    border-bottom: 0;
    padding-bottom: 0;
}

.art-farmaci .art-eventi_1 .art-blog-contenuto h2 {
    color: #d68001;
    font-size: 24px;
    margin-top: 0;
}


.art-postcontent h3 a, .art-postcontent h3 a:link, .art-postcontent h3 a:hover, .art-postcontent h3 a:visited, .art-blockcontent h3 a, .art-blockcontent h3 a:link, .art-blockcontent h3 a:hover, .art-blockcontent h3 a:visited, h3 a, h3 a:link, h3 a:hover, h3 a:visited,
.art-postcontent h2 a, .art-postcontent h2 a:link, .art-postcontent h2 a:hover, .art-postcontent h2 a:visited, .art-blockcontent h2 a, .art-blockcontent h2 a:link, .art-blockcontent h2 a:hover, .art-blockcontent h2 a:visited, h2 a, h2 a:link, h2 a:hover, h2 a:visited, .art-postcontent .h2 a, .art-postcontent .h2 a:link, .art-postcontent .h2 a:hover, .art-postcontent .h2 a:visited, .art-blockcontent .h2 a, .art-blockcontent .h2 a:link, .art-blockcontent .h2 a:hover, .art-blockcontent .h2 a:visited, .h2 a, .h2 a:link, .h2 a:hover, .h2 a:visited {
    color: #d68001;
}


form .form-control {
    border-radius: 0;
}

#newsletter form input {
    height: 45px;
}

#newsletter form input[type=submit] {
    height: auto;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-bottom: 1rem;
}

.big-text, p.big-text span.big-text a.big-text, a:link.big-text, strong.big-text b.big-text {
    font-size: 20px;
}

#form-iscrizione-aigp .checkbox-privacy {
    position: relative;
}

#form-iscrizione-aigp .checkbox-privacy .control-label {
    position: absolute;
    left: 20px;
}

.row.art-blog_6 h2 {
    text-transform: lowercase;
}

.row.art-blog_6 h2::first-letter {
    text-transform: uppercase;
}

span.icon-calendar::before {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    content: "\f073";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.container-header .navbar-brand {
    display: none;
}

.art-blog_6 span.date {
    color: #aa6500;
}

.art-eventi_1 .article-info > dd {
    color: #aa6500;
}

#calendar button.btn-primary, #filters label.btn.btn-primary.active {
    color: #000;
}

.com-users-login.login {
    max-width: 600px;
    margin: 50px auto;
}

.infoplus > a:link, .infoplus > a:hover {
    color: #fff;
}

button#manageCookieButton > i {
    color: rgba(243, 146, 3, 1);
}


button#manageCookieButton:hover > i {
    color: #fff;
}

form .form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

.field-calendar button {
    border: 1px solid #000;
    color: #000;
}

/* Extra extra large devices (<1400px) */
@media (max-width: 1399.98px) {

}

/* Extra large devices (max-width 1199.98px) */
@media (max-width: 1199.98px) {
    ul.art-hmenu > li.metismenu-item > a {
        padding: 0 10px;
    }
}


/* Large devices (max-width 991.98px): Desktops */
@media (max-width: 991.98px) {
    .topmenu {
        display: none;
    }

    header.container-header {
        top: 0;
    }

    .container-header .navbar-brand {
        display: block;
        text-align: center;
    }

    ul.art-hmenu > li.metismenu-item > a {
        padding: 0 7px;
        font-size: 14px;
    }
}

/* Medium devices (max-width 767.98px): Tablets */
@media (max-width: 767.98px) {

    .swiper.swiper-container .swiper-slide-container p {
        font-size: 2em;
    }

    .topmenu {
        display: none;
    }

    header.container-header {
        top: 0;
    }

    div.sectionParallax, #parallax-header, .swiper-container {
        max-height: 250px !important;
    }

    .art-nav, .art-nav .container-nav {
        background-color: #fff;
    }

    nav.navbar.navbar-expand-md {
        position: absolute;
        right: 0;
        top: 20px;
    }

    .mobile-menu {
        padding: 50px 55px 50px 20px !important;
    }

    .metismenu.mod-menu li.metismenu-item {
        align-items: center !important;
    }

    nav.navbar ul.art-hmenu > li.metismenu-item > ul.mm-collapse {
        margin: 0;
    }

    .metismenu.mod-menu ul.mm-collapse.mm-show > li {
        height: auto !important;
        margin: 0 !important;
    }

    nav.navbar ul.art-hmenu > li.metismenu-item > ul.mm-collapse > li.metismenu-item > a, nav.navbar ul.art-hmenu > li.metismenu-item > ul.mm-collapse > li.metismenu-item > a:link, nav.navbar ul.art-hmenu > li.metismenu-item > ul.mm-collapse > li.metismenu-item > a:visited {
        margin: 0;
        border: 0;
        padding: 10px 20px;
        text-transform: uppercase;
    }

    .metismenu.mod-menu ul.mm-collapse.mm-show > li {
        margin: 0;
    }

    nav ul.art-hmenu > li > a, .container-header .mod-menu nav ul.art-hmenu > li > a {
        color: #000;
    }

    .container-header .navbar-brand {
        display: block;
        text-align: left;
    }

    .footer ul.social-icons {
        margin: 0;
    }

    h2.big-title {
        font-size: 30px;
    }
}


/* Small devices (max-width 575.98px): Mobile portrait */
@media (max-width: 575.98px) {


}