/* Compiled Less CSS File */
/* Generated from "grk.snippet.css" */

/* ---------------------------------------------------------------------------------------------------- */
/* 																													*/
/* GESTIONE COLORI UTILIZZATI ------------------------------------------------------------------------- */
/*
	BIANCO: #FFFFFF
	GRIGIO CHIARO: #DDDDDD
	GRIGIO SCURO: #C2C2C2
	GRIGIO (TESTI): #3C4042
	MAGENTA: #35A3D5 / RGB: 227,1,97
	NERO: #000000
																												   */
/* ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
/* 																													*/
/* MENU NAVIGAZIONE ----------------------------------------------------------------------------------- */
/* 																													*/
/* ---------------------------------------------------------------------------------------------------- */
#menu_templates {
  position: fixed;
  top: 120px;
  left: 0;
  padding: 15px;
  background-color: #c2c2c2;
  z-index: 999;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
}
#menu_templates ul {
  margin: 0;
  list-style: none;
}
#menu_templates ul li {
  border-bottom: 1px dotted #35A3D5;
}
#menu_templates ul li a {
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  color: #3c4042;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* SNIPPET -------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
/* BOX LOGIN ------------------------------------------------------------------------------------------ */
.boxLogin .column {
  margin-bottom: 10px;
}
.boxLogin h1 {
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 5px;
}
.boxLogin .messageLogin {
  height: 46px;
  line-height: 46px;
  font-size: 13px;
}
.boxLogin input[type="text"],
.boxLogin input[type="password"] {
  background-color: #FFF;
  font-family: inherit;
  border: 1px solid #FFF;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #000;
  display: block;
  font-size: 15px;
  width: 99%;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  text-indent: 10px;
}
.boxLogin input[type="checkbox"] {
  margin: 16px 10px 0 0;
}
.boxLogin a.btn i {
  font-size: 18px;
}
.boxLogin a.btn i.iconrounded {
  padding: 6px 9px;
}
/* BOX SERVE AIUTO ------------------------------------------------------------------------------------ */
.serve_aiuto h1 {
  font-size: 22px;
  line-height: 30px;
  padding-top: 25px;
}
a.chiama {
  background-image: url(../pagination/images/chiama.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #35A3D5;
  display: block;
  font-weight: bold;
  width: 85px;
  height: 85px;
  line-height: 85px;
  margin: 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
a.chiama:hover {
  color: #000000;
}
/* BOX DI TESTO GENERALE ----------------------------------------------------------------------------- */
.box_txt {
  padding-bottom: 10px;
}
.box_txt h1 {
  font-size: 22px;
  line-height: 30px;
  margin: 0;
  padding: 10px 0;
}
/* BREADCRUMB -------------------------------------------------------------------------------------- */

.breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none !important;
}
.breadcrumb ul li {
  float: left;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
}
.breadcrumb ul li i {
  font-size: 30px;
}
.breadcrumb ul li a {
  transition: all 0.3s ease 0s;
}
/* ELENCO NUMERATO (ORDERED/OL) ------------------------------------------------------------------- */
ol.orderedList {
  counter-reset: li;
  list-style-type: decimal-leading-zero;
  padding: 0px;
  margin: 0px;
  padding-left: 65px;
}
ol.orderedList li {
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  min-height: 60px;
  position: relative;
}
ol.orderedList li:before {
  background-image: url(../pagination/images/elenco_numerato.png);
  background-repeat: no-repeat;
  content: counter(li, decimal-leading-zero);
  counter-increment: li;
  display: inline-block;
  font-weight: bold;
  height: 60px;
  left: -65px;
  line-height: 60px;
  position: absolute;
  text-align: center;
  top: -2px;
  width: 60px;
}
/* ELENCO PUNTATO (UNORDERED/UL) ------------------------------------------------------------------ */
ul.unorderedList {
  margin: 0;
  padding: 0;
}
ul.unorderedList li {
  margin-left: 25px;
  margin-bottom: 5px;
  position: relative;
  list-style: none;
}
ul.unorderedList li:before {
  font-family: 'icomoon';
  content: '\e706';
  margin-right: 10px;
  display: inline-block;
  position: absolute;
  left: -25px;
  color: #35A3D5;
}
/* LISTE ELENCO PERSONALIZZATE ---------------------------------------------------------------- */
.cerchio {
  background-image: url(../pagination/images/elenco_numerato.png);
  background-repeat: no-repeat;
  display: inline-block;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
}
.cerchio i {
  font-size: 33px;
  color: white;
  line-height: 59px;
}
ul.elenco-puntato li {
  list-style: disc outside none !important;
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
}
/* GALLERY ---------------------------------------------------------------------------------- */
.boxGallery .three {
  width: 25%;
  position: relative;
}
.boxGallery ul {
  list-style: none;
}
.boxGallery ul li a span {
  opacity: 0;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #35A3D5;
  background-color: rgba(227, 1, 97, 0.5);
  z-index: 10;
}
.boxGallery ul li a:hover span {
  opacity: 1;
}
.miniGallery a span {
  opacity: 0;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #35A3D5;
  background-color: rgba(227, 1, 97, 0.5);
  z-index: 10;
}
.miniGallery a:hover span {
  opacity: 1;
}
/* IMMAGINI ------------------------------------------------------------------------------------- */
.img-rounded {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* CITAZIONI/CLAIM ------------------------------------------------------------------------------ */
cite {
  background: url(../pagination/images/bg_cite.gif) top left repeat-y;
  padding-left: 50px;
  margin: 20px 0;
  font-style: italic;
  font-size: 13px;
  color: #000000;
  display: block;
}
.claim {
  background-color: #35A3D5;
  color: #ffffff;
  font-family: 'Open Sans Light', arial, helvetica, clean, sans-serif;
  font-size: 35px;
  font-weight: normal;
  line-height: 50px;
  padding: 70px 0;
  text-align: center;
}
/* NEWS/BLOG ---------------------------------------------------------------------------- */
.newsList .column {
  margin-bottom: 10px;
}
.newsList h1 {
  font-size: 22px;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  line-height: normal;
}
.newsList p {
  margin: 0;
}
.articoli h4 {
  font-size: 16px;
}
/* FORM INVIA ----------------------------------------------------------------------------- */
.boxInvia input[type="text"],
.boxInvia input[type="password"],
.boxInvia input[type="email"],
.boxInvia textarea {
  background-color: #FFF;
  font-family: inherit;
  border: 1px solid #FFF;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #000;
  display: block;
  font-size: 13px;
  width: 99%;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  text-indent: 10px;
  margin: 0px 0px 0px;
}
.boxInvia textarea {
  min-height: 140px;
}
.boxInvia .column {
  margin-bottom: 5px;
}
.boxInvia p {
  font-size: 12px;
  padding: 0;
  margin: 0;
}
.btnColor.btn-invia {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 14px;
  font-weight: bold;
  padding: 0 25px;
  text-align: center;
}
/* BOX ALERT --------------------------------------------------------------------- */
.alert-danger {
  background-color: #fc9898;
  border: 1px solid #c64242;
  color: #000;
}
.alert-danger h1 {
  color: #c64242;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.alert-warning {
  background-color: #ffeab1;
  border: 1px solid #f1a707;
  color: #000;
}
.alert-warning h1 {
  color: #f1a707;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.alert-success {
  background-color: #c1e78c;
  border: 1px solid #68aa0b;
  color: #000;
}
.alert-success h1 {
  color: #68aa0b;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.alert-info {
  background-color: #c4e2ff;
  border: 1px solid #0068cf;
  color: #000;
}
.alert-info h1 {
  color: #0068cf;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.alert-danger p,
.alert-success p,
.alert-warning p,
.alert-info p {
  padding: 0;
  margin: 0;
}
/* ALTRI ELEMENTI GRAFICI ---------------------------------------------------------------------------- */
.riga {
  margin: 10px 0;
  background-color: #35A3D5;
  height: 1px;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																													*/
/* TABS ----------------------------------------------------------------------------------------------- */
/* 																													*/
/* ---------------------------------------------------------------------------------------------------- */
.tabs a {
  background-color: #35A3D5;
  color: #ffffff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 17px;
  line-height: 44px;
  margin-right: 3px;
  padding: 0 15px;
  position: relative;
  z-index: 10;
  font-family: 'Open Sans Bold', arial, helvetica, clean, sans-serif;
  transition: all 0.3s ease 0s;
}
.tabs a:hover {
  color: #35A3D5;
  background-color: #ffffff;
}
.tabs a.active span {
  background: url(../pagination/images/triangle.png) no-repeat scroll left top;
  display: block;
  height: 8px;
  left: 15px;
  position: absolute;
  width: 20px;
}
.tabs .riga {
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 33px;
  width: 100%;
}
.tabs_content {
  display: none;
  padding: 25px 0;
}
/* BOX VIDEO ------------------------------------------------------------------------------------------ */
a.boxVideo {
  display: block;
  width: 100%;
  height: 150px;
  background-position: center center;
  background-size: cover;
  background-image: url(../pagination/images/img-varie/video.jpg);
  text-align: center;
}
a.boxVideo i {
  color: #000000;
  font-size: 40px;
  line-height: 150px;
  transition: all 0.3s ease 0s;
}
a.boxVideo:hover i {
  color: #ffffff;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* MODAL BOX ------------------------------------------------------------------------------------------ */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.table {
  display: table;
  height: calc(100vh);
  width: calc(100vw);
}

.modal-content {
  position:fixed;
  width: 100%;
  height:100%;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin: 0 auto;
  z-index: 1000;
  background: rgba(255, 255, 255, .7);
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  display: none;
}
.closeModal {
  padding: 10px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
}

.modal {
  margin: 0 auto;
  position: relative;/* era fixed */
  width: 600px;
  top: 0;
  z-index: 999;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
  padding: 20px;
  display: none;
  text-align: center;
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.modal h2 {
  margin: 0 0 30px 0;
  font-size: 25px;
}
.modal .column {
  margin-bottom: 0;
}
.modal .modal_content {
  padding: 10px 0;
}
.share-list {
  text-align: center;
  width: 100%;
}
.share-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.share-list ul li {
  display: inline-block;
  margin: 10px 5px;
  text-align: center;
}
.share-list ul li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #35A3D5;
  color: #FFF;
  display: block;
  height: 60px;
  width: 60px;
}
.share-list ul li a:hover {
  background: #264990;
}
.share-list a img {
  height: auto;
  margin: 14px 0;
  width: 33px;
}


/* ---------------------------------------------------------------------------------------------------- */
/* 																													*/
/* TABLE ---------------------------------------------------------------------------------------------- */
/* 																													*/
/* ---------------------------------------------------------------------------------------------------- */
table {
  width: 100%;
  border-collapse: collapse;
  border-left: 0;
  background-color: #fff;
  border-spacing: 0;
  table-layout: fixed;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  *white-space: normal;
}

table th, table td {
  padding: 10px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  color: #fff;
}
table td:first-child {
  font-weight: bold;
}
table thead th {
  vertical-align: middle;
  font-weight: bold;
  background-color: #264990;
  color: #ffffff;
  border-bottom: 0;
  text-align: center;
}
table thead th h3 {
  color: #ffffff;
  margin: 10px 0 5px 0;
}
table tr:nth-child(even) {
  background-color: #a7d7ed;
}
table tr:nth-child(odd) {
  background-color: #35A3D5;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																													*/
/* PAGINAZIONE ---------------------------------------------------------------------------------------- */
/* 																													*/
/* ---------------------------------------------------------------------------------------------------- */
.pagination {
  margin: 20px 0;
  text-align: center;
}
.pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagination li {
  display: inline-block;
}
.pagination li a {
  display: block;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-left: 1px;
  text-align: center;
  background-color: #c2c2c2;
  color: #264990;
  transition: all 0.3s ease 0s;
  padding: 10px;
}
.pagination li a i {
  font-size: 20px;
  line-height: 20px;
  float: left;
  margin-top: 5px;
}

.pagination li:first-child a i,
.pagination li:last-child a i{
  margin-left: 5px;
}
.pagination li.disabled a,
.pagination li.disabled a:hover {
  background-color: #dddddd;
  color: #c2c2c2;
  cursor: auto;
}
.pagination li.active a,
.pagination li a:hover {
  background-color: #35A3D5;
  color: #ffffff;
}