@-webkit-keyframes opening-overlay{0%{opacity:0;background-color:rgba(40,17,8,0)}to{opacity:1;z-index:999;background-color:rgba(40,17,8,.8)}}@keyframes opening-overlay{0%{opacity:0;background-color:rgba(40,17,8,0)}to{opacity:1;z-index:999;background-color:rgba(40,17,8,.8)}}@-webkit-keyframes opening-wrapper{0%{margin-top:100vh}90%{margin-top:-4vh}95%{margin-top:-1.5vh}to{margin-top:0}}@keyframes opening-wrapper{0%{margin-top:100vh}90%{margin-top:-4vh}95%{margin-top:-1.5vh}to{margin-top:0}}.popup-overlay{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1;opacity:0;background-color:rgba(40,17,8,0)}@media only screen and (max-width:768px){.popup-overlay{opacity:1;top:60px}}@media only screen and (min-width:768px) and (max-height:800px){.popup-overlay .popup-wrapper{overflow:auto;max-height:100vh;padding:30px 0;-webkit-box-sizing:border-box;box-sizing:border-box}}.popup-overlay.active{-webkit-animation:opening-overlay .5s forwards;animation:opening-overlay .5s forwards}.popup-overlay.active .popup-wrapper{-webkit-animation:opening-wrapper .5s forwards;animation:opening-wrapper .5s forwards;height:100vh;overflow:scroll;width:100%}@media only screen and (max-width:768px){.popup-overlay.active .popup-wrapper{z-index:3}.popup-overlay.active .popup-wrapper .popup{top:60px;bottom:0}}.popup-overlay .popup-wrapper .popup{position:relative;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:100vh}@media only screen and (max-width:768px){.popup-overlay .popup-wrapper .popup{position:fixed;top:100vh;bottom:-100vh;left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;background-color:#fff;-webkit-transition:top .4s ease-out;transition:top .4s ease-out}}.popup-overlay .popup-wrapper .popup .popup-header{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:transparent;padding-bottom:5px;width:100%;max-width:780px;margin:0 auto}@media only screen and (max-width:768px){.popup-overlay .popup-wrapper .popup .popup-header{display:none}}.popup-overlay .popup-wrapper .popup .popup-header img{cursor:pointer}@media only screen and (max-width:768px){.popup-overlay .popup-wrapper .popup .popup-container{height:calc(100vh - 60px)}}.popup-overlay .popup-wrapper .popup .popup-container .popup-header-mobile{display:none}@media only screen and (max-width:768px){.popup-overlay .popup-wrapper .popup .popup-container .popup-header-mobile{display:block;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;background-color:#fff}.popup-overlay .popup-wrapper .popup .popup-container .popup-header-mobile .close-btn{color:#270f07;font-size:12px;font-weight:700;outline:none;border:none;background-color:transparent}.popup-overlay .popup-wrapper .popup .popup-container .popup-header-mobile .close-btn:before{content:"\2039";font-size:15px;font-weight:400;padding-left:5px}}.feedback-popup .popup-overlay.active{z-index:1001}@media only screen and (max-width:768px){.feedback-popup .popup-overlay.active{background-color:#fff}}.feedback-popup .popup .popup-container .popup-header-mobile,.feedback-popup .popup .popup-header{display:none}.text-field-control>.text-field-label{font-size:14px;line-height:23px;margin-bottom:0}@media only screen and (max-width:768px){.text-field-control>.text-field-label{margin-bottom:30px;margin-top:15px}}.text-field-control>.text-field-label.required:before{content:"*";color:#9b1536;font-size:16px;padding-left:2px}.text-field-control>.input-wrapper{margin:0}.text-field-control>.input-wrapper>.text-field-input,.text-field-control>.input-wrapper>.text-field-textarea{padding:15px;border:1px solid #ddd;outline:none}.text-field-control>.input-wrapper>.text-field-input::-webkit-input-placeholder,.text-field-control>.input-wrapper>.text-field-textarea::-webkit-input-placeholder{font-family:OpenSansHebrew;color:#999;font-size:13px}.text-field-control>.input-wrapper>.text-field-input:-ms-input-placeholder,.text-field-control>.input-wrapper>.text-field-textarea:-ms-input-placeholder{font-family:OpenSansHebrew;color:#999;font-size:13px}.text-field-control>.input-wrapper>.text-field-input::placeholder,.text-field-control>.input-wrapper>.text-field-textarea::placeholder{font-family:OpenSansHebrew;color:#999;font-size:13px}@media only screen and (max-width:768px){.text-field-control>.input-wrapper>.text-field-input,.text-field-control>.input-wrapper>.text-field-textarea{min-width:unset;margin-bottom:10px}}.text-field-control>.input-wrapper>.text-field-input{min-width:330px}@media only screen and (max-width:768px){.text-field-control>.input-wrapper>.text-field-input{height:40px;padding:0 15px 0 0;width:93%;min-width:unset}}.text-field-control>.input-wrapper>.text-field-textarea{min-width:710px;min-height:80px;resize:none}@media only screen and (max-width:768px){.text-field-control>.input-wrapper>.text-field-textarea{width:87%;min-width:unset}}.text-field-control>.validation-error{color:#9b1536;font-size:12px;margin:0}.checkbox-input{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.checkbox-input:before{content:"\2714";border:1px solid #666;font-size:14px;padding:0 3px;border-radius:2px;display:inline-block;color:transparent;margin-left:10px;-webkit-transition:all .4s ease;transition:all .4s ease;max-height:16px;height:auto}.checkbox-input.active:before{background-color:#9b1536;border-color:#9b1536;color:#fff}.checkbox-input:active:before{-webkit-transform:scale(0);transform:scale(0)}.checkbox-input input[type=checkbox]{display:none}.checkbox-input .label-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#666;font-size:14px}body[dir=ltr] .checkbox-input:before{margin-left:0;margin-right:10px}.support-btn-form .support-btn-form .form-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.support-btn-form .support-btn-form .form-box .text-field-label{font-size:16px}.support-btn-form .support-btn-form .form-box .text-field-control{margin:0 15px 0 0}.support-btn-form .support-btn-form .form-box .input-wrapper{margin:5px 0 10px}.support-btn-form .support-btn-form .form-box .text-field-input{min-width:198px;min-width:unset;min-height:40px;padding:0 20px 0 0;width:198px}.support-btn-form .support-btn-form .form-box .text-field-textarea{min-width:435px;min-height:28px;min-width:unset;min-height:unset;padding:10px 20px 0 0;width:435px;height:28px}.support-btn-form .support-btn-form .form-box .validation-error{margin:-5px 2px 5px 0}.support-btn-form .support-btn-form .button-checkbox-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:30px}.support-btn-form .support-btn-form .button-checkbox-group .checkbox-group{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:5px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.support-btn-form .support-btn-form .button-checkbox-group .checkbox-group .checkbox-box{width:100%}.support-btn-form .support-btn-form .checkbox-input{margin:0 15px 10px 0;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.support-btn-form .support-btn-form .checkbox-input:before{font-size:14px;padding-left:2px;padding-right:2px}.support-btn-form .support-btn-form .checkbox-input .checkbox-txt,.support-btn-form .support-btn-form .checkbox-input .label-text{color:#281108;font-size:12px}.support-btn-form .support-btn-form .checkbox-input .checkbox-txt .chek-link{color:#281108;text-decoration:underline}.support-btn-form .support-btn-form .btn-box{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:15px;margin-left:56px;padding-top:15px}.support-btn-form .support-btn-form .btn-box .form-btn-send{width:103px;height:40px;background-color:#9b1536;color:#fff;font-size:14px;border:none;margin-left:15px;-webkit-transition:all .3s ease;transition:all .3s ease}.support-btn-form .support-btn-form .btn-box .form-btn-send:hover{background-color:#c71244;cursor:pointer}.support-btn-form .support-btn-form .btn-box .form-btn-send:disabled{background-color:grey}.support-btn-form .support-btn-form .btn-box .form-btn-clear{width:103px;height:40px;margin-left:15px;background-color:#f3f3f3;color:#281108;font-size:14px;border:none;-webkit-transition:all .3s ease;transition:all .3s ease}.support-btn-form .support-btn-form .btn-box .form-btn-clear:hover{background-color:#d6d2d2;cursor:pointer}.radio-wrapper .control{display:block;position:relative;cursor:pointer}.radio-wrapper .control .radio{position:absolute;z-index:-1;opacity:0}.radio-wrapper .control .radio:checked+.control__indicator{border:2px solid #9b1536}.radio-wrapper .control .radio:checked+.control__indicator:after{-webkit-transform:scale(1);transform:scale(1)}.radio-wrapper .control .radio:checked+.control__indicator+.txt-box{color:#9b1536}.radio-wrapper .control .control__indicator{content:"";position:absolute;right:0;width:16px;height:16px;background:#fff;border:2px solid #767676;border-radius:50%}.radio-wrapper .control .control__indicator:after{-webkit-transition:-webkit-transform .4s cubic-bezier(.45,1.8,.5,.75);transition:-webkit-transform .4s cubic-bezier(.45,1.8,.5,.75);transition:transform .4s cubic-bezier(.45,1.8,.5,.75);transition:transform .4s cubic-bezier(.45,1.8,.5,.75),-webkit-transform .4s cubic-bezier(.45,1.8,.5,.75);content:"";-webkit-transform:scale(0);transform:scale(0);position:absolute;top:3px;left:3px;z-index:1;width:10px;height:10px;background-color:#9b1536;border-radius:50%}.radio-wrapper .control .txt-box{color:#281108;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.radio-wrapper .control .txt-box .radio-sub-txt,.radio-wrapper .control .txt-box .radio-txt{font-size:14px;line-height:20px;padding-right:30px}body[dir=ltr] .radio-wrapper .control .control__indicator{right:inherit;left:0}body[dir=ltr] .radio-wrapper .control .txt-box .radio-txt{padding-right:0;padding-left:30px}.image-slider-wrapper{padding:25px 0;direction:ltr;position:relative}.image-slider-wrapper .arrow-prev-container{position:absolute;left:0;top:39%;z-index:2}.image-slider-wrapper .arrow-next-container{position:absolute;right:0;top:39%;z-index:2}.image-slider-wrapper .arrow-btn{background-color:#fff;border:none;-webkit-box-shadow:-2px 2px 3px 0 rgba(0,0,0,.1);box-shadow:-2px 2px 3px 0 rgba(0,0,0,.1);cursor:pointer}.image-slider-wrapper .slider-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.image-slider-wrapper .slider-item .choice-img{margin-bottom:5px;max-width:101px;max-height:150px;width:100%;height:auto}.image-slider-wrapper .slider-item .role-txt{font-size:14px;text-align:end}.image-slider-wrapper .radio-wrapper .control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.image-slider-wrapper .radio-wrapper .control .control__indicator{bottom:25px;right:0;width:7px;height:7px}.image-slider-wrapper .radio-wrapper .control .control__indicator:after{top:1px;left:1px;width:5px;height:5px}.image-slider-wrapper .radio-wrapper .control .txt-box{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%}.image-slider-wrapper .radio-wrapper .control .radio-txt{padding:0;font-weight:700;font-size:16px}.image-slider-wrapper .radio-wrapper .control .radio-sub-txt{padding:0;max-width:112px;text-align:right}.image-slider-wrapper .slick-slide .slick-track,.slick-slider .slick-list{direction:ltr}.image-slider-wrapper .radio-wrapper .control .radio-sub-txt,.image-slider-wrapper .radio-wrapper .control .radio-txt{padding-right:25px}[dir=rtl] .slick-slide{float:left}.image-slider-wrapper .slick-track{top:0;left:-155px}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.support-btn-box{position:fixed;left:30px;bottom:30px;z-index:1000}.support-btn-box .support-btn{position:relative;color:#fff;background-color:#9b1536;font-size:18px;padding:10px 30px;outline:none;border:none;cursor:pointer}.support-btn-box .support-btn:before{position:absolute;left:20px;top:100%;border:7px solid transparent;border-top:7px solid #9b1536;content:""}@media only screen and (max-width:768px){.support-btn-box .support-btn{display:none}}.support-popup-box .support-form-box{background-color:#fff;position:relative;height:616px;padding:25px;width:777px;opacity:1;visibility:visible;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.support-popup-box .support-form-box .support-box .support-title{font-size:18px;font-weight:400;line-height:23px;max-width:560px;margin-bottom:15px;text-align:center;margin:0 auto;padding-bottom:25px;width:509px;height:48px}.support-popup-box .support-form-box .support-box .choice{direction:ltr;border-top:1px solid #ddd}.support-popup-box .support-form-box .support-box .choice .error-message{color:#9b1536;font-size:12px;margin-top:15px}.support-popup-box .support-form-box .support-box .support-form{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:16px 0}.support-popup-box .support-form-box.close{height:0;opacity:0;visibility:hidden;-webkit-transition:opacity 1s ease;transition:opacity 1s ease;padding:0}#ask-the-expert .popup-overlay .popup-wrapper .popup{position:relative;left:0;bottom:0;z-index:1000;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 0 50px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-height:700px){#ask-the-expert .popup-overlay .popup-wrapper .popup{margin:40px 0 20px}}@media only screen and (max-height:600px){#ask-the-expert .popup-overlay .popup-wrapper .popup{margin:60px 0 20px}}@media only screen and (max-height:550px){#ask-the-expert .popup-overlay .popup-wrapper .popup{margin:100px 0 20px}}#ask-the-expert .popup-overlay .popup-wrapper .popup .popup-header{width:100%;max-width:827px;padding:0;margin:0 auto 10px;-webkit-box-sizing:border-box;box-sizing:border-box}#ask-the-expert .popup-overlay .popup-wrapper .popup .popup-container .support-popup-box .feedback-popup .popup-container div div{position:fixed;top:50%;right:50%}#support-form-box-close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#support-form-box-close h2{color:#281108;font-size:40px;font-weight:300;line-height:44px}#support-form-box-close p{color:#333;font-size:16px;font-weight:400;margin-bottom:21px}#support-form-box-close a{width:250px;height:40px;border:1px solid #ac113c;background-color:#9b1536;color:#fff;font-size:16px;font-weight:400;line-height:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width:768px){.popup-overlay{display:none}}.gallery-page-box{max-width:940px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gallery-page-box .gallery-header{padding-top:40px;padding-bottom:25px}@media only screen and (max-width:768px){.gallery-page-box .gallery-header{padding-top:0;padding-bottom:20px}}.gallery-page-box .gallery-header .gallery-header-title{font-size:29px;font-weight:bolder;margin-top:0;margin-bottom:10px}@media only screen and (max-width:768px){.gallery-page-box .gallery-header .gallery-header-title{font-size:28px;font-weight:400;line-height:31px}}.gallery-page-box .gallery-header .gallery-header--sub-title{font-weight:bolder;font-size:16px}@media only screen and (max-width:768px){.gallery-page-box .gallery-header .gallery-header--sub-title{font-weight:400}}.gallery-page-box .gallery-header .prew-btn-box{display:none;margin-bottom:20px;padding-top:20px}@media only screen and (max-width:768px){.gallery-page-box .gallery-header .prew-btn-box{display:-webkit-box;display:-ms-flexbox;display:flex}}.gallery-page-box .gallery-header .prew-btn-box .prew-btn{color:#270f07;font-size:12px;font-weight:700;line-height:19px;text-decoration:none}.gallery-page-box .gallery-header .prew-btn-box .prew-btn:before{content:"\2039";padding-left:5px;font-size:18px;font-weight:400}@media only screen and (max-width:768px){.breadcrumbs{display:none}}body[dir=ltr] .gallery-page-box .gallery-header .prew-btn-box .prew-btn:before{padding-left:0;padding-right:5px}.project-slider-wrapper{max-width:780px;width:100%;margin:0 auto;position:relative;direction:ltr}.project-slider-wrapper .slider-close-image{position:absolute;top:10px;right:-20px;background-color:#000;border-radius:50%;width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;z-index:2}.project-slider-wrapper .project-slider{-webkit-box-shadow:0 2px 4px rgba(0,0,0,.5);box-shadow:0 2px 4px rgba(0,0,0,.5);background-color:#f8f8f8}@media only screen and (max-width:768px){.project-slider-wrapper .project-slider{height:100vh}}.project-slider-wrapper .project-slider .slider-item{display:-webkit-box;display:-ms-flexbox;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:30px;padding-bottom:10px;position:relative;max-width:670px;margin:0 auto;overflow:hidden;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-size:contain;height:600px;background-repeat:no-repeat;background-position:50%}@media only screen and (max-width:768px){.project-slider-wrapper .project-slider .slider-item{padding-top:0}}.project-slider-wrapper .project-slider .slider-item .slider-img{display:none;max-height:600px;width:auto}@media only screen and (max-width:768px){.project-slider-wrapper .project-slider .slider-item .slider-img{max-width:100%;max-height:250px}}.project-slider-wrapper .project-slider .slider-footer-box{padding:0 30px 30px;direction:rtl}@media only screen and (max-width:768px){.project-slider-wrapper .project-slider .slider-footer-box{padding:0 25px 100px}}.project-slider-wrapper .project-slider .slider-footer-box .slider-footer-title{font-size:24px;font-weight:400;line-height:24px;margin-bottom:10px;margin-top:0}@media only screen and (max-width:768px){.project-slider-wrapper .project-slider .slider-footer-box .slider-footer-title{font-size:18px;margin-top:20px}}.project-slider-wrapper .project-slider .slider-footer-box .slider-footer-sub-title{color:#9b9b9b;font-size:11px;line-height:14px;text-align:center;border-bottom:2px solid #ddd;padding-bottom:10px;margin-bottom:15px}@media only screen and (max-width:768px){.project-slider-wrapper .project-slider .slider-footer-box .slider-footer-sub-title{border:none;color:#000;font-size:12px;padding:0;margin:0}}.project-slider-wrapper .project-slider .slider-footer-txt{font-size:14px;line-height:17px;margin-bottom:10px}@media only screen and (max-width:768px){.project-slider-wrapper .project-slider .slider-footer-txt{margin-bottom:15px}}.project-slider-wrapper .project-slider .slider-footer-link .slider-footer-link-txt{color:#9f233b;font-size:14px;line-height:17px;text-decoration:underline}.project-slider-wrapper .project-slider .btn-box{margin-top:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media only screen and (max-width:768px){.project-slider-wrapper .project-slider .btn-box{position:fixed;bottom:0;left:0;right:0;z-index:1;background-color:#fff;padding:25px;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.project-slider-wrapper .project-slider .btn-box .slider-footer-btn{text-decoration:none}.project-slider-wrapper .project-slider .btn-box .slider-footer-btn .slider-footer-btn-txt{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:260px;height:40px;color:#fff;font-size:16px;background-color:#9b1536;-webkit-transition:color .4s ease-out,background-color .4s ease-out;transition:color .4s ease-out,background-color .4s ease-out}@media only screen and (max-width:768px){.project-slider-wrapper .project-slider .btn-box .slider-footer-btn .slider-footer-btn-txt{font-size:16px}}.project-slider-wrapper .project-slider .btn-box .slider-footer-btn .slider-footer-btn-txt:hover{background-color:#c71244}.project-slider-wrapper .project-slider .slider-box{position:relative}.project-slider-wrapper .project-slider .slider-box .slider-number-box{position:absolute;bottom:15px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);color:#fff}.project-slider-wrapper .project-slider .slider-box .slider-number-box .slider-number{text-shadow:0 2px 4px rgba(0,0,0,.5);font-size:14px;font-weight:700;line-height:14px}.project-slider-wrapper .project-slider .arrow-btn{font-size:0;line-height:0;cursor:pointer;color:transparent;outline:0;background:0 0;width:53px;height:53px;border:1px solid #ddd;background-color:hsla(0,0%,100%,.4)}@media only screen and (max-width:768px){.project-slider-wrapper .project-slider .arrow-btn{width:35px;height:35px;border:none;background-color:transparent}}.project-slider-wrapper .project-slider .arrow-prev-container .arrow-prev{position:absolute;left:0;top:50%;z-index:1}.project-slider-wrapper .project-slider .arrow-next-container .arrow-next{position:absolute;right:0;top:50%;z-index:1}@media only screen and (max-width:768px){.gallery-box .width-wrapper{padding:0}}@media only screen and (max-width:768px){.gallery-box .popup-overlay{display:block}}@media only screen and (max-width:768px){.gallery-box .popup-overlay .popup-wrapper .popup .popup-container{overflow:auto}}.gallery{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;max-width:940px;width:100%;margin:0 auto}@media only screen and (max-width:768px){.gallery{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.gallery .gallery-list{max-width:33%;width:100%}@media only screen and (max-width:768px){.gallery .gallery-list{max-width:47%}}@media only screen and (max-width:768px){.gallery .gallery-list:last-child{max-width:100%;-webkit-column-count:2;column-count:2}}@media only screen and (max-width:768px){.gallery .gallery-list:last-child .gallery-item{display:inline-block;width:100%}}.gallery .gallery-list .gallery-item{background-color:#fff;margin:20px 10px 0}@media only screen and (max-width:768px){.gallery .gallery-list .gallery-item{border:1px solid #f3f3f3;margin:0 0 5px}}.gallery .gallery-list .gallery-item .item-header{position:relative}.gallery .gallery-list .gallery-item .item-header .item-header-img{width:100%;height:auto}.gallery .gallery-list .gallery-item .item-header .hover-icons{position:absolute;bottom:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;background:-webkit-gradient(linear,left top,left bottom,color-stop(24%,rgba(0,0,0,.15)),color-stop(99%,rgba(0,0,0,.73)),to(rgba(0,0,0,.73)));background:linear-gradient(180deg,rgba(0,0,0,.15) 24%,rgba(0,0,0,.73) 99%,rgba(0,0,0,.73));opacity:0;-webkit-transition:all .5s ease;transition:all .5s ease}.gallery .gallery-list .gallery-item .item-header .hover-icons:hover{cursor:pointer;opacity:1}.gallery .gallery-list .gallery-item .item-header .hover-icons .hover-title{font-size:18px;color:#fff;padding-right:10px;padding-bottom:5px}.gallery .gallery-list .gallery-item .item-header .hover-icons .icons-wrap{background-color:rgba(0,0,0,.8);border-radius:10px;margin-bottom:5px}.gallery .gallery-list .gallery-item .item-header .hover-icons .icons-wrap .facebook-icon{padding:5px}.gallery .gallery-list .gallery-item .item-footer{padding:10px}.gallery .gallery-list .gallery-item .item-footer .item-footer-box{border-bottom:1px solid #eaeaea;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:5px;margin-bottom:5px}@media only screen and (max-width:768px){.gallery .gallery-list .gallery-item .item-footer .item-footer-box{border:none;overflow:hidden}}.gallery .gallery-list .gallery-item .item-footer .item-footer-box .item-footer-title{font-size:18px;font-weight:700;margin:0}@media only screen and (max-width:768px){.gallery .gallery-list .gallery-item .item-footer .item-footer-box .item-footer-title{font-size:16px}}.gallery .gallery-list .gallery-item .item-footer .item-footer-box .item-footer-sub-title{line-height:11px;font-size:11px}@media only screen and (max-width:768px){.gallery .gallery-list .gallery-item .item-footer .item-footer-box .item-footer-sub-title{display:none}}.gallery .gallery-list .gallery-item .item-footer .item-footer-txt{font-size:14px;margin-bottom:5px;line-height:1em}.gallery .gallery-list .gallery-item .item-footer .links-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:768px){.gallery .gallery-list .gallery-item .item-footer .links-wrapper{display:none}}.gallery .gallery-list .gallery-item .item-footer .links-wrapper .item-footer-link{font-size:13px;text-decoration:none;color:#000;-webkit-transition:all .3s ease;transition:all .3s ease}.gallery .gallery-list .gallery-item .item-footer .links-wrapper .item-footer-link--red{color:#891a2c}.gallery .gallery-list .gallery-item .item-footer .links-wrapper .item-footer-link--bold{font-weight:700}.gallery .gallery-list .gallery-item .item-footer .links-wrapper .item-footer-link:hover{text-decoration:underline}.gallery .gallery-list .gallery-item .item-footer .links-wrapper .link-line{margin:0 2px;font-size:11px;line-height:16px}.more-items-box{text-align:center;margin:30px 0}.more-items-box .more-items{color:#281108;font-size:16px;text-decoration:none;border:1px solid #281108;padding:10px 100px;-webkit-transition:all .3s ease;transition:all .3s ease;background:transparent;outline:none;cursor:pointer}.more-items-box .more-items:hover{background-color:#b0053a;border:1px solid #b0053a;color:#fff}