/*
Theme Name: Idea
Theme URI: https://www.habitatproject.hr/
Author: Ivan Livic, EGO MEDIA
Author URI: http://www.egomedia.hr/
Description: Habitat Project - Sales of real estate, design & projecting, 3D visualization, building & construction and property management 
Version: 1.0
License: Copyright © Ego Media, Tezacka 47, 22000 Sibenik - Croatia
License URI: http://www.egomedia.hr/
Tags: css, egomedia, ego, media, habitat, project, habitatproject
Text Domain: habitatproject
Note: Date: 15.10.2020.  
-------------------------------------------------------*/

@import url('bootstrap.css');
@import url('animsition.css');
@import url('font-awesome.min.css');
@import url('ionicons.min.css');
@import url('linearicons.css');
@import url('animate.css');
@import url('magnific-popup.css');
@import url('owl.carousel.css');
@import url('settings.css');
@import url('layers.css');
@import url('navigation.css');

/******************************************************
/// Osnovni stilovi
******************************************************/
html { -webkit-font-smoothing: antialiased; }
body { font-family: Quicksand, sans-serif; font-size: 18px; font-weight: 500; line-height: 32px; color: #888; -webkit-overflow-scrolling:touch; }
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-thumb { cursor: pointer; background: #ed1c24; }
::selection { background-color:#ed1c24; color:#fff; }
-webkit-::selection { background-color:#ed1c24; color:#fff; }
::-moz-selection { background-color:#ed1c24; color:#fff; }
.mt-50 { margin-top:50px; } .mb-50 { margin-bottom:50px; }
.pt-50 { padding-top:50px; } .pb-50 { padding-bottom:50px; }
.block { display:block; }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-weight: 600; }
h1, .h1 { font-size: 3.428rem; line-height: 1.2; color: #000; margin:0.5em 0; }
h2, .h2 { font-size: 2.571rem; line-height: 1.166; color: #000; margin:2.6rem 0; }
h3, .h3 { font-size: 2.142rem; line-height: 1.2; color: #000; margin:2.6rem 0; }
h4, .h4 { font-size: 1.714rem; line-height: 1.25; color: #000; margin:2.6rem 0; }
h5, .h5 { font-size: 1.571rem; line-height: 1.1; color: #000; margin:2.6rem 0; }
h6, .h6 { font-size: 1.285rem; line-height: 1.3333; color: #000; margin:2.6rem 0; }
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a { color:inherit; }
h1 a:hover, .h1 a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, h5 a:hover, .h5 a:hover, h6 a:hover, .h6 a:hover { text-decoration: none; }
strong { font-weight: 900; }
p, blockquote { margin-bottom: 2.6rem; }
blockquote { font-size: 1.714rem; line-height: 1.5; padding: 0; width: 80%; padding-left: 6.8rem; border-left: 5px solid #ed1c24; margin-top: 5rem; color:#000; }
cite { display: block; color: #000; font-weight: 600; font-style: normal; }
.blockquote-cite { font-size: 1rem; color: #000; padding-left: 7.1rem; margin-bottom: 5rem; }
.blockquote-cite cite { font-size: 1.14rem }
a { color:#ed1c24; -webkit-transition: color .3s ease-out; -o-transition: color .3s ease-out; transition: color .3s ease-out; }
a:hover, a:focus { color:#ed1c24; outline: none; }
a:focus { text-decoration: none; }
input[type='text'], input[type='address'], input[type='url'], input[type='password'], input[type='email'], input[type="tel"],
textarea { display: inline-block; width:100%; font-size: 1rem; color: #3d3d3d; background-color:#fff; border:0; border: 1px solid #d1d1d1; border-radius: 0; padding:0.2rem 1rem 0; height:3.6em; -webkit-box-shadow:none; box-shadow:none; -webkit-appearance: none; -webkit-transition: all .15s; -o-transition: all .15s; transition: all .15s; }
textarea { padding-top: 0.8rem; height: 15rem; resize:none; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
input[type='text']:focus, input[type='address']:focus, input[type='url']:focus, input[type='password']:focus, input[type='email']:focus, input[type="tel"]:focus, textarea:focus { border-color: #ed1c24; outline: 0; }
input.input-gray, textarea.input-gray { background: #eee; }
input.input-gray:focus, textarea.input-gray:focus { background: #fff; }
input::-moz-placeholder { color: #000; opacity: 1; }
input:-ms-input-placeholder { color: #000; }
input::-webkit-input-placeholder { color: #000; }
textarea::-moz-placeholder { color: #000; opacity: 1; }
textarea:-ms-input-placeholder { color: #000; }
textarea::-webkit-input-placeholder { color: #000; }
.form-group { margin-bottom: 30px; }
.btn { color:#fff; font-weight: 600; font-size: 16px; text-transform: uppercase; display: inline-block; border:0; border-radius: 0; padding: 15px 25px; background: #ed1c24; text-decoration: none; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; }
.btn:hover, .btn:focus { background: #000; color: #fff; -webkit-box-shadow:none; box-shadow: none; outline: none; }
.icon { display: inline-block; }
.icon-md { font-size: 50px; }
.btn-arrow { display: inline-block; color: #000; line-height: 1!important; font-weight: 600; }
.btn-arrow-2 { display: inline-block; font-size: 1.14rem; color: #000; }
.btn-arrow .icon, .btn-arrow-2 .icon { position: relative; margin-left: 0.7rem; font-size: 2.1em; vertical-align: middle; -webkit-transition: transform 0.3s; -o-transition: transform 0.3s; transition: transform 0.3s; }
.btn-arrow .icon { top: -1px; }
.btn-arrow .ion-ios-arrow-right { font-size: 1.5em; }
.btn-arrow-2 .ion-ios-arrow-right { font-size: 1.5em; }
.btn-arrow:hover, .btn-arrow-2:hover { color: #ed1c24; text-decoration:none; }
.btn-arrow:hover .icon, .btn-arrow-2:hover .icon { -webkit-transform: translateX(0.5rem); -o-transform: translateX(0.5rem); transform: translateX(0.5rem); }
.img-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: top center; object-position: top center; z-index: -1; }
.img-contain { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; -o-object-position: center center; object-position: center center; font-family: "object-fit: contain; object-position: center center"; z-index: -1; }
.img-layout { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: -1; pointer-events: none; }
.sub-header-img { position: relative; min-height:450px; }
.text-dark { color: #000; }
.text-red { color: #ed1c24; }
.text-muted { color: #888; }
.contact-content .text-muted { color: #ed1c24; }
.input-group-addon { border-radius: 0; }
.bg-dots { background: #f4f4f4 url(../images/bg/dots.png) 0 0 repeat; }
.m-50 { margin: 50px 0; }
.mt-50 { margin-top: 50px; }.mb-50 { margin-bottom: 50px; }
.pt-0 { padding-top:0!important;}
/******************************************************
/// Preloader
******************************************************/
.animsition { position:absolute; z-index: 100; left: 0; width: 100%; top:0; height: 100%; }
.preloader { position: fixed; overflow: hidden; z-index: 100; left: 0; top: 0; width: 100%; height: 100%; background:#fff; color:#4b4b4b; text-align: center; }
.spinner { position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.double-bounce1, .double-bounce2 { width: 100%; height: 100%; border-radius: 50%; background-color: #ed1c24; opacity: 0.6; position: absolute; top: 0; left: 0; -webkit-animation: sk-bounce 2.0s infinite ease-in-out; animation: sk-bounce 2.0s infinite ease-in-out; }
.double-bounce2 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; }
@-webkit-keyframes sk-bounce { 0%, 100% { -webkit-transform: scale(0.0) } 50% { -webkit-transform: scale(1.0) } }
@keyframes sk-bounce { 0%, 100% { transform: scale(0.0); -webkit-transform: scale(0.0); } 50% { transform: scale(1.0); -webkit-transform: scale(1.0); } }

/******************************************************
/// Izbornik, top bar
******************************************************/
.navbar { position: absolute; z-index: 10; left:0; top:0; width:100%; padding-top: 2.7rem; height: 7rem; background-color: #fff; margin:0; border-radius: 0; }
.navbar .brand { float: left; margin-top: -10px; -webkit-transition: none; -o-transition: none; transition: none; }
.brand { line-height: 1.6; color: #000; display: inline-block; }
a.brand:hover, a.brand:focus { text-decoration: none; color: #000; }
.brand img { display: inline-block; vertical-align: top; margin-right: 10px; height: 45px; }
.brand-info { padding-left:20px; margin-top: -10px; color: #000; display: inline-block; }
.brand-name { font-weight: 600; font-size: 20px; line-height: 1; }
.brand-text { font-size: 14px; font-weight: 300; }

.navbar-toggle { display: block; margin:0; padding: 0; border-radius: 0; }
.navbar-toggle .icon-bar { background-color: #000; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.navbar-toggle:hover .icon-bar { background-color: #ed1c24; }

.spinner { width:40px; height:40px; margin:20px 0 0 -20px; background-color:#ed1c24; border-radius:100%; animation:sk-scaleout 2s infinite ease-in-out }
.spinner-menu, .spinner-small { position:absolute; left:50%; width:30px; height:30px; border-radius:100% }

@-webkit-keyframes sk-scaleout { 
	0% { -webkit-transform:scale(0) }
	100% { -webkit-transform:scale(1.5); opacity:0 } }
@keyframes sk-scaleout { 
	0% { -webkit-transform:scale(0); transform:scale(0) }
	100% { -webkit-transform:scale(1.5); transform:scale(1.5); opacity:0 } }
	
.spinner-small { margin:15px 0 0 -15px; background-color:#ed1c24; animation:sk-scaleout 1s infinite ease-in-out }
.spinner-menu { margin:-22px 0 0 -15px; background-color:#ed1c24; -webkit-animation:sk-scaleout 2s infinite ease-in-out; animation:sk-scaleout 2s infinite ease-in-out }

.email { float: right; margin-right: 58px; }
.email { overflow:hidden; }
.email a { float: left; margin-left: 30px; }
.email span { text-transform: lowercase; }
.email a:first-child { float:none; margin-left: 0; }
.email a:hover { color:#ed1c24; text-decoration: none; }

.navbar-spacer { float: right; margin: -13px 15px 0; width: 1px; height: 40px; background-color: #ddd; }
.phone, .email { font-size:17px; font-weight: 900; margin-top:-13px; text-transform: uppercase; }
.phone span, .email span { position:relative; top:-5px; font-weight: 500; text-transform: lowercase; }
.phone { float: right; }
.phone i, .email i { color: #000; font-size:28px; margin-right: 5px; }

.navbar.affix { position: fixed; box-shadow: 0 0 5px rgba(0,0,0,0.3); filter:drop-shadow( 0px -8px 15px rgba(0,0,0,0.3)); z-index:9999; }
.click-capture { position: fixed; top: 0; left: 0; width: 100%; height: 100%; visibility: hidden; z-index: 99; }

.menu { position: fixed; top:0; bottom:0; right: 0; width: 100%; z-index: 99999; background-color: #fff; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; }
.menu::before { content: ""; height: 100%; width: 52%; background-color: #ca2c92; background: url(../images/bg/menu_bg.jpg); background-position: 70% 0%; background-repeat: no-repeat; background-size: cover; background-attachment: scroll; z-index: -1; position: absolute; top: 0; right: 0; }
.close-menu { position: absolute; z-index: 2; top: 38px; font-size: 1.6rem; line-height: 1; color: #000; cursor: pointer; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.close-menu:hover { color: #ed1c24; }
.menu .menu-lang { opacity: 0; position: absolute; left: 15%; top: 60px; text-transform: uppercase; -webkit-transform: translateY(6rem); -ms-transform: translateY(6rem); -o-transform: translateY(6rem); transform: translateY(6rem); -webkit-transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease; -o-transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease; transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease; }
.menu-lang a { display: inline-block; margin-left: 1.5rem; color: #888; }
.menu-lang a:first-child { margin-left: 0; }
.menu-lang .active, .menu-lang a:hover { color: #ed1c24; text-decoration: none; }
.menu-list { opacity: 0; position: absolute; left: 0; top: 60px; bottom: 0; padding-left: 15%; overflow-x:hidden; overflow-y:auto; -webkit-overflow-scrolling:touch; overflow-scrolling:touch; font-weight: 600; list-style: none; margin:0; -webkit-transform: translateY(5rem); -ms-transform: translateY(5rem); -o-transform: translateY(5rem); transform: translateY(5rem); -webkit-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease; -o-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease; transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease; }
.menu-list li a { color: #888; }
.menu-list li a svg { font-size: 25px; padding-top:5px; }
.menu-list li a.active, .menu-list li a:hover { text-decoration: none; color: #ed1c24; }
.menu-list > li { font-size: 28px; line-height: 1; }
.menu-list > li { margin-top: 33px; }
.menu-list > li:first-child { margin-top: 0; }
.menu-list ul { display: none; list-style: none; padding:0; margin: 0; }
.menu-list ul li { font-size: 16px; margin-top: 11px; margin-left: 15px; }
.menu-list ul li:before { content: "-"; padding: 0 10px 0 0; }
.menu-list ul li:first-child { margin-top:1.4rem; }
.menu-footer { position: absolute; left: 15%; bottom: 60px; }
.menu-footer .social-list { opacity: 0; -webkit-transform: translateY(3rem); -ms-transform: translateY(3rem); -o-transform: translateY(3rem); transform: translateY(3rem); -webkit-transition: all 0.5s 0.7s ease; -o-transition: all 0.5s 0.7s ease; transition: all 0.5s 0.7s ease; }
.menu-footer .social-list a { color: #fff; vertical-align: middle; margin-right: 15px; background: #ed1c24; border-radius:50%; width:30px; height:30px; line-height: 30px; font-size:15px; text-align:center; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; }
.menu-footer .social-list a:last-child { margin-right: 0; }
.menu-footer .social-list a:hover { color:#ed1c24; background: #ddd; }
.menu-footer .copy { opacity: 0; display: none; margin-top: 20px; line-height: 30px; -webkit-transform: translateY(2rem); -ms-transform: translateY(2rem); -o-transform: translateY(2rem); transform: translateY(2rem); -webkit-transition: all 0.5s 0.9s ease; -o-transition: all 0.5s 0.9s ease; transition: all 0.5s 0.9s ease; }
.menu-is-opened .click-capture { visibility: visible; }
.menu-is-opened .menu { -webkit-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
.menu-is-opened .menu .menu-lang, .menu-is-opened .menu-list, .menu-is-opened .menu .menu-footer .social-list, .menu-is-opened .menu .menu-footer .copy { -webkit-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0); opacity: 1; }
.menu-is-closed .menu .menu-lang, .menu-is-closed .menu .menu-list, .menu-is-closed .menu .menu-footer .social-list, .menu-is-closed .menu .menu-footer .copy { opacity: 0; -webkit-transition-delay: 0s; -o-transition-delay:0s; transition-delay: 0s; }

/******************************************************
/// Struktura
******************************************************/
.wrapper { padding-top:7rem; overflow-x:hidden; }
.boxed { padding-left: 1.7rem; padding-right: 1.7rem; }
.boxed .container, .boxed .container-fluid { padding: 0; max-width: 100%; }
.left-boxed { left: 1.7rem; }
.right-boxed { right:1.7rem; }
.section { padding: 100px 0; }
.section.ptb-50 { padding: 50px 0; }
.section.pt-50 { padding-top: 50px; }
.content.static p { margin-bottom: 15px; }

/******************************************************
/// Naslovi
******************************************************/
.page-header, .page-header-project { border-bottom: 0; margin: 150px 0 100px 0; padding: 0; }
.page-header.mb-0 { margin-bottom: 0; }
.page-header h1, .page-header-project h1 { margin:0; }

.section-title { margin:0; text-align:center; }.section-title.text-left { text-align:left; }
.section-title .btn-arrow-2 { margin-top:1.05rem; color:#888; }
.section-about-title { margin-bottom: 5rem; }
.section-subtitle { display: inline-block; font-size: 1.142rem; text-transform: uppercase; color: #ed1c24; margin-bottom: 1rem; }

.section-about h3 { display: inline-block; font-size: 1.142rem; color:#ed1c24; text-transform: uppercase; color: #ed1c24; margin-bottom: 0!important; }
.section-about h2 { margin: 0 0 50px 0; text-align:left;  }

.project-title { font-size: 1.28rem; text-transform: uppercase; font-weight: 600; color: #000; margin-bottom: 1.4rem; }
.project-subtitle { font-size: 60px; line-height: 1; margin:0; }
.project-subtitle span { text-transform:uppercase; font-size: 70px; font-weight:100; color:#888; line-height: 1; margin: 5px 0; display: block; letter-spacing: 5px; }

/******************************************************
/// Slider
******************************************************/
.slider-wrapper { position: relative; overflow: hidden; padding:0; margin:0; color: #fff; background-color: #fff; }
.rev_slider .btn-arrow { color: #fff; }
.rev_slider .btn-arrow:hover { color:#ed1c24; }
.rev_slider .btn-arrow:hover .icon { -webkit-transform: none; -o-transform: none; transform: none; }
.slider-prev, .slider-next { position: absolute; top:50%; z-index: 1; font-size:4rem; color: #fff; cursor: pointer; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.slider-prev { left: 2.2rem; }
.slider-next { right:2.2rem; }
.slider-prev:hover, .slider-next:hover { color:#ed1c24; }

/******************************************************
/// Projekti carousel
******************************************************/
.section-projects { z-index:99; position:relative; padding: 100px 0 0 0; }
.filter-content { position: relative; overflow: hidden; }
.filter { list-style: none; font-size: 1.142rem; font-weight: 600; color: #888; padding-left: 0; margin:0; }
.filter li { margin:0.6rem 2rem 0 0 ; display: inline-block; }
.filter li:last-child { margin-right: 0; }
.filter li a { color: inherit; }
.filter li a:hover, .filter .active a { color: #ed1c24; text-decoration: none; }
.section-projects .filter-content { margin:2rem 0 0 0; }
.section-projects .filter { margin: 0; }
.section-projects .view-projects { margin:0.85rem 0 0 0; color:#888; }
.view-projects { display: inline-block; font-style: italic; color: #888; }
.view-projects:hover { text-decoration: none; color: #ed1c24; }

.project-carousel { margin: 80px 0; }
.owl-nav { position: absolute; top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.owl-nav .disabled { color: #bcbcbc; }
.owl-prev, .owl-next { display: inline-block; font-size: 2.8rem; line-height: 1; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.owl-prev:before { font-family:"Ionicons"; content: "\f3d2"; }
.owl-next:before { font-family:"Ionicons"; content: "\f3d3"; }
.owl-prev:hover, .owl-next:hover { color: #ed1c24; }
.owl-dots { text-align: center; margin-top: 5.857rem; }
.owl-dot { display: inline-block; vertical-align: top; margin:0 0.6rem; }
.owl-dot span { display: block; width: 30px; height: 30px; background-color: #ddd; border-radius: 50%; }
.owl-dot.active span { background-color: #ed1c24; }

.project-item { position: relative; 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: end; -ms-flex-pack: end; justify-content: flex-end; min-height: 580px; overflow: hidden; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.project-item:hover { background-color: rgba(102, 45, 145, 0.6); -webkit-box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.2); }
.project-item img { width:100%; }
.project-item span { opacity:0; }
.project-item.sold .img-bg { opacity:0.25; }
.project-item.sold span { position: absolute; top: 13%; left: 40px; font-size: 60px; font-weight: 100; z-index: 1; line-height: 100px; color: #ed1c24; opacity:1; }
.item-shadow { position: relative; }
.item-shadow:before { content:''; position: absolute; z-index: 1; left: 0; top:0; width: 100%; height: 100%; background: -webkit-linear-gradient(top, rgba(0,0,0,0) 46%,rgba(0,0,0,0.6) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 46%,rgba(0,0,0,0.6) 100%); }
.project-item .btn-arrow { position: absolute; z-index: 2; color: #fff; left: 3rem; bottom: 2.3rem; -webkit-transition: none; -o-transition: none; transition: none; }
.project-hover { position: absolute; z-index: 2; left: 0; top:0; width: 100.1%; height: 100%; padding:4.85rem 3rem; -webkit-transition: 0.5s ease; -o-transition: 0.5s ease; transition: 0.5s ease; }
.project-title { color: #fff; margin:0; }
.project-hover .project-title { position: absolute; bottom: 100px; }
.project-hover .status { display: block; color: #fff; background: transparent; position: absolute; z-index: 1; top: 0px; right:0px; font-size:13px; padding: 3px 12px; }

.available .project-hover .status { background: green; }
.indevelopment .project-hover .status { background: yellow; color: #000; }
.inconstruction .project-hover .status { background: yellow; color: #000; }
.sold .project-hover .status { background: red; }

.project-description, .project-data { opacity: 0; margin-top: 30px; line-height: 1.71; color:#888; }
.project-data { opacity: 0; margin-top: 0px; color:#888; -webkit-transform: translateX(-1rem); -ms-transform: translateX(-1rem); -o-transform: translateX(-1rem); transform: translateY(-1rem); border-bottom:1px solid #fff; }
.project-item:hover .project-hover { background-color: rgba(237, 28, 36,0.85); }
.project-item:hover .project-hover .project-title { position: relative; color: #fff; bottom: 0px; margin-bottom:40px; -webkit-transform: translateY(2rem); -ms-transform: translateY(2rem); -o-transform: translateY(2rem); transform: translateY(2rem); -webkit-transition: transform 0.5s ease; -o-transition: transform 0.5s ease; transition: transform 0.5s ease; }
.project-item:hover .project-hover .project-description, .project-item:hover .project-hover .project-data { opacity: 1; color:#fff; -webkit-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateY(0); -webkit-transition: all 0.4s 0.2s ease; -o-transition: all 0.4s 0.2s ease; transition: all 0.4s 0.2s ease; }
.project-item:hover .btn-arrow { color: #fff; }

.no-padding { padding-left:0; padding-right:0; }
.no-margin { margin-left:0; margin-right:0; }

/******************************************************
/// Vijesti carousel
******************************************************/
.news-carousel { margin-top: 4.7rem; }
.news-item { position: relative; 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: end; -ms-flex-pack: end; justify-content: flex-end; min-height: 480px; transition: 0.3s; }
.news-item img { width: 100%; }
.news-hover { position: absolute; left: 0; top:0; width: 100%; height: 100%; padding:2.7rem; color: #000; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.hover-border { position: absolute; left:0; top:0; width: 100%; height: 100%; overflow: hidden; }
.hover-border div { position: absolute; left: 0; top:0; width: 100%; height: 100%; }
.hover-border div::before { position: absolute; content: ""; background:#ed1c24; height: 5px; width: 100%; left: 0; top: 0; -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; }
.hover-border::after { position: absolute; content: ""; background:#ed1c24; width: 5px; height: 100%; right: 0; bottom: 0; -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: 0.2s 0.2s; -o-transition: 0.2s 0.2s; transition: 0.2s 0.2s; }
.hover-border div::after { position: absolute; content: ""; background:#ed1c24; width: 100%; height: 5px; right: 0; bottom: 0; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); -webkit-transition: 0.2s 0.4s; -o-transition: 0.2s 0.4s; transition: 0.2s 0.4s; }
.hover-border::before { position: absolute; content: ""; background:#ed1c24; width: 5px; height: 100%; left: 0; top: 0; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); -webkit-transition: 0.2s 0.8s; -o-transition: 0.2s 0.8s; transition: 0.2s 0.8s; }
.news-hover .content { opacity: 0; position: relative; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.news-hover .time { color:#888; margin-bottom: 15px; }
.news-title { font-size: 1.95rem; line-height: 1.25; margin:0; -webkit-transform: translateX(-2rem); -ms-transform: translateX(-2rem); -o-transform: translateX(-2rem); transform: translateX(-2rem); -webkit-transition: 0.5s ease; -o-transition: 0.5s ease; transition: 0.5s ease; }
.news-description { color:#888; opacity: 0; margin-bottom: 0; line-height: 1.71; margin-top: 10%; -webkit-transform: translateY(-2rem); -ms-transform: translateY(-2rem); -o-transform: translateY(-2rem); transform: translateY(-2rem); -webkit-transition: 0.5s 0.3s ease; -o-transition: 0.5s 0.3s ease; transition: 0.5s 0.3s ease; }
.news-hover .read-more { position: absolute; opacity: 0; bottom: 2.7rem; }
.read-more { font-weight: 600; }
.news-item:hover .news-hover { background-color: #fff; }
.news-item:hover .hover-border::before, .news-item:hover .hover-border::after, .news-item:hover .hover-border div::before, .news-item:hover .hover-border div::after { -webkit-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
.news-item:hover .news-hover .content { opacity: 1; }
.news-item:hover .news-hover .news-title, .news-item:hover .news-hover .news-description { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.news-item:hover .news-hover .read-more { opacity: 1; }

/******************************************************
/// Projekti grid, isotope + filteri
******************************************************/
.projects { margin-bottom: 120px; }
.js-isotope { overflow:hidden; }
.filter-content-2 { margin-bottom: 5.9rem; }
.filter-content-2 .filter li { margin-right: 4rem; }
.grid-items { margin:-30px -15px 0 -15px; }
.grid-items:after { content:''; clear: both; display:block; }
.grid-item { float: left; padding:30px 15px 0 15px; }
.grid-item.sold .img-bg { opacity:0.25; }
.grid-item.sold span { position: absolute; top: 13%; left: 40px; font-size: 60px; font-weight: 100; z-index: 1; line-height: 100px; color: #ed1c24; }

/******************************************************
/// Vezani projekti
******************************************************/
.sly { position: relative; overflow: hidden; }
.slidee { list-style: none; padding-left: 0; }
.sly ul { list-style: none; margin: 0; padding: 0; height: 100%; overflow: hidden; }
.sly ul li { float: left; width: 400px; height: 100%; margin: 0 30px 0 0; padding: 0; }
.prev, .next { position: absolute; top:50%; color: #fff; font-size: 4rem; cursor: pointer; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.prev.disabled, .next.disabled { opacity: 0.5; }
.prev:hover, .next:hover { color: #ed1c24; }
.prev { left: 2.5rem; }
.next { right:2.5rem; }
.scrollbar { margin: 6.8rem 0 0; height: 5px; background: #dae5e6; line-height: 0; }
.scrollbar .handle { position: relative; top: 0px; width: 100px; height: 5px; background: #ed1c24; cursor: pointer; }
.scrollbar .handle .mousearea { position: absolute; top: -9px; left: 0; width: 100%; height: 20px; }

/******************************************************
/// Projekt detaljnije
******************************************************/
.project-detail { position: relative; overflow:hidden; }
.project-detail-item { min-height: 420px; background-size:cover; background-position: 50% 50%; padding: 6.78rem 11.2rem; }
.project-detail-control, .project-detail-availability, .project-detail-gallery, .project-detail-map { display: inline-block; margin-top:20px; text-transform: uppercase; color:#fff; background: #ed1c24; font-weight: 600; cursor: pointer; padding:10px 12px;width:100%; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; border: 5px solid transparent; }
.project-detail-control .icon, .project-detail-availability .icon,.project-detail-gallery .icon, .project-detail-map .icon { float:right; font-size:33px; }
.project-detail-control:hover, .project-detail-availability:hover, .project-detail-gallery:hover, .project-detail-map:hover { color:#ed1c24; background: #fff; border-color: #ed1c24; }
.project-detail-control .show-info, .project-detail-availability .show-availability, .project-detail-gallery .show-gallery, .project-detail-map .show-map { display: none; }
.project-detail-control.active .show-info, .project-detail-availability.active .show-availability, .project-detail-gallery.active .show-gallery, .project-detail-map.active .show-map { display: block; }
.project-detail-control.active .hide-info, .project-detail-availability.active .hide-availability, .project-detail-gallery.active .hide-gallery, .project-detail-map.active .hide-map { display:none; }

.container.Sold form, .container.Prodano form, .container.Sold .project-detail-title, .container.Prodano .project-detail-title { display:none; }


@media (min-width: 640px) {
  .project-detail-availability-text ul {
    display: flex;
    flex-wrap: wrap;
  }
  .project-detail-availability-text li {
     flex: 1 0 25%;
  }
}

.popup img { -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.popup:hover img { opacity: 0.75; }

.project-detail-title { font-size: 40px; line-height: 1.16666; margin: 0 0 22px 0; }
.project-detail-title span { display:block; color:#888; }
.project-detail-list { list-style: none; padding-left: 0; margin-top: 30px; }
.project-detail-list li { border-bottom: 1px solid #e1e1e1; padding-bottom: 10px; margin-top: 6px; overflow:hidden; }
.project-detail-list li:last-child { padding-bottom: 0; border-bottom: 0; }
.project-detail-list li .left { float: left; font-weight: 600; }
.project-detail-list li .right { float: right; }
.project-detail-social .left { font-weight: 600; }
.project-detail-social { margin: 20px; overflow:hidden; }
.project-detail-social span { color: #000; padding-top: 10px; }
.project-detail-social a { color: #fff; vertical-align: middle; margin-right: 15px; background: #ed1c24; border-radius:50%; width:50px; height:50px; line-height: 50px; font-size:30px; text-align:center; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; }
.project-detail-social a:last-child { margin-right: 0; }
.project-detail-social a:hover { color:#ed1c24; background: #ddd; }
.project-detail .sold { display: block; background: #ed1c24; position: relative; top: 40%; height: 90px; z-index: 99999999999; color: #fff; font-size: 53px; text-align: center; line-height: 90px; text-transform: uppercase; transform: rotate(-4deg); }

/******************************************************
/// Vijesti mansonry
******************************************************/
.card img { display: block; width: 100%; }
.card-block { background: #f2f2f2; padding: 40px; line-height: 1.714; -webkit-transition: background 0.3s; -o-transition: background 0.3s; transition: background 0.3s; }
.card-posted { margin-bottom: 8px; font-size:16px; }
.card-posted a { color: #888; }
.card-posted a:hover { color: #ed1c24; }
.card-title { margin:0; }
.card-text { margin-top: 30px; }
.card .btn-arrow { display: inline-block; margin-top: 30px; font-weight: 600; color: #000; }
.card .btn-arrow:hover { color: #ed1c24; }
.card:hover .card-block { background: #ed1c24; }
.card:hover .card-block, .card:hover .card-text, .card:hover .card-title, .card:hover, .card:hover .btn-arrow { color: #fff; }

/******************************************************
/// Vijest detaljnije
******************************************************/
.secondary { margin-top: 6rem; }
.page-content { margin-top: 8.2rem; }
.page-content-2 { padding: 150px 0 100px 0; }
.posted-on { color: #000; margin-bottom: 50px; }
.posted-on a { color: #000; }
.posted-on a:hover { color:#ed1c24; text-decoration: none; }
.entry-title { margin:0 0 20px; line-height: 1.125; }
.entry-description { margin-top: 0; }
.row-images { padding: 0px 0; }
.row-images .col-image { margin-top: 30px; }
.row-images .col-image:first-child { margin-top: 0; }
.row-images .col-image img { width: 100%; }
.entry-footer { padding-top: 4rem; }
.tags-links span { color: #000; }
.tags-links, .tags-links a { color:#888; }
.tags-links a:hover { color: #ed1c24; text-decoration: none; }
.post-share { margin-top: 50px; }
.post-share span { color: #000; padding-right:30px; }
.post-share a { color: #fff; vertical-align: middle; margin-right: 15px; background: #ed1c24; border-radius:50%; width:50px; height:50px; line-height: 50px; font-size:30px; text-align:center; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; }
.post-share a:last-child { margin-right: 0; }
.post-share a:hover { color:#ed1c24; background: #ddd; }

/******************************************************
/// Moduli
******************************************************/
.widget { margin-bottom: 50px; padding-bottom: 50px; border-bottom: 5px solid #ed1c24; }
.widget:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.widget-title { font-size: 38px; text-transform:uppercase; margin: 0 0 5px 0; }
.widget-title span { font-size: 15px; text-transform: none; margin: 5px 0 30px 0; display:block; color: #888; }
.widget ul { list-style: none; padding-left: 0; margin:0; }
.widget_categories li { margin-top:0.5em; display: block; }
.widget_categories li a { color:#888; }
.widget_categories li a:hover { color:#ed1c24; text-decoration:none; }
.widget_recent_posts li { overflow: hidden; border-bottom: 1px solid #ddd; padding: 20px 0; }
.widget_recent_posts li:last-child { padding-bottom: 0; border-bottom: 0; }
.recent-post-thumbnail { float: left; margin-right: 1.5rem; }
.recent-post-thumbnail img { max-width: 70px; }
.recent-post-content { overflow-y: hidden; line-height: 1.29; }
.post-title { display: inline-block; font-weight: 600; color: #000; }
.post-title:hover { color: #ed1c24; text-decoration: none; }
.post-time { display: block; margin-top: 0.6rem; font-size: 0.857rem; color: #888; }
.widget_locations li { border-bottom: 1px solid #888; margin-top:0.5em; padding-bottom:10px; text-transform: uppercase; display:block; width:100%; }
.widget_locations li:last-child { border-bottom: 0; padding-bottom: 0; }
.widget_locations li a { color:#888; font-size:18px; }
.widget_locations li a:hover { color:#ed1c24; text-decoration:none; }
.widget_locations li a span { text-align: right; float: right; padding-bottom:10px; text-transform: uppercase; font-weight:600; font-size:13px; display: block; }
.widget_locations { position: relative; 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: end; -ms-flex-pack: end; justify-content: flex-end; transition: 0.3s; }
.widget_locations img { width: 100%; margin-bottom: 20px; }
.amcharts-chart-div a { display: none!important; }

/******************************************************
/// Usluge
******************************************************/
.col-service { color:#888; padding: 30px; margin-bottom: 10px; border: 5px solid red; background: rgba(255, 255, 255, 0.15); -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.col-service:hover { background: #fff; -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); -webkit-box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16); box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);}
.col-service h4 { margin-top: 10px; margin-bottom: 30px; }
.col-service p { margin-bottom: 0; }
.col-service .btn-arrow { margin-top: 10px; font-size: 16px; }
.col-service .btn-arrow .icon { top: -1px; }

/******************************************************
/// Kontakt
******************************************************/
.map { width:100%; height: 750px; margin:0; padding:0; display:block; }
.row-contact { margin:-6rem -3.5rem 0; }
.col-contact { margin-top: 80px; padding:0 3.5rem; }
.contact-content { margin-bottom: 0px; }
.page-inner { margin-top: 10.28rem; }
.contact-social { margin-top: 1rem; }
.contact-social a { color: #fff; vertical-align: middle; margin-right: 15px; background: #ed1c24; border-radius:50%; width:50px; height:50px; line-height: 50px; font-size:30px; text-align:center; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; }
.contact-social a:last-child { margin-right: 0; }
.contact-social a:hover { color:#ed1c24; background: #ddd; }

/******************************************************
/// Footer
******************************************************/
.footer { position: relative; color: #000; font-size: 15px; line-height: 29px; border-top: 1px solid #e1e1e1; margin-top: 50px; padding: 100px 0; }
.footer:before { content : ""; display: block; position: absolute; top: 0; left: 0; background: url(../images/bg/footer-bg.jpg); background-position: center top; background-repeat: no-repeat; background-size: cover; background-attachment: scroll; width: 100%; height: 100%; opacity: 0.35; z-index: -1; }
.footer ul { list-style: none; padding:0; margin:15px 0 0 0; border-top: 1px solid #ed1c24; }
.footer ul li { display:inline-block; padding: 15px 0 0 0; }
.footer ul li + li:before { content: " / "; padding: 0 15px; }
.footer ul li a { color: #000; }
.footer ul li a:hover { color:#ed1c24; text-decoration: none; }
.experience { position: relative; white-space:nowrap; margin: 5px 0; }
.experience-border { display: inline-block; vertical-align: middle; width: 200px; height: 160px; border: 5px solid #ed1c24; border-right:0; }
.experience-content { display: inline-block; vertical-align: middle; position: relative; left: -160px; top:0; }
.experience-number { display: inline-block; vertical-align: middle; font-size: 110px; font-weight: 600; }
.experience-info { display: inline-block; vertical-align: middle; margin: 0 0 0 35px; font-size: 27px; line-height: 38px; }
.experience-info .number { display: inline-block; font-weight: 600; line-height: 1; font-size: 170px; }
.copyright p { margin-bottom: 0; }

/******************************************************
/// Sharrer
******************************************************/
.sharrre { margin: 20px 10px 0 0; float: left; cursor: pointer; }
.sharrre .box a:hover { text-decoration: none; }
.sharrre .count { color: #333; display: none; font-size: 16px; line-height: 28px; height: 30px; position: relative; text-align: center; width: 70px; border-radius: 4px; border: 1px solid #b2c6cc; background: #fbfbfb; /* Old browsers */ background: -moz-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* IE10+ */ background: linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */ }
.sharrre .count:before, .sharrre .count::after { content: ''; display: block; position: absolute; left: 49%; width: 0; height: 0; }
.sharrre .count::before { border: solid 7px transparent; border-top-color: #b2c6cc; margin-left: -7px; bottom: -14px; }
.sharrre .count::after { border: solid 6px transparent; margin-left: -6px; bottom: -12px; border-top-color: #fbfbfb; }
.sharrre .share::before { font-family: "Font Awesome 5 Brands"; content: "ï‚™"; margin-right: 6px; font-size: 18px; vertical-align: middle; }
#pinterest .share::before { content: "ïƒ’"; }
#twitter .share::before { content: "ï‚™"; }
#facebook .share::before { content: "ï‚š"; }
#googleplus .share::before { content: "ïƒ•"; }
.sharrre .share { color: #fff; display: block; font-size: 12px; font-weight: bold; height: 32px; line-height: 32px; margin-top: 8px; padding: 0; text-align: center; text-decoration: none; width: 100px; border-radius: 4px; }
#pinterest .share { background: #BD2126; }
#twitter .share { background: #26c3eb; }
#facebook .share { background: #3B5998; }
#googleplus .share { background: #D34836; }

/******************************************************
/// Pitanja i odgovori accordition
******************************************************/
#accordion { }
#accordion h3.accordion_title { position: relative; margin: 0; padding: 20px 0 0px 0px; text-transform: none; font-size: 16px; font-weight: 700; border-top: 1px solid #002366; cursor: pointer; transition: color 0.3s ease-in-out; -webkit-transition: color 0.3s ease-in-out; }
#accordion h3.accordion_title:hover { }
#accordion h3.accordion_title:first-child { border-top: 0px solid #e62b25; }
#accordion h3.accordion_title.active { border-top: 2px solid #e62b25; }
#accordion h3.accordion_title:before { content: "+"; position: absolute; background: #002366; right: 0px; top: 15px; width: 35px; height: 35px; line-height: 32px; text-align: center; font-size:32px; color: #fff; border: 2px solid ##002366; border-radius: 50%; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
#accordion h3.accordion_title:hover:before { border-color: #e62b25; }
#accordion h3.accordion_title.active:before { color: #fff; border-color: #e62b25; background-color: #e62b25; transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); }
#accordion .accordion_content { display: none; padding: 25px 0 0 0; }
#accordion .accordion_content p { margin-bottom: 25px; }

/******************************************************
/// Modus nadogradnje
******************************************************/
body#page-maintenance { background: url("../images/maintenance-bg.jpg") no-repeat center top fixed!important; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; -ms-background-size: cover; -o-background-size: cover; }
.maintenance-msg { font-size: 24px; color: #fff; font-weight: 200; }


#pages-list li a { border: 1px solid #eee; background-color: #aaa; color: #fff; }
#pages-list li a:hover { background-color: #e6e6e6; border-color: #adadad; color: #333; }
#pages-list { list-style: none; padding: 0; }
#pages-list li a { padding: 10px 15px; display: block; border-radius: 2px; }
#pages-list li a::before{ font-family: "Font Awesome 5 Free"; content: ''; margin-right: 10px; font-weight: 900; }
ul.nostyle { list-style: none; padding: 0; }
#toTop { display: block; position: fixed; bottom: -50px; right: 30px; z-index: 9999; height: 50px; padding: 7px; font-size: 30px; border-radius: 50%; }
#toTop { background: #fff; color: #ed1c24; border: 1px solid ##ed1c24; }
#toTop:hover { background: #ed1c24; color: #fff; }
#cookies-notice { position: fixed; bottom: 0; width: 100%; background: rgba(0, 0, 0, 0.5); z-index: 1030; color: #fff; padding: 8px 0; }
.white-popup-block { background: #fff none repeat scroll 0 0; margin: 40px auto; width: 850px; max-width: 100%; padding: 20px 30px; position: relative; text-align: left; }

/******************************************************
/// Responsive
******************************************************/@media (max-width: 768px) { 	.section { padding: 30px 0; }	.bg-dots { background: none; }	.boxed { padding-left: 15px; padding-right: 15px; }	.footer { text-align:center; margin-top: 0px; padding: 50px 0 50px; }	.footer:before { background: none; }	.footer ul { text-align:center; }	.footer ul li { display:block; padding: 10px 0 0 0; }	.footer ul li + li:before { display:none; }	.experience { position: relative; white-space:nowrap; margin: 5px auto; text-align:center; }	.experience-border { display:none; }	.experience-content { display: block; left: 0px;}	.experience-number { display: block; font-size: 80px; }	.experience-info { display: block; margin: 30px 0 30px 0px; font-size: 27px; }	.experience-info .number { font-size: 90px; }	.menu:before { background:none; }	.menu-list > li { font-size: 25px; margin-top: 25px; }	.page-header, .page-header-project { margin: 50px 0 30px 0; }	.project-subtitle { font-size: 40px;  }    .project-subtitle span { font-size: 40px; }    .project-detail-social a { margin-top: 15px;}	.sub-header-img { min-height:150px; }	.page-inner { margin-top: 50px; }	}
@media (min-width: 768px) { 
	html { font-size: 13px; }
	.pull-sm-left { float: left; }
	.pull-sm-right { float: right; }
	.menu { width: 50%; }
	.boxed { padding-left: 3rem; padding-right: 3rem; }
	.right-boxed { right: 3rem; }
	.left-boxed { left: 3rem; }
	.section-about { padding: 120px 0; }
	.section-projects .filter { margin-right: 14rem; }
	.section-projects .view-projects { position: absolute; top:-4px; right:0; }
	.sly ul li { width: 555px; }	
}

@media (min-width: 992px) { 
	html { font-size: 14px; }
	.pull-md-right { float: right; }
	.menu { width: 100%; }
	.boxed { padding-left: 4.2857rem; padding-right: 4.2857rem; } 
	.right-boxed { right:63px; }
	.left-boxed { left: 62px; }
	.page-header { margin: 150px 0 100px 0; }
	.page-header-project { margin: 8.7rem 0 10.5rem; }
	.secondary { padding:0.5rem 0 0 6rem; margin-top: 0; }	
}

@media (min-width: 1200px) { 
	.navbar .brand { margin-top: -10px; margin-left: -1px; }
	.brand img { height: 100%; }
	.brand-name { font-size: 28px; line-height: 1; }
	.brand-text { font-size: 18px; margin-top: -2px; }
	.pull-lg-right { float: right; }
	.section-projects .filter-content { margin-top: 0; }
	.sly ul li { width: 685px; }
 }
@media (min-height: 600px) { 
	.menu .menu-lang { top: 80px; }
	.menu-list { top:200px; bottom: 50px; }

	.menu-footer { bottom: 90px; }
	.menu-footer .copy { display: block; }	
}