@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Racing+Sans+One);
@import url(//fonts.googleapis.com/css?family=Asap);
@import url(//fonts.googleapis.com/css?family=Merriweather+Sans);
/*========================================================
                    Main layout styles
=========================================================*/
/* colore grigio  #606060 sistituito da #333399

/* era 1350 sceso a 1132px* */

body {
  font: 400 13px/17px "Droid Sans", sans-serif;
  color: #656F9A;
  background: #ffffff;
  width: 100%;
  min-width: 1132px;
}

@media (max-width: 1199px) {
  body {
    min-width: 0;
  }
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #7bc928;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= h2 "Racing Sans One" "Levenim MT"  #676767 sostituito da #6C6CCE e poi da #3737A8   30px/32px  26px/28px */
h2 {
  font: 400 20px/22px "Levenim MT", sans-serif;
  color: #3737A8;
  /*text-transform: uppercase;*/
}
@media (max-width: 979px) {
  h2 {
    font-size: 24px;
    line-height: 26px;
  }
}

/* #000000 sostiuito da    #323298 */
h3 {
  /*text-transform: uppercase; */
  font-weight: bold;
  line-height: 18px;
  color: #323298;
  font-family: "Asap", sans-serif;
}
h3 .lower {
  display: block;
  text-transform: none;
}
h4 {
  /*text-transform: uppercase; */
  line-height: 18px;
  color: #323298;
  font-family: "Asap", sans-serif;
}
.heading1 {
  margin-bottom: 24px;
}
/* ======= Buttons ======= */
.btn-default {
  display: inline-block;
  font: 400 13px/13px "Asap", sans-serif;
  color: #7bc928;
}
.btn-default:hover {
  color: #323298;
}
.btn-big {
  display: inline-block;
  font: 400 17px/17px "Asap", sans-serif;
  color: #7bc928;
}
.btn-big:hover {
  color: #323298;
}
/* ======= Wrappers ======= */
/*era 1324 sceso a 1132   margin da 8 sceso a 1 padding era 39 0 27 */
.big-wrapper {
  background: url(../images/big-wrapper-background2.png) repeat;
  width: 1132px;
  margin: 1px auto 0;
  padding: 9px 0 7px;
}
.sfondointestazione {
  background: url(../imag/intestazionetopnew2024.jpg);
  height: 125px;
  margin: 0;
  }
.sfondomenu {
  background: url(../imag/sfondomenu2021.jpg);
  height: 70px;
  margin: 0;
  }
@media (max-width: 1199px) {
  .big-wrapper {
    width: auto;
    margin: 0;
  }
}
.border-wrapper1 {
  position: relative;
  overflow: hidden;
}
.border-wrapper1 .grid_1 {
  position: relative;
}
.border-wrapper1 .border {
  position: absolute;
  left: 50%;
  background: #cfcfcf;
  background: rgba(0, 0, 0, 0.2);
  width: 1px;
  height: 20000px;
  top: 0;
}
@media (max-width: 767px) {
  .border-wrapper1 .border {
    display: none;
  }
  h2 {
    font-size: 20px;
    line-height: 22px;
  }
  img {
  max-width: 100%;
  }
}
.wrapper1 {
  padding-bottom: 50px;
}


/*========================================================
                    HEADER styles
=========================================================*/
#header {
  padding-bottom: 21px;
}
#header h1 {
  float: left;
}
#header .info .grid_12 {
  padding-bottom: 32px;
  border-bottom: 2px solid #d6d6d6;
}
#header #search {
  float: right;
  margin-top: 29px;
  display: inline-block;
}
#header #stuck_container {
  left: 0;
}
@media (max-width: 1199px) {
  #header #stuck_container {
    text-align: center;
  }
  #header #stuck_container nav {
    display: inline-block;
  }
}

/* spostato da center a left */
@media (max-width: 767px) {
  #header {
    text-align: left;
  }
  #header h1 {
    float: none;
  }
  #header #search {
    float: none;
  }
}
/* ======= Logo ======= */
h1 {
  display: inline-block;
}
h1 a {
  display: block;
}
h1 a span {
  display: block;
}
h1 a .first {
  font: 400 54px/54px "Levenim MT", sans-serif;
  letter-spacing: -0.02em;
  /*text-transform: uppercase;*/
  color: #7bc928;
}
h1 a .second {
  font: 400 11px/14px "Droid Sans", sans-serif;
  color: #6C6CCE;
  margin-top: -1px;
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
nav {
  margin-top: 15px;
  float: none;
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
}
.sf-menu > li + li {
  margin-left: 20px;
  text-align: center;

}
@media (max-width: 1199px) {
  .sf-menu > li + li {
    margin-left: 5px;
  }
}
.sf-menu > li > .sf-with-ul:after {
  display: block;
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #3737A8;
  bottom: 2px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  display: block;
  /* text-transform: uppercase; */
  font: 400 16px/16px "Levenim MT", sans-serif;
  padding: 13px 30px 14px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #3737A8;
}
@media (max-width: 1199px) {
  .sf-menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 979px) {
  .sf-menu > li > a {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.sf-menu > li > a:hover {
  color: #ffffff;
  background: url(../images/button-background.png) repeat;
}
.sf-menu .sfHover > a {
  color: #ffffff;
  background: url(../images/button-background.png) repeat;
}
.sf-menu .sfHover > a:after {
  color: #ffffff;
}
.sf-menu > li.current > a {
  color: #ffffff;
  background: url(../images/button-background.png) repeat;
}
.sf-menu > li.current > a:after {
  color: #ffffff;
}
/* First level sub-menu styles  (era 123px    era 14px   margin-left era - 61.5px;
========================================================*/
.sf-menu ul {
  display: none;
  min-width: 270px;
  font: 100 11px/28px "Merriweather Sans", sans-serif;
  position: absolute;
  top: 53px;
  left: 35%;
  margin-left: -75px;
  background: #F2F2FB;
  text-align: left;
  padding: 10px 7px 7px 7px;
  z-index: 2;
  border: 1px solid #d6d6d6;
}
.sf-menu ul:before {
  position: absolute;
  content: '';
  display: block;
  width: 18px;
  height: 10px;
  overflow: hidden;
  background: url(../images/triangle1.png) no-repeat center top;
  top: -10px;
  left: 10%;
  margin-left: -9px;
}
.sf-menu ul li {
  position: relative;
  display: block;
}
/* #1b1b1b sostituito da    #5050C5 */
.sf-menu ul li > .sf-with-ul:after {
  display: block;
  font-family: FontAwesome;
  font-size: 11px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0da";
  color: #5050C5;
  bottom: -1px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  display: block;
  color: #5050C5;
  /*text-transform: uppercase;*/
}
.sf-menu ul li a:hover {
  color: #ffffff;
  background: #7bc928;
}
.sf-menu ul li + li {
  border-top: 1px solid #eaeaea;
}
.sf-menu ul > .sfHover > a {
  background: #7bc928;
  color: #ffffff;
}
.sf-menu ul > .sfHover > a:after {
  color: #ffffff;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -11px;
  left: 123px;
  margin-left: 0;
  z-index: 4;
}
.sf-menu ul ul:before {
  display: none;
}

/* ho aggiunto sf-menu ul left = -25 */
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: block;
  }
  .sf-menu ul {
    margin-left: -25px;
  }



  nav {
    width: 100%;
    float: none;
  }

}
/*Core variables and mixins* ho eliminato il menu a tendina /
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0 0 4px 0 #5050C5;
  box-shadow: 0 0 4px 0 #5050C5;
  background: url(../images/big-wrapper-background2.png) repeat;
  left: 0;
}
.isStuck nav {
  margin-top: 0;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content.common {
  padding-top: 32px;
}
/* ======= Box 1 Science & Technologies  ======= */
.box1 .content {
  background: #ffffff;
  border: 1px solid #ededed;
  border-top: none;
  padding: 36px 24px 30px;
}
.box1 h3 {
  color: #7bc928;
  line-height: 20px;
  font-family: "Droid Sans", sans-serif;
}
.box1 h3 a:hover {
  color: #5050C5;
}
.box1 p {
  line-height: 20px;
}
.box1 .btn-big {
  margin-top: 17px;
}
@media (max-width: 767px) {
  .box1 {
    margin-bottom: 50px;
  }
  .box1 img {
    width: 100%;
  }
}
.box1-wrapper1 {
  margin-top: 47px;
  margin-bottom: 69px;
  overflow: hidden;
}
.box1-wrapper1 h2 {
  margin-bottom: 19px;
}
/* ======= Box 2 Why choose us ======= */
.box2 h3 {
  margin-bottom: 23px;
}
.box2_list {
  margin-top: 29px;
  position: relative;
  padding-left: 34px;
  font: 400 13px/18px "Asap", sans-serif;
 /* text-transform: uppercase;  */
}
.box2_list .label {
  font: 400 30px/20px "Levenim MT", sans-serif;
  color: #7bc928;
  /*text-transform: uppercase; */
  position: absolute;
  left: 1px;
  top: 2px;
}
.box2_list .label2 {
  font: 400 15px/16px "Levenim MT", sans-serif;
  color: #7bc928;
  /*text-transform: uppercase;*/
  position: absolute;
  left: 1px;
  top: 2px;
}
.box2_list:first-child {
  margin-top: 29px;
}
.box2 .btn-default {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .box2 {
    margin-bottom: 50px;
  }
}
/* ======= Box 3 Welcome ======= */
.box3 .heading {
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .box3 .heading {
    margin-bottom: 0;
  }
}
.box3 .posts {
  margin-bottom: 23px;
}

/* aggiunto left margin:........... */
.box3 .posts img {
  margin-bottom: 23px;
  left; margin: 15px 15px 15px 0px;
}
.box3 .posts h3 {
  margin-bottom: 2px;
}
.box3 > p {
  line-height: 20px;
}
@media (max-width: 767px) {
  .box3 {
    margin-bottom: 50px;
  }
  .box3 img {
    margin-top: 30px;
  }
}
/* ======= Post 1 NEws ======= */
.post1 {
  position: relative;
  padding-left: 125px;
  padding-bottom: 32px;
}
.post1 time {
  position: absolute;
  left: 0;
  top: -5px;
  font: 400 17px/26px "Levenim MT", sans-serif;
  color: #7bc928;
  text-align: center;
}
.post1 time span {
  display: block;
}
.post1 time span.date {
  font-size: 28px;
  margin-top: -3px;
}
.post1 h3 {
  margin-bottom: 9px;
}
.post1 .image-wrapper {
  position: absolute;
  left: 55px;
  top: 2px;
}
.post1 .image-wrapper img {
  display: block;
}
.post1 .image-wrapper .btn-default {
  margin-top: 19px;
}
@media (max-width: 979px) {
  .post1 {
    padding-left: 0;
  }
  .post1 time {
    position: relative;
    text-align: left;
    left: 0;
  }
  .post1 .image-wrapper {
    left: 0;
    text-align: left;
    position: relative;
    margin-bottom: 20px;
  }
}
.post1-wrapper1 .post1 {
  margin-bottom: 56px;
  position: relative;
}
.post1-wrapper1 .post1 + .post1:before {
  position: absolute;
  top: -31px;
  content: '';
  left: 0;
  width: 100%;
  height: 1px;
  overflow: hidden;
  background: url(../images/border1.png) repeat-x;
}
/* ======= Box 4 A few words about us ======= */
.box4 img {
  float: left;
  margin: 4px 20px 10px 0;
}
.box4 h3 {
  margin-bottom: 23px;
}
.box4 p {
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .box4 {
    margin-bottom: 50px;
  }
  .box4 img {
    width: 100%;
    float: none;
    margin-bottom: 0 0 20px 0;
  }
}
/* ======= Box 5 What we offer ======= */
.box5 {
  padding-left: 69px;
  position: relative;
}
.box5 .label {
  text-align: center;
  background: url(../images/button-background.png) repeat;
  width: 55px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 4px;
  font: 700 20px/40px "Asap", sans-serif;
  color: #ffffff;
}
.box5 h3 {
  margin-bottom: 9px;
}
.box5-wrapper1 .box5 {
  margin-bottom: 32px;
}
/* ======= Box 6 Our team ======= */
.box6 img {
  margin-bottom: 16px;
}
.box6 h3 {
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .box6 {
    margin-bottom: 50px;
  }
}
@media (max-width: 479px) {
  .box6 img {
    width: 100%;
  }
}
.box6-wrapper1 {
  margin-top: 52px;
  margin-bottom: 54px;
}
.box6-wrapper1 .heading1 {
  margin-bottom: 28px;
}
/* ======= Post 2 Blog ======= */
.post2 {
  position: relative;
}
.post2 .head {
  padding-left: 56px;
  position: relative;
  margin-bottom: 12px;
}
.post2 .head h3 {
  margin-bottom: 9px;
}
.post2 .head .info .by {
  float: left;
}
.post2 .head .info .comments {
  float: right;
}
.post2 time {
  position: absolute;
  left: 0;
  top: -5px;
  font: 400 17px/26px "Levenim MT", sans-serif;
  color: #7bc928;
  text-align: center;
}
.post2 time span {
  display: block;
}
.post2 time span.date {
  font-size: 28px;
  margin-top: -3px;
}
.post2 img {
  margin-top: 4px;
}
.post2 p {
  margin-bottom: 17px;
}
.post2 .btn-default {
  margin-top: -2px;
}
@media (max-width: 767px) {
  .post2 img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.post2-wrapper1 {
  margin-bottom: 88px;
}
.post2-wrapper1 .post2 {
  margin-bottom: 26px;
}
.list1-wrapper1 {
  margin-bottom: 69px;
}
/* ======= Box 7 Latest services overview ======= */
.box7 {
  background: #ffffff;
  padding: 20px 20px 16px 20px;
}
.box7 img {
  margin-bottom: 16px;
}
.box7 h3 {
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .box7 img {
    width: 100%;
  }
}
.box7-wrapper1 {
  margin-top: 28px;
  margin-bottom: 37px;
}
.box7-wrapper1 .box7 {
  margin-bottom: 21px;
}
/* ======= Box 8 Gallery ======= */
.box8 .gallery_image {
  margin-bottom: 16px;
}
.box8 h3 {
  margin-bottom: 9px;
}
.box8 .btn-default {
  margin-top: 15px;
}
/* ======= Gallery 1 Technologies ======= */
.gallery1 {
  margin-top: 28px;
  margin-bottom: 58px;
}
.gallery1 .box8 {
  margin-bottom: 28px;
}
/* ======= Google Map  ======= */
.google-map1 {
  height: 402px;
  margin-top: 28px;
  margin-bottom: 30px;
}
/* ======= Address  ======= */
.address-block {
  border: 1px solid #d6d6d6;
  padding: 27px 19px 26px;
}
.address-block h3 {
  margin-bottom: 9px;
}
.address-block address span {
  display: block;
}
@media (max-width: 767px) {
  .address-block {
    margin-bottom: 30px;
  }
}
/* ======= Address block wrapper  ======= */
.address-block-wrapper {
  margin-bottom: 73px;
}
/* ======= Box 9 Privacy Policy ======= */
.box9 h3 {
  margin-bottom: 9px;
}
.box9 p {
  margin-bottom: 17px;
}
.box9-wrapper1 {
  margin-bottom: 64px;
}
.box9-wrapper1 .box9 {
  margin-bottom: 32px;
}
/* ======= Simple link ======= */
.simple-link {
  display: inline-block;
  color: #7bc928;
}
.simple-link:hover {
  color: #5050C5;
}
/* ======= List 1 ======= */
.list1 li {
  padding-left: 19px;
  position: relative;
  font: 400 13px/17px "Asap", sans-serif;
  color: #5050C5;
  /*text-transform: uppercase; */
}
.list1 li:before {
  content: '';
  left: 0;
  top: 6px;
  height: 6px;
  width: 6px;
  border-radius: 50px;
  background: #7bc928;
  display: block;
  position: absolute;
}
.list1 li + li {
  margin-top: 13px;
}
/* ======= Social buttons 1 ======= */
.socials1 li {
  display: inline-block;
}
.socials1 li + li {
  margin-left: 7px;
}
.socials1 li a i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  display: block;
  border-radius: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #333399;
}
.socials1 li a i.fa-facebook {
  background: #4264ab;
}
.socials1 li a i.fa-facebook:hover {
  background: #7496dd;
}
.socials1 li a i.fa-twitter {
  background: #46e2ed;
}
.socials1 li a i.fa-twitter:hover {
  background: #78ffff;
}
.socials1 li a i.fa-rss {
  background: #ff9124;
}
.socials1 li a i.fa-rss:hover {
  background: #cd5f00;
}
/* ======= Gallery  ======= */
.gallery_image a.big-image {
  display: block;
  position: relative;
  background: #5050C5;
}
.gallery_image a.big-image img {
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.gallery_image a.big-image .gallery_hover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a.big-image .gallery_hover .icon {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 40px;
  height: 60px;
  background: url(../images/zoom.png) no-repeat center top;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -20px;
}
.gallery_image a.big-image:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.gallery_image a.big-image:hover .gallery_hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery_image a.big-image:hover .gallery_hover .icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  padding: 27px 0;
}
#footer .privacy-block {
  font: 400 11px/18px "Droid Sans", sans-serif;
  color: #545454;
  float: left;
}
#footer .socials1 {
  float: right;
  margin-top: -4px;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #333399;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#toTop:hover {
  outline: none;
  color: #7bc928;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/
