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(../images/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: 11px;
}
@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(../images/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(../images/navtabicons.png);
    background-repeat: no-repeat;
    position: relative;
  }
  .logo_pl {
    display: block;
    width: auto;
    height: 90px;
    background-image: url(../images/logo_pl.png) !important;
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
  }
  #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: 13px;
    font-weight: 500;
  }
  #ninetabs li {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease !important;
  }
}
@media only screen and (min-width: 1120px) {
  .ninetabs a span {
    font-size: 13px;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  behavior: url(../boxsizing.htc);
}
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 0.5em;
}
button,
input {
  vertical-align: top;
  vertical-align: top;
  outline: none;
  font-size: 13px;
  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: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: fontawesome;
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont_1.eot#iefix&v=4.5.0)
      format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff2) format("woff2"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesomeregular) 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: 0.8em;
  color: #999;
  background-color: #eee;
  text-align: center;
}
#footer-wrp a {
  color: #999;
}
