







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */

























































/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.content-wrapper {
  max-width: 1600px;
}




.dnd-section,
.content-wrapper--vertical-spacing {

}

.dnd-section > .row-fluid {
  max-width: 1600px;
}


.legal-consent-container a {
  font-size: 0.8em;
}



@media (min-width: 768px){
  .dnd-section > .row-fluid,.hs-blog-post .content-wrapper,.hs-blog-listing .content-wrapper {
    max-width: 760px;
  }
}
@media (min-width: 992px){
  .dnd-section > .row-fluid,.hs-blog-post .content-wrapper,.hs-blog-listing .content-wrapper {
    max-width: 980px; 
  }
}

@media (min-width: 1370px){
  .dnd-section > .row-fluid,.hs-blog-post .content-wrapper,.hs-blog-listing .content-wrapper {
    max-width: 1370px;
  }
}


.dnd-section > .row-fluid,.hs-blog-post .content-wrapper,.hs-blog-listing .content-wrapper  {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding:0 20px;
} 
.content-wrapper:before, .content-wrapper:after {
  content: " ";
  display: table;
}
.content-wrapper:after {
  clear: both;
}








html {
  font-size: 16px;
}

body {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  font-family: proxima_nova_rgregular,Helvetica,Arial,sans-serif;
  min-height: 100vh;
  position: relative;
}

body:after {
    content: '';
    display: block;
    height: 50px;
}

/* Paragraphs */

p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

/* Anchors */

a {
  color: #000;
}

a:hover,
a:focus,
a:active {
  color: #0197d5;
}

/* Headings */

h1 {
  font-family: proxima_novabold,Helvetica,Arial,sans-serif;
  font-size: 42px;
  color: #0097d5;
  font-weight: 500;
  margin: 0 0 20px 0;
}

h2 {
  font-family: proxima_novabold,Helvetica,Arial,sans-serif;
  font-size: 34px;
  color: #000;
  font-weight: 400;
}

h3 {
  font-family: proxima_novabold,Helvetica,Arial,sans-serif;
  font-size: 28px;
  color: #000;
  font-weight: 500;
}

h4 {
  font-family: proxima_novabold,Helvetica,Arial,sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: 500;
}

h5 {
  font-family: proxima_novabold,Helvetica,Arial,sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

h6 {
  font-family: proxima_novabold,Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

@media (max-width:1199px) {
  h1{
    font-size: 34px;
    line-height: 40px;


  }

}


/* Blockquote */

blockquote {
  border-left-color: #0097D5;
}





button,
.button,
form input[type=submit],
form .hs-button {

}

button:hover,
button:focus,
.button:hover,
.button:focus,
form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {

}

button:active,
.button:active {

}





form,
.submitted-message {
  font-size: 16px;
  color: #000;
  font-weight: 400
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: #000;
}

/* Form label */

form label {
  color: #000;
}

/* Form help text */

form legend {
  color: #999;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #66afe9;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #000;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #000;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #494A52;
}

.fn-date-picker td .pika-button:hover {
  background-color: #494A52 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #494A52;
}

/* Submit button */

form input[type=submit],
form .hs-button {

}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {

}

form input[type=submit]:active,
form .hs-button:active {

}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #000;
}

th,
td {
  border-color: #000;
  color: #000;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-bottom-color: #000;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: #FFF;
}





.desktop-top-navbar{
  background-color:rgba(255, 255, 255, 0.0);
}

.top-nav-container ul li a{
  color:rgba(255, 255, 255, 1.0);
}

.top-nav-container ul li a:hover{
  color:rgba(0, 151, 213, 1.0);
}

.desktop-bottom-navbar{
  background-color:rgba(255, 255, 255, 0.0);

}


.desktop-bottom-navbar ul.submenu.level-1>li>a{
  color:rgba(21, 21, 21, 1.0);
  background-color:rgba(255, 255, 255, 1.0);
}

.desktop-bottom-navbar ul.submenu.level-1>li:hover > a{
  color:rgba(255, 255, 255, 1.0);
  background-color:rgba(0, 151, 213, 1.0);
}

.dropdown-menu{
  background-color:rgba(255, 255, 255, 1.0);
}
a.btn.btn-default{
  color:rgba(255, 255, 255, 1.0);
  background-color:rgba(0, 151, 213, 1.0);
  border-color:rgba(0, 151, 213, 1.0);

}

a.btn.btn-default:hover{
  color:rgba(0, 151, 213, 1.0);
  background-color:rgba(0, 0, 0, 0.0);
  border-color:rgba(0, 151, 213, 1.0);
}



body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: ;
  font-family: proxima_nova_rgregular,Helvetica,Arial,sans-serif;
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: ;
}

body .navigation-primary a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: ;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #494A52;
}

body .submenu.level-2,
.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  border-color: ;
}

body .submenu.level-2 > li:first-child:before {
  border-color: ;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
.header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(#null, 1)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: proxima_nova_rgregular,Helvetica,Arial,sans-serif;
}

.header__language-switcher-label-current:after {
  border-top-color: ;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(#null, 1)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: ;
  }
}





.footer-bottom{
  background-color:rgba(255, 255, 255, 1.0);
}

.footer-bottom-container ul li a,.footer-bottom-container ul li a,.footer-bottom-container span a{
  color:rgba(102, 102, 102, 1.0);
} 
.footer-bottom-container ul li a:hover,.footer-bottom-container ul li a:hover,.footer-bottom-container span a:hover{
  color:rgba(102, 102, 102, 1.0);
} 

#hs_cos_wrapper_footer_link_content_>span{
  color:rgba(102, 102, 102, 1.0);

}

.footer-top{
  background-color:rgba(255, 255, 255, 0.0);
}


.footer_right_contacts span:nth-child(1),.footer_right_contacts span:nth-child(1),.footer_usa-hold span:nth-child(1),.footer_right_contacts span:nth-child(1),.footer_address-hold span{
  color:rgba(0, 0, 0, 1.0);
}

.info-block strong{
  color:rgba(255, 255, 255, 1.0);
}

.footer_right_contacts span a,.footer_right_contacts span a{
  color:rgba(255, 255, 255, 1.0);
}

.footer_right_contacts span a:hover,.footer_right_contacts span a:hover{
  color:rgba(230, 230, 230, 1.0);
}

.footer_right_contacts span:nth-child(2) , .footer_usa-hold span:nth-child(1) address,.footer_right_certificate-hold span,.footer_address-hold span address{
  color:rgba(255, 255, 255, 1.0);
}







/* Footer Content */

.footer * {
  color: white;
}





/* Blog Header */

.blog-header {
  background-color: rgb(245, 245, 245);
}

/* Blog Listing */



.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #000;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #0197d5;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #0197d5;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #494A52;
}

.blog-pagination__link {
  color: #000;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #494A52;
}

.blog-post__title {
  color: #0097d5;
  font-family:proxima_novabold,Helvetica,Arial,sans-serif;
  font-size: 42px;
  font-weight: 500;
}

.blog-post__author {
  background-color: #0097D5;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.hs-blog-listing,
.hs-blog-post {
  background-color: #fff;
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #0197d5;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: #0197d5;
}

.blog-index__post-content--small h2 {
  font-size: 28px;
}

.blog-index__post-content a {
  color: #000;
}

.blog-post__read-more svg {
  fill: #000;
}

.blog-sidebar ul {

}

.blog-sidebar a {
  color: #000;
}

.blog__subscription-block, .blog-related-posts {
  background-color: rgb(245, 245, 245);
}




.blog-post__meta a {
  color: #000;
}

.blog-post__meta a:hover {
  color: #0197d5;
}



.blog-post__back-to-blog {
  color: #000;
}

.blog-post__back-to-blog svg {
  fill: #000;
}



.comment.depth-1 {
  border-left: 2px solid rgb(0, 131, 193);
}

.section.post-footer .hs-input {
  border-color: rgb(0, 131, 193);
}

.blog-recent-posts {
  background-color: rgb(245, 245, 245);
}











.card__price {
  font-family: proxima_novabold,Helvetica,Arial,sans-serif
    font-size: 28px;
  color: #000;
  font-weight: 500
}


/************************ LANDING PAGE ******************************/

.white{
  color: #fff;
}

.dnd_area-row-0-background-layers {
    background-image: url(https://blog.worky-italy.com/hubfs/LP/LP-Consulenza-Depositphotos_171626704_L.jpg) !important;
    background-position: center center !important;
    background-size: cover !important;
    padding-top: 200px;
    background-repeat: no-repeat !important;
}

.hs-form-1828bd9c-bfad-4818-b529-afb3d04bb8f1 .hs-form__legal-consent .hs-form__field__label {
    font-size: 14px;
    color: #ffffff!important;
}