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

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

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

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

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

* {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    outline: none;
}
a {
    color:#000;
}
img {
    border: 0;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

body {
    background: #fff;
    font-family: 'FiraSans';
    font-weight: 400;
}

/* FiraSans Regular - Default */
h1 {
    font-family: 'merriweatherlight_italic';
    font-size: 28px;
    font-weight: 400;
    color: #000;
    line-height: 110%;
    text-align: center;
    padding: 0 0 10px 0;
    font-style: italic;
}

h2, .h2 {
    font-family: 'merriweatherlight_italic';
    font-size: 20px;
    color: #e48708;
    line-height: 170%;
    text-align: center;
    font-style: italic;
}

h3 {
    font-family: 'merriweatherlight_italic';
    font-size: 15px;
    color: #000;
    line-height: 170%;
    text-align: center;
    font-style: italic;
}

#wrapper, #header, #slider, #main, #article, .special-content, #footer, #address, #footer-bottom {
    display: block;
    position: relative;
}

#wrapper {
    margin-left: 290px;
}

#sidebar {
    background: #fff;
    width: 290px;
    text-align: center;
    padding: 50px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    -webkit-box-shadow: 1px 0px 1px 0px rgba(249, 249, 249, 1);
    -moz-box-shadow: 1px 0px 1px 0px rgba(249, 249, 249, 1);
    box-shadow: 1px 0px 1px 0px rgba(249, 249, 249, 1);
}

#navigation {
    padding: 135px 0 70px 0;
}

#navigation a.mobileMenu {
    display: none;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    width: 100px;
    padding: 10px 5px 10px 0;
    background: #e48708;
    text-decoration: none;
}

#navigation a.mobileMenu:before {
    content: "\f0c9";
    display: inline-block;
    margin: 0 10px 0 0;
    color: #fff;
    font-family: "FontAwesome";
}

#navigation a {
    text-decoration: none;
    font-size: 14px;
    display: block;
}

#navigation > ul > li:before {
    content: "";
    display: block;
    width: 72px;
    height: 1px;
    background: #d8d3cf;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -36px;
}

#navigation > ul > li:first-child:before {
    width: auto;
    height: auto;
    margin: 0;
}

#navigation > ul > li {
    padding: 13px 0;
    position: relative;
}

#navigation > ul > li > a {
    color: #373737;
}

#navigation > ul > li > a:hover, #navigation > ul > li.active > a {
    color: #e48708;
}

/*#navigation > ul > li:last-child a {font-size:12px; font-family: 'FiraSans';}*/
#navigation > ul > li a span {
    font-style: italic;
}

.sidebar-footer {
    text-transform: uppercase;
    color: #817263;
    font-size: 11px;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
}

.sidebar-footer p {
    padding: 30px 0 0 0;
    display: block;
}

.call-to-action {
    font-size: 12px;
    color: #fff;
    background: #e48708;
    display: block;
    width: 160px;
    padding: 15px 0;
    margin: 0 auto;
    text-decoration: none;
    border: 1px solid #e48708;
}

.call-to-action:hover {
    background: #fff;
    border: 1px solid #e48708;
    color: #e48708;
}

.effect {
    -webkit-transition: background 0.4s linear;
    -moz-transition: background 0.4s linear;
    -ms-transition: background 0.4s linear;
    -o-transition: background 0.4s linear;
    transition: background 0.4s linear;
}

.events {
    background: #7393a4;
    border: 1px solid #7393a4;
    margin: 25px auto 0 auto;
    line-height: 150%;
}

.events strong {
    display: block;
    margin: 8px 0 0 0;
    text-decoration: underline;
}

.events:hover {
    background: #fff;
    border: 1px solid #7393a4;
    color: #7393a4;
}

#slider {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    position: relative;
}

#slider .images img {
    display: none;
}

#slide {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.images {
    position: relative !important;
}

#main {
    background: #f9f5f1;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#article {
    padding: 45px 5px;
    font-size: 15px;
    color: #000000;
    font-family: 'FiraSansBook';
    line-height: 150%;
    background: #f9f5f1;
}

#article p {
    padding: 15px 0 0 0;
}

#article ul.inner-list-ul li {
    line-height: 150%;
    padding: 4px 0 0 35px;
    position: relative;
}

#article ul.inner-list-ul li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    color: #e48708;
}

.fright {
    position: absolute;
    top: 5px;
    right: 10px;
}

#article p.slogan {
    background: #fff;
    padding: 20px;
    border-bottom: 2px solid #e48708;
    margin: 25px 0 0 0;
    position: relative;
}

#article p a {
    text-decoration: underline;
    color: #000;
}

#article p a.contactus {
    background: #e48708;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    width: 200px;
    text-decoration: none;
    text-align: center;
}

#article p.innerlinks {
    font-size: 0;
    text-align: center;
}

#article p.innerlinks a.contactus {
    display: inline-block;
    font-size: 14px;
}

#article p.innerlinks a.grayButton {
    background: #373737;
    margin: 0 0 0 10px;
}

#article strong {
    font-weight: 600;
}

#article ul.inner {
    padding: 15px 0 0 0;
}

#article ul.inner li {
    padding: 2px 0;
}

.floatLeft {
    float: left;
    margin: 15px 20px 20px 0px;
}

#article ul.inner li:before {
    content: "\f105";
    font-family: "FontAwesome";
    display: inline-block;
    margin: 0 8px 0 0;
}

#article em {
    font-style: italic;
}

#article .center {
    max-width: 815px;
    display: block;
    margin: 0 auto;
}

#article .column {
    padding: 25px 0 0 0;
}

#article .column h3 {
    cursor: pointer;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #b19268;
    padding: 0 0 5px 0;
}

#article .column h3:after {
    content: "\f107";
    position: absolute;
    right: 0;
    font-size: 13px;
    color: #000;
    font-family: "FontAwesome";
}

#article .column div {
    display: none;
}

#article .column ul {
    padding: 15px 0;
}

#article .column li, .special-content div.toggle-content li {
    margin-left: 20px;
    font-size: 15px;
    line-height: 150%;
    padding: 2px 0;
}

.special-content div.toggle-content ul {
    margin: 15px 0;
}

.special-content div.toggle-content li {
    font-size: 14px;
}

.special-content em, .special-content i {
    font-style: italic;
}

#article .column li a {
    color: #000;
}

#article .column li:before, #xmap li:before, .special-content div.toggle-content li:before {
    content: "\f105";
    font-family: "FontAwesome";
    display: inline-block;
    margin: 0 8px 0 0;
}

#xmap li {
    padding: 2px 0;
}

#xmap li a {
    color: #000;
    text-decoration: underline;
}

.privacytext {
    height: 75px;
    overflow: auto;
    font-size: 13px;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    margin: 25px 0;
}

.errorMessages {
    display: none;
}

legend {
    font-family: 'merriweatherlight_italic';
    font-size: 16px;
    color: #e48708;
    line-height: 170%;
    text-align: left;
    font-style: italic;
    display: block;
    width: 100%;
    border-bottom: 1px solid #e48708;
    margin: 25px 0;
}

#alteaForm input[type="text"], #alteaForm label {
    display: inline-block;
    width: 415px;
}

#alteaForm label {
    width: 350px;
    text-align: right;
    margin: 10px 0;
}

#alteaForm label.nowidth {
    width: auto !important;
    text-align: left !important;
    margin: 2px 0 !important;
    font-size: 13px;
    display: inline;
}

#alteaForm #ferrero_events {
    border: 1px solid #000;
    margin-left: 20px;
    padding: 5px 10px;
}

#alteaForm input[type="text"] {
    margin-left: 20px;
    border: 1px solid #000;
    padding: 5px 10px;
}

#alteaForm textarea {
    width: 100%;
    resize: none;
    border: 1px solid #000;
    padding: 10px;
    box-sizing: border-box;
}

.bigbutton {
    padding: 15px 15px;
    display: block;
    margin: 25px auto 0 auto;
    border: 0;
    background: #e48708;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}

.errorMessages {
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.errorMessages p {
    font-weight: bold;
    border-bottom: 1px solid #000;
}

#article #alteaForm p {
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
}

#alteaForm .errorMessages label {
    width: auto !important;
    display: block;
    text-align: left !important;
    margin-left: 20px;
    color: #e48708;
}

#events {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
}

#events .center {
    max-width: 815px;
    display: block;
    margin: 0 auto;
}

.single-event {
    padding: 10px 0;
    font-size: 15px;
    color: #000000;
    font-family: 'FiraSansBook';
    line-height: 150%;
    border-bottom: 3px solid #f9f5f1;
}

.single-event h2 {
    text-align: left;
    font-size: 18px;
}

.single-event p {
    padding: 15px 0 0 0;
}

.single-event strong {
    font-weight: 600;
}

.single-event em {
    font-style: italic;
}

.single-event a {
    color: #e48708;
    text-decoration: underline;
}

.special-theme {
    display: none;
    border-bottom: 1px solid #b19268;
}

.theme-filter {
    font-size: 0;
    padding: 35px 0 0 0;
}

.theme-filter li {
    display: inline-block;
    margin: 0 0 0 1.1042944785276074%;
    width: 24.171779141104295%;
    height: 195px;
    position: relative;
}

.theme-filter li img {
    display: block;
}

.theme-filter li:first-child {
    margin: 0;
}

.theme-filter li.theme01 {
    background: url("../images/themes/interiorita.jpg") no-repeat center;
}

.theme-filter li.theme02 {
    background: url("../images/themes/famiglia.jpg") no-repeat center;
}

.theme-filter li.theme03 {
    background: url("../images/themes/relazione.jpg") no-repeat center;
}

.theme-filter li.theme04 {
    background: url("../images/themes/problematiche.jpg") no-repeat center;
}

.theme-filter li a {
    text-decoration: none;
    color: #000;
    display: table;
    width: 100%;
    height: 100%;
    padding: 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.theme-filter li span {
    font-size: 20px;
    color: #000;
    font-family: 'merriweatherlight_italic';
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    background: #eed6b9;
    background: rgba(238, 214, 185, 0.80);
    line-height: 140%;
    position: relative;
    font-style: italic;
}

.theme-filter li a:hover, .theme-filter li.active a {
    padding: 0;
}

.theme-filter li a:hover span, .theme-filter li.active span {
    padding: 0;
    background: #e48708;
    background: rgba(228, 135, 8, 0.9);
    color: #fff;
}

.theme-filter li span:after {
    display: none;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(228, 135, 8, 0.9);
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
}

.theme-filter li:hover span:after, .theme-filter li.active span:after {
    display: block;
}

.special-content {
    background: #fff;
    padding: 20px 5px;
}

.special-content .center {
    max-width: 815px;
    display: block;
    margin: 0 auto;
}

.special-content .toggle {
    margin: 5px 0 0 0;
}

.special-content .toggle li {
    padding: 5px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.special-content p.theme-title {
    font-family: 'merriweatherlight_italic';
    font-size: 23px;
    color: #000;
    border-bottom: 1px solid #b19268;
    padding: 0 0 5px 0;
}

.special-content .singleDesc {
    padding: 25px 0;
    display: block;
}

.special-content p.toggle-title {
    padding: 6px 160px 6px 0;
    position: relative;
    line-height: 150%;
    font-family: 'merriweatherlight_italic';
    font-size: 15px;
    font-style: italic;
}

.special-content p.toggle-title a {
    font-family: 'FiraSans';
    position: absolute;
    right: 0;
    text-decoration: none;
    background: #e48708;
    padding: 0px 10px;
    top: 7px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-style: normal;
    z-index: 9999;
}

.special-content p.toggle-title span {
    cursor: pointer;
}

.special-content p.toggle-title span:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 12px;
    display: inline-block;
    margin: 0 0 0 8px;
}

.special-content div.toggle-content {
    display: none;
    padding: 20px 0px;
}

.special-content div.toggle-content strong {
    font-weight: bold;
}

.special-content div.toggle-content p {
    line-height: 150%;
    font-size: 14px;
}

/*.special-theme.type1:nth-child(2n+2), .special-theme.type1:nth-child(3) {background:#eed6b9;}
.special-theme.type2:nth-child(2n+2), .special-theme.type2:nth-child(3) {background:#eed6b9;}
.special-theme.type3:nth-child(2n+2), .special-theme.type3:nth-child(5) {background:#eed6b9;}
.special-theme.type4:nth-child(2n+2) {background:#eed6b9;}
.special-theme.type4:nth-child(6) {background:none !important;}*/

#footer {
    border-top: 12px solid #f9f5f1;
}

#address {
    width: 100%;
    height: 406px;
    background: url("../images/bg-footer.png") repeat-x;
}

#address .center {
    background: #fff;
    padding: 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 450px;
    height: 240px;
    position: absolute;
    top: 50%;
    margin-top: -120px;
    left: 50%;
    margin-left: -225px;
}

#contact {
    border: 1px solid #9a928a;
    text-align: center;
    font-size: 16px;
    line-height: 160%;
    padding: 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 100%;
}

#contact strong {
    color: #e48708;
    font-weight: 700;
}

#contact strong.owner {
    color: #000;
    text-transform: uppercase;
    display: block;
    margin: 4px 0 3px 0;
}

#contact strong.owner span {
    display: inline-block;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}

#contact p {
    padding: 13px 0;
}

#contact a {
    color: #000;
    text-decoration: none;
}

#contact a.tel {
    text-decoration: none !important;
    cursor: text;
}

#contact a:hover {
    text-decoration: underline;
}

#contact span.title {
    font-family: 'merriweatherlight_italic';
    font-size: 14px;
}

#footer-bottom {
    width: 100%;
    background: #e48708;
    padding: 15px 0 20px 0;
    color: #fff;
    font-family: 'merriweatherlight_italic';
}

#footer-bottom .center {
    font-size: 0;
    max-width: 815px;
    margin: 0 auto;
}

.foo {
    display: inline-block;
    font-size: 12px;
    vertical-align: bottom;
    font-style: italic;
}

.foo01 {
    width: 39.87730061349693%;
}

.foo02 {
    width: 44.785276073619634%;
}

.foo03 {
    width: 15.337423312883436%;
}

.foo02 ul {
    font-size: 0;
}

.foo02 li {
    display: inline-block;
    font-size: 12px;
    color: #fff;
}

.foo02 li:before {
    content: "|";
    padding: 0 3px;
}

.foo02 li:first-child:before {
    content: "";
    padding: 0;
}

.foo02 li a {
    text-decoration: none;
    color: #fff;
}

.foo02 li a:hover {
    text-decoration: underline;
}

#altea {
    margin: 0 0 0 8px;
}

#scroll-to-top {
    bottom: 0;
    cursor: pointer;
    width: 35px;
    height: 30px;
    position: fixed;
    right: 0;
    z-index: 999;
    background-color: #000;
    font-size: 24px;
    text-align: center;
    color: #FFF;
    line-height: 30px;
    display: none;
}

@media screen and ( max-height: 685px ) {
    #navigation {
        padding: 70px 0 70px 0;
    }
}

@media screen and ( max-height: 540px ) {
    #navigation {
        padding: 10px 0 70px 0;
    }
}

@media only screen and (max-width: 1130px) {
    #alteaForm input[type="text"], #alteaForm label, #alteaForm #ferrero_events {
        width: 255px;
    }

    #alteaForm label {
        width: 350px;
    }

    #alteaForm label.nowidth {
        font-size: 11px;
    }
}

@media only screen and (max-width: 1000px) {
    #wrapper {
        margin: 0;
    }

    #logo {
        margin: 35px 0 0 0;
    }

    #sidebar {
        position: relative;
        width: auto;
        padding: 5px 20px;
        box-sizing: border-box;
        height: 140px;
        -webkit-box-shadow: 3px 7px 1px 0px rgba(249, 249, 249, 0);
        -moz-box-shadow: 3px 7px 1px 0px rgba(249, 249, 249, 0);
        box-shadow: 3px 7px 1px 0px rgba(249, 249, 249, 0);
    }

    .sidebar-footer {
        position: absolute;
        top: 10px;
        left: auto;
        bottom: auto;
        right: 0;
        width: 200px;
    }

    .events {
        margin: 5px auto 0 auto;
    }

    .call-to-action {
        padding: 5px 0;
    }

    #navigation {
        position: absolute;
        top: 50px;
        left: 60px;
        padding: 0;
    }

    #navigation > ul {
        display: none;
        position: absolute;
        left: -60px;
        top: 0;
        background: #fff;
        background: rgba(255, 255, 255, 0.9);
        width: 280px;
        top: 90px;
    }

    #navigation a.mobileMenu {
        display: block;
        margin: 0;
    }

    .images {
        position: relative !important;
    }

    #slider {
        height: auto !important;
    }

    #article {
        padding: 30px 0;
    }

    #article .center {
        padding: 0 15px;
    }

    .theme-filter li span {
        font-size: 17px;
    }

    .sidebar-footer p {
        display: none;
    }
}

@media only screen and (max-width: 845px) {
    #footer-bottom .center {
        padding: 0 15px;
    }

    .foo {
        width: 50%;
        text-align: left;
    }

    .foo02 {
        text-align: right;
    }

    .foo03 {
        display: block;
        width: 100%;
        margin: 15px 0 0 0;
        text-align: right;
    }
}

@media only screen and (max-width: 749px) {
    h1 {
        font-size: 22px;
        line-height: 140%;
        text-align: left;
    }

    h2 {
        font-size: 15px;
        text-align: left;
    }

    #sidebar {
        height: auto;
        padding: 0;
    }

    #logo {
        display: block;
        margin: 30px auto 30px auto;
    }

    #main {
        padding: 0;
    }

    #navigation {
        top: 0;
    }

    #navigation a.mobileMenu {
        padding: 12px 5px 12px 0;
        margin: 0;
    }

    #navigation {
        position: relative;
        bottom: 0;
        left: 0;
        display: block;
    }

    #navigation > ul {
        left: 0;
        position: relative;
        padding: 0;
        top: 0;
        width: auto;
    }

    #navigation > ul > li {
        padding: 0;
    }

    #navigation ul ul {
        padding: 0;
    }

    #navigation a {
        padding: 12px 0;
    }

    #navigation a.mobileMenu {
        width: auto;
    }

    .special-content .singleDesc {
        line-height: 150%;
        font-size: 14px;
    }

    #article {
        padding: 20px 0;
    }

    #article .center {
        padding: 0 10px;
    }

    .floatLeft {
        float: none;
        margin: 10px 0 0 0;
    }

    .special-content .center {
        padding: 0 10px;
    }

    .theme-filter li {
        display: block;
        width: 197px;
        margin: 5px auto !important;
        height: 55px;
        background-image: none !important;
    }

    .theme-filter li a {
        padding: 0;
    }

    .theme-filter li span {
        font-family: 'FiraSans';
        font-size: 15px;
    }

    .theme-filter li span br {
        display: none;
    }

    .special-content p.toggle-title {
        padding: 5px 10px 5px 0;
        font-weight: 600;
        font-size: 14px;
        line-height: 150%;
    }

    .special-content p.toggle-title a {
        display: block;
        position: relative;
        margin: 10px 0 0 0;
        top: 0;
        padding: 3px 10px;
    }

    .special-content p.toggle-title span:after {
        position: absolute;
        top: 8px;
        right: 0;
        margin: 0;
    }

    .special-content p.toggle-content {
        padding: 10px 0;
    }

    #footer {
        margin: 0;
    }

    .foo {
        display: block;
        width: auto !important;
        text-align: center;
        margin: 0;
    }

    .foo02 {
        padding: 20px 0;
    }

    .foo-title {
        padding: 0 0 15px 0;
    }

    .mobile-footer {
        display: block;
    }

    #article p.innerlinks a.contactus {
        display: block;
        margin: 0 auto;
    }

    #address {
        height: auto;
        margin: 0;
    }

    #address .center {
        position: relative;
        top: 0;
        height: auto;
        width: auto;
        margin: 0;
        left: 0;
    }

    #contact {
        font-size: 14px;
        line-height: 200%;
    }

    #alteaForm label {
        width: auto;
        text-align: left;
        margin: 5px 0;
    }

    #alteaForm input[type="text"], #alteaForm label, #alteaForm #ferrero_events {
        width: 100%;
        box-sizing: border-box;
        margin-left: 0;
        display: block;
    }

    #alteaForm #ferrero_events {
        width: 260px !important;
    }

    #article #alteaForm p {
        margin-top: 10px !important;
    }

    legend {
        padding: 10px 0;
    }

    .fright {
        position: relative;
        top: 0;
        right: inherit !important;
        display: block;
        margin: 10px auto 0 auto;
    }

    .innerAltea {
        float: none;
    }

    .sidebar-footer, .theme-filter li.active span:after, .ns_nerveSlider .ns_dots, .theme-filter li:hover span:after, .theme-filter li.active span:after {
        display: none !important;
    }
}

@media only print {
    * {
        font-family: Arial, Helvetica, sans-serif !important;
    }

    body {
        background: #fff none !important;
        color: #000;
        line-height: 1.2;
    }

    p, table, ul, ol, dl, blockquote, pre, code, form {
        margin: 0 0 1em;
    }

    h1, h2 {
        font-weight: normal;
        margin: 0.5em 0 0.5em !important;
        font-family: Arial, Helvetica, sans-serif !important;
    }

    h1 {
        font-size: 1.5em;
        margin: 2em 0 0.25em !important;
        font-family: Arial, Helvetica, sans-serif !important;
    }

    h2 {
        font-size: 1em;
    }

    #wrapper {
        margin: 0px !important;
    }

    #article .column div, .special-content div.toggle-content {
        display: block;
    }

    #sidebar, #slider, #altea-cookiebox-wrapper, #footer, .theme-filter, #scroll-to-top {
        display: none !important;
    }
}

.reviewsindex, .reviewindex td {
    border: 1px solid #ccc;
}

.reviewindex td {
    padding: 5px 8px;
}

#alteaForm {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    transform: translate(-250px, 50px);
}

#jmap_sitemap .folder {
    display: none;
}

.items-more h4 {
    display:none;
}

.readmore {
    display:none;
}

.article .page-header {
    display:none;
}

.link-item a {
    text-decoration: none;
    color: #333 !important;
}

/*.link-item a:after {
   content:">";
}*/

.article-simple {
    margin-bottom: 20px;
    padding: 0 15px 15px 0px;

    border-bottom: 1px dotted #ccc !important;
}

.article-simple:last-child {
    border-bottom: 1px dotted #ccc !important;
}

.com-content-category-blog .link-item {
    margin-bottom: 20px;
    padding: 0 15px 15px 0px;

    border-bottom: 1px dotted #ccc !important;
}

.com-content-category-blog .item-title {
    margin-bottom:0;
}


.com-content-category-blog  h3 {
    font-family: 'FiraSansBook';
    font-size: 15px;
    color: #333;
    line-height: 170%;
    text-align: left;
    font-style: normal;
}

.com-content-category-blog__description {
    padding-bottom:50px;
}