/*------------------------------------------------------------------------
# Foundry Drupal
# ------------------------------------------------------------------------
# Created by Symphony Themes
# Websites:  http://www.symphonythemes.com -  Email: info@symphonythemes.com
--------------------------------------------------------------------------
    1.   Custom CSS
    2.   Menu
    3.   Custom blocks & types
    4.   Blog, Testimonials, Gallery, Portfolio & other blocks
    5.   Contact forms & Simplenews
    6.   Login & Register
--------------------------------------------------------------------------------*/

/* 01. Custom CSS
 --------------------------------------------------------------------------------*/

/* Element Style */
body {
  margin-top: 0;
	
}

p{
	font-size: 14px;
}

p img{
	height: auto;
	
}

.overlay::before {
  display: block;
}
h1.page-header {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 40px;
}
h1 a, h2 a, h3 a, h4 a {
  font-weight: normal;
}
p:last-child {
  margin-bottom: auto !important;
}
@media all and (max-width: 767px) {
  p  {
    font-size: 14px !important;
  }
}
.label a {
  color: #fff;
}
#edit-actions input[type="submit"], #edit-actions button[type="submit"] {
  width: auto;
}
.icon.glyphicon {
  font-size: 12px;
}
.form-control {
  margin-bottom: 0;
  border: none;  
  border-radius: 0;
}
ul ul {
  /* margin-left: 40px; */
}
.back-to-top {
  position: relative;
}
.accordion-2 .title:before {
  margin-right: 5px;
}
/* Zones & Regions */
#main-container {
  overflow: hidden;
  padding: 96px 0;
  position: relative;
}
@media all and (max-width: 767px) {
  #main-container  {
    padding: 80px 0;
  }
}
.page-node-type-full-page #main-container {
  padding: 0;
}

/* Search form */
#search-form input.form-search {
  height: 50px;
  background: #f8f8f8;
}
#search-form a#edit-help-link {
  display: none;
}
.path-search form.search-form + h2, .path-search form.search-form + h3 {
  padding-top: 40px;
}
.path-search ol li {
  padding-bottom: 40px;
}
/* Search block sidebar */
#search-block-form .input-group {
  width: 100%;
}
#search-block-form input[type="search"] {
  background: #f5f5f5;
  border: none;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-weight: 500;
  /*margin-bottom: 24px;*/
  border-radius: 0;
}
.builder-row {
  margin-left: -15px;
  margin-right: -15px;
}

/* Comment form */
form#comment-form textarea {
  padding: 16px 20px;
  background: #f5f5f5 none repeat scroll 0 0;
}
form#comment-form select#edit-comment-body-0-format--2 {
  background: #f5f5f5 none repeat scroll 0 0;
}
form#comment-form button#edit-submit {
  float: right;
  max-width: 25%;
  margin-right: 0;
}
.region-content ul.links {
  padding-top: 24px;
  text-transform: uppercase;
}


#block-titleblockcentershortimage{
	display: block;
  background-color: #F2F2F2;
  width: 100%;
  padding-bottom: 1em;
  padding-top: 3em;
}

body.page-node-type-article .main-container{
	border-top: 4em solid #f2f2f2;
  padding-top: 3em !important;
}


/* Sidebars */
aside h2.block-title {
  font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 24px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
}
aside .block {
  margin-bottom: 48px;
  padding: 0;
}

/* Footer Style */
footer {
  border: none !important;
  margin: 0 !important;
}
footer section {
  padding: 0;
  margin: 0;
}
.footer-1 h2.block-title {
  font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 24px;
  margin-bottom: 12px;
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 1px solid #555;
}

/* Margins & Padding */
p.mb24 {
  margin-bottom: 24px !important;
}
p.mb48 {
  margin-bottom: 48px !important;
}
p.mb64 {
  margin-bottom: 64px !important;
}
p.mb80 {
  margin-bottom: 80px !important;
}

/* Section */
section.border-bottom {
  border-bottom: 1px solid #ccc;
}
/*--------------------------------------------------------------------------------*/

/* 02. Menu
 --------------------------------------------------------------------------------*/

/* Logo */
.site-branding .logo {
  margin: 0;
}
.site-branding .logo img {
  max-height: 60%;
}
.site-branding .name {
  display: none;
}

/* Main menu */
.menu > li{ margin-right: 12px; }
nav.fixed, nav.absolute {
  z-index: 9999;
}
.navbar-toggle {
  margin: 0;
  padding: 0;
  border: none;
}
nav.transparent.fixed .menu > li > span,
.menu.nav > li > span,
.menu > li > ul li span,
.menu.nav > li > a {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #292929;
  opacity: 0.5;
  padding: 13px 12px;
  line-height: 30px;
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  max-width: 100%;
  white-space: normal;
}
.menu li span:hover {
  opacity: 1 !important;
}
nav.transparent .navbar-toggle,
nav.bg-dark .navbar-toggle {
  color: #fff;
}
nav.transparent .mobile-toggle.active  .navbar-toggle {
  color: #000;
}
.menu > li > ul li span {
  color: #fff;
  height: auto;
  padding: 2px 24px;
}
.has-dropdown::after {
  right: 15px !important;
  top: 0px !important;
}
.menu > li > ul > .has-dropdown:after {
  top: 3px !important;
  right: 15px !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus,
.nav li a:hover, .nav li a:focus {
  background: none;
}
#block-mainnavigation .navbar-nav > li > a {
  margin-top: 2px;
}
.menu > li ul {
  display: block;
  height: auto;
}
.menu > li ul li {
  margin-right: 0;
}
@media all and (min-width: 990px) {
  .menu > li.mega-menu-li ul {
    width: 400px;
  }
  .menu > li.mega-menu-li ul li {
    width: 50%;
    display: inline-block;
	margin-right: 0;
	padding-right: 0;
	float: left;
  }
  
  nav.transparent .menu > li > span,
  nav.bg-dark .menu > li > span {
    color: #fff;
  }
}
.menu li a.is-active {
  /* opacity: 1 !important; */
}
a.search-menu-item {
  font-size: 0 !important;
  position: relative;
  text-indent: 100px;
  width: 50px;
  overflow: hidden;  
}
a.search-menu-item:before,
nav.transparent.fixed a.search-menu-item::before {
  position: absolute;
  content: "\e610";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  color: #000;
  text-indent: 0;
  left: 0;
  top: 0;
  border-left: 1px solid #ccc;
  height: 100%;
  padding: 15px 0 0 20px;
}
nav.transparent a.search-menu-item::before {
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media all and (max-width: 990px) {
  .navbar-toggle {
    display: block;
  }
}

/* Menu for Logged in users */
.user-logged-in nav.absolute {
  top: 80px;
}

/* Pager */
nav.pager-nav {  
}
nav.pager-nav .pagination li a {
  width: auto;
  padding: 6px 12px;
}

/* Breadcrumbs */
.breadcrumb {
  background: none;
  padding: 0;
}
.breadcrumb li a,
.breadcrumb li {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 11px;
  font-weight: 600;
}
.breadcrumb > li + li:before {
  padding: 0 16px;
  color: #bbb;
}
@media all and (max-width: 767px) {
  .breadcrumb > li + li:before {
    padding: 0 4px;
  }
}

/* Nav tabs */
nav.tabs {
  text-transform: uppercase;
}

/*--------------------------------------------------------------------------------*/

/* 03. Custom Blocks & Types
 --------------------------------------------------------------------------------*/

/* Block Style */
.image-edge .container div[class*="col-"]  div[class*="col-"] {
  position: relative;
}
.background-image-holder {
  position: absolute !important;
}
.masonry-layout .masonry-item {
  background: none;
  border: none;
}
.postscript {
  margin-bottom: 48px;
}
.postscript h2.block-title,
.postscript .widget h6.title, #postscript h6.title{ 
  font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 24px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #555;
}

/* Masonry Loader */
.block-block-content9d9675fb-6125-4680-aa51-69faf55603ed {
  height: 0;
}

/* Poftfolio Project Type */
.page-node-type-project .project-brief .field .field--label {
  font-weight: normal;
}
.page-node-type-project .project-brief .field .field--item {
  letter-spacing: 2px;
  font-weight: 700;
  color: #292929;
  text-transform: uppercase;
}

/*--------------------------------------------------------------------------------*/

/* 04. Blog, Testimonials, Gallery, Portfolio & other blocks
 --------------------------------------------------------------------------------*/

/* View - Blog */
.view-blog .post-title,
.view-blog .views-field-view-node {
  margin-top: 24px;
}

/* Blog detail */
.node--type-article .field--name-field-video {
  margin-bottom: 24px;
}
.post-meta .field--name-field-blog-category {
  display: inline;
}
.node--type-article .content section[rel="schema:comment"] h2,
.node--type-article .content div[rel="schema:comment"] h6 {
  letter-spacing: 2px;
  margin-right: -2px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  padding-top: 24px;
  border-top: 1px solid #ccc;
  margin-top: 24px;
}
.node--type-article .content section article.comment {
  padding-bottom: 40px;
}
.node--type-article .content .field--name-field-tags {
  padding: 24px 0;
}
.node--type-article .content .field--name-field-tags .field__items .field--item {
  display: inline-block;
  padding-right: 5px;
}

/* Blog Masonry */
.path-blog-masonry .main-container,
.path-blog-masonry-2-col .main-container,
.path-blog-masonry-3-col .main-container,
.path-blog-masonry-sidebar .main-container,
.path-blog-masonry-sidebar-left .main-container,
.path-blog-masonry-sidebar-right .main-container {
  background: #f8f8f8;
}

/* Block - Recent posts */
.recent-posts .views-field.views-field-created {
  display: block;
  letter-spacing: 0;
  opacity: 0.8;
  margin-top: 5px;
}
.recent-posts .link-list {
  line-height: normal;
}

/* Block - Twitter Feed */
.block-twitter-feed h3,
.block-twitter-feed hr {
  display: none;
}
.block-twitter-feed ul li {
  margin-bottom: 24px;
}
.block-twitter-feed .block-inner ul li {
  position: relative;
  padding-left: 22px;
}
.block-twitter-feed .block-inner ul li:before {
  position: absolute;
  top: 6px;
  left: 0;
  float: left;
  display: inline-block;
  color: #292929;
  content: "\e74b";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 13px;
}
.postscript .block-twitter-feed .block-inner ul li:before {
  color: #fff;
}
.block-twitter-feed .block-inner ul li hr {
  margin: 12px 0;
}

/* Block Testimonial style1 */
.block-testimonial {
  text-align: center;
}
.block-testimonial-style1 .attachment .item-list li {
  list-style: none;
  display: inline-block;
  padding: 0 5px;
}
.block-testimonial .flexslider .slides .quote-author img,
 .views-field-field-testimonial-image img {
  width: 60px;
  height: 60px;
  display: inline;
}

@media all and (min-width: 767px) {
  .block-testimonial .flex-direction-nav a.flex-prev,
  .block-testimonial .flexslider:hover .flex-direction-nav a.flex-prev {
    left: -50px;
  }
  .block-testimonial .flex-direction-nav a.flex-next,
  .block-testimonial .flexslider:hover .flex-direction-nav a.flex-next {
    right: -50px;
  }
}

/* Block gallery grid */
.block-gallery-grid-3 .views-field-field-images ul {
  float: left;
  width: 100%;
  margin: 0;
}
.block-gallery-grid-3 .views-field-field-images ul li {
  float: left;
  padding: 0px 5px 5px 0;
  width: 33.333%;
  list-style: none;
  margin: 0;  
}
.block-gallery-grid-3 .views-field-field-images ul li:nth-child(3n+1) {
  clear: left;
}
@media all and (max-width: 767px) {
  .block-gallery-grid-3 .views-field-field-images ul li {
    width: 100%;
	padding: 10px 0;
	clear: left;
  }
}

/* FlexSlide */
.flexslider {
  background: none;
  border: none;
  text-align: center;
}
.flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a {
  display: block !important;
}

/* Slider */
.image-slider .slides li img {
  width: 100%;
}

/* Project Style */
.projects-2-col .masonry-layout .masonry-item {
  width: 50%;
  margin: 0 0 30px;
}
.projects-3-col .masonry-layout .masonry-item {
  width: 33.333%;
  margin: 0 0 30px;
}
.projects-4-col .masonry-layout .masonry-item {
  width: 25%;
  margin: 0 0 30px;
}
.projects-wide .masonry-layout .masonry-item {
  margin: 0 !important;
  padding: 0 !important;
}
.project a {
  color: #fff;
}
.row-gapless div[class*='col-'] {
  padding: 0;
}
.view-portfolio-parallax .parallax > .background-image-holder {
  height: 100vh !important;
  top: -50vh !important;
}
.view-portfolio-parallax .pager-nav {
  padding: 40px 0;
}

/* Nav Tab */
.user-logged-in nav.tabs {
  position: fixed;
  left: 0;
  top: 120px;
  transition: all 0.5s ease 0.25s;
  z-index: 1000;
} 
.user-logged-in nav.tabs ul.tabs--primary {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  list-style: outside none none;
  opacity: 0.9;
}
.user-logged-in nav.tabs ul.tabs--primary li {
  float: none;
  display: block;
  opacity: 0.8;
}
.user-logged-in nav.tabs ul.tabs--primary li a {
  margin-right: 0;
}
.user-logged-in nav.tabs ul.tabs--primary li.active a, 
.user-logged-in nav.tabs ul.tabs--primary li:hover a {
  background: #ffb500 none repeat scroll 0 0;
  border: none;
  border-radius: 0;
  color: #fff;
}
.user-logged-in nav.tabs ul.tabs--primary li.active, 
.user-logged-in nav.tabs ul.tabs--primary li:hover {
  opacity: 1;
}

/*--------------------------------------------------------------------------------*/

/* 05. Contact forms & Simplenews
 --------------------------------------------------------------------------------*/

/* Contact form */
button#edit-preview {
  display: none;
}
form#contact-message-feedback-form span.form-required {
  display: none;
}
form#contact-message-feedback-form label[for=edit-subject-0-value],
form#contact-message-feedback-form label[for=edit-message-0-value],
form#contact-message-feedback-form label[for=edit-name],
form#contact-message-feedback-form label[for=edit-mail] {
  display: none;
}
form#contact-message-feedback-form button#edit-submit {
  width: 100%;
}
input[type="email"] {
  background: #f5f5f5;
  border: none;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-weight: 500;
  margin-bottom: 24px;
  border-radius: 0;
}
form#contact-message-feedback-form textarea {
  width: 100%;
  border: none;
  background: #f5f5f5;
  margin-bottom: 24px;
  border-radius: 0;
  padding: 16px 20px;
}

/* Book a Table */
form#contact-message-contact-form-2-form #edit-field-booking-guests-wrapper {
  width: 48%;
  margin-right: 4%;
  float: left;
  margin-bottom: 0;
}
form#contact-message-contact-form-2-form #edit-field-booking-time-wrapper {
  width: 48%;
  float: left;
  margin-bottom: 0;
}
form#contact-message-contact-form-2-form button#edit-submit {
  width: 100%;
}

/* Planner */
form#contact-message-plan-project-form input {
  background: white;
}
form#contact-message-contact-form-3-form textarea,
form#contact-message-plan-project-form textarea {
  padding: 16px 20px;
}
form#contact-message-contact-form-3-form legend,
form#contact-message-plan-project-form legend {
  border-bottom: none;
  text-align: center;
}
form#contact-message-contact-form-3-form .fieldset-legend,
form#contact-message-contact-form-3-form .field-group-html-element h6,
form#contact-message-contact-form-3-form label[for=edit-field-planner-source],
form#contact-message-plan-project-form .fieldset-legend,
form#contact-message-plan-project-form .field-group-html-element h6,
form#contact-message-plan-project-form label[for="edit-field-planner-typeofwork"],
form#contact-message-plan-project-form label[for="edit-field-planner-budget"] {
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin-bottom: 24px;
}
form#contact-message-contact-form-3-form #edit-field-planner-typeofwork-wrapper,
form#contact-message-contact-form-3-form #edit-field-planner-budget-wrapper,
form#contact-message-contact-form-3-form #edit-field-planner-source-wrapper,
form#contact-message-contact-form-3-form .field-group-html-element,
form#contact-message-plan-project-form #edit-field-planner-typeofwork-wrapper,
form#contact-message-plan-project-form #edit-field-planner-budget-wrapper,
form#contact-message-plan-project-form #edit-field-planner-source-wrapper,
form#contact-message-plan-project-form .field-group-html-element {
  border-top: 1px solid #ccc;
  padding-top: 24px;
  margin-top: 24px;
}
form#contact-message-contact-form-3-form #edit-field-planner-source-wrapper,
form#contact-message-plan-project-form #edit-field-planner-source-wrapper {
  text-align: center;
}
form#contact-message-contact-form-3-form #edit-field-planner-source-wrapper label,
form#contact-message-plan-project-form #edit-field-planner-source-wrapper label {
  color: #292929;
  margin-bottom: 24px; 
}
form#contact-message-contact-form-3-form #edit-actions,
form#contact-message-plan-project-form #edit-actions {
  text-align: center;
}
@media all and (min-width: 767px) {
  #edit-field-planner-typeofwork .form-item,
  #edit-field-planner-budget .form-item {
    width: 25%;
    padding-left: 5%;
    margin-top: 10px;
    float: left;
  }
}

/* Block Simple News */
.block-simplenews .field--name-mail,
.block-simplenews .form-actions {
  float: left;
  width: 48%;
}
body.user-logged-in .block-simplenews .form-actions {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.block-simplenews .field--name-mail {
  margin-right: 4%;
}
.block-simplenews .field--name-mail .form-email {
  height: 50px;
  line-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.bg-secondary .block-simplenews .field--name-mail .form-email {
  background-color: #fff;
}
.block-simplenews .field--name-mail .form-type-email label {
  display: none;
}
.block-simplenews #edit-actions .form-submit {
  width: 100%;
}

aside .block-simplenews .field--name-mail, 
.postscript .block-simplenews .field--name-mail {
  width: 100%;
} 
aside .block-simplenews .field--name-mail input[type="email"], 
.postscript .block-simplenews .field--name-mail input[type="email"] {
  margin-bottom: 10px;
} 

/*--------------------------------------------------------------------------------*/

/* 06. Login & Register
 --------------------------------------------------------------------------------*/
/* Login/Register Page */
body.path-user .main-container {
  background: url(../img/login-bg.jpg) center center no-repeat;
  height: 100vh;
}
body.user-logged-in.path-user .main-container {
  background: none;
}
body.path-user .main-container .container {
  position: relative;
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
  z-index: 2;
}
body.path-user .main-container .tabs {
  margin-bottom: 30px;
}
body.path-user .main-container button#edit-submit {
  width: 100%;
}
body.path-user .main-container p {
  color: #fff;
}
body.path-user ul.nav-tabs {
  background: #111;
}
body.path-user ul.nav-tabs li a {
  border: none;
  padding: 20px 25px;
}
@media all and (min-width: 767px) {
  body.path-user .main-container .container {
    width: 50%;
  }
  body.path-user .main-container .container .region-content {
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 30px 30px 10px;
  }
  body.user-logged-in.path-user .main-container .container .region-content {
    padding: 0;
  }
}
/* User page when loggin */
body.user-logged-in.path-user .main-container {
  background: none;
  height: auto;
}
body.user-logged-in.path-user .main-container .container {
  transform: none;
}
body.user-logged-in.path-user ul.nav-tabs {
  background: none;
}
body.user-logged-in.path-user ul.nav-tabs li a.is-active {
  border-color: #ddd #ddd transparent;
  border-style: solid;
  border-width: 1px;
}
.field--name-field-mainmenu-transparent {
  display: none;
}

/* Page not found */
article.node--40 .field--name-body { height: 100vh; }


#block-certificazioni{
	margin-top: 12px;
}


#block-certificazioni img{
	height: 79.5px;
	width: auto;
	border-radius: 4px;
	margin: 0 5px 12px 0;
	background-color: #fff;
	border: 3px solid #fff;
}


.lc-hidden{
	display: none !important;
	height: 1px;
	overflow: hidden;
	position: absolute;
	left: -10000px;
	width: 1px;
}

.lc-centered, .lc-centered p{
	text-align: center;
}


.lc-home-box-text{
	margin: 2em 10%;
}

.lc-quadrotti{
	margin-top: 2px !important;
}

.lc-wide{
	margin-top: 10px;
}

.lc-wide .col-md-6{
	padding: 4px 6px;
margin: 0;
}

.lc-home-box img{
	width: 100%;
	height: auto;
}


div.lc-home-box{
	margin-top: 4px;
	background-image: url("../img/664.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 550px;
	background-position: center center;
	display: block;
	padding-top: 30px;
}

.cover .lc-blk, .cover  .lc-blk h3 ,  .cover .lc-blk p{
	color: #333;
}

.feature h5{
	height: 34px;
overflow: hidden;
line-height: 17px;
}




#home-box-1 .lc-home-box{
	background-image: url("../img/898.jpg");
	background-image: url("../img/cloud.jpg");
}

#home-box-4 .lc-home-box{
	background-image: url("../img/telecomunicazioni-aziendali.jpg");
}

#home-box-2 .lc-home-box{
	background-image: url("../img/desktop-nero.jpg");
}

#home-box-3 .lc-home-box{
	background-image: url("../img/rfid2.jpg");
}

.lc-quadrotti .btn_{
	background-color: rgba(255,255,255,0.58);
}

.lc-align-vert{
	margin-top: 12%;
}

.image-bg .feature.boxed {
 background: rgba(34,34,34,0.8) !important;
  box-shadow: 0 0 6px #fff3 !important;
  border: 1px solid #ffffff21 !important;
}


.overlay___:before {

  background: #000;
  opacity: 0.3;

}


@media screen and (min-width: 767px) and (max-width:1023px) {
.feature.boxed{
	min-height: 376px;
	
}
}



@media all and (max-width: 11281px) {
	.menu > li{
		margin-right: 14px !important;
		
	}
	
}


@media screen and (min-width: 768px) and (max-width:1199px) {
	.menu > li{
		margin-right: 1px !important;
		
	}
	
	.menu > li  > a{
	padding-left: 4px !important;
	padding-right: 4px !important;
		
	}
	
}

@media all and (max-width: 767px) {
.eu-cookie-compliance-categories-buttons, #sliding-popup #popup-buttons{
	width:100%;
	max-width:none;
}
	
	.eu-cookie-compliance-categories-buttons{
	margin-bottom: 26px;
	}
	
	
	.eu-cookie-compliance-content{
		text-align:center;
	}
	
	
	.eu-cookie-compliance-content #popup-text{
		margin-top:45px;
	}

	
}



@media all and (max-width: 767px) {

.nav-utility{
	display: none;
}
	
	.feature .btn{
	display: block;
margin: 12px 25% 0;
width: 50%;
}

	
.lc-align-vert div, .lc-align-vert p, .lc-align-vert h1{

		text-align: center;
	padding: 0 5%;
	}
	
}


#sliding-popup button{
	
	  font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
  border: 2px solid #282a38;
    border-top-color: rgb(40, 42, 56);
    border-right-color: rgb(40, 42, 56);
    border-bottom-color: rgb(40, 42, 56);
    border-left-color: rgb(40, 42, 56);
  padding: 0 26px;
  height: 40px;
  min-width: 150px;
  line-height: 36px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  color: #282a38;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-right: 8px;
  margin-bottom: 24px;
	
background: none;
  background-color: rgba(0, 0, 0, 0);
text-shadow: none;
color: #fff;
}


#sliding-popup button.eu-cookie-withdraw-tab{
	background-color: rgba(0,0,0,0.80);
}



.lc-bg-01{
	background-color: #285054;
}

.lc-bg-02{
	background-color: #6ab1b8;
	
}

.lc-bg-dark-al img{
background-color: rgba(255,255,255,0.9);
  padding: 3px;
  border-radius: 4px;
}


.lc-bg-01 .panel-heading{
	background-color: #285054;
}

.lc-bg-02 .panel-heading{
	background-color: #6ab1b8;
}

.lc-bg-01 h1, .lc-bg-01 h2, .lc-bg-01 h3, .lc-bg-01 h4, .lc-bg-01 p, .lc-bg-01 li, .lc-bg-01 a,.lc-bg-02 h1, .lc-bg-02 h2, .lc-bg-02 h3, .lc-bg-02 h4, .lc-bg-02 p, .lc-bg-02 li, .lc-bg-02 a, .lc-bg-01 .lc-news-body, .lc-bg-02 .lc-news-body {
	color: #fff;
}

.lc-bg-01 a, .lc-bg-02 a{
	/*text-decoration: underline;*/
	border-bottom: 1px solid #fff;
	padding-bottom: 1px;
}

.lc-bg-01 a:hover, .lc-bg-02 a:hover{
	color: #CCCCCC;
	border-bottom: 1px solid #ccc;
}


.lc-soft-bg{
	background-color: #0000001f;
border-radius: 8px;
}

.lc-soft-bg li{
	
}


.lc-bg-01 .breadcrumb > .active, .lc-bg-02 .breadcrumb > .active{
	color: #ccc;
}

#block-views-block-blog-categories-block-1 .block-inner, #block-views-block-blog-large-list-block-2 .block-inner{
	padding: 8px;
	
}

#block-views-block-blog-categories-block-1 .block-inner li{
	list-style: none;
	font-size: 115%;
}


.lc-bg-01 .btn, .lc-bg-01 .btn:visited {
	background: #282a38;
		color: #fff;
}

.lc-bg-01 .btn:hover {
	background: rgba(67,67,67,0.12);
	color: #333;
}


.lc-bg-01 ul, .lc-bg-02 ul{
	list-style: disc;
padding-left: 11px;
margin-top: 10px;
	
}

.lc-bg-01 ul li, .lc-bg-02 ul li{
	margin-bottom: 15px;
}


a#lc-cookie-button-fixed{
	position: fixed;
	bottom: 20px;
	left: 20px;
	cursor: pointer;
	z-index: 999;
}

a#lc-cookie-button-fixed i.icon{
	font-size: 13px;
}

button.eu-cookie-withdraw-tab{
	opacity: 0.01;
	
}

button.eu-cookie-withdraw-tab.lc-show{
	opacity: 1;
}


.link-list li a{
	text-transform: capitalize;
}


@media all and (min-width: 768px) {
.mega-menu-li ul{
	float: left;
	margin-left: -200px;
	width: 470px !important;
	
	
}
	
	.menu > li.mega-menu-li ul{
		
	}
	
}


input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea {
  background: #f5f5f5;
  border: 1px solid #999 !important;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-weight: 500;
  margin-bottom: 24px;
  border-radius: 0;
}

@media all and (min-width: 1024px) {
#block-webform-2{
	
	
}
	
}







#webinar-2022-04{
	background-image: url("/sites/default/files/webinar-bg-2.jpg");
background-repeat: no-repeat;
background-size: 100%;
background-position: left top;
	padding: 3em 0;
}


#webinar-2022-04 h2{
	background-image: url("/sites/default/files/webinar-title.png");
	color: #f7f900;
	font-weight: bold;
	font-size: 40px;
}

#webinar-title{
	margin: 1.4em 0;
}

#webinar-2022-04 p{
	font-size: 26px;
line-height: 30px;
}

#w-relatori-box{
	text-align: center;
}

#w-relatori-box img{
	width: 80%;
	height: auto;
}

#webinar-2022-04 a#w-button{
	border-bottom: none;
	text-decoration: none;
}


img#webinar-button{
	width: 250px;
	height: auto;
}


#w-calendar img{
	width: 78%;
	margin-bottom: 20px;
	
}

#w-logo img{
	width: 94%;
margin-top: 58px;
	
}

.lc-no-padding{
	padding-top: 0;
}

#webform-submission-download-node-945-add-form{
	position: relative;
	margin: 0 auto;
	width: 400px;
	max-width: 90%;
}


@media all and (max-width: 767px) {
	
	
	a#lc-cookie-button-fixed{
		display: none;
		opacity: 0;
		visibility: hidden;
	}
	
	
	#w-calendar, #w-logo{
		text-align: center;
	}
	
	#w-calendar img{
		margin-bottom: 0;
	}
	
#webinar-2022-04{
background-repeat: no-repeat;
background-size: 150%;
background-position: center top;
padding: 1em 1em;
background-color: #000c0c;

}
	
	#w-links{
		text-align: center;
	}
	
	#w-relatori-box{
		
	}
	
	#w-relatori-box img{
		margin-top: 60px;
	
}
	
}

.field--name-field-content-image, #field--name-field-content-image{
	position: absolute;
}

#block-accredia{
	margin-bottom: 30px;
}


#block-views-block-blog-large-list-block-3 h6.title{
	background-color: #333;
  color: #fff;
  font-size: 13px;
  padding: 8px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
	
}


.lc-bg-security-blog{
	background-image: url("../img/bg-dark-01.jpg");
	background-size: cover;
	background-position: center center;
}

.of-cover{
	width: 100%;
  margin-top: 30px;

	
	border: 1px solid #bccbd924;
  box-shadow: 0px 0px 8px rgba(255,255,255,0.1);
}

#ngsecurityblog-claim{
	margin-top: 20px;
	padding-right: 70px;
}

#ngsecurityblog-claim h2{
	color: #fff;
  font-size: 28px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 4px;
	font-weight: 700;
}

#ngsecurityblog-claim h3{
	color: #fff;
	font-size: 18px;
}

#block-views-block-blog-large-list-block-1-2{
	margin-top: 2em;
}

.securityblog-box{
border-radius: 8px;
 /* border: 1px solid rgba(0,0,0,0.2); */
  overflow: hidden;
	background-color: rgba(0,0,0,0.03);
	margin-bottom: 1em;
}

.securityblog-box img{
	height: 186px;
}

.securityblog-box-text{
	height: 200px;
  overflow: hidden;
  padding: 0 10px 10px;
	
}
.securityblog-box-body{
	
}

body.blog-bg{
	background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
	background-image: url("../img/vignetta-blog.png");
}

body.blog-bg h1.page-header{
	color: #fff;
  text-shadow: 2px 2px 0 #000;

  border: none;
  text-align: center;
  margin-top: -28px;
	font-size: 3.8rem;
  font-weight: 700;
}

.user-logged-in nav.absolute{
	top: 0;
}

#block-views-block-blog-large-list-block-1-2 h1, body.page-node-type-security-article h1.page-header,#block-views-block-blog-large-list-block-1-2 h2, body.page-node-type-security-article h2, #block-views-block-blog-large-list-block-1-2 h3, body.page-node-type-security-article h3,#block-views-block-blog-large-list-block-1-2  h4, body.page-node-type-security-article h4,
#block-views-block-blog-large-list-block-1-2, body.page-node-type-security-article, a.back-to-blog, #ngsecurityblog-claim h2, #ngsecurityblog-claim h3{
		    font-family: 'Quicksand', sans-serif;
}

body.page-node-type-security-article h1.page-header{
	margin-top: -5.5rem;
	
}

body.page-node-type-security-article h1.page-header span{
	font-size: 5.8rem;
  font-weight: 700;
  line-height: 5.2rem;
}

body.page-node-type-security-article{
	
}

#block-views-block-blog-large-list-block-1-2 p, .node--type-security-article p, body.page-node-type-security-article p{
	font-size: 17px;
	color: #111;
}

a.back-to-blog{
	transition-delay: 200ms;
	transition-duration: 800ms;
	display: inline-block;
  font-size: 21px;
  border: 1px solid #999;
  margin: 100px 0 30px 0;
  padding: 6px 40px 8px;
  border-radius: 25px;
}

a.back-to-blog:hover{
	background-color: #ECECEC;
}

a.back-to-blog i{
	font-size: 18px;
	padding-right: 12px;
}

.lc-hide-by-screen{
	
}

.blog-code{
	width: 600px; 
	height: 400px;
}

.lc-bg-light-grey{
	background-color: #EDEDED;
}

.lc-larger, .lc-larger p, .lc-larger li{
	font-size: 120%;
}
.lc-listed{
	
	
}

.lc-listed ul li{
	list-style: disc;
  margin-left: 24px;
}


.lc-bg-red-01{
	background-color: #ca2a2a;
	color: #FFFFFF;
}

.lc-bg-red-02{
	background-color: #cf6666;
	color: #FFFFFF;
}

/*
li{
list-style: circle;
  margin-left: 30px;
font-size:14px;
}
p{
font-size:14px;
}
*/


h1.news-title{
	font-size: 26px;
  line-height: 32px;
	font-weight: 400;
	margin-bottom: 0.5em;
}

h2.news-subtitle{
	font-size: 22px;
  line-height: 32px;
	font-weight: 400;
	margin-bottom: 1.5em;
}

body.page-node-type-article .field--name-body{
	padding-bottom: 2em;
}

body.page-node-type-article .lc-bg-01 a, body.page-node-type-article .lc-bg-02 a{
	border:none;
}



@media all and (max-width: 767px) {
	
	
	iframe{
		max-width: 100%;
	}
	
	iframe.yt-height-1{
		height: 270px;
	}
	
	iframe.yt-height-2{
		height: 298px;
	}
	
	.blog-code{
	width: 100%; 
	height: 210px;
}
	
	.lc-hide-by-screen-phone{
		display: none !important;
		z-index: -1;
		width: 1px;
		height: 1px;
		overflow: hidden
		
	}
	.lc-hide-by-screen-desktop{
	
		
	}
	
	#ngsecurityblog-claim h2{
		margin-bottom: 0;
		border-bottom: none;
		padding-bottom: 0;
		font-size: 25px;
	}
	
	#ngsecurityblog-claim {
  margin-top: 2px;
  padding-right: 5%;
}
	
	.of-cover {
		border: 1px solid rgba(255,255,255,0.2);

  margin-top: 8px;
}
	
	
	body.blog-bg h1.page-header{
	
		width: 100%;
	}
	
	body.page-node-type-security-article h1.page-header span{
			font-size: 2.1rem;
		line-height: initial;
	}
	
	body.blog-bg {
  background-size: 100% 210px;
	}
	
	
}

@media all and (min-width: 768px) {
	
	
	
	
	.lc-hide-by-screen-phone{
		
		
	}
	.lc-hide-by-screen-desktop{
			display: none !important;
		z-index: -1;
		width: 1px;
		height: 1px;
		overflow: hidden
	}
	
}

@media (max-width: 11281px) {
	.menu > li {
    margin-right: 1px !important;
  }
}

@media all and (max-width: 768px) {
	}


	.module-group{
		z-index: 9999;
	}

.nav-bar{
	
}


#block-webform-3{
	position: fixed;
  max-width: 100%;
  width: 600px;
  top: 10%;
  z-index: 999;
  padding: 1em;
  border: 1px solid #fff;
  left: 50%;
  margin-left: -300px;
	
	background-color: rgba(255, 255, 255, 0.94);
	border-radius: 4px;
	display: none;
}

#block-webform-3 h6{
	font-size: 18px;
	display: block;
	text-align: center;
}

#close-emergenza{
	cursor: pointer;
  right: 12px;
  position: absolute;
  top: 8px;
}

#open-emergenza{
	cursor: pointer;
  position: fixed;
width: 250px;
  height: 250px;
  right: 20px;
  bottom: 50px;
  z-index: 999;
  border: 0px solid #ffffff1c;
	background-image: url("../img/emergenza-blu3.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-transform: uppercase;
	text-indent: -9999px;
	 transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

#open-emergenza:hover{
	opacity: 0.7;
}

#socials-box{
position: fixed;
  width: 250px;
  height: auto;
  right: 20px;
  bottom: 300px;
  z-index: 999;
 
  text-align: center;
  padding: 2em 0;

	
}

#socials-box a{
	 transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
	display: block;
	margin-bottom: 1em;
	  box-shadow: 0 0 12px rgba(0,0,0,0.4);
	 background-color: rgba(255,255,255,0.9);
	border-radius: 12px;
	padding: 1em 0;
}

#socials-box a:hover{
	 background-color: rgba(255,255,255,0.7);
}

#socials-box i{font-size: 200%;}
#socials-box span{
	font-size: 120%;
padding-left: 8px;
	color: #5b5b5b;
}

#chi-siamo-first iframe{
	height: 100%;
	width: 100%;
}

@media all and (max-width: 768px) {
	
	#socials-box span{
		display: none;
	}
	
	
	#socials-box{
		width: 65px;
    right: 25px;
    bottom: 200px;
	}
	
	
	#open-emergenza{
		right: -9px;
    bottom: 100px;
    width: 136px;
    height: 136px;
    border: none;
		
	}
	
	
	
	#block-webform-3{
	  width: 90%;
  top: 2%;
  z-index: 999;
  padding: 1em;
  border: 1px solid #fff;
  left: 50%;
  margin-left: -45%;
	
	
	
	
	}
	
}

.blink_me {
    animation: blinker 1s linear infinite;
}
 @keyframes blinker {
 50% {
opacity: 0.0;
}
}


.click-and-go{
	background-color: rgba(33,55,138,0.80);
	color: #fff;
}
	


@media (max-width: 767px) {
  .feature .btn.click-and-go {
    display: block;
    margin: 12px 5% 0;
    margin-right: 5%;
    width: 90%;
  }
}


#block-agendaevento{
	margin-top: 4em;
	max-width: 700px;
  margin: 0 auto;
	
}

#agenda-inner{
	border: 5px solid #fff;
  padding: 1.5em;
  box-shadow: 12px 40px 30px rgba(0, 0, 0, 0.22);
  background-color: #fff;
  margin-top: 2em;
}


#block-agendaevento h4{
	font-size: 18px;
	color: rgba(6,72,174,1.00);
	margin-top: 1em;
	margin-bottom: 16px;
	
}

#block-agendaevento em{
	font-size: 120%;
	color: #000;
}

#block-agendaevento h4 br{
	
}

#evento-topic{
	
	padding: 2em;
	border: 1px dotted #ccc;
	font-size: 120%;
}


.path-webform{
	/* background-image: url("../img/event-bg3.jpg"); */
	background-size: cover;
	background-attachment: fixed;
	background-position: bottom center;
}

.path-webform .region.region-content{
	padding:  1em 0 4em 0;
}

.path-webform #block-partners{
	margin-left: -65px;
  background-color: transparent;
}

.path-webform .main-container .container{
	background-color: rgba(255,255,255,0.94);
	border: 3px solid #85c1da;
	border: none;
}

.path-webform .main-container .container .container{
	border: none;
}

.path-webform #open-emergenza{
	z-index: -1 !important;
	opacity: 0;
}


#webform-submission-iscrizione-evento-add-form{
	max-width: 500px;
	display: block;
	position: relative;
	margin: 0 auto 4em;
	
}


	#custom-popup{
		position: fixed;
	top: 50%;
	left: 50%;
	width: 450px;
	height: 450px;
	transform: translate(-50%, -50%);
	background: white;
	border: 1px solid #fff;
	padding: 20px;
	box-shadow: -12px 2px 16px rgba(0,0,0,0.4);
	z-index: 9999;
		max-width: 98%;
		background-image: url("../img/evento-25-pop5.jpeg");
		background-repeat: no-repeat;
		background-size: contain;

	}

#custom-popup-click{

	
	display: block;
  width: 100%;
  height: 408px;
  cursor: pointer;
  border: 1px dotted rgba(255,255,255,0.1);
}

#custom-popup-click:hover{
	background-color: rgba(255,255,255,0.1);
	
}
         

#close-popup{
	    position: fixed;
	margin-top: 0;
	border-radius: 12px;
	padding:0px 20px;
  outline:none !important;
	

    left: 0;
    bottom: -35px;
	
}

#evento-intro{
	background-color: #eaeaea;
	background-image: url("../img/evento-top-01.png");
	background-position: center center;

  display: block;
  text-transform: uppercase;
  text-indent: -9999px;
  height: 400px;
  background-size: 80%;
  background-repeat: no-repeat;
}

.evento-logo{
	width: 500px;
	height: auto;
	max-width: 80%;
	margin: 0 auto 2em;
	position: relative;
	display: block;
}


@media all and (min-width: 768px) {

	.evento-desktop{
		display: block;
	}
	.evento-mobile{
	display: none;
	}		
	
	.evento-desktop img{
		width: 100%;
	}
}

@media all and (max-width: 768px) {
	.evento-desktop{
		display: none;
	}
	.evento-mobile{
	display: block;
	}		
}

@media all and (max-width: 768px) {
	
	#evento-intro{
		display: block;
  text-transform: uppercase;
  text-indent: -9999px;
  height: 214px;
  background-size: 120%;
  background-repeat: no-repeat;
		border-radius: 2px;
	}
	
	
	
	#custom-popup{
		width: 330px;
	height: 330px;
		
		
	}
	
	#close-popup{
	margin-top: 0;
    position: fixed;
    left: 0;
    bottom: -35px;
	
}
	.path-webform #block-partners{
		display: none;
	}
	
	#evento-topic {
	  padding: 0;
	  border: none;
	}
	.path-webform .region.region-content{
		padding: 4px;
	}
}

.view-id-avvisi .views-row{
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #ccc;
}

.view-id-avvisi .views-row h4{
	margin-bottom: 0.4em;
}

.path-avvisi #open-emergenza{
		display: none;
		z-index: -1;
		width: 1px;
		height: 1px;
		overflow: hidden;
		opacity: 0;
	}


#block-popup{
    display: block;
    position: fixed;
    left: 3%;
    bottom: 3%;
     z-index: 9999;
  
      
}

#block-popup a{
    display: block;
    width: 400px;
    height: 240px;
    background-image: url("../../../sites/default/files/natale2025-01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
   text-transform: capitalize;
    text-indent: -9999px;
    border-radius: 1rem;
      
    
    box-shadow: 0 0 10px rgba(255,255,255,0.4);
  border: 1px solid #ffffff6e;
  
}


@media all and (max-width: 768px) {
    
    #block-popup{
       width: 232px;
    height: 160px;
        bottom: 100px;
        
    }

        #block-popup a{

     width: 232px;
    height: 160px;
        }
}