@font-face {
    font-family: 'futura_md_btbold';
    src: url('../fonts/futubd-webfont.woff2') format('woff2'),
         url('../fonts/futubd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_md_btbold_italic';
    src: url('../fonts/futubdit-webfont.woff2') format('woff2'),
         url('../fonts/futubdit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_lt_btlight';
    src: url('../fonts/futult-webfont.woff2') format('woff2'),
         url('../fonts/futult-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'futura_lt_btlight_italic';
    src: url('../fonts/futultit-webfont.woff2') format('woff2'),
         url('../fonts/futultit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_md_btmedium';
    src: url('../fonts/futumd-webfont.woff2') format('woff2'),
         url('../fonts/futumd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_md_btmedium_italic';
    src: url('../fonts/futumdit-webfont.woff2') format('woff2'),
         url('../fonts/futumdit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: 'Source Sans Pro';
    margin: 0;
    padding: 0;
    height: 100%;
}

:target:before {
content:"";
display:block;
height: 90px; /* fixed header height*/
margin: -90px 0 0; /* negative fixed header height */
}

div.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

.clearfloat {
    clear: both;
}


body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.container {
    /*max-width: 980px;*/
    max-width: 1200px;
    padding: 0 20px 0 20px;
    margin: 0 auto 0 auto;
}

.container-plus {
    max-width: 1100px;
    padding: 0 20px 0 20px;
    margin: 0 auto 0 auto;
}

figcaption p {
    display: none;
}

.header {
    position: fixed;
    top: 0;
    z-index: 100;
    color: #123049;
    padding-top: 30px;
    height: 50px;
    width: 100%;
    transition: 0.5s all
}

.changeColor {
    background-color: #fff;
    transition: 0.5s all;
    box-shadow: 0 5px 20px  rgba(0, 0, 0, 0.1);
}

.logo {
    float: left;
    width: 200px;
}

.svg-logo {
    height: 30px;
}

.menu {
    float: right;
    margin-top: -15px;
}

.menu li {
    display: inline;
    margin-left: 20px;
    font-family: 'Source Sans Pro';
    font-weight: 400;
    text-transform: uppercase;
}

a.menu-item {
    transition: ease .5s;
}

a.menu-item:hover {
    opacity: .5;
    transition: ease .5s;
}

.contact-button {
    background-color: #11a44a;
    padding: 8px;
    border-radius: 3px;
    transition: ease .5s;
    color: #fff;
}

.contact-button:hover {
    background-color: #2a8e51;
    transition: ease .5s;
}

.burger {
    display: none;
}

#comingsoon {
    background-color: ;
    position: relative;
    height: 100vh;
}

.svg-logo2 {
    top: 50%;
    width: 350px;
    position: absolute;
    left: 50%;
    margin-left: -175px;
    margin-top: -50px;
}

.stroke-comingsoon {
    position: absolute;
    height: 6px;
    width: 80px;
    background-color: #123049;
    left: 50%;
    margin-left: -40px;
}

.claim-comingsoon {
    top: 50%;
    width: 350px;
    position: absolute;
    left: 50%;
    margin-left: -175px;
    margin-top: -70px;
    background-color: ;
    text-align: center;
    color: #123049;
}

.claim-comingsoon p {
    margin-top: 30px;
    font-size: 1.3em;
}

#heroarea {
    background-image: url(../img/devices.jpg);
    background-position: right 50%;
    /**background-color:  rgba(18, 48, 73, 1);**/
    background-size: auto;
    background-repeat: no-repeat;
    position: relative;
    height: 100vh;
    overflow: scroll;
    min-height: 300px;
}

#heroareasplit {
    /*background-image: url(../img/AdobeStock_75729955_Preview.jpeg);
    background-position: right 50%;
    background-color:  rgba(18, 48, 73, .1);*/
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 50vh;
    overflow: ;
    min-height: 300px;
}

#heroareasplit::after {
    background-image: url(../img/AdobeStock_138581528_optimized.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 50vh;
    overflow: ;
    min-height: 300px;
    opacity: .4;
    content: "";
    top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.herocontent {
    position: absolute;
    top: 50%;
    margin-top: -200px;
    float: left;
    /**width: 100%;**/
    color: #123049;
    min-height: 400px;
}

.split {
    top: 75%; !important
    margin-top: 0; !important
    min-height: auto; !important
}

.split h2 {
    margin-top: -50px;
}

.herocontent p {
    font-family: 'Source Sans Pro';
    margin-top: 50px;
    font-size: 1.2em;
}

.herocontent li {
    display: inline;
    margin-right: 20px;
}

.herocontent ul {
    margin-top: 50px;
    padding: 0;
}

.buttons {
    margin-bottom: 30px;
    padding-top: 5px; /* da eliminare se presente sottotitolo */
}

.cta-button {
    border: solid 3px #11a44a;
    background-color: #11a44a;
    padding: 12px 30px;
    border-radius: 3px;
    transition: ease .5s;
    text-transform: uppercase;
    color: #fff;
}

.cta-button:hover {
    border: solid 3px #2a8e51;
    background-color: #2a8e51;
    transition: ease .5s;
}

.cta-button-reverse {
    border: solid 3px #11a44a;
    padding: 12px 30px;
    border-radius: 3px;
    transition: ease .5s;
    text-transform: uppercase;
    color: #11a44a;
}

.cta-button-reverse:hover {
    background-color: #2a8e51;
    border: solid 3px #2a8e51;
    transition: ease .5s;
    color: #fff;
}

h1 {
    font-family: 'Source Sans Pro';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 48px;
}

span.greendot {
    color: #11a44a;
}

h3 {
    color: #123049;
}

.stroke-big {
    position: absolute;
    height: 6px;
    width: 80px;
    background-color: #123049;
    margin-top: -10px;
}

.stroke-small {
    position: absolute;
    height: 4px;
    width: 40px;
    background-color: #123049;
    margin-top: -10px;
}

span.negative {
    color: #ffffff;
    background-color: #ffffff;
}

h3.negative {
    color: #ffffff;
}

.about-ammirevole {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #123049;
    color: #ffffff;
}

.open-positions {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #123049;
    color: #ffffff;
}

.dailyui {
    padding-top: 50px;
}

.blue {
    background-color: #123049;
}

.newsletter {
    padding-top: 50px;
    padding-bottom: 70px;
    background-color: #123049;
    color: #ffffff;
    float: left;
    width: 50%;
}

.career {
    padding-top: 50px;
    padding-bottom: 70px;
    background-color: #123049;
    color: #ffffff;
    float: left;
    width: 50%;
}

.bullet-check:before {
    font-family: 'Flaticon2';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #11a44a; /*#11a44a*/
	margin-right: 1em;
	-webkit-font-smoothing: antialiased;
    content: "\f100";
}

li.bullet-check {
    padding: 10px 0;
}

ul.bullet-check-no {
    list-style-type: none;
    padding-left: 0;
}

p.splitscreen {
    padding-right: 50px;
    height: 50px;
}

.last-article-image {
    width: 25%;
    height: 100px;
    background-color: red;
}

.request-quote {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ffffff;
}

.footer {
    clear: both;
}

.footer {
    background-color: #123049;
    color: #ffffff;
    padding: 20px 0 20px 0;
    font-family: 'Source Sans Pro';
    font-weight: 300;
}

.footer a {
    transition: ease .5s;
}

.footer a:hover {
    opacity: .5;
    transition: ease .5s;
}

.footer-navigation {
    float: left;
    padding: 0;
    margin-top: 6px;
    margin-left: -15px;
}

.footer-navigation li {
    display: inline;
    margin-right: 15px;
    margin-left: 15px;
}

.footer-navigation ul {
}

.follow {
    /* position: absolute; */
}

.social {
    float: right;
    margin-top: 5px;
}

.social-icons {
    float: right;
    padding: 0;
    margin-left: -40px;
    margin-right: -10px;
}

.social-icons li {
    display: inline-block
}

.social-icons img {
    width: 30px;
    color: red;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -20px;
}

.whitespace {
    margin: 30px 0;;
    width: 100%;
}

.extrapadding {
    padding-top: 50px;
}

@media screen and (max-width: 760px) {
    
    .navigation {
        display: none;
    }
    
    .herocontent {
        /*margin-top: -50px;*/
        /*top: 150px;*/
        position: absolute;
        overflow: scroll;
    }
    
    .herocontent li {
        display
        list-style-type: none;
        margin-top: 20px;
    }
    
    li.cta-button-reverse {
        display: none;
    }
    
    .x-button {
        display: block;
        float: right;
        width: 24px;
        height: 24px;
        /*background-color: red;*/
        margin-top: 18px;
        margin-right: 20px;
        cursor: pointer;
        transition: ease .5s;
    }
    
    .x-button:hover {
        opacity: .7;
        transition: ease .5s;
    }
    
    .x-one {
        position: absolute;
        height: 2px;
        width: 24px;
        background-color: #ffffff;
        transform: rotate(45deg);
        margin-top: 10px;
    }
    
    .x-two {
        position: absolute;
        height: 2px;
        width: 24px;
        background-color: #ffffff;
        transform: rotate(315deg);
        margin-top: 10px;
    }
    
    .burger {
        display: block;
        width: 24px;
        height: 14px;
        /*background-color: red;*/
        margin-top: 18px;
        cursor: pointer;
    }
    
    .burger-one {
        position: absolute;
        height: 2px;
        width: 24px;
        background-color: #123049;
        transition-duration: .3s;
        transition-delay: 0;
        transition-timing-function: ease;
    }
    
    .burger-two {
        position: absolute;
        height: 2px;
        width: 24px;
        background-color: #123049;
        margin-top: 6px;
        transition-duration: .3s;
        transition-delay: .1s;
        transition-timing-function: ease;
    }
    
    .burger-three {
        position: absolute;
        height: 2px;
        width: 18px;
        background-color: #123049;
        margin-top: 12px;
        margin-left: 6px;
        transition-duration: .4s;
        transition-delay: 0;
        transition-timing-function: ease;
    }
    
    .burger:hover .burger-one {
        width: 18px;
        margin-left: 6px;
        transition-duration: .3s;
        transition-delay: 0;
        transition-timing-function: ease;
        opacity: .7;
    }
    
    .burger:hover .burger-two {
        width: 18px;
        margin-left: 6px;
        transition-duration: .3s;
        transition-delay: .1s;
        transition-timing-function: ease;
        opacity: .7;
    }
    
    .burger:hover .burger-three {
        width: 24px;
        margin-left: 0;
        transition-duration: .4s;
        transition-delay: 0;
        transition-timing-function: ease;
        opacity: .7;
    }
    
    .follow {
		display: none;
	}
    
    .newsletter {
        padding-top: 50px;
        padding-bottom: 20px;
        background-color: #123049;
        color: #ffffff;
        float: none;
        width: 100%;
    }

    .career {
        padding-top: 30px;
        padding-bottom: 70px;
        background-color: #123049;
        color: #ffffff;
        float: none;
        width: 100%;
    }


    p.splitscreen {
        padding: 0 50px 20px 0;
        height: 100%;
    }
    
    .footer {
    }
    
    .footer-navigation {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    
    .footer-navigation ul {
    }
    
    .social-icons {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }
    
    .social-icons img {
    }
    
    .social-icons ul {
        padding: 0;
    }
    
    .social-icons li {
        margin-left: ;
    }
    
}










/*
@media screen and (max-width: 760px) and (orientation: landscape) {
    
    .buttons {
        display: none;
    }
    
}
*/


@media screen and (max-width: 1860px) {
    #heroarea {
    background-image: url(../img/devices.jpg);
    background-position: -100% 50%;
    }
}

@media screen and (max-width: 1640px) {
    #heroarea {
    background-image: url(../img/devices.jpg);
    background-position: -30% 50%;
    }
}

@media screen and (max-width: 1420px) {
    #heroarea {
    background-image: url(../img/devices.jpg);
    background-position: 5% 50%;
    }
}
1
@media screen and (max-width: 1200px) {
    #heroarea {
    background-image: url(../img/devices.jpg);
    background-position: 10% 50%;
    }
}

@media screen and (max-width: 980px) {
    #heroarea {
    background-image: url(../img/devices.jpg);
    background-position: 15% 50%;
    }
}

@media screen and (max-width: 760px) {
    #heroarea {
    background-image: url(../img/devices20opacity.jpg);
    background-position: 20% 50%;
    }
    
    
    .herocontent {
    position: absolute;
    top: 0%;
    margin-top: 70px;
}
}

@media screen and (max-width: 540px) {
    #heroarea {
    background-image: url(../img/devices20opacity.jpg);
    background-position: 20% 50%;
    }
}