@charset "UTF-8";
/***!  /templates/shaper_helixultimate/css/custom.css  !***/

@media (min-width: 1200px) {
body.helix-ultimate .sppb-row-container {
    max-width: 1300px !important;
}
  .sppb-row-container {
    width: 1260px !important;
}
  .sppb-container {
    max-width: 1300px !important;
}
  .container {
    max-width: 1300px !important;
}
}

.sp-scroll-up {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 30px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #333;
    border-radius: 3px;
    z-index: 1000;
}
#sp-main-body {
    min-height: 500px;
}
.page-item.active .page-link {
    background-color: #d29e1f;
    border-color: #d29e1f;
}

/* Top */

#sp-top-bar {
    background: #000000;
    color: #f1f1f1;
}
#sp-top-bar a {
    color: #DAA520;
}
#sp-top3 a {
    font-weight: 600;
}
@media (min-width: 992px) {
#sp-top2 {
    text-align: right;
}
#sp-top3 {
    text-align: center;
}
}
@media (max-width: 991px) {
#sp-top1 {
    text-align: center;
}
#sp-top2 {
    text-align: center;
}
#sp-top3 {
    text-align: center;
}
}

/* Header */

#sp-header {
    background: rgba(0, 0, 0, 0.6);
}

#sp-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sp-megamenu-parent > li > a {
    color: #ffffff;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    font-size: 17px;
    margin: 0px 1px;
    line-height: 35px !important;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: #daa520;
    line-height: 35px !important;
    font-weight: 400;
}
.sp-megamenu-parent > li.active > a:before {
    content: '';
    position: absolute;
    top: 2px;
    width: 70%;
    height: 2px;
    background: #ffffff;
    -webkit-transition: all 600ms cubic-bezier(0.68,-0.55,0.265,1.55);
    transition: all 600ms cubic-bezier(0.68,-0.55,0.265,1.55);
}
.sp-megamenu-parent > li:hover > a {
    color: #daa520;
    line-height: 35px !important;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: rgba(0, 0, 0, 0.6);
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 18px;
    margin-top: 22px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    color: #ffffff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    color: #daa520;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
    color: #daa520;
}
#offcanvas-toggler > .fa {
    color: #daa520;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
    color: #daa520;
}

/* Header END */

/* Kezdőlap */

.designhome-szolgaltatas {
    text-align: center;
}
.designhome-szolgaltatas-raw {
    padding: 25px;
    border: 1px solid #efefef;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.designhome-szolgaltatas-raw a {
    color: #000;
}
.designhome-szolgaltatas .designhome-szolgaltatas-raw:hover a {
    color: #daa520;
}
.circle {
    height: 50px;
    width: 50px;
  background-color: #000;
  border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.triangle-up {
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 50px solid #000;
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.square {
    height: 50px;
    width: 50px;
  background-color: #000;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

/* Kezdőlap END */

/* Bemutatkozás */

.bemutatkozas img.sppb-img-responsive {
    max-height: 940px;
}

/* Bemutatkozás END */

/* Szolgáltatások */

    /* Építészeti tervezés */
    
.designhome-features {
    padding: 10px;
    background-color: #fff;
    border: 2px solid #efefef;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.designhome-features:hover {
    padding: 10px;
    background-color: #fff;
    border: 2px solid #daa520;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.designhome-features a {
    color: #000;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.designhome-features:hover a {
    color: #daa520;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.designhome-features h2 {
    font-weight: 100;
    margin: 10px 0px 0px 0px;
}

.designhome-sigplus .slideplus-navigation.slideplus-bottom {
    display: none;
}
.designhome-sigplus a.sigplus-image {
    margin: 4px;
    padding: 5px;
    border: 2px solid #efefef;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

    /* Építészeti tervezés END */

/* Szolgáltatások END */

/* Galéria */

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: rgb(0, 0, 0);
    border-radius: 0;
    color: white;
}

#hikashop_category_information_menu_109 .hikashop_subcategories .hikashop_container {
    text-align: center;
    clear: both;
    padding: 5px;
    border: 2px solid #efefef;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#hikashop_category_information_menu_109 .hikashop_subcategories .hikashop_container:hover {
    border: 2px solid #d29f1f;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.hikashop_category_name {
    background-color: rgba(255, 255, 255, 0.7);
    color: #fff !important;
}
.hikashop_category_name a {
    color: #000 !important;
    font-size: 25px;
    font-weight: 300;
}

.hikashop_listing_img_title {
    padding: 5px;
    border: 2px solid #efefef;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.hikashop_listing_img_title:hover {
    padding: 5px;
    border: 2px solid #d29f1f;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.hikashop_listing_img_title .hikashop_product_image {
    overflow: hidden;
}
.hikashop_listing_img_title span.hikashop_product_name {
    font-size: 20px;
    font-weight: 100;
    margin-top: 10px;
}
.hikashop_listing_img_title span.hikashop_product_name a {
    color: #000;
}
.hikashop_listing_img_title span.hikashop_product_name a:hover {
    color: #daa520;
}
.hikashop_listing_img_title:hover span.hikashop_product_name a {
    color: #daa520;
}




div#hikashop_product_left_part {
    padding: 5px;
    border: 2px solid #efefef;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
img.hikashop_child_image {
    margin: 2px;
    height: 68px;
    float: left;
}

#sb-container {
    z-index: 99999;
}

/* Galéria END */

/* Magazin */

.article-list .article {
    margin-bottom: 30px;
    padding: 20px;
    border: 2px solid #f5f5f5;
    border-radius: 3px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.article-list .article:hover {
    border: 2px solid #DAA520;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

/* Magazin END */

/* Kapcsolat */

.designhome-kapcsolat {
    margin-bottom: 20px !important;
    padding: 15px !important;
    border: 2px solid #efefef;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.designhome-kapcsolat .sppb-icon-inner {
    height: 72px !important;
    width: 72px !important;
    color: #fff;
    background-color: #231d1f;
    border-style: solid;
    border-color: #daa521;
    border-width: 2px;
    border-radius: 60px;
}
.designhome-kapcsolat .sppb-icon-inner i {
    line-height: 68px !important;
    font-size: 38px !important;
}
.designhome-kapcsolat:hover .sppb-icon-hover-effect-zoom-in .sppb-icon-inner {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.designhome-kapcsolat .designhome-kapcsolat-szoveg {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.designhome-kapcsolat .designhome-kapcsolat-szoveg p {
    margin-bottom: 0px;
}

/* Footer formázása */

#sp-footer {
    background: #000000;
    color: #fff;
}
#sp-footer .container-inner {
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

/* Footer formázása END */

/* ---------------- GDPR ------------*/

.activebar-container {
    background-color: rgba(0, 0, 0, 0.8) !important;
    border-bottom: 1px solid #000;
    color: #fff !important;
}
.activebar-container p {
    font-size: 16px;
}
.activebar-container a {
    font-weight: bold;
    font-size: 14px;
}
.activebar-container {
    margin: 0;
    display: block;
    position: fixed;
    top: auto !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
    overflow: hidden;
    overflow-x: hidden;
  border-top: 1px dotted white;
}
.activebar-container button.accept {
    color: #fff !important;
    background-color: #daa520 !important;
    border-radius: 0px;
  
}

.activebar-container button.decline {
  background-color: #5f5f5f !important;
  border-radius: 0px;
}

.activebar-container button {
    float: right;
    clear: none;
    margin: 5px 10px;
    padding: 10px 20px !important;
    border-radius: 5px;
    border: none;
}

.activebar-container button {
    float: right;
    clear: none;
    margin: 5px 10px;
    padding: 10px 20px !important;
    border-radius: 5px;
    border: none;
}
.plg_system_eprivacy_module div.plg_system_eprivacy_accepted, .plg_system_eprivacy_module div.plg_system_eprivacy_declined {
    overflow: hidden;
    border: none !important;
    border-top: 1px dotted white !important;
    color: #fff !important;
    vertical-align: middle;
    padding: 10px !important;
    background-color: #000000;
}
.plg_system_eprivacy_module div.plg_system_eprivacy_accepted button, .plg_system_eprivacy_module div.plg_system_eprivacy_declined button {
    border: 1px solid #fefcfa00;
    color: white;
    padding: 5px 10px !important;
    margin-right: 10px;
    background-color: rgba(114, 114, 115, 0);
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.plg_system_eprivacy_module div.plg_system_eprivacy_accepted button:hover, .plg_system_eprivacy_module div.plg_system_eprivacy_declined button:hover {
    color: #daa521;
    border-color: #72727300;
    background-color: #fff0;
}




.cc-compliance.cc-highlight > .cc-deny {
    order: 3 !important;
    color: black !important;
    background: #ffffff !important;
}

.cc-compliance.cc-highlight > .cc-allow {
    order: 2 !important;
}

.cc-compliance.cc-highlight > .cc-allowall {
    order: 1 !important;
    background: #333333 !important;
    color: white !important;
}

.hikashop_child_image {
    width: 100% !important;
}
