
/*
	SpecificSections.css
	TemplateName: Business Management
	Copyright (c) 2015, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/

/* General
------------------------------------------------------------------------------------------------- */
body {
	overflow-x: hidden;
} 

body > form {
    padding-top: 160px;
}

.section {
	margin-bottom: 50px !important;
}

.content.col-xs-12 {
	padding: 0;
}

.section.no-margin,
header .section,
footer .section,
.section.menu {
	margin-bottom: 0 !important;
}

.section-title {
  margin-bottom: 30px;
  text-transform: uppercase;
}

.section-title h1, 
.section-title h2,
.section-title .h2 {
  margin: 0;
  color: #58585A;
}

.section-title span.h2 {
	font-size: 19px;
	font-weight: 500;
}

.section-title h2 {
	font-weight: 500;
	font-size: 20px;
	position: relative;
}

.site-view-articles-last-by-category .section-title h2:after {
	content: "";
	width: 65.7%;
	height: 1px;
	position: absolute;
	right: 0px;
	background-color: #878787;
	bottom: 13px;
}

.btn-more-arrow {
	position: relative;
	color: #3D829E;
	font-style: italic;
}

.btn-more-arrow::after {
	background-image: url('../Images/Arrow.png');
	content: "";
	height: 12px;
	width: 13px;
	display: inline-block;
	background-size: cover;
	background-position: top cemter;
	margin-left: 9px;
}

.btn-more-arrow:hover {
	color: #000;
}

.btn-more-arrow:hover:after {
  background-position: bottom center;
}

.btn-more-arrow.white {
	color: #FFF;
}

.btn-more-arrow.white::after {
	background-image: url('../Images/ArrowWhite.png');
}

.btn-more-arrow.white:hover {
	color: #000;
}


#content::after, 
#middle::after {
	clear: both;
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
}

@media(max-width: 1450px){
	.site-view-articles-last-by-category .section-title h2:after {
		width: 66%;
	}
	
	.section-title h2 {
		font-size: 18px;
	}
}

@media(max-width: 1200px){
	.site-view-articles-last-by-category .section-title h2:after {
		width: 65%;
	}
}

@media(max-width: 991px){
	.site-view-articles-last-by-category .section-title h2:after {
		width: 48%;
	}
}

@media(max-width:767px){
	body {
		font-size: 13px;
	}
	.container {
	  padding-left: 10px;
	  padding-right: 10px;
	}
	.section {
	  margin-bottom: 30px !important;
	}
	.section-title {
		margin-bottom: 15px;
	}
	.section-title h2 {
		font-size: 18px;
	}
	.site-view-articles-last-by-category .section-title h2:after {
		display: none;
	}
}

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




/* Header
------------------------------------------------------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #FFF;
  transition: all 0.4s ease 0s;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
  z-index: 9;
}

header .logo-cai {
  margin-bottom: 0 !important;
  position: absolute;
  left: 0 auto;
}

.navbar-brand img {
  transition: max-height 0.4s;
  max-height: 80px;
  display: inline-block;
}

header .logo-cai img {
  max-height: 80px;
  transition: max-height 0.4s;
}

header .container {
  position: relative;
}

header .toggle-menu:hover {
  color: #3D829E;
}

header.shrink {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #878787;
}

header.shrink .logo-cai img {
  max-height: 60px;
}

header.shrink .navbar-brand img {
  max-height: 60px;
}

/*Apertura e chiusura menu*/
header .toggle-menu,
.overlay-menu a.toggle-menu {
  position: absolute;
  right: 15px;
  top: 0;
  color: #3D829E;
  font-family: Exo;
  font-size: 17px;
  letter-spacing: 2px;
}

.overlay-menu a.toggle-menu {
	top: 50px;
	color: #FFF;
	right: 0;
}

header a.toggle-menu .menu-icon, .overlay-menu a.toggle-menu .menu-icon {
	background-image: url('../Images/OpenNav.png') !important;
	width: 53px;
	height: 38px;
	display: block;
	background-position: left center;
	background-size: cover;
	margin-top: 15px;
	/*transition: all 0.4s ease 0s;*/
}

.overlay-menu a.toggle-menu .menu-icon {
	background-image: url('../Images/CloseNav.png') !important;
}

header a.toggle-menu:hover .menu-icon,
.overlay-menu a.toggle-menu:hover .menu-icon {
  background-position: right center;
}

header.shrink .toggle-menu .menu-icon,
.page-scrolled .overlay-menu .toggle-menu .menu-icon {
  width: 45px;
  height: 32px;
  margin-top: 7px;
}

header.shrink .toggle-menu, 
.page-scrolled .overlay-menu .toggle-menu {
	font-size: 15px;
}

@media(max-width:991px){
	body > form {
	  padding-top: 130px;
	}
	header {
	  padding-top: 30px;
	}
	header .logo-cai img {
	  max-height: 70px;
	}
	.navbar-brand img	{
	  max-height: 70px;
	}
	header .toggle-menu {
	  top: -4px;
	}
	.overlay-menu a.toggle-menu {
		top: 27px;
		right: 13px;
	}
	header a.toggle-menu .menu-icon, 
	.overlay-menu a.toggle-menu .menu-icon,
	header.shrink .toggle-menu .menu-icon, 
	.page-scrolled .overlay-menu .toggle-menu .menu-icon	{
	  margin-top: 10px;
	}
}

@media(max-width:767px){
	body > form {
	  padding-top: 62px;
	}
	header, header.shrink {
	  padding: 15px 0;
	}

	header .logo-cai img,
	header.shrink .logo-cai img {
	  max-height: 32px;
	}
	.navbar-brand img,
	header.shrink .navbar-brand img {
	  max-height: 32px;
	}
	header .toggle-menu, 
	.overlay-menu a.toggle-menu,
	header.shrink .toggle-menu, 
	.page-scrolled .overlay-menu .toggle-menu	{
	  font-size: 13px;
	  letter-spacing: 0;
	  right: 10px;
	  top: -8px;
	}
	header a.toggle-menu .menu-icon, 
	.overlay-menu a.toggle-menu .menu-icon,
	header.shrink .toggle-menu .menu-icon, 
	.page-scrolled .overlay-menu .toggle-menu .menu-icon	{
	  width: 34px;
	  height: 20px;
	  margin-top: 0;
	}
	header a.toggle-menu .menu-icon {
		background-image: url('../Images/OpenNavXS.png') !important;
	}
}

/*Menù*/
.overlay-menu {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 12;
	top: 0;
	left: 0;
	background-color: rgba(61,130,158,0.9);
	overflow-x: hidden;
	transition: 0.5s;
	width: 0;
}

.open-navbar .overlay-menu {
	width: 100%;
}

.overlay-content {
	position: relative;
	top: 0;
	width: 100%;
	margin: 0 auto;
	padding: 155px 0 0;
}

@media (min-width: 768px) {
  .overlay-content {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .overlay-content {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .overlay-content {
    max-width: 1130px;
  }
}
@media (min-width: 1450px) {
  .overlay-content {
    max-width: 1130px;
  }
}


.overlay-content:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/*Voci di menù*/
.section.menu {
  width: 10%;
  float: left;
}

.navbar-nav {
  float: none;
}

.navbar-nav > li {
  display: block;
  float: none;
}

.navbar-nav > li:first-child > a {
	font-size: 50px;
	margin-bottom: 40px;
}

.navbar-nav > li > a {
	color: #FFF;
	padding: 0;
	text-transform: uppercase;
	font-size: 27px;
	font-weight: 300;
	line-height: 45px;
	font-family: Exo;
	margin-bottom: 15px;
}

.navbar-nav > li > a .caret {
  display: none;
}

.navbar-nav > li > .dropdown-menu {
	display: block;
	position: relative;
	float: none;
	background-color: transparent;
	box-shadow: none;
	border: none;
	margin: 0 0 15px;
	padding-left: 24px;
}

.dropdown-menu > li > a {
	color: #FFF;
	padding: 0;
	font-size: 20px;
	font-family: Exo;
	text-transform: uppercase;
	white-space: inherit;
}

.navbar-nav > li.active > a {
	color: #000;
}

.nav > li > a.dropdown-toggle {
  cursor: pointer;
}

.nav > li > a.dropdown-toggle:hover {
  color: #000;
}

/*Menù secondario*/
.secondary-menu {
  float: left;
  width: 80%;
  padding-left: 30px;
  color: #FFF;
}

.secondary-menu .secondary-links::after {
	clear: both;
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
}

.secondary-menu .secondary-links .section {
	padding-left: 50px;
}

.secondary-menu .secondary-links .section {
  width: 43%;
  float: left;
  height: 600px;
  padding-left: 30px;
}

.secondary-menu .secondary-links a {
  color: #FFF;
  font-family: Exo;
  display: block;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 400;
}

.secondary-menu .secondary-links .section:first-child a {
  font-size: 22px;
  font-weight: 400;
  padding-left: 15px;
}


.secondary-menu .secondary-links a.active,
.secondary-menu .secondary-links a:hover {
  color: #000;
}

.secondary-menu .secondary-links > .section:first-child {
	border-right: 1px solid #fff;
	width: 27%;
	padding-left: 30px;
}

.secondary-menu .secondary-links .title {
	font-size: 50px;
	color: #FFF;
	padding: 0;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 45px;
	font-family: Exo;
	margin-bottom: 43px;
	display: inline-block;
}

.secondary-menu .secondary-links .section:first-child .title {
    color: #FFF;
    padding: 0;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
    line-height: 45px;
    font-family: Exo;
    margin-bottom: 15px;
    display: inline-block;
    margin-top: 85px;
}

.secondary-menu .secondary-links .rubrics {
	margin-top: 50px;
}

.advertisements-menu {
	width: 30% !important;
	border-left: 1px solid #000;
}

.advertisements-menu a {
	color: #11354e !IMPORTANT;
	font-size: 28px !important;
}

.advertisements-menu a:hover {
	color: #fff !important;
}

.advertisements-menu .title {
	text-transform: uppercase;
	color: #11354e !IMPORTANT;
	font-style: normal !important;
	font-weight: 400;
}

.advertisements-menu .title a {
	font-size: 36px !important;
	margin-top: 20px
}

/*Ricerca avanzata*/
.secondary-search a {
  color: #FFF;
  font-family: Exo;
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
  line-height: 50px;
}

.secondary-search a:hover {
  color: #000;
}

.secondary-search a .icon {
	background-image: url(../Images/SearchHeaderIcon.png);
	width: 50px;
	height: 50px;
	display: inline-block;
	background-size: cover;
	background-position: top;
	float: left;
	margin-right: 20px;
}

.secondary-search a:hover .icon {
  background-position: bottom;
}

@media(max-width: 1200px){
	
	.navbar-nav > li:first-child > a,
	.secondary-menu .secondary-links .title {
		font-size: 35px;
		margin-bottom: 30px;
	}

	.navbar-nav > li > a,
	.secondary-menu .secondary-links a {
		font-size: 25px !important;
		margin-bottom: 7px;
	}

	.secondary-menu .secondary-links .section:first-child a {
		font-size: 19px !Important;
		margin-bottom: 12px;
	}

	.secondary-menu .secondary-links .section:first-child .title {
		margin-bottom: 7px;
	}
}

@media(max-width:991px){
	
	.navbar-nav > li > a {
	  font-size: 29px;
	  line-height: 36px;
	}
	
	.overlay-content {
	  padding-top: 120px;
      display: flex;
      flex-wrap: wrap;
	}

	.section.menu {
		width: 50%;
		padding: 20px;
		box-sizing: border-box;
		z-index: 99;
	}

	.secondary-menu {
	    display: flex;
	    flex-wrap: wrap;
	    width: 100%;
	    padding: 20px;
	    box-sizing: border-box;
	    position: absolute;
	}

	.secondary-menu .section {
	    width: 100%;
	    padding: 10px 0;
	}

	.secondary-menu .secondary-links .section {
		height: 480px;
		width: 45%;
		padding: 2px;
	}

	.secondary-menu .secondary-links > .section:first-child {
	    width: 55%;
	    margin-left: 45%;
	    padding: 20px 50px;
	    box-sizing: border-box;
	    border-right: 0px;
	    border-left: 1px solid #fff;
	}

	.secondary-menu .secondary-links .section:first-child .title {
		margin-top: 34px;
		font-size: 25px !important;
	}

	.secondary-menu .secondary-links .section:first-child a {
		margin-bottom: 8px;
	}

	.secondary-menu .section a,
	.secondary-menu .section .title {
	    line-height: 1.4;
	    display: block;
	}

	.secondary-menu .section .title {
	    font-size: 35px !IMPORTANT;
	}

	.section.menu .navbar-nav > li:first-child > a {
		font-size: 35px !Important;
	}

	.secondary-menu .secondary-links .section.advertisements-menu {
		padding-left: 50px;
	}

}

@media(max-width:767px){
	.overlay-menu a.toggle-menu {
	  top: 8px;
	  z-index: 3;
	}
	.overlay-menu a.toggle-menu .menu-icon {
	  height: 24px;
	  margin-top: 2px;
	}
	.overlay-content {
	  padding: 5px 10px 10px 10px;
	}
	.section.menu {
	  max-width: 100%;
	  float: none;
	  padding: 0px;
	}
	.navbar-nav {
	  margin-left: 0;
	}
	.navbar-nav > li > a {
	  font-size: 18px !important;
	  line-height: 25px;
	  margin-bottom: 3px;
	}
	.dropdown-menu > li > a {
	  font-size: 16px;
	}
	.navbar-nav > li > .dropdown-menu {
	  margin-bottom: 10px;
	}
	.secondary-menu {
	  border-left: none;
	  width: 100%;
	  float: none;
	  position: relative;
	  padding: 0px;
	  display: block;
	}
	.secondary-menu .secondary-links .section {
	  width: 100%;
	  float: none;
	  margin-bottom: 14px !important;
	  min-height: auto;
	  height: auto;
	  border-top: 1px solid #fff;
	  padding-top: 15px;
	}

	.advertisements-menu {
		padding-top: 20px !important;
	}
	.secondary-menu .secondary-links .title {
		font-size: 18px !important;
		margin-bottom: 10px;
		padding-top: 0px;
	}
	.secondary-menu .secondary-links a {
	  font-size: 18px !important;
	  margin-bottom: 5px;
	  margin-top: 0px;
	}
	.secondary-menu .secondary-links .rubrics {
	  margin-top: 20px;
	}

	.section.menu .navbar-nav > li:first-child > a {
		font-size: 20px !Important;
		margin-bottom: 10px;
	}

	.secondary-menu .secondary-links > .section:first-child {
		margin-left: 0px;
		width: 100%;
		padding: 0px;
		border: 0px;
		position: relative;
		height: auto;
	}

	.secondary-menu .secondary-links .section:first-child .title {
		font-size: 18px !Important;
		margin-top: -20px;
		line-height: 22px;
	}

	.secondary-menu .secondary-links .section:first-child a {
		margin-bottom: 3px;
		font-size: 16px !important;
	}

	.secondary-menu .secondary-links .section.advertisements-menu {
		padding: 0px;
		border: 0px;
		border-top: 1px solid #000;
		display: block;
		width: 100% !important;
	}
}

/*Quick Links*/
.quick-links {
	text-transform: uppercase;
	border-top: 1px solid #878787;
	padding-top: 15px;
	color: #000;
	font-family: Exo;
	font-size: 13px;
	margin-bottom: 50px;
}

.quick-links .section {
	margin-bottom: 15px !important;
}

.quick-links a {
	color: #58585A;
}

#quicklink-submenu a {
	color: #377D9F;
}

.quick-links a+a:after {
  content: "//";
  margin: 0 10px 0 5px;
  font-weight: normal;
  color: #000;
}

#quicklink-submenu a+a:after {
	display: none;
}

#quicklink-submenu a+a:before {
  content: "|";
  margin: 0px 4px 0px 2px;
}

.quick-links a:hover,
.quick-links a.active {
  color: #377D9F;
  font-weight: bold;
}

@media(max-width:767px){
	.quick-links a + a::before {
	  margin: 0 4px 0 1px;
	}
	.quick-links {
	  font-size: 12px;
	  padding-top: 10px;
	}
	.quick-links .section {
	  margin-bottom: 15px !important;
	}

	#quicklink-submenu a+a:after {
		margin: 0px 2px 0px 0px;
	}
	
}
/* ---------------------------------------------------------------------------------------------- */



/* Fixed Link
------------------------------------------------------------------------------------------------- */
.fixed-link {
	position: fixed;
	left: 0;
	top: 81%;
	margin-top: -129px;
	z-index: 9;
}

.fixed-link a {
	background-color: rgba(61,130,158,0.8);
	display: block;
	color: #FFF;
	font-family: Exo;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	padding: 10px 10px;
	margin-bottom: 5px;
}

.fixed-link a img {
  max-width: 45px;
  margin: 0 auto 9px;
}

.fixed-link a:last-child {
	padding-top: 19px;
    padding-bottom: 20px;
    background-color: rgba(101, 129, 167, 0.8);
}

.fixed-link a:hover {
	background-color: rgba(61,130,158,1);
}

.fixed-link a:last-child:hover {
	background-color: rgba(101,129,167,1);
}

@media(max-width:767px){
	.fixed-link {
		top: auto;
		margin-top: 0;
		bottom: 30px;
	}
	.fixed-link a img {
	  max-width: 25px;
	  margin-bottom: 6px;
	}
	.fixed-link a {
	  font-size: 10px;
	  padding: 5px;
	}
	.fixed-link a:last-child {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

.fixed-link.cms-search {
	margin-bottom: 0px !important;
	margin-top: -239px;
	background-color: rgba(100,115,94,0.8);
	display: block;
	color: #FFF;
	font-family: Exo;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
}

.fixed-link.cms-search:hover {
	background-color: rgba(100,115,94,1);	
}

.fixed-link.cms-search .search-filter {
	width: 300px;
	position: absolute !important;
	left: 109.5px;
	background-color: rgba(255,255,255,0.5);
	height: 105px;
	padding: 33px 20px 24px;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease-in-out;
	background-color: rgba(100,115,94,1);
	transform: translateX(-20px);
}

.fixed-link.cms-search .search-filter.show {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0px);
}

.fixed-link.cms-search .search-filter .search-button {
	top: 38px !Important;
	right: 28px !Important;
	font-size: 14px !Important;
	line-height: 16px!Important;
	background-color: transparent;
	padding: 3px;
	color: #64735B;
}

.fixed-link.cms-search .search-icon {
	display: block;
	color: #FFF;
	font-family: Exo;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	padding: 10px 10px 4px;
	margin-bottom: 5px;
	min-width: 110px;
	line-height: 16px;
	cursor: pointer;
}

.fixed-link.cms-search .search-icon .icon:after {
	content: "";
	background-image: url('../Images/SearchIconwhite.png');
	width: 45px;
	margin: 0 auto 9px;
	display: block;
	height: 45px;
	background-size: cover;
	background-position: center;
}

.fixed-link.cms-search .search-button:hover {
	 color: #64735B !Important;
}

.fixed-link.cms-search .search-filter input {
	border: 0px;
	box-shadow: none;
}

@media(max-width:767px){
	.fixed-link.cms-search {
		bottom: 214px;
	}

	.fixed-link.cms-search .search-filter {
		padding: 15px;
		height: 69px;
		left: 79px;
		width: 250px;
	}

	.fixed-link.cms-search .search-icon .icon:after {
	  max-width: 25px;
	  height: 25px;
	  margin-bottom: 6px;
	}
	
	.fixed-link.cms-search .search-icon {
	  font-size: 10px;
	  padding: 7px 5px;
	  min-width: 79px;
	  line-height: 12px;
	  margin-bottom: 0px;
	}
	
	.fixed-link a:last-child {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.fixed-link.cms-search .search-filter input {
		font-size: 14px;
	}

	.fixed-link.cms-search .search-filter .search-button {
		top: 22px !Important;
	}

}

/* Risultati di ricerca */

.cms-search-results .search-filter .search-button {
	font-size: 20px !important;
}

.cms-search-results .search-results .item a .title {
	font-family: Exo;
	font-weight: 500 !important;
}

.cms-search-results .search-results .item a .url {
    font-family: IBM Plex Mono;
    display: none !IMPORTANT;
}

@media(max-width: 767px){
	.cms-search-results .search-results .item a .url {
		font-size: 13px !important;
	}
}
/* ---------------------------------------------------------------------------------------------- */


/* Paginatore
------------------------------------------------------------------------------------------------- */

.pagination {
   padding: 0 30px;
   text-align: center;
   width: 100%;
   font-size: 12px;
}


.pagination a {
   cursor: pointer;
   margin: 2px;
   padding: 2px 5px;
}

.pagination .first-page, 
.pagination .last-page, 
.pagination .previous-page, 
.pagination .next-page {
	border-radius: 0;
	font-size: 12px;
	border: 1px solid rgba(61,130,158,1.9);
	color: #333;
	font-weight: 400;
	display: inline-block;
	text-align: center;
	box-shadow: none;
	min-width: 30px;
	height: 30px;
	padding: 6px !important;
}

.pagination .first-page:hover,
.pagination .last-page:hover,
.pagination .previous-page:hover,
.pagination .next-page:hover {
	background-color: #f7f7f7;
    border-color: #adadad;
}


.pagination a.disabled, 
.pagination a.disabled:hover {
	cursor: default;
	background-color: #FFF;
	border: 1px solid rgba(61, 130, 158, 0.4);
	color: rgba(61, 130, 158, 0.4);
	text-decoration: none;
}

.pagination .page-number {
	color: #FFF;
	background-color: rgba(101, 129, 167, 0.8) !important;
	width: 30px !important;
	height: 30px !important;
	display: inline-block;
	padding: 7px !important;
	line-height: 15px;
}

.pagination .page-number:hover {
	opacity: 0.7;
}

.pagination .total-rows {
	margin-left: 5px;
	display: block;
	margin-top: 10px;
	width: 100%;
	font-size: 13px;
}

.pagination .page-number.current,
.pagination .page-number.current.disabled {
  	background-color: rgba(61,130,158,0.8) !IMPORTANT;
  	color: #FFF !important;
}

.pagination a:hover {
    background-color: rgba(61,130,158,0.8) !IMPORTANT;
    color: #fff!important;
    opacity: 1 !important;
    border: 1px solid rgba(61,130,158,0.8) !IMPORTANT;
}

.pagination span.goto-page {
	margin-left: 50px;
	margin-right: 10px;
}

.pagination a.goto-page {
	background-color: rgba(101, 129, 167, 0.8) !important;
	width: 46px !important;
	height: 34px !important;
	display: inline-block;
	padding: 7px !important;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
}

.pagination a.goto-page:hover {
	background-color:rgba(61,130,158,0.8) !IMPORTANT;
}

@media(max-width: 991px){
	
	.pagination span.goto-page {
		margin-left: 0px;
		display: block;
		margin-top: 20px;
	}
}

@media(max-width: 767px){
	.pagination {
		padding:0px;
		margin: 10px 0px;
	}

	.pagination span.goto-page {
		margin-top: 10px;
	}

	.pagination .total-rows {
		font-size: 12px;
	}
}

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



/* Flex
------------------------------------------------------------------------------------------------- */
@media(min-width:992px){
	#flexContent,
	#flexContentInverse {
		display: flex;
	}

	#flexContent .right-column,
	#flexContentInverse .right-column {
		padding: 0 15px;
		position: sticky;
		bottom: 0;
	}

	#flexContent .left-column {
		padding: 0 15px;
		position: sticky;
		top: 80px;
		align-self: flex-start;
	}
	
	#flexContentInverse .left-column {
		padding: 0 15px;
		position: sticky;
		bottom: 0;
		align-self: flex-start;
	}

	#flexContent .left-column {
		padding-right: 92px;
	}

	#flexContent .right-column {
		padding-right: 0;
	}

	#flexContentInverse .left-column {
	  padding-left: 0;
	  padding-right: 0;
	}

	#flexContentInverse .right-column {
	  padding-left: 0;
	}
}
/* ---------------------------------------------------------------------------------------------- */


/* Articolo in evidenza e recenti - Home
------------------------------------------------------------------------------------------------- */
.site-view-articles-evident .item,
.site-view-articles-last-days .item {
  display: block;
  color: #000;
  margin-bottom: 50px;
  position: relative;
}

.site-view-articles-evident .section-body {
   display: flex;
   flex-wrap: wrap;
   margin: -15px;
}

.site-view-articles-evident .item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 15px;
  width: 50%;
  position: relative;
  height: 664px;
}

.site-view-articles-evident .item:first-child {
  width: 100%;
  padding-left: 300px;
  height: auto;
}

.site-view-articles-evident .item .image-content,
.site-view-articles-last-days .item .image-content,
.article-item .image-content,
.podcast-item .image-content,
.nuvolario-item .image-content,
.mondo-cai-item .image-content,
.travel-diary-item .image-content,
.book-of-week-item .image-content,
.mountaineering-days-item .image-content {
  overflow: hidden;
}


.site-view-articles-evident .item .image,
.site-view-articles-last-days .item .image,
.article-item .image,
.podcast-item .image,
.nuvolario-item .image,
.mondo-cai-item .image,
.travel-diary-item .image,
.book-of-week-item .image,
.mountaineering-days-item .image {
  height: 400px;
  position: relative;
  background-size: cover;
  background-position: center;
  transition: all 0.4s ease 0s;
}

.site-view-articles-evident .item:hover .image,
.site-view-articles-last-days .item:hover .image,
.article-item:hover .image,
.podcast-item:hover .image,
.nuvolario-item:hover .image,
.mondo-cai-item:hover .image,
.travel-diary-item:hover .image,
.book-of-week-item:hover .image,
.mountaineering-days-item:hover .image {
   transform: scale(1.05);
}

.site-view-articles-evident .item .main-category,
.site-view-articles-last-days .item  .main-category,
.article-item .main-category,
.book-of-week-item .main-category,
.mountaineering-days-item .main-category {
  background-color: #3D829E;
  text-transform: uppercase;
  color: #FFF;
  padding: 6px 25px;
  font-family: IBM Plex Mono;
  letter-spacing: 2px;
  position: absolute;
  right: -15px;
  top: 30px;
  z-index: 2;
}

.site-view-articles-evident .item .main-category {
	right: 0px;
}

/*.site-view-articles-evident .item .image .main-category:hover,
.site-view-articles-last-days .item .image .main-category:hover,
.article-item .image .main-category:hover,
.nuvolario-item .image .main-category:hover,
.travel-diary-item .image .main-category:hover {
  background-color: #000;
}*/

.site-view-articles-evident .item .text {
  position: absolute;
  right: 50px;
  top: 300px;
  display: table;
  height: 400px;
  transition: all 0.4s ease 0s;
}

.site-view-articles-evident .item:first-child .text {
  position: absolute;
  left: 0;
  top: 0;
  display: table;
  height: 400px;
  transition: all 0.4s ease 0s;
}

.site-view-articles-evident .item:hover .text {
  right: 80px;
  transition: all 0.4s ease 0s;
}

.site-view-articles-evident .item:first-child:hover .text {
  left: 30px;
  transition: all 0.4s ease 0s;
}

.site-view-articles-evident .item .text .text-content {
	display: table-cell;
	vertical-align: middle;
	width: 440px;
}

.site-view-articles-evident .item .text .text-content > div {
  background-color: #FFF;
  padding: 30px;
}


.site-view-articles-evident .item:first-child .text .text-content > div {
  background-color: #FFF;
  padding: 30px 30px 30px 0;
}

.site-view-articles-evident .item .text .article-info .categories,
.site-view-articles-last-days .item .text .article-info .categories,
.article-item .text .article-info .categories,
.nuvolario-item .text .article-info .categories,
.blog-item .text .article-info .categories,
.webtv-item .text .article-info .categories,
.podcast-item .text .article-info .categories,
.travel-diary-item .text .article-info .categories,
.book-of-week-item .text .article-info .categories,
.mountaineering-days-item .text .article-info .categories {
  font-family: IBM Plex Mono;
  display: inline-block;
}

.site-view-articles-evident .item .text .article-info .date,
.site-view-articles-last-days .item .text .article-info .date,
.article-item .text .article-info .date,
.nuvolario-item .text .article-info .date,
.blog-item .text .article-info .date,
.webtv-item .text .article-info .date,
.podcast-item .text .article-info .date,
.travel-diary-item .text .article-info .date,
.book-of-week-item .text .article-info .date,
.mountaineering-days-item .text .article-info .date {
  font-family: Exo;
  font-size: 15px;
  display: block;
}

.site-view-articles-evident .item .text .article-info,
.site-view-articles-last-days .item .text .article-info,
.article-item .text .article-info,
.nuvolario-item .text .article-info,
.blog-item .text .article-info,
.webtv-item .text .article-info,
.podcast-item .text .article-info,
.travel-diary-item .text .article-info,
.book-of-week-item .text .article-info,
.mountaineering-days-item .text .article-info {
  font-size: 16px;
  margin-bottom: 15px;
}

.site-view-articles-evident .item .text .article-info .separator,
.site-view-articles-last-days .item .text .article-info .separator,
.article-item .text .article-info .separator,
.nuvolario-item .text .article-info .separator,
.blog-item .text .article-info .separator,
.webtv-item .text .article-info .separator,
.podcast-item .text .article-info .separator,
.travel-diary-item .text .article-info .separator,
.book-of-week-item .text .article-info .separator,
.mountaineering-days-item .text .article-info .separator {
  display: none;
  margin: 0 5px;
  font-size: 19px;
}

.site-view-articles-evident .item .text .article-info .categories span,
.site-view-articles-last-days .item .text .article-info .categories span,
.article-item .text .article-info .categories span,
.nuvolario-item .text .article-info .categories span,
.blog-item .text .article-info .categories span,
.webtv-item .text .article-info .categories span,
.podcast-item .text .article-info .categories span,
.travel-diary-item .text .article-info .categories span,
.book-of-week-item .text .article-info .categories span,
.mountaineering-days-item .text .article-info .categories span {
  color: #3D829E;
}

.site-view-articles-evident .item .text .article-info .categories span:hover,
.site-view-articles-last-days .item .text .article-info .categories span:hover,
.article-item .text .article-info .categories span:hover,
.nuvolario-item .text .article-info .categories span:hover,
.blog-item .text .article-info .categories span:hover,
.webtv-item .text .article-info .categories span:hover,
.podcast-item .text .article-info .categories span:hover,
.travel-diary-item .text .article-info .categories span:hover,
.book-of-week-item .text .article-info .categories span:hover,
.mountaineering-days-item .text .article-info .categories span:hover {
  color: #000 !important;
}

.site-view-articles-evident .item .text .article-info .categories span+span:before,
.site-view-articles-last-days .item .text .article-info .categories span+span:before,
.article-item .text .article-info .categories span+span:before,
.nuvolario-item .text .article-info .categories span+span:before,
.blog-item .text .article-info .categories span+span:before,
.webtv-item .text .article-info .categories span+span:before,
.podcast-item .text .article-info .categories span+span:before,
.travel-diary-item .text .article-info .categories span+span:before,
.book-of-week-item .text .article-info .categories span+span:before,
.mountaineering-days-item .text .article-info .categories span+span:before {
  content: "+";
  margin: 0 9px 0 0;
  color: #000;
}

.site-view-articles-evident .item .text .title, 
.site-view-articles-last-days .item .text .title, 
.article-item .text .title, 
.podcast-item .text .title, 
.nuvolario-item .title, 
.blog-item .text .title, 
.webtv-item .text .title, 
.travel-diary-item .text .title,
.book-of-week-item .text .title,
.mountaineering-days-item .text .title {
	display: block;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: Exo;
	font-size: 25px;
	font-weight: 100;
	line-height: 32px;
}

.article-item .text .title,
.book-of-week-item .text .title,
.mountaineering-days-item .text .title {
	max-height: 90px;
	overflow: hidden;
}

.site-view-articles-evident .item .text .summary,
.site-view-articles-last-days .item .text .summary,
.article-item .text .summary,
.nuvolario-item .text .summary,
.travel-diary-item .text .summary,
.book-of-week-item .text .summary,
.mountaineering-days-item .text .summary {
	display: block;
	font-style: italic;
	margin-bottom: 15px;
	font-size: 14px;
}

.site-view-articles-evident .item .text .author,
.site-view-articles-last-days .item .text .author,
.article-item .text .author,
.nuvolario-item .text .author,
.blog-item .text .author,
.webtv-item .text .author,
.podcast-item .text .author,
.travel-diary-item .text .author,
.book-of-week-item .text .author,
.mountaineering-days-item .text .author {
	font-size: 14px;
	color: #A44B34;
	font-family: IBM Plex Mono;
	cursor: pointer;
}

.site-view-articles-evident .item .text .author:hover,
.site-view-articles-last-days .item .text .author:hover,
.article-item .text .author:hover,
.nuvolario-item .text .author:hover,
.blog-item .text .author:hover,
.webtv-item .text .author:hover,
.podcast-item .text .author:hover,
.travel-diary-item .text .author:hover,
.book-of-week-item .text .author:hover,
.mountaineering-days-item .text .author:hover {
  color: #000;
}

/*Articolo in evidenza*/
.site-view-articles-evident .item.item-evidence .image {
	height: 500px;
}

.site-view-articles-evident .item.item-evidence .text {
  height: 500px;
}

.site-view-articles-evident .item.item-evidence {
  padding-left: 250px;
}

/*Elementi testo a destra*/
.site-view-articles-evident .item.item-text-dx {
  padding-left: 0;
  padding-right: 368px;
}

.site-view-articles-evident .item.item-evidence.item-text-dx {
  padding-left: 0;
  padding-right: 150px;
}

.site-view-articles-evident .item.item-text-dx .text {
  left: auto;
  right: 0;
}

.site-view-articles-evident .item.item-text-dx .text .text-content > div {
  padding: 30px 0 30px 30px;
}

.site-view-articles-evident .item.item-text-dx .main-category {
  right: auto;
  left: -15px;
}

.site-view-articles-evident .item.item-text-dx:hover .text {
  left: auto;
  right: 30px;
}

@media(max-width:991px){
	.site-view-articles-evident .item .text .title, .site-view-articles-last-days .item .text .title, .article-item .text .title, .podcast-item .text .title, .nuvolario-item .title, .blog-item .text .title, .webtv-item .text .title, .travel-diary-item .text .title, .book-of-week-item .text .title, .mountaineering-days-item .text .title {
		font-size: 22px;
		line-height: 30px;
	}
	.site-view-articles-evident .item .text .article-info, .site-view-articles-last-days .item .text .article-info, .article-item .text .article-info, .nuvolario-item .text .article-info, .blog-item .text .article-info, .webtv-item .text .article-info, .podcast-item .text .article-info, .travel-diary-item .text .article-info, .book-of-week-item .text .article-info, .mountaineering-days-item .text .article-info {
		margin-bottom: 10px;
		font-size: 15px;
	}
	.site-view-articles-evident .item.item-evidence .image {
	  height: 400px;
	}
	.site-view-articles-evident .item.item-evidence .text {
	  height: 400px;
	}
	.site-view-articles-evident .item.item-evidence {
	  padding-left: 200px;
	}
	.site-view-articles-evident .item .text .text-content {
	  width: 350px;
	}
	.site-view-articles-evident .item .text .text-content > div {
	  padding: 15px 15px 15px 0;
	}
	.site-view-articles-evident .item .image, .site-view-articles-last-days .item .image, .article-item .image, .podcast-item .image, .nuvolario-item .image, .travel-diary-item .image, .book-of-week-item .image, .mountaineering-days-item .image {
		height: 350px;
	}
	.site-view-articles-evident .item.item-text-dx {
	  padding-right: 250px;
	}
	.site-view-articles-evident .item .text {
	  height: 350px;
	}
	.site-view-articles-evident .item.item-text-dx .text .text-content > div {
	  padding: 15px 0 15px 15px;
	}
}	

@media(max-width:767px){
	.site-view-articles-evident .item .text .title, .site-view-articles-last-days .item .text .title, .article-item .text .title, .podcast-item .text .title, .nuvolario-item .title, .blog-item .text .title, .webtv-item .text .title, .travel-diary-item .text .title, .book-of-week-item .text .title, .mountaineering-days-item .text .title {
		font-size: 18px;
		line-height: 23px;
		margin-bottom: 10px;
	}
	.site-view-articles-evident .item .text .summary, .site-view-articles-last-days .item .text .summary, .article-item .text .summary, .nuvolario-item .text .summary, .travel-diary-item .text .summary, .book-of-week-item .text .summary, .mountaineering-days-item .text .summary {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.site-view-articles-evident .item .text .author, .site-view-articles-last-days .item .text .author, .article-item .text .author, .nuvolario-item .text .author, .blog-item .text .author, .webtv-item .text .author, .podcast-item .text .author, .travel-diary-item .text .author, .book-of-week-item .text .author, .mountaineering-days-item .text .author {
		font-size: 12px;
	}
	.site-view-articles-evident .item .text .article-info, .site-view-articles-last-days .item .text .article-info, .article-item .text .article-info, .nuvolario-item .text .article-info, .blog-item .text .article-info, .webtv-item .text .article-info, .podcast-item .text .article-info, .travel-diary-item .text .article-info, .book-of-week-item .text .article-info, .mountaineering-days-item .text .article-info {
		font-size: 12px;
	}
		.site-view-articles-evident .item .text .article-info .date, .site-view-articles-last-days .item .text .article-info .date, .article-item .text .article-info .date, .nuvolario-item .text .article-info .date, .blog-item .text .article-info .date, .webtv-item .text .article-info .date, .podcast-item .text .article-info .date, .travel-diary-item .text .article-info .date, .book-of-week-item .text .article-info .date, .mountaineering-days-item .text .article-info .date {
			font-size: 12px;
		}
	.site-view-articles-evident .item .text .text-content {
	  width: 300px;
	  display: block;
	}

	.site-view-articles-evident .item:nth-child(2n) .text .text-content {
		float: right;
	}

	.site-view-articles-evident .item:nth-child(2n) .text .text-content > div {
		padding: 15px 0px 15px 15px;
		text-align: right;
	}
	
	.site-view-articles-evident .item.item-evidence .image {
		height: 250px;
	}
	.site-view-articles-evident .item.item-evidence {
	  padding-left: 50px;
	}
	.site-view-articles-evident .item .text,
	.site-view-articles-evident .item:first-child .text,
	.site-view-articles-evident .item.item-evidence .text {
		height: auto;
		position: relative;
		margin-top: -50px;
		margin-left: -50px;
		display: block;
		top: auto;
		right: auto;
		left: 0px;
	}

	.site-view-articles-evident .item:nth-child(2n) .text {
		left: auto;
		right: 0px;
		margin-right: -50px;
	}
	
	.site-view-articles-evident .item, .site-view-articles-last-days .item {
	  margin-bottom: 20px;
	}
	.site-view-articles-evident .item.item-text-dx {
	  padding-right: 50px;
	}
	.site-view-articles-evident .item .image, .site-view-articles-last-days .item .image, .article-item .image, .podcast-item .image, .nuvolario-item .image, .travel-diary-item .image, .book-of-week-item .image, .mountaineering-days-item .image {
	  height: 250px;
	}
	.site-view-articles-evident .item.item-text-dx .text {
	  margin-right: -50px;
	  margin-left: auto;
	  left: auto;
		right: auto;
	}
	.site-view-articles-evident .item .main-category, 
	.site-view-articles-last-days .item .main-category, 
	.article-item .main-category,
	.book-of-week-item .main-category,
	.mountaineering-days-item .main-category {
		padding: 5px 15px;
		font-size: 12px;
		right: -7px;
	}
	.site-view-articles-evident .item.item-text-dx .main-category {
	  left: -7px;
	}
	.site-view-articles-evident .item.item-text-dx .text .text-content {
	  float: right;
	}
	.site-view-articles-evident .item:after {
	  clear: both;
	  content: ".";
	  height: 0;
	  visibility: hidden;
	  display: block;
	}

	.site-view-articles-evident .item:hover .text {
	  left: 0;
	}
	.site-view-articles-evident .item.item-text-dx:hover .text {
	  right: auto;
	}

	.site-view-articles-evident .item:first-child {
	padding: 15px 15px 0px 70px;
	}

	.site-view-articles-evident .item:first-child .text .text-content > div {
		padding: 15px 15px 15px 0px;
	}
}

/* CAI Edizioni */
.cai-edition-section {
	background-image: url('../Images/CAIEditionBackground.jpg');
	background-size: cover;
	background-position: center;
	height: 500px;
}

.cai-edition-section .container {
	position: relative;
}

.cai-edition-section .section-title h2 {
	position: absolute;
	left: 0px;
	top: -35px;
	background-color: #8BB0B8;
	color: #fff;
	padding: 10px 20px;
}

.cai-edition-section .text-column {
	width: 30%;
	float: left;
	position: relative;
	display: inline-block;
	height: 500px;
}

.cai-edition-section .text-column .second-title {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: Exo;
    font-size: 25px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    padding-top: 50px;
}

.cai-edition-section .text-column .btn.btn-primary {
	background-color: #fff;
	padding: 5px 9px 5px 5px;
	font-weight: 600;
	font-style: italic;
	margin-bottom: 30px;
	display: inline-block;
	font-size: 14px;
	border: 0px;
	border-radius: 0px;
	color: #000;
	position: absolute;
	bottom: 70px;
	left: 0px;
}

.cai-edition-section .text-column .btn.btn-primary:after {
    background-image: url(../Images/Arrow.png);
    content: "";
    height: 14px;
    width: 15px;
    display: inline-block;
    background-size: cover;
    background-position: top;
    margin-left: 9px;
}

.cai-edition-section .book-column {
	width: 70%;
	float: left;
}

.cai-edition-section .book-column a {
	float: left;
	margin-left: 50px;
	margin-top: 70px;
}

.cai-edition-section .book-column a:last-child {
	margin-top: 150px;
}

@media(max-width: 1200px){
	.cai-edition-section .book-column a {
		width: 25%;
	}
}

@media(max-width: 991px){

	.cai-edition-section .text-column {
		width: 40%;
		height: 300px;
	}

	.cai-edition-section {
		height: 300px;
	}

	.cai-edition-section .book-column {
		width: 60%;
	}
	
	.cai-edition-section .book-column a {
		margin-left: 20px;
		margin-top: 30px;
	}

	.cai-edition-section .text-column .second-title {
		padding-top: 15px;
	}

	.cai-edition-section .book-column a:last-child {
		margin-top: 50px;
	}
}

@media(max-width: 767px){

	.cai-edition-section {
		height: auto;
		padding-bottom: 36px;
	}

	.cai-edition-section .text-column .btn.btn-primary {
		position: relative;
		bottom: auto;
	}

	.cai-edition-section .text-column,
	.cai-edition-section .book-column {
		width: 100%;
		height: auto;
	}

	.cai-edition-section .book-column {
		text-align: center;
		float: none;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}

	.cai-edition-section .book-column a,
	.cai-edition-section .book-column a:last-child {
		margin-top: 0px;
	}

	.cai-edition-section .book-column a:first-child {
		margin-left: 0px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Articolo ieri - Home
------------------------------------------------------------------------------------------------- */
.site-view-articles-last-days {
  border-left: 1px solid #878787;
  padding-left: 57px;
}

.site-view-articles-last-days .item .text {
	position: absolute;
	left: 0;
	top: 0;
	width: 350px;
	transition: all 0.4s ease 0s;
	display: table;
	height: 100%;
}

.site-view-articles-last-days .item .text-content {
	width: 350px;
	transition: all 0.4s ease 0s;
	display: table-cell;
	vertical-align: middle;
}

.site-view-articles-last-days .item .text-content > div {
	background-color: #FFF;
	padding: 20px 20px 20px 0;
}

.site-view-articles-last-days .item:hover .text {
	left: 30px;
}

.site-view-articles-last-days .item:nth-child(2n):hover .text {
	left: auto; right: 30px;
}

.site-view-articles-last-days .item .image {
  height: 400px;
}

.site-view-articles-last-days .item:nth-child(2n) {
  padding-left: 0;
  padding-right: 300px;
}

.site-view-articles-last-days .item:nth-child(2n) .text {
  left: auto;
  right: 0;
}

.site-view-articles-last-days .item:nth-child(2n) .text-content > div {
  padding: 20px 0 20px 20px;
}

.site-view-articles-last-days .item:nth-child(2n) .main-category {
  right: auto;
  left: -15px;
}

@media(max-width:991px){
	.site-view-articles-last-days {
	  padding-left: 0;
	  border-left: none;
	}
	.home-page .right-column {
	  padding-left: 0;
	}
}
@media(max-width:767px){
	.site-view-articles-last-days .item .image {
	  height: 250px;
	}
	.site-view-articles-evident .item, .site-view-articles-last-days .item {
	  padding-left: 70px;
	  width: 100%;
	  height: auto;
	}
	.site-view-articles-evident .item:nth-child(2n) {
	  padding-right: 70px;
	  padding-left: 15px;
	}
	.site-view-articles-last-days .item .text {
	  position: relative;
	  margin-left: -70px;
	  margin-top: -30px;
	  display: block;
	}

	.site-view-articles-evident .item:nth-child(2n) .item {
	  position: relative;
	  margin-right: -70px;
	  margin-left: auto;
	  margin-top: -30px;
	  display: block;		
	}
	
	.site-view-articles-last-days .item .text-content {
		display: block;
	  width: 300px;
	}
	.site-view-articles-last-days .item:nth-child(2n) .text {
	  margin-left: auto;
	  margin-right: -70px;
	}
	.site-view-articles-evident .item .text .title, .site-view-articles-last-days .item .text .title, .article-item .text .title, .podcast-item .text .title, .nuvolario-item .title, .blog-item .text .title, .webtv-item .text .title, .travel-diary-item .text .title, .book-of-week-item .text .title, .mountaineering-days-item .text .title {
	  font-size: 16px;
	}
	.site-view-articles-last-days .item:hover .text {
		left: auto;
	}
	.site-view-articles-last-days .item:nth-child(2n):hover .text {
		right: auto;
	}
	.site-view-articles-last-days .item .text-content > div {
	  padding: 15px 15px 15px 0;
	}
	.site-view-articles-last-days .item:nth-child(2n) .text-content > div {
	  padding: 15px 0 15px 15px;
	}
	.site-view-articles-last-days .item:nth-child(2n) .text .text-content {
	  float: right;
	}
	.site-view-articles-last-days .item:after {
	  content: ".";
	  height: 0;
	  visibility: hidden;
	  display: block;
	  clear: both;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Articolo recenti - Home
------------------------------------------------------------------------------------------------- */
.article-item,
.podcast-item,
.nuvolario-item,
.blog-item,
.webtv-item,
.travel-diary-item,
.book-of-week-item,
.mountaineering-days-item {
	display: block;
	color: #000;
	margin-bottom: 60px;
	position: relative;
}

.advertisements .item .article-item,
.advertisements .item .book-of-week-item,
.advertisements .item .mountaineering-days-item {
	margin-bottom: 0px;
}

.article-item .image-content,
.podcast-item .image-content,
.nuvolario-item .image-content,
.travel-diary-item .image-content,
.book-of-week-item .image-content,
.mountaineering-days-item .image-content {
	margin-bottom: 30px;
}

.book-of-week-item .image-content,
.mountaineering-days-item .image-content {
	height: 280px;
	padding: 20px;
	background-image: url('../Images/HighlightBackground.jpg');
	background-size: cover;
}

.book-of-week-item .image-content img,
.mountaineering-days-item .image-content img {
	height: 240px;
}

.site-view-articles-recent-in-detail .book-of-week-item .image-content,
.site-view-articles-recent-in-detail .mountaineering-days-item .image-content {
	height: 190px;
	padding: 20px;
}

.site-view-articles-recent-in-detail .book-of-week-item .image-content img,
.site-view-articles-recent-in-detail .mountaineering-days-item .image-content img {
	height: 150px;
}

.article-item .image,
.podcast-item .image,
.nuvolario-item .image,
.travel-diary-item .image,
.book-of-week-item .image,
.mountaineering-days-item .image {
	height: 280px;
}

.article-item .text .article-info .date,
.blog-item .text .article-info .date,
.webtv-item .text .article-info .date,
.podcast-item .text .article-info .date,
.nuvolario-item .text .article-info .date,
.travel-diary-item .text .article-info .date,
.book-of-week-item .text .article-info .date, 
.mountaineering-days-item .text .article-info .date,
.article-last-days .text .article-info .date {
	font-size: 13px;
}

.article-item .text .article-info,
.nuvolario-item .text .article-info,
.blog-item .text .article-info,
.webtv-item .text .article-info,
.podcast-item .text .article-info,
.travel-diary-item .text .article-info,
.book-of-week-item .text .article-info,
.mountaineering-days-item .text .article-info,
.article-last-days .text .article-info {
	font-size: 13px;
}

.article-item .text .title, .podcast-item .text .title, .nuvolario-item .title, .blog-item .text .title, .webtv-item .text .title, .travel-diary-item .text .title, .book-of-week-item .text .title, .mountaineering-days-item .text .title, .article-last-days .text .title {
	font-size: 16px;
	line-height: 25px;
}

.article-item .text .author,
.nuvolario-item .text .author,
.blog-item .text .author,
.webtv-item .text .author,
.podcast-item .text .author,
.travel-diary-item .text .author,
.book-of-week-item .text .author,
.mountaineering-days-item .text .author,
.article-last-days .text .author {
	font-size: 13px;
}

@media(max-width:767px){
	.article-item, .podcast-item, .nuvolario-item, .blog-item, .webtv-item, .travel-diary-item, .book-of-week-item, .mountaineering-days-item {
		margin-bottom: 30px;
	}
	.article-item .image-content, .podcast-item .image-content, .nuvolario-item .image-content, .travel-diary-item .image-content, .book-of-week-item .image-content, .mountaineering-days-item .image-content {
		margin-bottom: 20px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Articolo - Dettaglio
------------------------------------------------------------------------------------------------- */
.site-view-article-detail .article-info {
  margin-bottom: 15px;
}

.site-view-article-detail .article-info .categories {
  font-family: IBM Plex Mono;
  display: inline-block;
}

.site-view-article-detail .article-info .date {
  font-family: Exo;
  font-size: 16px;
  text-transform: uppercase;
}

.site-view-article-detail .article-info .separator {
  display: inline-block;
  margin: 0 5px;
  font-size: 19px;
}

.site-view-article-detail .article-info .categories span {
  color: #3D829E;
  cursor: pointer;
}

.site-view-article-detail .article-info .categories span:hover {
  color: #000 !important;
}

.site-view-article-detail .article-info .categories span+span:before {
  content: "+";
  margin: 0 9px 0 0;
  color: #000;
}

.site-view-article-detail .article-title {
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: Exo;
  font-size: 40px;
  font-weight: 100;
}

.site-view-article-detail .article-author,
.site-view-article-detail .owner-owner {
  color: #A44B34;
  font-family: IBM Plex Mono;
}

.site-view-article-detail .book-of-week-image img {
	width: 40%;
	margin-top: 30px;
}

.site-view-article-detail .article-author:hover,
.site-view-article-detail .author-info:hover .article-author {
  color: #000;
}

.site-view-article-detail .author-info {
	display: block;
}

.site-view-article-detail .author-info img {
	max-width: 65px;
	border-radius: 50%;
	margin-right: 10px;
}

.site-view-article-detail .summary {
	font-style: italic;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 18px;
}

.site-view-article-detail .article-text {
  margin-top: 30px;
}

.site-view-article-detail .article-text img {
	max-width: 100%;
	height: auto;
}

.site-view-article-detail .article-text .ow-gallery {
	position: relative;
	margin-bottom: 30px;
}

.site-view-article-detail .article-text .ow-gallery:after {
    content: "";
    width: auto;
    position: absolute;
    bottom: -15px;
    display: block;
    background-color: #000;
    height: 1px;
    left: 50px;
    right: 50px;
}

.site-view-article-detail .article-text .ow-gallery-item figure {
  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.site-view-article-detail .article-text .ow-gallery-item img {
  max-height: 90%;
  max-width: 100%;
  object-fit: contain;
  margin: auto 0;
  display: block;
}

.site-view-article-detail .article-text .ow-gallery-item figcaption {
  padding: 10px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
}

.site-view-article-detail .article-text .owl-nav {position: relative;}

.site-view-article-detail .article-text .owl-carousel .owl-nav button.owl-prev, 
.site-view-article-detail .article-text .owl-carousel .owl-nav button.owl-next {
	background-image: url('../Images/ArrowLeftWhite.png') !important;
	height: 30px;
	width: 30px;
	display: inline-block;
	background-size: cover !important;
	background-position: center bottom !important;
	position: absolute;
	left: 0px;
}

.site-view-article-detail .article-text .owl-carousel .owl-nav button.owl-next {
	background-image: url('../Images/ArrowRightWhite.png') !important;
	right: 0 !important;
	left: auto !important;
}

.site-view-article-detail .article-text .owl-carousel .owl-nav button.owl-prev:hover, 
.site-view-article-detail .article-text .owl-carousel .owl-nav button.owl-next:hover {
  /* background-color: transparent; */
  /* background-position: center top !important; */
  opacity: 0.6;
}

.site-view-article-detail .article-tag {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #878787;
  text-transform: uppercase;
  font-family: Exo;
  font-size: 15px;
  color: #3D829E;
}

.site-view-article-detail .article-tag a+a:before {
  content: "/";
  margin: 0 8px 0 3px;
  color: #3D829E;
}

/*Colonna di destra*/
.article-detail-page #sidebar .related-items {
  border-bottom: 1px solid #878787;
}

.article-detail-page #sidebar .related-items .section-body,
.article-detail-page #sidebar .site-view-articles-recent-in-detail .section-body {
  padding-right: 15px;
}

.article-detail-page #sidebar {
  border-left: 1px solid #878787;
  padding-left: 30px;
  padding-right: 0;
}

.article-detail-page #content {
  padding-right: 57px;
  padding-left: 0;
}

@media(max-width:1199px){
	.article-detail-page #content {
	  padding-right: 30px;
	}
	.article-detail-page #sidebar {
	  padding-left: 30px;
	}
}


@media(max-width:991px){
	.article-detail-page #content {
	  padding-right: 0px;
	}
	.article-detail-page #sidebar {
		padding-left: 0px;
		border-left: none;
		border-top: 1px solid #878787;
		padding-top: 50px;
	}
	.site-view-article-detail .article-tag {
		border-top: none;
		padding-top: 0;
	}
}

@media(max-width:767px){
	.article-detail-page #sidebar {
		padding-top: 30px;
	}
	.site-view-article-detail .article-title {
	  font-size: 30px;
	  margin: 10px 0;
	}
	.site-view-article-detail .article-info .date {
	  font-size: 13px;
	}
	.site-view-article-detail .article-info {
	  margin-bottom: 10px;
	}
	.site-view-article-detail .summary {
	  font-size: 15px;
	  margin: 20px 0;
	}
	.site-view-article-detail .article-text h1, 
	.site-view-article-detail .article-text h2, 
	.site-view-article-detail .article-text h3, 
	.site-view-article-detail .article-text h4, 
	.site-view-article-detail .article-text h5 {
	  font-size: 19px;
	}
	.site-view-article-detail .author-info img {
		max-width: 55px;
	}

	.site-view-article-detail .article-text {
		margin-top: 15px;
	}

	.site-view-article-detail .article-text .ow-gallery-item figure {
		height: 400px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Highlight
------------------------------------------------------------------------------------------------- */
.home-page .left-column {
	padding-right: 50px;
}

.home-page .right-column {
	padding-right: 0;
}

.site-view-highlights {
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
  margin-left: -15px;
}

.highlight-band .item {
  position: relative;
}

.site-view-highlights::before {
	background-image: url('../Images/HighlightBackground.jpg');
	width: 100%;
	position: absolute;
	width: 3000px;
	right: 200px;
	height: 100%;
	display: block;
	content: "";
	top: 0;
	background-position: top left;
}

.site-view-highlights:after {
  content: "" "" !important;
  width: 1px;
  background-color: #878787;
  height: auto !important;
  position: absolute;
  display: block !important;
  right: -58px;
  top: 50px;
  visibility: visible !important;
  bottom: 0px;
}

.highlight-title.vertical-title {
	transform: rotate(-90deg);
	display: inline-block;
	font-size: 70px;
	position: absolute;
	text-transform: uppercase;
	top: 219px;
	left: -265px;
	color: #FFF;
}

.highlight-band,
.travel-diary-band,
.nuvolario-band {
  position: relative;
  margin-bottom: 30px;
  display: block;
  color: #000;
}

.mountaineering-days-band {
	margin-bottom: 30px;
}

.book-of-week-band .image,
.mountaineering-days-band .image {
	height: 400px;
	background-size: cover;
	background-position: center;
}


.highlight-band .image {
	height: 500px;
	background-size: cover;
	background-position: center;
}

.travel-diary-band .image,
.nuvolario-band .image {
  height: 445px;
  background-size: cover;
  background-position: center;
  margin-left: 290px;
}

.highlight-band .item .text-content {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.8);
  padding: 20px 30px;
  width: 615px;
  height: 100%;
}

.travel-diary-band .text-content,
.nuvolario-band .text-content,
.book-of-week-band .text-content,
.mountaineering-days-band .text-content {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.8);
  height: 100%;
  padding: 20px 30px;
  width: 450px;
}

/*.travel-diary-band:hover .text-content,
.nuvolario-band:hover .text-content {
  background-color: rgba(255,255,255,0.9);
}*/

.highlight-band .item .text-content .item-title {
	text-transform: uppercase;
	display: block;
	font-size: 51px;
	font-family: Exo;
	font-weight: 200;
	color: #6D958B;
}

.travel-diary-band .text-content .item-title,
.nuvolario-band .text-content .item-title,
.book-of-week-band .text-content .item-title,
.mountaineering-days-band .text-content .item-title {
  text-transform: uppercase;
  display: block;
  color: #6D958B;
  font-weight: 500;
  font-size: 20px;
}

.highlight-band .item .text-content .author,
.nuvolario-band .text-content .author {
  display: block;
  color: #A44B34;
  font-family: IBM Plex Mono;
  font-size: 14px;
}

.highlight-band .item .text-content .author {
	margin-top: 20px;
}

.highlight-band .item .text-content .date {
	display: block;
	font-size: 51px;
	font-family: Exo;
	font-weight: 100;
	margin: -15px 0 10px;
	font-weight: 300;
	text-transform: uppercase;
}

.highlight-band .item .text-content .title {
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}

.travel-diary-band .text-content .title, 
.nuvolario-band .text-content .title {
	font-size: 25px;
	display: block;
	text-transform: uppercase;
	font-family: Exo;
	margin-bottom: 11px;
	font-weight: 200;
}

.highlight-band .item .text {
	font-size: 17px;
}

.travel-diary-band .image, 
.nuvolario-band .image {
  height: 310px;
  position: relative;
}

.travel-diary-band .image {
  margin-left: 0;
  margin-right: 282px;
}

.travel-diary-band .text-content {
	right: 0;
	left: auto;
	margin-right: 0;
	text-align: right;
	padding-left: 30px;
	transition: all 0.4s ease 0s;
	max-width: 450px;
}

.nuvolario-band .text-content {
  transition: all 0.4s ease 0s;
}

.travel-diary-band .text-content .title {
  margin: 15px 0;
}

.travel-diary-band .text-content .date {
	display: block;
	text-transform: uppercase;
	font-family: Exo;
	font-size: 15px;
	font-weight: 300;
}

.travel-diary-band .text-content .text {
  display: block;
  color: #A44B34;
  font-style: italic;
  margin-bottom: 15px;
}

.nuvolario-band .text-content .title {
  margin-top: 20px;
}

.travel-diary-band .image .overlay, 
.nuvolario-band .image .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	left: 0;
}

.travel-diary-band:hover .text-content {
	right: 30px;
}

.nuvolario-band:hover .text-content {
	left: 30px;
	right: 260px;
}

.travel-diary-band .text-content img,
.nuvolario-band .text-content img {
	max-width: 50px;
	display: inline-block;
}

.book-of-week-band,
.mountaineering-days-band {
	position: relative;
	display: block;
}

.book-of-week-band .image,
.mountaineering-days-band .image {
	width: 40%;
	z-index: 1;
	position: relative;
}

.book-of-week-band .text-content,
.mountaineering-days-band .text-content {
    right: 0;
    left: auto;
    text-align: right;
    padding-left: 30px;
    transition: all 0.4s ease 0s;
    max-width: 450px;
    height: 300px;
    top: 50%;
    margin-top: -150px;
}

.book-of-week-band .author,
.mountaineering-days-band .author { 
    display: block;
    color: #A44B34;
    font-family: IBM Plex Mono;
    font-size: 14px;
	margin-top: 20px;
}

.book-of-week-band .title,
.mountaineering-days-band .title {
    font-size: 25px;
    display: block;
    text-transform: uppercase;
    font-family: Exo;
    margin-bottom: 11px;
    font-weight: 200;
	color: #000;
	margin-top: 5px;
}

@media(max-width:1199px){
	.highlight-band .item .text-content {
	  width: 530px;
	}
	.highlight-band .item .text-content .item-title {
	  font-size: 45px;
	}
	.highlight-band .item .text-content .date {
	  font-size: 45px;
	}
	.highlight-band .item .text {
	  font-size: 16px;
	}
	.highlight-band .item .text-content .author {
	  margin-top: 15px;
	}
	.highlight-band .image {
	  height: 450px;
	}
}

@media(max-width:991px){
	.home-page .left-column {
	  padding-right: 0;
	  padding-left: 0px;
	}
	.site-view-highlights {
	  padding-top: 30px;
	}
	.highlight-title.vertical-title {
	  font-size: 45px;
	  left: -168px;
	  top: 139px;
	}
	.highlight-band .item .text-content .item-title {
	  font-size: 40px;
	}
	.highlight-band .item .text-content .date {
	  font-size: 40px;
	}
	.highlight-band .item .text-content {
	  width: 550px;
	}
	.highlight-band .image {
	  height: 400px;
	}
}

@media(max-width:767px){
	.home-page .left-column {
	  padding-left: 0px;
	}
	.highlight-title.vertical-title {
	  font-size: 35px;
	  left: -129px;
	  top: 116px;
	}
	.highlight-band .item .text-content {
	  width: 100%;
	  padding: 15px;
	}
	.highlight-band .item .text-content .item-title {
	  font-size: 25px;
	}
	.highlight-band .item .text-content .date {
	  font-size: 25px;
	  margin-top: 0;
	  margin-bottom: 5px;
	}
	.highlight-band .item .text-content .title {
	  font-size: 16px;
	  margin-bottom: 10px;
	}
	.highlight-band .item .text {
	  font-size: 14px;
	}
	.highlight-band .item .text-content .author {
	  margin-top: 10px;
	}
	.highlight-band .image {
		height: 230px;
	}
	.highlight-band .item .text-content {
		width: auto;
		padding: 15px;
		position: relative;
		margin-top: -50px;
		margin-left: 30px;
		margin-right: 0;
	}
	.travel-diary-band .image {
	  margin: 0;
	}
	.travel-diary-band .text-content, .nuvolario-band .text-content {
	  position: relative;
	  width: auto;
	  margin-top: -50px;
	  padding: 5px 15px 15px;
	}
	.travel-diary-band .image, .nuvolario-band .image {
	  height: 230px;
	}
	.travel-diary-band .text-content .item-title, .nuvolario-band .text-content .item-title {
	  font-size: 16px;
	}
	.travel-diary-band .text-content img, .nuvolario-band .text-content img {
	  max-width: 40px;
	  margin-bottom: 10px;
	}
	.travel-diary-band .text-content .title, .nuvolario-band .text-content .title {
	  font-size: 18px;
	  margin: 10px 0;
	}
	.travel-diary-band .text-content {
		margin-left: 30px;
		margin-right: 0;
	}
	.travel-diary-band .image, .nuvolario-band .image {
	  margin-left: 0;
	}
	.nuvolario-band .text-content {
		margin-left: 30px;
		text-align: right;
	}
	.site-view-highlights::before {
		right: -5px;
		height: 105%;
		top: -12px;
	}
	.site-view-highlights::after {
		display: none !important;
	}
	.travel-diary-band:hover .text-content {
		right: 0;
	}
	.nuvolario-band:hover .text-content {
		left: 0;
		right: 0;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Blog
------------------------------------------------------------------------------------------------- */
.site-view-bloggers {
	padding-top: 50px;
	padding-left: 8px;
}

.site-view-bloggers .item {
  display: block;
  position: relative;
  color: #000;
  min-height: 70px;
  padding-left: 85px;
  margin-bottom: 25px;
}

.site-view-bloggers .item:last-child {
  margin-bottom: 0;
}

.site-view-bloggers .item .image-content {
  overflow: hidden;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  position: absolute;
  left: 0;
}

.site-view-bloggers .item .author-image {
  width: 65px;
  height: 65px;
  background-size: cover;
  background-position: center;
  position: absolute;
  border-radius: 50%;
  left: 0;
  transition: all 0.4s ease 0s;
}

.site-view-bloggers .item:hover .author-image {
  transform: scale(1.05);
}

.site-view-bloggers .item .author {
  display: block;
  color: #A44B34;
  font-size: 14px;
  font-family: IBM Plex Mono;
}

.site-view-bloggers .item  .date {
  display: block;
  font-size: 14px;
  font-family: Exo;
  color: #3D829E;
  margin: 3px 0;
}

.site-view-bloggers .item .title {
  font-family: Exo;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  display: block;
  font-weight: 300;
}

.site-view-bloggers .item:hover .title {
  color: #A44B34;
}

@media(max-width:991px){
	.home-page .right-column {
	  padding-left: 0;
	}
	.site-view-bloggers {
	  padding: 0;
	}
}

@media(max-width:767px){

}
/* ---------------------------------------------------------------------------------------------- */



/* Mondo CAI - Home
------------------------------------------------------------------------------------------------- */
.site-view-cai-world-articles-recent {
  padding-right: 57px;
  border-right: 1px solid #878787;
}

.site-view-cai-world-articles-recent .item {
	display: block;
	color: #000;
	margin-bottom: 30px;
	position: relative;
	border-bottom: 1px solid #878787;
	padding-bottom: 30px;
}

.site-view-cai-world-articles-recent .item:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

.site-view-cai-world-articles-recent .item .group {
	padding-left: 30px;
	display: block;
	position: relative;
	padding-top: 30px;
}

.site-view-cai-world-articles-recent .item .image-content {
	overflow: hidden;
	margin-bottom: 15px;
}

.site-view-cai-world-articles-recent .item .image {
	position: relative;
	background-size: cover;
	background-position: center;
	height: 185px;
	margin-bottom: 15px;
	transition: all 0.4s ease 0s;
	margin-bottom: 0;
}

.site-view-cai-world-articles-recent .group:hover .image {
 transform: scale(1.05);
}


.site-view-cai-world-articles-recent .item .group .group-box {
	background-color: rgba(101,129,167,0.65);
	width: 150px;
	height: 150px;
	position: absolute;
	left: 0;
	top: 0;
	color: #FFF;
	padding: 10px 10px 32px 10px;
	z-index: 1;
}

.site-view-cai-world-articles-recent .item .group .group-box .name {
	display: block;
	text-transform: uppercase;
	font-family: Exo;
	font-size: 17px;
}

.site-view-cai-world-articles-recent .item .group .group-box .btn-more-arrow.white {
	position: absolute;
	top: 120px;
}

.site-view-cai-world-articles-recent .last-article-title {
	display: block;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	margin: 10px 0 10px 30px;
	color: #58585A;
}

.site-view-cai-world-articles-recent .last-article {
	color: #000;
	display: block;
	margin-left: 30px;
}

.site-view-cai-world-articles-recent .item .date {
  font-family: Exo;
  font-size: 14px;
}

.site-view-cai-world-articles-recent .item .title {
  display: block;
  text-transform: uppercase;
  font-family: Exo;
  font-size: 15px;
  font-weight: 100;
}

.site-view-cai-world-articles-recent .item .department {
	font-size: 13px;
	color: #A44B34;
	font-family: IBM Plex Mono;
	display: block;
	margin-bottom: 15px;
}

.site-view-cai-world-articles-recent .item .last-article:hover .title {
	color: #3D829E;
}

.site-view-cai-world-articles-recent .item:last-child {
	margin-bottom: 0;
}

@media(max-width:991px){
	.site-view-cai-world-articles-recent {
		background-color: #EFEFEF;
		padding: 30px 250px;
		margin: 0 -10px;
	}
}

@media(max-width:767px){
	.site-view-cai-world-articles-recent {
		padding: 30px 10px;
	}
	.home-page #flexContentInverse .left-column {
	  padding-left: 0;
	}
	.site-view-cai-world-articles-recent {
		background-color: #EFEFEF;
		padding: 30px 10px;
		margin: 0 -10px;
	}
	.site-view-cai-world-articles-recent .item .main-category {
	  right: -7px;
	}
	.site-view-cai-world-articles-recent .item .department {
	  margin-bottom: 5px;
	}
	.site-view-cai-world-articles-recent .item {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.site-view-cai-world-articles-recent .item .date {
	  font-size: 13px;
	}
	.site-view-cai-world-articles-recent .item .image {
		height: 170px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Articoli più letti
------------------------------------------------------------------------------------------------- */
.site-view-articles-most-viewed  {
	padding-left: 50px;
}

.site-view-articles-most-viewed .article-item .text {
	width: 80%;
	margin: 0 auto;
	margin-top: -100px;
	background-color: #fff;
	z-index: 2;
	position: relative;
	padding: 15px;
}

@media(max-width: 991px){
	.site-view-articles-most-viewed {
		padding-left: 0px;
	}

	.site-view-articles-most-viewed .article-item .text {
		width: 90%;
	}
}

@media(max-width: 767px){
	.site-view-articles-most-viewed .article-item .text {
		width: 100%;
		margin-top: 0px;
		padding: 0px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Overview - HOME
------------------------------------------------------------------------------------------------- */
.home-page .overview-band {
	position: relative;
	padding: 80px 0 50px;
	background-image: url('../Images/OverviewBackground.jpg');
	width: 100%;
	background-position: top left;
	margin-bottom: 80px;
}

.home-page .overview-band .container {
	position: relative;
}

.home-page .overview-band .overview-title {
	transform: rotate(-90deg);
	display: inline-block;
	font-size: 70px;
	position: absolute;
	text-transform: uppercase;
	top: 152px;
	left: -245px;
	color: #FFF;
}

.site-view-web-tv-carousel, 
.site-view-podcast-carousel, 
.site-view-itinerary-carousel {
	position: relative;
	margin-bottom: 75px !important;
}

.overview-band .row {
  margin: 0;
}

.overview-band .overview-text {
  display: block;
  color: #000;
  height: 300px;
  padding: 30px 30px 50px;
  position: relative;
  background-color: #FFF;
}

.overview-band .overview-text .title {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  color: #3D829E;
  font-weight: 500;
  margin-bottom: 15px;
}

.overview-band .overview-text .text {
  font-style: italic;
  max-width: 250px;
  display: block;
}

.overview-band .overview-text .btn-more-arrow {
  position: absolute;
  bottom: 30px;
}

.overview-band .overview-text:hover .title {
  color: #000;
}

.overview-band .overview-carousel {
  padding: 0;
}

.site-view-web-tv-carousel .overview-carousel .owl-item .item {
	background-color: #FFF;
	display: block;
	min-height: 300px;
}

.site-view-web-tv-carousel .overview-carousel .item .caption,
.site-view-podcast-carousel .overview-carousel .item .caption {
	padding: 10px 16px;
	position: relative;
}

.site-view-podcast-carousel .overview-carousel .item .caption,
.site-view-web-tv-carousel .overview-carousel .item .caption {
	display: block;
	color: #000;
}

/*.site-view-web-tv-carousel .overview-carousel .owl-item.active .item .caption::after {
	content: "";
	height: 67px;
	width: 1px;
	background-color: #58585a;
	position: absolute;
	top: 12px;
	right: 0px;
}*/

.site-view-web-tv-carousel .overview-carousel .owl-item.active:nth-child(2) .item .caption::after {
	width: 0;
}

.site-view-web-tv-carousel .overview-carousel .item .caption .title,
.site-view-podcast-carousel .overview-carousel .item .caption .title {
  display: block;
  font-family: Exo;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 16px;
}

.site-view-web-tv-carousel .overview-carousel .item .caption .title {
	height: 50px;
	overflow: hidden;
}

.site-view-web-tv-carousel .author,
.site-view-podcast-carousel .author,
.site-view-itinerary-carousel .author {
  color: #A44B34;
  font-family: IBM Plex Mono;
  font-size: 14px;
}

.site-view-itinerary-carousel .author {
  cursor: pointer;
}

.site-view-itinerary-carousel .author:hover {
  color: #000;
}

.overview-band .owl-theme .owl-nav {
	position: absolute;
	width: 100%;
	bottom: -19px;
}

.overview-band .site-view-web-tv-carousel .owl-theme .owl-nav {
	bottom: -19px;
}

.overview-band .owl-carousel .owl-nav button.owl-prev, 
.overview-band .owl-carousel .owl-nav button.owl-next {
	background-image: url('../Images/ArrowLeftWhite.png') !important;
	height: 30px;
	width: 30px;
	display: inline-block;
	background-size: cover !important;
	background-position: center bottom !important;
	position: absolute;
	left: -371px;
}

.overview-band .owl-carousel .owl-nav button.owl-next {
	background-image: url('../Images/ArrowRightWhite.png') !important;
	right: 0 !important;
	left: auto !important;
}

.overview-band .owl-carousel .owl-nav button.owl-prev:hover, 
.overview-band .owl-carousel .owl-nav button.owl-next:hover {
  background-color: transparent;
  background-position: center top !important;
}

.site-view-web-tv-carousel:after,
.site-view-podcast-carousel:after,
.site-view-itinerary-carousel:after {
  content: "";
  width: auto;
  position: absolute;
  bottom: -40px;
  display: block;
  background-color: #000;
  height: 1px;
  left: 50px;
  right: 50px;
}

/*Itinerari*/
.site-view-itinerary-carousel .author,
.site-view-podcast-carousel .overview-text .author,
.site-view-web-tv-carousel .overview-text .author{
  margin-bottom: 15px;
  display: block;
}

.site-view-itinerary-carousel .item,
.sentiero-italia-item,
.itinerary-item {
  display: block;
  background-size: cover;
  background-position: center;
  height: 300px;
  color: #FFF;
  position: relative;
}

.site-view-podcast-carousel .podcast-item .image-content,
.site-view-itinerary-carousel .item .image-content,
.itinerary-item .image-content,
.sentiero-italia-item .image-content {
  overflow: hidden;
  margin-bottom: 0;
}

.site-view-itinerary-carousel .item .image,
.itinerary-item .image,
.sentiero-italia-item .image {
  height: 300px;
  background-size: cover;
  transition: all 0.4s ease 0s;
  background-position: center;
}

.site-view-articles-last-by-category .itinerary-item .image {
	height: 491px;
}

.site-view-itinerary-carousel .item:hover .image,
.itinerary-item:hover .image,
.sentiero-italia-item:hover .image {
  transform: scale(1.05);
}

.site-view-itinerary-carousel .item .caption,
.itinerary-item .caption,
.sentiero-italia-item .caption {
  background-color: rgba(88,88,90,0.7);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px 70px 25px 20px;
  transition: all 0.4s ease 0s;
}

.site-view-itinerary-carousel .item .caption .region,
.itinerary-item .caption .region {
  display: block;
  font-family: IBM Plex Mono;
  margin-bottom: 3px;
  font-size: 15px;
}

.site-view-itinerary-carousel .item .caption .icon, 
.itinerary-item .caption .icon {
	position: absolute;
	right: 15px;
	max-width: 48px;
	top: 21px;
}

.site-view-itinerary-carousel .item .caption .name,
.itinerary-item .caption .name {
  display: block;
  font-family: Exo;
  text-transform: uppercase;
  font-size: 16px;
}

/*Podcast*/
.overview-band .site-view-podcast-carousel .podcast-item .image {
  height: 300px;
  margin-bottom: 0;
}

.overview-band .site-view-podcast-carousel .podcast-item {
  margin-bottom: 0;
}

.overview-band .site-view-podcast-carousel .podcast-item .episode {
	font-family: IBM Plex Mono;
}

@media(max-width:1199px){
	.overview-band .owl-carousel .owl-nav button.owl-prev, .overview-band .owl-carousel .owl-nav button.owl-next {
	  left: -315px;
	}
	.overview-band .site-view-web-tv-carousel .owl-theme .owl-nav {
	  bottom: -52px;
	}
}

@media(max-width:991px){
	.home-page .overview-band {
	  padding-top: 30px;
	}
	.home-page .overview-band .overview-title {
		font-size: 45px;
		left: -155px;
		top: 97px;
	}
	.site-view-web-tv-carousel .overview-carousel .owl-item.active .item .caption::after {
		display: none;
	}
}

@media(max-width:767px){
	.home-page .overview-band .overview-title {
		font-size: 35px;
		left: -121px;
		top: 75px;
	}
	.home-page .overview-band {
	  padding-left: 30px;
	  margin-bottom: 30px;
	}
	.overview-band .overview-text {
	  height: auto;
	  padding: 15px;
	}
	.overview-band .overview-text .btn-more-arrow {
	  position: relative;
	  bottom: auto;
	  margin-top: 10px;
	  display: inline-block;
	}
	.overview-band .overview-text .title {
	  font-size: 16px;
	  margin-bottom: 10px;
	}
	.site-view-web-tv-carousel, .site-view-podcast-carousel, .site-view-itinerary-carousel {
	  margin-bottom: 50px !important;
	}
	.site-view-web-tv-carousel::after, .site-view-podcast-carousel::after, .site-view-itinerary-carousel::after {
	  bottom: -25px;
	}
	.overview-band .site-view-web-tv-carousel .owl-theme .owl-nav {
	  bottom: -7px;
	}
	.overview-band .owl-carousel .owl-nav button.owl-prev, .overview-band .owl-carousel .owl-nav button.owl-next {
	  height: 24px;
	  width: 24px;
	}
	.overview-band .owl-carousel .owl-nav button.owl-prev, .overview-band .owl-carousel .owl-nav button.owl-next {
	  left: -5px;
	}
	.overview-band .owl-theme .owl-nav {
	  bottom: -7px;
	}
	.site-view-itinerary-carousel .item .image {
	  height: 270px;
	}
	.site-view-itinerary-carousel .item {
	  height: 270px;
	}
	.overview-band .site-view-podcast-carousel .podcast-item .image {
	  height: 270px;
	}
	.site-view-itinerary-carousel .item .caption, .itinerary-item .caption, .sentiero-italia-item .caption {
	  padding: 10px 50px 10px 10px;
	  min-height: 68px;
	}
	.site-view-itinerary-carousel .item .caption .icon, .itinerary-item .caption .icon {
	  top: 10px;
	  right: 5px;
	}
	.site-view-itinerary-carousel .item .caption, .itinerary-item .caption, .sentiero-italia-item .caption {
	  padding: 10px 50px 10px 10px;
	  min-height: 68px;
	}
	.site-view-itinerary-carousel .item .caption .icon, .itinerary-item .caption .icon {
	  top: 10px;
	  right: 5px;
	}
}

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



/* Header con briciole di pane e filtri
------------------------------------------------------------------------------------------------- */
.header-breadcrumbs {
  margin-bottom: 40px;
}

.header-breadcrumbs > a {
  color: #000;
  font-family: Exo;
  font-size: 50px;
  font-weight: 100;
  text-transform: uppercase;
  position: relative;
}

.header-breadcrumbs > a::after {
  content: "/";
  margin-left: 20px;
  color: #000;
  margin-right: 15px;
}

.header-breadcrumbs > a:hover {
  color: #3D829E;
}

.header-breadcrumbs > h1 {
  margin: 0;
  display: inline-block;
  font-family: Exo;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 300;
}

.header-breadcrumbs  .filters-applied {
  display: inline-block;
}

.header-breadcrumbs .filters-applied span:first-child:before {
  content: "/";
  margin: 0 10px 0 15px;
  color: #000;
}

.header-breadcrumbs .filters-applied span {
  font-family: IBM Plex Mono;
  color: #3D829E;
  display: inline-block;
}

.header-breadcrumbs .filters-applied span + span:before {
  content: "+";
  margin: 0 10px 0 7px;
  color: #000;
}

@media(max-width:991px){
	.header-breadcrumbs > h1 {
	  font-size: 40px;
	}
	.header-breadcrumbs > a {
	  font-size: 40px;
	}
	.header-breadcrumbs .filters-applied {
	  display: block;
	}
	.header-breadcrumbs .filters-applied span:first-child::before {
	  display: none;
	}
}

@media(max-width:767px){
	.header-breadcrumbs {
	  margin-bottom: 20px;
	}
	.header-breadcrumbs > h1 {
	  font-size: 30px;
	}
	.header-breadcrumbs > a {
	  font-size: 30px;
	}
	.header-breadcrumbs > a::after {
		margin-left: 10px;
		margin-right: 5px;
	}
}

.filters-list {
  margin-bottom: 40px;
  position: relative;
  font-family: Exo;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  padding-left: 118px;
}

.filters-list .title {
	display: table;
	height: 145px;
	float: left;
	border-right: 1px solid #878787;
	padding-right: 15px;
	position: absolute;
	left: 0;
	top: 0;
	padding-right: 20px;
	font-size: 13px;
}

.itineraries-list .filters-list .title {
	height: 99px;
}

.filters-list .title span {
  display: table-cell;
  vertical-align: middle;
  font-family: Exo;
}

.filters-list:after {
  clear: both;
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
  overflow: hidden;
}

.filters-list .filters-row {
	border-bottom: 1px solid #878787;
	padding: 5px 0;
}

.filters-list .filters-row:nth-child(3) {
	border-bottom: 1px solid #878787;
}

.filters-list .filters-row span {
	display: inline-block;
	padding: 10px 9px 10px;
	/* border-left: 0.5px solid #000; */
	font-weight: 500;
	cursor: pointer;
	color: #58585A;
	position: relative;
	font-size: 13px;
}

.filters-list .filters-row span + span::before {
	content: "";
	width: 1px;
	height: 23px;
	background-color: #878787;
	position: absolute;
	left: -3px;
	top: 7px;
	display: block;
}

.filters-list .filters-row.typologies span:nth-child(5)::before {
	height: 35px;
}

.filters-list .filters-row span.active,
.filters-list .filters-search .filter-item.filter-list .filter-list-options span.active {
	cursor: url('../Images/CursorX.png'), auto;
	font-weight: bold;
}

.filters-list .filters-row span:first-child {
  border: none;
}


.filters-list .filters-row span:hover {
  text-decoration: underline;
}

.sector-item-list .filters-list .title {
	height: 144px;
}

@media(max-width: 1199px){
	.filters-list .title {
	  height: 180px;
	}
	.filters-list .title span {
	  margin-top: 38px;
	  display: block;
	}
	.filters-list .filters-row span + span::before {
	  left: -1px;
	}

}

@media(max-width: 991px){
	.sector-item-list .filters-list .title {
		height: 181px;
	} 

	.topic-item-list .filters-list .title {
		height: 220px;
	}
}

@media(max-width:767px){
	.filters-list {
		padding: 0;
		margin-bottom: 15px;
	}

	.filters-list .filters-container {
		display: none;
	}
	
	.filters-list .title {
	  position: relative;
	  float: none;
	  height: auto;
	  border-bottom: 1px solid #878787;
	  border-right: none;
	  width: 100%;
	  padding: 0 0 10px 22px;
	}
	.filters-list .title span {
	  margin-top: 0;
	}
	.filters-list .title::before {
	  content: "+";
	  position: absolute;
	  left: 0;
	  border: 1px solid;
	  border-radius: 50%;
	  width: 15px;
	  height: 15px;
	  line-height: 15px;
	  text-align: center;
	  top: 2px;
	}
	.filters-list .title.open::before {
	  content: "-";
	}

	.filters-list .filters-row {
	  width: 50%;
	  float: left;
	  padding: 10px 0;
	  min-height: 266px;
	  border-right: 1px solid #878787;
	}
	.filters-list .filters-row:nth-child(2) {
	  border-left: none;
	  min-height: 266px;
	  border-bottom: 1px solid #878787;
	  border-right: 0pc;
	}

    .itineraries-list .filters-list .filters-row:nth-child(2) {
		border-bottom: none;
	}
	
	.filters-list .filters-row span {
	  display: block;
	  padding: 3px 10px;
	}
	.filters-list .filters-row span + span::before {
	  content: none;
	}
	.filters-list .filters-row.typologies span:nth-child(5) {
		border-top: 1px solid #878787;
		margin-top: 15px;
		padding-top: 15px;
	}
	.sector-item-list .filters-list .title {
	  height: 0;
	}
	.sector-item-list .filters-row.typologies {
	  border-right: 1px solid #878787;
	}
	.sector-item-list .filters-row.topics {
	  border-left: none;
	  min-height: 266px;
	}

	.topic-item-list .filters-list .title {
		height: auto;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Spaziature liste
------------------------------------------------------------------------------------------------- */
.site-view-articles-recent .row,
.site-view-articles-list .row,
.site-view-cai-world-articles-list .row {
  margin: 0 -30px;
}

.site-view-articles-recent .row > div,
.site-view-articles-list .row > div,
.site-view-cai-world-articles-list .row > div {
  padding: 0 30px;
}

@media(max-width: 767px){
	.site-view-articles-recent .row,
	.site-view-articles-list .row {
		margin: 0px;
	}	

	.site-view-articles-recent .row > div,
	.site-view-articles-list .row > div {
		padding: 0px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Itinerari
------------------------------------------------------------------------------------------------- */
.itinerary-item,
.sentiero-italia-item {
  margin-bottom: 60px;
  height: 400px;
  overflow: hidden;
}

.site-view-articles-list.itineraries-list .item > a {
	min-height: 300px;
}

.itinerary-item:hover {
  color: #FFF;
}

/*Sentiero Italia*/
.sentiero-italia-item .caption {
  background-color: rgba(255,255,255,0.7);
  color: #000;
}

.sentiero-italia-item .caption .evident {
  display: block;
  font-family: Exo;
  text-transform: uppercase;
  color: #A44B34;
  font-weight: bold;
}

.sentiero-italia-item .caption  .name {
  display: block;
  font-family: Exo;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 300;
}

.sentiero-italia-item .caption .subtitle {
  font-family: Exo;
  text-transform: uppercase;
  display: block;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 10px;
}

.sentiero-italia-item .caption .btn-more-arrow {
  color: #000;
}

.sentiero-italia-item .caption .btn-more-arrow::after {
  background-position: bottom;
}

.sentiero-italia-item .caption .btn-more-arrow:hover {
  color: #3D829E;
}

.sentiero-italia-item .caption .btn-more-arrow:hover:after {
  background-position: top;
}

@media(max-width:1199px){
	.site-view-articles-list .itinerary-item .image, 
	.site-view-articles-list .sentiero-italia-item .image {
	  height: 300px;
	}
	.itinerary-item, .sentiero-italia-item {
	  height: 300px;
	}
	.sentiero-italia-item .caption .name {
	  font-size: 21px;
	}
	.sentiero-italia-item .caption .subtitle {
	  font-size: 17px;
	}
	.itineraries-list .filters-list .title {
		height: 135px;
	}

.filters-list .filters-search .filter-item.filter-word input {
  width: 200px;
}
.filters-list .filters-search {
  padding-top: 12px;
}
}

@media(max-width:767px){
	.itineraries-list .filters-list .title {
		height: auto;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* WebTv
------------------------------------------------------------------------------------------------- */
.webtv-item .text {
	margin-top: 30px;
}

/*Dettaglio*/
.site-view-article-detail .web-tv {
	margin-top: 30px;
}
/* ---------------------------------------------------------------------------------------------- */



/* Blog
------------------------------------------------------------------------------------------------- */
.blog-item .image-content {
	position: relative;
	height: 280px;
	width: 280px;
	border-radius: 50%;
	margin-bottom: 30px;
	overflow: hidden;
}

.blog-item .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  transition: all 0.4s ease 0s;
}

.blog-item:hover .image {
  transform: scale(1.05);
}

.blog-item .image .main-category {
	background-color: #A44B34;
}

.blog-item .image .overlay {
	border-radius: 50%;
}

.blog-item .image .overlay {
	height: 100%;
	background-color: #6D958B;
	opacity: 0;
	bottom: 0;
}

.blog-item:hover .image .overlay {
	opacity: 0.6;
}

.blog-item .text .title {
	overflow: hidden;
}

@media(max-width:767px){
	.blog-item .image-content {
	  height: 200px;
	  width: 200px;
	  margin-bottom: 20px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Lista vuota
------------------------------------------------------------------------------------------------- */
.empty-articles-message,
.empty-advertisements-message {
	background-color: #f8f8f8;
	padding: 20px;
	text-align: center;
	font-family: Exo;
}
/* ---------------------------------------------------------------------------------------------- */



/* Categorie, Tag e Autore
------------------------------------------------------------------------------------------------- */
.site-view-articles-list .item > a,
.site-view-articles-recent a.article-item,
.site-view-articles-recent a.book-of-week-item,
.site-view-articles-recent a.mountaineering-days-item {
	min-height: 491px;
}

.site-view-articles-list .itinerary-item .image,
.site-view-articles-list .sentiero-italia-item .image {
	height: 491px;
}

.site-view-articles-list .article-item .text .title,
.site-view-articles-recent .article-item .text .title,
.site-view-articles-list .podcast-item .text .title,
.site-view-articles-list .nuvolario-item .text .title,
.site-view-articles-list .blog-item .text .title,
.site-view-articles-list .webtv-item .text .title,
.site-view-articles-list .travel-diary-item .text .title,
.site-view-articles-list .book-of-week-item .text .title,
.site-view-articles-list .mountaineering-days-item .text .title,
.site-view-articles-recent .book-of-week-item .text .title,
.site-view-articles-recent .mountaineering-days-item .text .title {
	margin-bottom: 10px;
	max-height: 80px;
	overflow: hidden;
}

.tag-items .filters-list .title,
.author-items .filters-list .title {
	height: 49px;
}

.author-items .header-author {
	position: relative;
	padding-left: 145px;
	min-height: 120px;
	margin-bottom: 30px;
}

.author-items .header-author .image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
}

.author-items .header-author .bio {
  color: #A44B34;
  font-family: IBM Plex Mono;
  font-size: 16px;
}

@media(max-width:1199px){
.tag-items .filters-list .title, .author-items .filters-list .title span {
	margin-top: 15px;
}
}

@media(max-width:767px){
	.article-item .image, .podcast-item .image, .nuvolario-item .image, .travel-diary-item .image, .book-of-week-item .image, .mountaineering-days-item .image {
		height: 250px;
	}
	.site-view-articles-list .item > a,
	.site-view-articles-recent a.article-item,
	.site-view-articles-recent a.book-of-week-item,
	.site-view-articles-recent a.mountaineering-days-item {
		min-height: auto;
		margin-bottom: 30px;
	}
	.site-view-articles-recent .article-item,
	.site-view-articles-recent .book-of-week-item,
	.site-view-articles-recent .mountaineering-days-item {
		margin: 0 35px 30px;
	}

.tag-items .filters-list .title, .author-items .filters-list .title span {
  margin-top: 0;
}
.tag-items .filters-list .title, .author-items .filters-list .title {
  height: auto;
}
.tag-items .filters-list .filters-row, .author-items .filters-list .filters-row {
	width: 100%;
}

.author-items .header-author .image {
  width: 85px;
  height: 85px;
}
.author-items .header-author {
  padding-left: 100px;
  min-height: 90px;
}
.author-items .header-author .bio {
  font-size: 13px;
}
}
/* ---------------------------------------------------------------------------------------------- */



/* Elementi correlati
------------------------------------------------------------------------------------------------- */
.site-view-articles-correlated .article-item .image,
.site-view-articles-correlated .podcast-item .image,
.article-detail-page .site-view-articles-recent-in-detail .article-item .image,
.site-view-articles-correlated .travel-diary-item .image,
.site-view-nuvolari-in-detail .nuvolario-item .image,
.site-view-articles-correlated .nuvolario-item .image,
.site-view-articles-correlated .book-of-week-item .image,
.site-view-articles-correlated .mountaineering-days-item .image,
.article-detail-page .site-view-articles-recent-in-detail .book-of-week-item .image,
.article-detail-page .site-view-articles-recent-in-detail .mountaineering-days-item .image {
	height: 190px;
}

.site-view-articles-correlated .article-item .text .title,
.site-view-nuvolari-in-detail .nuvolario-item .text .title,
.site-view-articles-recent-in-detail .article-item .text .title,
.site-view-articles-correlated .book-of-week-item .text .title,
.site-view-articles-correlated .mountaineering-days-item .text .title,
.site-view-articles-recent-in-detail .book-of-week-item .text .title,
.site-view-articles-recent-in-detail .mountaineering-days-item .text .title {
	max-height: 100%;
}

/*Blog*/
.site-view-articles-correlated .blog-item .image,
.site-view-articles-correlated .blog-item .image-content {
  height: 190px;
  width: 190px;
}

/*Itineraio, Podcast e Diario di viaggio*/
.site-view-articles-correlated .itinerary-item {
  height: 250px;
}

.site-view-articles-correlated .itinerary-item .caption,
.site-view-articles-correlated .podcast-item .caption,
.site-view-articles-correlated .travel-diary-item .caption {
	padding: 10px 50px 10px 10px;
}

.site-view-articles-correlated .podcast-item .caption {
	min-height: 70px;
}

.site-view-articles-correlated .itinerary-item .caption .icon,
.site-view-articles-correlated .podcast-item .caption .icon,
.site-view-articles-correlated .travel-diary-item .caption .icon {
	max-width: 40px;
	top: 13px;
	right: 10px;
}

.site-view-articles-correlated .itinerary-item .caption .name,
.site-view-articles-correlated .podcast-item .caption .title,
.site-view-articles-correlated .travel-diary-item .caption .title {
	font-size: 17px;
}

/*Blog*/
.site-view-articles-correlated .blog-item .text .title {
	height: auto;
}

/*Articoli*/
.site-view-articles-correlated .article-item .text .title,
.site-view-articles-correlated .book-of-week-item .text .title,
.site-view-articles-correlated .mountaineering-days-item .text .title {
	max-height: 100%;
}
/* ---------------------------------------------------------------------------------------------- */



/* Podcast
------------------------------------------------------------------------------------------------- */
/*Dettaglio*/
.site-view-article-detail .podcast-title {
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: Exo;
  font-size: 40px;
  font-weight: 300;
}

.site-view-article-detail .podcast-episode {
	font-family: Exo;
	text-transform: uppercase;
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}

.site-view-article-detail .podcast-link {
  font-family: IBM Plex Mono;
  display: inline-block;
  margin-top: 15px;
}

.site-view-article-detail .podcast-link:hover {
  color: #000;
}

.site-view-article-detail .podcast-text {
  margin-top: 15px;
}

.site-view-article-detail .podcast-episodes .item {
  border-top: 1px solid #eaeaea;
  margin-top: 20px;
  padding-top: 20px;
}

.site-view-article-detail .podcast-episodes .item .title {
  display: block;
  text-transform: uppercase;
  font-family: Exo;
  font-size: 20px;
  font-weight: 300;
}

.site-view-article-detail .podcast-episodes .item .author {
  color: #A44B34;
  font-family: IBM Plex Mono;
  display: block;
  margin-bottom: 15px;
}

.site-view-article-detail .podcast-episodes .item .text {
	margin-bottom: 20px;
	display: block;
}

.site-view-article-detail .podcast-info {
	position: relative;
	padding-left: 330px;
	min-height: 320px;
}

.site-view-article-detail .podcast-info .podcast-image {
  background-size: cover;
  width: 300px;
  height: 300px;
  position: absolute;
  left: 0;
  background-position: center;
}

@media(max-width: 767px){

	.site-view-article-detail .podcast-info .podcast-image {
		position: relative;
		width: 200px;
		height: 200px;
		max-width: 100%;
	} 
	
	.site-view-article-detail .podcast-info {
		min-height: auto;
		padding-left: 0px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Diario di viaggio e Podcast Lista
------------------------------------------------------------------------------------------------- */
.travel-diary-item .image,
.nuvolario-item .image,
.podcast-item .image {
  overflow: hidden;
}

.travel-diary-item .image-caption,
.nuvolario-item .image-caption,
.podcast-item .image-caption {
	position: relative;
}

.travel-diary-item .caption, 
.nuvolario-item .caption, 
.podcast-item .caption {
	background-color: rgba(109,149,139,0.7);
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 15px 70px 15px 15px;
	transition: all 0.4s ease 0s;
	color: #FFF;
	min-height: 80px;
}

.podcast-item .caption {
  background-color: rgba(88,88,90,0.7);
}

.travel-diary-item .caption .icon, 
.nuvolario-item .caption .icon, 
.podcast-item .caption .icon {
	position: absolute;
	right: 15px;
	max-width: 47px;
	top: 15px;
}

.travel-diary-item .caption .title,
.nuvolario-item .caption .date,
.nuvolario-item .caption .nuvolario-title,
.podcast-item .caption .title {
  display: block;
  font-family: Exo;
  text-transform: uppercase;
  font-size: 16px;
}

.travel-diary-item .last-update {
	max-height: 67px;
	overflow: hidden;
	margin-bottom: 15px;	
}

.travel-diary-item .last-update .date {
	display: block;
	text-transform: uppercase;
	font-family: Exo;
	font-size: 14px;
	font-weight: 300;
}

.travel-diary-item .last-update .text {
	display: block;
	font-style: italic;
	color: #6D958B;
}

.travel-diary-item .status {
  font-weight: bold;
  font-family: Exo;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.travel-diary-item .status.open-travel {
  color: #A44B34;
}

.podcast-item .text {
	padding-left: 15px;
}

.podcast-item .text .episode {
	display: block;
	font-family: Exo;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 300;
}

/*Dettaglio Diario di viaggio*/
.site-view-article-detail .travel-diary .status {
	font-weight: bold;
	font-family: Exo;
	text-transform: uppercase;
	margin: 15px 0;
}

.site-view-article-detail .travel-diary .status.open-travel {
  color: #A44B34;
}

.site-view-article-detail .travel-diary .last-update .date {
	display: block;
	font-family: Exo;
	text-transform: uppercase;
	font-size: 16px;
}

.site-view-article-detail .travel-diary .last-update .text {
	color: #6D958B;
	font-style: italic;
	font-size: 16px;
}

.nuvolario-item .caption .icon {
  max-width: 35px;
  right: 10px;
}

.nuvolario-item .caption {
  padding-right: 56px;
}

@media(max-width:767px){
	.site-view-article-detail .travel-diary .last-update .date, 
	.site-view-article-detail .travel-diary .last-update .text {
		font-size: 15px;
	}
	.travel-diary-item .last-update {
		max-height: 100%;
	}
	.podcast-item .caption {
	  padding: 10px 50px 10px 10px;
	  min-height: 68px;
	}
	.podcast-item .caption .icon {
	  top: 10px;
	  right: 5px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Conoscere la montagna e Mondo CAI HOME
------------------------------------------------------------------------------------------------- */
.know-mountain h1,
.cai-world-intro h2,
.cai-world-home-section h1 {
  text-align: center;
  margin: 0;
  font-family: Exo;
  font-weight: 100;
  font-size: 50px;
  text-transform: uppercase;
}

.know-mountain .intro,
.cai-world-intro .intro,
.cai-world-home-section .intro {
  display: block;
  text-align: center;
  margin: 20px 0 50px;
  font-style: italic;
  font-size: 18px;
}

.know-mountain .item {
  display: block;
  height: 500px;
  margin-bottom: 30px;
  position: relative;
}

.know-mountain .item .image-content {
  overflow: hidden;
}


.know-mountain .item .image {
  height: 500px;
  position: relative;
  background-size: cover;
  background-position: center;
  transition: all 0.4s ease 0s;
}

.know-mountain .item:hover .image {
   transform: scale(1.05);
}

.know-mountain .item .text,
.cai-world-home-section .item .text {
  background-color: #FFF;
  width: 405px;
  position: absolute;
  bottom: -45px;
  z-index: 2;
  padding: 40px 30px;
  right: 100px;
  color: #000;
  transition: all 0.4s ease 0s;
}

.know-mountain .item .text .title,
.cai-world-home-section .item .text .title {
  display: block;
  font-family: Exo;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 100;
  line-height: 55px;
}

.know-mountain .item .text .summary,
.cai-world-home-section .item .text .summary {
	display: table;
	margin: 25px 0;
	font-style: italic;
	height: 130px;
}

.know-mountain  .item.item-sx .text {
  right: auto;
  left: 100px;
}

.know-mountain .row > div:nth-child(7) .item .text, 
.know-mountain .row > div:nth-child(8) .item .text {
  left: 0;
  width: 300px;
}

.know-mountain .item:hover .text {
  bottom: 0;
}

.know-mountain .item .text .summary > div {
  display: table-cell;
  vertical-align: middle;
}

.know-mountain .item .text .summary .link-mail {
  display: block;
  color: #3D829E;
  font-family: IBM Plex Mono;
  font-style: normal;
  margin-top: 15px;
}

.know-mountain .item .text .summary .link-mail:hover {
  color: #000;
}

/*Mondo CAI*/
.cai-world-page, 
.cai-world-page header {
  background-color: #EFEFEF;
}

.cai-world-home-section .item {
  display: block;
  margin-bottom: 30px;
  position: relative;
}

.cai-world-home-section .item:after {
  clear: both;
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
}

.cai-world-home-section .item .image {
  height: 500px;
  background-size: cover;
  background-position: center;
  width: 850px;
  position: relative;
  transition: all 0.4s ease 0s;
}

.cai-world-home-section .item .image-content {
  overflow: hidden;
}

.cai-world-home-section .item:hover .image {
   transform: scale(1.05);
}

.cai-world-home-section .item .text {
  right: 0;
  bottom: auto;
  top: 50px;
}

.cai-world-home-section .item:nth-child(2n) .image {
  float: right;
}

.cai-world-home-section .item:nth-child(2n) .text {
  right: auto;
  left: 0;
}

.cai-world-home-section .item:nth-child(2n):hover .text {
  left: 50px;
}

.cai-world-home-section .item:hover .text {
  right: 50px;
}

@media(max-width:1200px){

	.cai-world-home-section .item .image {
	  width: 700px;
	}
}

@media(max-width:991px){
	.know-mountain h1, .cai-world-intro h2, .cai-world-home-section h1 {
	  font-size: 40px;
	}
	.know-mountain .intro, .cai-world-intro .intro, .cai-world-home-section .intro {
	  font-size: 16px;
	  margin-bottom: 30px;
	}
	.cai-world-home-section .item .image {
	  width: 600px;
	  height: 400px;
	}
	.know-mountain .item .text, .cai-world-home-section .item .text {
	  padding: 20px;
	  width: 350px;
	}
	.know-mountain .item .text .title, .cai-world-home-section .item .text .title {
	  font-size: 30px;
	  line-height: 45px;
	}
	.know-mountain .item .text .summary, .cai-world-home-section .item .text .summary {
	  margin: 15px 0;
	}
	.know-mountain .item .image {
	  height: 400px;
	}
	.know-mountain .item {
	  height: 400px;
	}
	.know-mountain .item .text {
	  right: 50px;
	}
	.know-mountain  .item.item-sx .text {
	  left: 50px;
	}
	.know-mountain .row > div:nth-child(6) .item .text, 
	.know-mountain .row > div:nth-child(7) .item .text {
	  width: 300px;
	}

}

@media(max-width:767px){
	.know-mountain .intro, .cai-world-intro .intro, .cai-world-home-section .intro {
	  font-size: 14px;
	}
	.know-mountain .item::after {
		content: ".";
		height: 0;
		visibility: hidden;
		display: block;
		clear: both;
	}
	.know-mountain .item .text {
	  position: relative;
	  bottom: auto;
	  top: auto;
	  width: 300px;
	}
	.know-mountain .item .text {
		position: relative;
		bottom: auto;
		top: auto;
		width: 300px;
		margin-right: 20px;
		right: auto;
	}
	.know-mountain .item.item-sx .text {
		margin-left: 20px;
		float: none;
		left: auto;
	}
	.know-mountain .item .text, .cai-world-home-section .item .text {
	  padding: 15px;
	  margin-top: -50px;
	}
	.know-mountain .item .text {
	  float: right;
	}
	.know-mountain .item .text .title, .cai-world-home-section .item .text .title {
	  font-size: 25px;
	  line-height: 35px;
	}
	.know-mountain .item .text .summary, .cai-world-home-section .item .text .summary {
	  margin: 10px 0;
	}
	.cai-world-home-section .item:nth-child(2n) .image-content {
	  padding-left: 50px;
	  padding-right: 0;
	}
	.cai-world-home-section .item:nth-child(2n) .text {
	  float: none;
	}
	.know-mountain .item .image, .cai-world-home-section .item .image {
	  height: 250px;
	}
	.know-mountain .item {
	  height: auto;
	}
	.know-mountain .item:after {
	  content: ".";
	  height: 0;
	  visibility: hidden;
	  display: block;
	}
	.know-mountain .item .text .summary {
	  height: auto;
	}

.cai-world-home-section .item .text {
  position: relative;
  margin-top: -50px;
  top: auto;
  width: 300px;
  margin-left: 20px;
}
.cai-world-home-section .item:nth-child(2n) .text {
  float: right;
  margin-right: 20px;
  margin-left: 0;
}
.cai-world-home-section .item:hover .text {
	right: auto;
}
.cai-world-home-section .item:nth-child(2n):hover .text {
	left: auto;
}
}

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



/* Mondo CAI Griglia articoli
------------------------------------------------------------------------------------------------- */
.mondo-cai-item {
	margin-bottom: 60px;
	display: block;
	position: relative;
	background-color: #FFF;
	min-height: 430px;
}

.mondo-cai-item .image {
	height: 250px;
}

.mondo-cai-item .text {
	color: #000;
	padding: 20px;
}

.mondo-cai-item .text .date {
  font-family: Exo;
  font-size: 15px;
  display: block;
}

.mondo-cai-item .text .title {
  display: block;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: Exo;
  font-size: 18px;
  font-weight: 100;
}

.mondo-cai-item .text .summary {
  display: block;
  font-style: italic;
  margin-bottom: 15px;
  font-size: 14px;
}

.mondo-cai-item .text .section {
	font-size: 14px;
	color: #A44B34;
	font-family: IBM Plex Mono;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 15px !important;
}

/*Fascia passaggio altre pagine*/
.cai-world-band {
  margin-bottom: 0 !important;
  background-color: #FFF;
  padding: 80px 0;
  position: relative;
}

.cai-world-band .item {
	color: #000;
	display: block;
	position: relative;
	padding-left: 30px;
	padding-top: 30px;
}

.cai-world-band .item .image-content {
  overflow: hidden;
}

.cai-world-band .item .image {
  height: 315px;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: all 0.4s ease 0s;
}

.cai-world-band .item:hover .image {
	transform: scale(1.05);
}

.cai-world-band .item .group-box {
	background-color: rgba(101,129,167,0.65);
	width: 220px;
	height: 220px;
	position: absolute;
	left: 0;
	top: 0;
	color: #FFF;
	padding: 10px 10px 32px 10px;
	z-index: 1;
}

.cai-world-band .item .name {
	display: block;
	text-transform: uppercase;
	font-family: Exo;
	font-size: 20px;
}

.cai-world-band .item .btn-more-arrow.white {
	position: absolute;
	top: 170px;
}

@media(max-width:1199px){
	.cai-world-band .item .image {
		height: 290px;
	}
	.mondo-cai-item {
		min-height: 460px;
	}
}

@media(max-width:991px){

	.cai-world-band .item .name {
	  font-size: 17px;
	}
	.cai-world-band .item .group-box {
	  width: 150px;
	  height: 150px;
	}
	.cai-world-band .item .btn-more-arrow.white {
	  top: 120px;
	}
	.cai-world-band .item .image {
		height: 200px;
	}
	.cai-world-page.article-detail-page .cai-world-band .item {
		margin-bottom: 30px;
	}
}

@media(max-width:767px){
	.cai-world-band .item .image {
		height: 200px;
	}
	.cai-world-band .item {
	  margin-bottom: 30px;
	}
	.section-title span.h2 {
		font-size: 17px;
	}
	.cai-world-band {
		padding: 30px 0;
	}
	.mondo-cai-item {
		min-height: auto;
		margin-bottom: 30px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Organi Tecnici
------------------------------------------------------------------------------------------------- */
.site-view-cai-world-cen-tec-un-list .row,
.site-view-cai-world-groups-list .row {
  margin: 0 -30px;
}

.site-view-cai-world-cen-tec-un-list h1,
.site-view-cai-world-groups-listt h1 {
	text-align: center;
    margin: 0;
    font-family: Exo;
    font-weight: 100;
    font-size: 50px;
    text-transform: uppercase;
}

.site-view-cai-world-cen-tec-un-list .row > div,
.site-view-cai-world-groups-list .row > div {
  padding: 0 30px;
}

.site-view-cai-world-cen-tec-un-list .item,
.site-view-cai-world-groups-list .item {
  background-color: #FFF;
  display: block;
  margin-bottom: 60px;
}

.site-view-cai-world-cen-tec-un-list .item {
	min-height: 790px;
}

.site-view-cai-world-cen-tec-un-list .item .image-content,
.site-view-cai-world-groups-list .item .image-content {
	overflow: hidden;
	margin-bottom: 15px;
}

.site-view-cai-world-cen-tec-un-list .item .image,
.site-view-cai-world-groups-list .item .image {
  height: 400px;
  background-size: cover;
  background-position: center;
  transition: all 0.4s ease 0s;
}

.site-view-cai-world-cen-tec-un-list .item:hover .image,
.site-view-cai-world-groups-list .item:hover .image {
	transform: scale(1.05);
}

.site-view-cai-world-cen-tec-un-list .item .text,
.site-view-cai-world-groups-list .item .text {
  padding: 20px 40px;
  color: #000;
}

.site-view-cai-world-cen-tec-un-list .item .text .logo,
.site-view-cai-world-groups-list .item .text .logo {
  max-height: 90px;
  margin-bottom: 20px;
  max-width: 150px;
}

.site-view-cai-world-cen-tec-un-list .item .text .owner-type,
.site-view-cai-world-groups-list .item .text .owner-type {
	color: #377D9F;
	font-family: IBM Plex Mono;
	margin-bottom: 15px;
	display: inline-block;
}

.site-view-cai-world-cen-tec-un-list .item .text .title,
.site-view-cai-world-groups-list .item .text .title {
  font-family: Exo;
  font-weight: 100;
  font-size: 22px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}

.site-view-cai-world-cen-tec-un-list .item .text .info, 
.site-view-cai-world-groups-list .item .text .info {
	display: block;
	font-style: italic;
	margin-bottom: 25px;
}

/*Dettaglio*/
.site-view-cai-world-articles-list h1 {
	margin-top: 0;
	margin-bottom: 30px;
	position: relative;
	padding-left: 0;
}

.site-view-cai-world-articles-list h1::after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

.site-view-cai-world-articles-list h1 .name {
  font-size: 40px;
  font-family: Exo;
  font-weight: 100;
  text-transform: uppercase;
}

.site-view-cai-world-articles-list h1 .owner-type {
	color: #377D9F;
	font-family: IBM Plex Mono;
	margin-bottom: 15px;
	display: inline-block;
	display: block;
	font-size: 18px;
}

.site-view-cai-world-articles-list h1 img {
	display: inline-block;
	float: left;
	max-width: 125px;
	max-height: 100px;
	margin-right: 15px;
}

.site-view-cai-world-articles-list .intro {
  position: relative;
  padding-left: 600px;
  font-style: italic;
  font-size: 18px;
  min-height: 400px;
  margin-bottom: 50px;
}

.site-view-cai-world-articles-list .intro .image {
	width: 550px;
	height: 400px;
	position: absolute;
	left: 0;
	background-size: cover;
	background-position: center;
}

@media(max-width:1200px){
.site-view-cai-world-articles-list .intro .image {
  width: 400px;
  height: 320px;
}
.site-view-cai-world-articles-list .intro {
  padding-left: 430px;
  font-size: 16px;
}
.site-view-cai-world-articles-list .intro {
  min-height: 320px;
}
}

@media(max-width:991px){

.site-view-cai-world-cen-tec-un-list h1, .site-view-cai-world-groups-listt h1 {
  font-size: 40px;
}
.site-view-cai-world-cen-tec-un-list .item .image, .site-view-cai-world-groups-list .item .image {
  height: 250px;
}
.site-view-cai-world-cen-tec-un-list .row > div, .site-view-cai-world-groups-list .row > div {
  padding: 0 15px;
}
.site-view-cai-world-cen-tec-un-list .row, .site-view-cai-world-groups-list .row {
  margin: 0 -15px;
}
.site-view-cai-world-cen-tec-un-list .item .text, .site-view-cai-world-groups-list .item .text {
  padding: 15px;
}
.site-view-cai-world-cen-tec-un-list .item .text .logo, .site-view-cai-world-groups-list .item .text .logo {
  max-height: 70px;
  margin-bottom: 10px;
}
.site-view-cai-world-cen-tec-un-list .item .text .title, .site-view-cai-world-groups-list .item .text .title {
  font-size: 18px;
  margin-bottom: 10px;
}
.site-view-cai-world-cen-tec-un-list .item {
  min-height: 605px;
  margin-bottom: 30px;
}
.site-view-cai-world-world-groups-list .item {
  min-height: 605px;
  margin-bottom: 30px;
}
.site-view-cai-world-articles-list h1 .name {
  font-size: 30px;
}
.site-view-cai-world-articles-list h1 img {
  max-height: 75px;
}
.site-view-cai-world-articles-list h1 {
  margin-bottom: 20px;
}
.site-view-cai-world-articles-list .intro .image {
  width: 100%;
  height: 380px;
  margin-bottom: 20px;
  position: relative;
}
.site-view-cai-world-articles-list .intro {
  padding: 0;
  font-size: 14px;
}
.site-view-cai-world-articles-list .intro {
  min-height: auto;
  margin-bottom: 30px;
}
}

@media(max-width:767px){

.site-view-cai-world-cen-tec-un-list h1, .site-view-cai-world-groups-listt h1 {
  font-size: 30px;
}
.site-view-cai-world-cen-tec-un-list .item {
  min-height: auto;
  margin-bottom: 20px;
}
.site-view-cai-world-cen-tec-un-list .item .image-content {
  margin-bottom: 0;
}

.site-view-cai-world-articles-list h1 .owner-type {
  font-size: 16px;
  margin-bottom: 10px;
}
.site-view-cai-world-articles-list h1 .name {
  font-size: 20px;
  line-height: -16px;
  display: block;
}
.site-view-cai-world-articles-list .intro .image {
  height: 250px;
}
}
/* ---------------------------------------------------------------------------------------------- */



/* Dettaglio Articolo Mondo CAI
------------------------------------------------------------------------------------------------- */
.cai-world-page.article-detail-page #sidebar {
  border: none;
}

.cai-world-page.article-detail-page #content {
  border-right: 1px solid #878787;
  margin-bottom: 30px;
}

.cai-world-page.article-detail-page .mondo-cai-item .image {
  height: 150px;
}

.cai-world-page.article-detail-page .mondo-cai-item {
  min-height: auto;
}

.cai-world-page.article-detail-page .cai-world-band .item .image {
  height: 250px;
}

.cai-world-page.article-detail-page .cai-world-band .item .h2 {
  min-height: 64px;
}

.cai-world-page.article-detail-page .cai-world-band .item .name {
  font-size: 17px;
}

.cai-world-page.article-detail-page .cai-world-band .item .group-box {
  width: 150px;
  height: 150px;
}

.cai-world-page.article-detail-page .cai-world-band .item .btn-more-arrow.white {
  top: 120px;
}

@media(max-width:991px){
	.cai-world-page.article-detail-page #content {
		border-right: none;
		margin-bottom: 0;
		border-bottom: 1px solid #878787;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Footer
------------------------------------------------------------------------------------------------- */
footer {
    background-color: #D9D9D9;
    padding: 50px 0px;
    font-family: "Exo";
    font-size: 11px;
}

footer .first-column {
	position: relative;
	height: 126px;
}

footer .social {
	left: 118px;
	position: absolute;
	bottom: -5px;
}

footer .social .icon {
    height: 30px;
    width: 30px;
    background-size: cover;
    background-position: top;
    display: inline-block;
    margin-right: 10px;
}

footer .social a:hover .icon {
   background-position: bottom;
}

footer .link-cai::before {
	background-image: url('../Images/Arrow.png');
	content: "";
	height: 9px;
	width: 10px;
	display: inline-block;
	background-size: cover;
	background-position: top center;
	margin-right: 6px;
}

footer .link-cai:hover:before {
	background-position: bottom center;
}

footer .link-cai {
	margin-top: 15px;
	display: inline-block;
}

@media(max-width:1200px){
footer .social {
	left: 100px;
}
footer .link-cai {
	margin-top: 0px;
}
}

@media(max-width: 991px) {
       footer .contact-footer .image {
            margin-bottom: 20px;
       }
footer .first-column {
	height: auto;
}
footer .social {
	margin: 30px 0;
	text-align: center;
	position: relative;
	bottom: auto;
	display: block;
	left: auto;
}
}

@media(max-width: 767px) {
       footer {
            padding: 20px 0px;
       }

	   footer .contact-footer .row,
		footer .contact-footer.row{
		   margin: 0px -15px;
	   }
footer .social {
	margin: 0 0 10px 0;
}
}
/* ---------------------------------------------------------------------------------------------- */



/* Elementi html
------------------------------------------------------------------------------------------------- */
/*Immagini*/
figure.image,
figure.audio,
figure.video {
  margin: 20px 0;
}

figure.image figcaption,
figure.audio figcaption,
figure.video figcaption {
  margin-top: 15px;
  color: #3D829E !important;
  font-family: Exo;
  background-color: white !important;
  display: block;
  text-align: left;
  font-size: inherit !important;
  padding: 0px !important;
}

/*Titoli*/
.site-view-article-detail .article-text h1,
.site-view-article-detail .article-text h2,
.site-view-article-detail .article-text h3,
.site-view-article-detail .article-text h4,
.site-view-article-detail .article-text h5 {
	font-family: Exo;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 400;
}

/*Citazioni*/
blockquote {
	margin: 20px 0;
	color: #3D829E;
	border-left: 3px solid #A44B34;
	font-size: 16px;	
}

/*Load More*/
.load-more {
  font-family: Exo;
  text-align: center;
  font-size: 18px;
  position: relative;
}

.load-more a {
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 5px;
}

.load-more::before {
  content: "";
  height: 1px;
  background-color: #878787;
  width: 100%;
  position: absolute;
  left: 0;
  top: 13px;
}

.load-more > div {
  background-color: #FFF;
  width: 450px;
  margin: 0 auto;
  position: relative;
}

.load-more a:hover {
  font-weight: 500;
}

.cai-world-page .load-more > div {
	background-color: #EFEFEF;
}

/*Link a file*/
.file-element a {
	display: block;
	color: #000;
	text-transform: uppercase;
	font-family: Exo;
	position: relative;
	overflow: hidden;
	padding: 20px 50px 20px 0;
}

.file-element a:hover {
	color: #3D829E;
}

.file-element a::before {
	background-image: url('../Images/ArticleDetailLinkIcon.jpg');
	background-color: #FFF;
	width: 47px;
	height: 52px;
	display: block;
	position: absolute;
	right: 0;
	content: "";
	top: 0;
	background-size: cover;
	background-position: center top;
	z-index: 3;
	background-repeat: no-repeat;
}

.file-element a:hover:before {
	background-position: center bottom;
}

.file-element a::after {
	content: "";
	height: 1px;
	background-color: #000;
	width: 100%;
	position: absolute;
	top: 50%;
	margin-left: 10px;
}

.file-element a:hover:after {
	background-color: #3D829E;
}

@media(max-width:767px){
	.load-more::before {
	  display: none;
	}
	.load-more > div {
	  width: 100%;
	}
	.load-more {
	  font-size: 15px;
	  border-top: 1px solid#878787;
	  padding-top: 30px;
	}
	blockquote {
	  font-size: 14px;
	}
	.file-element a {
	  min-height: 30px;
	  padding: 5px 0 0 35px;
	}
	.file-element a::after {
	  display: none;
	}
	.file-element a::before {
	  width: 27px;
	  height: 30px;
	  right: auto;
	  left: 0;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Elementi html
------------------------------------------------------------------------------------------------- */
.itinerary .infomont .technical-data{
  background-color: #EDF7F9;
  padding: 20px;
  font-family: "Exo";
  margin: 30px 0px;
}

.itinerary .infomont .technical-data .title {
	text-transform: uppercase;
	padding-bottom: 20px;
	margin: 0px;
	font-size: 22px;
}

.itinerary .infomont .technical-data .item {
	border-bottom: 1px solid #A6D5E3;
	padding: 4px 0px;
}

.itinerary .infomont .technical-data .item.last {
	border-bottom: 0px;
}

.itinerary .infomont .technical-data span {
	font-weight: 600;
}

.itinerary .infomont .credit-infomont {
	font-family: Exo;
	margin-top: 15px;
	color: #377D9F;
}

.itinerary .infomont-error-message {
	background-color: #D9D9D9;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
}

@media(max-width: 767px) {
	.itinerary .infomont-error-message {
		padding: 10px 15px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Ricerca
------------------------------------------------------------------------------------------------- */
.filters-list .filters-search {
  border-bottom: 1px solid #878787;
  padding-top: 15px;
  font-size: 13px;
}

.filters-list .filters-search .filter-item.filter-list {
  padding: 10px 10px 5px;
  display: inline-block;
  border-right: 1px solid #878787;
  min-width: 200px;
  position: relative;
}

.filters-list .filters-search .filter-item.filter-list .filter-list-label {
  cursor: pointer;
  position: relative;
  display: block;
}

.filters-list .filters-search .filter-item.filter-list .filter-list-label::after {
	background-image: url('../Images/ArrowDown.png');
	content: "";
	height: 13px;
	width: 13px;
	display: inline-block;
	background-size: cover;
	background-position: bottom center;
	margin-left: 9px;
}

.filters-list .filters-search .filter-item.filter-list .filter-list-label:hover:after {
	background-position: top center;
}

.filters-list .filters-search .filter-item.filter-list .filter-list-label:hover {
  text-decoration: underline;
}

.filters-list .filters-search .filter-item.filter-list .filter-list-options {
  position: absolute;
  background-color: #FFF;
  border: 1px solid #878787;
  z-index: 2;
  width: 200px;
  left: 0;
  top: 100%;
  padding: 10px 0;
}

.filters-list .filters-search .filter-item.filter-list .filter-list-options span {
  display: block;
  padding: 3px 10px;
}
.filters-list .filters-search .filter-item.filter-list .filter-list-options span:hover {
  text-decoration: underline;
}
.filter-list-options {
}

.filters-list .filters-search .filter-item.filter-list .filter-list-options span.active {
  font-weight: bold;
}

.filters-list .filters-search .filter-item.filter-word {
  display: inline-block;
}

.filters-list .filters-search .filter-item.filter-word {
  padding-left: 15px;
  padding-bottom: 5px;
}

.filters-list .filters-search .filter-item.filter-word input {
  border-bottom: 1px dashed #878787;
  border-left: none;
  border-right: none;
  border-top: none;
  margin-left: 10px;
  height: 14px;
  width: 250px;
}

.filters-list .filters-search .filter-item.filter-word input {
	border-bottom: 1px dashed #878787;
	border-left: none;
	border-right: none;
	border-top: none;
	margin-left: 10px;
	height: 14px;
	width: 250px;
	box-shadow: none;
	border-radius: 0;
	display: inline-block;
    padding: 0;
}

.filters-list .filters-search .filter-item.filter-word:focus {
  border: none;
  border-bottom: 1px dashed red;
}

.filters-list .filters-search .filter-item.filter-word .filter-word-btn {
	background-image: url('../Images/SearchIcon.png');
	content: "";
	height: 25px;
	width: 25px;
	display: inline-block;
	background-size: cover;
	background-position: bottom center;
	margin-left: 9px;
	margin-bottom: -6px;
	cursor: pointer;
}

.filters-list .filters-search .filter-item.filter-word .filter-word-btn:hover {
	background-position: top center;
}

/*Mondo CAI*/
.site-view-cai-world-articles-list .header-breadcrumbs {
  margin-bottom: 0;
}

.site-view-cai-world-articles-list .header-breadcrumbs .section-title {
  display: inline-block;
  margin-bottom: 20px;
}

.site-view-cai-world-articles-list .filters-list .title {
  height: 34px;
}

.site-view-cai-world-articles-list .filters-list .filters-search {
  padding-top: 0;
}


.site-view-cai-world-articles-list .filters-list .filters-search .filter-item.filter-list:last-child {
  border: none;
}

@media(max-width:1200px){
.filters-list .filters-search .filter-item.filter-word input {
  width: 200px;
}
.filters-list .filters-search {
  padding-top: 12px;
}
}

@media(max-width:991px){
.filters-list .filters-search .filter-item.filter-word .filter-word-label {
  width: 200px;
  display: block;
  float: left;
  margin-top: -9px;
  font-size: 12px;
}

.filters-list .filters-search .filter-item.filter-list {
  min-width: 120px;
}
}

@media(max-width:767px){
.filters-list .filters-search {
  border-left: 1px solid #878787;
  padding-top: 12px;
  border-bottom: none;
  width: 50%;
  float: left;
}
.filters-list .filters-search .filter-item.filter-list {
  width: 100%;
  border-bottom: 1px solid #878787;
  border-right: none;
}
.filters-list .filters-search .filter-item.filter-word .filter-word-label {
  margin-top: 0;
}
.filters-list .filters-search .filter-item.filter-word {
  padding-top: 20px;
}
.filters-list .filters-search {
	width: 100%;
	float: left;
	border-bottom: none;
	padding-top: 0;
	border-left: 0px;
}

.itineraries-list .filters-list .filters-search {
	width: 50%;
}
	
.filters-list .filters-search .filter-item.filter-word .filter-word-label {
  width: auto;
  float: none;
}
.filters-list .filters-search .filter-item.filter-word {
  padding: 10px;
  width: 100%;
  padding-right: 50px;
}
	
.filters-list .filters-search .filter-item.filter-word .filter-word-btn {
  position: absolute;
}
	
.filters-list .filters-search .filter-item.filter-word input {
  margin: 15px 0;
  width: 100%;
}
.filters-list .filters-search .filter-item.filter-list .filter-list-options {
  position: relative;
  border: none;
  border-top: 1px solid #878787;
  margin-top: 10px;
  margin-left: -10px;
}
.site-view-cai-world-articles-list .filters-list .filters-search {
  width: 100%;
  border-left: none;
}
.site-view-cai-world-articles-list .filters-list .filters-search .filter-item.filter-list {
  border-right: none;
}
.site-view-cai-world-articles-list .filters-list .filters-search .filter-item.filter-list .filter-list-options {
	width: 100%;
	left: auto;
	right: auto;
	margin-left: 0;
    border-top: none;
}
.site-view-cai-world-articles-list .header-breadcrumbs .filters-applied {
  margin-bottom: 10px;
}
.site-view-cai-world-articles-list .header-breadcrumbs .section-title {
  display: block;
  margin-bottom: 5px;
}
.site-view-cai-world-articles-list .filters-list .title {
	height: auto;
}
.site-view-cai-world-articles-list .filters-list .filters-search .filter-item.filter-list:last-child {
	border-bottom: 1px solid #878787;
}
}
/* ---------------------------------------------------------------------------------------------- */



/* ADV
------------------------------------------------------------------------------------------------- */
#section-49084 {
	border-bottom: 1px solid #878787;
	padding-bottom: 60px;
}

.adv-section {
        text-align: center;
}

.adv-section .adv-block {
        display: inline-block;
}

.adv-section .adv-item {
        width: 33.33333333%;
        display: inline-block;
        margin: 0px 2%;
}

@media(max-width:991px){
	.adv-section .adv-item {
	  width: 50%;
	  margin: 0;
	  padding: 0 30px;
	  float: left;
	}
	.adv-section .adv-block {
	  margin: 0 -30px;
	}
}

@media(max-width:767px){
	.adv-section .adv-item {
	  width: 100%;
	}
	.adv-section .adv-item:first-child {
	  margin-bottom: 10px;
	}
	#section-49084 {
	  padding-bottom: 30px;
	}
}
/* ---------------------------------------------------------------------------------------------- */


/* Banner dei Cookie
------------------------------------------------------------------------------------------------- */
.cookie-consents {
 	z-index: 9;
}

.cookie-consents .banner-description a:hover {
	color: #fff;
}

.cookie-consents .cookie-buttons a.evidence {
    background-color: #377D9F !Important;
    color: #FFF;
}

.change-cookie-consents {
	background-color: #377D9F;
	color: #FFF;
	padding: 2px 10px;
	font-size: 16px;
	display: inline-block;
}
.cookie-consents {
	font-size: 12px;
}
@media(max-width:767px){

.cookie-consents .cookie-options {
  padding-right: 0 !important;
  padding-bottom: 20px !important;
}
.cookie-consents .cookie-options .tab-cookie-type-options {
  display: block !important;
}
.cookie-consents .cookie-options:after {
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
}
.cookie-consents .cookie-options .show-details {
  bottom: 2px !important;
  width: 100% !important;
}
.cookie-consents {
  font-size: 12px !important;
}
}
/* ---------------------------------------------------------------------------------------------- */


/* Inserzioni Pubblicitarie
------------------------------------------------------------------------------------------------- */
.site-view-advertisements-evident .section-title h2,
.site-view-advertisements-publiredazionali .section-title h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    position: relative;
    display: inline-block;
}

.site-view-advertisements-publiredazionali .section-title h2:after {
	content: "";
	background-image: url('../Images/BackgroundTitleHome.png');
	width: 120%;
	height: 120%;
	position: absolute;
	left: -11%;
	top: -15%;
	z-index: -1;
	background-size: cover;	
}

.site-view-advertisements-evident .section-title h2:after {
	content: "";
	background-image: url('../Images/BackgroundTitleHome.png');
	width: 120%;
	height: 120%;
	position: absolute;
	left: -11%;
	top: -8%;
	z-index: -1;
	background-size: cover;
}

.site-view-advertisements-publiredazionali .bacheca-box {
	background-image: url('../Images/AdvertisementBackground.jpg');
	margin-top: 20px;
	position: relative;
	padding: 50px 0px;	
}

.site-view-advertisements-evident .bacheca-box {
	margin-top: 20px;
	position: relative;
	padding: 50px 0px;
}

.site-view-advertisements-publiredazionali .bacheca-box:before {
	content: "";
	position: absolute;
	top: 0px;
	height: 100%;
	background-image: url('../Images/AdvertisementBackground.jpg');
	z-index: -2;
	width: 1000px;
	left: -1000px;
	background-size: inherit;
	background-repeat: repeat;
}

.site-view-advertisements-evident .bacheca-box:after {
	height: 100%;
	content: "";
	position: absolute;
	right: -60%;
	top: 0px;
	height: 100%;
	width: 200%;
	background-image: url('../Images/AdvertisementBackground.jpg');
	z-index: -2;
	width: 1000px;
	right: -272%;
	background-size: inherit;
	background-repeat: repeat;
}

.site-view-advertisements-evident .tourism-box {
	margin-bottom: 20px;
}

.article-advertisements-list .article-advertisements-box {
	position: relative;
}

.article-advertisements-list .article-advertisements-box:after {
	content: "";
	background-image: url('../Images/AdvertisementBackground.jpg');
	position: absolute;
	left: -20px;
	top: -20px;
	height: 105%;
	width: 125%;
	z-index: -1;
}

.detail-article-section.site-view-advertisements-in-detail {
	position: relative;
	padding: 30px 0px;
}

.detail-article-section.site-view-advertisements-in-detail:after {
	height: 100%;
	content: "";
	position: absolute;
	top: 0px;
	height: 100%;
	width: 200%;
	background-image: url('../Images/AdvertisementBackground.jpg');
	z-index: -2;
	width: 774px;
	right: -210%;
}

.site-view-advertisements-publiredazionali .categories-title,
.site-view-advertisements-evident .categories-title,
.site-view-advertisements-in-detail .title .h2 {
	color: #B5926D;
	text-transform: uppercase;
	font-size: 21px;
	font-family: 'Exo';
	font-weight: 300;
	margin-bottom: 10px;
	display: block;
	margin-top: 0px;
}

.other-advertisements .title{
	padding-left: 30px;
}

.other-advertisements .item,
.article-advertisements-list .item{
	display: block;
	color: #000;
	margin-top: 30px;
	padding-left: 30px;
}

.article-advertisements-list .item {
	padding-left: 0px;
}

.site-view-advertisements-in-detail .section-title {
	margin-bottom: 10px;
}

.site-view-advertisements-in-detail .section-title h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    position: relative;
    z-index: 3;
    margin-bottom: 15px;
}

.site-view-advertisements-in-detail .section-title h2:after {
	content: "";
	background-image: url('../Images/BackgroundTitleHome.png');
	width: 130%;
	height: 134%;
	position: absolute;
	left: -5%;
	top: -6px;
	z-index: -1;
	background-size: cover;
}

.site-view-advertisements-in-detail .advertisement-item {
	margin-bottom: 50px;
}

.site-view-advertisements-in-detail .item .image{
	width: 200px;
	height: 200px;
	background-size: cover;
	margin-bottom: 20px;
	transition: all 0.4s ease 0s;
}

.site-view-advertisements-in-detail .item:hover .image-content {
	overflow: hidden;
}

.site-view-advertisements-in-detail .item:hover .image {
	transform: scale(1.05);
	transition: all 0.4s ease 0s;
}

.site-view-advertisements-in-detail .data{
	font-family: Exo;
	margin-bottom: 10px;
}

.site-view-advertisements-in-detail  .item .title {
	font-weight: 100;
	font-family: 'Exo';
	text-transform: uppercase;
	color: #000;
}

.site-view-advertisements-in-detail .website-link {
	font-size: 14px;
    color: #A44B34;
    font-family: IBM Plex Mono;
    cursor: pointer;
}

.site-view-advertisements-publiredazionali .item {
	position: relative;
    display: block;	
} 

.site-view-advertisements-publiredazionali .image {
	width: 40%;
	z-index: 1;
	position: relative;
	height: 400px;
	background-size: cover;
	background-position: center;
	display: block;
}

.site-view-advertisements-publiredazionali .text-content {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 50px 70px 50px 50px;
	width: 400px;
	right: 50px;
	left: auto;
	text-align: left;
	padding-left: 50px;
	transition: all 0.4s ease 0s;
	max-width: 400px;
	height: 300px;
	top: 50%;
	margin-top: -150px;
}

.site-view-advertisements-publiredazionali .text-content .title {
	font-size: 25px;
    display: block;
    text-transform: uppercase;
    font-family: Exo;
    margin-bottom: 11px;
    font-weight: 200;
    color: #000;
    margin-top: 5px;
}

.article-advertisements-list .website-link {
	padding-left: 0px;
}

.site-view-advertisements-publiredazionali .text-content .owner-name {
	display: block;
    color: #A44B34;
    font-family: IBM Plex Mono;
    font-size: 14px;
    margin-top: 20px;
}
.site-view-advertisements-publiredazionali .text-content .btn-more-arrow {
	color: #A44B34;
}

.other-advertisements .website-link:hover {
	color: #000;
}

.btn-advertisements {
	border: 1px dashed #B5926D;
	color: #B5926D;
	padding: 5px 9px 5px 5px;
	font-weight: 600;
	font-style: italic;
	margin-bottom: 30px;
	display: inline-block;
	font-size: 14px;
}

.btn-advertisements:hover {
	color: #000;
	border-color: #000;
}

.btn-advertisements:after {
	background-image: url(../Images/ArrowBrown.png);
	content: "";
	height: 14px;
	width: 15px;
	display: inline-block;
	background-size: cover;
	background-position: top;
	margin-left: 9px;
}

.btn-advertisements:hover:after {
	background-position: bottom;	
}

.site-view-advertisements-evident .advertisement-item {
	position: relative;
}

.site-view-advertisements-evident .item {
	position: relative;
	padding-left: 140px;
	display: block;
	min-height: 140px;
	font-family: 'Exo';
}

.site-view-advertisements-evident .website-link{
    font-size: 14px;
    color: #A44B34;
    font-family: IBM Plex Mono;
    cursor: pointer;
    display: block;
    padding-top: 10px;
}

.site-view-advertisements-evident .item .image {
	height: 120px;
	width: 120px;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all 0.4s ease 0s;
}

.site-view-advertisements-evident .item:hover .image  {
	transition: all 0.4s ease 0s;
	transform: scale(1.05);
}

.site-view-advertisements-evident .item:hover .image-content {
	overflow: hidden;
}

.site-view-advertisements-evident .item .data {
	color: #000;
	margin-bottom: 10px;
}

.site-view-advertisements-evident .item .title {
	color: #000;
	display: block;
}

.site-view-small-ads-carousel .section-title h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    display: inline-block;
    position: relative;
    line-height: 40px;
}

.site-view-small-ads-carousel .section-title h2:after {
	content: "";
	background-image: url('../Images/BackgroundTitleHome.png');
	width: 116%;
	height: 120%;
	position: absolute;
	left: -8%;
	top: -14%;
	z-index: -1;
	background-size: cover;
}

.site-view-small-ads-carousel .item {
	background-image: url('../Images/AdvertisementBackground.jpg');
	padding: 35px 170px 35px 25px;
	background-size: inherit;
	background-repeat: repeat;
}

.site-view-small-ads-carousel .item .title {
	font-size: 27px;
	text-transform: uppercase;
	font-family: Exo;
	color: #58585A;
}

.site-view-small-ads-carousel .item .website-link,
.site-view-small-ads-carousel .item .owner-name {
	color: #B5926D;
	margin-bottom: 5px;
	display: inline-block;
	font-size: 22px;
}

.site-view-small-ads-carousel .item .website-link:hover {
	color: #000;
}

.site-view-small-ads-carousel .item .btn-advertisements {
	border: 2px dashed #B5926D;
	color: #B5926D;
	padding: 5px 9px 5px 5px;
	font-weight: 600;
	font-style: italic;
	display: inline-block;
	font-size: 13px;
	position: absolute;
	right: 70px;
	top: 56px;
}

.site-view-small-ads-carousel .item .btn-advertisements:hover {
	color: #000;
	border: 2px dashed #000;
}

.site-view-small-ads-carousel .item .btn-advertisements:after {
	background-image: url(../Images/ArrowBrown.png);
	content: "";
	height: 14px;
	width: 15px;
	display: inline-block;
	background-size: cover;
	background-position: top;
	margin-left: 9px;
}

.site-view-small-ads-carousel .item .btn-advertisements:hover:after {
	background-position: bottom;
}

.site-view-small-ads-carousel .owl-dots {
	display: none;
}

.site-view-advertisements-list-page,
.advertisement-detail,
.site-view-small-ads-page {
	background-image: url('../Images/AdvertisementBackground.jpg');
	background-size: inherit;
	background-repeat: repeat;
}

.advertisement-detail .content {
	padding-left: 0px;
}

.site-view-advertisements-list-page header,
.advertisement-detail header,
.site-view-small-ads-page header {
	background-color: transparent;
}

.site-view-advertisements-list-page header.shrink,
.advertisement-detail header.shrink,
.site-view-small-ads-page header.shrink {
	background-color: #fff;
}

.site-view-advertisements-list-page .header-breadcrumbs,
.site-view-small-ads-page .header-breadcrumbs{
  	display: none;
}

.site-view-advertisements-list-page .section-title {
	margin-bottom: 70px;
}

.advertisement-detail .site-view-advertisement-detail {
	border-right: 1px solid #878787;
	padding-right: 57px;
}

.site-view-advertisements-list-page .section-title h1,
.advertisement-detail .site-view-advertisement-detail .section-title h2,
.site-view-small-ads-page h1{
	position: relative;
	padding-left: 105px;
}

.site-view-advertisements-list-page .section-title h1:before,
.advertisement-detail .site-view-advertisement-detail .section-title h2:before,
.site-view-small-ads-page .section-title .section-title h1:before {
	content: "";
	background-image: url('../Images/AdvertisementTitleIcon.png');
	width: 70px;
	height: 70px;
	position: absolute;
	background-size: contain;
	background-position: center;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
}

.site-view-advertisements-list-page h1 span:nth-child(1):before,
.advertisement-detail .site-view-advertisement-detail h2 span:first-child:before,
.site-view-small-ads-page h1 span:first-child:before{
	content: "";
	background-image: url('../Images/BackgroundFirstTitle.png');
	width: 109%;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-position: center;
	left: -26px;
	top: 0px;
	background-repeat: no-repeat;
	z-index: -1;
}

.site-view-small-ads-page h1 span:first-child:before {
	width: 80%;
}

.site-view-advertisements-list-page h1 span:nth-child(2):before,
.advertisement-detail .site-view-advertisement-detail h2 span:last-child:before,
.site-view-small-ads-page h1 span:last-child:before{
	content: "";
	background-image: url('../Images/BackgroundSecondTitle.png');
	width: 96%;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-position: center;
	left: -47px;
	top: 0px;
	background-repeat: no-repeat;
	z-index: -1;
}

.site-view-small-ads-page h1 span:last-child:before {
	width: 70%;
}

.site-view-advertisements-list .item {
	min-height: 420px;
	margin-bottom: 60px;
}

.site-view-advertisements-list  .image-content {
	margin-bottom: 30px;
}

.site-view-advertisements-list .image-content .image {
	height: 280px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.4s ease 0s;
}

.site-view-advertisements-list.tourism .image-content .image {
	background-size: cover;
}

.site-view-advertisements-list .item:hover .image-content {
	overflow: hidden;
}

.site-view-advertisements-list .item:hover .image-content .image {
	transform: scale(1.05);
	transition: all 0.4s ease 0s;
}

.site-view-advertisements-list .text .title {
    text-transform: uppercase;
    font-family: Exo;
    margin-bottom: 10px;
    max-height: 80px;
    overflow: hidden;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #000;
}

.site-view-advertisements-list .item .website-link {
	font-size: 13px;
    color: #A44B34;
    font-family: IBM Plex Mono;
    cursor: pointer;
}

.site-view-advertisements-list .item .website-link:hover {
	color: #000;
}

.site-view-advertisements-list-page h1 span,
.advertisement-detail .site-view-advertisement-detail h2 span,
.site-view-small-ads-list h1 span {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 45px;
	width: 500px;
	position: relative;
	z-index: 0;
	margin-bottom: 5px;
}

.site-view-advertisements-list.tourism h1 span:nth-child(2),
.advertisement-detail .site-view-advertisement-detail.tourism h2 span:nth-child(2){
	font-size: 30px;
}

.advertisement-detail .site-view-advertisement-detail .advertisement-title {
    display: block;
    font-size: 51px;
    font-family: Exo;
    font-weight: 100;
    margin: -15px 0 10px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 70px;
}

.advertisement-detail .site-view-advertisement-detail .summary {
	font-style: italic;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
}

.advertisement-detail .site-view-advertisement-detail .website-link,
.advertisement-detail .site-view-advertisement-detail .owner-name{
	font-size: 14px;
    color: #A44B34;
    font-family: IBM Plex Mono;
    cursor: pointer;
}

.advertisement-detail .site-view-advertisement-detail .website-link:hover {
	color: #000;
}

.advertisement-detail .site-view-advertisement-detail .back-link {
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 30px;
	text-transform: uppercase;
	font-family: 'IBM Plex Mono';
	color: #000;
}

.advertisement-detail .site-view-advertisement-detail .back-link:hover {
	color: #A44B34;
}

.advertisement-detail .site-view-advertisement-detail .image {
	margin: 30px 0px;
}

.small-ads-container .title {
	display: block;
	font-size: 50px;
	font-family: Exo;
	font-weight: 100;
	margin: -15px 0 10px;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 70px;
}

.small-ads-container .subtitle {
	font-size: 14px;
    color: #A44B34;
    font-family: IBM Plex Mono;
    cursor: pointer;
}

.small-ads-container .small-ads-list {
	margin-top: 50px;
	column-count: 2;
}

.small-ads-container .small-ads-list .small-adv-item {
	margin-bottom: 50px;
	page-break-inside: avoid;
}

.small-ads-container .small-ads-list .small-adv-item .box {
	background-color: rgba(255,255,255,0.7);
	border: 2px dashed #000;
	padding: 30px;
	width: 86%;
	margin-left: 14%;
	position: relative;
}

.small-ads-container .small-ads-list .small-adv-item .box .website-link,
.small-ads-container .small-ads-list .small-adv-item .box .owner-name{
	color: #B5926D;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
}

.small-ads-container .small-ads-list .small-adv-item .box .website-link:hover {
	color: #000;
}

.small-ads-container .small-ads-list .small-adv-item .box:before {
	content: "";
	background-image: url('../Images/ArrowSmallAdv.png');
	width: 40px;
	height: 40px;
	background-size: cover;
	background-position: top;
	position: absolute;
	left: -58px;
	top: 0px;
}

.small-ads-container .small-ads-list .small-adv-item .box .title {
	margin: 0px;
	font-size: 21px;
	color: #fff;
	font-family: "Exo";
	background-color: #B5926D;
	font-weight: 500;
	display: inline;
}

.small-ads-container .small-ads-list .small-adv-item .box .description {
	margin: 20px 0px;
	font-family: IBM Plex Mono;
	font-weight: 600;
}

.small-ads-container .small-ads-list .small-adv-item .box .info {
	color: #B5926D;
}

.small-ads-container .small-ads-list .small-adv-item .box .info .label {
	display: block;
	color: #B5926D;
	text-align: left;
	padding: 0px;
	font-weight: 600;
	font-size: 13px;
	font-family: IBM Plex Mono;
	margin-bottom: 5px;
}

.small-ads-container .small-ads-list .small-adv-item .box .info a {
	color: #B5926D;
	font-size: 13px;
	font-weight: 500;
	font-family: IBM Plex Mono;
	line-height: 11px;
}

.small-ads-container .small-ads-list .small-adv-item .box .info a:hover {
	color: #000;
}

.small-ads-container .small-ads-list .small-adv-item .box .info .mail {
	display: block;
	margin-bottom: 0px;
	line-height: 11px;
}

@media(max-width: 1200px) {
	.site-view-advertisements-evident .bacheca-box:after {
		right: -343%;
	}

	.site-view-advertisements-evident .item .image {
		height: 100px;
		width: 100px;
	}

	.site-view-advertisements-evident .item {
		padding-left: 110px;
	}

	.site-view-advertisements-evident .section-title h2 {
		font-size: 43px;
		display: block;
	}
}

@media(max-width: 991px){
	.small-ads-container .small-ads-list {
		column-count: 1;
	}

	.advertisement-detail .site-view-advertisement-detail {
		border-right: 0px;
		padding-right: 0px;
	}

	.site-view-highlights:after {
		display: none !important;
	}

	.site-view-advertisements-evident .section-title h2:after {
		width: 60%;
	}

	
	.site-view-advertisements-evident .bacheca-box:after {
		height: 100%;
		content: "";
		position: absolute;
		right: -200px;
		top: 0px;
		height: 100%;
		width: 200%;
		background-image: url('../Images/AdvertisementBackground.jpg');
		z-index: -2;
		width: 1500px;
		background-size: inherit;
		background-repeat: repeat;
	}
	
	.site-view-advertisements-evident .bacheca-box:before{
		right: 0px;
		left: auto;
		margin-right: 0px;
	}

	.detail-article-section.site-view-advertisements-in-detail:after {
		right: auto;
		margin-right: 0px;
		width: 102%;
		left: -72px;
	}

	.site-view-advertisements-in-detail .section-title h2:after {
		width: 50%;
	}

	.site-view-advertisements-publiredazionali .section-title h2 {
		font-size: 43px;
		display: block;
	}

	.site-view-advertisements-publiredazionali .section-title h2:after {
        width: 70%;
    }

	.site-view-advertisements-publiredazionali .bacheca-box:before {
		background-position: 1px;			
	}

	.site-view-advertisements-publiredazionali .bacheca-box:after {
		content: "";
		position: absolute;
		top: 0px;
		height: 100%;
		background-image: url('../Images/AdvertisementBackground.jpg');
		z-index: -2;
		width: 1000px;
		right: -1000px;
		background-repeat: repeat;
		background-position: 21px;
	}
}

@media(max-width: 767px){
	.small-ads-container .title,
	.advertisement-detail .site-view-advertisement-detail .advertisement-title {
		font-size: 30px;
		margin-top: 10px;
		margin-bottom: 0px;
		line-height: 37px;
	}

	.site-view-advertisements-list-page h1 span,
	.advertisement-detail .site-view-advertisement-detail h2 span,
	.site-view-small-ads-list h1 span {
		font-size: 25px;
		width: auto;
	}

	.site-view-advertisements-list-page h1 span:first-child:before,
	.advertisement-detail .site-view-advertisement-detail h2 span:first-child:before,
	.site-view-small-ads-page h1 span:first-child:before {
		width: 54%;
	}

	.site-view-small-ads-page h1 span:last-child:before,
	.site-view-advertisements-list-page h1 span:last-child:before,
	.advertisement-detail .site-view-advertisement-detail h2 span:last-child:before,
	.site-view-small-ads-page h1 span:last-child:before{
		width: 85%;
		left: -20px;
	}

	.site-view-advertisements-list-page h1:before,
	.advertisement-detail .site-view-advertisement-detail h2:before, .site-view-small-ads-page h1:before {
		width: 40px;
		height: 53px;
	}

	.small-ads-container .small-ads-list {
		margin-top: 20px;
	}

	.small-ads-container .small-ads-list .small-adv-item {
		margin-bottom: 30px;
	}

	.small-ads-container .small-ads-list .small-adv-item .box {
		margin-left: 50px;
		width: 84%;
		padding: 15px;
	}

	.small-ads-container .small-ads-list .small-adv-item .box .title {
		font-size: 18px;
	}

	.small-ads-container .small-ads-list .small-adv-item .box .description {
		margin: 10px 0px;
	}

	.small-ads-container .small-ads-list .small-adv-item .box:before {
		width: 30px;
		height: 30px;
		left: -50px;
	}
	
	.advertisement-detail .site-view-advertisement-detail .summary {
		margin: 10px 0px;
		font-size: 15px;
	}

	.advertisement-detail .site-view-advertisement-detail .image {
		margin: 10px 0px;
	}

	.advertisement-detail .site-view-advertisement-detail {
		padding-right: 0px;
		border-right: 0px;
	}

	.advertisement-detail .content {
		padding-right: 0px;
	}

	.site-view-advertisements-list-page .section-title {
		margin-bottom: 10px;
	}

	.site-view-advertisements-list .image-content {
		width: 50%;
		margin: 0 auto;
	}

	.site-view-advertisements-list.tourism .image-content {
		width: 100%;
		margin-bottom: 10px;
	}

	.site-view-advertisements-list .image-content .image {
		height: 200px;
	}

	.site-view-advertisements-list .image-content .image {
		height: 250px;
		background-size:cover;
		width: 100%;
	}

	.site-view-advertisements-list .item {
		min-height: auto;
		margin-bottom: 0px;
	}

	.site-view-advertisements-in-detail .item .image {
		margin: 10px auto;
	}

	.book-of-week-band .image,
	.mountaineering-days-band .image {
		width: 30%;
	}

	.book-of-week-band .image,
	.mountaineering-days-band .image {
		height: 273px;
	}

	.book-of-week-band .text-content,
	.mountaineering-days-band .text-content {
	max-width: 80%;
	width: 80%;
	padding: 15px 15px 15px 10%;
	height: 250px;
	margin-top: -125px;
	}

	 .book-of-week-band .text-content .item-title,
	.mountaineering-days-band .text-content .item-title {
		 font-size: 14px;
	 }

	.book-of-week-band .title,
	.mountaineering-days-band .title {
		font-size: 16px;
		margin-bottom: 0px;
	}

	.book-of-week-band .author, .mountaineering-days-band .author {
		margin-top: 10px;
	}

	
	.mountaineering-days-band {
		margin-bottom: 50px;
	}

	.book-of-week-band .text-content,
	.mountaineering-days-band .text-content {
		max-width: 80%;
		width: 80%;
		padding: 15px 15px 15px 10%;
		height: 200px;
		margin-top: -100px;
	}

	.site-view-advertisements-evident .bacheca-box:after {
		right: -13px;
		margin-right: 0px;
		width: 1000px;
	}

	.site-view-advertisements-evident .section-title h2:after {
		width: 60%;
		left: -11px;
		top: -7px;
	}

	.site-view-advertisements-evident .bacheca-box {
		padding: 30px 0px;
	}

	.btn-advertisements {
		margin-bottom: 10px;
	}

	.site-view-advertisements-evident .item {
		min-height: 110px;
		margin-bottom: 10px;
	}

	.site-view-advertisements-evident .section-title h2 {
		font-size: 30px;
		display: block;
	}

	.site-view-small-ads-carousel .section-title h2 {
		font-size: 30px;
	}

	.site-view-small-ads-carousel .item {
		padding: 15px;
	}

	.site-view-small-ads-carousel .item .btn-advertisements {
		position: relative;
		top: 0px;
		left: 0px;
		margin-top: 10px;
	}

	.site-view-small-ads-carousel .item .website-link,
	.site-view-small-ads-carousel .item .owner-name {
		font-size: 14px;
	}

	
	.site-view-small-ads-carousel .item .title {
		font-size: 16px;
	}

	.book-of-week-item .image-content,
	.mountaineering-days-item .image-content {
			height: 250px;
			padding: 20px;
			background-image: url('../Images/HighlightBackground.jpg');
			background-size: cover;
	}

	.book-of-week-item .image-content img,
	.mountaineering-days-item .image-content img {
		height: 210px;
	}

	.site-view-advertisements-list.tourism h1 span:nth-child(2),
	.advertisement-detail .site-view-advertisement-detail.tourism h2 span:nth-child(2){
		font-size: 18px;
		max-width: 400px;
	}

	.site-view-advertisements-list-page h1,
	.advertisement-detail .site-view-advertisement-detail h2,
	.site-view-small-ads-page h1 {
		padding-left: 80px;
	}

	.site-view-advertisements-in-detail .section-title h2:after {
		width: 80%;
	}

	.site-view-advertisements-in-detail .section-title h2 {
		font-size: 20px;
	}
  
  	.site-view-advertisements-evident .categories-title,
  	.site-view-advertisements-in-detail .title .h2 {
      font-size: 18px;
  }

	.detail-article-section.site-view-advertisements-in-detail:after {
		right: auto;
		margin-right: 0px;
		width: 102%;
		left: -15px;
	}
		.site-view-advertisements-publiredazionali .bacheca-box {
		padding: 30px 0px;
	}

	.site-view-advertisements-publiredazionali .bacheca-box {
		padding: 30px 0px;
	}

	.site-view-advertisements-publiredazionali .text-content {
		padding: 15px;
		right: 0px;
		max-width: 70%;
		height: 200px;
		margin-top: -100px;
		padding-left: 12%;
	}

	.site-view-advertisements-publiredazionali .image {
		height: 300px;
	}

	.site-view-advertisements-publiredazionali .text-content .title {
		font-size: 16px;
	}

	.site-view-advertisements-publiredazionali .bacheca-box:after {
		background-position: 5px;
	}

	.site-view-advertisements-publiredazionali .section-title h2 {
		font-size: 30px;
	}

	.site-view-advertisements-publiredazionali .section-title h2:after {
		width: 90%;
	}


}

@media(max-width: 500px){
	
	.book-of-week-band .image,
	.mountaineering-days-band .image {
		height: 180px;
	}

	.site-view-advertisements-publiredazionali .image {
		height: 200px;
	}

	.site-view-advertisements-publiredazionali .text-content {
		height: 150px;
		margin-top: -77.5px;
	}


	
}

@media(max-width: 450px){
	.site-view-small-ads-page h1 span:last-child:before,
	.site-view-advertisements-list-page h1 span:last-child:before,
	.advertisement-detail .site-view-advertisement-detail h2 span:last-child:before,
	.site-view-small-ads-page h1 span:last-child:before{
		width: 105%;
		left: -20px;
	}

	.site-view-advertisements-list-page h1 span:first-child:before,
	.advertisement-detail .site-view-advertisement-detail h2 span:first-child:before,
	.site-view-small-ads-page h1 span:first-child:before {
		width: 100%;
	}
}
/* ---------------------------------------------------------------------------------------------- */
