







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */





























































/* 1d. Buttons */






/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.content-wrapper {
  max-width: 1170px;

}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 40px 30px;
}

.dnd-section > .row-fluid, .page-center {
  max-width: 1170px;
}













body {
  font-size: 16px;
  color: #545454;
  font-weight: 400;
  font-family: Open Sans;
}

/* Paragraphs */

p {
  /*   font-size: 16px; */
  color: #545454;
  font-weight: 400;
}

/* Anchors */

a {
  color: #c6a974;
}

a:hover,
a:focus,
a:active {
  color: #9e9e9e;
}

/* Headings */

h1 {
  font-family: Open Sans;
  font-size: 30px;
  color: #333333;
  font-weight: 400;
}




h2 {
  font-family: Open Sans;
  font-size: 25px;
  color: #333333;
  font-weight: 400;
}


h3 {
  font-family: Open Sans;
  font-size: 19px;
  color: #333333;
  font-weight: 400;
}


h4 {
  font-family: Open Sans;
  font-size: 17px;
  color: #333333;
  font-weight: 400;
}

h5 {
  font-family: Open Sans;
  font-size: 15px;
  color: #333333;
  font-weight: 400;
}

h6 {
  font-family: Open Sans;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
}

/* Blockquote */

blockquote {
  border-left-color: #333333;
}





button,
.button {
  background-image: linear-gradient(180deg,#e8e8e8 0%, #d6d6d6 100%);
  border: 0px solid #4c4b50;
  border-radius: 3px;
  color: #787878;
  color:rgba(120, 120, 120, 1.0);
  padding: 13px 29px;
  border-color:rgba(76, 75, 80, 1.0);
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  border-color: rgba(36, 35, 40, 1.0);
  background-image: linear-gradient(180deg,#d6d6d6 0%, #e8e8e8 100%);
  color: #787878;
}

button:active,
.button:active {
  background-image: linear-gradient(180deg,#d6d6d6 0%, #e8e8e8 100%);
  color: rgba(120, 120, 120, 1.0);
  border-color: rgba(36, 35, 40, 1.0);
}







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



/* Form title */
.form-title {
  color: rgba(124, 124, 124, 1.0);
}
/* Form label */
form label {
  color: rgba(113, 110, 110, 1.0);
}
/* Form help text */
form legend {
  color: rgba(113, 110, 110, 1.0);
}
/* 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 select,
form textarea {
  border: 1px solid #d2d2d2;
  border-color: rgba(210, 210, 210, 1.0);
  background-color: rgba(238, 238, 238, 1.0); 
  color: rgba(73, 70, 70, 1.0);
}
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: rgba(210, 210, 210, 1.0);
}
/* Form placeholder text */
::-webkit-input-placeholder {
  color: #545454;
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #545454;
}
/* Date picker */
.fn-date-picker td.is-selected .pika-button {
  background: #545454;
}
.fn-date-picker td .pika-button:hover {
  background-color: #545454 !important;
}
.fn-date-picker td.is-today .pika-button {
  color: #545454;
}
/* Submit button  form.hs-form.stacked*/
form input[type=submit],
form .hs-button {
  background-image: linear-gradient(270deg,rgba(232, 232, 232, 1.0) 0%, rgba(214, 214, 214, 1.0) 100%);
  background-image: -webkit-linear-gradient(270deg,rgba(232, 232, 232, 1.0) 0%, rgba(214, 214, 214, 1.0) 100%);
  background-image: -o-linear-gradient(270deg,rgba(232, 232, 232, 1.0) 0%, rgba(214, 214, 214, 1.0) 100%);
  border-color:rgba(76, 75, 80, 1.0);
  border-radius: 3px;
  color: #787878;
  color: rgba(120, 120, 120, 1.0);
  padding: 13px 29px;
  border-width: 0px;
}

form input[type=submit]:hover,
form input[type=submit]:focus{
  border-color:rgba(36, 35, 40, 1.0);
  color: rgba(120, 120, 120, 1.0);

}
form input[type=submit]:hover,
form input[type=submit]:focus{
  background-image: linear-gradient(180deg,rgba(214, 214, 214, 1.0) 0%, rgba(232, 232, 232, 1.0) 100%);
  color: rgba(120, 120, 120, 1.0);
}


form .hs-button:hover,
form .hs-button:focus {
  background-image: linear-gradient(180deg,rgba(#d6d6d6, 1.0) 0%, rgba(232, 232, 232, 1.0) 100%);
  color: rgba(120, 120, 120, 1.0);

}
form input[type=submit]:active,
form .hs-button:active {
  background-image: linear-gradient(180deg,rgba(#e8e8e8, 1.0) 0%, rgba(214, 214, 214, 1.0) 100%);
  border-bottom: #747378;
}








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

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

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

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #545454;
}






.fusion-header{
  background-color: rgba(255, 255, 255, 1.0) ;
}


.fusion-header .content a{
  color: rgba(198, 169, 116, 1.0) ;
}

.fusion-header .content a:hover{
  color: rgba(158, 158, 158, 1.0) ;
}

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

.custom_menu_primary .hs-menu-wrapper>ul>li>a{
  color: rgba(51, 51, 51, 1.0);
}

.custom_menu_primary .hs-menu-wrapper>ul>li:not(:nth-child(9),:last-child)>a:hover{
  color: rgba(198, 169, 116, 1.0);
  border-color: rgba(198, 169, 116, 1.0);
}

.custom_menu_primary .hs-menu-wrapper>ul>li.active>a{
  color: rgba(199, 169, 115, 1.0);
  border-color: rgba(199, 169, 115, 1.0);
}
.custom_menu_primary .hs-menu-wrapper>ul>li.active-branch>a{
  color: rgba(199, 169, 115, 1.0);
  border-color: rgba(199, 169, 115, 1.0);
}
.custom_menu_primary .hs-menu-wrapper>ul>li:last-child>a:hover:after{
  border-color: rgba(198, 169, 116, 1.0);
  color: rgba(198, 169, 116, 1.0) !imprtant;
}

.custom_menu_primary .hs-menu-wrapper ul.hs-menu-children-wrapper{
  background-color: rgba(242, 239, 239, 1.0);
  border-color: rgba(198, 169, 116, 1.0);
}

.custom_menu_primary .hs-menu-wrapper ul.hs-menu-children-wrapper>li>a {
  color: rgba(51, 51, 51, 1.0);
}

.custom_menu_primary .hs-menu-wrapper ul.hs-menu-children-wrapper>li>a:hover{
  color: rgba(51, 51, 51, 1.0);
  background-color: rgba(248, 248, 248, 1.0);
}


.custom_menu_primary .hs-menu-wrapper ul.hs-menu-children-wrapper>li.active-branch>a{
  color: rgba(51, 51, 51, 1.0);
  background-color: rgba(248, 248, 248, 1.0);
}

.custom_menu_primary .hs-menu-wrapper>ul>li:last-child>a{
  color: rgba(51, 51, 51, 1.0);
}

.custom_menu_primary .hs-menu-wrapper>ul>li:last-child>a:after{
  border-color:rgba(51, 51, 51, 1.0) !important;
}

.custom_menu_primary .hs-menu-wrapper>ul>li:last-child>a:hover{
  color: rgba(198, 169, 116, 1.0);
}

.custom_menu_primary .hs-menu-wrapper>ul>li:last-child>a:hover:after{
  border-color:rgba(198, 169, 116, 1.0) !important;
}

.hs-search-field__bar .fusion-search-button.search-button>button{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(0, 0, 0, 1.0);
}
.hs-search-field__bar .fusion-search-button.search-button>button:hover{
  background-color: rgba(158, 158, 158, 1.0);
}
.hs-search-field__bar .fusion-search-field.search-field input.hs-search-field__input{
  background-color: rgba(238, 238, 238, 1.0);
  color:rgba(73, 70, 70, 1.0);
  border: 1px solid rgba(210, 210, 210, 1.0);

}

.fusion-overlay-search .fusion-close-search:after, 
.fusion-overlay-search .fusion-close-search:before {
  background-color: rgba(51, 51, 51, 1.0);
}

.fusion-overlay-search .fusion-close-search:hover:after,
.fusion-overlay-search .fusion-close-search:hover:before{
  background-color: rgba(198, 169, 116, 1.0);
}


.custom_menu_primary .hs-menu-wrapper>ul>li>a>span{
  background-image: linear-gradient(180deg,rgba(232, 232, 232, 1.0) 0%, rgba(214, 214, 214, 1.0) 100%);
  color: rgba(120, 120, 120, 1.0);
}

.custom_menu_primary .hs-menu-wrapper>ul>li>a>span:hover{
  background-image: linear-gradient(180deg,rgba(214, 214, 214, 1.0) 0%, rgba(232, 232, 232, 1.0) 100%);
}


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: Open Sans;
}

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

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: Open Sans;
}

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



.top-footer{
  background-color: rgba(255, 255, 255, 1.0);
  border-top: 12px solid rgba(233, 234, 238, 1.0);
  color: rgba(140, 137, 137, 1.0);
}

.footer_section.contact_us p{
  color: rgba(140, 137, 137, 1.0);
}

.footer_container_inner .footer_section .hs-menu-wrapper>ul>li>a,
.footer_container_inner .footer_section h4{
  color: rgba(73, 73, 73, 1.0);
}

.footer_container_inner .footer_section .hs-menu-wrapper>ul>li>ul>li>a,
.footer_container_inner .footer_section a {
  color: rgba(198, 169, 116, 1.0);
}


.footer_container_inner .footer_section .hs-menu-wrapper>ul>li>ul>li>a:hover,
.footer_container_inner .footer_section a:hover{
  color: rgba(158, 158, 158, 1.0);
}



.bottom-footer{
  border-top: 1px solid rgba(221, 221, 221, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}


.bottom-footer .copyright-notice{
  color: rgba(81, 81, 81, 1.0);
}

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

.bottom-footer .linkedin{ 
  background-color: rgba(0, 119, 181, 1.0);
  border-color: rgba(0, 119, 181, 1.0);

}

.bottom-footer .twitter{
  background-color: rgba(85, 172, 238, 1.0);
  border-color: rgba(85, 172, 238, 1.0);
}

.footer_container_inner .footer_section .hs-menu-wrapper>ul>li>ul>li.active-branch>a{
  color: rgba(158, 158, 158, 1.0);
}
















.card__price {
  font-family: Open Sans
    font-size: 19px;
  color: #333333;
  font-weight: 400
}