#facebook_slider_widget{color:#FFF;height:40px;left:0;margin-left:-290px;margin-top:-110px;position:fixed;top:40%;transition:all .3s ease 0s;width:330px;z-index:42;cursor:pointer;background:url(/images/front/button_fb.png) right 0 no-repeat #3B579D;padding-left: 0px}#facebook_slider_widget:hover{margin-left:0!important}#facebook_slider_widget div{display:table-cell;vertical-align:top}
a{outline:none !important;}

.has-error{ 
    color:#ff0000 !important;
}
textarea{resize:none;}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
#cookies-message{
    padding: 5px 5px; font-size: 12px; line-height: 1.3; border-top: 1px solid #fff; text-align: center; position: fixed; bottom: 0px; background-color: rgba(0,0,0,0.8); width: 100%; z-index: 10500;color:#fff
}
#accept-cookies-checkbox{
    background-color: #663a2a;font-size:14px; padding: 3px 7px; color: #FFF; border-radius: 14px !important; display: inline-block; margin-left: 10px; text-decoration: none; cursor: pointer;
}
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #FFF;

    z-index: 99999;background-size:cover;background-position: center;
}

.preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}
#status .preloader::before {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    height: 100px;
    margin-left: 25px;
    margin-top: 35px;
    position: absolute;
    width: 100px;
}
.spinner {
    margin: 10px auto;
    width: 150px;
    height: 150px;
    position: relative;
}

.cube1 {
    display: inline-block;
    width: 150px;
    height: 150px;
}
.cube1:after {
    content: " ";
    display: block;
    width: 150px;
    height: 150px;
    margin: 1px;
    border-radius: 50%;
    border: 3px solid #663a2a;
    border-color: #663a2a transparent #663a2a transparent;
    animation: lds-dual-ring 1s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

body {
    overflow-x: hidden;
    font-family: 'Muli', sans-serif;
    color:#323232;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Muli', sans-serif;
}

.font-weight-bold{
    font-weight: 600 !important;
}

a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

::selection {
    background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
    background: rgba(166, 175, 189, 0.3);
}

.back_top {
    text-align: center;
    position: fixed;
    bottom: 15px;
    height: 35px;
    width: 35px;
    background-color: #000;
    display: none;
    z-index: 10000;
    border-radius: 0px;
    right: 20px;
    transition: all 0.5s;
}

.back_top i {
    color: #fff;
    line-height: 35px;
    font-size: 18px;
    padding-top: 0px;
    display: block;
}

.section {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    background-color: #fff;
}
.top-class{

}
header{
    text-align: center;padding:10px 0;
}
.navbar-brand{
    margin:0 auto;margin-top:-25px;margin-right: 15px;
}
.navbar-brand img{
    width:80px;
}
.top-row{
    display: flex;flex-wrap:wrap;justify-content: space-between;padding:3px 0;font-weight: 300
}
.top-row ul{
    padding:0;margin:0;list-style:none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top:10px;
    max-width: calc(50% - 60px);
}
.top-row .text-left i{
    width:24px;height: 24px;background:#000;color:#fff;border-radius: 50%;font-size:12px;flex:0 0 24px;line-height: 24px;text-align: center;margin-right: 10px;
}
.top-row .ct-i{
    display: flex;align-items:center;
}
.top-row .ct-i a{
    color:#000;
}
.social_menu li a i{
    width:24px;height: 24px;background:#000;color:#fff;border-radius: 50%;font-size:14px;flex:0 0 24px;line-height: 24px;text-align: center;margin-right: 0px;
}
.flags img{
    width:24px;height: 24px;object-fit: cover;border-radius: 50%;display: block;
}
.nav-item{
    min-width: 100px;position: relative;
}
.navbar-nav .nav-item .nav-link{
    font-size: 16px;letter-spacing: 1px;color:#000;font-weight: 600;padding:10px 10px;text-transform: uppercase;position: relative;display: inline-block;
}
.navbar-nav .nav-item.active  > .nav-link:before{
    width:calc(100% - 20px);height: 2px;background:#000;position: absolute;content:'';left:10px;bottom: -2px;
}
.navbar-nav .nav-item .nav-link:hover:before {
    width:calc(100% - 20px);   
}
.navbar-nav .nav-item .nav-link:before {
    width: calc(0% - 20px);
    height: 2px;
    background: #000;
    position: absolute;
    content: '';
    left: 10px;
    bottom: -2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-toggler{
    display: none;
}
.single-slider {
    min-height: 400px;
    width: 100%;
    height: 43vw;
    background-size: cover;
    background-position: center center;
}
.owl-text{
    padding:50px;
    width: 1300px;
    margin:0 auto;
    max-width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.single-slider .text-ow .home-banner-title{
    text-shadow: 0 0 6px #0009;color:#fff;
}
.single-slider .text-ow .banner-subtitle{
    text-shadow: 0 0 3px #0009;color:#fff;
}
header .navbar{
    padding:0 15px;
}

.btn {
    text-transform: none;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    min-width: 150px;
    min-height: 20px;
    line-height: 1;
    border-radius: 0px;
    text-align: center;
    padding: 12px 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background:#fff;
}
.btn.active,
.btn:active,
.btn:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
.top-class .top-row{
    margin-top:30px;
}
header{
    margin-top:-70px;margin-bottom: 5px;
}
.header_section.bg-light {
    background:#fff !important;border-top:2px solid #fafafa;border-bottom:2px solid #fafafa;padding:10px 0;text-align: left;
    letter-spacing: 1px;
}
.header_section .text-center.section_title h2 {
    letter-spacing: 2px;
    font-size: clamp(17px,1.4vw,36px);
    font-weight: 400 !important;
    font-style: initial;
    text-transform: uppercase;
}
.header_section .text-center.section_title .sec_subtitle {
    margin-bottom: 0;
    letter-spacing: 1px;
    font-weight: 300;
}
.header_section .text-center.section_title{
    text-align: left !important;
}
.bg-light {
    background-color: #fafafa  !important;
}
.info-text{
    background: #000;color:#fff;padding:30px;text-align: center;font-size: clamp(16px,1.5vw,45px);line-height: 1.2;
}
.copyright {
    background-color: #fafafa  !important;border-top:2px solid #f1f1f1;padding:7px !important;letter-spacing: 1px;
}
footer h6{
    font-size:20px;letter-spacing: 1px;font-weight: bold;
}

.footer-info{
    display: flex;
    text-align: left;
    align-items: center;
}
.footer-info img{
    flex:0 0 100px;width:100px;margin-right: 25px;
}
.cnt_detail{
    font-size:16px;
}
footer a{
    color:#000;
}
.cnt_detail i{
    width: 24px;
    height: 24px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    flex: 0 0 24px;
    line-height: 24px;
    text-align: center;
    margin-right: 10px;
}
.footer_menu_list {
    list-style: disc;padding-left: 15px;
}

.foo_detail a.social-icon{
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    border-radius: 50%;    
    flex: 0 0 40px;
    text-align: center;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.foo_detail a.social-icon:hover{
    color:#000;background:#fff;
}
#map-canvas{
    height: 400px;
}
.contact-page .vertical-content h3{
    font-size: 24px;
    letter-spacing: 2px;
}

.form-control{
    margin-bottom: 0px;
    padding: 15px 22px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #ebebeb;
    height: auto;
    font-size: 13px;
}
.contact_form label{
    font-weight: bold;margin:0;
}
.contact_form .btn {
    background:#000;color:#fff;border:1px solid #000;
}
.btn{
    font-weight: bold;
    padding:18px 30px;
}
.btn:hover{
    background:#fff;color:#000;
}
.contact_detail .mt-4{
    border:1px solid #f1f1f1;padding:20px;position: relative;
    display: flex;
    align-items: center;
    margin:0 10px;
}
.contact_detail .mt-4:before{
    border:1px solid #ebebeb;width:calc(100% + 20px);height: calc(100% - 16px);left:-10px;top:8px;position: absolute;content:'';
}
.contact_detail .mt-4 > div.icon{
    width:60px;flex:0 0 60px;font-size:40px;margin-right: 20px;text-align: center
}
.contact_detail .mt-4 > div.mt-1{
    position: relative;z-index: 2;
}
.header_section.bg-light{
    background: rgb(255,255,255) !important;
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 82%, rgba(253,253,253,1) 100%) !important;
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 82%, rgba(253,253,253,1) 100%) !important;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 82%, rgba(253,253,253,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#fdfdfd",GradientType=1) !important;
}
.header_section .home-table-center{
    min-height: 80px;
    display: flex;
    align-items: center;
}
.img-thumbnail{
    padding:0;border-radius:0;
}

a.swipebox span {
    color: #000;font-size: 16px;letter-spacing: 2px;
    -webkit-transform: translate(-50%,-10%);
    -moz-transform: translate(-50%,-10%);
    transform: translate(-50%,-10%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    z-index: 3;
    opacity: 0;
    top:50%;
    left:50%;
    width: 90%;
    text-align: center; 
}
a.swipebox:hover span {
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 1;
}
a.swipebox{
    display: block;position: relative;
}
a.swipebox:before{
    width: 50%;height: 50%;left:25%;top:25%;
    background-color: #eee;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content:'';position: absolute;
}
a.swipebox:hover:before{
    opacity: 0.7;width:100%;height: 100%;left: 0;top:0;border:10px solid rgba(255,255,255,0.5);
}
div.p ol,div.p ul{
    padding-left: 15px;
}
a{
    color:#777
}
div.p a:hover{
    color:#222;text-decoration: underline;
}

div.p .specialimg.right-photo img {
    left:0;right: auto;
}
div.p .specialimg img {
    position: absolute;
    width: 50vw;
    height: 100% !important;
    object-fit: cover;
    max-width: 100vw;
    right: 0;
}

div.p .specialimg {
    height: 100%;
    min-height: 500px;
}
.full-photo img{
    width:100%;
}

blockquote {
    background: #fafafa;
    border-left: 10px solid #ccc;
    margin: 1.5em 0px;
    padding: 0.5em 15px;
    font-style: italic;
    font-size: 16px;
}

blockquote p {
    display: inline;
}
.img-responsive{
    max-width:100%;
}
.work_overlay{
    position: absolute;
    bottom: 0%;
    right: 0;
    background: rgba(255,255,255,.8);
    padding:5px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.work_img_box{
    margin-bottom: 60px;width: 620px;max-width: 100%;
}
.work_img_box img{
    padding-right: 0px;
}
.work_overlay h6{
    display: none;
}
.work_overlay h4{
    font-weight: 400;letter-spacing: 2px;color:#000;font-size:18px;
}
.work_images{
    position: relative;
}
.work_img_box a:hover .work_overlay{
    right: 0;background:#fff;
}

.work_img_box a:hover .work_overlay {
    right: 0;
    background: rgba(255,255,255,0.7);
    width: 100%;
    height: 100%;

}

.contact-person .services_box img{
    margin-top: 1rem !important;margin-bottom: 1rem !important;
}
.contact-person .services_box {
    position: relative;flex-wrap:wrap;
    border: 1px solid #f1f1f1;
    padding: 20px;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 10px;
    margin-top: 0px;
}
.contact-person .services_box:before{
    border: 1px solid #ebebeb;
    width: calc(100% + 20px);
    height: calc(100% - 16px);
    left: -10px;
    top: 8px;
    position: absolute;
    content: '';
}
.contact-person .services_content {
    font-size:14px;text-align: left;padding-left: 20px;max-width: calc(100% - 128px);line-height:1.6;position: relative;
    z-index: 3;
}
.contact-person .services_content h4{
    font-size:16px;font-weight: bold;letter-spacing: 1px;
}
.clients.section{
    padding:20px 0;
}
#partners-slider{max-width: 1500px;margin:0 auto;padding: 0 15px;}
.card,.card-header{
    padding:0;margin:0;background:transparent;border-radius: 0;border:none;
}
.card  .btn{
    padding: 15px 20px;   width:100%;border:1px solid #000;background:#fff;color:#000;  text-align: left;
}
.card .btn.collapsed{
    background:#f6f6f6;border:1px solid #f6f6f6
}
.card .btn.collapsed i:before{
    content: "\f067";
}
.card .btn i:before{
    content: "\f068";
}
.card .btn span{
    position: absolute;top:50%;right: 20px;transform: translateY(-50%);font-size:12px;
}
.card .btn{
    padding-right: 50px;
}
.flex-center{ 
    align-items:center;
}
.work_img_box a.img-zoom{
    display: block;position: relative;
}
/*.work_img_box a.img-zoom:before{
    width:calc(100% - 50px);left:-10px;top:-20px;border:1px solid #ebebeb;content:'';position: absolute;height: calc(100% + 10px);z-index: 1;
}
.work_img_box a.img-zoom:after{
    width:calc(100% - 30px);left:-20px;top:-10px;border:1px solid #ebebeb;content:'';position: absolute;height:calc(100% - 10px);z-index: 1;
}*/
#menu-filter{
    margin-bottom: 30px !important;
}
#menu-filter  li::after {
    content: "";
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    height: 6px;
    background-color: #111;
    width: 6px;
    margin: 0 16px 0 9px;
}
#menu-filter  li:last-child::after {
    display: none;
}
#menu-filter  li a.mixitup-control-active,#menu-filter  li a:hover{
    color:#d1b7b2;
}
#menu-filter  li a{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #111;
    text-transform: uppercase;
    -webkit-transition: color .25s ease-out;
    -moz-transition: color .25s ease-out;
    transition: color .25s ease-out;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .4em;
    cursor: pointer;
}
.one-list-prtf{
    height: 100%;
}
.one-list-prtf a{
    height: 100%;display: block;padding:15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color:#000;
}
.one-list-prtf a:hover{
    background:#d1b7b2;color:#fff;
}
#portfolio-item .item{
    padding:0;
}
#portfolio-item .item h4{
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
}
.one-list-prtf_overlay{
    padding:15px;
}
.one-list-prtf_overlay h4{
    font-size:17px;
}
.one-list-prtf_overlay h6{
    font-size:15px;padding:10px 5px 0 5px;
}

#portfolio-item .item h6{
    font-style: italic;
    font-size: 13px;
    text-align: right;margin-top:6px;
}
.one-list-prtf_images{
    overflow: hidden;
}
.one-list-prtf_images img{
    -webkit-transition: -webkit-transform .75s cubic-bezier(.09,.94,.27,.96);
    transition: transform .75s cubic-bezier(.09,.94,.27,.96);
}
.one-list-prtf a:hover img{
    transform: scale(1.05);
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
    border: 1px solid #efefef;
    padding: 8px 0;
    text-align: center;
    margin:0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li{
    padding:8px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a{
    font-size: 14px;color:#000;line-height: 1.2;display: block;
    font-weight: 600;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a.active,.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover{
    color:#d1b7b2
}
.nav-link i{margin-left: 3px;}


.menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: none;
    padding: 0;
    width:50px;position: absolute;
}
.line {
    fill: none;
    stroke: black;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}
.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}
.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
.filtr-list-window{
    position: fixed;left: -100%;width: 450px;max-width: 100%;background: #fff;box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);padding:20px;
    z-index: 470;top:0;overflow-y: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
    border-top: 5px solid #000;
}
.filtr-list-window.active{
    left: 0;
}
.filter-info{
    font-size:20px;font-weight: bold;padding-bottom: 30px;
}

.close {
    position: absolute;
    right: 15px;z-index: 4;
    top: 15px;
    width: 32px;
    height: 32px;
}
.close:hover {
    opacity: 0.7;
}
.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #000;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}
.filtr-list-window  > h5{
    margin-top: 30px;
    font-size: 22px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 600;
    padding: 10px 0px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}
.title-filter{
    font-weight: bold;margin-top: 10px;
}
.filter-info a{
    cursor: pointer;
}
.filter-info svg{
    margin-right: 5px;margin-top: -2px;
}
.filter-info a:hover{
    color:#777
}
.filter_buttons{
    margin-top:30px;
}
.button-class.button-class-invert{
    background:#fff;color:#000 !important;
}
.button-class.button-class-invert:hover{
    background:#000;color:#fff !important;
}
.button-class{
    border:2px solid #000;background:#000;color:#fff !important;width:calc(50% - 15px);font-size:14px;
}
.button-class:hover{
    background:#fff;color:#000 !important;
}
.filter_buttons{
    display: flex;flex-wrap:wrap;justify-content: space-between;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #000;
    background-color: #000;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}
.custom-control-label::before,.custom-control-label::after {
    top:50%;margin-top: -0.5rem;
}
.banner-link:hover{
    background:#000;color:#fff;
}
.valign_0 {
    text-align: center !important;
    justify-content: center;
}
.valign_1 {
    text-align: left !important;
    justify-content: flex-start;
}
.valign_2 {
    text-align: right !important;
    justify-content: flex-end;
}
.halign_1{
    align-items:flex-start;
}
.halign_2{
    align-items:flex-end;
}
.single-slider .blackcolor .text-ow .home-banner-title {
    text-shadow: 0 0 6px #fff9;
    color: #000;
}
.single-slider .blackcolor .text-ow .banner-subtitle {
    text-shadow: 0 0 3px #fff9;
    color: #000;
}
.blackcolor .banner-link{
    background:#000;color:#fff;
}
.blackcolor .banner-link:hover{
    background:#fff;color:#000;
}



/*produkt*/

/* Columns */
.left-column {
    width: 55%;padding-right: 60px;
    position: relative;
}

.right-column {
    width: 45%;
    margin-top: 60px;
}

.galleries a{
    display: block;position: relative;
}
/* Left Column */
.left-column .galleries .zoomcls {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.left-column .zoomcls.active {
    opacity: 1;z-index: 4
}
.galleries{
    width:600px;max-width: 100%;height: 400px;margin-bottom: 15px;position: relative;z-index: 1;
}
.product-miniature{
    width:610px;max-width: 100%;display: flex;flex-wrap:wrap;margin-left: -5px;margin-right: -5px;
}
.product-miniature .one-min img{
    width:66px;height: 50px;object-fit: cover;object-position: center;
    border: 2px solid #FFFFFF;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
    border-radius: 0% !important;
}
.product-miniature .one-min.active img{
    border-color:#d1b7b2;
}
.product-miniature .one-min{
    margin:5px;cursor: pointer;
}
/* Right Column */

/* Product Description */
.product-description {
    border-bottom: 1px solid #E1E8EE;
    margin-bottom: 20px;
}
.product-description span {
    font-size: 12px;
    color: #d1b7b2;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}
.product-description h1 {
    font-weight: 300;
    font-size: 26px;
    color: #43484D;
    letter-spacing: -1px;
}
.product-description p {
    font-size: 16px;
    font-weight: 300;
    color: #86939E;
    line-height: 24px;
}

/* Product Configuration */
.product-color span,
.cable-config span {
    font-size: 14px;
    font-weight: 400;
    color: #86939E;
    margin-bottom: 20px;
    display: inline-block;
}

/* Product Color */
.product-color {
    margin-bottom: 30px;
}

.color-choose div {
    display: inline-block;
}

.color-choose input[type="radio"] {
    display: none;
}

.color-choose input[type="radio"] + label span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
}

.color-choose input[type="radio"] + label span {
    border: 2px solid #FFFFFF;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
}

.color-choose input[type="radio"]#red + label span {
    background-color: #C91524;
}
.color-choose input[type="radio"]#blue + label span {
    background-color: #314780;
}
.color-choose input[type="radio"]#black + label span {
    background-color: #323232;
}

.color-choose input[type="radio"]:checked + label span {
    background-image: url(images/check-icn.svg);
    background-repeat: no-repeat;
    background-position: center;
}

/* Cable Configuration */
.cable-choose {
    margin-bottom: 20px;
}

.cable-choose span {
    border: 2px solid #E1E8EE;
    border-radius: 0px;
    padding: 10px 15px;
    font-size: 14px;
    color: #5E6977;
    background-color: #fff;
    cursor: default;
    margin:5px;
    transition: all .5s;
}

.cable-choose span:hover,
.cable-choose span:active,
.cable-choose span:focus {
    border: 2px solid #d1b7b2;
    outline: none;
}

.cable-config a{
    text-decoration: underline !important;
}
.cable-config {
    border-bottom: 1px solid #E1E8EE;
    margin-bottom: 20px;
}
a:hover{
    color:#aaa
}
.cable-config a:hover{
    color:#000;
}
/*
.cable-config a {
    color: #d1b7b2;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    margin: 10px 0;
    display: inline-block;
}
.cable-config a:before {
    content: "?";
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 2px solid rgba(53, 142, 215, 0.5);
    display: inline-block;
    text-align: center;
    line-height: 16px;
    opacity: 0.5;
    margin-right: 5px;*/
}

/*end pridukt*/
.materials-feature .btn{
    background:#000;color:#fff;
}
.materials-feature .btn:hover{
    color:#000;background:#fff;
}
.content-wrap{
    overflow-x: hidden;
}
a.swipebox:hover .icon-video-image{
    opacity: 0.2;
}
.icon-video-image{
    position:absolute;top: 50%;left: 50%; 
    color: #FAFAFA;
    font-size: 5rem; 
    text-shadow:0px 0px 2px #000;
    opacity: 0.8;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#search-modal, .modal, .modal-backdrop{
    background: rgba(255, 255, 255, 0.6);
}
#search-modal .modal-dialog{
    top:50%;transform: translateY(-50%);
}
#search-modal .modal-content button i{
    margin-right:5px;
}
#search-modal .modal-content button{
    background:#000;
    color:#fff;
    font-weight: 700;
    border:none;
    box-shadow:none;
    display: flex;
    align-items: center;
    padding:5px 15px;
    height: 100%;
    cursor: pointer;
}
#search-modal .modal-content{
    display: flex;flex-direction: row;border-radius: 0;
}
.has-error, .form-control.has-error{
    border-color: red;
}
.serarch-item a{
    margin: 10px 0;
    border:1px solid #ccc;
    padding: 10px;
    width: 100%;
}
.list-search{
    margin: 40px 0;
}
.serarch-item a{
    display: flex;align-items: center;
}
.serarch-item a:hover{
    color: #333;
    border-color: #333;
}
.serarch-item h4{
    margin-bottom: 0;
    font-size: 1.3rem;
}
.show-all-filter{cursor:pointer;font-weight:bold;}
.hidden-filter{
    display:none;
}
header > .container{
    display: flex;align-items:center;
}
header > .container .navbar-brand{
    margin:0;
}
.pages-body{
    width:100%;overflow-x: hidden;
}