* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a,
a:hover,
a:visited,
a:focus {
    color: inherit;
}

svg {
    width: 100%;
}

html, body {
    height: 100%;
}

body {
    color: #000;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
}

body.home {
    overflow-y: hidden;
}

#loader {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9999;
}

img.rotated {
    transform: rotate(180deg);
}

ul#menu-menu-lobra {
    list-style: none;
    margin-bottom: 0;
}

ul#menu-menu-lobra li {
    margin-bottom: 15px;
    position: relative;
}

ul#menu-menu-lobra li:last-child {
    margin-bottom: 0;
}

ul#menu-menu-lobra li a {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #ffffff;
}

ul#menu-menu-lobra li a:hover {
    text-decoration: none;
    color: #fc5158;
}

ul#menu-menu-lobra li a[aria-current] {
    color: #fc5158;
}


ul#menu-menu-lobra li.menu-item-has-children #arrowBeforeChildren {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    left: -32px;
    top: 2px;
    background: url("../assets/down-arrow.svg");
    transform: rotate(0deg);
    cursor: pointer;
    transition: .3s;
}

ul#menu-menu-lobra li.menu-item-has-children #arrowBeforeChildren.active {
    transform: rotate(180deg);
    transition: .3s;
}

ul#menu-menu-lobra ul.sub-menu {
    margin-top: 5px;
}

ul#menu-menu-lobra ul.sub-menu li {
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
}

ul#menu-menu-lobra ul.sub-menu li::before {
    content: "";
    width: 22px;
    margin-right: 10px;
    border-bottom: 1px solid #fc5158;
}

#border-top,
#border-bottom {
    height: 10px;
    z-index: 1;
    background: #dedede;
}

#border-bottom {
    bottom: 0
}

.home #page {
    border-left: 10px solid #dedede;
    border-right: 10px solid #dedede;
}

.home #contact {
    font-family: 'Lato', sans-serif;
}

#claimContact {
    font-size: 16px;
}

#closeMenu img {
    width: 40px;
    height: 40px;
}

.home .section {
    background-color: #ffffff;
}

.home .section.dark {
    background-color: #fc5158;
}

.home .section h3 {
    margin: 0;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.home .section.dark h3 {
    color: #ffffff;
}

.home .section h1 {
    font-size: 26px;
    line-height: 36px;
    color: #fc5158;
    font-weight: 400;
    text-decoration: underline;
    padding: 0;
    margin-bottom: 0;
}

.home .section.dark h1 {
    color: #ffffff;
    -webkit-text-decoration-color: #ffffff;
    text-decoration-color: #ffffff;
}

.home .section h5 {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 24px
}

.home .section.dark h5 {
    color: #ffffff;
}

.home .section img#ondine {
    width: 96px;
}

#logo {
    opacity: 0;
    width: 133px
}

#logoMenu {
    width: 133px
}

#header {
    top: 0;
    position: fixed;
    padding: 20px 20px 0 20px;
    width: 100%;
    z-index: 1
}

#slideMenu {
    background-color: rgba(0, 0, 0, 1);
    z-index: 4;
    display: none;
    width: 100%;
}

#slideMenuHeader {
    padding: 20px 20px 0 20px;
}

#socialLinks a {
    color: #999999;
}

#socialLinks span {
    color: white;
    margin: 0 5px;
}

#socialLinks a:hover {
    text-decoration: none;
}

#headerFixed {
    padding: 15px 15px 0 15px;
    left: 0;
    z-index: 3
}

#slideMenuBody {
    padding: 0 20px;
}

#slideMenuFooter {
    padding: 0 0 20px 20px;
}

header .slider {
    height: 336px;
}

header .slider::after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .1);
    width: 100%;
    height: 100%;
    top: 0;
}

header .slider .slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%
}

header #pageTitle,
header #pageClaim {
    z-index: 1
}

.containerMini {
    max-width: 100%;
    margin: 0 auto;
}

header #pageTitle {
    width: calc(100% - 30px);
    height: 65px;
    background-color: rgba(252, 81, 88, .8);
    /*
    opacity: .8;
    mix-blend-mode: multiply;
    */
}

header h3 {
    font-weight: 900;
    color: #ffffff;
    margin: 0;
    font-size: 25px;
    z-index: 2;
    font-family: 'Lato', sans-serif;
}

.post-type-archive h3#mainTitle {
    text-transform: uppercase;
}

header #pageClaim {
    bottom: 15px;
    right: 0;
    opacity: 0;
}

#menu {
    opacity: 0;
    max-width: 40px;
}

#footer {
    bottom: 0;
    position: fixed;
    padding: 0 0 20px 20px;
    width: 100%;
    z-index: 1
}

#footer #scritta {
    opacity: 0;
}

#footer #scritta span,
header #scritta span,
#slideMenu #scritta span,
.newFooter .newFooter--backToTop #scritta span {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    letter-spacing: -0.7px;
}

#slideMenu #scritta,
header #scritta,
.home #footer #scritta,
.newFooter .newFooter--backToTop #scritta {
    height: 23px;
}

.home #footer #arrow,
.newFooter .newFooter--backToTop #arrow {
    width: 23px;
}

#slideMenu #scritta,
header #scritta,
.home #footer #scritta,
.newFooter .newFooter--backToTop #scritta {
    background-color: #fc5158;
}

#slideMenu #scritta span,
.home #footer #scritta span,
.home header #scritta span,
.newFooter .newFooter--backToTop #scritta span {
    padding-right: 15px;
    padding-left: 10px;
}

header #scritta span {
    padding-left: 10px;
    padding-right: 15px;
}

.home #introImg svg {
    max-height: 220px;
}

.section .wrapper {
    padding-left: 10px;
    padding-right: 10px;
}

#contact {
    background-color: #202020;
}

#contact ul {
    list-style: none;
}

#contact ul > li {
    margin-bottom: 0;
    line-height: 23px;
}

#contact ul > li div:first-child {
    width: 50px;
    font-weight: bold
}

#contact h3.contact {
    font-size: 26px;
    line-height: 36px;
    font-weight: 100;
    color: white;
    text-decoration: underline;
    -webkit-text-decoration-color: #fc5158;
    text-decoration-color: #fc5158;
    -ms-text-underline-position: below;
    text-underline-position: under;
}

form label {
    text-transform: uppercase;
}

form .form-control {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #000000;
    padding: 0
}

form textarea.form-control {
    resize: none;
    width: 96.6%;
    margin-top: 10px;
}

form textarea.form-control {
    border: 2px solid #666666;
}

.form-control:focus {
    outline: none;
    box-shadow: none !important;
    border-color: #fc5158
}

footer {
    background: #000000;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
}

footer #contact {
    background-color: #202020;
}

footer .wpcf7 {
    width: 100%
}

footer .wpcf7 label {
    width: 100%;
    color: #666666
}

footer .wpcf7 textarea.form-control {
    width: 100%
}

footer .wpcf7 .form-control {
    border-bottom: 2px solid #666666;
    background: transparent;
    color: #ffffff;
}

footer .wpcf7 .form-control:focus {
    background: transparent;
    color: #ffffff;
    outline: none;
    box-shadow: none !important;
    border-color: #fc5158
}

.btn {
    border-radius: 0;
}

.btn-primary {
    box-shadow: none;
    background-color: transparent;
    border: 2px solid #666666;
    color: #000000;
    font-weight: bolder;
    text-transform: uppercase;
    padding-left: 70px;
    padding-right: 70px;
    outline: 0;
}

.btn-primary.disabled,
.btn-primary:disabled {
    opacity: .3;
    color: #666666;
    border: 2px solid #666666;
    background-color: transparent;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:active,
.btn-primary:hover {
    background-color: #fc5158;
    border: 2px solid #fc5158;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
}

.wpcf7-response-output {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 1em !important
}

span.wpcf7-not-valid-tip {
    margin-top: 10px;
    font-weight: bolder;
}

.preTitle {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.preTitle::after {
    content: "";
    border-bottom: 3px solid #ffffff;
    position: absolute;
    bottom: 0;
    width: 30px;
    left: 0;
}

#contact h3.contact {
    margin-top: 30px;
    margin-bottom: 0;
    font-family: 'Titillium Web', sans-serif;
    font-weight: lighter;
    text-transform: inherit;
}

footer form .btn-primary {
    color: #ffffff
}

article {
    font-family: 'Lato', sans-serif;
    padding: 50px 0;
}

article p:last-child {
    margin-bottom: 0;
}

article#our-approach img,
article#how-we-do-it img {
    width: 100px;
}

article h4 {
    margin: 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: lighter;
    color: #fc5158;
    text-decoration: underline;
    -webkit-text-decoration-color: #fc5158;
    text-decoration-color: #fc5158;
    -ms-text-underline-position: below;
    text-underline-position: under;
    font-family: 'Titillium Web', sans-serif;
}

.textBlock:first-child {
    margin-top: 50px;
}

.textBlock {
    background: #f5f5f5;
    margin-bottom: 50px
}

.textBlock::before {
    content: "";
    position: absolute;
    width: 75px;
    height: 5px;
    background: #fc5158;
    margin-top: 20px
}

.textBlock p {
    margin: 85px 0 0 0;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
}

#wwdBlock #number > div {
    top: 44px;
    right: -10px;
    z-index: 1;
}

#wwdBlock #number {
    position: relative;
    font-size: 58px;
    line-height: 50px;
    font-family: 'Titillium Web', sans-serif;
    color: #fc5158;
    font-weight: 100;
    letter-spacing: -5px;
}

#wwdBlock #number::before {
    content: "";
    position: absolute;
    width: 37px;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../assets/ondina.svg);
    top: 23px;
    left: -20px;
}

#wwdBlock #number.white::before {
    background-image: none;
}

#wwdBlock #number::after {
    content: "";
    position: absolute;
    border: 1px solid #fc5158;
    height: calc(100% - 60px);
    top: 60px;
    right: 6px;
}

#wwdBlock #number.white::after {
    border: 1px solid #ffffff;
    top: 0;
    height: 100%;
}

#wwdBlock #wwdTitle {
    margin-left: 25px;
}

#wwdBlock #wwdTitle h3 {
    margin: 0;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    padding-top: 16px;
}

#wwdBlock #wwdBody {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Titillium Web', sans-serif;
    margin-top: 15px;
    padding-bottom: 50px;
}

#wwdBlock #wwdRed {
    background-color: #fc5158;
}

#wwdBlock #wwdPreList {
    margin-left: 25px;
    padding: 50px 0;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Titillium Web', sans-serif;
    margin-top: 15px;
}

#wwdBlock ul#wwdList li {
    color: #ffffff;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
}

#wwdBlock ul#wwdList li img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

ul#wwdList li:last-child {
    margin-bottom: 0;
}

#wwdBlock section {
    padding: 50px 15px 0 15px;
}

#wwdBlock #wwdRed {
    padding-top: 0;
}

#subMenu {
    background: #fc5158;
    z-index: 3;
    display: none;
}

#subMenu #subMenuCloser {
    right: 0;
}

#subMenu #subMenuContent {
    padding: 35px 30px;
}

#subMenu #subMenuContent a {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #ffffff;
}

#subMenu #subMenuContent i {
    color: #ffffff;
    font-size: 18px;
    margin-right: 18px;
}

#subMenu #subMenuContent div {
    height: 65px;
}

#subMenu #subMenuContent > div #arrow {
    min-width: 35px;
}

#subMenu #subMenuContent > div #arrow img {
    width: 18px;
}

#subMenu #subMenuContent > div #subMenuItem {
    border-bottom: 1px solid #ffffff;
}

#subMenu #subMenuContent > div:last-child #subMenuItem {
    border: 0
}

#subMenu #subMenuContent > div #subMenuItem a {
    text-decoration: none;
}

#subMenu #subMenuContent > div #subMenuItem a.active {
    font-weight: 900;
}

#subMenuOpener,
#subMenuCloser {
    margin-right: 2px;
    margin-top: 2px;
}

.squareBtn {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: linear-gradient(#fff, #fff),
    linear-gradient(#fff, #fff),
    transparent;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #ffffff;
}

.squareBtn.plus {
    background-size: 50% 1px, 1px 50%; /*thickness = 2px, length = 50% (25px)*/
}

.squareBtn.minus {
    background-size: 50% 1px, 50% 1px; /*thickness = 2px, length = 50% (25px)*/
}

.singleTechBlock {
    margin-bottom: 50px;
}

.singleTechBlock .grid {
    padding-left: 15px;
    padding-right: 15px;
}

.singleTechBlock h3 {
    font-size: 24px;
    margin-top: 0;
}

.singleTechBlock .background {
    background: linear-gradient(90deg, #fc5158 50%, #f5f5f5 50%);
}

.singleTechBlock #first {
    background-color: #fc5158;
    padding: 40px 0 30px 0;
}

.singleTechBlock #first h5 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.singleTechBlock #first h4 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Titillium Web', sans-serif;
    line-height: 30px;
    margin: 0;
    -ms-text-underline-position: below;
    text-underline-position: under;
    text-decoration: underline;
    -webkit-text-decoration-color: #ffffff;
    text-decoration-color: #ffffff;
}

.singleTechBlock #first img {
    width: 76px;
}

.singleTechBlock #last {
    background-color: #f5f5f5;
    padding: 40px 0 30px 0;
    font-size: 16px;
}

.singleTechBlock #last #features {
    padding-top: 30px;
}

.singleTechBlock #last #features ul#sub01 #circle {
    content: "";
    background-image: url(../assets/list-circle-red.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: left center;
    width: 30px;
    height: 20px;
    display: inline-flex;
    margin-top: 3px;
}

.singleTechBlock #last #features ul#sub01 > li {
    margin-bottom: 15px;
    font-weight: 700;
}

.singleTechBlock #last #features ul#sub01 > li:last-child {
    margin-bottom: 0;
}

.singleTechBlock #last #features ul#sub02 {
    padding-left: 30px;
}

.singleTechBlock #last #features ul#sub02 > li {
    font-size: 14px;
    font-weight: 400;
}


.singleTechBlock #last #features ul#sub02 > li::before {
    content: "•";
    color: #fc5158;
    padding-right: 5px;
}

.singleTechBlock #last #features ul#sub03 {
    padding-left: 40px;
}

.singleTechBlock #last #features ul#sub03 > li::before {
    content: "-";
    padding-right: 5px;
}

.newFooter {
    background-color: #252525;
}

.newFooter .newFooter--header {
    background: #fc5158;
    padding: 15px 0;
}

.newFooter .newFooter--header img {
    width: 133px;
}

.newFooter .newFooter--body .newFooter--body__menu ul,
.newFooter .newFooter--body__legal ul {
    list-style: none;
    margin: 0;
}

.newFooter ul li a {
    color: #cccccc;
    text-decoration: none;
}

.newFooter .newFooter--body__social ul li a .circle {
    width: 35px;
    height: 35px;
    background-color: #666666;
}

.newFooter .newFooter--body__social ul li a i {
    color: #252525;
    font-size: 1.2em;
}

.newFooter ul#menu-menu-footer li a,
.newFooter ul#menu-menu-legal li a,
.newFooter .newFooter--body__legal ul:first-child li {
    color: #cccccc;
    line-height: 23px;
}

.newFooter .newFooter--backToTop {
    padding-left: 15px;
}

#preFooter {
    padding: 30px 15px;
}

#homeContact {
    background: #202020;
    font-family: 'Lato', sans-serif;
}

#homeContact ul {
    list-style: none;
}

#homeContact ul li {
    line-height: 23px;
    color: #ffffff;
}

#homeContact ul li a {
    text-decoration: none;
}

#homeContact ul li a .circle {
    width: 35px;
    height: 35px;
    background-color: #666666;
}

#single-technology .logoTechnology {
    max-width: 125px;
}

.privacyPolicyAcceptance {
    position: relative;
}

.privacyPolicyAcceptance input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.privacyPolicyAcceptance span.wpcf7-list-item {
    margin-right: 15px;
}

.privacyPolicyAcceptance span.link {
    text-decoration: underline;
}

.privacyPolicyAcceptance span.link a:hover {
    color: white;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #666666;
}

/* On mouse-over, add a grey background color */
.privacyPolicyAcceptance:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.privacyPolicyAcceptance input:checked ~ .checkmark {
    background-color: #fc5158;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.privacyPolicyAcceptance .checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.post-type-archive-services article {
    padding-top: 0;
}

#subNav {
    background: transparent;
    z-index: 2;
    display: none;
}