/*---------------------------------------------- GENERAL -----------------------------------------------*/

html,
body{
	font-family: 'Cabin', sans-serif;
	background-color: #ffffff;
	font-weight: 300;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}

* {
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
	padding: 0px;
	margin: 0px;
}

a{
	font-family: "Roboto Condensed", sans-serif;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	background-color: transparent;
	font-weight: bold;
	color: #4cacd4;
}

a:hover,
a:focus,
a:active{background-color: transparent !important;}

a.internal{
	font-family: "Roboto Condensed", sans-serif;
	font-weight: bold;
	color: #cb007d;
}

a.internal:hover,
a.internal:focus,
a.internal:active{color: #fe840c;}

hr.spacer{
	border-color: transparent;
	margin: 20px 0;
}

ul,
ol,
p{
	font-family: 'Cabin', sans-serif;
	list-style-type: none;
	font-weight: normal;
    line-height: 30px;
    font-size: 15px;
	color: #aaa;
}

p.two_columns{
	/* -webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
	text-align:justify; */
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}

ol li strong,
p strong{color: #888;}

p.statement{
	margin: 30px auto 0 auto;
	text-align:center;
	max-width:750px;
}

p.subtitle{
	margin: 0 auto 35px auto;
	max-width: 900px;
	color: #888;
}

.image_container{width: 100%;}

.icon_container{
    margin: 0 auto;
    width: 45px;
}

.lonely_icon{
	margin: -20px auto 20px auto;
	max-width: 350px;
}

img{
	display: block;
	width: 100%;
}

.align_center{text-align: center;}
.left_alignment{text-align: left;}

section{padding: 50px 0;}

h1,
h2,
h3,
h4,
h5,
h6{
	padding: 0px;
	margin: 0px;
}

h1.home_h1{
	position: absolute;
	z-index: -10000000;
	left: -1000000px;
	top: -1000000px;
}

.secondary_style{
	font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 30px;
    text-align: center;
	font-weight: 700;
	font-size: 45px;
    color:#fff;
}

.third_style{
	font-family: "Roboto Condensed", sans-serif;
    text-align: center;
	font-weight: 400;
	font-size: 20px;
    color: #666;
}

.fourth_style{
	font-family: 'Cabin', sans-serif;
	margin-bottom: 15px;
	font-weight: 500;
	margin-top: 25px;
	font-size: 20px;
	color: #333;
}

.fifth_style{
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px !important;
	color: #333 !important;
	font-weight: 500;
}

.sixth_style{
	font-family: "Roboto Condensed", sans-serif;
	color: #333 !important;
	font-weight: 500;
	font-size: 15px;
}

.pink_orange span{
	background: linear-gradient(to right, #cb007d 0%, #e58823 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.blue_green span{
    background: linear-gradient(to right, #3c57a8 0%, #5ba166 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.violet_pink span{
	background: linear-gradient(to right, #3d2fa8 0%, #b22566 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.orange_yellow span{
	background: linear-gradient(to right, #ec9838 0%, #f9bc2e 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

span.line{
	margin: 0px auto 30px auto;
	background-color: #dddddd;
	display: block;
	height: 2px;
	width: 65px;
}

p.section_subtitle{
    text-align: center;
    max-width: 900px;
    font-size: 16px;
    margin: 0 auto;
}

.color_white{color:#fff;}
.color_grey{color:#333;}
.color_light_grey{color:#999;}

.grey_background{background-color: #eee;}

.percentage_background{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bcdb38+0,7bbc60+70,7bbc60+70,ffffff+70,ffffff+100 */
    background: #eee; /* Old browsers */
    background: -moz-linear-gradient(top, #eee 0%, #eee 70%, #eee 70%, #ffffff 70%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eee 0%,#eee 70%,#eee 70%,#ffffff 70%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eee 0%,#eee 70%,#eee 70%,#ffffff 70%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.special_section h3{font-size:25px;}

.special_section p{
	font-size: 16px;
	font-weight:300;
	margin-top:20px;
	color: #999;
}

.special_section p strong{color: #777;}

/*---------------------------------------------- BTN -----------------------------------------------*/

.btn{
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	font-family: 'Cabin', sans-serif;
	border-radius: 3px;
	text-align: center;
    line-height: 28px;
	font-weight: 400;
	font-size: 14px;
    padding: 0 10px;
	display: block;
	height: 32px;
	width: 160px;
	color: #fff;
	border:0px;
}

.bigger_btn{width: 200px;}

.btn.centered{margin: 0 auto;}
.btn.align_right{float: right;}

.contact_pink{
    background-color: #cb007d;
	border-radius: 3px;
	text-align: center;
	line-height: 28px;
	padding: 0 15px;
	height: 30px;
	color: #fff;
}

.contact_pink:hover,
.contact_pink:focus,
.contact_pink:active{
    background-color: #fe840c !important;
	color: #fff;
}

.only_border{
	background-color: transparent;
	border: 1px solid #ccc;
	color: #ccc;
}

.only_border.azure{
	border-color: #4cacd4;
	color: #4cacd4;
}

.only_border.azure:hover,
.only_border.azure:focus,
.only_border.azure:active{
	background-color: #4cacd4 !important;
	border-color: #4cacd4;
	color: #fff;
}

.only_border.pink{
	border-color: #cb007d;
	color: #cb007d;
}

.only_border.pink:hover,
.only_border.pink:focus,
.only_border.pink:active{
	background-color: #cb007d !important;
	border-color: #cb007d;
	color: #fff;
}

.only_border.white{
	border-color: #fff;
	color: #fff;
}

.only_border.white:hover,
.only_border.white:focus,
.only_border.white:active{
	background-color: #ffffff !important;
	border-color: #ffffff;
	color: #333;
}

.grandient_pink_orange{
	background: #cb007d; /* Old browsers */
	background: -moz-linear-gradient(left, #cb007d 0%, #e58823 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #cb007d 0%,#e58823 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #cb007d 0%,#e58823 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb007d', endColorstr='#e58823',GradientType=1 ); /* IE6-9 */
}

.grandient_pink_orange:hover,
.grandient_pink_orange:focus,
.grandient_pink_orange:active{
	background: #e58823; /* Old browsers */
	background: -moz-linear-gradient(left, #e58823 0%, #cb007d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #e58823 0%,#cb007d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #e58823 0%,#cb007d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e58823', endColorstr='#cb007d',GradientType=1 ); /* IE6-9 */
	color: #fff;
}

.grandient_blue_green{
	background: #5ba166; /* Old browsers */
	background: -moz-linear-gradient(left, #5ba166 0%, #3c57a8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #5ba166 0%,#3c57a8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #5ba166 0%,#3c57a8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ba166', endColorstr='#3c57a8',GradientType=1 ); /* IE6-9 */
}

.grandient_blue_green:hover,
.grandient_blue_green:focus,
.grandient_blue_green:active{
	background: #3c57a8; /* Old browsers */
	background: -moz-linear-gradient(left, #3c57a8 0%, #5ba166 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #3c57a8 0%,#5ba166 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #3c57a8 0%,#5ba166 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c57a8', endColorstr='#5ba166',GradientType=1 ); /* IE6-9 */
	color:#fff;
}

.grandient_purple{
	background: #b22566; /* Old browsers */
	background: -moz-linear-gradient(left, #b22566 0%, #3d2fa8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #b22566 0%,#3d2fa8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #b22566 0%,#3d2fa8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b22566', endColorstr='#3d2fa8',GradientType=1 ); /* IE6-9 */
}

.grandient_orange_yellow{
	background: #f9bc2e; /* Old browsers */
	background: -moz-linear-gradient(left, #f9bc2e 0%, #ec9838 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f9bc2e 0%,#ec9838 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f9bc2e 0%,#ec9838 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9bc2e', endColorstr='#ec9838',GradientType=1 ); /* IE6-9 */
}

.grandient_orange_yellow:hover,
.grandient_orange_yellow:focus,
.grandient_orange_yellow:active{
	background: #ec9838; /* Old browsers */
	background: -moz-linear-gradient(left, #ec9838 0%, #f9bc2e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ec9838 0%,#f9bc2e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ec9838 0%,#f9bc2e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec9838', endColorstr='#f9bc2e',GradientType=1 ); /* IE6-9 */
	color:#fff;
}

.btn i.fa-arrow-right{
    margin-right: -10px;
    margin-left: 5px;
    font-size: 12px;
}

a i.fa-chevron-left{
    margin-right: 5px;
    font-size: 12px;
}

a.back_to_list{
	display: inline-block;
	margin-bottom: 20px;
	color: #4cacd4;
}

/*---------------------------------------------- Header -----------------------------------------------*/

header{
	background-color: #fff;
	position: fixed;
	z-index: 2000;
	height: 60px;
	right: 0px;
	left: 0px;
    top: 0px;
}

div#menu_button{
	padding: 20px 10px 0 10px;
    cursor: pointer;
    display: none;
	height: 60px;
	margin: 0px;
	float: left;
}

div#menu_button:hover{opacity: 0.5;}

div#menu_button div {
    background-color: #888;
    margin: 0 0 4px 0;
    height: 2px;
	width: 20px;
}

a.logo_container{
	padding: 10px 0 12px 0;
    margin-left: 20px;
	margin-top: 9px;
	display: block;
	height: 42px;
	float: left;
}

a.logo_container_christmas{
	padding: 2px 0 15px 0;
    margin-left: 20px;
	margin-top: 9px;
	display: block;
	height: 44px;
	float: left;
}

a.logo_container img,
a.logo_container_christmas img{
	height: 100%;
	width: auto;
}

a.logo_container img.logo_small,
a.logo_container_christmas img.logo_small{display: none;}

div.header_menu,
div.mobile_header_menu{
	margin-right: 5px;
	float: right;
}

div.header_menu li,
div.mobile_header_menu li{
    padding: 15px 0;
	height: 60px;
	float: left;
}

div.header_menu li a,
div.mobile_header_menu li a{
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	font-family: 'Cabin', sans-serif;
	font-weight: normal;
	font-size: 14px;
    padding: 0 13px;
	display: block;
	color: #aaa;
}

div.header_menu li.language a,
div.mobile_header_menu li.language a{color:#333;}

div.header_menu li a:hover,
div.header_menu li.active a,
div.mobile_header_menu li a:hover,
div.mobile_header_menu li.active a{
    background-color: transparent;
	text-decoration: underline;
	cursor: pointer;
	color: #666;
}

div.header_menu li#hiring i,
div.mobile_header_menu li#hiring i{color: #ffa11a;}

div.header_menu li.contacts_item,
div.mobile_header_menu li.contacts_item{width: auto;}

div.header_menu li.contacts_item a,
div.mobile_header_menu li.contacts_item a{
    background-color: #cb007d;
	text-decoration: none;
	border-radius: 3px;
	text-align: center;
	line-height: 28px;
	padding: 0 15px;
	margin: 0 15px;
	height: 30px;
	color: #fff;
}

div.header_menu li.contacts_item a:hover,
div.header_menu li.contacts_item a:focus,
div.header_menu li.contacts_item a:active,
div.mobile_header_menu li.contacts_item a:hover,
div.mobile_header_menu li.contacts_item a:focus,
div.mobile_header_menu li.contacts_item a:active{
    background-color: #fe840c !important;
	color: #fff;
}

div.header_menu li.contacts_item#small,
div.mobile_header_menu li.contacts_item#small{display: none;}

div.header_menu li#language_en a,
div.mobile_header_menu li#language_en a{padding: 0 10px;}
div.header_menu li#language_it a,
div.mobile_header_menu li#language_it a{padding: 0 15px 0 10px;}

div.header_menu li.divider,
div.mobile_header_menu li.divider{color: #333;}

div.mobile_header_menu,
div.mobile_side_menu{display: none;}

div.mobile_side_menu{
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	background-color: #fff;
	position: fixed;
	bottom: 0px;
	right: 0px;
	left: 0px;
	top: 60px;
	z-index: 3
}

div.mobile_side_menu ul li a{
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	font-family: 'Cabin', sans-serif;
	display: inline-block;
	font-weight: normal;
	text-align: center;
	font-size: 14px;
    padding: 15px;
	color: #aaa;
	width: 100%;
}

div.mobile_side_menu ul li.active a,
div.mobile_side_menu ul li a:hover,
div.mobile_side_menu ul li a:focus,
div.mobile_side_menu ul li a:active{
	text-decoration: underline;
	color: #666;
}

/*---------------------------------------------- Pop up -----------------------------------------------*/

div.pop_up_container{
	padding: 20px !important;
	max-width: 600px;
	overflow: scroll;
	position: fixed;
	z-index: 10000;
	right: -820px;
	bottom: 20px;
}

span.close_pop_up{
	text-align: center;
	position: absolute;
	padding-top: 5px;
	font-size: 20px;
	cursor: pointer;
	display: block;
	height: 40px;
	width: 40px;
	color: #aaa;
	right: 5px;
	top: 5px;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

span.close_pop_up:hover{color: #333;}

div.pop_up_container div.header{
	display: flex;
	flex-direction: row;
}

div.pop_up_container div.header img{
	border: 1px solid #eee;
	width: 200px;
}

div.pop_up_container div.header div.text{
	margin-top: 10px;
	display: flex;
	flex-direction: column;
}

div.pop_up_container div.header div.text > *{
	text-align: left;
	margin-left: 30px;
}

div.pop_up_container div.header div.text h3{
	margin-bottom: 10px;
	color: #cb007d;
}

div.pop_up_container input{
	padding: 10px !important;
}

/*---------------------------------------------- Index -----------------------------------------------*/

section.companyPresentation{
	position: relative;
	padding: 0px;
}

section.companyPresentation div.home_content{
	position: absolute;
	max-width: 80%;
	margin: 0 auto;
	z-index: 1;
	left: 10%;
	top: 23%;
}

div.home_content span.ml11{
	font-family: "Roboto Condensed", sans-serif;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 7vw;
	color: #fff;
}

/* changing text -> moving letters */
.ml11 .text-wrapper {
	padding-bottom: 0.15em;
	padding-right: 0.05em;
	display: inline-block;
	padding-top: 0.1em;
	position: relative;
}

.ml11 .line {
	transform-origin: 0 50%;
	background-color: #fff;
	position: absolute;
	height: 100%;
	opacity: 0;
	width: 3px;
	left: 0;
}

.ml11 .line1 {
	left: 0;
	top: 0;
}

.ml11 .letter {
	display: inline-block;
	line-height: 1em;
}

div.home_content p{
	margin-bottom: 40px;
	padding-right: 10%;
	line-height: 75px;
	font-size: 60px;
	color: #fff;
}

div.home_content a.btn{
	line-height: 50px;
	font-size: 18px;
	height: 50px;
	width: 250px;
}

section.companyPresentation img{position: relative;}

/* solutions */
div.solutions_container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.green_shade{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bcdb38+0,7bbc60+70,7bbc60+70,ffffff+70,ffffff+100 */
    background: #bcdb38; /* Old browsers */
    background: -moz-linear-gradient(top, #bcdb38 0%, #7bbc60 80%, #7bbc60 80%, #ffffff 80%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #bcdb38 0%,#7bbc60 80%,#7bbc60 80%,#ffffff 80%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #bcdb38 0%,#7bbc60 80%,#7bbc60 80%,#ffffff 80%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcdb38', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

a.rounded_box,
div.rounded_box{
    -webkit-box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	padding: 10px 40px 25px 40px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 30px;
}

a.rounded_box{display: block;}

a.rounded_box p,
div.rounded_box p{text-align: center;}

div.solutions_container a.rounded_box{
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	font-weight: normal;
	width: 30%;
}

a.rounded_box:hover,
a.rounded_box:focus,
a.rounded_box:active{
	-webkit-box-shadow: 0px 3px 3px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 3px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 3px 3px rgba(0,0,0,0.2);
	background-color: #f5f5f5 !important;
	text-decoration: none;
}

/* clients */
section.clients{padding: 10px 0 50px 0;}

/* datumo */
/* section.datumo{padding: 20px 0 40px 0;} */
section.datumo div.container{max-width: 1000px;}
section.datumo h2{margin-bottom: 10px;}
section.datumo div.image_container{width: 115%;}

/* ricerca e sviluppo */
/* section.rd{margin-top: -75px;} only if datumo container over */

.blue_shade{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2f3959+0,357895+100 */
    background: #2f3959; /* Old browsers */
    background: -moz-linear-gradient(top, #2f3959 0%, #357895 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2f3959 0%,#357895 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2f3959 0%,#357895 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f3959', endColorstr='#357895',GradientType=0 ); /* IE6-9 */
}

/* news */
section.news{padding: 40px 0 20px 0;}
section.news h2{margin-bottom: 10px;}

div.event{
	display: flex !important;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

div.event div.image_part{
	margin-left: 4%;
	width:20%;
}

div.event div.text_part{
	margin-right: 4%;
	width:70%;
}

span.colored_bold_title{
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	font-size: 20px;
    color: #666;
}

span.event_meet{
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	text-align: right;
	font-size: 25px;
	display: block;
}

/* blog */
section.blog{margin-top: -75px;}

.orange_shade{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f97042+0,ed3a50+79,ffffff+79,ffffff+79,ffffff+100 */
    background: #f97042; /* Old browsers */
    background: -moz-linear-gradient(top, #f97042 0%, #ed3a50 79%, #ffffff 79%, #ffffff 79%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f97042 0%,#ed3a50 79%,#ffffff 79%,#ffffff 79%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f97042 0%,#ed3a50 79%,#ffffff 79%,#ffffff 79%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f97042', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

section.blog div.rounded_box{padding: 25px;}
section.blog div.rounded_box div.blog_container{width: 100%;}

div.articleContainer a.articleTitle{
	font-family: "Roboto Condensed", sans-serif;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	line-height: 22px;
	font-weight: 400;
	font-size: 20px;
	display: block;
	margin: 15px 0;
    color: #666;
}

div.articleContainer a.discoverMore{
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	font-weight: 500;
	font-size: 15px;
	color: #ed3b50;
}

/* newsletter */
section.newsletter{padding: 30px 0;}

/*---------------------------------------------- footer -----------------------------------------------*/

footer div.mountain{
	background-image: url('../images/mountains.png');
	background-repeat: no-repeat;
	background-position: 80%;
	height: 70px;
	width: 100%;
}

/* footer div.middle{
	background: #336666;
	background: -moz-linear-gradient(top, #336666 0%, #00CC99 100%);
	background: -webkit-linear-gradient(top, #336666 0%,#00CC99 100%);
	background: linear-gradient(to bottom, #336666 0%,#00CC99 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336666', endColorstr='#00CC99',GradientType=0 );
	padding: 40px 40px 30px 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer div.middle div.footer_content_box{width: 20%;}
footer div.middle div#footer_box1{width: 25%;}
footer div.middle div#footer_box2{width: 15%;}

footer div.middle div#footer_box2{border-right:1px solid rgba(255,255,255,0.2);} */

footer div.middle span.fourth_style{
	font-family: 'Cabin', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
}

footer div.middle a,
footer div.middle span{
	font-family: "Roboto Condensed", sans-serif;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: normal;
	color: #fff;
}

footer div.middle a:hover{text-decoration: underline;}
footer div.middle a.social_icons:hover i{color:rgba(255,255,255,0.5);}

footer div.bottom{padding: 15px;}

footer div.bottom p{
	font-family: "Roboto Condensed", sans-serif;
	text-align: center;
	font-size: 13px;
	color: #aaa;
	margin: 0;
}

footer div.bottom p span{
	display: inline-block;
	margin: 0 5px;
}

footer div.bottom p a{
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	text-decoration: underline;
	display: inline-block;
	font-weight: 700;
	margin: 0 5px;
	color: #aaa;
}

footer div.bottom p a:hover{color: #666;}

.external_link{
	text-decoration: underline !important;
	margin-bottom: 0px !important;
}

.external_link:hover{color:#4cacd4;}

/*---------------------------------------------- solutions page + subpages -----------------------------------------------*/

/* div.datumo_solution_container{
	margin: 60px auto 0 auto;
	max-width: 700px;
} */

div.quote_container p.quote_symbol{
	font-family: 'Catamaran', sans-serif;
	font-size: 100px;
	line-height: 0px;
}

div.quote_container span.person{
	display: inline-block;
	font-style: italic;
	margin-top: 10px;
	color: #444;
}

div.analytics_dashboards_fasi{
	max-width: 350px;
	margin: 0 auto;
}

div.business_intelligence_fasi{
	max-width: 250px;
	margin: 0 auto;
}

.fasi_title{
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	display: block;
	color: #333;
}

div.solutions_container.solution_page_container a.rounded_box{
	justify-content: space-around;
	width: 45%;
}

div.solutions_container.solution_page_container a.rounded_box div.image_container{
	margin: 10px auto 0 auto;
	width: 60%;
}

div.vertical_aligner_container{
	display: flex;
	align-items: center;
	justify-content: center;
}

div.chatbot_capacita_container{margin-bottom: 50px;}

div.vantaggiBoxes_container,
div.sectorBoxes_container,
div.infoBoxes_container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

div.vantaggi_container{
	padding: 0 15px;
	width: 25%;
}

div.sector_container,
div.info_container{
	padding: 0 25px;
	width: 33%;
}

div.vantaggi_container img,
div.sector_container img{
	margin: 20px auto;
	display: block;
	width: 60px;
}

div.sector_container ul{text-align: center;}

div.piattaforme_container{
	/* margin: 0 auto 50px auto;
	align-items: center;
	max-width: 1000px;
	display: flex; */
}

div.piattaforme_container div.image_container{
	margin: 0 auto 0 auto;
	max-width: 60px;
	width: 100%;
}

div.city_slider div.city_logo img{
	margin: 0 auto;
	width: 150px;
}

div.info_container i{
	margin: 10px 0 15px 0;
	text-align: center;
	font-size: 30px;
	display: block;
	color: #ddd;
}

div.info_container a{
	display: block;
	margin: 15px 0;
	text-align: center;
}

/* datumo */
div.dictionary_container{
	max-width: 650px;
	margin: 0 auto;
}

div.dictionary_container p{
	font-weight: bold;
	font-size: 18px;
	margin: 0px;
	color: #666;
}

div.dictionary_container ol{
	list-style: decimal;
	margin-left: 45px;
}

div.dictionary_container ol li{padding-left: 10px;}

p span.datumo_span{
	font-weight: bold;
	color: #302da2;
}

div.contentDatumo_container{
	display: flex;
	flex-direction: column;
}

div.contentDatumo_container > div{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
}

div.contentDatumo_container div div.textDatumo_box{
	display: flex;
	flex-direction: column;
}

div.contentDatumo_container div.imageDatumo_box{width: 40%;}
div.contentDatumo_container div.textDatumo_box{width: 60%;}

div.contentDatumo_container a{margin: 0 auto;}

.iframe_container {
	/* Calculated from the aspect ration of the content (in case of 16:9 it is 9/16= 0.5625) */
	padding-top: 56.25%;
	position: relative;
  	overflow: hidden;
}

.iframe_container iframe.datumo_video {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	left: 0;
	top: 0;
}

/*---------------------------------------------- academy -----------------------------------------------*/

div.line_divider{border-right:1px solid #eee;}

section.academy ul{
	list-style-type: circle;
	margin: 20px 30px;
}

section.academy ul li {padding: 0 0 5px 5px;}

div.checkboxes_container{
	border:1px solid #ddd;
	margin-bottom: 10px;
	border-radius: 5px;
}

div.checkboxes_container div.title{
	cursor: pointer;
	padding: 15px;
}

div.checkboxes_container div.title span{
	font-family: "Roboto Condensed", sans-serif;
	display: inline-block;
	padding-right: 5px;
	font-weight: 400;
	font-size: 16px;
	color: #e377b9;
}

div.checkboxes_container div.title i{
	font-size: 11px;
	color: #e377b9;
}

div.checkboxes_container div.elements{padding: 0 15px 5px 15px;}

div.checkboxes_container div.elements div.checkbox_container{
	padding-bottom: 10px;
	font-size: 14px;
}

div.academy_feedback div.image_container{
	margin: 0 auto;
	width: 70%;
}

/*---------------------------------------------- r&d -----------------------------------------------*/

section.filter_project_container{padding-top: 0px;}

.filters_container{position: relative;}

.filters_container span.filter_title span{
	display: none;
	float: right;
}

.filters_container div.disabler{
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	display: none;
	bottom: 0px;
	right: 0px;
	left: 0px;
	top: 0px;
}

.filters {
	padding: 0 10px 0 0;
	text-align: right;
	overflow: hidden;
}

.filters p{
	margin: 10px 0 5px 0;
	text-align: right;
	font-size: 15px;
	color: #444;
}

.filters ul li{margin-bottom: 10px;}

.filters a {
	font-family: 'Cabin', sans-serif;
	border: 1px solid #acacac;
	text-overflow: ellipsis;
	text-decoration: none;
	display: inline-block;
	font-weight: lighter;
	white-space: nowrap;
	border-radius: 50px;
	padding: 0px 15px;
	font-size: 15px;
	color: #999;
}

.filters a:hover,
.filters a.current {
	border: 1px solid #1e1e1e !important;
	background: #1e1e1e !important;
	color: #fff;
}

section.filter_project_container.disable .filters a:hover{
	border: 1px solid #acacac !important;
	background: #fff !important;
	color: #999;
}

.dx_container{position: relative;}
.logosContainer{background-color: #fff;}

.logosContainer div.objects{
	visibility: hidden;
	cursor: pointer;
	height: 200px;
	display: flex;
	justify-content: center;
  	align-items: center;
}

.logosContainer div.objects.grey_color{background-color: #f8f8f8;}
.logosContainer div.objects:hover{opacity: 0.5;}
.logosContainer div.objects img{width: 70%;}

/* project details */
div.projects_details{
	background-color: #f8f8f8;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	padding: 20px 0px;
	display: none;
	z-index: 1;
}

div.projects_details div.content{
	padding: 20px 0px;
	width: 80%;
}

div.projects_details div.content .image_container{
	margin: 0 auto 20px auto;
	width: 30%;
}

div.projects_details span.close{
	padding: 15px 0 0 0;
	position: absolute;
	text-align: center;
	cursor: pointer;
	height: 50px;
	width: 50px;
	right: 10px;
	opacity: 1;
	top: 10px;
}

div.projects_details span.close i{
	font-size: 20px;
	color: #aaa;
}

div.projects_details span.close:hover i{color: red;}

div.projects_details p{text-align:center}
div.projects_details p a{color:#4cacd4}

div.projects_details p span.disclaimer{
	line-height:25px;
	font-size:12px
}

div.projects_details p.tag_container span{
	border: 1px solid #acacac;
	text-decoration: none;
	display: inline-block;
	margin: 0 5px 10px 0;
	border-radius: 50px;
	padding: 0px 15px;
	font-size: 15px;
	color: #999;
}

div.projects_details a.btn{margin-top: 30px;}

div.projects_details div.arrow_sx,
div.projects_details div.arrow_dx{
	padding: 65px 0 0 0;
	text-align: center;
	cursor: pointer;
	height: 150px;
	width: 10%;
}

div.projects_details div.arrow_sx i,
div.projects_details div.arrow_dx i{
	font-size: 17px;
	color: #aaa;
}

div.projects_details div.arrow_sx:hover i,
div.projects_details div.arrow_dx:hover i{color: #333;}

section.filter_project_container.disable div.logosContainer{display: none;}

/* partners */
div.partners_logos_container{
	margin: 50px auto 0 auto;
	max-width: 800px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

div.partners_logos_container a.logo_p_container{
	margin: 0 30px 30px 30px;
	width: 15%;
}

/*---------------------------------------------- about -----------------------------------------------*/

div.container_no_borders{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0px;
	margin: auto;
}

div.person_container{
	background-color: #ddd;
	position: relative;
	width: 16.66%;
}

div.person_container div.person_info{
	display: none;
	flex-direction: column;
	background-color: #333;
	position: absolute;
	padding: 40px;
	height: 100%;
	width: 100%;
	bottom: 0px;
	right: 0px;
	left: 0px;
	top:0px;
}

div.person_container:hover div.person_info{display: flex;}

div.person_container div.person_info a.linkedin{
	text-align: center;
	position: absolute;
	padding-top: 2px;
	font-size: 20px;
	height: 40px;
	width: 40px;
	right: 20px;
	top: 38px;
}

div.person_container div.person_info span{display: inline-block;}

div.person_container div.person_info span.name{
	font-family: "Roboto Condensed", sans-serif;
	font-weight: bold;
	font-size: 21px;
	color: #fff;
}

div.person_container div.person_info span.role{
	font-family: "Roboto Condensed", sans-serif;
	font-size: 15px;
	margin: 10px 0;
	color: #aaa;
}

div.person_container div.person_info p{
	line-height: 24px;
	color: #fff;
}

div.person_container.new_position{
	background-color: #f6f6f6;
	display: flex;
	align-items: center;
	justify-content: center;
}

div.person_container.new_position div.content{padding: 40px;}
div.person_container.new_position div.content p{color:#777;}

div.gallery_img_container{width: 10%;}

/*---------------------------------------------- careers -----------------------------------------------*/

div.no_position_container div.image_container,
div.no_resource_container div.image_container{
	margin: 0 auto;
	width: 200px;
}

div.career_container {padding: 25px;}
div.career_container p{text-align: left;}

section.career h3{text-align: left;}

section.career span{
	font-size: 15px;
	color: #aaa;
}

section.career ul{
	list-style-type:circle!important;
	margin-left:15px!important
}

section.career ul li{padding:0 0 5px 5px}

/*---------------------------------------------- academy -----------------------------------------------*/

section.course ul{
	list-style-type: circle;
	margin-left: 15px;
}

section.course ul li{padding-left: 10px;}

div.course_tags_container span{
	border: 1px solid #acacac;
	text-decoration: none;
	display: inline-block;
	margin: 0 5px 10px 0;
	border-radius: 50px;
	padding: 5px 15px;
	font-size: 15px;
	color: #999;
}

div.column_form_container{padding-left: 30px;}

/*---------------------------------------------- resources -----------------------------------------------*/

section.resource h1,
section.courses h1,
section.course h1{
	margin: 0 auto 50px auto;
	max-width: 800px;
}

section.resource h1 span,
section.courses h1 span,
section.course h1 span{
	line-height: 35px;
	font-size: 30px;
	margin-top: 20px;
	display: block;
}

div.resources_container,
div.courses_container{
	display: flex;
	flex-flow: row wrap;
}

div.resources_container > div.resource_container,
div.courses_container > div.course_container{
	margin-bottom: 30px;
	margin-top: 0px;
	padding: 25px;
	width: 48%;
}

div.resources_container > div.resource_container:nth-child(odd),
div.courses_container > div.course_container:nth-child(odd){margin-right: 2%;}

div.resources_container > div.resource_container:nth-child(even),
div.courses_container > div.course_container:nth-child(even){margin-right: 0;}

div.resources_container > div.resource_container h2,
div.courses_container > div.course_container h2{line-height: 28px;}

div.resources_container > div.resource_container p,
div.courses_container > div.course_container p{
	margin-bottom: 25px;
	text-align: left;
}

div.resources_logo_container{
	display: flex;
	flex-flow: row wrap;
}

div.resources_logo_container div.resources_logo,
div.resources_logo_container a.resources_logo{
	margin-right: 3%;
	display: block;
	width: 15%;
}

div.resources_logo_container div.resources_logo img,
div.resources_logo_container a.resources_logo img{
	display: block;
	width: 100%;
}

div.resources_tags_container{margin-top: 50px;}

div.resources_tags_container span{
	border: 1px solid #acacac;
	text-decoration: none;
	display: inline-block;
	margin: 0 5px 10px 0;
	border-radius: 50px;
	padding: 5px 15px;
	font-size: 15px;
	color: #999;
}

div.mailchimp_api_form_container{
	padding-left: 30px;
	width: 100%;
}

div.mailchimp_api_form_container div#note p{margin: 0px 0 20px 0;}

div.submit_feedback{display: none;}

/*---------------------------------------------- form -----------------------------------------------*/

form input[type=text],
form input[type=email],
form textarea{
	font-family: "Roboto Condensed", sans-serif;
	border: none;
	border-bottom: 2px dotted rgba(0,0,0,0.2);
	background-color: transparent;
	margin: 0 0 20px 0;
	border-radius: 0px;
	font-weight: 400;
	box-shadow: none;
	font-size: 16px;
	display: block;
	width: 100%;
	color: #cb007d;
}

form input[type=checkbox]{cursor: pointer;}

form textarea{
	margin-bottom: 30px;
	text-align: center;
	resize: vertical;
}

form textarea.textarea2{
	min-height: 150px;
	text-align: left;
}

form button.btn{
    background-color: #cb007d;
	border-radius: 3px;
	text-align: center;
	line-height: 28px;
	padding: 0 15px;
	height: 30px;
	float: right;
	color: #fff;
}

form button.btn:hover,
form button.btn:focus,
form button.btn:active{
    background-color: #fe840c !important;
	color: #fff;
}

form.classic_style input[type=text],
form.classic_style input[type=email],
form.classic_style textarea{
	font-family: "Roboto Condensed", sans-serif;
	background-color: transparent;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 0 0 20px 0;
	font-weight: 400;
	box-shadow: none;
	font-size: 16px;
	display: block;
	color: #cb007d;
	padding: 15px;
	width: 100%;
}

form.classic_style textarea.textarea2{
	min-height: 150px;
	text-align: left;
}

div#note p{
	margin: 30px 0 10px 0;
	font-size: 14px;
}

div#note p.notification_error{color: #e6183f;}
div#note p.notification_sending{color: #888;}
div#note p.notification_ok{color: #238575;}

/* contacts + newsletterFeedback + newsletter subscribe + MailChimp */
form#ajax-contact-form,
form#ajax-newsletterFeedback-form,
div#mc_embed_signup{
	max-width: 700px;
	margin: 0 auto;
}

form#ajax-contact-form p{
	text-align: center;
	font-size: 16px;
}

form#ajax-contact-form div.checkboxes{margin: 20px 0;}
form#ajax-mailchimp-form div.checkboxes{margin: 0 0 20px 0;}

form label.checkbox_labels{
	font-weight: lighter;
	line-height: 21px;
	display: inline;
	cursor: pointer;
	color: #999;
}

form label.checkbox_labels a{
	font-weight: bold;
	color: #cb007d;
}

form label.checkbox_labels a:hover{color: #fe840c;}

form#ajax-newsletterFeedback-form .select_style{
	border: 2px dotted rgba(0,0,0,0.2);
	margin-bottom: 20px;
	border-radius: 3px;
	box-shadow: none;
	font-weight: 400;
	font-size: 15px;
	color: #cb007d;
	padding: 10px;
	width: 100%;
}

div#mc_embed_signup input.button{width: 100%;}

div.mailchimp_api_home_form_container{
	max-width: 900px;
	margin: 0 auto;
}

/*---------------------------------------------- privacy policy & cookies -----------------------------------------------*/

section.markdown_section h2{
	font-family: "Roboto Condensed", sans-serif;
	margin-top: 30px !important;
	font-size: 18px !important;
	color: #333 !important;
	margin-bottom: 15px;
	font-weight: 500;
}

section.markdown_section h3{
	font-family: "Roboto Condensed", sans-serif;
	margin: 20px 0 10px 0 !important;
	color: #333 !important;
	font-weight: 500;
	font-size: 15px;
}

section.markdown_section ul{
	margin: 0 0 0 25px !important;
	list-style-type: circle;
}

section.markdown_section ul li {padding: 0 0 0 5px;}
section.markdown_section ul li p{margin-bottom: 0px;}
section.privacy_section p{line-height: 22px;}

section.markdown_section th,
section.markdown_section td{border:1px solid #eee;}

section.markdown_section th h3{margin: 0px !important;}

section.markdown_section table th,
section.markdown_section table td{padding:10px;}

section.markdown_section table td:first-of-type{min-width: 150px;}

/*---------------------------------------------- cookies -----------------------------------------------*/

div.custom_banner_cookies{
	box-shadow: 5px 5px 20px 5px rgba(0,0,0,.2);
	justify-content: space-between;
	background-color: #fff;
	flex-direction: row;
	align-items: center;
	border-radius: 3px;
	padding: 10px 15px;
	position: fixed;
	bottom: 15px;
	z-index: 2;
	right: 15%;
	left: 15%;
}

div.custom_banner_cookies p{
	margin: 0 20px 0 0;
	line-height: 22px;
	text-align: left;
	max-width: 100%;
	font-size: 14px;
}

div.custom_banner_cookies span{cursor: pointer;}
