@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@100;300;400;500;700&display=swap");
@font-face {
font-family: 'Icons';
src: url(//www.imago.hr/wp-content/themes/imago/fonts/icons.eot);
src: url(//www.imago.hr/wp-content/themes/imago/fonts/icons.eot#iefix) format('embedded-opentype'),
url(//www.imago.hr/wp-content/themes/imago/fonts/icons.woff2) format('woff2'),
url(//www.imago.hr/wp-content/themes/imago/fonts/icons.woff) format('woff'),
url(//www.imago.hr/wp-content/themes/imago/fonts/icons.ttf) format('truetype'),
url(//www.imago.hr/wp-content/themes/imago/fonts/icons.svg#icons) format('svg');
font-weight: normal;
font-style: normal;
}   * { text-decoration: none; font-family: 'Barlow', sans-serif; }
html, body { height: 100%; }
body { margin: 0; padding: 0; background: #fff; overflow: hidden; }
@keyframes bodybox { 0% { overflow: hidden; } 100% { overflow: auto; } }
ul { list-style-type: square; }
.is-icon-font { font-family: 'Icons'; }
.is-icon { line-height: 1vw; font-size: 1vw; text-transform: none !important; }
.site-wrap { position: relative; height: 100vh; width: 100%; }
.ps-scrollbar-y-rail { z-index: 99999; }
.main-menu { position: fixed; z-index: 10; top: 0; left: 0; }
.main-menu button { display: none; }
.main-menu ul { padding: 0; margin: 3vw 0 0 3vw; }
.main-menu li { margin-right: 1.6vw; position: relative; display: inline-block; padding: 0; float: left; }
.main-menu li.current { border-bottom: 1px solid #f00; }
.main-menu li.current a { color: #fff; }
.main-menu a { transition: color 200ms ease-in-out; padding: 4px 8px; color: rgba(255,255,255,0.3); text-transform: uppercase; display: inline-block; font-size: 1.1vw; font-weight: 500; }
.main-menu a:hover { color: #fff; }
.main-menu img { width: 7vw; height: auto; }
.main-menu li:not(:first-child):not(.current) a:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background: #f00;
max-width: 0px;
transition: all 200ms ease-in-out;
}
.main-menu li:not(:first-child):not(.current) a:hover:before {
max-width: 100%;
}
.footer-menu { position: fixed; z-index: 10; bottom: 2vw; left: 0; }
.footer-menu ul { padding: 0; margin: 0 0 0 3vw; }
.footer-menu li { display: inline-block; padding: 0; margin: 0; float: left; }
.footer-menu a { color: rgba(255,255,255,0.3); transition: all 200ms ease-in-out; text-transform: uppercase; display: inline-block; margin-right: 1.5vw; font-size: 0.9vw; font-weight: 100; }
.footer-menu a:hover { color: #f00; }
.page-wrapper, .slide { width: 100%; height: 100vh; background-color: #fff; }
.about-menu li a.active { pointer-events: none; }
.about-menu li a { position: relative; transition: all 200ms ease-in-out; }
.about-menu li a:not(.active):before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background: #f00;
max-width: 0px;
transition: all 200ms ease-in-out;
}
.about-menu li a:not(.active):hover:before {
max-width: 100%;
}
.left-half,
.right-half { position: absolute!important; width: 50%; min-height: 100vh; background-repeat: no-repeat; background-size: cover; background-position: center center; z-index: 1; overflow: hidden; }
.half { width: 50%; float: left; }
.left-half { left: 0; }
.right-half { right: 0; }
.text-center { text-align: center; }
.slide,
.slide .left-half,
.slide .right-half { height: 100vh; overflow: hidden; }
.slide { position: absolute; top: 0; left: 0; }
.left-background { width: 50%; height: 100vh; background: #000; position: fixed; left: 0px; top: 0px; bottom: 0px; z-index: 0; }
.page-wrapper .left-half { top: 0; height: 0vh; margin-top: -100vh; }
.page-wrapper .right-half { top: 0; min-height: 100vh; margin-top: 100vh; }
.page-wrapper.loaded .left-half { animation: leftbox 0.5s ease-in-out 0s forwards; }
.page-wrapper.loaded .right-half { animation: rightbox 0.5s ease-in-out 0s forwards; }
@keyframes leftbox { 0% { height: 0vh; min-height: 0vh; margin-top: -100vh; } 99% { height: 100vh; min-height: 100vh; margin-top: 0px; } 100% { min-height: 100vh; height: auto; margin-top: 0px; } }
@keyframes rightbox { 0% { margin-top: 100vh; } 100% { margin-top: 0vh; } }
.slides .slide > div { animation: none !important; }
.d-flex { display: flex; align-items: center; }
@media screen and (min-width: 768px) {
.slides .left-half { width: 50%; height: 100vh; min-height: 100vh; margin-top: -100vh; transition: all 1000ms ease-in-out; }
.slides .right-half { width: 50%; height: 100vh; min-height: 100vh; left: 0px; top: 0px; margin-left: 50%; margin-top: 100vh; transition: all 1000ms ease-in-out; }
.slides .slide.prev-slide .left-half { margin-top: 100vh; }
.slides .slide.prev-slide .right-half { margin-top: -100vh; }
.slides .slide.is-active .left-half { margin-top: 0px; z-index: 9; }
.slides .slide.is-active .right-half { margin-top: 0px; z-index: 9; }
.slides .left-half .xlarge-text,
.slides .right-half .xlarge-text { position: absolute; top: 50%; transform: translateY(-50%); }
.slides .left-half .xlarge-text { right: 0px; }
}
.is-black { background-color: black; }
.is-white { background-color: white; }
.is-black * { color: white; }
.is-white * { color: black; }
.is-white a { color: #f00; }
.text-upper { text-transform: uppercase; }
.text-bigger { font-size: 300% !important; }
.slide .text-bigger { line-height: 3.8vw; }
.is-fixed { position: fixed!important; }
h1, h2, h3 { text-wrap: balance; }
.title-text { width: 80%; padding: 15vw 10%; }
.title-text h1,
.title-text h2,
.home .slide h2 { text-transform: uppercase; font-size: 3.8vw; line-height: 3.8vw; letter-spacing: -0.1vw; margin: 0; padding: 0; }
.home .slide h2,
.title-text h1 { font-weight: 700; }
.title-text h1 span,
.title-text h2,
.home .slide h2 span { font-weight: 100; }
.title-text p { font-size: 1.1vw; line-height: 1.7vw; margin: 0; padding: 0; font-weight: 100; }
.title-text li { font-size: 1vw; line-height: 1.4vw; font-weight: 300; }
.title-text hr { border: none; height: 3vw; background: transparent; }
.title-text ul { list-style-type: none; padding: 0; margin: 0; }
.title-text li a { color: #fff; }
.single-work .title-text { padding: 12vw 10%; }
.single-work .title-text h1 { font-size: 3.2vw; line-height: 3.2vw; }
.single-work .title-text p { line-height: 1.55vw; }
.single-work .title-text hr { height: 1.5vw; }
.home .slide .title-text p { font-size: 2.5vw!important; }
.page-wrapper:not(.work):not(.people) .title-text ul:not(.is-subnav) li a,
.home .title-text ul li a,
.contact ul li a,
.dropbtn { text-transform: uppercase; font-weight: 100; transition: all 500ms ease-in-out; font-size: 1vw; color: #fff; padding: 10px 20px; border-bottom: 1px solid #fff; }
.page-wrapper:not(.work):not(.people) .title-text ul:not(.is-subnav) li a:hover,
.contact ul li a:hover,
.dropbtn:hover { color: #000!important; background: #fff; }
.home .title-text ul li { float: left; box-sizing: border-box; position: relative; display: inline-block; transition: all 100ms ease-in-out; }
.home .title-text ul li a { float: left; padding: 10px 20px; transition: all 100ms ease-in-out; border: 1px solid #fff; }
.home .title-text ul li a:hover { background: #fff; color: #000; }
.is-subnav li { font-size: 2.4vw; line-height: 3.4vw; font-weight: 100; text-transform: uppercase; } .is-subnav li a.active { border-bottom: 1px solid #f00; font-weight: 400; }
.contact .is-subnav li { display: inline-block; margin: 0px 10px 0px 0px; font-size: 2.4vw; line-height: 3.4vw; font-weight: 100; text-transform: uppercase; } .contact .is-subnav li a.active { font-weight: 500; background: #fff; color: #000; }
.careers .right-half h3 { text-transform: uppercase; font-size: 3.2vw; font-weight: 100; line-height: 1; letter-spacing: -0.1vw; margin: 0; padding: 0; }
.careers .right-half p { font-size: 2vw; font-weight: 300; line-height: 1; letter-spacing: -0.1vw; margin: 1vw 0; padding: 0; }
.slogan { margin: 0; }
.xlarge-text { font-size: 6vw !important; line-height: 6vw !important; text-transform: uppercase; }
.left-half .xlarge-text { font-weight: 100 !important; text-align: right; }
.slogan .title-text { width: 100%; padding: 15vw 2%; font-size: 3.8vw!important; }
.slogan .left-half .title-text { float: right; }
.basic-text { width: 40vw; padding: 5vw; }
.basic-text h1 { text-transform: uppercase; font-size: 3.8vw; line-height: 3.8vw; letter-spacing: -0.1vw; margin: 0; padding: 0; }
.basic-text h3 { font-size: 2vw; line-height: 2.4vw; margin-top: 3vw; font-weight: 300; text-transform: uppercase; }
.basic-text h4 { font-size: 1.2vw; line-height: 1.7vw; margin: 2vw 0; font-weight: 500; text-transform: uppercase; }
.basic-text p { margin: 2vw 0; }
.basic-text p,
.basic-text li,
.basic-text td { font-size: 1.1vw; line-height: 1.7vw; font-weight: 300; }
.basic-text *:first-child { margin-top: 0; }
.basic-text *:last-child { margin-bottom: 0; }
.basic-text p a { color: #f00; }
.basic-text p a:hover { color: #000; }
.basic-text hr { border-top: 1px solid #ccc; background: transparent; }
.single-work-text *:not(lite-youtube):not(.video-container) { margin: 0; padding: 0; }
.single-work-text img { width: 100%; height: auto; display: block; } .title-text .is-second p,
.is-animated.is-second { animation-delay: 0.6s !important; }
.is-animated.is-third { animation-delay: 0.9s !important; } .is-transition { -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -o-transition: all .3s linear; -ms-transition: all .3s linear; transition: all .3s linear; }
.people .overlay,
.clients .overlay,
.group .overlay { background: transparent; background: -moz-linear-gradient(45deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 100%); background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.1) 100%); background: linear-gradient(45deg, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.1) 100%); }
.work .is-faded,
.news .is-faded,
.clients .is-faded,
.services .is-faded { filter: grayscale(100%); opacity: 0.3; }
.work .square:hover .is-faded,
.news .square:hover .is-faded,
.clients .square:hover .is-faded,
.group .square:hover .is-faded { filter: none; opacity: 1; transform: scale(1.1); }
.group .group-revealer { height: 100%; width: 100%; background: rgba(0,0,0,0.9); position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; margin-top: 100%; transition: all 200ms ease-in-out; }
.group .group-revealer > div { position: absolute; top: 50%; transform: translateY(-50%); padding: 0px 15px; }
.group .group-square { display: block; width: 100%; height: 100%; position: relative; }
.group .square { overflow: hidden; }
.group .square:hover .group-revealer,
.group .group-revealer.revealed { margin-top: 0px; }
.group .group-revealer h4,
.group .group-revealer p { font-weight: 100; color: #fff; }
.group .group-revealer a { color: #f00; font-size: 1.1vw; line-height: 1.5em; }
.group .group-revealer h4 { font-size: 1.5vw; }
.group .group-revealer p { font-size: 1.1vw; line-height: 1.5em; }
.square h3 { font-size: 18px; line-height: 18px; padding-top: 5px; font-weight: 300; text-transform: uppercase; }
.clients .square,
.awards .square,
.news .square,
.work .square,
.people .square { overflow: hidden; }
.people .square h3 { position: relative; font-weight: bold; margin: 5px 0 10px 0; }
.work .square h3,
.news .square h3 { position: relative; margin: 10px 0 0 0; }
.people .square h4 { position: relative; margin: 0; height: 24px; font-size: 16px; font-weight: 400; }
.people .square {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: gray;
}
.people .square:hover {
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
}
.is-fullsize { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.is-hidden { opacity: 0; }
.link-description { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.people .link-description { cursor: pointer; }
.link-description .top-part { position: absolute; top: 0; left: 0; width: 100%; }
.link-description .bottom-part { position: absolute; bottom: 0; left: 0; width: 100%; }
.is-black .link-description .top-part,
.is-black .link-description .bottom-part { background-color: rgba(0,0,0,0.5); }
.is-white .link-description .top-part,
.is-white .link-description .bottom-part { background-color: #fff; }
.people .public-line { opacity: 1; position: absolute; left: 0; bottom: 10px; width: 100%; }
.people .secret-line { opacity: 0; position: absolute; left: 0; bottom: -30px; width: 100%; }
.people .square.active .bottom-part,
.people .square:hover .bottom-part { background: #000; }
.people .square .bottom-part,
.people .square .bottom-part h3,
.people .square .bottom-part h4,
.people .square .bottom-part .public-line,
.people .square .bottom-part .secret-line,
.people .square .bottom-part .description-line { transition: all 500ms ease-in-out; }
.people .square.active .bottom-part h3,
.people .square.active .bottom-part h4,
.people .square.active .bottom-part .public-line,
.people .square.active .bottom-part .secret-line,
.people .square.active .bottom-part .description-line,
.people .square:hover .bottom-part h3,
.people .square:hover .bottom-part h4,
.people .square:hover .bottom-part .public-line,
.people .square:hover .bottom-part .secret-line,
.people .square:hover .bottom-part .description-line { color: #fff; }
.people-filters { display: none; box-sizing: border-box; position: fixed; bottom: 0px; right: 0px; padding: 20px; width: 50%; background: #000; }
.people-filters p { color: #fff; float: left; margin: 0px; font-size: 1.1em; }
.people-filters a { color: #fff; float: left; font-size: 1.1em; }
.people-filters a svg { fill: #fff; }
.people-filters a span { color: #fff; display: inline-block; transition: all 3000ms ease-in; transition-delay: none; max-width: 0px; overflow: hidden; }
.people-filters a:hover span { max-width: 9999px; }
.description-line { padding: 0 10px 20px 10px; }
.description-line p { margin: 0; }
.people .description-line { display: none; font-size: 13px; line-height: 16px; }
.people .active .description-line { display: block; }
.working-select { padding: 5vw 5vw 0vw 5vw; }
.working-select select { border: none; }
.square:hover .is-hidden,
.square.active .is-hidden { opacity: 1; }
.square:hover .public-line,
.square.active .public-line { bottom: 30px; opacity: 0; }
.square:hover .secret-line,
.square.active .secret-line  { bottom: 10px; opacity: 1; }
.map-iframe { border: 0; width: 50vw; height: 100vh; }
.img-responsive { max-width: 100%; height: auto; }
.video-container { position: relative; padding-bottom: 56.25%; margin: 0; }
.video-container:after { position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
.video-container iframe, .video-container video { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; }
.inline-select { border: none; box-shadow: none; background-color: #000; font-size: 1.1vw; line-height: 1.7vw; margin: 0; padding: 0; }
.inline-select option { background-color: #000; color: #fff; border: none; font-size: 1.1vw; line-height: 1.7vw; margin: 0; padding: 0; }
.floating-address { position: absolute; bottom: 5vw; left: calc(50% - 160px); width: 320px; text-align: center; padding: 20px 0; }
.floating-address p { font-size: 1.3em; }
.is-toggle { display: none; }
.is-toggle.toggle-active { display: block; }
.join-form p,
.join-form label, 
.join-form input, 
.join-form select { font-size: 15px; line-height: 18px; letter-spacing: 0; }
.join-form input, 
.join-form select { padding: 10px; background-color: #fff; border: none; }
.join-form input[type="submit"],
.submitButton { -webkit-appearance: none; background-color: #000; border: 1px solid #000; border-radius: 0px; color: #fff; padding: 10px 20px; font-size: 20px; font-size: 18px; font-weight: 100; text-transform: uppercase; transition: all 500ms ease-in-out; cursor: pointer; }
.join-form input[type="submit"]:hover,
.submitButton:hover { background: #fff; color: #000; }
.join-form label { color: #666; margin: 20px 0 10px 0; }
.join-form p { color: #000; font-weight: normal; font-size: 1em; margin: 40px 0 10px 0; }
.join-form label { display: block; margin: 20px 0 10px 0; }
#natjecaj-id { font-size: 18px; text-transform: uppercase; }
.contact h3 { font-size: 1.2vw; line-height: 1.2vw; margin: 0px; text-transform: uppercase; } .square { float: left; position: relative; }
.xsmall-squares .square { width: calc(100% / 6); height: calc(100vw / 12); }
.small-squares .square { width: calc(100% / 4); height: calc(100vw / 8); }
.mid-squares .square { width: calc(100% / 3); height: calc(100vw / 6); }
.large-squares .square { width: calc(100% / 2); height: calc(100vw / 4); }
.video-wrapper { position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0; }
.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.masonry-item { width: calc(100% / 3); cursor: pointer; }
.masonry-item h3 { font-size: 16px; line-height: 16px; padding-top: 10px; font-weight: 300; text-transform: uppercase; }
.clients .masonry-item,
.awards .masonry-item,
.news .masonry-item,
.work .masonry-item { overflow: hidden; }
.work .masonry-item h3,
.news .masonry-item h3 { position: relative; margin: 10px 0 0 0; font-weight: bold; }
.masonry-item img { width: 100%; height: auto; float: left; transform: scale(1.3); }
.masonry-item .top-part { position: absolute; top: 0; left: 0; width: 100%; }
.masonry-item .bottom-part { position: absolute; top: 100%; left: 0; width: 100%; }
.masonry-item:hover .bottom-part { transform: translateY(-100%); }
.masonry-item:hover .is-hidden,
.masonry-item.active .is-hidden { opacity: 1; }
.masonry-item:hover .public-line,
.masonry-item.active .public-line { bottom: 30px; opacity: 0; }
.masonry-item:hover .secret-line,
.masonry-item.active .secret-line  { bottom: 10px; opacity: 1; }
.is-black .masonry-item .top-part,
.is-black .masonry-item .bottom-part { background-color: rgba(0,0,0,0.5); }
.is-white .masonry-item .top-part,
.is-white .masonry-item .bottom-part { background-color: rgba(255,255,255,1); }
.work .masonry-item:hover .is-faded,
.news .masonry-item:hover .is-faded,
.clients .masonry-item:hover .is-faded { filter: none; opacity: 1; transform: scale(1.1); }
.news .masonry-item:hover img,
.work .masonry-item:hover img { transform: scale(1.1)!important; } .people-drop { position: relative; float: left; }
.dropdown-content { overflow: hidden; padding-top: 15px; max-height: 0px; position: absolute; width: 40vw; z-index: 1; }
.dropdown-content a { opacity: 0; float: left; padding-right: 0.3vw; text-decoration: none; }
.dropdown-content a.current { color: #f00; }
.dropdown-content a:after { content: ','; }
.dropdown-content a:last-child:after { content: ''; }
.dropdown-content a:hover { color: #f00; }
.people-drop.active .dropdown-content { max-height: 9999px; }
.people-drop.active .dropdown-content a:nth-child(0) { max-height: 9999px; animation: zoomin 1s ease-out 0s forwards; }
.people-drop.active .dropdown-content a:nth-child(1) { max-height: 9999px; animation: zoomin 1s ease-out 0.1s forwards; }
.people-drop.active .dropdown-content a:nth-child(2) { max-height: 9999px; animation: zoomin 1s ease-out 0.2s forwards; }
.people-drop.active .dropdown-content a:nth-child(3) { max-height: 9999px; animation: zoomin 1s ease-out 0.3s forwards; }
.people-drop.active .dropdown-content a:nth-child(4) { max-height: 9999px; animation: zoomin 1s ease-out 0.4s forwards; }
.people-drop.active .dropdown-content a:nth-child(5) { max-height: 9999px; animation: zoomin 1s ease-out 0.5s forwards; }
.people-drop.active .dropdown-content a:nth-child(6) { max-height: 9999px; animation: zoomin 1s ease-out 0.6s forwards; }
.people-drop.active .dropdown-content a:nth-child(7) { max-height: 9999px; animation: zoomin 1s ease-out 0.7s forwards; }
.people-drop.active .dropdown-content a:nth-child(8) { max-height: 9999px; animation: zoomin 1s ease-out 0.8s forwards; }
.people-drop.active .dropdown-content a:nth-child(9) { max-height: 9999px; animation: zoomin 1s ease-out 0.9s forwards; }
.people-drop.active .dropdown-content a:nth-child(10) { max-height: 9999px; animation: zoomin 1s ease-out 1s forwards; }
.people-drop.active .dropdown-content a:nth-child(11) { max-height: 9999px; animation: zoomin 1s ease-out 1.1s forwards; }
.contact-form,
.join-form { padding-top: 20px; }
.contact form > label,
.contact-form form > p label { text-transform: uppercase; font-weight: bold; font-size: 1.2em; color: #000; }
.contact form > label:first-of-type { margin-top: 0px; }
.contact-form form > p { margin: 0px 0px 15px; }
.file-upload > label { font-size: 13px; text-transform: uppercase; font-weight: bold; color: #000; }
.contact form .file-upload { margin: 20px 0px; }
.contact form .file-upload button { font-size: 18px; padding: 10px 15px 10px 0px; text-transform: uppercase; font-weight: bold; text-align: right; max-width: 100%; width: 350px; background: transparent; border-radius: 0px; border: none; border-bottom: 1px solid #000; }
.contact form .file-upload button span { float: left; color: #999; font-weight: normal; text-transform: none; }
.contact form .file-upload input:focus,
.contact form .file-upload button:focus { outline: none; }
.contact form .file-upload input[type="file"] { display: none; }
.input-wrapper { position: relative; margin-bottom: 15px; }
.input-wrapper * { box-sizing: border-box; }
.input-wrapper input { border-radius: 0px; width: 100%; font-size: 18px; line-height: 22px; padding: 24px 15px 10px 0px; background: transparent; border: none; border-bottom: 1px solid #000; }
.input-wrapper label { text-transform: uppercase; color: #999; pointer-events: none; margin: 0px; font-size: 18px; position: absolute; bottom: 12px; left: 0px; transition: all 500ms ease-in-out; }
.input-wrapper select { text-transform: uppercase; background: url(//www.imago.hr/wp-content/themes/imago/images/drop-arrow.svg) no-repeat; background-position: 98% 70%; color: #999; font-size: 18px; line-height: 22px; padding: 24px 15px 10px 0px; margin-bottom: 15px; display: block; border-radius: 0px; width: 100%; border-bottom: 1px solid #000; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.input-wrapper select + label { opacity: 0; }
.input-wrapper input:focus + label,
.input-wrapper input.filled + label,
.input-wrapper select.filled + label { font-size: 12px; bottom: 36px; transform: none; opacity: 1; }
.input-wrapper input:focus { outline: none; }
.input-wrapper select.filled { color: #000; }
.input-wrapper textarea { border-radius: 0px; height: 120px; padding: 24px 15px 10px 0px; font-size: 18px; line-height: 22px; width: 100%; border: none; border-bottom: 1px solid #000; resize: none; }
.input-wrapper textarea:focus { outline: none; }
.input-wrapper textarea:focus + label { font-size: 12px; bottom: 104px; transform: none; opacity: 1; }
.input-wrapper.no-label { margin: 20px 0px 40px 0px; }
.input-wrapper.no-label select { padding: 10px 15px 10px 0px; text-transform: uppercase; background: url(//www.imago.hr/wp-content/themes/imago/images/drop-arrow.svg) no-repeat; background-position: 98% 70%; color: #999; font-size: 18px; line-height: 22px; padding: 24px 15px 10px 0px; margin-bottom: 15px; display: block; border-radius: 0px; width: 100%; border-bottom: 1px solid #000; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
span.wpcf7-list-item { margin: 20px 0 !important; }
span.wpcf7-list-item input { width: 20px; height: 20px; }
.input-wrapper select:focus { outline: none; }
.newsletter-icon svg { width: 1.5vw; fill: rgba(255,255,255,0.3); transition: all 200ms ease-in-out; margin-top: 1px; }
.newsletter-icon:hover svg { fill: #f00; }
.newsletter { padding: 5vw; position: fixed; left: 50%; right: 0px; top: 50%; transition: all 200ms ease-in-out; transform: translate(100%, -50%); background: #000; z-index: 9999; }
.newsletter label { color: #fff; }
.newsletter form > label { font-size: 1.6vw; color: #fff; font-weight: 100; }
.newsletter form > p { color: #fff; }
.newsletter input[type="email"] { color: #fff; border-bottom: 1px solid #fff; }
.newsletter input[type="email"].error { border-color: #f00; }
.newsletter input[type="submit"] { border-color: #fff; }
.newsletter > a { position: absolute; top: 30px; right: 30px; }
.newsletter > a svg { fill: #fff; }
.newsletter.open { transform: translate(0px, -50%); }
.grecaptcha-badge { display: none; }
p.small { font-size: 11px; color: #666; }
@keyframes zoomin { 0% { opacity: 0; } 100% { opacity: 1; } }
@media screen and (max-width: 1366px) {
.xsmall-squares .square { width: calc(100% / 4); height: calc(100vw / 8); }
.small-squares .square { width: calc(100% / 3); height: calc(100vw / 6); }
.mid-squares .square { width: calc(100% / 2); height: calc(100vw / 4); }
.large-squares .square { width: 100%; height: 50vw; }
.masonry-item { width: calc(100% / 2); }
}
@media screen and (max-width: 1024px) {
.xsmall-squares .square { width: calc(100% / 2); height: calc(100vw / 4); }
.small-squares .square,
.mid-squares .square { width: 100%; height: 50vw; }
.masonry-item { width: 100%; }
}#nav-icon { display: none; }
.main-menu .mobile-logo { display: none; }
@media screen and (max-width: 767px) {
* { box-sizing: border-box; }
*:focus { outline: none; }
html, body { animation: none; overflow: scroll; height: 100dvh; }
body { background: #000; padding-top: 60px; height: auto; }
body.home { padding-top: 0px; height: 100dvh; }
.site-wrap { height: auto; }
.home .site-wrap { height: 100vh; height: 100dvh; }
.slide, .slide .left-half, .slide .right-half { height: 100dvh; }
.left-background { display: none; }
.page-wrapper { height: auto; }
.people-filters { width: 100%; }
.people-filters p,
.people-filters a { font-size: 1em; } .main-menu { position: fixed; z-index: 9999; top: 0px; left: 0px; right: 0px; height: 60px; background: #000; transition: all 200ms ease-in-out; } .main-menu ul { margin: 0px; max-height: 0px; overflow: hidden; padding: 0px; transition: all .3s ease-in-out; width: 100%; background: #000; }
.main-menu ul.menu-open { max-height: 50vh; }
.main-menu ul li { display: inline-block; position: relative; display: block; float: left; width: 100%; border-bottom: 1px solid #454545; color: #454545!important; }
.main-menu ul li:first-child { display: none; }
.main-menu ul li a { font-size: 1em; margin: 0px; text-transform: uppercase; font-weight: bold; text-decoration: none; padding: 15px; color: #fff; width: 100%; display: block; }
.main-menu .mobile-logo { display: inline-block; padding: 0px; margin: 10px 0px 0px 15px; }
.main-menu .mobile-logo img { width: 100px; }
.masonry-item img { transform: scale(1); }
#nav-icon { display: inline-block; width: 28px; height: 25px; position: absolute; right: 0px; top: 0px; margin: 22px 18px 0px 0px; padding: 0px; transform: rotate(0deg); transition: .5s ease-in-out; cursor: pointer; }
#nav-icon span { display: block; position: absolute; height: 2px; width: 100%; background: #FFF; border-radius: 0px; opacity: 1; left: 0; transform: rotate(0deg); transition: .25s ease-in-out; }
#nav-icon span:nth-child(1) { top: 0px; }
#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) { top: 7px; }
#nav-icon span:nth-child(4) { top: 14px; }
#nav-icon.open span:nth-child(1) { top: 7px; width: 0%; left: 50%; }
#nav-icon.open span:nth-child(2) { transform: rotate(45deg); }
#nav-icon.open span:nth-child(3) { transform: rotate(-45deg); }
#nav-icon.open span:nth-child(4) { top: 7px; width: 0%; left: 50%; }
.people-drop { display: inline-block; float: none; margin-top: 30px!important; }
.home .title-text ul li a,
.contact ul li a,
.dropbtn { font-size: 1em; }
.page-wrapper .left-half { position: relative!important; width: 100%; margin-top: 0px!important; height: auto; animation: none!important; min-height: 0px; }
.page-wrapper .right-half { position: relative!important; width: 100%; height: auto; margin-top: 0px; animation: none!important; min-height: 0px; }
.title-text { position: static; width: 100%; float: left; }
.slides .title-text { position: absolute; }
.title-text hr { display: none; }
.title-text h1,
.home-slide h2 { font-size: 2em; line-height: 1em; }
.title-text h2 { font-size: 1.4em!important; line-height: 1em!important; }
.title-text h3 { font-size: 1.2em!important; line-height: 1em!important; margin: 15px 0px }
.title-text p,
.basic-text li,
.basic-text td { font-size: 1em; line-height: 1.4em; margin-top: 10px; }
.inline-select { font-size: 1em; line-height: 1.4em; }
.slide .text-bigger { font-size: 1.4em!important; line-height: 1em!important; }
.single-work .title-text p { line-height: 1.4em; }
.single-work .title-text h1 { font-size: 2em; line-height: 1em; }
.group .group-revealer h4 { font-size: 1.5em; }
.group .group-revealer p,
.group .group-revealer a { font-size: 1.1em;line-height: 1.5em; }
.home .title-text ul li { height: 51px; margin-top: 30px; }
.contact .is-subnav li { font-size: 1em!important; line-height: 1em!important; }
.contact .is-subnav li a { margin-bottom: 15px; }
.input-wrapper label,
.contact form .file-upload button span { font-size: 0.7em; }
.contact form .file-upload button span { margin-top: 6px; }
.basic-text { width: 100%; padding: 10vw; }
.working-select { padding: 10vw 10vw 0vw 10vw; }
.contact-form,
.join-form { padding-top: 20px; }
.basic-text h3 { font-size: 1.6em; line-height: 1em; margin-top: 30px; }
.basic-text p,
.title-text li { font-size: 1em; line-height: 1.4em; margin: 15px 0px; }
.title-text ul { margin-top: 15px; }
.title-text .is-subnav { margin-top: 0px; }
.title-text li { margin: 2px 0px; }
.basic-text h1 { font-size: 1.4em; line-height: 1em; }
.basic-text h4 { font-size: 1em; line-height: 1em; }
.is-subnav li { font-size: 1.3em; line-height: 1.2em; margin: 0px; }
.is-subnav li a { padding: 4px 0px; display: block; }
.small-squares .square, .mid-squares .square { width: 50%; height: 50vw; }
.large-squares .square { width: 100%; height: 100vw; }
.xsmall-squares .square { width: calc(100% / 4); }
.masonry .masonry-item { width: 50%; }
.slides .slide > div { animation: none!important; }
.slides .left-half { position: relative; width: 100%; height: calc(50vh - 60px); height: calc(50dvh - 60px); transform: translateY(60px); min-height: 0px; margin-left: -100%; transition: all 1000ms ease-in-out; }
.slides .right-half { width: 100%; height: 50vh; height: 50dvh; min-height: 0px; margin-top: 50vh; margin-top: 50dvh; margin-right: -100%; transition: all 1000ms ease-in-out; }
.slides .slide.prev-slide .left-half { margin-left: 100%; }
.slides .slide.prev-slide .right-half { margin-right: 100%; }
.slides .slide.is-active .left-half { margin-left: 0px; z-index: 999; }
.slides .slide.is-active .right-half { margin-right: 0px; z-index: 999; }
.slides .left-half .xlarge-text { text-align: right; width: 50%; transform: none; padding-bottom: 15px; padding-left: 15px; bottom: 0px; top: inherit; }
.slides .right-half .xlarge-text { text-align: left; width: 50%; left: 50%; transform: none; padding-top: 15px; padding-right: 15px; top: 0px; }
.people .square h3 { margin-bottom: 0px; font-size: 16px; }
.people .square h4 { height: auto; padding-bottom: 5px; font-size: 14px; }
.people .public-line { position: static; }
.dropdown-content { margin-top: 20px; position: static; width: 100%; float: left; }
.work .is-faded, .news .is-faded, .clients .is-faded { filter: none; opacity: 1; } .masonry-item .bottom-part { position: relative; float: left; width: 100%; opacity: 1; z-index: 99; }
.masonry-item:hover .bottom-part { transform: none; }
.square:hover .secret-line, .square.active .secret-line { bottom: 3px; }
#map-canvas { height: 50vh!important; height: 50dvh!important; box-sizing: content-box; padding-bottom: 110px; }
.join-form input,
.join-form select { width: 100%; }
#natjecaj-id,
.input-wrapper select { font-size: 0.7em; }
.input-wrapper select.filled { font-size: 18px; }
.home .footer-menu { display: none; }
.footer-menu { position: static; padding: 15px 0px; float: left; width: 100%; }
.footer-menu ul { margin: 0px; text-align: center; float: left; width: 100%; padding: 0px 15px; }
.footer-menu ul li { text-align: center; float: none; }
.footer-menu ul li a { font-size: 1em; padding: 5px 10px; }
.floating-address p { font-size: 1.1em; }
.newsletter { padding-top: 50px; left: 0px; right: 0px; top: 50px; bottom: 0px; transform: translateY(100%); background: #000; z-index: 9999; }
.newsletter-icon svg { width: 1.4em; margin-top: 0px; position: relative; top: 4px; }
.newsletter > a { position: absolute; top: 20px; right: 22px; }
.newsletter form > label { font-size: 1.2em; }
.newsletter.open { transform: translateY(-50px); }
}
@media screen and (max-width: 550px) {
.xsmall-squares .square { height: calc(100vw / 2); width: calc(100% / 2) }
.masonry .masonry-item { width: 100%; }
}.ps-container{-ms-touch-action:none;overflow:hidden !important}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container.ps-in-scrolling{pointer-events:none}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:0.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:0.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:black;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container:hover.ps-in-scrolling{pointer-events:none}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:0.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:0.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:0.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:0.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:0.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}