/* ============================================
   GLOBALHOST HEADER - Prefixed CSS (ghcp-)
   Includes scoped Bootstrap v5.3.0-alpha1 foundation
   ============================================ */

/* ============================================
   BOOTSTRAP FOUNDATION (scoped to .ghcp-header)
   ============================================ */
   
 @font-face {
  font-family: 'icomoon';
  src:  url('/fonts/icomoon/fonts/icomoon.eot?uo8cjk');
  src:  url('/fonts/icomoon/fonts/icomoon.eot?uo8cjk#iefix') format('embedded-opentype'),
    url('/fonts/icomoon/fonts/icomoon.ttf?uo8cjk') format('truetype'),
    url('/fonts/icomoon/fonts/icomoon.woff?uo8cjk') format('woff'),
    url('/fonts/icomoon/fonts/icomoon.svg?uo8cjk#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}  
  

.icon-radio-unchecked:before {
  content: "\ea56";
}
.icon-youtube:before {
  content: "\e914";
}
.icon-arowlong-up:before {
  content: "\e912";
}
.icon-arowlong-down:before {
  content: "\e913";
}
.icon-close-round:before {
  content: "\e90f";
}
.icon-tick-round:before {
  content: "\e910";
}
.icon-check:before {
  content: "\e911";
}
.icon-arrow-bottom:before {
  content: "\e900";
}
.icon-arrowlong-left:before {
  content: "\e901";
}
.icon-arrow-left:before {
  content: "\e902";
}
.icon-arrow-play:before {
  content: "\e903";
}
.icon-arrow-quote:before {
  content: "\e904";
}
.icon-arrowlong-right:before {
  content: "\e905";
}
.icon-arrow-right:before {
  content: "\e906";
}
.icon-arrow-top:before {
  content: "\e907";
}
.icon-call:before {
  content: "\e908";
}
.icon-facebook:before {
  content: "\e909";
}
.icon-insta:before {
  content: "\e90a";
}
.icon-linkedin:before {
  content: "\e90b";
}
.icon-instagram:before {
  content: "\e90a";
}
.icon-message:before {
  content: "\e90c";
}
.icon-support:before {
  content: "\e90d";
}
.icon-cog:before {
  content: "\e994";
}
.icon-twitter:before {
  content: "\e90e";
} 
   
.korpabroj {
    position: absolute;
    left: 0px;
    top: 0px;
    background: linear-gradient(95.45deg, #ff0000de 0.64%, #ff0000db 98.23%);
    color: #fff !important;
    padding: 0px 5px 0px 5px;
    font-size: 10px;
    font-weight: 400;
    border: 0px !important;
    border-radius: 0px 0px 10px 0px;
    box-shadow: 1px 1px 1px 0px #00000033;
}
.ghcp-pre-header .ghcp-right .ghcp-ms-btn span.brojukorpi {  margin: 0 0px 0 0 !important; }  
.brojukorpi { color: #fff !important; margin: 0 0px 0 0 !important; }    

/* --- Box-sizing reset (scoped) --- */
.ghcp-header,
.ghcp-header *,
.ghcp-header *::before,
.ghcp-header *::after {
    box-sizing: border-box;
}

/* --- Container (scoped to header) --- */
.ghcp-header .container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .ghcp-header .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .ghcp-header .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .ghcp-header .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .ghcp-header .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .ghcp-header .container {
        max-width: 1320px;
    }
}

/* --- Base element resets (scoped) --- */
.ghcp-header a {
    color: inherit;
    text-decoration: none;
}

.ghcp-header a:hover {
    text-decoration: none;
}

.ghcp-header ul,
.ghcp-header ol {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.ghcp-header img,
.ghcp-header svg {
    vertical-align: middle;
}

.ghcp-header img {
    max-width: 100%;
    height: auto;
}

.ghcp-header button {
    border-radius: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    cursor: pointer;
}

.ghcp-header button:focus:not(:focus-visible) {
    outline: 0;
}

.ghcp-header nav {
    display: block;
}

.ghcp-header p {
    margin-top: 0;
    margin-bottom: 0;
}

.ghcp-header h1,
.ghcp-header h2,
.ghcp-header h3,
.ghcp-header h4,
.ghcp-header h5,
.ghcp-header h6 {
    margin-top: 0;
    margin-bottom: 0;
}

/* --- Navbar base (scoped, from Bootstrap .navbar) --- */
.ghcp-header .ghcp-navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.ghcp-header .ghcp-navbar > .container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

/* --- Visually hidden utility (scoped) --- */
.ghcp-header .ghcp-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* --- Display utilities (scoped) --- */
.ghcp-header .ghcp-d-none {
    display: none !important;
}

.ghcp-header .ghcp-d-flex {
    display: flex !important;
}

.ghcp-header .ghcp-d-block {
    display: block !important;
}

.ghcp-header .ghcp-d-inline-block {
    display: inline-block !important;
}

@media (min-width: 576px) {
    .ghcp-header .ghcp-d-sm-none {
        display: none !important;
    }
    .ghcp-header .ghcp-d-sm-flex {
        display: flex !important;
    }
    .ghcp-header .ghcp-d-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .ghcp-header .ghcp-d-md-none {
        display: none !important;
    }
    .ghcp-header .ghcp-d-md-flex {
        display: flex !important;
    }
    .ghcp-header .ghcp-d-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .ghcp-header .ghcp-d-lg-none {
        display: none !important;
    }
    .ghcp-header .ghcp-d-lg-flex {
        display: flex !important;
    }
    .ghcp-header .ghcp-d-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .ghcp-header .ghcp-d-xl-none {
        display: none !important;
    }
    .ghcp-header .ghcp-d-xl-flex {
        display: flex !important;
    }
    .ghcp-header .ghcp-d-xl-block {
        display: block !important;
    }
}

/* --- Flex utilities (scoped) --- */
.ghcp-header .ghcp-align-items-center {
    align-items: center !important;
}

.ghcp-header .ghcp-justify-content-between {
    justify-content: space-between !important;
}

.ghcp-header .ghcp-justify-content-end {
    justify-content: flex-end !important;
}

.ghcp-header .ghcp-justify-content-center {
    justify-content: center !important;
}

.ghcp-header .ghcp-flex-wrap {
    flex-wrap: wrap !important;
}

.ghcp-header .ghcp-flex-nowrap {
    flex-wrap: nowrap !important;
}

/* --- Text utilities (scoped) --- */
.ghcp-header .ghcp-text-center {
    text-align: center !important;
}

.ghcp-header .ghcp-text-start {
    text-align: left !important;
}

.ghcp-header .ghcp-text-end {
    text-align: right !important;
}

.ghcp-header .ghcp-text-uppercase {
    text-transform: uppercase !important;
}

.ghcp-header .ghcp-text-nowrap {
    white-space: nowrap !important;
}

.ghcp-header .ghcp-text-decoration-none {
    text-decoration: none !important;
}

/* --- Spacing utilities (scoped) --- */
.ghcp-header .ghcp-m-0 {
    margin: 0 !important;
}

.ghcp-header .ghcp-p-0 {
    padding: 0 !important;
}

.ghcp-header .ghcp-ms-auto {
    margin-left: auto !important;
}

.ghcp-header .ghcp-me-auto {
    margin-right: auto !important;
}

.ghcp-header .ghcp-me-2 {
    margin-right: 0.5rem !important;
}

.ghcp-header .ghcp-me-3 {
    margin-right: 1rem !important;
}

.ghcp-header .ghcp-ms-2 {
    margin-left: 0.5rem !important;
}

.ghcp-header .ghcp-ms-3 {
    margin-left: 1rem !important;
}

/* --- Position utilities (scoped) --- */
.ghcp-header .ghcp-position-relative {
    position: relative !important;
}

.ghcp-header .ghcp-position-absolute {
    position: absolute !important;
}

.ghcp-header .ghcp-position-fixed {
    position: fixed !important;
}

/* --- Icon padding for .ghcp-action buttons --- */
.ghcp-action .ghcp-ms-btn .fa {
    padding-right: 7px;
}

/* ============================================
   CUSTOM HEADER STYLES (ghcp- prefixed)
   ============================================ */

/* --- Lang two --- */
.ghcp-lang-two {
    margin-left: 5px;
    color: #073465;
}

.ghcp-lang-two:hover {
    color: #2ba3eb;
}

/* --- Pre-header --- */
.ghcp-pre-header {
    background-color: #2ba3eb0f;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ghcp-pre-header .ghcp-section-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ghcp-pre-header .ghcp-left {
    display: flex;
}

.ghcp-pre-header .ghcp-left .ghcp-conatct-nmbers li {
    display: inline-flex;
    align-items: center;
}

.ghcp-pre-header .ghcp-left .ghcp-conatct-nmbers a {
    color: #073465;
    text-decoration: none;
}

.ghcp-pre-header .ghcp-left .ghcp-conatct-nmbers span {
    color: #2ba3eb;
    margin-right: 10px;
    text-decoration: none;
}

.ghcp-pre-header .ghcp-left .ghcp-conatct-nmbers .ghcp-email {
    margin: 0 15px 0 0;
}

.ghcp-pre-header .ghcp-left .ghcp-conatct-nmbers .ghcp-email span {
    font-size: 22px;
}

.ghcp-pre-header .ghcp-left .ghcp-conatct-nmbers .ghcp-phone {
    font-weight: 400;
}

.ghcp-pre-header .ghcp-left .ghcp-conatct-nmbers .ghcp-phone span {
    font-size: 22px;
}

@media(max-width: 991.98px) {
    .ghcp-pre-header .ghcp-left ul.ghcp-conatct-nmbers {
        display: none;
    }

    .ghcp-pre-header .ghcp-right .ghcp-desktop {
        display: none;
    }
}

.ghcp-pre-header .ghcp-right {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.ghcp-pre-header .ghcp-right .ghcp-social-icons a {
    margin: 0 3px;
    padding: 3px;
    color: #073465;
    text-decoration: none;
}

.ghcp-pre-header .ghcp-right .ghcp-social-icons a:hover {
    color: #ee5a09;
}

.ghcp-pre-header .ghcp-right .ghcp-ms-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: inherit;
    padding: 7px 11px;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    font-weight: 700;
}

.ghcp-pre-header .ghcp-right .ghcp-ms-btn span {
    margin: 0 5px 0 0;
}

@media(min-width: 992px) {
    .ghcp-pre-header .ghcp-left .ghcp-mobile {
        display: none;
    }
}

@media(max-width: 991.98px) {
    .ghcp-pre-header .ghcp-right {
        width: 100%;
        justify-content: right;
    }
}

@media(max-width: 767.98px) {
    .ghcp-pre-header .ghcp-right .ghcp-social-icons {
        display: none;
    }

    .ghcp-pre-header .ghcp-right .ghcp-ms-btn {
        font-size: 13px;
        padding: 7px 8px;
    }

    .ghcp-pre-header .ghcp-right {
        column-gap: 2px;
    }

    i.fa.fa-cog {
        display: none;
    }

    i.fa.fa-shopping-cart {
        display: none;
    }
}

/* --- Language Selector --- */
.ghcp-language-selector {
    display: flex;
    align-items: center;
    padding: 0;
    border-radius: 5px;
    height: 30px;
    z-index: 60;
    position: relative;
}

.ghcp-language-selector:hover {
    background-color: #fff;
}

.ghcp-language-selector h6 {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #073465;
}

.ghcp-language-selector .ghcp-language-button {
    display: flex;
    align-items: center;
    border: none;
    outline: none;
    background: none;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: #073465;
    padding-right: 5px;
    padding-left: 5px;
}

.ghcp-language-selector .ghcp-language-button::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
    font-weight: 900; 
    font-size: 12px; 
    color: #434c61; 
    margin-left: 5px; 
}

.ghcp-language-selector .ghcp-language-button .ghcp-language-counrty-flag {
    height: 16px;
    margin: 0 5px 0 0;
}

.ghcp-language-selector .ghcp-language-button .ghcp-language-arrow-icon {
    display: block;
    width: 10.91px;
    height: 5.81px;
    margin: 0 0 0 5px;
}

.ghcp-language-selector .ghcp-language-list {
    display: none;
    top: 28px;
    left: 0px;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
}

.ghcp-language-selector .ghcp-language-list li {
    padding: 5px;
    width: 133px;
    border-radius: 5px;
}

.ghcp-language-selector .ghcp-language-list li a {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #073465;
}

.ghcp-language-selector .ghcp-language-list li a .ghcp-language-counrty-flag {
    margin: 0 5px 0 0;
    height: 16px;
    padding-right: 10px;
}

.ghcp-language-selector .ghcp-language-list li:hover {
    color: #2ba3eb;
}

.ghcp-language-selector .ghcp-language-list li:hover a {
    color: #fff;
}

@media(max-width: 767.98px) {
    .ghcp-language-selector .ghcp-language-button {
        font-size: 11px;
    }

    .ghcp-lang-two {
        font-size: 11px;
    }
}

/* --- Lang two base --- */
.ghcp-lang-two {
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: #073465;
}
.ghcp-lang-two:hover {
    color: #2ba3eb;
    
}
/* --- Header --- */
.ghcp-header {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    padding-top: 0px;
    z-index: 100;
}

@media(max-width: 1199.98px) {
    .ghcp-header {
        padding: 25px 0 0 0;
        padding-top: 0px;
    }
}

.ghcp-header .ghcp-navbar {
    padding: 0;
    padding-top: 15px;
}

.ghcp-header .ghcp-logo {
    width: 35%;
}

.ghcp-header .ghcp-logo-primary {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ghcp-header .ghcp-logo-primary img {
    height: 38px;
}

@media(max-width: 767.98px) {
    .ghcp-header .ghcp-logo-primary img {
        height: 38px;
    }
}

.ghcp-header .container {
    position: relative;
}

/* --- Sticky Header --- */
.ghcp-header.ghcp-sticky {
    display: none !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 60px;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    transform: translateY(0);
    transition: all .3s ease-in-out;
    padding: 10px 0;
    animation: ghcp-slide-down 1s;
}

.ghcp-header.ghcp-sticky.ghcp-show {
    transform: translateY(-150px);
}

.ghcp-header.ghcp-sticky .ghcp-mobile-menu {
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
}

.ghcp-header.ghcp-sticky .ghcp-mobile-menu a.ghcp-menu-toggle {
    top: -44px;
    right: 10px;
}

.ghcp-header.ghcp-sticky .ghcp-logo-primary img {
    height: 38px;
}

@keyframes ghcp-slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --- Main Menu --- */
.ghcp-main-menu {
    display: flex;
    justify-content: right;
    padding: 0;
    height: 100%;
    position: relative;
}

.ghcp-main-menu ul li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

.ghcp-main-menu > ul {
    display: flex;
    align-items: center;
}

.ghcp-main-menu > ul > li {
    display: inline-block;
}

.ghcp-main-menu > ul > li.ghcp-dropdown {
    padding: 0 4px 0 0;
    position: relative;
}

.ghcp-main-menu > ul > li.ghcp-dropdown > a:after {

    content: "\f107";
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free"; 
    font-size: 12px;
    position: absolute;
    right: 3px;
    top: 50%;
    line-height: normal;
    transform: translateY(-50%);
}

.ghcp-main-menu > ul > li.ghcp-dropdown > a.ghcp-hoverClass {
    color: #2ba3eb;
}

.ghcp-main-menu > ul > li.ghcp-dropdown > a.ghcp-hoverClass::after {
    opacity: 1;
}

.ghcp-main-menu > ul > li > a {
    color: #073465;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 0 18px;
    position: relative;
    height: 100%;
    line-height: 48px;
    cursor: pointer;
    border-radius: 3px 3px 0 0;
}

.ghcp-main-menu > ul > li > a:hover {
    color: #2ba3eb;
}

.ghcp-main-menu > ul > li > a.ghcp-active {
    color: #2ba3eb;
}

.ghcp-main-menu > ul > li > a.ghcp-ms-btn {
    line-height: normal;
    border-radius: 0 !important;
}

.ghcp-main-menu > ul > li > a.ghcp-special-solid {
    color: #3c320b;
    line-height: 60px;
    font-size: 18px;
    font-weight: 700;
}

.ghcp-main-menu > ul > li > a.ghcp-primary-solid {
    height: 60px;
    line-height: normal;
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
}

.ghcp-main-menu > ul > li > a.ghcp-primary-solid label {
    display: block;
    font-weight: 500;
    cursor: pointer;
}

.ghcp-main-menu > ul > li > a.ghcp-primary-solid span {
    display: block;
    font-weight: 400;
    font-size: 13px;
}

@media(max-width: 1399.98px) {
    .ghcp-main-menu > ul > li > a {
        padding: 0 13px;
        padding-right: 15px;
    }
}

@media(min-width: 1400px) {
    .ghcp-main-menu > ul > li > a {
        font-size: 15px;
    }
}

/* Dropdown submenu */
.ghcp-main-menu > ul > li > ul {
    display: none;
    right: 0px;
    position: absolute;
    top: 48px;
    padding: 10px;
    width: max-content;
    min-width: 240px;
    z-index: 5;
    text-align: left;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .12);
    border-radius: 0 5px 5px 5px;
}

.ghcp-main-menu > ul > li > ul > li {
    display: block;
}

.ghcp-main-menu > ul > li > ul > li > a {
    display: block;
    padding: 10px 16px;
    font-weight: 700;
    position: relative;
    font-size: 15px;
    line-height: 18px;
    transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    color: #263238;
}

.ghcp-main-menu > ul > li > ul > li > a:hover {
    color: #2ba3eb;
}

.ghcp-main-menu > ul > li > ul > li > a > label > strong {
    display: block;
}

/* --- Mobile Menu --- */
.ghcp-mobile-menu {
    display: none;
    position: relative;
}

.ghcp-mobile-menu ul {
    padding: 0;
}

.ghcp-mobile-menu ul.ghcp-menu-list {
    padding-bottom: 20px;
}

.ghcp-mobile-menu ul.ghcp-menu-list > li > ul {
    display: none;
    margin-left: 0;
    background: #0989d5;
}

.ghcp-mobile-menu ul.ghcp-menu-list > li > ul > li a {
    color: #fff;
    padding: 15px 0;
    display: block;
    font-size: 16px;
    transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    text-align: center;
}

.ghcp-mobile-menu ul li {
    text-align: center;
}

.ghcp-mobile-menu ul li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    padding: 8px 20px;
    text-decoration: none;
}

@media(max-width: 1399.98px) {
    .ghcp-mobile-menu ul li a.ghcp-primary-solid,
    .ghcp-mobile-menu ul li a.ghcp-special-solid {
        background-color: rgba(0, 0, 0, 0) !important;
        color: #fff;
    }

    .ghcp-mobile-menu ul li a.ghcp-primary-solid {
        display: inline-block;
        padding: 10px 20px;
        background-color: #ffcd00 !important;
    }

    .ghcp-mobile-menu ul li a.ghcp-primary-solid label {
        display: block;
        font-weight: 700;
    }
}

.ghcp-mobile-menu ul li.ghcp-dropdown > a {
    position: relative;
}

.ghcp-mobile-menu ul li.ghcp-dropdown > a:after {
    content: "";
    font-family: "icomoon";
    display: inline-block;
    font-size: 6px;
    margin-left: 10px;
    transition: .3s ease;
}

.ghcp-mobile-menu ul li.ghcp-dropdown > a.ghcp-open:after {
    rotate: 180deg;
}

/* --- Menu Toggle --- */
a.ghcp-menu-toggle {
    position: absolute;
    z-index: 10;
    display: none;
    width: 45px;
    height: 45px;
    background: #ee5a09;
    top: -45px;
    right: 0;
    padding-top: 4px;
    box-sizing: border-box;
}

a.ghcp-menu-toggle span.ghcp-line {
    position: relative;
    width: 65%;
    height: 3px;
    background: #fff;
    margin: 7px auto;
    display: block;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
}

a.ghcp-menu-toggle.ghcp-active span.ghcp-line {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: center center;
}

a.ghcp-menu-toggle.ghcp-active span.ghcp-line.ghcp-a {
    transform: rotate(45deg);
}

a.ghcp-menu-toggle.ghcp-active span.ghcp-line.ghcp-c {
    transform: rotate(-45deg);
}

a.ghcp-menu-toggle.ghcp-active span.ghcp-line.ghcp-b {
    opacity: 0;
}

@media(max-width: 1199.98px) {
    .ghcp-mobile-menu {
        width: 100%;
        margin: auto;
        display: block;
        background: #2ba3eb;
    }

    .ghcp-mobile-menu a.ghcp-menu-toggle {
        display: block;
        z-index: 1;
        background: #2ba3eb;
    }

    .ghcp-mobile-menu ul.ghcp-menu-list {
        display: none;
        padding: 10px 0;
    }

    .ghcp-mobile-menu ul li a {
        padding: 15px 0;
        display: block;
    }

    .ghcp-mobile-menu ul li a.ghcp-active {
        color: #fff;
    }

    .ghcp-main-menu {
        display: none;
    }
}

/* ============================================
   BUTTON STYLES (ghcp- prefixed from main.css)
   ============================================ */

/* --- Base Button --- */
.ghcp-ms-btn {
    min-width: 110px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: normal;
    text-decoration: none;
    display: inline-block;
    padding: 12px 17px;
    border-radius: 5px;
    border: none;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: .3s;
    cursor: pointer;
}

.ghcp-ms-btn.ghcp-btn-sm {
    padding: 10px 15px;
    font-size: 14px;
}

.ghcp-ms-btn.ghcp-btn-md {
    padding: 12px 15px;
    font-size: 14px;
}

.ghcp-ms-btn.ghcp-btn-lg {
    padding: 18px 25px;
    font-size: 15px;
}

.ghcp-ms-btn.ghcp-btn-xl {
    padding: 10px 16px 10px 16px;
    font-size: 16px;
}

.ghcp-ms-btn.ghcp-with-arrow {
    padding-right: 70px;
}

.ghcp-ms-btn.ghcp-with-arrow::after {
    content: "";
    font-family: "icomoon";
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    transition: .2s ease;
}

.ghcp-ms-btn.ghcp-with-arrow:hover::after {
    right: 30px;
}

@media(min-width: 1200px) {
    .ghcp-ms-btn {
        min-width: 110px;
    }
}

@media(max-width: 1199.98px) {
    .ghcp-ms-btn {
        font-size: 14px;
        padding: 10px;
    }
}

@media(max-width: 767.98px) {
    .ghcp-ms-btn {
        font-size: 16px;
    }
}

/* --- Button Color Variants --- */
.ghcp-primary-solid {
    background-color: #ee5a09;
    color: #fff;
}

.ghcp-primary-solid:hover {
    background-color: #2ba3eb;
    color: #fff;
}

.ghcp-secondary-solid {
    background-color: #2ba3eb;
    color: #fff;
}

.ghcp-secondary-solid:hover {
    background-color: #ee5a09;
    color: #fff;
}

.ghcp-special-solid {
    background-color: #ffcd00;
    color: #675713;
}

.ghcp-special-solid:hover {
    background-color: rgba(255, 205, 0, .8);
    color: #675713;
}

/* --- Make BG --- */
.ghcp-make-bg {
    display: none;
}

.brojukorpi .inner {
     transform: translateX(2px);
}