body ::selection, html ::selection {
    background: #fcf113;
}
*{
	font-family: 'Maven Pro', sans-serif;
}
.is-border-left	{
	border-left: 3px solid #000;
	padding-left: 20px;
}
.is-size-1	{
	zoom: 4;
}
.cta	{
	text-decoration: underline;
	letter-spacing: 0.1em;
}
.margin-top20	{
	margin-top: 20px;
}
.hoverhead	{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(71%,transparent),color-stop(10%,#fcf113));
    background-image: linear-gradient(180deg,transparent 71%,#fcf113 0);
    background-size: 0 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    -webkit-transition: background-size .4s ease;
    transition: background-size .4s ease;
    color: #000;
}
.hoverhead:hover, .hoverhead:focus	{
	background-size: 100% 100%;
    cursor: pointer;
}
.has-background-warning	{
	background-color: #fcf113!important;
}
.linkcta {
    margin-top: -12px;
    list-style: none;
}
.mission {
    line-height: 2.5em;
    font-size: 18px;
}
.typed-cursor {
    opacity: 1;
    -webkit-animation: blink .7s infinite;
    -moz-animation: blink .7s infinite;
    animation: blink .7s infinite;
    color: #000;
   /* display: none;*/
    position: absolute;
    margin-top: -16%;
    left: -31px;
}
.min-heigth	{
	min-height: 550px;
	overflow: hidden;
}
@keyframes blink {
	0%, 100% {
    opacity: 1;
}
	50% {
	    opacity: 0;
	}
}
.displaynone{
	display: none!important;
}
.navbar-burger{
	display: block;
    float: right;
    right: 20px;
    position: fixed;
    z-index: 999999;
}
span.navbar-burger.burger.is-active {
    color: white;
}
.navbar-menu {
    display: none;
}
.navbar-menu.is-active {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(38,44,48,0);
    z-index: 800;
    pointer-events: none;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
    position: fixed;
        background-color: #262c30;
    pointer-events: all;

}

.navbar-end {
	    margin-top: 200px;
    width: 100%;
    justify-content: flex-end;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
   grid-gap: 0 70px;
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(3,minmax(-webkit-max-content,1fr));
    grid-template-columns: repeat(3,minmax(max-content,1fr));
    justify-content: end;
}

.Navigation-Column:first-child {
    grid-column: 2;
}
.Navigation-Column {
    text-align: left;
}

.navbar-burger span {
    height: 2px;
}

.navbar-burger span:nth-child(1) {
    top: calc(50% - 6px);
}

.navbar-burger span:nth-child(2) {
    top: calc(50% - 1px);
}

.navbar-burger span:nth-child(3) {
    top: calc(50% + 5px);
}

.navbar-burger.is-active span:nth-child(3) {
    top: calc(50% + 4px);
}

.customfont{
	font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.contactus a {
    text-decoration: none;
    border-bottom: 2px solid #000;
    color: #000;
}
.primaryfont{
	
}

.titlemenu {
    text-transform: uppercase;
    color: #f0f4f6;
    letter-spacing: 1.8px;
    margin-bottom: 20px;
    font-size: 18px;
}

.elementmenu a{
	color: #f0f4f6;
	font-size: 38px;
    line-height: 47px;
    -webkit-letter-spacing: -1.5px;
    -moz-letter-spacing: -1.5px;
    -ms-letter-spacing: -1.5px;
    letter-spacing: -1.5px;
}

.elementmenu a:hover{
	color: #fcf113;
}
.navbar-brand {
    padding-top: 15px;
}

.margin-top80{
	margin-top: 80px;
}

.navbar-item.has-dropdown.is-hoverable {
    right: 6%;
    position: fixed;
    padding: 6px;
}
.testo{
    color: #000;
}
.group {
    padding: 96px 0;
    background-color: #f0f4f6;
}
.right{
    float: right;
}
.paddingimg{
    padding: 16px 20px;
}
.titletns{
    letter-spacing: -1px;
}
.texttns{
    margin: 28px 0;
    letter-spacing: -1px;
    font-style: italic;
    font-family: 'Raleway', sans-serif;
    font-size: 1.7em;
    line-height: 34px;
}

.button{
    border-radius: 0px;
    letter-spacing: 1px;
    color: #262c30;
    text-transform: uppercase;
    border: 1px solid #a2aeb6;
    box-sizing: border-box;
    -webkit-transition: background-color .15s ease,color .15s ease,border .15s ease;
    transition: background-color .15s ease,color .15s ease,border .15s ease;
    display: inline-block;
    background-color: transparent;
}

.normalbutton   {
    border-width: 0;
    background-color: #fcf113;
    color: #000;
}

.normalbutton:hover {
    background-color: #000;
    color: #fff;
}
.illustrazione{
    height: 806px;
    position: relative;
}
.backgrounillustr{
    background-image: url(../images/illustration.jpeg);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.boxillustration    {
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    min-height: 500px;
    padding: 50px;
    display: flex;
}
.content {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    display: flex;
}
.divider{
    width: 32px;
    border-bottom: 5px solid #000;
    margin-top: 30px;
    margin-bottom: 30px;
}
.contenutonotizia   {
    align-self: center;
}
.buttonwhite:hover {
    color: #fff;
    border-color: #262c30;
    background-color: #262c30;
}
.titolonotizia  {
    font-size: 33px;
    letter-spacing: -1.2px;
}
.tuttowidth {
    width: 100%;
}







/*MOBILE*/

@media (max-width: 800px){
.is-size-1	{
	zoom: 2;
}
.min-heigth {
    min-height: 335px;
}
.navbar-dropdown {
	display: none;
}
.navbar-item.has-dropdown.is-hoverable {
    right: 6%;
    position: static;
    padding: 6px;
}
}