@charset "UTF-8";
/* SASS PER I FORM CONTATTI */
form {
  margin: 0;
}
form .form-actions {
  margin-bottom: 0;
}
form .g-recaptcha > div, form iframe {
  max-width: 100% !important;
  width: 100% !important;
}
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: 20px;
  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 .radio-inline input[type=radio] {
  width: auto;
}

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 #c90000;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px;
  font-size: 16px;
  background-color: transparent;
}
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #c90000;
}

textarea, input {
  font-size: 16px;
  padding: 5px 30px 5px 10px;
  display: block;
  border: none;
  border-bottom: 1px solid #c90000;
  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: #c90000;
  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: #c90000;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #c90000;
  }
  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: #2f2f2f;
  -webkit-box-shadow: -3px 0 6px rgba(0, 0, 0, 0.2) inset;
          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: #2f2f2f;
  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: #c90000;
}

.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: #c90000;
  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: #c90000;
}

a:hover {
  color: #630000;
  -webkit-transition: color 0.3s;
  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: #c90000;
  border-color: #c90000;
  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: #630000;
  border-color: #630000;
  -webkit-transition: all 0.3s ease-out;
  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: #c90000;
}
.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;
  -webkit-transition: all 0.3s ease-out;
  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;
}

.dropdown-menu {
  padding: 0px;
  min-width: 200px;
}

.dropdown-menu > li > a {
  padding: 8px 20px;
}

/** implementate con iCheckbox **/
.checkbox label, .radio label {
  padding-left: 0px;
}

.checkbox label span, .radio label span {
  float: none !important;
}

/*****************
HEADER
*****************/
.top_toolbar {
  background-color: #2f2f2f;
  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;
  -webkit-box-shadow: none;
          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: #c90000;
  -webkit-transition: all 0.3s ease-out;
  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::-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: #2f2f2f;
  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: #c90000;
}

.header {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 6px 0px rgba(0, 0, 0, 0.11);
          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-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100px;
}
.header .logo img {
  max-height: 100px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

/*
|--------------------------------------------------------------------------
| INFO BOX
|--------------------------------------------------------------------------
*/
.info_box {
  background-color: #FFF;
  position: fixed;
  z-index: 1000;
  right: -260px;
  width: 260px;
  min-height: 240px;
  padding: 15px;
  top: 20%;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.22);
  -webkit-transition: right 0.5s ease-out;
  transition: right 0.5s ease-out;
}
.info_box.info_box_popup {
  right: 0;
}
.info_box.info_box_open {
  right: 0;
}
.info_box.info_box_hide_alert .alert.alert-success {
  display: none;
}
.info_box .linguetta {
  position: absolute;
  left: -55px;
  color: #FFF;
  width: 50px;
  cursor: pointer;
}
.info_box .linguetta_title {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  background-color: #c90000 !important;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  white-space: nowrap;
  position: absolute;
  left: -153px;
  top: 88px;
  z-index: 2000;
  color: #FFF;
  letter-spacing: 3px;
  cursor: pointer;
  padding: 20px;
  width: 240px;
  text-align: center;
}
.info_box ul.list-unstyled li {
  margin-bottom: 15px;
}

.reserved_links a {
  color: #fff;
}

.mobile_info_btn {
  position: fixed;
  z-index: 999;
  bottom: 0;
  -webkit-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.2);
}

/*****************
MENU
*****************/
.menu_container > .navbar {
  margin: 35px -15px 20px 15px;
}
.menu_container .navbar-nav > li > a {
  font-weight: 700;
  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: #c90000;
  background-color: transparent;
  color: #c90000;
}
.menu_container .navbar-nav > li.active > a {
  border-bottom-color: #c90000;
}
.menu_container .navbar-nav > li.evidence {
  background-color: #c90000;
}
.menu_container .navbar-nav > li.evidence > a {
  color: #FFF;
}

.dropdown .dropdown-menu {
  border: 0;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 14px 0px rgba(0, 0, 0, 0.11);
          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: #c90000;
}
.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: #c90000;
}
.dropdown.evidence > a {
  color: #FFF;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dropdown.evidence > a:hover {
  color: #c90000;
}

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

.dropdown-menu > .active > a {
  background-color: #c90000;
}
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #630000;
}

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

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu.active > a {
  background-color: #c90000;
}
.dropdown-submenu.active > a:hover {
  background-color: #630000;
}

.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 .menu_item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.side_menu .menu_item_title .menu_link {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.side_menu .menu_item_title .submenu_open {
  max-width: 30px;
}
.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: #c90000;
}
.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: #2f2f2f;
  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 {
  overflow: hidden;
}
.showcase .element_content .element_date {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}
.showcase .element_content h3 {
  margin-bottom: 20px;
  font-size: 26px;
}
.showcase .element_content .element_description {
  max-width: 1360px;
}
.showcase .owl-nav {
  color: #c90000;
}
.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;
  border: 1px solid #ededed;
}
.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;
  border: 1px solid #ededed;
}
.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: #2f2f2f;
  /* 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;
  border: 1px solid #ededed;
}
.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 {
  width: auto;
  margin: 0 auto 10px;
}
.boxed_element .element_img_top h3 {
  font-size: 20px;
}
.boxed_element.col-md-3 .element_img img, .boxed_element.col-md-4 .element_img img {
  max-height: 280px;
}
.boxed_element.col-md-6 .element_img img {
  max-height: 300px;
}
.boxed_element.col-md-12 .element_img img {
  max-height: 360px;
}
.boxed_element .element_img_side {
  background-color: #FFF;
  padding: 15px;
  margin: 0;
  border: 1px solid #ededed;
}
.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: #2f2f2f;
  /* 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;
  font-size: 14px;
}
.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: #2f2f2f;
  margin: 10px 0 20px;
  text-align: center;
}

.home_news_title {
  color: #2f2f2f;
}

/***********************
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: #2f2f2f;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 14px 0px rgba(0, 0, 0, 0.11);
          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: #2f2f2f;
  color: #FFF;
}

/*****************
PAGES
*****************/
.page .page_heading {
  margin-bottom: 20px;
  background-color: #2f2f2f;
  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;
  -webkit-transition: all 0.3s ease-out;
  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: #2f2f2f;
}
.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;
  -webkit-transition: all 0.3s ease-out;
  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: #2f2f2f;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 14px 0px rgba(0, 0, 0, 0.11);
          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: #2f2f2f;
  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;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/*****************
FOOTER
*****************/
.footer {
  background-color: #2f2f2f;
  color: #FFF;
  padding: 30px 0;
  margin: 30px 0 10px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 14px 0px rgba(0, 0, 0, 0.11);
          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: #c90000;
}
.footer .footer_contacts .social_list li a:hover {
  color: #630000;
}
.footer .footer_contacts .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.footer .footer_contacts .contacts i {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
  font-size: 1.2em;
  min-width: 25px;
}
.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;
  margin: 0 0 20px;
}
.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::-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: 700;
}
.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::-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: #2f2f2f;
  bottom: 0;
  z-index: 999;
  width: 100%;
  padding: 0 15px;
  -webkit-box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.1), 0 -1px 12px 0px rgba(0, 0, 0, 0.15);
          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: #2f2f2f;
  font-weight: normal;
}

.no_results {
  background: #FFF;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 14px 0px rgba(0, 0, 0, 0.11);
          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: #2f2f2f;
}

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

/*****************
RESTRICTED AREA
*****************/
.sidebar_ra {
  margin: 30px 0;
  padding: 20px 0;
  background-color: #2f2f2f;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 14px 0px rgba(0, 0, 0, 0.11);
          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: #2f2f2f;
  margin-bottom: 20px;
}
.user_restricted_files .ra_user_data, .page_restricted_files .ra_user_data {
  color: #2f2f2f;
}
.user_restricted_files .files_table_container, .page_restricted_files .files_table_container {
  background-color: #FFF;
  padding: 0;
  margin: 0;
  border: 1px solid #ededed;
  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: #2f2f2f;
  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;
  border: 1px solid #ededed;
}
.ra_login .ra_login_form_container h4 {
  text-align: center;
  font-size: 2em;
  color: #2f2f2f;
  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;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 14px 0px rgba(0, 0, 0, 0.11);
          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: #2f2f2f;
}

/*********
PAGINATION
**********/
.pagination {
  margin-top: 0;
  background: #FFf;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 14px 0px rgba(0, 0, 0, 0.11);
          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: #c90000;
}
.pagination li > span, .pagination li > a {
  border: 0;
  border-radius: 0;
}
.pagination li.active span {
  background-color: #2f2f2f;
  border: 1px solid #2f2f2f;
}
.pagination li.active span:hover, .pagination li.active span:active {
  background-color: #2f2f2f;
  border-color: #2f2f2f;
}

/************* FLEXBOX *****************/
.flexed .row-flex, .flexed .row-flex > div[class*=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.flexed .row-flex-wrap {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.flexed .flex-grow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-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;
  }
}