/**		Imports		*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
@import '../fonts/font-awesome.css';
@import 'photoswipe.css';
@import 'tmMultimediaGallery.css';
/*iOs_link_fix*/
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
/*------ template stylization ------*/
body {
  overflow: hidden;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #4d4d4d;
}
p {
  margin-bottom: 15px;
}
address {
  color: #ffffff;
  margin: 1px 0 25px;
  line-height: 24px;
}
h2 {
  font: 300 50px Georgia, Utopia, Palatino, 'Palatino Linotype', serif; /*------ titolone 2 sezioni interne (fucsia) ------*/
  line-height: 1em;
  color: #ed145b;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 3px 0px 34px 0px;
  padding: 10px 0px 0px 0px;
}
h2.big {
  font-size: 50px; /*------ titolone 6 pagine di spiegazioni interne (fucsia) ------*/
  line-height: 1em;
  letter-spacing: 1px;
  margin: -31px 0px 91px 0px;
  padding: 0px 0px 0px 0px;
}
h3 {
  font: 300 14px Georgia, Utopia, Palatino, 'Palatino Linotype', serif; /*------ sottotitolo 2 sezioni interne + 6 pagine di spiegaz------*/
  line-height: 24px;
  color: #ebebeb;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0px 0px 17px 0px;
  padding: 0px 0px 0px 0px;
}
h4 {
  font: 300 15px Georgia, Utopia, Palatino, 'Palatino Linotype', serif; /*------ 4 titoletti-bottoni fucsia sezioni interne ------*/
  line-height: 1em;
  color: #ed145b;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
h3 > a,
h4 > a {
  color: inherit;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
h3 > a:hover,
h4 > a:hover {
  color: #ffffff;
  text-decoration: none;
}
.fontStyle1 {
  font: 600 12px Georgia, Utopia, Palatino, 'Palatino Linotype', serif; /*------ pagina ERRORE ------*/
  line-height: 23px;
  color: #ffffff;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
}

/*------------- HEADER ---------------------------------------------------------- */
header {
  position: absolute;
  top: 0;
  left: 0;
}
/*-----------  MENU  ------------------------------------------------------------*/
#mainNav {
  display: none;
}
.mainNav {
  position: relative;
  display: block;
  z-index: 20;
}
.mobile .mainNav {
  padding-top: 70px;
}
.mainNav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mainNav > ul li {
  position: relative;
  display: block;
  float: left;
  width: 33%;
  height: 33%;
  margin: 0px;
  perspective: 1000;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
}
.mainNav > ul li.third {
  width: 34%;
}
.mainNav > ul li a {
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mainNav > ul li a > div {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font: 13px/1em Georgia, Utopia, Palatino, 'Palatino Linotype', serif; /*------ voci del MENU ------*/
  color: #ffffff;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: right;
  padding: 14% 17% 10% 0;
  text-align: center;
  padding: 10% 5%;
}
.mobile .mainNav > ul li a > div {
  font-size: 19px;
  padding-top: 55px;
}
.mainNav > ul li a > div:first-child {
  background: #414141; /*------ rett spento menu ------*/
}
.mainNav > ul li a > div:first-child:before,
.mainNav > ul li a > div:first-child:after {
  content: '';
  position: absolute;
  display: block;
  background: #4c4c4c; /*------ linee divisoree menu ------*/
  z-index: 1;
}
/**		Imposta i bordi delle voci		*/
.mainNav > ul li a > div:first-child:before {
  right: 0;
  top: 0;
  width: 100%;
  height: 1px;
}
.mainNav > ul li a > div:first-child:after {
  left: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
}
.mainNav > ul li a > div:first-child + div {
  border: none;
  background-color: #4c4c4c; /*------ rett acceso ------*/
  transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  opacity: 0;
  filter: alpha(opacity=0);
}

.mobile .mainNav > ul li a > div:first-child + div {
  opacity: 1;
  background: transparent;
  transform: rotateX(0);
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -o-transform: rotateX(0);
}

.mainNav > ul li a > div span {
  position: relative;
  display: block;
  font: 9px/1em Georgia, Utopia, Palatino, 'Palatino Linotype', serif;  /*------ sottotitolo menu ------*/
  color: #737373;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;  /*------ il primo valore cambia la separazione dal titolo ------*/
}

.mobile .mainNav > ul li a > div span {
  font-size: 18px;
}

.mainNav > ul li a > div.bg1,
.mainNav > ul li a > div.bg2,
.mainNav > ul li a > div.bg3,
.mainNav > ul li a > div.bg4,
.mainNav > ul li a > div.bg5,
.mainNav > ul li a > div.bg6,
.mainNav > ul li a > div.bg7,
.mainNav > ul li a > div.bg8,
.mainNav > ul li a > div.bg9 {
  background: center transparent;
  background-size: cover;
}
.mainNav > ul li a > div.bg1 {
  background-image: url(../img/page3_pic1.jpg);
}
.mainNav > ul li a > div.bg2 {
  background-image: url(../img/page3_pic2.jpg);
}
.mainNav > ul li a > div.bg3 {
  background-image: url(../img/page3_pic3.jpg);
}
.mainNav > ul li a > div.bg4 {
  background-image: url(../img/page3_pic4.jpg);
}
.mainNav > ul li a > div.bg5 {
  background-image: url(../img/page3_pic5.jpg);
}
.mainNav > ul li a > div.bg6 {
  background-image: url(../img/page3_pic6.jpg);
}
.mainNav > ul li a > div.bg7 {
  background-image: url(../img/page3_pic7.jpg);
}
.mainNav > ul li a > div.bg8 {
  background-image: url(../img/page3_pic8.jpg);
}
.mainNav > ul li a > div.bg9 {
  background-image: url(../img/page3_pic9.jpg);
}
.mainNav > ul li.hover {
  z-index: 10;
}
.mainNav > ul li.active > a > div > span,
.mainNav > ul li.sfHover > a > div > span,
.mainNav > ul li:hover > a > div > span {
  text-decoration: none;
}

.desktop .mainNav > ul li.active > a,
.desktop .mainNav > ul li.sfHover > a,
.desktop .mainNav > ul li:hover > a {
  text-decoration: none;
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.mainNav > ul li.active > a > div:first-child,
.mainNav > ul li.sfHover > a > div:first-child,
.mainNav > ul li:hover > a > div:first-child {
  opacity: 0;
  filter: alpha(opacity=0);
}
.mainNav > ul li.active > a > div:first-child + div,
.mainNav > ul li.sfHover > a > div:first-child + div,
.mainNav > ul li:hover > a > div:first-child + div {
  opacity: 100;
  filter: alpha(opacity=10000);
}

.mobile .mainNav > ul li.active > a > div:first-child + div,
.mobile .mainNav > ul li.sfHover > a > div:first-child + div,
.mobile .mainNav > ul li:hover > a > div:first-child + div {
  background-color: #4c4c4c;
  transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
}

/** 		menu end  	*/
/**		 	HEADER end 	*/
/**			FOOTER 		*/
footer {
  position: absolute;
  width: 100%;
  height: 141px;
  bottom: 0;
  left: 0;
  background: #2c2c2c;
  z-index: 21;
}

.mobile footer {
  position: fixed;
  top: 0;
  height: 70px;
  bottom: auto;
}
h1 { /*-------------------- LOGO ------------------*/
  position: relative;
  float: left;
  width: 195px;
  height: 99px;
  margin: 20px 0px 36px 40px; /*-----basso, ? , ? , sx---------*/
}

.mobile h1 {
  width: 95px;
  height: auto;
  margin: 10px;
}

h1 a > img.img-responsive {
  margin: 0 auto;
  width: 100%;
}
.copyright,
.footer-mobile .copyright { /*---------- copyright ------------------*/
  font: 10px 'Open Sans', "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 23px;
  color: #6c6c6c;
  float: right;
  text-transform: uppercase;
  margin: 61px 51px 20px 0px;
}

.mobile .copyright,
.footer-mobile {
  display: none;
}

.footer-mobile .copyright {
  display: block;
  margin: 10px;
}

.mobile .footer-mobile {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.copyright a {
  color: #3e454c;
}
.soc_links {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  float: right;
}
.soc_links li {
  position: relative;
  display: inline-block;
  margin-left: -7px;
  width: 194px;
  height: 141px;
  overflow: hidden;
}
.soc_links li a {
  position: relative;
  display: block;
  width: 194px;
  height: 141px;
  z-index: 5;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s 0.1s ease-in-out;
  transition: all 0.3s 0.1s ease-in-out;
}

.mobile .soc_links li,
.mobile .soc_links li a {
  width: 70px;
  height: 70px;
  background-size: 80px;
  background-repeat: no-repeat;
}

.soc_links li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #6c6c6c;  /*------ linee verticali link ------*/
  z-index: 1;
}
.soc_links li a + span {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #ffffff; /*------ fondo acceso link ------*/
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.soc_links li a:hover {
  background-position: center bottom;
}
.soc_links li a:hover + span {
  top: 0px;
}
.soc_links li.facebook > a {
  background-image: url(../img/soc_icon1.png);
}
.soc_links li.linkedin > a {
  background-image: url(../img/soc_icon2.png);
}
.soc_links li.elektrika > a {
  background-image: url(../img/soc_icon3.png);
}
/*-----------  FOOTER END  ------------------------------------------------------*/
/*-----------  CONTENT HOLDER  --------------------------------------------------*/
#glob-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mobile #glob-wrap {
  overflow: auto;
}
#content > div {
  display: block;
  position: relative;
}
#other_pages {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 20;
  top: -100%;
  top: 0;
  height: 0;
}
#other_pages > div {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  background: #414141; /*------ fondo altre pagine  ------*/
}

.mobile #other_pages > div {
  position: fixed;
}

#other_pages > div > div {
  padding-top: 20px;
}
#ajax-overlay {
  width: 100%;
  height: 10px;
  position: fixed;
  display: none;
  bottom: 131px;
  left: 0;
  background: url(../img/base/TMpreviewLoader.gif) 0 0 repeat-x rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
/* rewrite bootstrap classes */
.btn {
  border: none;
  border-radius: 0;
  font: 600 18px Georgia, Utopia, Palatino, 'Palatino Linotype', serif;
  line-height: 20px;
  color: #ed145b; /*------ bottone CERCA ------*/
  text-transform: uppercase;
  background: #ffffff;
  padding: 18px 22px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn:hover,
.btn:active,
.btn:focus {
  color: #ffffff;
  background: #ed145b; /*------ acceso bottone CERCA ------*/
  text-decoration: none;
}
.btn.btn-link {
  border: none;
  border-radius: 0;
  font: 18px Georgia, Utopia, Palatino, 'Palatino Linotype', serif;  /*------ 2 bottoni del form ------*/
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
  background: transparent;
  padding: 0px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.btn-link.btn-lg {
  text-transform: uppercase; /*------ bottone 'vedi tutti' ------*/
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0px;
}
.btn.btn-link:hover,
.btn.btn-link:active,
.btn.btn-link:focus {
  color: #ed145b; /*------ acceso bottoni mail ------*/
  background: transparent;
  text-decoration: none;
}
.form-control { /*------ evidenziazione del testo scritto del form  (azzurra) ------*/
  background: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  font: 12px "Courier New", Courier, monospace;
  line-height: 20px;
  color: #00eaff;
  width: 100%;
  height: 38px;
  padding: 9px 14px;
  background: #4c4c4c;
}
.form-control:focus { /*------ ?????? ------*/
  outline: none;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  color: #ffffff;
  background: #4c4c4c;
}
.badge {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 100px;
  height: 100px;
  background: #4c4c4c; /*------ 4 palle sotto le icone ------*/
  border-radius: 50px;
  text-align: center;
}
/* end bootstrap classes */
.closeIcon {
  position: absolute;
  top: 25px;
  right: 10px;
  width: 44px;
  height: 44px;
  z-index: 100;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.closeIcon.closeIconGallery {
  top: 0;
  right: 0;
}

.mobile .closeIcon.closeIconGallery {
  top: 74px;
}

.closeIcon.closeIconGallery:after {
  background: url(../img/close_icon_2.png) left center no-repeat;
}
.closeIcon.closeIconGallery:hover:after {
  background: url(../img/close_icon_2.png) right center no-repeat;
}
.closeIcon:after {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/close_icon.png) left center no-repeat;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.closeIcon:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  text-decoration: none;
}
.closeIcon:hover:after {
  background: url(../img/close_icon.png) right center no-repeat;
}
.list1 {
  position: relative;
  overflow: hidden;
  list-style: none;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0px;
}
.list1 li {
  margin-bottom: 38px;
  overflow: hidden;
}
.list1 li span.badge {
  float: left;
  margin: 3px 24px 0px 0px;
}
.list1 li > div h4 {
  margin-bottom: 10px;
}
.list1 li > div p {
  margin-bottom: 10px;
}
.color1 {
  color: #ffffff;
}
.color2 {
  color: #ed145b; /*------ email e link siti------*/
}
.color2:hover {
  color: #ffffff; /*------ email e link siti ACCESI------*/
  text-decoration: none;
}
.width1 {
  display: inline-block;
  width: 94px;
}
.g_map {
  position: relative;
  display: block;
  margin: 11px 0px 20px;
  width: 100%;
  height: 253px;
  overflow: hidden;
}
.g_map iframe {
  position: relative;
  display: block;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
  background: url(../img/base/site_loader.gif) center no-repeat #4c4c4c !important; /*------ fondo mappa ------*/
}
#form1 {
  position: relative;
  margin-top: 11px;
  margin-bottom: 20px;
  overflow: hidden;
}
#form1 input,
#form1 textarea,
#form1 .success {
  position: relative;
  display: block;
  background: #4c4c4c;  /*------ fondo form ------*/
}
#form1 .success-message { /*------ CONTROLLARE QUANDO E' ONLINE ------*/
  position: absolute;
  top: -150px;
  left: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
  padding: 10px 14px 8px;
  font: 12px 'Open Sans', Arial, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  color: #ff7200; /*------ ????????????????  ARANCIONE------*/
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  background: #4c4c4c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#form1 ._placeholder { /*------ testo interno al form ------*/
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 12px "Courier New", Courier, monospace;
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
  height: 38px;
  padding: 9px 14px;
  background: #4c4c4c;
}
#form1 textarea {
  width: 100%;
  height: 155px;
  overflow: auto;
  resize: none;
}
#form1 label {
  position: relative;
  display: block;
  min-height: 38px;
  margin-bottom: 24px;
  overflow: hidden;
  float: left;
  width: 48%;
}
#form1 label.labelMargin {
  margin-right: 4%;
}
#form1 label.message {
  width: 100% !important;
}
#form1 span.error,
#form1 span.empty {
  position: absolute;
  text-align: right;
  font-size: 10px;
  color: #ed145b; /*------ messaggio di errore del form quando l'utente sbaglia a compilarlo ------*/
  width: 200px;
  top: -30px;
  right: 0px;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#form1 .btns {
  padding: 0;
  margin: -8px 0px 0px 0px;
  position: relative;
  float: right;
}
#form1 .btns > p {
  padding: 0;
}
#form1 .btns > p a {
  display: inline-block;
}
#form1 .btns > p a:first-child + a {
  margin-left: 21px;
}
#form1 ._placeholder.focused {
  opacity: .5;
}
#form1 ._placeholder.hidden {
  display: none;
}
#form1 .invalid span.error {
  top: -5px;
}
#form1 .ok span.error {
  display: none;
}
#form1 .empty span.empty {
  top: -5px;
}
#form1.success .success-message {
  top: 0;
}
/* search */       /*------  dentro il 404.html ------*/
#search {
  position: relative;
  margin: 47px 0px 20px 0px;
  width: 100%;
  overflow: hidden;
}
#search > input {
  width: 100%;
  height: 56px;
  padding: 18px 14px;
  float: left;
}
#search > a {
  float: left;
}
.search_result {
  color: #ff7f66;
  font-size: 12px;
}
.search_result:first-child {
  font-size: 14px;
}
.search_title {
  position: relative;
  top: 2px;
}
.search_title a {
  text-decoration: underline;
}
#search_list li {
  margin-bottom: 20px;
}
/* classes-helpers */
.padding1 {
  padding: 33px 0px 0px 0px;
}
.padding2 {
  padding: 0px 0px 18px 0px;
}
.margin1 {
  margin: 4px 30px 0px 0px;
}
.margin2 {
  margin: 35px 0px 20px 0px;
}
.margin3 {
  margin: 0px 0px 24px 0px;
}
.margin4 {
  margin: 0px 0px 32px 0px;
}
.margin5 {
  margin: 7px 0px 38px 0px;
}
.margin6 {
  margin: -65px 0px 55px;
}
.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}
.box {
  overflow: hidden;
}
.container {
  position: relative;
}
/*-------------------------- mobile WRAP ----------------------------*/
.mobile-only {
  display: none;
}
html.desktop #form1 label {
  width: 46%;
}
html.desktop #form1 label.labelMargin {
  margin-right: 8%;
}
html.desktop #search {
  width: 467px;
}
html.desktop #search > input {
  width: 352px;
  height: 56px;
}
@media (max-width: 1024px) {
  h2.big {
    font-size: 50px;
    margin: 0px 0px 30px;
  }
}
@media (max-width: 650px) {
  .margin1 {
    width: 100%;
    margin: 0px 0px 20px 0px;
    float: none;
  }
  h2.big {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .btn.btn-link.btn-lg {
    font-size: 40px;
  }
  .list1 li {
    margin-bottom: 10px;
  }
  .list1 li h4 {
    margin-top: 18px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  #other_pages > div > div {
    padding-top: 140px;
  }
  .closeIcon {
    top: -95px;
  }
  .mainNav > ul li a > div {
    font-size: 36px; /*--------- voci MENU -----------*/
    text-align: center;
    /*padding: 14% 17% 10% 0;*/	/** GF:		eliminando il padding allineo centralmente e verticalmente l'elemento contenuto nella scheda	*/
  }
  .mainNav > ul li a > div span {
    font-size: 14px; /*--------- sottotitoli MENU -----------*/
  }
  .margin1 {
    width: auto;
    margin: 4px 30px 0px 0px;
    float: none;
  }
  h2.big {  /*------ titolo 6 pagine di spiegazioni interne (fucsia) ------*/
    font-size: 50px;
    margin-bottom: 50px; /*------ distanza dall'alto ------*/
  }
}
/* tablet version changes */
html.tablet h2.big {
  font-size: 50px;
  margin: 0px 0px 40px 0px;
}
html.tablet .btn.btn-link.btn-lg {
  font-size: 40px;
}
html.tablet .margin2 {
  margin: 0px 0px 30px 0px;
}
html.tablet footer h1 {
  margin-left: 15px;
}
html.tablet footer .soc_links li {
  width: 85px;
}
html.tablet footer .soc_links li a {
  background-position: -55px top;
}
html.tablet footer .soc_links li a:hover {
  background-position: -55px bottom;
}
html.tablet footer .copyright {
  margin-right: 30px;
}
html.tablet #nextButton,
html.tablet #prevButton {
  width: 44px;
  height: 44px;
}
html.tablet #nextButton > span,
html.tablet #prevButton > span {
  background-size: 200%;
}
/* mobile version changes */
html.mobile body {
  overflow-y: visible;
  background: #ffffff;
}
html.mobile .margin6 {
  margin-top: -40px !important;
}
html.mobile .mobile-only {
  display: block;
}
#mobile-wrap #mobile-header {
  background: #ffffff;
}
#mobile-wrap #mobile-header #mobile-navigation {
  width: 100%;
  margin: 20px 0;
  font-size: 16px;
}
#mobile-wrap #mobile-header h1 {
  display: inline-block;
  margin: 10px 10px 0 10px;
}
#mobile-wrap #mobile-content {
  position: relative;
  background: #3e454c;
}
#mobile-wrap #mobile-content > div {
  display: block;
}
#mobile-wrap #mobile-content h2 {
  font-size: 50px;
  margin: 0px 10px 14px;
  padding-top: 20px;
}
#mobile-wrap #mobile-content h2.big {
  margin-top: 0px;
  margin-bottom: 30px;
}
#mobile-wrap #mobile-content h3 {
  font-size: 18px;
}
#mobile-wrap #mobile-content .margin2 {
  margin: 0px 0px 30px 0px;
}
#mobile-wrap #mobile-content #form1 ._placeholder {
  margin-left: 0;
}
#mobile-wrap #mobile-content #form1 .success-message {
  width: 100%;
  padding: 40px 14px 41px;
}
#mobile-wrap #mobile-content #form1 label {
  width: 100% !important;
  margin-right: 0 !important;
}
#mobile-wrap #mobile-content .mainNav ul li {
  width: 100%;
  height: 250px;
}
#mobile-wrap #mobile-content .list1 li > div {
  overflow: hidden;
}
#mobile-wrap #mobile-content .list1 li h4 {
  margin-top: 7px;
}
#mobile-wrap #mobile-footer {
  background: #ffffff;
}
#mobile-wrap #mobile-footer .copyright {
  margin: 15px 0;
  float: left;
}
/*Core variables and mixins*/
/* 3d mixins */
/* end 3d mixins */


/*********************************************************/
/*			Modifiche GF								 */
/*********************************************************/
footer {
	border-top: 1px solid #6c6c6c;
}

.mobile .show-desktop {
  display: none;
}

.mobile .show-mobile {
  display: block;
}

.desktop .show-desktop {
  display: block;
}

.desktop .show-mobile {
  display: none;
}
