﻿/*GENERAL*/
html, body, header, section, footer, div, span, table, thead, tbody, tr, td, th, img, label, input, select, textarea, p, h1, h2, h3, h4, h5, h6, form, ul, ol, li, a {margin: 0; padding: 0;}
html, body {width: 100%; height: 100%; min-width: 100%; min-height: 100%;}
body, label, p, h1, h2, h3, h4, h5, h6, input, select, textarea, a, th {font-size: 1em; font-family: 'Raleway Light'; font-weight: normal; color: #888; text-decoration: none;}
body {background: #f5f5f5; position: relative;}
a, a label, a input {cursor: pointer;}
li {list-style: none;}
table {border-spacing: 0; border-collapse: collapse;}
input, select, textarea {box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; -khtml-box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none;}
* {transition: padding 0.2s ease-in-out, max-height 0.2s ease-in-out, font-size 0.2s ease-in-out, max-width 0.2s ease-in-out, height 0.2s ease-in-out, line-height 0.2s ease-in-out, width 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out, margin 0.2s ease-in-out, border 0.2s ease-in-out, opacity 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out, transform 0.2s ease-in-out;
   -webkit-transition: padding 0.2s ease-in-out, max-height 0.2s ease-in-out, font-size 0.2s ease-in-out, max-width 0.2s ease-in-out, height 0.2s ease-in-out, line-height 0.2s ease-in-out, width 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out, margin 0.2s ease-in-out, border 0.2s ease-in-out, opacity 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out, transform 0.2s ease-in-out;
   -moz-transition: padding 0.2s ease-in-out, max-height 0.2s ease-in-out, font-size 0.2s ease-in-out, max-width 0.2s ease-in-out, height 0.2s ease-in-out, line-height 0.2s ease-in-out, width 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out, margin 0.2s ease-in-out, border 0.2s ease-in-out, opacity 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out, transform 0.2s ease-in-out;
   -o-transition: padding 0.2s ease-in-out, max-height 0.2s ease-in-out, font-size 0.2s ease-in-out, max-width 0.2s ease-in-out, height 0.2s ease-in-out, line-height 0.2s ease-in-out, width 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out, margin 0.2s ease-in-out, border 0.2s ease-in-out, opacity 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out, transform 0.2s ease-in-out;}
*:focus {outline: none;}
body {transition: none; -webkit-transition: none; -moz-transition: none; -o-transition: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}

/*FONTS*/
@font-face {
    font-family: 'Raleway Light';
    src: url('fonts/Raleway-Light.ttf') format('truetype'),
        url('fonts/Raleway-Light.otf') format('opentype'),
        url('fonts/Raleway-Light.eot') format('embedded-opentype'),
        url('fonts/Raleway-Light.svg') format('svg'),
        url('fonts/Raleway-Light.woff') format('woff');
}
@font-face {
    font-family: 'Raleway Semibold';
    src: url('fonts/Raleway-Semibold.ttf') format('truetype'),
        url('fonts/Raleway-Semibold.otf') format('opentype'),
        url('fonts/Raleway-Semibold.eot') format('embedded-opentype'),
        url('fonts/Raleway-Semibold.svg') format('svg'),
        url('fonts/Raleway-Semibold.woff') format('woff');
}


/*RESPONSIVE*/
.desktop-only {display: none;}

/*SUPPORT*/
.centered {width: calc(100% - 40px); max-width: 1000px; margin: 0 auto;}
.small-centered {width: calc(100% - 40px); max-width: 870px; margin: 0 auto;}
.wrapper {min-height: 100%; position: relative; overflow: hidden;}
.relative {width: 100%; height: 100%; position: relative;}
.clear {clear: both;}
.clear-after::after {content: ''; clear: both; display: block;}
.invisible {display: none !important;}
.full-width {width: 100% !important;}
.position-center {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%);}
.position-center-horizontal {position: absolute; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%);}
.position-center-vertical {position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%);}
.center-horizontal {margin: 0 auto;}
.h-line {width: 100%; height: 1px; background: #e5e5e5;}
.no-scroll {overflow: hidden;}
.no-padding {padding : 0 !important;}

/*COLUMN LAYOUT*/
.columns:after {content: ''; display: block; clear: both;}
.columns > .col {width: 100%; float: left;}
.columns-2 > .col-1 {width: 50%;}
.columns-3 > .col-1 {width: 33.33%;}
.columns-3 > .col-2 {width: 66.66%;}
.columns-4 > .col-1 {width: 25%;}
.columns-4 > .col-2 {width: 50%;}
.columns-4 > .col-3 {width: 75%;}
.columns-5 > .col-1 {width: 20%;}
.columns-5 > .col-2 {width: 40%;}
.columns-5 > .col-3 {width: 60%;}
.columns-5 > .col-4 {width: 80%;}
.columns-6 > .col-1 {width: 16.66%;}
.columns-6 > .col-2 {width: 33.33%;}
.columns-6 > .col-3 {width: 50%;}
.columns-6 > .col-4 {width: 66.66%;}
.columns-6 > .col-5 {width: 83.33%;}
.columns-7 > .col-1 {width: 14.28%;}
.columns-7 > .col-2 {width: 28.57%;}
.columns-7 > .col-3 {width: 42.85%;}
.columns-7 > .col-4 {width: 57.14%;}
.columns-7 > .col-5 {width: 71.42%;}
.columns-7 > .col-6 {width: 85.71%;}
.columns-8 > .col-1 {width: 12.5%;}
.columns-8 > .col-2 {width: 25%;}
.columns-8 > .col-3 {width: 37.5%;}
.columns-8 > .col-4 {width: 50%;}
.columns-8 > .col-5 {width: 62.5%;}
.columns-8 > .col-6 {width: 75%;}
.columns-8 > .col-7 {width: 87.5%;}
.columns-9 > .col-1 {width: 11.11%;}
.columns-9 > .col-2 {width: 22.22%;}
.columns-9 > .col-3 {width: 33.33%;}
.columns-9 > .col-4 {width: 44.44%;}
.columns-9 > .col-5 {width: 55.55%;}
.columns-9 > .col-6 {width: 66.66%;}
.columns-9 > .col-7 {width: 77.77%;}
.columns-9 > .col-8 {width: 88.88%;}
.columns-10 > .col-1 {width: 10%;}
.columns-10 > .col-2 {width: 20%;}
.columns-10 > .col-3 {width: 30%;}
.columns-10 > .col-4 {width: 40%;}
.columns-10 > .col-5 {width: 50%;}
.columns-10 > .col-6 {width: 60%;}
.columns-10 > .col-7 {width: 70%;}
.columns-10 > .col-8 {width: 80%;}
.columns-10 > .col-9 {width: 90%;}
@media (max-width: 60em) {
.columns > .col.large-contents {width: 100% !important;}
}
@media (max-width: 50em) {
.columns > .col.medium-contents {width: 100% !important;}
}
@media not all and (min-width: 40.5em) {
.columns > .col.small-contents {width: 100% !important;}
}
@media (max-width: 30em) {
.columns > .col.tiny-contents {width: 100% !important;}
}

/*CONTENT BOXES*/
.content-box {padding: 20px 25px 30px 25px; background: #fff; border-radius: 3px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);}

/*TEXTS*/
.align-center {text-align: center;}
.align-right {text-align: right;}
.align-left {text-align: left;}
.align-justify {text-align: justify;}
.title {font-size: 2.3em; color: #0a0a20; font-family: 'Raleway Light';}
.subtitle {font-size: 1.5em; font-family: 'Raleway Light';}
.subsubtitle {font-size: 0.95em;}
.text {font-size: 0.85em;}
.blue {color: #345b9c;}
.white {color: #fff;}
.black {color: #0a0a20;}
.green {color: #00992B;}
.gray {color: #515151;}
.dark-gray {color: #333;}
.comment {font-size: 0.75em; color: #999;}

/*SELECTS*/
select {font-size: 0.9em; border: 1px solid rgba(0, 0, 0, 0.1);}
select:not([size]) {height: 35px; padding: 0 32px 0 10px; border-radius: 2px; background: #fff url('../Images/Controls/select_arrow.png') right center no-repeat;}
select:not([size]) optgroup {color: #000; font-family: 'Raleway Light';}
select:not([size]) option {color: #888; font-family: 'Raleway Light';}
select[size] {background: #fff; border-radius: 2px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); overflow: auto;}
select[size] option { padding: 5px 10px; transition: none; -webkit-transition: none; -moz-transition: none; -o-transition: none;}
select[size] option:checked {box-shadow: 0 0 0 20000px #0a0a20 inset;}

/*INPUTS*/
input, textarea {font-size: 0.9em; border: 1px solid rgba(0, 0, 0, 0.1);}
input:focus, textarea:focus {border: 1px solid rgba(0, 0, 0, 0.3);}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), textarea {height: 35px; padding: 0 10px; border-radius: 2px;}
textarea {min-height: 100px; height: auto; padding: 5px 10px;}

/*CHECKBOXES AND RADIOBUTTONS*/
.checkbox, .radiobutton {position: relative; font-size: 0.85em;}
.checkbox .checkbox-input, .radiobutton .radiobutton-input {width: 12px; height: 12px; position: absolute; top: 2px; left: 0; border: 2px solid rgba(0, 0, 0, 0.2); transition: none;}
.checkbox .checkbox-input:after, .radiobutton .radiobutton-input:after {content: ''; width: 8px; opacity: 0; display: block;}
.checkbox input[type="checkbox"], .radiobutton input[type="radio"] {visibility: hidden; margin-right: 25px;}
.checkbox:hover .checkbox-input, .radiobutton:hover .radiobutton-input {border-color: #444465;}
.checkbox input[type="checkbox"]:checked + .checkbox-input:after, .radiobutton input[type="radio"]:checked + .radiobutton-input:after {opacity: 1;}
.checkbox input[type="checkbox"]:disabled + .checkbox-input, .radiobutton input[type="radio"]:disabled + .radiobutton-input {border-color: rgba(0, 0, 0, 0.1);}

/*CHECKBOXES*/
.checkbox .checkbox-input {border-radius: 2px;}
.checkbox .checkbox-input:after {height: 4px; margin: 1px; border-bottom: 2px solid #fff; border-left: 2px solid #fff; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg);}
.checkbox input[type="checkbox"]:checked + .checkbox-input {background: #444465; border-color: transparent;}
.checkbox input[type="checkbox"]:disabled:checked + .checkbox-input {background: rgba(0, 0, 0, 0.1); border: 2px solid transparent;}

/*RADIOBUTTONS*/
.radiobutton .radiobutton-input {border-radius: 50%;}
.radiobutton .radiobutton-input:after {height: 8px; margin: 2px; border-radius: 50%; background: #0a8;}
.radiobutton input[type="radio"]:checked + .radiobutton-input {border: 2px solid #444465;}
.radiobutton input[type="radio"]:disabled:checked + .radiobutton-input {border-color: rgba(0, 0, 0, 0.1);}
.radiobutton input[type="radio"]:disabled:checked + .radiobutton-input:after {background: rgba(0, 0, 0, 0.1);}

/*BUTTONS*/
.button {border: 2px solid #fff; color: #fff; text-align: center;}
.button:hover {background: #fff; color: #222527;}
.btn-small {padding: 4px 20px 6px 20px; font-size: 0.9em;}
.btn-medium {padding: 15px 55px 16px 55px; font-size: 0.85em;}
.btn-large {padding: 12px 35px 15px 35px; font-size: 1.2em;}
.btn-standard {width: 170px; height: 45px; line-height: 45px; text-align: center; font-size: 0.85em; display: block;}

/*HEADER*/
.header {width: 100%; height: auto; padding: 12px 0 15px 0; position: fixed; top: 0; left: 0; z-index: 300;}
.header .btn-menu {width: 55px; height: 20px; padding-top: 17px; position: absolute; top: 15px; right: 0; text-align: center; background: #355C9D}
.header .btn-menu label {display: none}
.header .btn-menu img {height: 100%; position: absolute; right: 15px; top:-8px; color: #fff;}
.header .menu-drawer {width: 100%; height: 100%; opacity: 0; background: #355C9D; position: fixed; top: 0; left: 0; pointer-events: none; z-index: 100;}
.header .menu-drawer .logo {z-index: 999;}
.header .menu-drawer ul {width: 100%; margin: 50px 0;}
.header .menu-drawer ul li {margin: 0 0 15px 0;}
.header .menu-drawer ul li a {font-size: 1.4em; color: #fff;}
.header .menu-drawer.active {opacity: 1; pointer-events: all;}
.header .btn-close {width: 20px; height: 20px; position: absolute; top: 25px; right: 15px; background: transparent url('../img/icons/close-bt.svg') center no-repeat; background-size: contain; text-indent: -20000px;}
 
/*BODY*/
body.alternative {background: transparent url('../img/BG.jpg') center no-repeat; background-size: cover; background-attachment: fixed;}
body.white-bg {background: #fff;}

/*SECTION CONTENT*/
.section-content {padding-bottom: 420px;}
.section-content.alter {padding-bottom: 150px;}

/*FRANJAS*/
.franja {padding: 30px 0 40px 0;}
.franja-top {padding: 77px 0 50px 0;}
.franja-top.slider-container {padding: 77px 0 0 0;}
.franja.color {background: radial-gradient(circle, #181841, #060616);}
.franja.white {background: #fff;}


/*LOADING*/
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@-o-keyframes spin { 100% { -o-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/*FOOTER*/
.footer {width: 100%; height: 420px; position: absolute; bottom: 0; left: 0; background: #1E1E1E}
.footer .slogan {margin: 60px 0;}
.footer .slogan h3 {font-size: 2.5em;}
.footer .links {margin: 0 0 50px 0;}
.footer .links .download {margin: 10px 0 0; padding:5px; display: block; border: 1px solid #fff}
.footer .links .download .material-icons.download-icon {color: #009A2C; left: 0;}
.footer .links .download span {margin-left: 15px;}
.footer .links .download:hover label {font-family: 'Raleway Semibold';}
.footer .developer {margin: 20px 0; font-size: 0.8em; display: block;}
/*FOOTER - CONTACT US*/
.footer.contact-us {height: 120px; background: #dedcdd;}
.footer.contact-us h3 {font-family: 'Raleway Semibold'; font-size: 1.8em; color: #000;}
/*.footer .contact-us-drawer {width: 100%; height: 100%; opacity: 0; background: #dedcdd; position: fixed; top: 0; left: 0; pointer-events: none; z-index: 100;}*/
/*.footer .contact-us-drawer.active {opacity: 1; pointer-events: all;}*/

/*MARGINS*/
.margin-0 {margin: 0;}
.small-margin-top {margin-top: 6px;}
.small-margin-right {margin-right: 6px;}
.small-margin-bottom {margin-bottom: 6px;}
.small-margin-left {margin-left: 6px;}
.medium-margin-top {margin-top: 12px;}
.medium-margin-right {margin-right: 12px;}
.medium-margin-bottom {margin-bottom: 12px;}
.medium-margin-left {margin-left: 12px;}
.large-margin-top {margin-top: 20px;}
.large-margin-right {margin-right: 20px;}
.large-margin-bottom {margin-bottom: 20px;}
.large-margin-left {margin-left: 20px;}
.xlarge-margin-top {margin-top: 30px;}
.xlarge-margin-right {margin-right: 30px;}
.xlarge-margin-bottom {margin-bottom: 30px;}
.xlarge-margin-left {margin-left: 30px;}
.xxlarge-margin-top {margin-top: 45px;}
.xxlarge-margin-right {margin-right: 45px;}
.xxlarge-margin-bottom {margin-bottom: 45px;}
.xxlarge-margin-left {margin-left: 45px;}

/*SLIDER*/
.slider {width: 100%; position: relative; overflow: hidden;}
.slider li {opacity: 0;}
.slider li:not(:first-child) {position: absolute; top: 0; left: 0; opacity: 0;}
.slider li.active {opacity: 1;}
.slider li.top {background-position: 50% 0;}
.slider li.center {background-position: 50% 50%;}
.slider li.bottom {background-position: 50% 100%;}
.slider li.left {background-position: 30% 50%;}
.slider li.right {background-position: 70% 50%;}
.slider ul img {width: 100%;}
.slider .slider-pages {width: 100%; height: 9px; padding: 20px 0; position: absolute; left: 0; bottom: 0; text-align: center; z-index: 10;}
.slider .slider-page {width: 13px; height: 13px; margin: 0 2px; background: #fff; opacity: 0.5; border-radius: 50%; text-indent: -20000px; display: inline-block; transform: scale(0.7);}
.slider .slider-page.active, .slider .slider-page:hover {background: #fff; opacity: 1; transform: scale(1);}
.slider.cover ul {width: 100%; height: 100%;}
.slider.cover li {width: 100%; height: 100%; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;}

/*-------------------------------------------------------------------------------------------*/

/*LOGO*/
.logo {width: 100px; height: 110px; margin: 0 auto; text-align: center; background: #fff;}
.logo img {width: 70%; margin-top: 15px; background: #fff;}

/*CONTACT-DRAWER*/
.hid-box {width: 100%; height: 0; top: 100%; left: 0; position: fixed; background: #dedcdd; overflow: hidden;}
.hid-box.active {height: 100%; position: fixed; top: 0; z-index: 999;}
.hid-box.active .btn-close {width: 20px; height: 20px; position: absolute; top: 25px; right: 15px; background: transparent url('../img/icons/close-bt-gray.svg') center no-repeat; background-size: contain; text-indent: -20000px;}

.hid-box.active .logo {background: transparent;}
.hid-box.active .logo img {background: transparent;}
.hid-box.active .contact-box {padding: 125px 0 60px 0;}
.hid-box.active .contact-phrase {margin-bottom: 80px;}
.hid-box.active .contact-phrase label {display: block; font-size: 1.2em; color: #333;}
.hid-box.active .contact-phrase label:first-child {margin-bottom: 5px; font-family: 'Raleway Semibold'; font-size: 1.8em; color: #000;}
.hid-box.active .contact-links {margin-bottom: 80px;}
.hid-box.active .contact-links a {display:block; font-size: 0.95em; color: #333;}
.hid-box.active .contact-links a:first-child {font-size: 1.2em;}
.hid-box.active .contact-legal label {display: block; font-size: 0.9em; color: #333;}
@media (max-height: 30em){
    .hid-box.active .contact-phrase {margin-bottom: 40px;}
    .hid-box.active .contact-links {margin-bottom: 40px;}
}
@media (max-height: 23em){
    .hid-box.active .contact-phrase {margin-bottom: 20px;}
    .hid-box.active .contact-links {margin-bottom: 20px;}
}

/*HOME*/
.home .hero {height: 100%;}
.home .hero .logo {margin: initial; z-index: 100; background: #fff;}
.home .hero .slider {height: 390px;}
.home .hero .slider .slider-pages {top: 100px;}
.home .hero .catchphrase {width: 100%; z-index: 100;}
.home .hero .catchphrase label {padding: 10px 20px; display: inline-block; background: rgba(0, 0, 0, 0.5);}
.home .hero .catchphrase label:nth-child(1) {margin-right: 50px;}
.home .hero .catchphrase label:nth-child(2) {margin-left: 50px; margin-top: -10px;}
.home .hero .down-button {width: 50px; height: 50px; margin-top: 150px;}
.home .hero .down-button img {width: 100%;}
@media(min-width: 32em)
{
    .hero .catchphrase {width: 75%;}
}

.home .projects {background: #fff;}
.home .projects .project-intro-title {margin-bottom: 5px; display: block; text-align: center;}
.home .projects .project-block {width: 100%; height: 245px; margin-bottom: 2px; display: block; background-size: cover; background-position: center;}
.home .projects .project-block .project-description { width:100%; padding: 10px 0; position: absolute; bottom: 0; left: 0; z-index: 100; background: rgba(0, 0, 0, 0.5)}
.home .projects .project-block .project-description label {margin-left: 16px; display: block;}
.home .projects .project-block .project-description label:nth-child(1) {font-size: 0.95em}
.home .projects .project-block .project-description label:nth-child(2) {font-size: 0.7em}
.home .projects .projects-more {margin: 5px 0 0 10px; text-align: center;}

.home .franja.about-us {padding: 30px 0 20px 0;}
.home .about-us {background: transparent url('../img/BG.jpg') center no-repeat !important; background-size: cover;}
.home .about-us .about-us-title {padding-top: 30px; text-align: center;}
.home .about-us .arq {margin-top: 22px;}
.home .about-us .arq img {width: 250px;}
.home .about-us .phrase {margin-top: 20px;}
.home .about-us .phrase label {display: block; font-size: 1em;}
.home .about-us .phrase .name-charge {font-family: 'Raleway Semibold';}
.home .about-us .phrase .paragraph {margin-bottom: 5px; padding-left: 15px; font-size: 1em;}
.home .about-us .about-us-more {margin-top: 15px; text-align: center;}

.home .our-services {background: #355c9d;}
.home .our-services .services-block {display: block;}
.home .our-services .services-block label {display: block; margin: 30px 0 5px 0;}
.home .our-services .services-block img {width: 75px;}
.home .our-services .services-more {margin: 35px 25px 0 35px; text-align: center;}

/*ARCHITECTS*/
.architects .logo {background: transparent}
.architects .logo img {background: transparent;}

.architects .team {height: 100%; padding-bottom: 50px;}
.architects .team .team-description {margin: 20px 0 20px 0;}
.architects .team .team-description h3 {margin-bottom: 15px; padding: 0 10px; font-size: 1.8em;}
.architects .team .cover {height: 300px; overflow: initial; background: url('../img/architects/XXX') center no-repeat; background-size: cover;}


.architects .single {padding-bottom: 20px; text-align: center;}
.architects .single .architect-block:not(:last-child) {margin-bottom: 65px;}
.architects .single .architect-block .content {width: 100%;}
.architects .single .architect-block img {width: 240px;}
.architects .single .architect-block .phrase {margin: 20px 30px 0 0;}
.architects .single .architect-block .phrase label {display: block; font-size: 0.9em}
.architects .single .architect-block .phrase label:nth-child(2) {font-size: 1em; font-family: 'Raleway Semibold';}
.architects .single .architect-block .phrase label:nth-child(3) {font-family: 'Raleway Semibold';}
.architects .single .architect-block .phrase .paragraph {margin-bottom: 5px; padding-left: 45px; font-size: 1em;}

/*SERVICES*/
.services .logo {background: transparent; margin: 0 auto;}
.services .logo img {background: transparent;}
.services .services-intro {margin-bottom: 70px;}
.services .services-intro .content h2 {padding-bottom: 20px;}

.services .service-block:not(:last-child) {margin-bottom: 80px;}
.services .service-block h3 {margin-bottom: 30px; display: block; text-align: center; font-size: 1.5em; color: #345b9c;}
.services .service-block img {width: 100px; display: block; margin: 0 auto 20px auto;}
.services .service-block li {margin-left: 45px; padding: 0 25px 0 0; position: relative; text-align: left; font-size: 0.95em; color: #333;}
.services .service-block li:not(:last-child) {margin-bottom: 10px;}
.services .service-block li::before {content: ''; width: 10px; height: 5px; display: block; position: absolute; left: -20px; top: 8px; background: #345b9c} 

/*PROJECTS*/
.projects .logo {background: transparent}
.projects .logo img {background: transparent}

.projects .intro {margin-bottom: 50px;}
.projects .intro h2 {margin : 20px 0 10px 0; font-size: 2.2em;}
.projects .intro label {margin: 0 65px; display: block;}

.projects .project-filter  ul {text-align: center;}
.projects .project-filter  ul li a {border-bottom: 2px solid transparent;}
.projects .project-filter  ul li a:hover {border-color: #3fc94f;}

.projects .project-filter select {margin: 0 0 20px 0;}

.projects .project-showcase .project-showcase-mobile .project-block {width: 100%; height: 245px; margin-bottom: 2px; background-size: cover; background-position: center;}
.projects .project-showcase .project-showcase-mobile .project-block .project-description {width:100%; padding: 10px 0; position: absolute; bottom: 0; left: 0; z-index: 100; background: rgba(0, 0, 0, 0.5)}
.projects .project-showcase .project-showcase-mobile .project-block .project-description label {margin-left: 16px; display: block;}
.projects .project-showcase .project-showcase-mobile .project-block .project-description label:nth-child(1) {font-size: 0.95em}
.projects .project-showcase .project-showcase-mobile .project-block .project-description label:nth-child(2) {font-size: 0.7em}

.projects .project-showcase .project-showcase-desktop .mid-column {position: relative;}
.projects .project-showcase .project-showcase-desktop {display: none;}

/*PROJECT DETAILS*/
.project-details .logo {background: transparent; display: block; z-index: 101;}
.project-details .logo img{background: transparent;}

.project-details .presentation {width: 100%; height: 500px; background-size: cover; background-position: center;}
.project-details .presentation .container {width:100%; height: 100%; position: absolute; bottom: 0; left: 0; z-index: 100; background: rgba(0, 0, 0, 0.5)}
.project-details .presentation h2 {font-size: 2.2em;}
.project-details .presentation label {max-width: 273px; margin: 0 auto; padding: 0 10px; display: block; position: relative; font-size: 1.02em; }

.project-details .data {overflow: hidden;}
.project-details .data .intro-text {margin: 20px 0 70px 0; position: relative;}
.project-details .data .intro-text label {font-size: 1.3em}
.project-details .data .intro-text::before {content: ''; width: 500%; height: 1px; position: absolute; bottom: -30px; left: -100%; background: rgba(190, 190, 190, 0.4);}
.project-details .data .detail-text {margin: 60px 0;}
.project-details .data .detail-text label {font-size: 0.90em}

.project-details .data .data-box h4 {margin-bottom: 25px; display: block; font-size: 1.25em; text-align: center;}
.project-details .data .data-box .container { padding: 20px 20px; border: 2px solid #345b9c;}
.project-details .data .data-box .container .data-point {margin: 0 0 20px 20px;}
.project-details .data .data-box .container .data-point img {width: 40px; vertical-align: middle;}
.project-details .data .data-box .container .data-point label {vertical-align: middle; margin-left: 15px; font-size: 1.2em; color: #515151;}

.project-details .project-pictures img {width: 100%; max-width: 1100px; margin-bottom: 10px;}
.project-details .project-pictures label {margin-top: 30px; display: block; text-align: center;}
.project-details .project-pictures label a {color: #333}
.project-details .project-pictures label:hover::before {content: ''; width: 60px; height: 3px; position: absolute; top: calc(50% + 20px); left: 50%; transform: translate(-50%, -50%); background: #333;}


/*IDEA*/
.project-details .idea-presentation {width: 100%; height: 500px; background-size: cover; background-position: center;}

/*CLIENTS*/
.clients .logo {background: transparent; display: block; z-index: 101;}
.clients .logo img{background: transparent;}
.clients .intro {margin: 0 0 20px 0;}
.clients .intro h2 {font-size: 2.2em;}
.clients .client-showcase {margin: 0 0 50px;}
.clients .client-showcase .client-logo {width: 160px; height: 100px; margin: 40px 25px 40px 25px; display: inline-block}
.clients .client-showcase .client-logo img {width: 100%; margin: 0 auto;}