







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */





















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */










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







body {
  font-size: 16px;
  color: #777;
  font-weight: 300;
  font-family: roboto;
}

/* Paragraphs */



/* Anchors */

a {
  color: #459bfc;
}

a:hover,
a:active {
  color: #1d97d4;
}

/* Headings */

h1 {
  font-family: merriweather sans;
  font-size: 40px;
  color: #333;
  font-weight: 700;
}

h2 {
  font-family: merriweather sans;
  font-size: 30px;
  color: #333;
  font-weight: 700;
}

h3 {
  font-family: merriweather sans;
  font-size: 18px;
  color: #333;
  font-weight: 700;
}

h4 {
  font-family: merriweather sans;
  font-size: 19px;
  color: #333;
  font-weight: 500;
}

h5 {
  font-family: merriweather sans;
  font-size: 18px;
  color: #333;
  font-weight: 400;
}

h6 {
  font-family: merriweather sans;
  font-size: 13px;
  color: #333;
  font-weight: 700;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(27, 148, 210, 1.0)

;
  border: 1px solid #1B94D2;
  border-radius: 3px;
  color: #fff;
  padding: 12px 24px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(0, 108, 170, 1.0);
  border-color: #006caa;
  color: #fff;
}

button:active,
.button:active {
  background-color: rgba(67, 188, 250, 1.0);
  border-color: #43bcfa;
  color: #fff;
}





.submitted-message {
  font-size: 16px;
  color: #777;
  font-weight: 300
}

/* Form title */

.form-title {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(51, 51, 51, 1.0);
}

/* Form label */

form label {
  color: rgba(48, 49, 136, 1.0);
}

/* Form help text */

form legend {
  color: rgba(48, 49, 136, 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 {
  color: rgba(51, 71, 91, 1.0);
  background-color: rgba(245, 248, 250, 1.0);
  border-color: rgba(203, 214, 226, 1.0);
  border-radius: 3px;
  border-width: 1px;
}

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 {
  color: rgba(51, 71, 91, 1.0);
  background-color: rgba(245, 248, 250, 1.0);
  border-color: rgba(82, 168, 236, 0.8);
}


/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: rgba(27, 148, 210, 1.0);
  border-color: rgba(27, 148, 210, 1.0);
  border-radius: 3px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(27, 148, 210, 1.0);
  border-color: rgba(27, 148, 210, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(27, 148, 210, 1.0);
  border-color: rgba(27, 148, 210, 1.0);
  color: rgba(255, 255, 255, 1.0);
}





table {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: transparent;!important;  border: hidden;!important; 
}

th,
td {
  color: rgba(67, 79, 89, 1.0);
  border-color: transparent;!important; border: hidden;!important;
}

thead th,
thead td {
  background-color: rgba(67, 79, 89, 0.0);
  border-bottom-color: transparent;!important;  border: hidden;!important;
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(67, 79, 89, 1.0);
}





.custom_header {
  background-color: rgba(250, 250, 250, 1.0);
  border-bottom: 2px solid rgba(220, 220, 220, 1.0);
}

.fixed-header-on .header.fixed {
  background-color: rgba(255, 255, 255, 0.9500000000000001);
  border-bottom: 1px solid rgba(241, 241, 241, 1.0);
}

.header__container {
  max-width: 1170px;
  margin: 0 auto;
}

.custom-menu-primary a {
  color: rgba(51, 51, 51, 1.0);
}

.custom-menu-primary a:hover {
  color: rgba(69, 155, 252, 1.0);
}

.custom-menu-primary .submenu.level-1 > li {
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .navigation-primary > ul.submenu > li.menu-open > a.menu-link {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(69, 155, 252, 1.0);
}

.submenu.level-2,
.dropdown-menu {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(241, 241, 241, 1.0);
}

.submenu.level-2 .menu-item .menu-link {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(51, 51, 51, 1.0);
  border-bottom: 1px solid rgba(247, 247, 247, 1.0);
}

.dropdown-menu > li > a {
  border-bottom: 1px solid rgba(247, 247, 247, 1.0);
}

.submenu.level-2 .menu-item .menu-link:hover {
  background-color: rgba(252, 252, 252, 1.0);
  color: rgba(29, 151, 212, 1.0);
}

.dropdown-menu > li > a:hover {
  background-color: rgba(252, 252, 252, 1.0);
}

.custom-menu-primary a.active-branch,
.custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: rgba(69, 155, 252, 1.0);
}

.custom-menu-primary .submenu.level-1 > li > a.active-branch:before{
  color: rgba(69, 155, 252, 1.0) !important;
}

.custom-menu-primary .submenu.level-1 > li.active-branch {
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch,
.submenu.level-1 > li > ul > li > a.active-branch {
  color: rgba(29, 151, 212, 1.0);
  background-color: rgba(252, 252, 252, 1.0);
}


.header .header-top {
  background-color: rgba(241, 241, 241, 1.0);
}

.fixed-header-on .header.fixed .header-top {
  background-color: rgba(243, 243, 243, 0.4);
}

.header .header-top .text {
  color: rgba(50, 50, 50, 1.0);
}

.header .header-top a {
  color: rgba(50, 50, 50, 1.0);
}

.header .header-top a:hover {
  color: rgba(29, 151, 212, 1.0);
}

.btn-orange {
  background-color: rgba(249, 167, 27, 1.0);
}

.header .header-top a.btn-header:hover {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(29, 151, 212, 1.0);
}

/*================= Other Elements =================*/

.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(51, 51, 51, 1.0);
}

.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: rgba(69, 155, 252, 1.0);
}

body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: rgba(69, 155, 252, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #777;
}

body .header__language-switcher .lang_list_class {
  background-color: rgba(#null, 0.0);
  border-color: rgba(241, 241, 241, 1.0);
}

body .header__language-switcher .lang_list_class li:hover {
  background-color: rgba(#null, 0.0);
  color: rgba(29, 151, 212, 1.0);
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: roboto;
}

.header__language-switcher-label-current:after {
  border-top-color: rgba(51, 51, 51, 1.0);
}

@media(max-width: 767px) {

  .header__navigation {
    background-color: rgba(250, 250, 250, 1.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(51, 51, 51, 1.0);
  }
}





.custom-footer .footer {
  background-color: rgba(249, 249, 249, 1.0);
  color: rgba(119, 119, 119, 1.0);
}

.custom-footer .footer h2.title{
  color: rgba(51, 51, 51, 1.0);
}

.custom-footer a {
  color: rgba(69, 155, 252, 1.0);
}

.custom-footer a:hover {
  color: rgba(29, 151, 212, 1.0);
}

.custom-footer .footer_menu .hs-menu-wrapper > ul > li > a {
  color: rgba(119, 119, 119, 1.0);
}

.custom-footer .footer_menu .hs-menu-wrapper > ul > li > a:hover,
.custom-footer .footer_menu .hs-menu-wrapper > ul > li > a:focus{
  color: rgba(69, 155, 252, 1.0);
}

.custom-footer .footer_menu .hs-menu-wrapper > ul > li > a:after{
  color: rgba(209, 209, 209, 1.0);
}

.custom-footer .footer_menu .hs-menu-wrapper > ul > li > a:hover:after,
.custom-footer .footer_menu .hs-menu-wrapper > ul > li > a:focus:after{
  color: rgba(29, 151, 212, 1.0);
}

.custom-footer .subfooter{
  background-color: rgba(49, 49, 49, 1.0);
  color: rgba(171, 171, 171, 1.0);
}

.custom-footer .footer .footer_search form label{
  color: rgba(119, 119, 119, 1.0);
}

.custom-footer .f-social-wrapper .social-links li a {
  color: rgba(119, 119, 119, 1.0);
  border-color: rgba(119, 119, 119, 1.0);
}
.custom-footer .f-social-wrapper .social-links li a:hover {
  color: rgba(255, 255, 255, 1.0);
}

.custom-footer .f-social-wrapper .social-links li.facebook a:after {
  background-color: rgba(59, 89, 152, 1.0);
  border-color: rgba(59, 89, 152, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.custom-footer .f-social-wrapper .social-links li.twitter a:after {
  background-color: rgba(85, 172, 238, 1.0);
  border-color: rgba(85, 172, 238, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.custom-footer .f-social-wrapper .social-links li.instagram a:after {
  background-color: rgba(81, 127, 164, 1.0);
  border-color: rgba(81, 127, 164, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.custom-footer .f-social-wrapper .social-links li.linkedin a:after {
  background-color: rgba(9, 118, 180, 1.0);
  border-color: rgba(9, 118, 180, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.custom-footer .f-social-wrapper .social-links li.youtube a:after {
  background-color: rgba(179, 18, 23, 1.0);
  border-color: rgba(179, 18, 23, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.custom-footer .f-social-wrapper .social-links li.facebook a:hover {
  border-color: rgba(59, 89, 152, 1.0);
}
.custom-footer .f-social-wrapper .social-links li.twitter a:hover {
  border-color: rgba(85, 172, 238, 1.0);
}
.custom-footer .f-social-wrapper .social-links li.instagram a:hover {
  border-color: rgba(81, 127, 164, 1.0);
}
.custom-footer .f-social-wrapper .social-links li.linkedin a:hover {
  border-color: rgba(9, 118, 180, 1.0);
}
.custom-footer .f-social-wrapper .social-links li.youtube a:hover {
  border-color: rgba(179, 18, 23, 1.0);
}

.custom-footer .footer .footer_search form input[type="text"]{
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(225, 225, 225, 1.0);
  color: rgba(119, 119, 119, 1.0);
}

.custom-footer .footer .footer_search form input[type="text"]:focus{
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(153, 153, 153, 1.0);
  color: rgba(119, 119, 119, 1.0);
}

.custom-footer .footer .footer_search form .f_search_btn {
  background-color: rgba(29, 151, 212, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.custom-footer .footer .footer_search form .f_search_btn:hover,
.custom-footer .footer .footer_search form .f_search_btn:focus{
  background-color: rgba(23, 112, 174, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}


















.card__price {
  font-family: merriweather sans;
  font-size: 18px;
  color: #333;
  font-weight: 700
}

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


@media (min-width: 768px) {
  .dnd-section > .row-fluid, .content-wrapper, .page-center, .header__container, .footer__container {
    max-width: 750.0000000000001px;
  }
}

@media (min-width: 992px) {
  .dnd-section > .row-fluid, .content-wrapper, .page-center, .header__container, .footer__container {
    max-width: 970.0000000000001px;
  }
}

@media (min-width: 1200px) {
  .dnd-section > .row-fluid, .content-wrapper, .page-center, .header__container, .footer__container {
    max-width: 1170px;
  }
}