@font-face { font-family: 'font';
    src: url('/fonts/myriad-pro-regular.eot');
    src: url('/fonts/myriad-pro-regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/myriad-pro-regular.woff') format('woff'),
         url('/fonts/myriad-pro-regular.ttf') format('truetype'),
         url('/fonts/myriad-pro-regular.svg#myriad-pro-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face { font-family: 'font-b';
    src: url('/fonts/myriad-pro-bold.eot');
    src: url('/fonts/myriad-pro-bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/myriad-pro-bold.woff') format('woff'),
         url('/fonts/myriad-pro-bold.ttf') format('truetype'),
         url('/fonts/myriad-pro-bold.svg#myriad-pro-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.font {font-family: 'font';}
.font-b {font-family: 'font-b';}


html,body{margin:0;padding:0;}
body{ text-align:center; font-size:15px; font-family: 'Titillium Web', sans-serif; background: #FFF; color: rgb(11, 11, 11); overflow-x: hidden;}

input{-webkit-user-select: text;-moz-user-select: text;-ms-user-select: text;user-select: text;}

img{border:0}
form{margin:0;}
p{margin:10px 0 10px 0;padding:0;}
a:link, a:visited {color:RGB(109, 110, 113); text-decoration:none;}
a:hover {color:RGB(109, 110, 113); text-decoration:underline;}


.main-color {color: rgb(226, 26, 26) !important; background: rgb(226, 26, 26) !important;}
.main-color-c {color: rgb(226, 26, 26) !important;}
.main-color-b {background: rgb(226, 26, 26) !important;}

.second-color {color: rgb(249, 178, 51) !important; background: rgb(249, 178, 51) !important;}
.second-color-c {color: rgb(249, 178, 51) !important;}
.second-color-b {background: rgb(249, 178, 51) !important;}



/* SEO H1 */
.web-title {float: left; position:fixed;left: -100%;margin: 0px;font-size: 1px;}



/*  HEADER and MENU  */
.web-header-ghost {height: 90px; margin: auto; width: 100%; position: relative;}
.web-header {transition: all 0.2s;}
.web-header {height: 90px; width: 100%; top: 0px; position: fixed; z-index: 99; background: white; box-shadow: 0px 0px 30px -20px black;}
.web-header-in {width: 100%; max-width: 1200px; position: relative; height: 100%; margin: auto;}
.web-header-inner {height: 90px; position: relative;}


.web-logo {width: 355px; height: 80px; left: -3px; top: 5px; display: block; position: absolute; background: url("../../images/design/logo_reconstruct.png") no-repeat; background: url("/images/design/logo_reconstruct.svg") no-repeat; background-size: auto 100%; background-position: left center; z-index: 9;}


.mobil-menu, .menu-btn {display: none;}

.web-main-menu {height: 70px; width: 60%; right: 50px; bottom: 10px; position: absolute;}
.web-main-menu-in {height: 50px; width: 100%; margin: auto; margin-top: 10px; position: relative; display: table;}

.main-menu-item {display: table-cell; position: relative; height: 100%; vertical-align: middle;}
.main-menu-item:hover, .menu-active {background: rgb(51, 51, 51);}
.main-menu-item:hover a, .menu-active a {color: rgb(255, 255, 255) !important;}



.main-menu-item a {display: block; color: rgb(51, 51, 51); padding: 14px 10px; font-size: 19px; letter-spacing: 1px; font-weight: 600; text-transform: uppercase;}
.main-menu-item a:hover {text-decoration: none;} 

.main-menu-item-subs {min-width: 280px; top: 100%; background: rgb(64, 64, 64); box-shadow: 2px 3px 15px -10px rgb(0, 23, 51); text-align: left; position: absolute;}
.main-menu-item-subs {transform: scale(0); -webkit-transform: scale(0); opacity: 0; transform-origin: left top; -webkit-transform-origin: left top; transition: all 0.3s; -webkit-transition: all 0.3s; }
.main-menu-item-subs a {padding: 12px 24px; color: rgb(225, 225, 225) !important; font-size: 16px; letter-spacing: 0.1px; line-height: 20px; font-weight: 400;}
.main-menu-item-subs a:hover {background: rgba(0,0,0,0.05);}

.main-menu-item:hover .main-menu-item-subs {transform: scale(1); -webkit-transform: scale(1); opacity: 1;}





.web-header-social {height: 38px; min-width: 100px; top: 24px; right: -90px; position: absolute;}
.web-header-social div {width: auto; padding: 5px; float: left;}
.web-header-social div a {}
.web-header-social div a i {font-size: 16px; width: 16px; height: 16px; padding: 8px; border-radius: 50%; text-align: center; color: white; background: rgb(226, 26, 26);}
.web-header-social div a i:hover {background: rgb(51, 51, 51);}














/*  CONTENT  */
.web-container {background: rgb(255, 255, 255); display: inline-block; width: 100%; margin-bottom: 2%;}
.web-content {background: rgba(255,255,255,1); width: 98%; max-width: 1150px; margin: auto; padding: 30px 25px 40px; text-align: left;}
.web-content {font-size: 16.5px;}

.web-content h2 {font-size: 38px !important; font-family: 'font-b'; letter-spacing: 2px; padding: 4px 0px 7px 30px; margin: 50px 0px 30px; color: rgb(48, 48, 48); display: inline-block; border-left: 8px solid rgb(226, 26, 26); text-transform: uppercase; font-weight: 900 !important;}
.web-content h3 {font-size: 22px; margin: 30px 0px 10px; font-family: 'font-b'; letter-spacing: 1px; text-transform: uppercase; font-weight: 600;}

.content-text-short {font-size: 21px; color: rgba(60, 60, 60, 0.85); line-height: 32px; margin: 10px auto 30px; padding: 3%; letter-spacing: 0.7px; font-weight: 600; text-align: justify; background: rgb(242, 242, 242); border-left: 8px solid rgb(226, 26, 26);}

.content-text {font-size: 18px; line-height: 30px; letter-spacing: 0.3px;}
.content-text ul {padding: 0px; margin: 0px; list-style: none;}
.content-text ul li {padding: 3px 0px 3px 40px; position: relative;}
.content-text ul li:before {left: 18px; top: 2px; color: rgb(255, 166, 3); content:"\25CF"; position: absolute;}

.web-content-gallery {display: inline-block; width: 100%;}
.web-content-gallery-item {width: 14.65%; margin: 1%; float: left; box-shadow: 0px 0px 1px 3px rgb(255, 165, 0);}
.web-content-gallery-item img {width: 100%; height: auto; float: left;}

.img-side-text {width: 48%; text-align: justify; float: left;}
.img-side-gall {width: 48%; float: right; margin-top: 15px;}
.web-content-gallery-item {width: 29%; margin: 2%;}

.dalsie-lokality {}
.dalsie-lokality-title {font-size: 22px;}
.dalsie-lokality ul {font-size: 22px;}
.dalsie-lokality ul li {padding: 5px;}
.dalsie-lokality ul li a {color: rgb(56, 56, 56); font-weight: 600; letter-spacing: 1px;}

.dalsie-kraj {font-size: 19px; line-height: 30px; padding: 3% 5%; background: rgb(248, 248, 248); box-shadow: inset 0px 0px 1px 1px rgb(219, 26, 26); float: left; margin-top: 25px;}


.zobrazit-viac {text-align: center; text-transform: uppercase; display: inline-block; width: 100%; margin: 35px auto;}
.zobrazit-viac a {font-size: 20px; padding: 10px 30px; color: white; background: rgb(70, 161, 191);}



.referencie-img {width: 100%; display: inline-lock;}
.referencie-img-item {width: 18%; margin: 1%; float: left; overflow: hidden;}
.referencie-img-item img {width: 100%; height: auto; float: left;}
.referencie-img-item:hover {opacity: 0.8;}


.referencie-vid {width: 100%; display: inline-lock;}
.referencie-vid-item {width: 48%; margin: 1%; float: left; overflow: hidden;}
.referencie-vid-item-title {font-size: 18px; font-weight: 600;}
.referencie-vid-item:nth-child(even) {clear: left;}







/* TIME LINE */
.timeline-vertical {width: 100%; margin-bottom: 25px; float: left;}
.timeline-vertical-title {text-align: center;}
.timeline-vertical-title h3 {font-size: 28px; color: rgb(51, 51, 51); margin: 80px 0px 30px; padding-bottom: 15px; border-bottom: 4px solid rgb(226, 26, 26); letter-spacing: 2px;}
.timeline-vertical-body {min-height: 600px; width: 100%; position: relative; margin-top: 35px; border-bottom: 1px dashed silver;}
.timeline-vertical-body-line {border-left: 3px dashed rgb(255, 165, 0); width: 1px; height: 95%; top: 0px; bottom: 0px; left: 0px; right: -2px; margin: auto; position: absolute;}
.timeline-vertical-body-item {min-height: 150px; width: 100%; display: inline-block; position: relative;}
.timeline-vertical-body-item-icon {width: 100px; height: 100%; position: absolute; left: 0px; right: 0px; top: 0px; margin: auto;}
.timeline-vertical-body-item-icon > .hexagon {width: 100px; height: 57.74px;background-color: rgb(255, 165, 0);margin: 28.87px 0;position: absolute; left: 0px; right: 0px; top: 25px; margin: auto;}
.timeline-vertical-body-item-icon > .hexagon:before, .timeline-vertical-body-item-icon .hexagon:after {content: "";position: absolute;width: 0;border-left: 50px solid transparent;border-right: 50px solid transparent;}
.timeline-vertical-body-item-icon > .hexagon:before {bottom: 100%;border-bottom: 28.87px solid rgb(255, 165, 0);}
.timeline-vertical-body-item-icon > .hexagon:after {top: 100%;width: 0;border-top: 28.87px solid rgb(255, 165, 0);}
.timeline-vertical-body-item-icon-in {width: 100px; height: 100px; position: absolute; left: 0px; right: 0px; top: 0px; margin: auto;}
.timeline-vertical-body-item-icon-in {font-size: 50px !important; color: white;}
.timeline-vertical-body-item:last-child .timeline-vertical-body-item-icon {background: white;}
.timeline-vertical-body-item-title {width: 40%; height: 100px; font-size: 28px; color: rgb(215, 41, 41); line-height: 100px; font-family: 'font-b'; letter-spacing: 1px; text-transform: uppercase; font-weight: 600;}
.timeline-vertical-body-item-text {width: 40%; min-height: 100px; font-size: 16px; color: rgb(110, 110, 110); padding-top: 35px; padding-bottom: 60px;}
.timeline-vertical-body-item-text strong {font-size: 24px; color: rgb(60, 60, 60); margin-bottom: 10px; font-weight: 600; display: block;}
.timeline-vertical-body-item:last-child .timeline-vertical-body-item-text {padding-bottom: 30px;}
.timeline-vertical-body-text {width: 96%; padding-left: 4%; text-align: justify; position: relative; margin-top: 15px; font-size: 16px;}
.timeline-vertical-body-text i {height: 30px; width: 30px; font-size: 30px; color: rgb(215, 41, 41); left: 1%; top: -4px; position: absolute;}
.timeline-vertical-body-item:nth-child(even) {}
.timeline-vertical-body-item:nth-child(even) .timeline-vertical-body-item-title {text-align: right; float: left;}
.timeline-vertical-body-item:nth-child(even) .timeline-vertical-body-item-text {float: right; text-align: left;}
.timeline-vertical-body-item:nth-child(odd) {}
.timeline-vertical-body-item:nth-child(odd) .timeline-vertical-body-item-title {text-align: left; float: right;}
.timeline-vertical-body-item:nth-child(odd) .timeline-vertical-body-item-text {float: left; text-align: right;}






/* HOME */
.home-slide {width: 100vw; position: relative; overflow: hidden;}
#swipe-home {width: 100vw; height: 800px; overflow: hidden;}
#swipe-home .swiper-slide {background-size: cover !important; background-position: center bottom !important;}
#swipe-home .swiper-slide a {width: 100%; height: 100%; left: 0px; top: 0px; position: absolute; z-index: 9;}

.home-slide-pag {width: 100%; left: 0px; right: 0px; bottom: 5px; margin: auto; text-align: center;}
.home-slide-pag .swiper-pagination-bullet {width: 15px !important; height: 15px !important; border: none !important; background: rgb(70, 161, 191) !important; opacity: 0.2 !important; border-radius: 0px !important; display: block; margin: 0px auto 6px;}
.home-slide-pag .swiper-pagination-bullet-active {background: rgb(70, 161, 191) !important;  opacity: 1 !important;}



.swiper-slide-info {width: 180px; height: 180px; margin: auto; right: 7%; top: 0px; bottom: 0px; opacity: 0; color: white; text-align: center; position: absolute; text-shadow: 0px 2px 3px black;}
.swiper-slide-info {transition: all 1.2s; -webkit-transition: all 1.2s; transition-delay: 0.4s; -webkit-transition-delay: 0.4s;}
#swipe-home .swiper-slide-active .swiper-slide-info {right: 10%; opacity: 1;}
.swiper-slide-info-title {font-size: 50px; height: 120px; width: 85%; margin: auto; border-bottom: 2px solid white;}
.swiper-slide-info-text {font-size: 14px; line-height: 18px; height: 60px; text-transform: uppercase;}

.sw-h-btn {font-size: 40px; height: 40px; width: 40px; padding: 5px; color: white; top: 0px; bottom: 0px; margin: auto; position: absolute; z-index: 3; cursor: pointer;}
.sw-h-next {right: -50px;}
.sw-h-prev {left: -50px;}
#swipe-home:hover .sw-h-next {right: 0px;}
#swipe-home:hover .sw-h-prev {left: 0px;}




.home-form {width: 100%; min-height: 900px; margin: 0px auto; position: relative;}

.home-form-1 {width: 100%; max-width: 1200px; margin: 0px auto; position: relative;}
.home-form-1-title {width: 90%; max-width: 550px; padding: 20px 0px; margin: 0px auto 55px; color: white; text-align: center; text-transform: uppercase;}
.home-form-1-title strong {font-size: 23px; display: block;}
.home-form-1-title span {font-size: 14px; display: block;}
.home-form-1-items {width: 100%; display: inline-block;}
.home-form-1-item {width: 29.33%; height: 450px; margin: 2%; display: inline-block; overflow: hidden; position: relative; float: left;}
.home-form-1-item:hover {opacity: 0.9;}
.home-form-1-item-title {height: 45px; margin-top: 5px; color: #706F6F; font-size: 26px; font-weight: 600; text-align: left; text-transform: uppercase;}
.home-form-1-item-title span {}
.home-form-1-item-text {height: 111px; font-size: 15px; line-height: 18px; opacity: 0.6; text-align: justify; overflow: hidden;}
.home-form-1-item-btn {width: 100%; margin: 30px auto; text-align: center;}
.home-form-1-item-btn a {font-size: 14px; font-weight: 400; color: white; padding: 8px 20px; background: rgb(51, 51, 51); text-transform: uppercase; letter-spacing: 1px;}
.home-form-1-item-btn a:hover {opacity: 0.8; text-decoration: none;}
.home-form-1-item-img {width: 100%; height: 210px; left: 0px; bottom: 0px; position: absolute; overflow: hidden;}
.home-form-1-item-img img {width: auto; height: auto; max-width: 110%; max-height: 160%; top: -50%; bottom: -50%; left: -50%; right: -50%; margin: auto; position: absolute;}
.hf1-bot .home-form-1-item-title {margin-top: 230px;}
.hf1-bot .home-form-1-item-img {top: 0px; bottom: auto;}




.home-info {width: 100px; height: 750px; margin: auto; left: 0px; right: 0px; top: 25px; position: absolute; z-index: 33;}


.home-info-blue-line {width: 2500px; height: 130px; top: -135px; bottom: 0px; left:-1250px; right: -1250px; margin: auto; background: rgba(255, 165, 0, 0.9); position: absolute; transform: rotate(-12deg); pointer-events: none;}
.home-info-blue-line div {font-size: 70px; line-height: 130px; font-weight: 600; text-align: left; letter-spacing: 2px; color: white; width: 850px; height: 130px; margin: auto; text-transform: uppercase;}
.home-info-blue-line {transition: all 0.5s;}
.home-info-blue-line div {transition: all 1.0s; transition-delay: 1.3s;}

.home-info-workman {width: 540px; height: 700px; left: -103px; bottom: 0px; background: url("/images/design/workman.png") no-repeat;background-size: contain;background-position: center;position: absolute;margin: auto;}
.home-info-workman {transition: all 1.2s; transition-delay: 0.2s;}




.home-info-formular-out {width: 280px; padding: 5px 25px 20px; top: 366px; left: 200px; background: rgba(51, 51, 51, 0.92); position: absolute;}
.home-info-formular-out {transition: all 1.2s; transition-delay: 1.6s;}

.home-info-formular-out:before {width: 0px;height: 0px; left: 0px; top: -68px; border-style: solid;border-width: 0 0 68px 320px;border-color: transparent transparent rgba(51, 51, 51, 0.92) transparent;content: ""; position: absolute;}
.home-info-formular {}
.home-info-formular-title {text-align: left; margin-bottom: 15px;}
.home-info-formular-title strong {font-size: 21px; line-height: 25px; color: rgb(255,255,255); text-transform: uppercase; display: block;}
.home-info-formular-title span {font-size: 11px; letter-spacing: 0.8px; color: white; opacity: 0.8; display: block;}
.home-info-formular input {font-size: 15px; width: 94%; padding: 8px 3%; background: rgb(102, 102, 102); color: white; margin-bottom: 15px; border: none; display: block;}
.home-info-formular button {font-size: 18px; width: 50%; padding: 4px 0px; color: white; background: rgba(30, 191, 85, 1); border: none; text-transform: uppercase; font-family: 'Titillium Web', sans-serif; float: right;}
.home-info-formular button:hover {opacity: 0.8; cursor: pointer;}
.home-info-formular-hint {font-size: 11px; line-height: 17px; letter-spacing: 0.3px; width: 50%; color: white; opacity: 0.8; float: left; text-align: left;}


.home-info-info {min-height: 100px; width: 300px; padding: 10px 10px 65px; bottom: 495px; right: 230px; background: rgba(51, 51, 51, 0.92); position: absolute;}
.home-info-info {transition: all 1.2s; transition-delay: 1.6s;}
.home-info-info:before {width: 0px;height: 0px; left: 0px; bottom: -68px; border-style: solid;border-width: 68px 320px 0 0; border-color: rgba(51, 51, 51, 0.92) transparent transparent transparent;content: ""; position: absolute;}
.home-info-info-icon {width: 80px; height: 80px; left: 20px; bottom: -25px; position: absolute; background: url("/images/design/ikona-house.png") no-repeat; background-size: contain; background-position: center;}
.home-info-info-text  {padding: 10px;}
.home-info-info-text h3 {color: rgb(255, 255, 255); font-size: 23px; letter-spacing: 1px; margin: 0px; padding: 0px; text-align: left; text-transform: uppercase;}
.home-info-info-text div {color: rgb(200, 200, 200); font-size: 16px; line-height: 24px; letter-spacing: 0.2px; text-align: left;}
.home-info-info-text div ul {margin: 8px 0px; padding: 0px 0px 0px 15px;}
.home-info-info-text div ul li {}
.home-info-info-text div b {color: rgb(255, 255, 255);}


.wait .home-info-blue-line {transform: rotate(-12deg) scale(1,0);}
.wait .home-info-blue-line div {opacity: 0;}

.wait .home-info-workman {opacity: 0; bottom: -10px;}

.wait .home-info-formular-out {opacity: 0; top: 340px;}
.wait .home-info-info {opacity: 0; bottom: 468px;}






.home-form-2 {width: 100%; margin: 60px auto 110px; background: rgb(239, 239, 239); position: relative;}
.home-form-2-in {width: 100%; max-width: 1100px; height: 450px; padding: 25px 0px 35px; margin: auto; position: relative;}
.home-form-2-helma {width: 280px; height: 220px; left: 0px; right: 0px; bottom: -130px; margin: auto; background: url("/images/design/helma.png") no-repeat;background-size: contain; background-position: center; position: absolute;}

.ponuka-slide {margin-top: 60px; transition: all 0.4s;}
.ponuka-slide:hover {opacity: 0.8;}
.ponuka-slide:hover a {text-decoration: none;}
.ponuka-slide-title {font-size: 20px; height: 80px; font-weight: 600; text-transform: uppercase;}

.ponuka-slide-image {width: 290px; height: 290px; margin: auto; position: relative; overflow: hidden; border-radius: 50%; border: 8px solid rgb(157, 157, 157);}
.ponuka-slide-image img {width: auto; height: auto; max-width: 110%; max-height: 110%; top: -50%; bottom: -50%; left: -50%; right: -50%; margin: auto; position: absolute;}
.ponuka-slide-image-hexagon {width: 100%; height: 100%; left: 0px; top: 0px; background: url("/images/design/hexa.png") no-repeat;background-size: contain; background-position: center; position: absolute;}
.ponuka-slide-image-hexagon {display: none;}
.ponuka-slide-image {transform: scale(0.8); transform-origin: top center; transition: all 0.4s;}

.swiper-slide-active .ponuka-slide {margin-top: 0px;}
.swiper-slide-active .ponuka-slide-title {font-size: 22px;}
.swiper-slide-active .ponuka-slide-image {transform: scale(1);}


.hp-btn {font-size: 50px; height: 50px; width: 50px; padding: 5px; top: 0px; bottom: 0px; margin: auto; position: absolute; z-index: 3; cursor: pointer;}
.hp-next {right: -50px;}
.hp-prev {left: -50px;}
.hp-btn:hover {opacity: 0.8;}




/* NEWS */
.web-content-news {width: 100%; display: inline-block;}
.web-content-news-item {width: 100%; display: inline-block; margin-bottom: 3%;}
.web-content-news-item a:hover {text-decoration: none;}
.web-content-news-item-img {width: 15%; float: left;}
.web-content-news-item-img img {width: 100%; height: auto;}

.web-content-news-item-text {float: left; width: 83%;margin-left: 2%; text-align: justify; color: rgb(80, 80, 80);}
.web-content-news-item-text h3 {margin: 15px auto 0px; font-size: 24px; color: rgb(109, 110, 113);}

.web-content-news-item-date {font-size: 15px; margin-bottom: 5px; color: rgb(109, 110, 113); opacity: 0.4;}
.web-content-news-item-date span {font-size: 18px; line-height: 18px; float: left;margin-right: 4px;margin-top: 3px;}








/* GALLS */
.galls-form {width: 100%; margin: auto; display: inline-block;}
.galls-form-item {width: 48.5%; margin: 0px 3% 3% 0px; float: left; background: rgb(45, 45, 45); position: relative; border-top: 10px solid rgb(51, 51, 51);}
.galls-form-item:nth-child(even) {margin-right: 0px;}

.galls-form-item-triangle {right: 10px; top: -20px; width: 0px; height: 0px; border-style: solid; border-width: 60px 40px 0 40px; border-color: rgb(255, 0, 0) transparent transparent transparent; position: absolute; z-index: 9;}

.galls-form-item-bg {width: 100%; height: 100%; top: 0px; left: 0px; position: absolute; background-size: cover !important; background-position: center !important;}
.galls-form-item-bg {filter: grayscale(100%); opacity: 0.4; transition: all 0.3s;}
.galls-form-item-shadow {width: 100%; height: 100%; top: 0px; left: 0px; position: absolute; background: linear-gradient(to bottom, rgba(255, 0, 0, 0.27)10%,rgba(109, 110, 113, 0.2) 100%);}
.galls-form-item-title {width: 90%; color: white; padding: 15px 5% 15px; position: relative; z-index: 9;}
.galls-form-item-title {height: 40px; font-size: 20px; line-height: 40px; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; letter-spacing: 0.5px;}
.galls-form-item-text {width: 90%; font-size: 14px; margin: 0px 5% 15px; padding-bottom: 10px; border-bottom: 1px solid rgba(255, 255, 255, 0.6); position: relative; z-index: 9; display: inline-block;}
.galls-form-item-date {color: rgb(237, 138, 29); width: 50%; float: left;}
.galls-form-item-date span {color: white;}
.galls-form-item-info {color: rgb(255, 255, 255); width: 50%; float: left; text-align: right;}
.galls-form-item-info i {color: rgb(237, 138, 29);padding-right: 4px;}
.galls-form-item-imgs {width: 92%; display: inline-block; margin: auto 4%; padding-bottom: 20px; position: relative; z-index: 9;}
.galls-form-item-imgs div {width: 21%; margin: 2%; float: left; border-radius: 50%; overflow: hidden; box-shadow: 0px 0px 0px 5px rgb(255, 0, 0);}
.galls-form-item-imgs div img {width: 100%; height: auto; display: block;}
.galls-form-item a {width: 100%; height: 100%; left: 0px; top: 0px; display: block; position: absolute; z-index: 11;}
.galls-form-item:hover .galls-form-item-bg {filter: grayscale(10%); opacity: 0.2;}












/* BOTTOM INFO */
.bottom-info {width: 100%; max-width: 1200px; margin: 25px auto; display: inline-block; position: relative;}

.vote-form {width: 65%; height: 200px; float: right; box-shadow: inset 0px 0px 1px 1px rgb(236, 0, 140); position: relative;}
.vote-form iframe {width: 100%; height: 200px;}


.shop-info {width: 350px; height: 180px; padding: 1%; float: left; background: rgb(238, 238, 238);}
.shop-info-logo {width: 45%; height: 180px; float: left; display: block; background: url("/images/design/logo.png") no-repeat; background: url("/images/design/logo.svg") no-repeat; background-size: 100% auto; background-position: center center;}
.shop-info-text {width: 55%; float: left;}

.shop-info-text div {text-align: left;}
.shop-info-text div h5 {font-size: 18px; color: rgb(109, 110, 113); margin: 0px; font-weight: 600; text-transform: uppercase;}
.shop-info-text div p {font-size: 14px; margin: 5px 0px; color: rgb(109, 110, 113);}
.shop-info-text div p b {font-size: 12px; color: rgb(109, 110, 113); font-weight: 600; text-transform: uppercase;}
.shop-info-text div i {padding-right: 5px;}





/* BOTTOM LOGOS */
.bottom-logos {width: 100%; margin: 25px auto; display: inline-block; position: relative;}
.bottom-logos-in {width: 100%; max-width: 1200px; display: inline-block; position: relative;}
.bottom-logos-in-title {font-size: 30px; padding: 0px 0px 25px; text-transform: uppercase;font-weight: 600;text-align: left;letter-spacing: 1px;text-align: center;}
.bottom-logos-in-title span {padding: 10px 25px 10px; border-bottom: 5px solid rgb(219, 26, 26); display: inline-block;}



#swipe-logos {width: 100%;}
.swipe-logos-item {height: 100px; width: 100%; margin: auto; display: block; position: relative;}
.swipe-logos-item {filter: grayscale(80%); opacity: 0.7; transition: all 0.5s;}
.swipe-logos-item img {width: auto;height: auto; max-width: 60%; max-height: 100%;position: absolute;left: 0px;right: 0px;bottom: 0px;top: 0px;margin: auto;}
.swipe-logos-item-title {font-size: 20px; font-weight: 600; max-width: 80%;}
.swipe-logos-item a {width: 100%;height: 100%;display: block;position: absolute;left: 0px;top: 0px;}
.swipe-logos-item:hover {filter: grayscale(0%); opacity: 1;}








/* DOWN */
/* DOWN */
.web-down-out {width: 100%; background: rgb(51, 51, 51); position: relative; z-index: 5; box-shadow: 0px -30px 20px -15px white;}
.web-down {width: 100%; max-width: 1200px; margin: auto; position: relative; z-index: 5;}

.web-down-form {width: 100%; max-width: 1200px; margin: 250px auto 50px; display: inline-block; position: relative;}
.web-down-form-item {min-height: 150px; letter-spacing: 0.5px; width: 20.5%; padding: 1% 6% 1% 0%; color: rgb(170, 170, 170);  float: left; position: relative; text-align: left;}
.web-down-form-item:before {width: 1px; background: rgba(219, 26, 26, 0.5); left: -13%; top: 0px; bottom: 0px; position: absolute; content:"";}
.web-down-form-item:first-child:before {display: none;}
.web-down-form-item:last-child {padding-right: 0px;}
.web-down-form-item a {color: rgb(0, 0, 0);}
.web-down-form-item p {font-size: 16px; line-height: 22px;}
.web-down-form-item strong {margin-right: 5px;}
.web-down-form-item h5 {color: white; font-size: 20px; margin: 0px 0px 15px; letter-spacing: 1.5px; text-transform: uppercase; letter-spacing: 0.6px;}

.web-down-form-logo {width: 355px; height: 80px; left: 0px; top: 100px; background: url("../../images/design/logo_reconstruct_white.png") no-repeat; background-size: auto 100%; background-position: left center; position: absolute;}



.web-down-form-social {height: auto; min-width: 100px; top: 110px; right: 0px; position: absolute;}
.web-down-form-social div {width: auto; padding: 8px; float: left;}
.web-down-form-social div a {}
.web-down-form-social div a i {font-size: 24px; width: 24px; height: 24px; padding: 10px; color: rgb(51, 51, 51); background: rgb(117, 117, 117); border-radius: 50%; text-align: center;}
.web-down-form-social div a i:hover {background: rgb(219, 26, 26);}










/*  FOOTER  */
.web-footer-link {font-size: 14px; padding: 22px 0px; width: 100%; height: auto; letter-spacing: 0.5px; color: rgb(222, 222, 222); background: rgb(30, 30, 30); margin: auto; position: relative; z-index: 5;}
.web-footer-link a {color: rgb(255, 255, 255); font-weight: 600;}
.web-footer {width: 100%; position: relative;  z-index: 5;}



/* FOOT FORM */
.foot-formular-out {width: 280px; max-height: 27px; padding: 5px 20px 20px;bottom: 0px;right: 200px;background: rgba(29, 29, 27, 0.9);position: fixed; z-index: 11; transition: all 0.6s;}

.foot-formular-out-open {width: 100%; height: 50px; right: 0px; left: 0px; top: 0px; text-align: right; position: absolute; cursor: pointer; z-index: 5;}
.foot-formular-out-open i {font-size: 30px; width: 30px; height: 30px; padding: 11px 15px; color: white;}
.ffo-open {max-height: 1000px;}





/*  SITE  MAPS  */
.site-maps {margin-top: 30px;}
.site-maps h3 {margin: 1% 1%;}
.site-maps h3 a {color: #5d5d5d; font-size: 26px;}

.site-maps h4 {margin: 1% 3%;}
.site-maps h4 a {color: #9b9b9b; font-size: 20px;}

.site-maps h5 {margin: 1% 6%;}
.site-maps h5 a {color: #898989; font-size: 20px;}

.site-maps h6 {margin: 1% 9%;}
.site-maps h6 a {color: #aaa; font-size: 20px;}





/*  GLOBAL CSS  */
.transition {transition: all 0.3s; -webkit-transition: all 0.3s;}

.pointer {cursor: pointer;}
.pointer:hover {opacity:0.8;}

.no-select {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: -moz-none;-o-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0,0,0,0);}

.center {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.centerr {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}

.hidden {display: none;}

#shadow {position: fixed; height: 100vh; width: 100vw; top: 0px; left: 0px; background: rgba(0,0,0,0.45); z-index: 55; cursor: pointer; display: none;}

#to-top {display: none; padding: 0px 12px 4px 12px; font-size: 23px; background: rgb(219, 26, 26); color: white; position: fixed; right: 15px; bottom: 15px; z-index: 99;}


.contact-form {}
.contact-form div {display: block; width: 100%; margin: 7px auto;}
.contact-form div input {border: 1px solid silver; padding: 7px 1%; font-size: 15px; min-width: 250px;}
.contact-form div textarea {border: 1px solid silver; padding: 7px 1%; font-size: 15px; min-width: 500px; min-height: 110px;}
.contact-form div img {display: inline-block; height: 36px; margin-bottom: -12px; margin-left: 5px;}
.contact-form div button {font-size: 17px; padding: 7px 30px; margin-top: 10px; border: none; color: white !important; cursor: pointer; text-transform: uppercase;}

.page-contact {width: 100%; display: inline-block;}
.page-contact-text {font-size: 18px; width: 35%; float: left;}
.page-contact-text table {width: 100%;}
.page-contact-text table td {width: 60%; vertical-align: top;}
.page-contact-text table td:nth-child(2) {width: 40%; vertical-align: top;}
.page-contact-text h4 {font-size: 19px; color: rgb(8, 102, 52); text-transform: uppercase; font-weight: 900;}

.page-contact-imgs {width: 60%; margin-left: 5%; float: left;}
.page-contact-imgs img {width: 100%; margin-top: 10%;}
.page-contact-imgs iframe {width: 100%;}


.css-url-mail:before {width: 20px; font-size: 20px; color: rgb(255, 0, 0); padding-right: 8px; font-family: "FontAwesome"; content: "\f0e0"; display: inline-block;}
.css-url-tel:before {width: 20px; font-size: 20px; color: rgb(255, 0, 0); padding-right: 8px; font-family: "FontAwesome"; content: "\f098"; display: inline-block;}
.css-url-pdf:before {width: 20px; font-size: 20px; color: rgb(255, 0, 0); padding-right: 8px; font-family: "FontAwesome"; content: "\f15b"; display: inline-block;}









.form-status {margin: 40px 0px; display: inline-block;}
.form-status b {font-size: 20px;}
.form-timer {width: 99%; padding: 0.5%; box-shadow: 0px 0px 0px 1px #ededed; margin-top: 50px; text-align: left;}
.form-timer div {height: 25px; width: 100%; animation-name: form; animation-duration: 5s; margin: 0px !important;}
@keyframes form {
    from {width: 0px;}
    to {width: 100%;}
}







/* 404 */
.page-404 {font-size: 110px;opacity: 0.2;color: rgb(0, 0, 0);text-align: center;margin: 0px auto 15px;}
.page-404-text {font-size: 20px;opacity: 0.6;color: rgb(0, 0, 0);text-align: center;margin: 25px auto 35px;}
.page-404-btn {width: 100%; text-align: center; margin-bottom: 25px;}
.page-404-btn a {color: white; background: rgb(236, 0, 140); padding: 10px 26px; font-size: 18px; text-transform: uppercase;display: inline-block;}
.page-404-img {width: 100%; height: 400px; }





/* SEARCH */
.search-form {width: 100%; display: inline-block; margin: 10px auto;}
.search-form-input {width: 40%;padding: 10px;text-transform: uppercase;font-size: 16px;color: rgb(59, 59, 59);}
.search-form-btn {text-transform: uppercase;font-size: 16px;padding: 11px 40px;border: none;background: rgb(109, 110, 113);color: white; cursor: pointer;}
.search-form-btn:hover {opacity: 0.9;}
.search-form-export {font-size: 19px;width: 100%;display: inline-block;margin: 10px auto 20px; color: rgb(109, 110, 113);}
.search-form-export strong {text-transform: uppercase; color: rgb(70, 70, 70);}
.search-form-items-head {margin: 20px auto 10px; padding: 0px 0px 5px; color: rgb(126, 126, 126); width: 100%; display: inline-block;border-bottom: 1px solid rgb(215, 215, 215);text-transform: uppercase;}
.search-form-items-item {width: 100%; padding: 5px;}
.search-form-items-item a {color: black; font-size: 18px;}
.search-form-export-space {width: 100%; height: 200px;}
.search-form-empty {width: 100%;display: inline-block;text-align: center;opacity: 0.3;font-size: 32px;margin: 70px auto 10px;}







/*  POP  BOX  */
#pop-shadow {position: fixed; height: 100vh; width: 100vw; top: 0px; left: 0px; background: rgba(0,0,0,0.45); z-index: 99; cursor: pointer; display: none;}
#pop-box {position: fixed; top: 25vh; left: 0px; right: 0px; margin: auto; background: rgba(255,255,255,0.9); z-index: 100; display: none;}
#pop-box {text-align: left; padding: 0px; letter-spacing: 0.5px; line-height: 18px;}
#pop-box div {width: 96%; padding: 2%;}
#pop-box img {width: 100%; height: auto; margin: auto;}
#pop-box p {padding: 0px !important; margin: 0px !important;}
#pop-box h2 {color: #1585b7; padding: 0px 0px 0px 0px;width: auto;font-family: 'Merriweather', serif;font-size: 3em; letter-spacing: 0px;}
#pop-box h3 {color: #1585b7; padding: 0px 0px 0px 0px;width: auto;font-family: 'Merriweather', serif;font-size: 2em; border: none;}
#pop-box:before {top: -40px; right: -40px;position: absolute;content: "";background: transparent url("/images/close.png") no-repeat;height: 35px;width: 35px;background-position: center center;background-size: 100% 100%;opacity: 0.4;transition: all 0.3s;-webkit-transition: all 0.3s;pointer-events: none;}
.pop-box:before {opacity: 1 !important; transform: rotate(90deg);}


/* LOADER */
.loader {position: relative;margin: 0 auto;width: 100px;}
.loader:before {content: '';display: block;padding-top: 100%;}
.circular {-webkit-animation: rotate 2s linear infinite;animation: rotate 2s linear infinite;height: 100%;-webkit-transform-origin: center center;transform-origin: center center;width: 100%;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;}
.path {stroke-dasharray: 1, 200;stroke-dashoffset: 0;-webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;stroke-linecap: round;}
@-webkit-keyframes rotate {100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}
@keyframes rotate {100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}
@-webkit-keyframes dash {0%{stroke-dasharray: 1, 200;stroke-dashoffset: 0;}50% {stroke-dasharray: 89, 200;stroke-dashoffset: -35px;}100% {stroke-dasharray: 89, 200;stroke-dashoffset: -124px;}}
@keyframes dash {0% {stroke-dasharray: 1, 200;stroke-dashoffset: 0;}50% {stroke-dasharray: 89, 200;stroke-dashoffset: -35px;}100% {stroke-dasharray: 89, 200;stroke-dashoffset: -124px;}}
@-webkit-keyframes color {100%,0% {stroke: #d62d20;}40% {stroke: #0057e7;}66% {stroke: #008744;}80%,90% {stroke: #ffa700;}}
@keyframes color {100%,0%{stroke: #d62d20;}40% {stroke: #0057e7;}66%{stroke: #008744;}80%,90%{stroke: #ffa700;}}

