@charset "UTF-8";
/* SASS PER I FORM CONTATTI */
form {
  margin: 0; }
  form .form-actions {
    margin-bottom: 0; }
  form .form-control[readonly] {
    background-color: transparent; }
  form .datepicker {
    background-color: transparent; }
  form select.form-control {
    background: transparent;
    padding: 0 5px; }
  form .checkbox label, form .radio label {
    position: relative; }
    form .checkbox label input[type="checkbox"], form .checkbox label input[type="radio"], form .radio label input[type="checkbox"], form .radio label input[type="radio"] {
      left: 0;
      margin: 5px 0;
      width: 15px; }
    form .checkbox label span, form .radio label span {
      margin-left: 5px;
      float: left; }
  form input[type="file"] {
    border-bottom: 0;
    padding: 0; }
    form input[type="file"] + .bar:before, form input[type="file"] + .bar:after, form input[type="file"] + .highlight {
      display: none; }
  form .captcha-cont + .highlight + .bar {
    display: none; }
  form .captcha-cont {
    margin: 10px 0;
    display: block; }

form .label-required:after {
  color: #dd0000 !important; }

.page_sidebar_form form .label-required:after, .newsletter_form form .label-required:after {
  color: #FFF !important; }

.page_sidebar_form .help-block, .newsletter_form .help-block {
  color: #FFF; }

.group {
  position: relative;
  margin-bottom: 20px;
  clear: both; }
  .group .controls {
    margin-bottom: 15px; }

.form-control {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #FABB00;
  border-radius: 0;
  box-shadow: none;
  padding: 10px;
  font-size: 16px;
  background-color: transparent; }
  .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #FABB00; }

textarea, input {
  font-size: 16px;
  padding: 5px 30px 5px 10px;
  display: block;
  border: none;
  border-bottom: 1px solid #FABB00;
  width: 100%;
  max-width: 100%; }

input:focus, textarea:focus {
  outline: none; }

.bar {
  position: relative;
  display: block; }

.bar:before, .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #FABB00;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

.bar:before {
  left: 50%; }

.bar:after {
  right: 50%; }

.btn.btn-primary[type=submit] {
  width: auto; }

input:focus ~ .bar:before, input:focus ~ .bar:after, textarea:focus ~ .bar:before, textarea:focus ~ .bar:after {
  width: 50%; }

input:focus ~ .highlight, textarea:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease; }

@-webkit-keyframes inputHighlighter {
  from {
    background: #FABB00; }
  to {
    width: 0;
    background: transparent; } }

@keyframes inputHighlighter {
  from {
    background: #FABB00; }
  to {
    width: 0;
    background: transparent; } }

/* SASS PER IL MENU MOBILE */
/* CSS BASE DI SLIDEOUT */
body {
  width: 100%;
  height: 100%; }

.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none; }

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  background-color: #fafafa; }

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden; }

.slideout-open .slideout-menu {
  display: block; }

/* MENU */
#mobile_menu {
  background-color: #382f1f;
  box-shadow: -3px 0 6px rgba(0, 0, 0, 0.2) inset; }
  #mobile_menu .mobile_menu_top {
    margin: 0 0 15px;
    background: rgba(0, 0, 0, 0.2); }
    #mobile_menu .mobile_menu_top .close_mobile_btn {
      background: none;
      border: none;
      color: #FFF;
      padding: 5px 15px 5px;
      font-size: 22px; }
  #mobile_menu .mobile_menu_buttons {
    padding: 0 15px; }
    #mobile_menu .mobile_menu_buttons .lang_menu {
      margin-top: 15px; }
      #mobile_menu .mobile_menu_buttons .lang_menu button {
        background: none;
        border: 0;
        color: #FFF; }
      #mobile_menu .mobile_menu_buttons .lang_menu .dropdown-menu {
        background-color: #382f1f;
        min-width: auto; }
        #mobile_menu .mobile_menu_buttons .lang_menu .dropdown-menu a {
          padding: 5px 15px;
          text-align: left;
          color: #FFF; }
          #mobile_menu .mobile_menu_buttons .lang_menu .dropdown-menu a:hover {
            background-color: #FABB00; }

.mobile_menu_button {
  position: absolute;
  left: 0; }
  .mobile_menu_button .btn.toggle-button {
    font-size: 1.8em;
    padding: 5px 15px 5px 5px; }

.mobile_toolbar_contacts {
  color: #FFF;
  margin: 30px 0;
  background-color: #FABB00;
  padding: 10px; }

@media only screen and (min-width: 768px) {
  .slideout-menu {
    display: none; } }

/***************
BOOTSTRAP & OWL CAROUSEL RESET 
****************/
body {
  font-size: 16px;
  line-height: 1.5;
  background-color: #fafafa; }

a {
  color: #FABB00; }

a:hover {
  color: #946f00;
  transition: color 0.3s;
  text-decoration: none; }

h1, h2, h3, h4 {
  font-weight: 700;
  margin: 0; }

.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none; }

.btn.btn-primary {
  background-color: #FABB00;
  border-color: #FABB00;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  color: #FFF;
  padding: 10px 20px;
  font-size: 1em;
  margin: 10px 0; }
  .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
    background-color: #946f00;
    box-shadow: none;
    border-color: #946f00;
    transition: all 0.3s ease-out; }

.showcase .owl-item {
  -webkit-backface-visibility: visible;
  backface-visibility: visible; }
  .showcase .owl-item img {
    -webkit-transform-style: initial;
            transform-style: initial; }

.owl-nav {
  color: #FABB00; }
  .owl-nav div {
    position: absolute;
    top: 40%;
    font-size: 3em;
    opacity: 0.7;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }
    .owl-nav div:hover {
      opacity: 1;
      transition: all 0.3s ease-out; }
    .owl-nav div.owl-next {
      right: -25px; }
    .owl-nav div.owl-prev {
      left: -25px; }
    .owl-nav div.disabled {
      display: none; }

/*****************
HEADER
*****************/
.top_toolbar {
  background-color: #382f1f;
  min-height: 40px; }
  .top_toolbar .toolbar_contacts {
    color: #FFF;
    margin: 10px 0; }
  .top_toolbar ul {
    text-align: right;
    margin: 0; }
    .top_toolbar ul .btn {
      margin: 0;
      box-shadow: none; }
      .top_toolbar ul .btn.btn-search {
        background: transparent;
        border: 0;
        position: absolute;
        right: 0;
        top: 3px;
        padding: 5px;
        color: #FFF;
        background-color: transparent; }
        .top_toolbar ul .btn.btn-search:hover {
          color: #FABB00;
          transition: all 0.3s ease-out; }
    .top_toolbar ul .search_box {
      margin: 0 5px; }
      .top_toolbar ul .search_box .group {
        margin: 0;
        height: 25px; }
      .top_toolbar ul .search_box input {
        background-color: transparent;
        color: #FFF; }
        .top_toolbar ul .search_box input::-webkit-input-placeholder {
          color: rgba(255, 255, 255, 0.8); }
        .top_toolbar ul .search_box input::-moz-placeholder {
          color: rgba(255, 255, 255, 0.8); }
        .top_toolbar ul .search_box input:-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.8); }
        .top_toolbar ul .search_box input::placeholder {
          color: rgba(255, 255, 255, 0.8); }
    .top_toolbar ul .lang_menu {
      border-left: 1px solid #FFF;
      padding-left: 5px; }
      .top_toolbar ul .lang_menu button {
        background: none;
        border: 0;
        color: #FFF; }
      .top_toolbar ul .lang_menu .dropdown-menu {
        background-color: #382f1f;
        min-width: auto; }
        .top_toolbar ul .lang_menu .dropdown-menu a {
          padding: 5px 15px;
          text-align: left;
          color: #FFF; }
          .top_toolbar ul .lang_menu .dropdown-menu a:hover {
            background-color: #FABB00; }

.header {
  background-color: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 6px 0px rgba(0, 0, 0, 0.11);
  min-height: 100px; }
  .header .logo {
    margin: 10px 0;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100px; }
    .header .logo img {
      max-height: 100px;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; }

/*****************
MENU
*****************/
.menu_container > .navbar {
  margin: 35px -15px 20px 15px; }

.menu_container .navbar-nav > li > a {
  font-weight: bold;
  padding: 10px;
  margin: 0 5px;
  border-bottom: 3px solid transparent; }
  .menu_container .navbar-nav > li > a:hover, .menu_container .navbar-nav > li > a:focus {
    border-bottom-color: #FABB00;
    background-color: transparent;
    color: #FABB00; }

.menu_container .navbar-nav > li.active > a {
  border-bottom-color: #FABB00; }

.menu_container .navbar-nav > li.evidence {
  background-color: #FABB00; }
  .menu_container .navbar-nav > li.evidence > a {
    color: #FFF; }

.dropdown .dropdown-menu {
  border: 0;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 14px 0px rgba(0, 0, 0, 0.11); }
  .dropdown .dropdown-menu a:after {
    border-left-color: #FABB00; }
  .dropdown .dropdown-menu a:hover:after {
    border-left-color: #FFF; }
  .dropdown .dropdown-menu .dropdown-submenu.active a:after {
    border-left-color: #FFF; }
  .dropdown .dropdown-menu li a {
    white-space: normal; }

.dropdown.evidence {
  background-color: #FABB00; }
  .dropdown.evidence > a {
    color: #FFF;
    transition: all 0.3s ease-out; }
    .dropdown.evidence > a:hover {
      color: #FABB00; }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: #FABB00;
  color: #FFF;
  transition: none; }

.dropdown-menu > .active > a {
  background-color: #FABB00; }
  .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #946f00; }

.navbar-nav .dropdown:hover > .dropdown-menu {
  display: block;
  border-radius: 0; }

.dropdown-submenu {
  position: relative; }
  .dropdown-submenu.active > a {
    background-color: #FABB00; }
    .dropdown-submenu.active > a:hover {
      background-color: #946f00; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px; }

.dropdown-submenu > .dropdown-menu {
  min-width: 220px; }

.dropdown-submenu > .dropdown-menu > li > a {
  white-space: normal; }

/* MENU LATERALE */
.side_menu {
  list-style-type: none;
  padding: 0 15px 0 5px;
  /* SECONDO LIVELLO */ }
  .side_menu li {
    margin: 0;
    padding: 10px 0 10px 10px;
    font-weight: normal; }
    .side_menu li.active {
      font-weight: 700; }
    .side_menu li.evidence {
      background-color: #FABB00; }
      .side_menu li.evidence > a {
        color: #FFF; }
    .side_menu li a {
      color: #FFF; }
      .side_menu li a.submenu_open i {
        margin-right: 10px; }
      .side_menu li a:hover {
        color: rgba(255, 255, 255, 0.5); }
    .side_menu li i {
      margin-top: 5px; }
  .side_menu ul {
    list-style-type: none;
    padding-left: 0;
    margin: 10px 0 0;
    background-color: rgba(0, 0, 0, 0.1); }
    .side_menu ul li {
      border-left: 2px solid #FFF; }

/*****************
HOMEPAGE
*****************/
.homepage {
  padding-top: 30px;
  /* SE SLIDER FULLPAGE ATTACCATO ALL'HEADER */ }
  .homepage .showcase_slider.single_box #showcase_block_1 {
    margin-top: -30px; }
  .homepage .showcase_slider.single_box.has_main_text #showcase_block_1 {
    margin-top: 0; }

/*****************
VETRINE
*****************/
.showcase {
  margin-bottom: 20px;
  /****** VETRINA SLIDER *****/
  /* FRECCE */ }
  .showcase .showcase_main_text {
    text-align: center;
    margin-top: 20px;
    padding: 0 15px;
    margin-bottom: 20px; }
    .showcase .showcase_main_text h2 {
      font-size: 2em;
      color: #382f1f;
      margin: 10px 0; }
    .showcase .showcase_main_text .showcase_main_description {
      margin-bottom: 20px; }
  .showcase.fullpage .single_box .element_content h3 {
    font-size: 3.5em;
    font-weight: 700;
    margin-bottom: 20px; }
  .showcase.fullpage .single_box .element_content .element_description {
    font-size: 1.5em;
    margin-bottom: 20px; }
  .showcase.showcase_slider.fullpage {
    margin: 0 50px 20px; }
    .showcase.showcase_slider.fullpage.single_box {
      margin: 0 0 20px 0; }
      .showcase.showcase_slider.fullpage.single_box .element_img_bg {
        margin: 0; }
      .showcase.showcase_slider.fullpage.single_box .element_img_side {
        margin: 10px 55px; }
      .showcase.showcase_slider.fullpage.single_box .element_img_top {
        margin: 10px 55px; }
        .showcase.showcase_slider.fullpage.single_box .element_img_top .element_img img {
          max-height: 500px; }
      .showcase.showcase_slider.fullpage.single_box .owl-nav div {
        top: 40%; }
        .showcase.showcase_slider.fullpage.single_box .owl-nav div.owl-prev {
          left: 10px; }
        .showcase.showcase_slider.fullpage.single_box .owl-nav div.owl-next {
          right: 10px; }
  .showcase .element_content .element_date {
    margin-bottom: 5px;
    font-size: 1.3em; }
  .showcase .element_content h3 {
    margin-bottom: 20px;
    font-size: 26px; }
  .showcase .element_content .element_description {
    max-width: 1360px; }
  .showcase .owl-nav {
    color: #FABB00; }
    .showcase .owl-nav div.owl-prev {
      left: -20px; }
    .showcase .owl-nav div.owl-next {
      right: -20px; }
    .showcase .owl-nav div.disabled {
      display: none; }
  .showcase .owl-item {
    /* VETRINA SLIDER CON IMMAGINE SOPRA */
    /* VETRINA SLIDER CON IMMAGINE A LATO */
    /* VETRINA SLIDER CON IMMAGINE DI SFONDO */ }
    .showcase .owl-item .element_img_top {
      background-color: #FFF;
      padding: 0;
      margin: 10px 15px;
      box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 14px 0px rgba(0, 0, 0, 0.11); }
      .showcase .owl-item .element_img_top.element_align_right {
        text-align: right; }
      .showcase .owl-item .element_img_top.element_align_center {
        text-align: center; }
      .showcase .owl-item .element_img_top .element_img img {
        max-height: 360px;
        width: auto;
        margin: 0 auto 30px; }
      .showcase .owl-item .element_img_top .element_content {
        padding: 15px; }
    .showcase .owl-item .element_img_side {
      background-color: #FFF;
      padding: 20px;
      margin: 10px 15px;
      box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 14px 0px rgba(0, 0, 0, 0.11); }
      .showcase .owl-item .element_img_side.element_align_right {
        text-align: right; }
      .showcase .owl-item .element_img_side .element_img {
        margin-top: 10px; }
      .showcase .owl-item .element_img_side .element_content {
        padding: 0; }
    .showcase .owl-item .element_img_bg {
      margin: 0 15px;
      background-color: #382f1f;
      /* SE IL BOX O LA SLIDE HA QUANTITY = 1 */ }
      .showcase .owl-item .element_img_bg.element_align_center {
        text-align: center; }
        .showcase .owl-item .element_img_bg.element_align_center .element_description {
          margin: 0 auto 20px; }
      .showcase .owl-item .element_img_bg.element_align_right {
        text-align: right; }
      .showcase .owl-item .element_img_bg.single_box .element_content {
        height: 600px; }
        .showcase .owl-item .element_img_bg.single_box .element_content .element_text {
          padding: 40px;
          margin-top: 130px; }
      .showcase .owl-item .element_img_bg .element_content {
        padding: 30px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        color: #FFF; }
        .showcase .owl-item .element_img_bg .element_content h3 {
          margin-bottom: 20px; }
          .showcase .owl-item .element_img_bg .element_content h3 a {
            color: #FFF; }
          .showcase .owl-item .element_img_bg .element_content h3 a:hover {
            color: rgba(255, 255, 255, 0.85); }

/*****************
ELEMENTI BOX (vetrine e figli)
*****************/
.boxed_element {
  margin-bottom: 15px;
  /******* ELEMENTO A BOX CON IMMAGINE SOPRA ********/
  /******* ELEMENTO A BOX CON IMMAGINE A LATO ********/
  /* ELEMENTO A BOX CON IMMAGINE DI SFONDO */ }
  .boxed_element h1, .boxed_element h2, .boxed_element h3 {
    margin-bottom: 20px; }
  .boxed_element .element_img_top {
    background-color: #FFF;
    padding: 0;
    margin: 0;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 14px 0px rgba(0, 0, 0, 0.11); }
    .boxed_element .element_img_top.element_align_right {
      text-align: right; }
    .boxed_element .element_img_top.element_align_center {
      text-align: center; }
    .boxed_element .element_img_top .element_content {
      padding: 15px; }
    .boxed_element .element_img_top .element_img img {
      max-height: 360px;
      width: auto;
      margin: 0 auto 10px; }
  .boxed_element .element_img_side {
    background-color: #FFF;
    padding: 15px;
    margin: 0;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 14px 0px rgba(0, 0, 0, 0.11); }
    .boxed_element .element_img_side.element_align_right {
      text-align: right; }
    .boxed_element .element_img_side.element_align_center {
      text-align: center; }
    .boxed_element .element_img_side .element_img img {
      max-height: 260px;
      width: auto;
      margin: 0 auto 10px; }
    .boxed_element .element_img_side.single_box h3 {
      font-size: 1.5em; }
    .boxed_element .element_img_side.single_box .element_description {
      font-size: 1em; }
  .boxed_element .element_img_bg {
    background-color: #382f1f;
    /* SE IL BOX O LA SLIDE HA QUANTITY = 1 */ }
    .boxed_element .element_img_bg.element_align_center {
      text-align: center; }
      .boxed_element .element_img_bg.element_align_center .element_description {
        margin: 0 auto 20px; }
    .boxed_element .element_img_bg.element_align_right {
      text-align: right; }
    .boxed_element .element_img_bg.single_box .element_content {
      height: 600px; }
      .boxed_element .element_img_bg.single_box .element_content .element_text {
        padding: 40px;
        margin-top: 130px; }
    .boxed_element .element_img_bg .element_content {
      padding: 30px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      height: 100%; }
      .boxed_element .element_img_bg .element_content h3 {
        margin-bottom: 20px; }
        .boxed_element .element_img_bg .element_content h3 a {
          color: #FFF; }
        .boxed_element .element_img_bg .element_content h3 a:hover {
          color: rgba(255, 255, 255, 0.85); }
      .boxed_element .element_img_bg .element_content .element_date {
        color: #FFF; }
      .boxed_element .element_img_bg .element_content .element_description {
        color: #FFF; }

/*****************
BLOCCO NEWS HOME
*****************/
.home_news_block h2, .home_newsletter_block h2 {
  font-size: 2em;
  color: #382f1f;
  margin: 10px 0 20px;
  text-align: center; }

/***********************
BLOCCO NEWSLETTER HOME
***********************/
.home_newsletter_block .newsletter_form form {
  max-width: 320px;
  margin: 30px auto; }
  .home_newsletter_block .newsletter_form form .form-group {
    margin-bottom: 5px; }

/*****************
SIDEBAR HOME
*****************/
.sidebar_home {
  margin: 0 0 30px;
  padding: 20px 0;
  background-color: #382f1f;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 14px 0px rgba(0, 0, 0, 0.11); }
  .sidebar_home .menu_sidebar_home h3 {
    color: #FFF;
    padding: 0 15px;
    margin-bottom: 20px; }
  .sidebar_home .showcase .showcase_main_text h2 {
    color: #FFF; }
  .sidebar_home .showcase .owl-nav {
    display: none; }
  .sidebar_home .home_sidebar_form {
    padding: 20px 15px;
    color: #FFF;
    margin-bottom: 30px; }
    .sidebar_home .home_sidebar_form h4 {
      margin-bottom: 20px; }
    .sidebar_home .home_sidebar_form input, .sidebar_home .home_sidebar_form textarea, .sidebar_home .home_sidebar_form select {
      color: #FFF; }
      .sidebar_home .home_sidebar_form input option, .sidebar_home .home_sidebar_form textarea option, .sidebar_home .home_sidebar_form select option {
        background-color: #382f1f;
        color: #FFF; }

/*****************
PAGES
*****************/
.page .page_heading {
  margin-bottom: 20px;
  background-color: #382f1f;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .page .page_heading .page_heading_content {
    color: #FFF;
    padding: 70px 15px; }
    .page .page_heading .page_heading_content h1 {
      margin-bottom: 20px;
      font-size: 3.5em; }

.page .breadcrumb {
  margin: 20px 0;
  background: transparent;
  padding: 0; }

.page .page_contents {
  margin-top: 30px; }
  .page .page_contents .page_top_img {
    margin-bottom: 10px;
    text-align: center; }
    .page .page_contents .page_top_img a {
      display: inline-block; }
      .page .page_contents .page_top_img a:hover img {
        opacity: 0.8; }
    .page .page_contents .page_top_img img {
      max-height: 360px;
      transition: all 0.3s ease-out; }
  .page .page_contents .page_content h1, .page .page_contents .page_content h2, .page .page_contents .page_content h3, .page .page_contents .page_content h4 {
    margin-bottom: 20px;
    color: #382f1f; }
  .page .page_contents .page_content h4 {
    font-size: 26px; }
  .page .page_contents .page_content .page_publish_date {
    font-size: 20px;
    margin: 0 0 20px; }
  .page .page_contents .page_content .social_sharing {
    margin-bottom: 20px; }
  .page .page_contents .page_content .page_description {
    margin-bottom: 20px; }
  .page .page_contents .page_content .page_gallery {
    margin: 30px 0 40px; }
    .page .page_contents .page_content .page_gallery .page_gallery_slider .owl-item img {
      padding: 5px;
      max-height: 700px;
      width: auto;
      margin: 0 auto; }
    .page .page_contents .page_content .page_gallery .boxed_gallery {
      margin-bottom: 30px; }
      .page .page_contents .page_content .page_gallery .boxed_gallery a:hover img {
        opacity: 0.8;
        transition: all 0.3s ease-out; }
  .page .page_contents .page_content .page_cta {
    margin-bottom: 20px; }
  .page .page_contents .page_content .page_formpage {
    margin-bottom: 20px; }
    .page .page_contents .page_content .page_formpage tbody {
      border-bottom: 1px solid #ddd; }
  .page .page_contents .page_content .page_contact_form {
    margin: 20px 0 20px; }
  .page .page_contents .page_content .page_tags {
    margin-bottom: 20px; }

.page .page_children {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #ddd; }

/*****************
PAGE SIDEBAR
*****************/
.page_sidebar_form, .page_sidebar_menu {
  padding: 20px 15px;
  background-color: #382f1f;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 14px 0px rgba(0, 0, 0, 0.11);
  color: #FFF;
  margin-bottom: 30px; }
  .page_sidebar_form h4, .page_sidebar_menu h4 {
    margin-bottom: 20px; }
  .page_sidebar_form input, .page_sidebar_form textarea, .page_sidebar_form select, .page_sidebar_menu input, .page_sidebar_menu textarea, .page_sidebar_menu select {
    color: #FFF; }
    .page_sidebar_form input option, .page_sidebar_form textarea option, .page_sidebar_form select option, .page_sidebar_menu input option, .page_sidebar_menu textarea option, .page_sidebar_menu select option {
      background-color: #382f1f;
      color: #FFF; }

.page_sidebar_menu {
  padding: 20px 0; }
  .page_sidebar_menu h4 {
    padding: 0 15px; }

.page_sidebar_img {
  margin-bottom: 30px; }
  .page_sidebar_img a:hover img {
    opacity: 0.8; }
  .page_sidebar_img img {
    max-height: 360px;
    transition: all 0.3s ease-out; }

/*****************
FOOTER
*****************/
.footer {
  background-color: #382f1f;
  color: #FFF;
  padding: 30px 0;
  margin: 30px 0 10px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 14px 0px rgba(0, 0, 0, 0.11);
  font-size: 16px; }
  .footer .footer_headings {
    color: #FFF;
    font-size: 22px; }
  .footer .footer_menu ul {
    margin: 20px 0; }
    .footer .footer_menu ul li {
      margin: 10px 0; }
  .footer .footer_contacts .social_list {
    font-size: 2em;
    margin: 10px 0 20px; }
    .footer .footer_contacts .social_list li {
      padding-right: 5px;
      padding-left: 0; }
      .footer .footer_contacts .social_list li a {
        color: #FABB00; }
        .footer .footer_contacts .social_list li a:hover {
          color: #946f00; }
  .footer .footer_contacts .contacts i {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    font-size: 1.2em; }
  .footer .footer_contacts .contacts p {
    float: left;
    margin-bottom: 20px; }
    .footer .footer_contacts .contacts p a {
      display: block; }
  .footer .footer_contacts h5 {
    font-weight: 700;
    font-size: 18px; }
  .footer .footer_ra .ra_footer_login {
    margin-top: 20px;
    color: #FFF; }
    .footer .footer_ra .ra_footer_login input {
      color: #FFF; }
      .footer .footer_ra .ra_footer_login input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.8); }
      .footer .footer_ra .ra_footer_login input::-moz-placeholder {
        color: rgba(255, 255, 255, 0.8); }
      .footer .footer_ra .ra_footer_login input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.8); }
      .footer .footer_ra .ra_footer_login input::placeholder {
        color: rgba(255, 255, 255, 0.8); }
  .footer .footer_ra .ra_footer_logged {
    margin-top: 20px; }
  .footer .footer_ra .ra_footer_menu {
    margin-top: 20px; }
    .footer .footer_ra .ra_footer_menu h5 {
      font-size: 16px;
      font-weight: bold; }
    .footer .footer_ra .ra_footer_menu li {
      margin-bottom: 10px;
      padding-left: 10px; }
  .footer .footer_newsletter .newsletter_form {
    margin-top: 20px;
    max-width: 320px; }
    .footer .footer_newsletter .newsletter_form input {
      color: #FFF; }
      .footer .footer_newsletter .newsletter_form input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.8); }
      .footer .footer_newsletter .newsletter_form input::-moz-placeholder {
        color: rgba(255, 255, 255, 0.8); }
      .footer .footer_newsletter .newsletter_form input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.8); }
      .footer .footer_newsletter .newsletter_form input::placeholder {
        color: rgba(255, 255, 255, 0.8); }
  .footer a {
    color: #FFF;
    text-decoration: underline; }
    .footer a.btn {
      text-decoration: none; }
      .footer a.btn:hover {
        color: #FFF; }
    .footer a:hover {
      color: rgba(255, 255, 255, 0.5); }

.site_bottom {
  margin: 20px 0; }
  .site_bottom .footer_credits {
    margin-top: 10px;
    font-size: 14px; }

/*****************
CTA BAR
*****************/
.cta_bar {
  position: fixed;
  background-color: #382f1f;
  bottom: 0;
  z-index: 999;
  width: 100%;
  padding: 0 15px;
  box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.1), 0 -1px 12px 0px rgba(0, 0, 0, 0.15);
  color: #FFF; }
  .cta_bar .cta_text {
    font-weight: 700;
    margin: 10px 10px 0;
    font-size: 1.2em;
    display: inline-block; }

/*****************
SEARCH PAGE
*****************/
.top_searchbar {
  margin: 40px 0 20px; }
  .top_searchbar h1 {
    color: #382f1f;
    font-weight: normal; }

.no_results {
  background: #FFF;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 14px 0px rgba(0, 0, 0, 0.11); }
  .no_results h1 {
    font-size: 2.5em;
    font-weight: normal;
    color: #382f1f; }

/*****************
TAG PAGE
*****************/
.tags_page .tags_title {
  margin: 40px 0 20px;
  color: #382f1f;
  font-weight: normal; }

/*****************
RESTRICTED AREA
*****************/
.sidebar_ra {
  margin: 30px 0;
  padding: 20px 0;
  background-color: #382f1f;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 14px 0px rgba(0, 0, 0, 0.11); }
  .sidebar_ra .dashboard_link {
    padding-left: 10px; }
  .sidebar_ra h3 {
    color: #FFF;
    margin-bottom: 20px;
    margin-left: 15px; }

.user_restricted_files, .page_restricted_files {
  margin-top: 30px; }
  .user_restricted_files h1, .page_restricted_files h1 {
    color: #382f1f;
    margin-bottom: 20px; }
  .user_restricted_files .ra_user_data, .page_restricted_files .ra_user_data {
    color: #382f1f; }
  .user_restricted_files .files_table_container, .page_restricted_files .files_table_container {
    background-color: #FFF;
    padding: 0;
    margin: 0;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 14px 0px rgba(0, 0, 0, 0.11);
    overflow-x: auto; }
    .user_restricted_files .files_table_container table, .page_restricted_files .files_table_container table {
      margin-bottom: 0; }
      .user_restricted_files .files_table_container table thead, .page_restricted_files .files_table_container table thead {
        background-color: #382f1f;
        color: #FFF; }
        .user_restricted_files .files_table_container table thead th, .page_restricted_files .files_table_container table thead th {
          border: 0;
          padding-right: 15px;
          padding-left: 15px; }
      .user_restricted_files .files_table_container table td, .page_restricted_files .files_table_container table td {
        vertical-align: middle;
        padding-right: 15px;
        padding-left: 15px; }
      .user_restricted_files .files_table_container table .ra_file_download .btn, .page_restricted_files .files_table_container table .ra_file_download .btn {
        padding: 5px 15px;
        margin: 10px 0; }

.ra_login .ra_login_form_container {
  background-color: #FFF;
  padding: 15px;
  margin: 30px auto;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 14px 0px rgba(0, 0, 0, 0.11); }
  .ra_login .ra_login_form_container h4 {
    text-align: center;
    font-size: 2em;
    color: #382f1f;
    margin: 20px auto; }
  .ra_login .ra_login_form_container .page-subtitle {
    text-align: center; }
  .ra_login .ra_login_form_container form {
    padding: 20px 40px 10px; }

/*****************
404 PAGE
*****************/
.error_notfound .jumbotron {
  background-color: #FFF;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 14px 0px rgba(0, 0, 0, 0.11);
  border-radius: 0;
  margin-top: 40px; }
  .error_notfound .jumbotron h1 {
    color: #382f1f; }

/*********
PAGINATION
**********/
.pagination {
  margin-top: 0;
  background: #FFf;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 14px 0px rgba(0, 0, 0, 0.11);
  border-radius: 0;
  border: 0;
  font-weight: 700;
  font-size: 20px; }
  .pagination li a {
    color: #FABB00; }
  .pagination li > span, .pagination li > a {
    border: 0;
    border-radius: 0; }
  .pagination li.active span {
    background-color: #382f1f;
    border: 1px solid #382f1f; }
    .pagination li.active span:hover, .pagination li.active span:active {
      background-color: #382f1f;
      border-color: #382f1f; }

/************* FLEXBOX *****************/
.flexed .row-flex, .flexed .row-flex > div[class*='col-'] {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.flexed .row-flex-wrap {
  -webkit-flex-flow: row wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-flex: 0;
      -ms-flex: 0;
          flex: 0; }

.flexed .container-flex > div[class*='col-'] div, .flexed .row-flex > div[class*='col-'] > div {
  width: 100%; }

.flexed .flex-col {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-flex: 1 100%;
      -ms-flex: 1 100%;
          flex: 1 100%;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }

.flexed .flex-grow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 2;
  -ms-flex: 2;
      flex: 2; }

/*******
col-lg 
*******/
/*******
col-md
*******/
@media only screen and (max-width: 992px) {
  /* HOME */
  .sidebar_home {
    display: inline-block;
    min-width: 100%;
    position: relative; }
    .sidebar_home .sidebar_toggle {
      margin: 0 15px !important; }
  h3.menu_sidebar_home_title {
    padding-right: 50px !important; }
  .header .logo {
    margin-left: 60px; }
  .showcase .single_box .element_img_top .element_img img {
    max-height: 300px; }
  .showcase.fullpage .single_box .element_content h3 {
    font-size: 2em; }
  .showcase.fullpage .single_box .element_content .element_description {
    font-size: 1.2em; }
  .home_sidebar_form {
    padding-top: 5px !important; }
  .page_sidebar_form, .page_sidebar_menu, .menu_sidebar_home, .home_sidebar_form {
    position: relative;
    padding-bottom: 5px; }
    .page_sidebar_form h4, .page_sidebar_menu h4, .menu_sidebar_home h4, .home_sidebar_form h4 {
      margin-right: 30px; }
    .page_sidebar_form .sidebar_toggle, .page_sidebar_menu .sidebar_toggle, .menu_sidebar_home .sidebar_toggle, .home_sidebar_form .sidebar_toggle {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 1.4em;
      margin: 15px;
      color: #FFF; }
  .page_gallery .boxed_gallery img {
    max-height: 400px;
    margin: 0 auto; } }

/*******
col-sm
*******/
@media only screen and (max-width: 767px) {
  .search_box .group {
    height: 35px; }
  /* VETRINE */
  .element_img_side img {
    width: auto !important;
    max-height: 300px;
    margin: 0 auto 20px; }
  /* FOOTER */
  .footer_block {
    border-bottom: 2px solid #FFF;
    margin-bottom: 30px;
    padding-bottom: 20px; }
    .footer_block .newsletter_form input {
      max-width: 320px; }
  .lang_menu {
    margin-top: 15px;
    border-top: 1px solid #FFF;
    padding: 15px 0; }
  .owl-nav {
    display: none; } }

/*******
col-xs
*******/
@media only screen and (max-width: 480px) {
  /* HEADER */
  .header {
    min-height: 80px; }
    .header .logo {
      height: 60px; }
      .header .logo img {
        max-height: 60px; }
  .top_toolbar ul .search_box {
    margin: 5px 0 20px;
    display: block; }
  .showcase .owl-item .element_img_bg.single_box .element_content {
    height: 320px; }
    .showcase .owl-item .element_img_bg.single_box .element_content .element_text {
      padding: 0 5px;
      margin-top: 0; }
  /* PAGE */
  .page .page_heading .page_heading_content h1 {
    font-size: 2em; }
  /* se è sotto le news... */
  .col-md-6.home_newsletter_block {
    margin-top: 30px; } }
