@import url('https://fonts.googleapis.com/css?family=Arimo:400,700');
@font-face {
  font-family: 'nasalizationregular';
  src: url('../fonts/nasalization/nasalization-rg-webfont.woff2') format('woff2'), url('../fonts/nasalization/nasalization-rg-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}
body {
  background-image: url(../img/bg.jpg);
  color: #003b4b;
  font-family: 'Arimo', sans-serif;
  overflow-x: hidden
}
h1, h2, h3, h4, h5 {
  font-family: 'nasalizationregular';
  font-weight: normal;
}
input[type="radio"] {
  -webkit-appearance: radio !important;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
}
input:not([type="radio"]) {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
a {
  color: #003b4b
}
p a:hover {
  border-bottom: 1px dotted #003b4b;
  color: #003b4b
}
.pricing-plans {
  padding: 6em 0em;
  background: #eee;
  padding-top: 0px;
  overflow: hidden;
}
.slider .wrap {
  width: 100%;
  position: relative;
  margin-top: 105px;
}
.wrap .box {
  height: 600px;
  overflow: hidden;
  width: 50%;
  position: relative;
  float: left;
}
.box p {
  font-size: 18px;
  text-align: center;
  color: #666;
  line-height: 30px;
}
.box ul {
  margin: 0px 0px
}
.box ul li {
  text-align: center;
  padding: 10px;
  font-size: 30px;
  color: #033d4b;
  font-family: 'nasalizationregular';
}
.box ul.tech li {
  padding: 5px;
  font-size: 27px;
  width: 49%;
  display: inline-block;
}
.pricing-plans .heading_h h3 {
  color: #485460;
  margin-bottom: 1em;
  margin-top: 60px;
}
.wrap .box img {
  width: 100%;
  top: -160px;
  position: relative;
}
.grigio .wrap .box:nth-child(1) {
  float: right
}
.grigio .wrap .box ul {
  margin: 0px
}
.wrap .box:nth-child(2) {
  padding: 2%;
}
.bianco {
  background-color: #fff
}
.contact ul li br {
  display: none
}
.grigio {
  background-color: #eeeeee
}
.bianco, .grigio {
  width: 100%;
  display: inline-block
}
.contact p {
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
  margin: 20px 0px 0px 0px;
  font-size: 17px;
}
.contact ul {
  display: block;
  text-align: left
}
.contact ul li {
    background-size: auto 24px;
    display: inline-block;
    text-align: left;
    padding-left: 48px;
    color: white;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    font-size: 20px;
    margin: 10px 0px 10px 10px;
    min-height: 20px;
    vertical-align: middle;
    width: 100%;
}
.contact ul.menu_footer  {
margin-bottom:20px;
}
.contact ul.menu_footer li {
    background-size: auto 19px;
    display: inline-block;
    text-align: left;
    padding-left: 0px;
    color: white;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    font-size: 18px;
    margin: 10px 0px 10px 10px;
    min-height: 20px;
    vertical-align: middle;
	width: auto;
}


.contact ul li a {
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
  color: white;
}
.contact ul li a:hover {
  border-bottom: 1px solid #ccc;
}
.contact ul li.place {
  background-image: url(../img/icone/point.png);
}
.contact ul li.tel {
  background-image: url(../img/icone/tel.png);
}
.contact ul li.email {
  background-image: url(../img/icone/email.png);
}
.contact ul li.web {
  background-image: url(../img/icone/cursor.png);
}
.btn {
  white-space: normal;
}
.paragrafo .btn {
  background: #003b4b;
  color: white;
  font-weight: 300;
  text-shadow: none;
  padding: 4px 25px;
  margin-top: 50px;
  display: inline-block;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.paragrafo .btn:hover {
  background: #f4a609
}
.middle-grids {
  /*	width: 95%;*/
}
#box_popup_che_deve_comparire {
  position: absolute;
  top: 5% !important;
  left: 10% !important;
  width: 80% !important;
  max-width: 80% !important;
  margin-left: 0px !important;
  margin-top: 0px !important;
}
#box_popup_che_deve_comparire .img {
  width: 100% !important;
}
.paragrafo {
  padding-left: 2em !important;
  padding-right: 2em !important;
}
.middle-grids ul {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}
.middle-grids ul li {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  padding: 0px 30px;
  vertical-align: top;
}
.btn_demo {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
  background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color: #ededed;
  -webkit-border-top-left-radius: 2em;
  -moz-border-radius-topleft: 2em;
  border-top-left-radius: 2em;
  -webkit-border-top-right-radius: 2em;
  -moz-border-radius-topright: 2em;
  border-top-right-radius: 2em;
  -webkit-border-bottom-right-radius: 2em;
  -moz-border-radius-bottomright: 2em;
  border-bottom-right-radius: 2em;
  -webkit-border-bottom-left-radius: 2em;
  -moz-border-radius-bottomleft: 2em;
  border-bottom-left-radius: 2em;
  text-indent: 0;
  border: 1px solid #dcdcdc;
  display: inline-block;
  color: #777777;
  font-size: 1.5em;
  font-weight: bold;
  font-style: normal;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #ffffff;
  font-family: "open sans";
  text-transform: uppercase;
  padding-left: 5em;
  padding-right: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.btn_demo:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
  background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  background-color: #dfdfdf;
  color: black;
}
.btn_demo:active {
  position: relative;
  top: 1px;
}
.btn_demo img {
  width: 4%;
  position: absolute;
  margin-left: -4em;
  margin-top: -0.6em;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* start editing from here */
a {
  text-decoration: none;
}
.txt-rt {
  text-align: right;
} /* text align right */
.txt-lt {
  text-align: left;
} /* text align left */
.txt-center {
  text-align: center;
} /* text align center */
.float-rt {
  float: right;
} /* float right */
.float-lt {
  float: left;
} /* float left */
.clear {
  clear: both;
} /* clear float */
.pos-relative {
  position: relative;
} /* Position Relative */
.pos-absolute {
  position: absolute;
} /* Position Absolute */
.vertical-base {
  vertical-align: baseline;
} /* vertical align baseline */
.vertical-top {
  vertical-align: top;
} /* vertical align top */
.underline {
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  margin: 0 0 20px 0;
} /* Add 5px bottom padding and a underline */
nav.vertical ul li {
  display: block;
} /* vertical menu */
nav.horizontal ul li {
  display: inline-block;
} /* horizontal menu */
img {
  max-width: 100%;
}
/*end reset*/
.wrap {
  margin: 0 auto;
  font-family: 'Arimo', sans-serif;
}
table .pricing-grid {
  width: 100%;
}
.pop_up table tr td {
  vertical-align: top !important;
}
.pop_up .price-value a, .pop_up .price-value {
  font-size: 1em;
}
.pop_up .pricing-grid ul li a, .pop_up .pricing-grid ul li {
  height: auto;
  font-size: 0.8em !important;
}
.pricing-grid h3 a, .pricing-grid h3 {
  font-size: 1.4em !important;
}
/*****/
.about h4, .about p, .about a {
  color: white;
}
/* start header */ ::selection {
  background: #f5a723;
  color: #fff;
}
::-moz-selection {
  background: #f5a723;
  color: #fff;
}
::-webkit-selection {
  background: #f5a723;
  color: #fff;
}
br {
  display: block;
  line-height: 2.2em;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
img {
  border: 0;
  max-width: 100%;
}
#w {
  max-width: 80%;
  margin: 0 auto;
}
#pagebody {
  padding: 15px 25px;
}
.header_bg {
  z-index: 99;
  position: absolute;
}
/* navigation bar */
#menu {
  list-style: none;
}
#menu li {
  display: block;
  float: left;
  margin-right: 4px;
  font-family: 'Arimo', sans-serif;
}
/*#menu li a {
	font-size: 16px;
	padding: 10px 20px;
	display: block;
	transition: 0.5s all;
	-webkit-transition: 0.51s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	border-bottom: none;
	font-weight: normal;
	color: #ffffff;
	font-family: 'Arimo', sans-serif;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-shadow: 0 1px 0 black;
}*/
#menu li a:hover {
  color: #003b4b;
  background: #fff;
  text-shadow: 0 1px 0 white;
}
#menu li.active > a {
  border-bottom: 2px solid #003c4c;
  color: #003c4c;
  background: #f0f0f0;
}
/* menu block */
#btmnav {
  display: block;
  padding: 5px 0;
  border-top: 1px solid #cfcfcf;
  font-size: 1.1em;
  font-weight: normal;
}
#btmnav .credits {
  color: #999;
  line-height: 1.45em;
}
#btmnav nav {
  padding: 9px 0;
  padding-bottom: 15px;
}
#btmnav nav ul li {
  display: inline;
}
#btmnav nav ul li a {
  font-weight: bold;
}
/*---start-top-slider----*/
.slider {
  /*	background:#003c4c url(../../img/bg2.png) no-repeat;
	background-size: 100% 100%;*/
}
/*---end-top-slider----*/
/***************start-service************/
.service-grids {
  margin: 5em 0;
}
.middle-grids {
  /*	margin: 2em 0;*/
  margin-left: auto;
  margin-right: auto;
}
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}
.images_1_of_4 {
  display: block;
  float: left;
  margin-left: 2%;
  text-align: center;
  margin-bottom: 3%;
  margin-right: 2%;
}
/*.images_1_of_4:first-child { 
	margin-left: 0; 
} */
.images_1_of_4 {
  width: 221px;
  min-height: 330px;
}
.images_1_of_4 img {
  max-width: 100%;
  margin-bottom: 23px;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.images_1_of_4 h3 {
  color: #485360;
  font-size: 19px;
  font-family: 'Arimo', sans-serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-shadow: 1px white;
  text-shadow: 0 1px 0 white;
  line-height: 25px;
}
.images_1_of_4 h3, .images_1_of_4 p {
  padding: 10px 0px 30px 0px;
}
.images_1_of_4 p {
  font-size: 0.875em;
  color: #5A5E68;
  line-height: 1.8em;
  font-family: 'Arimo', sans-serif;
}
.images_1_of_4 .button a {
  padding: 7px 10px;
  font-size: 0.9em;
  font-family: 'Arimo', sans-serif;
  background: #003c4c;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.images_1_of_4 .button a:hover {
  background: #296E6F;
  text-decoration: none;
}
/***************end-servivice************/
/***************start-portfolio************/
.portfolio_main {
  background: #fff;
  clear: both;
  text-align: center;
  font-size: 20px;
}
.heading_h {
  text-align: center;
  padding: 2.4em 0em;
}
.heading_h h3 {
  font-size: 40px;
  color: #f5a723;
  text-shadow: 0 1px 0 white;
  line-height: 50px;
  font-family: 'nasalizationregular';
  margin-top: 30px;
}
.contact .heading_h h3 {
  color: #fff;
}
.paragrafo {
  font-size: 26px;
  color: #666;
  text-shadow: 0 1px 0 white;
  font-family: 'Arimo', sans-serif;
  line-height: 55px;
  padding: 4em 3em;
}
.paragrafo span.virgolette1 {
  font-size: 16em;
  position: absolute;
  z-index: 1;
  color: #f0f0f0;
  margin-top: 0.3em;
  font-family: 'Economica', Arial, sans-serif;
}
.paragrafo span.virgolette2 {
  font-size: 16em;
  position: absolute;
  color: #f0f0f0;
  margin-top: 0.2em;
  font-family: 'Economica', Arial, sans-serif;
  margin-left: -0.2em;
}
.paragrafo span.testo {
  z-index: 2;
  position: relative;
}
.paragrafo span.testo hr {
  width: 50%;
  display: block;
  clear: both;
  height: 1px;
  background: #eeeeee;
  margin: 30px auto;
}
h3.blu {
  color: white;
  text-shadow: none;
}
h3.blu.paragrafo {
  font-size: 1.5em;
  color: white;
  text-shadow: none;
  font-family: 'nasalizationregular';
}
#gallerylist {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
}
.gallerylist-wrapper {
  overflow: hidden;
  position: relative !important;
  cursor: pointer;
  width: 30%;
  margin-right: 3.333%;
  float: left;
}
.gallerylist img {
  max-width: 100%;
  position: relative;
  -webkit-filter: grayscale(100%);
  opacity: 5;
  transition: all 300ms !important;
  -webkit-transition: all 300ms !important;
  -moz-transition: all 300ms !important;
}
.gallerylist-wrapper img {
  width: 100%;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.gallerylist-wrapper span {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  text-align: center;
  color: #FFF;
  text-shadow: rgba(0, 0, 0, 0.89);
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  background: url(../img/spanh.png);
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  -webkit-appearance: none;
  text-transform: capitalize; /*	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;*/
}
.gallerylist-wrapper:hover span {
  opacity: 1;
}
.gallerylist-wrapper a span img {
  width: 106px;
  height: 106px;
  padding: 12% 0%;
}
#gallerylist1 {
  padding: 2em 0em;
}
.button_1 {
  text-align: center;
  margin-top: 1.3em;
  padding: 2em 0em;
}
.button_1 a {
  padding: 0.600em 1.8em;
  font-size: 1.5em;
  background: #003c4c;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Arimo', sans-serif;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.button_1 a:hover {
  background: #f5a723;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
/**********end-portfolio********/
/**********team************/
.team {
  text-align: center;
}
.images_1_of_4 h4 {
  color: #4E525D;
  font-size: 0.9em;
  font-weight: 600;
  padding-bottom: 1em;
}
span.rollover {
  -o-transition-duration: 1s;
  -moz-transition-duration: 1s;
  /*background: url(../img/puls.png) center center no-repeat rgb(0, 59, 75);
	cursor: pointer;*/
  height: 220px;
  width: 221px;
  position: absolute;
  z-index: 10;
  opacity: 0;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/*span.rollover:hover {
	opacity: 0.7;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}*/
/***********end_team*********/
/***********star-text-slider********/
article > div {
  text-align: center;
}
.wmuSlider {
  position: relative;
  overflow: hidden;
  min-height: 495px;
  text-align: center;
}
.wmuSlider .wmuSliderWrapper article {
  position: relative;
  text-align: center;
}
.wmuGallery .wmuGalleryImage {
  position: relative;
  text-align: center;
}
.wmuGallery .wmuGalleryImage img {
  max-width: 100%;
  width: auto;
  height: auto;
}
/* Default Skin */
.wmuGallery .wmuGalleryImage {
  margin-bottom: 10px;
}
.wmuSliderPrev {
  background-position: 19px 9px;
  left: 40px;
}
.wmuSliderPrev, .wmuSliderNext {
  position: absolute;
  width: 25px;
  height: 35px;
  text-indent: -9999px;
  background: url(../img/text_img.png) no-repeat;
  top: 47%;
  z-index: 2;
  cursor: pointer;
}
.wmuSliderPrev {
  background-position: -3px 3px;
  left: 143px;
}
.wmuSliderNext {
  background-position: -23px 3px;
  right: 149px;
}
article h4 {
  color: #585C67;
  font-size: 2.7em;
  text-align: center;
  padding: 3em 0 0 0;
  font-family: 'Arimo', sans-serif;
}
article > div > p {
  width: 64%;
  color: #585C67;
  font-size: 1.2em;
  text-align: center;
  padding: 2em 0 0 0;
  font-family: 'Arimo', sans-serif;
  margin: 0 auto;
}
article > div > span {
  text-align: center;
  padding: 1em 0 0 0;
  display: block;
}
article > div > span > a {
  color: #585C67;
  cursor: pointer;
  font-size: 1.2em;
}
article > div > span > a:hover {
  color: #C0B9CD;
}
/*************end-slider**********/
/************start-contact*********/
.contact {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

.contact .dx,.contact .sx {
  width: 50% !important;
  padding: 40px;
  float: left;
   position: relative;
}

.form {
  float: right;
  width: 49%;
  margin: 2em 0;
  display: block;
}
.para-contact {
  float: left;
  display: block;
  margin: 2em 0;
  width: 49%;
}
.para-contact h4 {
  color: #F2F2F2;
  font-size: 1.8em;
}
.para-contact p {
  font-size: 0.990em;
  color: white;
  line-height: 2em;
  font-family: 'Arimo', sans-serif;
  margin-top: 0.5em;
}
.contact-form {
  padding: 2em 0 1em;
}
.contact h2 {
  color: #F2F2F2;
  font-size: 2.5em;
  padding: 50px 0px 0px 0px;
  text-align: left;
}
.contact h3 {
  text-align: left;
  color: #f5a722;
  font-size: 26px;
  margin-bottom: 10px;
}
.get-intouch-left-address p, .get-intouch-left-address p a {
  color: #f0f0f0;
  font-size: 0.95em;
  line-height: 1.6em;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.image img {
  border-radius: 2px;
}
.get-intouch-left-address p a:hover {
  color: #fff;
}
.contact input[type="text"]:nth-child(2), .contact input[type="text"]:nth-child(4), .contact input[type="text"]:nth-child(6), .contact input[type="text"]:nth-child(8) {
  margin-right: 0em;
}
.tabellamodulo label {
  color: white;
  font-family: 'Arimo', sans-serif;
  font-size: 0.8em;
}
.contact form textarea {
  padding: 15px;
  display: block;
  width: 94%;
  background: #fff;
  border: none;
  outline: none;
  color: #999999;
  font-size: 1em;
  -webkit-appearance: none;
  margin-top: 1em;
}
.contact form textarea {
  resize: none;
  height: 100px;
}
#contact > div > div > div.con > form > div.con-button a:hover {
  text-decoration: none;
  background: #45BDBE;
}
#contact > div > div.contact-form > div > div.social-icons > p {
  font-size: 0.980em;
  color: #6B598C;
  font-family: 'Arimo', sans-serif;
  line-height: 2px;
  margin-top: 3em;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10%;
  right: 3%;
  overflow: hidden;
  width: 64px;
  height: 64px;
  border: none;
  text-indent: 100%;
  background: url(../img/top_move.png) no-repeat right top;
}
.banner {
  background: #003c4c url(../img/slider.png) no-repeat;
  background-size: 100% 100%;
}
.banner h2 {
  text-align: center;
  font-size: 2.5em;
  color: #fff;
  padding: 1em 0em;
  font-weight: 400;
}
.main {
  padding: 4em 0em 2em 0em;
  border-bottom: 1px solid #E9E9E9;
}
.wrapper_single {
  width: 72.2%;
  float: left;
}
.wrapper_top {
  margin-bottom: 3%;
}
.grid_1 {
  width: 8.5%;
  float: left;
}
.alpha {
  margin-right: 3.6%;
}
.span_2_of_single {
  width: 87.1%;
  float: right;
}
.date {
  background: #003c4c;
  font-size: 0.95em;
  line-height: 18px;
  font-weight: 500;
  padding: 1.3em 1em;
  color: #FFF;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.date span {
  display: inline-block;
  font-size: 2em;
  ;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 5px;
}
h5.blog_title {
  margin: 1em 0em;
}
h5.blog_title a {
  color: #485460;
  font-size: 1.6em;
  font-weight: 600;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
h5.blog_title a:hover {
  color: #44C0C2;
}
.span-1-of-1 {
  float: left;
  width: 37%;
}
.m_img {
  border-radius: 3px;
}
.span-1-of-2 p, .popularpost p, .link_1 p a, .desc p a {
  font-size: 0.85em;
  color: #414A5A;
  font-weight: 600;
  line-height: 1.8em;
  font-family: 'Arimo', sans-serif;
}
.span-1-of-2 p:nth-child(2) {
  margin-top: 2.1em;
}
.arrow_btn {
  display: block;
  background: url(../img/arrow_btn.png) no-repeat 88px 24.9px;
  padding: 16px 22px 9px 0px;
  color: #A88FD8;
  font-size: 16px;
}
.arrow_btn:hover {
  background: url(../img/arrow_btnh.png) no-repeat 88px 24.9px;
  text-decoration: none;
  color: #44C0C2;
}
.links {
  border: 1px solid #E9E9E9;
  border-right: none;
  border-left: none;
  padding: 0.7em 0em;
  margin: 2em 0em 2em 0em;
}
.links h3 {
  color: #757B85;
  margin-right: 4%;
  float: left;
  font-size: 0.96em;
}
.tags a {
  color: #757B85;
  margin-right: 0.6em;
}
.comments a {
  color: #9677D3;
  margin-left: 0.2em;
}
.links h3:nth-child(5) {
  margin-right: 0em;
}
.social_1 ul li:first-child, ol li:first-child {
  margin-top: 0px;
  margin-left: 0;
}
.social_1 li {
  background: none;
  margin-right: 1em;
  display: inline-block;
}
.social_1 li a span {
  height: 30px;
  width: 30px;
  display: block;
  background: url(../img/spriteimg.png);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
li.icon2_f > a > span {
  background-position: -35px 4px;
}
li.icon2_f > a > span:hover {
  opacity: 0.8;
}
li.icon1_t > a > span {
  background-position: 0px 0px;
}
li.icon1_t > a > span:hover {
  opacity: 0.8;
}
.span-1-of-2 {
  float: right;
  width: 60%;
}
.pages {
  padding: 2em 7em;
}
.pages ul li {
  margin: 1em 1em 0em 0em;
  padding: 0.6em 1.1em;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  float: left;
  display: block;
  cursor: pointer;
  background-color: #F6FAFB;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pages ul li a {
  color: #BEBEBE;
  font-size: 1.3em;
}
.pages ul li a span {
  background-image: url(img/spriteimg.png);
  width: 15px;
  height: 30px;
  display: block;
}
.pages li.preview a span {
  background-position: -68px -8px;
}
.pages li.next a span {
  background-position: -112px -8px;
}
.pages ul li a img {
  vertical-align: middle;
}
.pages ul li:hover {
  background-color: #485460;
}
.pages li:nth-child(1) {
  margin-right: 3.5em;
}
.pages li:nth-child(7), .pages li:nth-child(7):hover {
  background: none;
}
.pages li:nth-child(9) {
  margin-left: 3.5em;
}
.rsidebar {
  display: block;
  float: left;
  margin: 0 0 0 4.6%;
}
.span_1_of_3 {
  width: 23.2%;
}
.search_box form input[type="text"], .email_box form input[type="text"] {
  border: none;
  outline: none;
  background: none;
  font-size: 0.85em;
  color: #999;
  width: 87%;
  font-family: 'Arimo', sans-serif;
  -webkit-apperance: none;
  padding: 0.4em 0em;
}
.search_box form input[type="submit"] {
  border: none;
  cursor: pointer;
  background: url(../img/search.png) no-repeat 0px -5px;
  position: absolute;
  right: 10px;
  width: 31px;
  height: 33px;
  outline: none;
  margin: 0.4em 0em;
}
.rsidebar h4, .span_2_of_single h4 {
  color: #414A5A;
  font-size: 1.8em;
  padding: 0em 0em 0.8em 0em;
}
.social_2 {
  padding: 2.5em 0em;
}
.social_2 ul li:first-child, ol li:first-child {
  margin-top: 0px;
  margin-left: 0;
}
.social_2 li {
  background: none;
  margin-right: 1em;
  display: inline-block;
}
.social_2 li a span {
  height: 42px;
  width: 42px;
  display: block;
  background: url(../img/spriteimg.png);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
li.facebook a span {
  background-position: -8px -54px;
}
li.facebook a span:hover {
  opacity: 0.8;
}
li.twitter a span {
  background-position: -108px -54px;
}
li.twitter a span:hover {
  opacity: 0.8;
}
li.google a span {
  background-position: -59px -54px;
}
li.google a span:hover {
  opacity: 0.8;
}
.button input[type="submit"], .send_button input[type="submit"], .send_button input[type="button"] {
  cursor: pointer;
  color: #FFF;
  /*font-size: 0.99em;*/
  font-size: 150%;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 5px;
  background: #003c4c;
  padding: 20px 50px;
  border: none;
  font-family: 'Arimo', sans-serif;
  margin-top: 20px;
  -webkit-appearance: none;
}
.button input[type="submit"]:hover, .send_button input[type="button"]:hover {
  background: #f5a723;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.Categories {
  padding: 2.5em 0em;
}
ul.sidebar li {
  list-style-image: url(../img/icon_1.png);
  margin: 0 15px 0px;
  vertical-align: bottom;
}
.hover li a, ul.sidebar_1 li a, .tags ul li a {
  font-size: 0.85em;
  line-height: 1.8em;
  font-family: 'Arimo', sans-serif;
  color: #414A5A;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  padding: 0.6em 0em;
}
ul.sidebar_1 li a:hover {
  color: #003c4c;
}
.hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.hover li a:hover {
  color: #fff;
}
.hover:hover {
  background: #485460;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-left: 1em;
}
.popularpost p {
  padding: 1.5em 0em;
}
.link_1 p {
  font-size: 1.1em;
  float: left;
  padding: 14px 22px 9px 0px;
}
.link_1 .right {
  float: right;
}
.recentpost {
  padding: 2.5em 0em;
}
ul.sidebar_1 li {
  list-style-image: url(../img/icon_2.png);
  vertical-align: bottom;
}
.tags ul li {
  padding: 0.6em;
  float: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.tags ul li a {
  padding: 0.7em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #F6FAFB;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tags ul li a:hover {
  color: #fff;
  background: #003c4c;
}
.footer {
  text-align: center;
  padding-bottom: 2.5em;
}
.social_3 {
  padding: 2em 0em 0em 0em;
}
.copy {
  padding-top: 20px;
}
.copy p {
  color: #414A5A;
  font-size: 0.85em;
}
.copy p a {
  color: #003c4c;
}
.copy p a:hover {
  color: #414A5A;
}
.para p, .text a, .heading_1 {
  font-size: 0.85em;
  color: #485460;
  font-weight: 600;
  line-height: 1.8em;
  font-family: 'Arimo', sans-serif;
  margin-top: 2em;
}
.heading {
  color: #414A5A;
  font-size: 1.6em;
  font-weight: normal;
  margin: 1em 0em;
}
.images_1 {
  margin-top: 2em;
}
.para_1 {
  font-style: italic;
  font-size: 1.3em;
}
.text {
  text-align: right;
}
.heading_1 {
  font-size: 1.6em;
  text-align: center;
  background: #FFF;
  margin: 0 auto;
  position: relative;
  z-index: 999;
  margin-top: 100px;
  width: 350px;
}
.share_icons {
  border: 1px solid #EBEBEB;
  text-align: center;
  margin-top: -20px;
}
.share_icons img {
  padding: 3em 0em 2.6em 0em;
}
.grid_2_page {
  padding: 2em 0em;
}
.grid_2_page ul li {
  margin: 1em 1em 0em 0em;
  padding: 0.6em 1.1em;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  float: left;
  display: block;
}
.grid_2_page ul li a {
  color: #BEBEBE;
  font-size: 1.3em;
}
.grid_2_page ul li a span {
  background: url(../img/spriteimg.png);
  width: 15px;
  height: 30px;
  display: block;
}
.grid_2_page li.preview a span {
  background-position: -68px -8px;
}
.grid_2_page li.next a span {
  background-position: -112px -8px;
}
.grid_2_page ul li:nth-child(2) {
  margin-right: 43%;
}
.grid_2_page ul li:nth-child(1), .grid_2_page ul li:nth-child(4) {
  background-color: #F6FAFB;
}
.grid_2_page ul li:nth-child(1):hover, .grid_2_page ul li:nth-child(4):hover {
  background-color: #485460;
}
.c_grid {
  padding-bottom: 2em;
  border-bottom: 1px solid #EBEBEB;
}
.c_grid:nth-child(3) {
  padding: 1.4em 0em 2.5em 0em;
}
.c_grid_1 {
  padding: 2em 0em;
  margin-left: 10em;
}
.person_1 {
  float: left;
}
.person_1 a span {
  background: url(../img/spriteimg.png) -321px -8px;
  width: 93px;
  height: 93px;
  display: block;
}
.plus a span {
  background: url(../img/spriteimg.png) -187px -11px;
}
.desc {
  float: right;
  width: 80%;
  margin-top: 1em;
}
.desc p {
  float: left;
}
.desc p a {
  float: left;
  font-size: 1.1em;
  margin-right: 2em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.desc p a:hover {
  color: #AE96DB;
}
.desc h6 a {
  float: left;
  color: #AE96DB;
  font-size: 1em;
  margin-top: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.desc h6 a:hover {
  color: #414A5A;
}
.desc .para p {
  margin-top: 1em;
}
.comments-area {
  padding-top: 50px;
}
.comments-area h2 {
  color: #555;
  font-size: 1.5em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.comments-area p {
  margin: 0;
  width: 47.2%;
  float: left;
}
.text_area {
  margin-top: 2em;
}
.comments-area p:nth-child(2) {
  margin-left: 5%;
}
.comments-area span {
  color: #00AEFF;
  position: absolute;
  left: 4px;
  top: 30px;
}
.comments-area input[type="text"] {
  border: none;
  outline: none;
  background: none;
  font-size: 0.85em;
  color: #485460;
  width: 93%;
  font-family: 'Arimo', sans-serif;
  -webkit-apperance: none;
  padding: 0.8em 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 5px;
}
.comments-area input[type="text"]:focus, .comments-area textarea:focus {
  box-shadow: 0px 0px 8px 1px #A88FD8;
}
.comments-area textarea {
  border: none;
  outline: none;
  background: none;
  font-size: 0.85em;
  color: #485460;
  width: 96%;
  resize: none;
  font-family: 'Arimo', sans-serif;
  -webkit-apperance: none;
  padding: 0.4em 1em;
  height: 200px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 5px;
}
.send_button {
  float: right;
}
.send_button input[type="submit"], input[type="button"] {
  padding: 13px 68px;
}
.sky_form {
  float: left;
  margin: 2em 0em 0em 0em;
}
.sky_form label i {
  color: #485460;
  font-size: 0.8725em;
  margin: 0em 1em;
  vertical-align: middle;
}
.sky_form input[type="checkbox"] {
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.logo {
  position: relative;
  float: left;
  margin: 20px;
  width: 220px;
  height: 65px;
  background-image: url(../img/innotecnologiche_logo.png);
  background-repeat: no-repeat;
  background-size: auto 65px;
}
.logo {
  position: relative;
  float: left;
  margin: 20px;
  width: 220px;
  height: 65px;
  background-image: url(../img/innotecnologiche_logo.png);
  background-repeat: no-repeat;
  background-size: auto 65px;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}
.content {
  background: white;
  width: 100%;
  display: inline-block;
  position: relative;
  clear: both;
  margin-top: 105px
}
.content .container {
  padding: 40px;
}
.content p {
  line-height: 25px;
  margin-bottom: 10px;
  color: #003b4b;
  font-size: 16px;
}
.content p.back {
  margin-top: 50px;
}
.content p.back a {
  text-decoration: none;
  opacity: 0.7;
  font-size: 20px;
  font-family: 'nasalizationregular';
  text-transform: uppercase;
  border: none
}
.content p.back a:hover {
  border: none;
  opacity: 1
}
.content h1 {
  margin-bottom: 0px;
}
.content h2 {
  margin: 30px 0px 20px 0px;
  font-size: 23px;
  font-family: 'Arimo', sans-serif;
  font-weight: bold;
}
/*stile news*/
.newsart {
  padding: 20px;
  height: auto;
  border: 1px dotted #c4c4c4;
  overflow: auto;
  margin-bottom: 20px;
  width: 100%;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.newsart p a, .leggidipiu a, .content p a, .content li a {
  color: #003b4b;
  border-bottom: 1px dotted #003b4b;
}
.newsart p a:hover, .leggidipiu a:hover, .content p a:hover, .content li a:hover {
  color: #003b4b;
  border-bottom: 1px solid #003b4b;
}
.riepilogo_prodotto .leggidipiu a {
  font-size: 15px;
  margin-bottom: 20px
}
.newsart h3 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}
.newsart span {
  color: #003b4b;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px dotted #003b4b;
  padding-top: 5px;
  font-size: 15px;
}
.newsart h3 a {
  text-transform: inherit;
  text-decoration: none;
}
.newsart p, #print.articolo .newsart p, article .articolo_news p {
  padding: 0px;
  margin: 0px !important;
  line-height: 23px;
  text-align: justify;
  font-size: 15px;
}
.newsart_img {
  position: relative;
  float: left;
  width: 230px;
  height: 150px;
  display: table;
  margin-right: 20px;
}
.newsart_img div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.newsart_img img {
  max-height: 150px;
  max-width: 250px;
}
.articolo_news {
  height: 65px;
  overflow: hidden;
  margin-bottom: 15px;
}
.paginazione, .paginazione td {
  text-align: center;
  width: 100%;
  padding: 0px;
  clear: both;
  height: auto;
  display: inline-block;
}
.paginazione {
  margin: 30px 0px 0px 0px;
}
.paginazione a {
  color: #ffffff;
  line-height: 30px;
  font-weight: 400;
  padding: 9px 16px;
  font-size: 16px;
  margin: 0px 3px;
  background: #003b4b;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.paginazione a:hover, .paginazione .selected, .paginazione span {
  background: #f5a722;
  text-decoration: none;
  color: #ffffff;
  line-height: 30px;
  font-weight: 400;
  padding: 9px 16px;
  font-size: 16px;
  margin: 0px 3px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.paginazione div {
  position: relative;
  display: inline;
}
.logo a {
  display: inline-block;
  height: 65px;
  width: 100%;
}
ul.lingue li a {
  background: transparent;
  color: #f4a609;
  padding: 7px;
  width: 36px;
  display: inline-block;
  text-align: center;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #f4a608;
}
ul.lingue li a.selected, ul.lingue li a:hover {
  background: #f4a609;
  color: white;
  text-decoration: none
}
ul.lingue {
  position: relative;
  float: right;
  margin: 20px 10px;
}
.img_articolo {
  background-position: center center;
  width: 100%;
  background-size: 100% auto;
  height: 250px
}
.content ul li::before {
  content: "\f101";
  color: #f5a81c;
  font-weight: bold;
  font-family: Font Awesome\ 5 Free;
  margin-right: 5px;
}
.content ul {
  margin: 20px;
}
.content ul li {
  margin-bottom: 11px;
  font-size: 15px;
  line-height: 25px;
}
.img_news {
  position: relative;
  float: left;
  max-width: 45%;
  text-align: center;
}
.img_news img {
  width: 100%;
  padding-right: 20px;
  padding-bottom: 20px;
  display: inline-block;
}
.img_about {
  position: relative;
  float: left;
  max-width: 100%;
  text-align: center;
}
.img_about img {
  width: 32.3%;
  margin: 0.5% 0.5% 1.5% 0.5%;
  display: inline-block;
}
.contact a {
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
  color: white;
}
.contact a:hover {
  border-bottom: 1px solid #ccc;
  color: white;
}
.pathway {
  font-weight: bold;
  color: #f4a609;
  margin-bottom: 30px
}
.pathway a {
  font-weight: normal
}
.tornaindietro {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  padding-top: 25px;
  border-top: 1px dashed rgba(123, 127, 135, 0.52);
}
.tornaindietro svg {
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 5px
}