body {
    font-family: sans-serif;
    font-size: 1em;
    font-weight: 400;
    background-color: #fff
}

#header-wrp {
    max-width: 1025px;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 20px
}

@media screen and (max-width:1024px) {
    #header-wrp {
        padding-top: 65px
    }
}

#header-wrp #header-top-wrp {
    clear: both;
    width: auto;
    height: auto
}

#header-wrp #header-top-wrp #registration-wrp {
    float: none;
    clear: both;
    margin: 0 0 10px
}

#header-wrp #header-top-wrp #login-wrp {
    margin-bottom: 10px
}

#header-wrp #header-top-wrp #search-wrp {}

#header-wrp #header-top-wrp #search-wrp .search-input {
    width: 86%;
    height: 32px;
    margin: 0 2% 0 0;
    color: #999;
    background-color: #fff
}

#header-wrp #header-top-wrp #search-wrp .search-button {
    width: 32px;
    height: 32px;
    margin: 0;
    border: 0;
    color: #999;
    background: #00a8d5 url("searchbutton.png") no-repeat center center
}

#main-menu {
    display: none
}

#menu-bottom-mobile {
    display: block;
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 52px;
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid #fff;
    background: #1b7eba;
    color: #fff
}

#menu-bottom-mobile .item-bm {
    position: relative;
    width: 20%;
    height: 36px;
    float: left;
    vertical-align: middle;
    text-align: center
}

#menu-bottom-mobile .item-bm a {
    position: relative;
    display: block;
    width: auto;
    height: 36px;
    color: #fff;
    text-decoration: none;
    vertical-align: middle
}

#menu-bottom-mobile .item-bm a:visited,
#menu-bottom-mobile .item-bm a:active {
    color: #fff
}

#menu-bottom-mobile .item-bm a .fa {
    margin: 0 0 3px;
    font-size: 18px;
    line-height: normal
}

#menu-bottom-mobile .item-bm a p {
    margin: 0;
    font-size: 10px
}

@media only screen and (min-width:1024px) {
    #menu-bottom-mobile {
        display: none
    }
}

@media only screen and (min-width:768px) {
    #header-wrp #header-top-wrp #registration-wrp {
        clear: none;
        float: right;
        margin: 0
    }

    #header-wrp #header-top-wrp #login-wrp {
        float: right;
        width: auto;
        height: 26px;
        margin-right: 10px
    }

    #header-wrp #header-top-wrp #search-wrp {
        float: right;
        width: 180px
    }

    #header-wrp #header-top-wrp #search-wrp .search-input {
        width: 120px;
        height: 26px;
        margin: 0 5px 0 0;
        color: #999
    }

    #header-wrp #header-top-wrp #search-wrp .search-button {
        width: 26px;
        height: 26px;
        margin: 0;
        border: 0;
        color: #999;
        background: #00a8d5 url("searchbutton.png") no-repeat center center
    }
}

@media only screen and (min-width:1024px) {
    body {
        background: #eee
    }

    #header-wrp #header-top-wrp #search-wrp {
        width: 240px
    }

    #header-wrp #header-top-wrp #search-wrp .search-input {
        width: 180px;
        background-color: #fff
    }

    #main-menu {
        display: block;
        position: relative;
        width: 100%;
        height: 90px
    }

    .ninetabs {
        width: auto;
        padding: 0
    }

    .ninetabs li {
        min-height: 90px;
        height: 90px;
        width: 11%;
        background: #00a8d5 none;
        display: block;
        float: left;
        margin-right: 1px
    }

    .ninetabs li:last-child {
        margin-right: 0
    }

    .ninetabs li:hover,
    .ninetabs li.selected {
        background: #1b7eba none
    }

    #ninetabs li a {
        display: block;
        width: auto;
        height: 90px;
        background-image: url("navtabicons.png");
        background-repeat: no-repeat;
        position: relative
    }

    #fs_home a {
        background-position: center 0 !important
    }

    #fs_benessere a {
        background-position: center -90px !important
    }

    #fs_cosmesi a {
        background-position: center -180px !important
    }

    #fs_mamma a {
        background-position: center -270px !important
    }

    #fs_ricette a {
        background-position: center -360px
    }

    #fs_shop a {
        background-position: center -450px
    }

    #fs_medici a {
        background-position: center -540px
    }

    #fs_news a {
        background-position: center -630px
    }

    #fs_forum a {
        background-position: center -720px
    }

    .ninetabs a span {
        position: absolute;
        max-width: 100px;
        margin-left: auto !important;
        margin-right: auto !important;
        left: 5px !important;
        right: 5px !important;
        bottom: 5px;
        line-height: 15px !important;
        margin-right: 0;
        color: #fff;
        text-align: center;
        font-size: 14px;
        font-weight: 500
    }

    #ninetabs li {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease !important
    }
}

@media only screen and (min-width:1120px) {
    .ninetabs a span {
        font-size: 14px
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    behavior: url("")
}

html,
button,
input {
    color: #666
}

body {
    font-size: 1em;
    line-height: 1.4
}

h1,
h2,
h3 {
    margin: 0;
    font-weight: 400
}

::-moz-selection {
    background: #1b7eba;
    text-shadow: none
}

::selection {
    background: #1b7eba;
    text-shadow: none
}

img {
    vertical-align: middle
}

p {
    margin: 0 0 .5em
}

button,
input {
    vertical-align: top;
    vertical-align: top;
    outline: none;
    font-size: 14px;
    color: #666
}

input[type=text] {
    width: 100%;
    height: 26px;
    line-height: 26px;
    margin-top: 2px;
    padding: 0 5px;
    border: 1px solid #bbb
}

input[readonly]:not(.enabled) {
    color: #999;
    background-color: #eee;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.cf,
header {
    zoom: 1
}

.cf:before,
header:before,
.cf:after,
header:after {
    content: " ";
    display: table
}

.cf:after,
header:after {
    clear: both
}

@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

@font-face {
    font-family: fontawesome;
    src: url("");
    src: url("") format("embedded-opentype"), url("") format("woff2"), url("") format("woff"), url("") format("truetype"), url("") format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-star:before {
    content: "\f005"
}

.fa-book:before {
    content: "\f02d"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-users:before {
    content: "\f0c0"
}

#footer-wrp {
    width: auto;
    height: auto;
    margin: 0;
    padding: 1em 0 0;
    font-size: .8em;
    color: #999;
    background-color: #eee;
    text-align: center
}

#footer-wrp a {
    color: #999
}

@media(max-width:371px) {
    #menu-bottom-mobile .item-bm a p {
        margin: 0;
        font-size: 8px
    }
}


.nav-bar-wrap {
    --height: 54px;
    height: var(--height);
    margin-bottom: 48px;
  }
  
  .nav-bar-wrap.-no-offset- {
    margin-bottom: 0;
  }
  
  .nav-bar {
    --item-margin-right: 1.7em;
    --item-font-size: 18px;
    background-color: var(--color-purple-dark);
    -webkit-box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.2);
    height: var(--height);
    position: relative;
    background-color: #e74946;
    z-index: 10;
  }
  
  .nav-bar .page-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  @media screen and (max-width: 1000px) {
    .nav-bar {
      margin-bottom: 18px;
    }
  }
  
  @media screen and (max-width: 1000px) {
    .nav-bar {
      --item-font-size: 14px;
    }
  }
  
  .nav-bar--navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  @media screen and (max-width: 768px) {
    html:not(.-is-mobile-) .nav-bar--navigation {
      overflow: auto;
      overflow-y: hidden;
    }
  
    html:not(.-is-mobile-) .nav-bar--navigation::-webkit-scrollbar {
      width: 8px;
      height: 8px;
    }
  
    html:not(.-is-mobile-) .nav-bar--navigation::-webkit-scrollbar-thumb {
      background: rgba(255, 255, 255, 0.5);
      border-radius: 10px;
    }
  
    html:not(.-is-mobile-) .nav-bar--navigation::-webkit-scrollbar-track {
      background: rgba(0, 0, 0, 0);
    }
  
    html:not(.-is-mobile-) .nav-bar--navigation {
      scrollbar-face-color: rgba(255, 255, 255, 0.5);
      scrollbar-track-color: rgba(0, 0, 0, 0);
    }
  
    html:not(.-is-mobile-) .nav-bar--navigation {
      scrollbar-color: rgba(255, 255, 255, 0.5) rgba(0, 0, 0, 0);
      scrollbar-width: thin;
    }
  }
  
  .nav-bar--item {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: var(--item-font-size);
    padding: 0 0.1em;
    margin-right: var(--item-margin-right);
    height: 100%;
    color: #fff;
    border-bottom: 3px solid transparent;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  
  .nav-bar--item:hover {
    border-bottom-color: rgba(255, 179, 33, 0.9);
    color: #fff;
  }
  
  .nav-bar--item .svg-icon {
    font-size: var(--size, 15px);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  
  .nav-bar--item-label {
    margin: 0 4px 0 7px;
    white-space: nowrap;
  }
  
  .nav-bar--item-menu-holder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .nav-bar--item-sub-menu {
    background: var(--color-purple-dark);
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: -10000px;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    margin-right: calc(var(--item-margin-right) / 2);
  }
  
  .nav-bar--item-sub-menu .nav-bar--item {
    cursor: pointer;
    padding: 0 calc(var(--item-margin-right) / 2);
    margin: 0;
  }
  
  .nav-bar--item-sub-menu .nav-bar--item:hover {
    background: var(--color-purple-dark-hover);
    border-color: transparent;
  }
  
  .news-item-header {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    grid-gap: 16px;
    margin-bottom: 24px;
    font-size: 15px;
  }
  
  .news-item-header time:empty {
    display: none;
  }
  
  .news-item-header a {
    text-decoration: none;
    border: none;
  }
  
  .news-item-header--date {
    font-weight: bold;
  }
  
  .news-item-header--source {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: bold;
    white-space: nowrap;
    border: none;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .news-item-header--tags a {
    color: #919191;
  }
  
  .news-item-header--tags a:hover {
    color: #e74946;
  }
  
  .news-item-main {
    padding-top: 32px;
    padding-right: 0;
  }
  
  @media screen and (min-width: 1000px) {
    .news-item-main {
    }
  }
  
  @media screen and (min-width: 1200px) {
    .news-item-main {
    }
  }
  
  .news-item-main.desc {
  }
  
  .news-item-main--title {
    font-size: 200%;
    font-family: "Roboto Slab", sans-serif;
    line-height: 1.05;
    margin-bottom: 0.3em;
    margin-top: 0;
    color: #fa3d3d;
  }
  
  .news-item-main--content {
    color: #ff0000;
    line-height: 1.4;
    font-size: 16px;
    margin-bottom: 24px;
  }
header{
    background: #fff;
}  