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

/************************************************************/
/* 																*/
/*	GRK CMS Responsive Framework 							*/
/*	Version 1.1 http://www.grkcms.com						*/
/*	Created for using with GRK CMS Templates 				*/
/*	Under GRKFORGE license									*/
/* 																*/
/************************************************************/
/* ---------------------------------------------------------------------------------------------------- */
/* 																													*/
/* GESTIONE COLORI UTILIZZATI ------------------------------------------------------------------------- */
/*
	BIANCO: #FFFFFF
	GRIGIO CHIARO: #DDDDDD
	GRIGIO SCURO: #C2C2C2
	GRIGIO (TESTI): #3C4042
	MAGENTA: #35A3D5 / RGB: 227,1,97
	NERO: #000000
																												   */
/* ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
/* 																													*/
/* HTML ----------------------------------------------------------------------------------------------- */
/* 																													*/
/* ---------------------------------------------------------------------------------------------------- */
html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																													*/
/* @font-face ----------------------------------------------------------------------------------------- */
/* 																													*/
/* ---------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: "Open Sans Light";
  src: url("/library/fonts/OpenSans-Light.eot?") format("eot"),
  url("/library/fonts/OpenSans-Light.woff") format("woff"),
  url("/library/fonts/OpenSans-Light.ttf") format("truetype"),
  url("/library/fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("/library/fonts/OpenSans-Regular.eot?") format("eot"),
  url("/library/fonts/OpenSans-Regular.woff") format("woff"),
  url("/library/fonts/OpenSans-Regular.ttf") format("truetype"),
  url("/library/fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans Bold";
  src: url("/library/fonts/OpenSans-Bold.eot?") format("eot"),
  url("/library/fonts/OpenSans-Bold.woff") format("woff"),
  url("/library/fonts/OpenSans-Bold.ttf") format("truetype"),
  url("/library/fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																													*/
/* BODY ----------------------------------------------------------------------------------------------- */
/* 																													*/
/* ---------------------------------------------------------------------------------------------------- */
body {
  font-family: 'Open Sans', Arial, Helvetica, Clean, sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  background-color: #fff;

}
strong,
b {
  font-family: 'Open Sans Bold', Arial, Helvetica, Clean, sans-serif;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																													*/
/* LINKS ---------------------------------------------------------------------------------------------- */
/* 																													*/
/* ---------------------------------------------------------------------------------------------------- */
a {
  color: #35A3D5;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}
a:visited {
  color: #35A3D5;
}
a:hover {
  text-decoration: none;
  color:#264990;
}
a:active {
  color: #35A3D5;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																													*/
/* TYPO ----------------------------------------------------------------------------------------------- */
/* 																													*/
/* ---------------------------------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: normal;
  font-weight: 400;
}
h1, .h1 {
  margin: 25px 0;
  font-size: 45px;
  font-family: 'Open Sans Light', Arial, Helvetica, Clean, sans-serif;
  font-weight: normal;
}
h2,
.h2 {
  font-family: 'Open Sans', Arial, Helvetica, Clean, sans-serif;
  font-size: 28px;
  font-weight: normal;
}
h3,
.h3 {
  color: #264990;
  font-family: 'Open Sans Bold', Arial, Helvetica, Clean, sans-serif;
  font-weight: normal;
  font-size: 18px;
  margin: 20px 0;
}
h3.small {
  font-size: 16px;
  font-weight: 600;
}
h4,
.h4 {
  font-family: 'Open Sans Light', Arial, Helvetica, Clean, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
h5,
.h5 {
  font-family: 'Open Sans Bold', Arial, Helvetica, Clean, sans-serif;
  font-weight: normal;
  font-size: 15px;
}
p {
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  margin: 10px 0;
}
.x-large {
  font-family: 'Open Sans Bold', arial, helvetica, clean, sans-serif;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
}
.large {
  font-family: 'Open Sans Bold', arial, helvetica, clean, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
}
.medium {
  font-family: 'Open Sans', arial, helvetica, clean, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
}
small,
.small {
  font-family: 'Open Sans Light', arial, helvetica, clean, sans-serif;
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 700;
}
.txtColor {
  color: #35A3D5;
}
.txtBase {
  color: #000000;
}
blockquote,
q {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #35A3D5;
  color: #ffffff;
  line-height: 27px;
  margin: 0;
  padding: 10px 20px;
  quotes: "\201C" "\201D" "\2018" "\2019";
  font-style: italic;
  font-size: 20px;
}
code,
pre {
  padding: 2px 6px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 12px;
  background-color: #f1f1f1;
  line-height: 18px;
  color: #222222;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
sub,
sup {
  font-size: 12px;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
hr {
  border: 0;
  background: none;
  outline: 0;
  height: 1px;
  background-color: #c2c2c2;
  margin: 2em 0;
}
.grey, h1.grey {
  color: #8C98A6;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																													*/
/* COMMON BUTTONS ------------------------------------------------------------------------------------- */
/* 																													*/
/* ---------------------------------------------------------------------------------------------------- */
.btn,
.btn:visited {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 46px;
  line-height: 46px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: auto;
  background-color: #154577;
  border: none;
  color: #fff;
}
.btn:hover {
  background-color: #35A3D5;
  color: #fff;
}
.btnColor,
.btnColor:visited {
  background-color: #35A3D5;
  color: #ffffff;
}
.btnColor:hover {
  background-color: #154577;
}
i.iconrounded {
  border: 2px solid #35A3D5;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0;
}

.btn.btnBig {
  font-size: 16px;
  text-transform: none;
}
.btn.btnSmall {
  font-size: 11px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
}

.btn.amazon {
  background: #000;
  border: 2px solid #000;
  padding: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: auto;
  line-height: 0;
  width: 220px;
  z-index: 11;
}
.btn.amazon:hover {
  border: 2px solid #FE9900;
}
.btn.amazon.custom {
  bottom: 15vh;
  position: absolute;
  bottom: 15vh;
  z-index: 11;
  left: 15%;
}

.line {
  background-image: url("/library/pagination/images/line.png");
  background-repeat: repeat-x;
  background-position: center left;
}

.btnOutlineGrey, .btnOutlineGrey:visited {
  background: none;
  border: 1px solid #8C98A6;
  color: #8C98A6;
}
.btnOutlineGrey:hover {
  color: #fff;
}
.btn.w200 {
  padding: 0;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* BREADCRUMB ------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

.breadcrumb {
  background-color: #FFF;
  border-bottom: 1px solid #F7FAFD;
  border-top: 1px solid #F7FAFD;
  font-size: 12px;
  height: 40px;
  padding: 0;
  position: relative;
}
.breadcrumb div {
  padding: 0;
}
/*.breadcrumb a:after {
  background-image: url("/library/pagination/icons/breadcrumb-after.svg");
  background-position: top right;
  background-repeat: no-repeat;
  width: 50px;
  height: 30px;
}*/
.breadcrumb a {
  background-color: #FFF;
  color: #8C98A6;
  display: inline-block;
  float: left;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  -webkit-transition: color 0.3s ease 0s, opacity 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s, opacity 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s, opacity 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: color 0.3s ease 0s, opacity 0.3s ease 0s;
  font-family: 'Open Sans Bold', Arial, Helvetica, Clean, sans-serif;
  font-weight: normal;
  text-transform: capitalize;
}
.breadcrumb a:hover {
  color: #153B77;
}
/*.breadcrumb a:first-child {
  background-position: top right;
  background-repeat: no-repeat;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.breadcrumb a:first-child:hover {
  opacity: .8;
}*/
.breadcrumb .slash {
  float: left;
  height:30px;
}
/*.breadcrumb .end {
  background-color: #35A3D5;
  float: left;
  -moz-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
  width: 17px;
  height: 30px;
  margin-left: -10px;
}*/
.breadcrumb img {
  width:  auto;
}
.breadcrumb a.active {
  background-color: #4075b3;

}




#map-canvas {
  width:100%;
  height: calc(100vh - 370px);
}



/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* VERTICAL ALIGN ------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.displayTable {
  display: table;
}
.centratoVert {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.showmobile {
  display: none;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* RELATIVE ------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.relative {
  position: relative !important;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* LISTE ---------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
ul {
  margin: 0;
  padding: 0;
}
ul li {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
ul,
ul ul {
  list-style: disc;
  margin: 4px 0 4px 15px;
  padding: 0;
}
ol,
ol ol {
  list-style: decimal;
  margin: 4px 0 4px 15px;
  padding: 0;
}
/* QUICK LINKS ------------------------------------------------------------------------------------------ */
ul.list li {
  margin-left: 15px;
  position: relative;
  list-style: none;
  line-height: 2.5em;
  border-bottom: 1px solid #35A3D5;
}
ul.list li:before {
  color: #35A3D5;
  font-family: 'icomoon';
  content: '\e603';
  margin-right: 10px;
  display: inline-block;
  position: absolute;
  left: -32px;
  font-size: 20px;
}
ul.list li a {
  color: #35A3D5;
  display: block;
  font-size: 16px;
  line-height: 2.5em;
  position: relative;
  text-indent: 10px;
  transition: all 0.3s ease 0s;
}
ul.list li a:hover {
  background-color: #35A3D5;
  color: #fff;
}
ul.list li:last-child,
ul.list li.last-child {
  border-bottom: none;
}
ul.list li.selected {
  color: #ffffff !important;
  font-weight: bold;
  background-color: #35A3D5 !important;
}
ul.list li.selected a {
  color: #ffffff !important;
}
ul.comma  {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  margin: 0 auto !important;
}
.comma li {
  display: inline;
}
.comma li::after {
  content: ", ";
}
.comma li:last-child::after {
  content: "";
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																													*/
/* MENU ------------------------------------------------------------------------------------------ */
/* 																													*/
/* ---------------------------------------------------------------------------------------------------- */

.logo {
  margin: 5px 0;
  line-height: 0;
  width: auto;
  float: left;
  width: 210px;
  margin: 18px 10px;
}

.nav-toggle {
  display: none;
}
.main-menu-container ul li {
  float: left;
}

.top-menu {
  background: #264990; /* Old browsers */
  background: -moz-linear-gradient(left, #264990 0%, #86d7f9 50%, #264990 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #264990 0%,#86d7f9 50%,#264990 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #264990 0%,#86d7f9 50%,#264990 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#264990', endColorstr='#264990',GradientType=1 );
  height: 30px;
}
.top-menu ul {
  float: right;
  height: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-menu ul li  {
  float: left;
  height: 30px;
}
.top-menu ul li a {
  color: #fff;
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 0;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

#search {
  background-color: #35A3D5;
  background-repeat: no-repeat;
  background-position: 154px 50%;
  border: none;
  color: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  height: 30px;
  line-height: 30px;
  padding-right: 30px;
  padding-left: 10px;
  position: relative;
  width: 140px;
  margin: 5px 10px;
}

.search-mobile, .utility-mobile {
  display: none;
}
.no-match {
  color: #FFF !important;
}


.top-menu ul li a img {
  float: left;
  margin: 0;
  width: auto;
}
.top-menu ul li a span {
  color: #fff;
  float: left;
  font-family: 'Open Sans Bold', Arial, Helvetica, Clean, sans-serif;
  font-size: 11px;
  margin: 0 20px 0 7px;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.top-menu ul li a:hover span {
}

.main-menu  {
  float: right;
  margin-top: 22px;
  list-style: none;
}
.main-menu li a {
  color: #264990;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;

  font-family: 'Open Sans Bold', Arial, Helvetica, Clean, sans-serif;
  font-size: 16px;
  line-height: 50px;
  padding: 20px 15px;
  transition: color 0.3s ease 0s;
}
.main-menu li a:hover {
  color: #35A3D5;
}
.main-menu li a.current {
  color: #35A3D5;
}


.menu-hover {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #35A3D5;
  left: -250px;
  position: absolute;
  top: 50px;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  width: 600px;
  list-style: none;
}
.menu-hover .triangle {
  background-image: url("/library/pagination/images/arrow-menu.svg");
  background-position: center top;
  background-repeat: no-repeat;
  left: 280px;
  opacity: 0;
  top: -15px;
  position: absolute;
  width: 30px;
  height: 15px;
  display: block;
  z-index: 10000;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.main-menu li:hover .menu-hover {
  opacity: 1;
  pointer-events: auto;
  z-index: 100;
}
.navigation ul li .menu-hover  {
  width: 220px;
  float: left;
}
.main-menu li .menu-hover li {
  float: left;
  margin: 0;
  width: 200px;
}

.main-menu li .menu-hover li a {
  background-color: #35A3D5;
  float: left;
  font-size: 15px;
  font-weight: 300;
  display: block;
  height: auto;
  line-height: 40px;
  padding: 0 10px;
  text-align: center;
  text-transform: none;
  width: 200px;

  -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
.main-menu li .menu-hover li:nth-child(3) a {
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius:  8px 0 0 8px;
  border-radius:  8px 0 0 8px;

}
.main-menu li .menu-hover li:last-child a {
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;

}


.main-menu li .menu-hover a:hover {
  background-color:  #264990;
  color: #fff;
}

.main-menu li:hover .menu-hover {
  opacity: 1;
  pointer-events: auto;
}
.main-menu li:hover .menu-hover .triangle {
  opacity: 1;

}
.main-menu li .menu-hover a:hover .btn {
  background-color:  #35A3D5;
}


.main-menu li.monks .menu-hover {
  background-color: #35A3D5;
  left: -50px;
  width: 320px;
  text-align: left;
}
.main-menu li.monks .menu-hover .triangle {
  left: 50px;
}
.main-menu li.monks .menu-hover li {
  border-bottom: 1px solid #86d7f9;
  width: 100%;
}
.main-menu li.monks .menu-hover li:last-child {
  border-bottom: none;
}
.main-menu li.monks .menu-hover li .padding10 {
  padding: 0;
}
.main-menu li.monks .menu-hover li a {
  color: #fff;
  padding: 0;
  width: 100%;
  text-align: left;
  line-height: 50px;
}
.main-menu li.monks .menu-hover li a h5 {
  line-height: 50px;
  margin: 0;
}
.main-menu li.monks .menu-hover li a i {
  color: #86d7f9;
  line-height: 50px;
  margin: 0;
  font-size: 18px;
  margin: 0 10px;
}






/* RISULTATI RICERCA */
.menu-search-hover {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -oz-border-radius: 8px;
  border-radius: 8px;
  background-color: #35A3D5;
  right: 10px;
  position: absolute;
  top: 58px;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  display: none;
  z-index: 100;
  width: 400px;
  margin: 0;
  padding:0;
  /*height: 385px;*/
  min-height: 50px;
  max-height: 385px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.search-container .triangle {
  background-image: url("/library/pagination/images/arrow-menu.svg");
  background-position: center top;
  background-repeat: no-repeat;
  right: 50px;
  display: none;
  bottom: -16px;
  position: absolute;
  width: 30px;
  height: 15px;
  z-index: 100;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.main-menu li .menu-search-hover li {
  float: left;
  margin: 0;
  width: 100%;
  padding: 0;
}
.main-menu li .menu-search-hover li a {
  float: left;
  font-size: 14px;
  font-family: 'Open Sans', Arial, Helvetica, Clean, sans-serif;
  color: #FFFFFF;
  display: block;
  padding: 0;
  width: 100%;
  height: auto;
  line-height: normal;
  text-align: left;
  text-transform: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  border-bottom: 1px solid #264990;
}
.main-menu li .menu-search-hover li:last-child a {
  border-bottom: 0;
}
.main-menu li .menu-search-hover li a p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: normal;
  margin: 5px 0;
}
.main-menu li .menu-search-hover li:first-child a {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius:  8px 8px 0 0;
  border-radius:  8px 8px 0 0;
}
.main-menu li .menu-search-hover li:last-child a {
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
.main-menu li .menu-search-hover a:hover {
  background-color:  #264990;
  color: #fff;
  cursor: pointer;
}
.main-menu li .menu-search-hover a:hover .btn {
  background-color:  #35A3D5;
}
.main-menu li:hover .menu-search-hover {
  /*opacity: 1;*/
  /*pointer-events: auto;*/
}
.main-menu li.search-container:hover .triangle {
  /*opacity:1;*/
}
.menu-search-hover .padding10 {
  float: left;
}

#searchBtn {
  width: auto;
  position: absolute;
  right: 20px;
  top: 13px
}
.search-page input#search2 {
  -webkit-border-radius: 25px;
  -moz-border-radius:  25px;
  border-radius:  25px;
  border: 1px solid #c2c2c2;
  display: block;
  background-color: #35A3D5;
  width:  100%;
  text-indent:15px;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  font-size: 14px;
}
img#searchBtn2 {
  width:auto;
  position: absolute;
  right: 20px;
  top: 13px
}
.search-page .menu-search-hover {
  border-radius: none;
  background-color: #FFF;
  position: relative;
  right: auto;
  top: auto;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  display: none;
  z-index: 100;
  width: 100%;
  margin: 15px 0;
  padding: 0;
  min-height: 50px;
  max-height: 385px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  list-style: none;
}

.search-page.search-container .triangle {
  display: none!important;
}

.search-page .menu-search-hover li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #c2c2c2;
}
.search-page .menu-search-hover li a {
  width: 100%;
  float: left;
}
.search-page .menu-search-hover li a .padding10 {
  float: left;
  width: 96%;
  padding: 10px 2%;
}
.search-page .menu-search-hover li .four {
  width: 28.6666666667%;

}
.search-page .menu-search-hover li .eight {
  width: 70.3333333333%;

}






  /*---------------*/


/* ---------------------------------------------------------------------------------------------------- */
/* 																													*/
/* HOME PAGE ------------------------------------------------------------------------------------------ */
/* 																													*/
/* ---------------------------------------------------------------------------------------------------- */
.boxBase {
  background-color: #dddddd;
  color: #3c4042;
}
.boxBase h1,
.boxBase h2,
.boxBase h3 {
  color: #35A3D5;
}
.boxColor {
  background-color: #35A3D5;
  color: #ffffff;
}
.boxBianco {
  background-color: #ffffff;
}

.gradiente {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9fcfd+0,264990+100 */
  background: #62b8df; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #6bcffc 0%, #264990 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #6bcffc 0%,#264990 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #6bcffc 0%,#264990 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bcffc', endColorstr='#264990',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.gradiente p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.linee, .linee .centratoVert, .linee .displayTable {
  /*height: calc(100vh - 100px);*/
  padding: 30px 0;
}
.gradiente h1 {
  color: #fff;
  margin-top: 40px;
}
.gradiente h1.nomargin {
  margin-top: 0px;
}

.linee .btn {
  padding: 0 40px;
}

.linee h3 {
  font-size: 22px ;
}

.linea .btn {
  background-color: #fff;
  color: #35A3D5;
}
.linea img {
  transform: scale(.85,.85);
  -webkit-transition: transform 0.4s ease 0s;
  -moz-transition: transform 0.4s ease 0s;
  -ms-transition: transform 0.4s ease 0s;
  -o-transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
}
.linea:hover img {
  transform: scale(1,1);
}
.linea p {
  opacity: 0.85;
  -webkit-transition: opacity 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s;
  -ms-transition: opacity 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
.linea:hover p {
  opacity: 1;
}
.linea:hover .btn {
  background-color: #264990;
  color: #fff;
}


.reseller img {
  margin-top: -50px;
}

.img-container {
  background-position: 100% 50%;
  background-size: cover;
}
.img-contain {
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.eventsHome {
  background-image: url("/library/pagination/images/ice.png");
  background-position: 50% 0;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 10%;
}

.eventsHome h2 {
  color: #FFF;
  text-align: center;
  margin: 50px 0 25px 0;
  font-size: 45px;
  font-family: 'Open Sans Light', Arial, Helvetica, Clean, sans-serif;
  font-weight: normal;
}

.eventsHome a {
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: rgba(255,255,255,1);
  display: block;
  overflow: hidden;
  padding: 0;
  width: calc(32.6666666667% - 40px);
  margin: 20px;
}

.eventsHome .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  justify-content:center;
  flex-direction: row;
  flex-wrap: nowrap;
}

.eventsHome a .img-container {
    height: 30vh;
}

.eventsHome a .date {
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  background-color: #35A3D5;
  color: #fff;
  display: inline-block;
  font-family: 'Open Sans Bold', Arial, Helvetica, Clean, sans-serif;
  line-height: 50px;
  padding: 0 20px;
}
.eventsHome a small {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.eventsHome a:hover .date {
  background-color: #264990;
}
.eventsHome a h3 {
  margin-top: 0;
  min-height:45px;
}
.eventsHome a p {
  color: #000000;
  font-size: 15px;
  line-height: 24px;
}

.eventsHome a .padding10 {
  padding: 0 20px 20px 0;
}
.minHeight180 {
  min-height: 180px;
}



.share a {
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  /*border: 1px solid #fff;*/

  background-color: #fff;

  color: #35A3D5;
  display: inline-block;
  font-size: 30px;
  height: 70px;
  line-height: 76px;
  margin: 10px;
  margin-bottom: 50px;
  text-align: center;
  width: 70px;
}
.share a:hover {
  background-color: #264990;
}

img.sponsorList {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 10px;
  width: 15%;
  background: #fff;
  padding: 1%;
}



/* ---------------------------------------------------------------------------------------------------- */
/* 																													*/
/* SUBMENU --------------------------------------------------------------------------------------------- */
/* 																													*/
/* ---------------------------------------------------------------------------------------------------- */

.submenu {
  line-height: 0px;
  padding: 0;
  text-align: center;
  width: 100%;
  z-index: 10;
  background-color: #35A3D5;
}

.submenu .twelve {
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
}

.submenu a {
  background: #35A3D5;
  border-right: 1px solid #fff;
  color: #fff;
  font-family: 'Open Sans Regular', Arial, Helvetica, Clean, sans-serif;
  font-size: 18px;
  float: left;
  padding: 0;
  padding-top: 15px;
  margin: 0;
  text-align: center;
  position: relative;
  text-align: center;
}
.submenu a:last-child {
  border-right: none;
}

.submenu a img {
  -webkit-transition: transform 0.6s ease 0s;
  -moz-transition: transform 0.6s ease 0s;
  -ms-transition: transform 0.6s ease 0s;
  -o-transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  transform: scale(.9);
  width: 50%;
}
.submenu a:hover img {
  transform: scale(1);
}
.submenu a.active  {
  background: #264990;
}
.submenu a span {
  background-color: rgba(255,255,255,.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  height: 120px;
  width: 120px;
}
.submenu a h4 {
  color: #fff;
  float: left;
  font-family: 'Open Sans Bold', Arial, Helvetica, Clean, sans-serif;
  font-size: 15px;
  margin: 20px 0;
  width: 100%;
  text-transform: uppercase;
  -webkit-transition: color 0.6s ease 0s;
  -moz-transition: color 0.6s ease 0s;
  -ms-transition: color 0.6s ease 0s;
  -o-transition: color 0.6s ease 0s;
  transition: color 0.6s ease 0s;
}
.submenu a:hover h4 {
  color: #264990;
}
.submenu a.active:hover h4 {
  color: #35A3D5;
}
.submenu a span i {
  color: #35A3D5;
  font-size: 40px;
  line-height: 120px;
}



/*
.submenu a.active {
  background: #264990;
  color: #fff;
}

.submenu a.active span i {
  color: #264990;
}

.submenu a:hover {
  background: #264990;
  color: #fff;
}


/* ---------------------------------------------------------------------------------------------------- */
/* 																													*/
/* MONK'S --------------------------------------------------------------------------------------------- */
/* 																													*/
/* ---------------------------------------------------------------------------------------------------- */



.map-container {
}
.map {
  cursor: pointer;
}
.map g {
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;

}

.map g:hover {
  opacity: 1 !important;
}
.fotoNormale img {
  width: auto;
}

/* ---------------------------------------------------------------------------------------------------- */
/*																										*/
/* MOUSE WHEEL ---------------------------------------------------------------------------------------- */
/*																										*/
/* ---------------------------------------------------------------------------------------------------- */

.mouse {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  right:0;
  margin:auto;
  width: 20px;
  height: 34px;
  border: 2px solid #FFF;
  border-radius: 15px;
  cursor: pointer;
}
.introProdotto .mouse {
  bottom: auto;
  top: 10px;
  z-index: 5;

}
.mouse .wheel {
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: 0 0 0 -3px;
  background: #FFF;
  border-radius: 50%;
  animation: scrolling 1.8s linear 0s infinite normal none;
}
@-moz-keyframes scrolling {
  0%  	{transform: translate3d(0, 0, 0); 		opacity: 1;}
  35% 	{transform: translate3d(0, 7px, 0);		opacity: 1;}
  50% 	{transform: translate3d(0, 10px, 0);		opacity: 0;}
  51% 	{transform: translate3d(0, 0, 0);		opacity: 0;}
  80% 	{transform: translate3d(0, 0, 0);		opacity: 0;}
}
@-webkit-keyframes scrolling {
  0% 	{transform: translate3d(0, 0, 0);		opacity: 1;}
  35% 	{transform: translate3d(0, 7px, 0);		opacity: 1;}
  50% 	{transform: translate3d(0, 10px, 0);		opacity: 0;}
  51% 	{transform: translate3d(0, 0, 0);		opacity: 0;}
  80% 	{transform: translate3d(0, 0, 0);		opacity: 0;}
}
@-o-keyframes scrolling {
  0% 		{transform: translate3d(0, 0, 0);		opacity: 1;}
  35% 	{transform: translate3d(0, 7px, 0);		opacity: 1;}
  50% 	{transform: translate3d(0, 10px, 0);		opacity: 0;}
  51% 	{transform: translate3d(0, 0, 0);		opacity: 0;}
  80% 	{transform: translate3d(0, 0, 0);		opacity: 0;}
}
@keyframes scrolling {
  0%		{transform: translate3d(0, 0, 0);		opacity: 1;}
  35% 	{transform: translate3d(0, 7px, 0);		opacity: 1;}
  50% 	{transform: translate3d(0, 10px, 0);		opacity: 0;}
  51% 	{transform: translate3d(0, 0, 0);		opacity: 0;}
  80% 	{transform: translate3d(0, 0, 0);		opacity: 0;}
}


/* ---------------------------------------------------------------------------------------------------- */
/* 																													*/
/* PRODOTTI --------------------------------------------------------------------------------------------- */
/* 																													*/
/* ---------------------------------------------------------------------------------------------------- */

.linea-det .btn {
  background-color: #fff;
  color: #35A3D5;
}
.linea-det img {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  -ms-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
  transform: scale(.9,.9);
}
.linee-cat:hover .linea-det img {
  opacity: .4;
}
.linee-cat:hover .linea-det:hover img {
  opacity: 1;
  transform: scale(1,1);
}

.linee-cat .four {
  min-height: 650px;
}

.linee-cat .padding10-20 {
  float: left;
}

.introProdotto {
  /*height: calc(100vh - 110px);*/
  height: calc(100vh - 160px);
  position: relative;
  overflow: visible;
  text-align: center;
}
.introProdotto h1 {
  color: #fff;
  margin: 45px 0 20px 0;
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 1px #000;
}
.introProdotto h2 {
  color: #fff;
  font-size: 30px;
  font-family: 'Open Sans Bold', Arial, Helvetica, Clean, sans-serif;
  position: relative;
  text-transform: none;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.introProdotto img {
  width: auto;
  height: calc(75vh);
  position: relative;
  z-index: 1;
}
.introProdotto .bg {
  position: absolute;
  top: 0;
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
  height: 75vh;
  width: 100%;
  z-index: 0;
}

.introProdotto.introleft {
  text-align: right;
}
.introProdotto.introleft img {
  float: left;
}
.introProdotto.introleft h2 {
  float:  right;
}

.introProdotto.introright {
  text-align: left;
}
.introProdotto.introright img {
  float: right;
}
.introProdotto.introright h2 {
  float:  left;
}

.introProdotto .padding {
  padding: 0 5%;
}

.linee-caramelle-monks h2 {
  font-size: 40px;
  color: #FFF;
  padding:  30px 0 0 0;
  font-family: 'Open Sans Light', Arial, Helvetica, Clean, sans-serif;
  text-transform: none;
}
.focus .videoHeight {
  height: calc(80vh - 110px);
}



.packaging  {
  text-align: center;
}
.packaging img {
  /*height: 400px;
  width: auto;*/
}
.packaging h3 {
  color: #fff;
  font-size: 20px;
}
.packaging .padding40  {
  padding: 20px 40px;
}


.related {
  text-align: center;
}
.related .inline-block {
  width:32.6666666667%;
  min-height: 560px;
}


.fixedImg {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.bgBalsamic {
  background-image: url("/library/pagination/images/bg-balsamic.jpg");
}

.bgBalsamic img {
  position: absolute;
  bottom: -25%;
  width: 40%;
  right: 0;
}
.balsamico-originale {
  width: 670px; margin: 0 auto;
}
.decor-line {
  width: 600px;
  margin: 30px auto;
}


.maschera {
  height: 75vh;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 100vw;
}
.maschera:first-child {
  height: 80vh;
}

.maschera .triangle {
  bottom: -1px;
  line-height: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.maschera .triangle .invert {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.maschera img {
  z-index: 11;
}

.maschera .introProdotto h1 {
  margin: 0;
}

.introProdotto img.caramellaMaschera {
  height: 21vh;
  width: auto;
  position: absolute;
  bottom: 24vh;
  left: 0;
}
.introProdotto img.fotoIngredienti {
  position: absolute;
  left: 0;
  height: auto;
  bottom: 277px;
}
.maschera .caption {
  background: rgba(0,0,0,.7);
  position: absolute;
  text-align: left;
  margin-top: 20px;
  z-index: 0;
}
.maschera:first-child .caption {
}

.maschera .caption h1, .maschera .caption h2, .maschera .caption h4, .maschera .caption h5, .maschera .caption p {
  color: #fff;
}

.maschera .caption h3 {
  color: #9CDFFD;
}
.shareCustom {
  position: absolute;
  bottom: -20px;
  z-index: 12;
  width: 320px;
  left: calc(50% - 180px);
}
.fotoProd {
  /*
  position: absolute;
  bottom: -110px;
  width: 60%;
  z-index: 20;
  right: 0;
  */
  position: absolute;
  bottom: -7vh;
  z-index: 20;
  height: 70vh;
  width: auto;
  left: -10%;
}
.ingredienti img.auto {
  height: 20vh;
  width: auto;
  top: 5vh;
  /*
  position: absolute;
  */
}
.ingredienti img.ingredienti-st {
  height: auto;
  width: 100%;
  top: auto;
}

.fotoIngr {
  bottom: 50px;
  left: 0;
  position: relative !important;
}
.testoIngredienti {
  margin-top: -150px;
  position: relative;
  z-index: 20;
  float: right;
  width: 50%;
}

.divAbsolute {
  position: absolute;
  top: -150px;
  z-index: 20;
}


.caramelle {
  float: left;
  margin: 1%;
  padding: 0;
  width: 18%;
}
.caramelle h5 {
  height: 50px;
  float: left;
  text-align: center;
  width: 100%;
}


.snow {
  width: 100%;
  float: left;
  position: relative;
}
.snow h1 {
  color: #264990;
  margin: 0;
  position: absolute;
  bottom: 25px;
  width: 100%;
  z-index: 10;
}

.indirizzo-monks .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content:flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
  margin-bottom: 25px;
}

.indirizzo-monks .flex h1 {
  margin-top: 0;
}

@media all and (max-width: 1023px) {
  .indirizzo-monks .flex {
    flex-direction: column;
    gap: 10px;
  }
}


/* ---------------------------------------------------------------------------------------------------- */
/* 																													*/
/* BLOG --------------------------------------------------------------------------------------------- */
/* 																													*/
/* ---------------------------------------------------------------------------------------------------- */

.blog h1 {
  margin-top: 50px;
}
.titleBlog {
  background-position: bottom left;
  height: 100px;
}
.titleBlog h1 {
  color: #fff;
  font-size: 52px;
  text-align: right;
  padding-right: 10%;
  margin-top: 200px;
}

.blog-categories-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-categories-list li {
  display: inline-block;
}
.blog-categories-list li a {
  display: block;
}

.lista_paginazione_blog .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  justify-content:center;
  flex-direction: row;
  flex-wrap: wrap;
}

.blog-articles-item {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #D0D7E0;
  margin: 0.5%;
  padding: 0;
 overflow: hidden;
  /* min-width: 290px;*/

}
.twelve .blog-articles-item {
  width: calc(24% - 2px);

}
.eight .blog-articles-item {
  width: 32.5%;
 }

.blog-articles-item .img-container {
  height: 200px;
}
.blog-articles-item h1 {
  font-size: 20px;
  font-family: 'Open Sans', Arial, Helvetica, Clean, sans-serif;
  line-height: 24px;
  /*max-height: 24px;
  overflow: hidden;*/
  margin-top: 20px;
}
.blog-articles-item h3 {
  font-size: 15px;
}
.blog-articles-item .article-details {
  /*height: 195px;
  overflow: hidden;*/
}
.blog-articles-item .article-details p {
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /*max-height: 72px;
  overflow: hidden;*/
}
.blogSubmenu {
  padding-bottom: 20px;
}

.blogSubmenu ul {
  padding: 10px;
  list-style: none;
}
.blogSubmenu li {
  float: left;
  width: 100%;
}
.blogSubmenu li.recenti {
  height: 75px;
}
.blogSubmenu li a {
  -webkit-transition: background-color 0.15s linear;
  -moz-transition: background-color 0.15s linear;
  -o-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
  border-bottom: 1px solid #f5f6f8;
  background-color: #fff;
  display: block;
  margin: 1px 0 0 0;
  padding: 5px;
  float: left;
  width: calc(100% - 10px);

}
.blogSubmenu li:first-child a {
  background-color: #f5f6f8;
}
.blogSubmenu .recenti li a .img-container {
  margin: 0 15px 0 0;
  height: 80px;
  width: 80px;
}
.blogSubmenu li a h5 {
  color: #162E60;
  font-size: 16px;
  padding-top: 5px;
}
.blogSubmenu li a p {
  margin: 4px 0;
}

.blogSubmenu .categories li a {
  color: #264990;
  font-size: 16px;
  line-height: 32px;
  padding-left: 12px;
}
.blogSubmenu li a:hover {
  background-color: #D0D7E0;
}

.blogSubmenu .tags li  {
  width: auto;
}
.blogSubmenu .tags li.w100  {
  width: 100%;
}
.blogSubmenu .tags li a {
  background-color: #fff;
  color: #264990;
  margin: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
}

.blogSubmenu li a.active {
  background-color: #35A3D5;
  color: #fff;
}
.articolo-blog h2 {
  color: #264990;
  font-size: 22px;
  line-height: 30px;
}

  /* blog detail */

.gallery .plus {
  background-color: #35A3D5;
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
  -webkit-transition: background-color 0.15s linear;
  -moz-transition: background-color 0.15s linear;
  -o-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}
.gallery:hover .plus {
  background-color: #264990;
}
.gallery .plus img {
  margin-top: 4px;
  width: auto;
}

.prevoius-article, .next-article {
  background-color: #35A3D5;
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
  -webkit-transition: background-color 0.15s linear;
  -moz-transition: background-color 0.15s linear;
  -o-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}
.prevoius-article img, .next-article img {
  margin-top: 4px;
  width: auto;
}
.prevoius-article {
  right: 61px;
}
.inactive {
  background-color: #c2c2c2;
}
.inactive a, .inactive a:hover {
  cursor: default;
  pointer-events: none;
}

.social {
  text-align: center;
}
.social a {
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;

  /*border: 1px solid #fff;*/
  background: #264990;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  height: 50px;
  line-height: 56px;
  margin: 10px;
  text-align: center;
  width: 50px;
}
.social a:hover {
  background-color: #35A3D5;
}
.social a i {
  line-height: 50px;
}




/* ---------------------------------------------------------------------------------------------------- */
/* 																													*/
/* FOOTER --------------------------------------------------------------------------------------------- */
/* 																													*/
/* ---------------------------------------------------------------------------------------------------- */

.footer {
  background-color: #264990;
  padding: 30px 0;
}
.footer h3 {
  color: #35A3D5;
}
.footer a {
  color: #fff;
  line-height: 28px;
  display: block;
  font-size: 15px;
  font-family: 'Open Sans Light', Arial, Helvetica, Clean, sans-serif;
  text-indent: 10px;

  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.footer a:hover {
  background-color: #162E60;
}
.footer a.btn {
  line-height: 46px;
}

.datiSocietari {
  background-color: #162E60;
  color: #fff;
  line-height: 50px;
 }


/* ---------------------------------------------------------------------------------------------------- */
/* 																													*/
/* AREA RISERVATA --------------------------------------------------------------------------------------------- */
/* 																													*/
/* ---------------------------------------------------------------------------------------------------- */



.loginContainer {
  background: #fff;
  /*border: 2px solid #8C98A6;*/
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 40px 0;
  text-align: center;
}



.border-radius {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.hover {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.areadownload {
  width: 24.25%;
}

@media all and (max-width: 1180px) {
  .areadownload {
    width: 32.6666666667%;
  }
}

@media all and (max-width: 1023px) {
  .areadownload {
    width: 49.5%;
  }
}

@media all and (max-width: 767px) {
  .areadownload {
    width: 100%;
    margin-left: 0;
    padding: 0;
    margin-top: 20px;
  }
}


.areadownload a {
  display:  flex;
  justify-content: center;
  align-items: center;
  color: #000;
}

.areadownload a img {
  margin-right: 20px;
  width: calc(49.5% - 20px);
}

.areadownload a h3 {
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.areadownload a:hover h3 {
}


/* ---------------------------------------------------------------------------------------------------- */
/* 																													*/
/* LOADER --------------------------------------------------------------------------------------------- */
/* 																													*/
/* ---------------------------------------------------------------------------------------------------- */
.loader {
  background: rgba(53, 163, 213, .3);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  text-align: center;
  z-index: 10000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
}
.loader img {
  margin-top: 20%;
  width: 100px;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																													*/
/* BASIC FORM DESIGN ---------------------------------------------------------------------------------- */
/* 																													*/
/* ---------------------------------------------------------------------------------------------------- */
select {
  background-color: #ffffff;
  border: 1px solid #E1E2E3;
  color: #ADADAD;
  font-size: 14px;
  height: 36px;
  line-height: 38px;
  padding: 9px;
  -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);
  width: 100%;
}
select option {
  padding: 5px;
}
select.open-down {
  border: 1px solid #e1e2e3;
  background:transparent;
  background: url(/library/pagination/icons/open-down.png) no-repeat right #FFFFFF;
  overflow:hidden;
  padding-right: 25px;
  margin: 10px 0 10px 0;
  font-size: 14px;
  color: #636466;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 37px;
  line-height: 37px;
  text-indent: 3px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select.open-down.error {
  border-color: #c60f13;
  color:  #c60f13;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: #f5f6f8;
  font-family: inherit;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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);
  color: #636466;
  font-size: 14px;
  margin: 10px   0 10px 0;
  padding: 0;
  height: 35px;
  line-height: 20px;
  text-indent: 10px;
  width: 100%;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
textarea {
  height: auto;
  padding-top: 6px;
}
input[type="checkbox"] {
  clear: both;
}
/* SEARCH INPUT -------------------------------------------------------------------------------------- */
input[type="text"].searchfield {
  padding: 2% 5%;
  height: 22px;
  line-height: 22px;
  width: 90%;
  margin: 0;
  margin-top: 20px;
  font-size: 0.75rem;
  color: #3c4042 !important;
}
input[type="text"].oversize,
input[type="password"].oversize,
input[type="date"].oversize,
input[type="datetime"].oversize,
input[type="email"].oversize,
input[type="number"].oversize,
input[type="search"].oversize,
input[type="tel"].oversize,
input[type="time"].oversize,
input[type="url"].oversize,
textarea.oversize {
  font-size: 17px;
  padding: 4px 6px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #b3b3b3;
}
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #ddd;
}
input#BASentryCode {
  float: left;
  margin: 0 15px;
  width: 165px;
}
fieldset {
  border: solid 1px #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 12px 12px 0;
  margin: 18px 0;
}
fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 3px;
  margin: 0;
  margin-left: -3px;
}

.footer input, .footer .btn {
  width: 285px;
  padding: 0 10px!important;
}

form .btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}


/* GESTIONE ERRORI FORM ---------------------------------------------------------------------------------- */
.error input,
input.error,
.error textarea,
textarea.error {
  border: 1px solid #c60f13!important;
  -webkit-box-shadow: 0px 0px 2px 0px #c60f13 !important;
  -moz-box-shadow: 0px 0px 2px 0px #c60f13 !important;
  box-shadow: 0px 0px 2px 0px #c60f13 !important;
  color: #c60f13 !important;
  font-weight: bold!important;
  opacity: 1!important;
}
.error label,
label.error {
  color: #c60f13 !important;
}
.error small,
small.error {
  display: block;
  padding: 6px 4px;
  margin-top: -13px;
  margin-bottom: 12px;
  background: #c60f13;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.error textarea:focus,
textarea.error:focus {
  background: #fafafa;
  border-color: #b3b3b3;
}
.ie {
  background: #fff;
  bottom: 0;
  display: none;
  left: 0;
  padding-top: 10%;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 9999999999;
}
.ie, .ie h1, .ie h2, .ie h4, .ie p {
  color: #35A3D5;
}


.nodesktop, .notablet {
  display: none;
}
.h60per {
  height: 60%;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* COOKIE --------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
#cookie {
  position: fixed;
  width: 100%;
  height: auto;
  background: #35A3D5;
  z-index: 999;
  bottom: 0;
  color: #fff;
}
#cookie p {
  color: #fff;
  margin: 15px;
  margin-right:80px;
  font-size: 13px;
}
#cookie a {
  font-weight: bold;
  color: #264990;
}

#cookie h1 {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin: 15px;
}
#cookie .cookieclose {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  cursor: hand;
  font-size: 13px;
  z-index: 1000;
}
#cookie-info-container h2 {
  font-weight: 900;
  color: #fff;
  font-size: 24px;
}
#cookie-info-container h3 {
  font-weight: 400;
  font-size: 18px;
}


/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* LOADER --------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
#loader, .loader {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  z-index: 10;
  background-color: rgba(21, 69, 119, 0.8);
}
#loader img, .loader img  {
  margin-top: 50px;
}

