/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

   html,body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 16px;
	line-height: 1.4;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}
*{
min-height: 0;
min-width: 0;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

:root {
	--gray: #ededed;
	--white: #ffffff;
	--white02: #e4e4e4;
	--gray-dark: #626262;
	--section-title-1: #f7f2ed;
	--section-title-2: #342e2e;	
}

@font-face {
  font-family: 'deva';
  src:  url('fonts/deva.eot?ssxtxe');
  src:  url('fonts/deva.eot?ssxtxe#iefix') format('embedded-opentype'),
    url('fonts/deva.ttf?ssxtxe') format('truetype'),
    url('fonts/deva.woff?ssxtxe') format('woff'),
    url('fonts/deva.svg?ssxtxe#deva') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'deva' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-anno:before {
	content: "\e91f";
  }
  .icon-prezzo:before {
	content: "\e920";
  }
  .icon-consumi:before {
	content: "\e921";
  }
  .icon-bagagliaio:before {
	content: "\e922";
  }
  .icon-posti:before {
	content: "\e923";
  }
  .icon-menu .path1:before {
	content: "\e91c";
	color: rgb(204, 102, 0);
  }
  .icon-menu .path2:before {
	content: "\e91d";
	margin-left: -1em;
	color: rgb(198, 198, 197);
  }
  .icon-menu .path3:before {
	content: "\e91e";
	margin-left: -1em;
	color: rgb(198, 198, 197);
  }
  .icon-menu-single:before {
	content: "\e900";
  }
  .icon-facebook:before {
	content: "\e901";
  }
  .icon-twitter:before {
	content: "\e902";
  }
  .icon-pinterest:before {
	content: "\e903";
  }
  .icon-search:before {
	content: "\e904";
  }
  .icon-close:before {
	content: "\e905";
  }
  .icon-play:before {
	content: "\e906";
  }
  .icon-star:before {
	content: "\e907";
  }
  .icon-arrowright:before {
	content: "\e908";
  }
  .icon-aquarius:before {
	content: "\e909";
  }
  .icon-aries:before {
	content: "\e90a";
  }
  .icon-cancer:before {
	content: "\e90b";
  }
  .icon-capricorn:before {
	content: "\e90c";
  }
  .icon-gemini:before {
	content: "\e90d";
  }
  .icon-leo:before {
	content: "\e90e";
  }
  .icon-libra:before {
	content: "\e90f";
  }
  .icon-pisces:before {
	content: "\e910";
  }
  .icon-sagittarius:before {
	content: "\e911";
  }
  .icon-scorpio:before {
	content: "\e912";
  }
  .icon-taurus:before {
	content: "\e913";
  }
  .icon-virgo:before {
	content: "\e914";
  }
  .icon-whatsapp:before {
	content: "\e915";
  }
  .icon-calorie:before {
	content: "\e916";
  }
  .icon-difficolta:before {
	content: "\e917";
  }
  .icon-porzioni:before {
	content: "\e918";
  }
  .icon-tempo:before {
	content: "\e919";
  }
  .icon-vegan:before {
	content: "\e91a";
  }
  .icon-instagram:before {
	content: "\e91b";
  }
.icon-oroscopo {
	display: flex;
	background-color: var(--secondary-color);
	border: 4px solid #ede1e3;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;	
	font-size: 45px;
	padding: 5px;
}
.icon-pag-next:before {
  content: "\e906";
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  position: relative;
}
.icon-pag-prev:before {
  content: "\e906";
  transform: rotate(180deg);
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  position: relative;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  color: #333333;
}
button, input, select, textarea {
  color: #3c4858;
  border: none;
  outline: none;
  font-size: 0.938rem;
  line-height: 1.250rem;
  font-weight: 300;
  background-color: #fff;
  appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;  
}
input::placeholder {
  color: #999999;
  font-style: italic;
}
.input {
	padding: 0.625rem;
}
.input-big {
	padding: 0.9375rem;
}
.btn {
	font-size: 0.750rem;
	line-height: 1.250rem;
	font-weight: 900;
	padding: 0.625rem 1.563rem;
	text-transform: uppercase;
	cursor: pointer;
}
.btn-big {
	font-size: 0.9375rem;
	line-height: 1.250rem;
	font-weight: 900;
	padding: 0.9375rem 2.1875rem;
	text-transform: uppercase;
}
.btn-primary {
	color: #FFFFFF;
	background-color: var(--secondary-color);
}
.section-title,
.recipePrep h2 {
	font-size: 1.563rem; /* 30px */
	line-height: 1;
	font-weight: 700;
	display: inline-block;	
	margin: 0 auto;
	position: relative;
}
.section-big-title {
	font-size: 3.125rem;
	line-height: 1;
	font-weight: 400;
	font-style: italic;
	text-transform: uppercase;
	position: absolute;
	top: 0.313rem;
	left: 0;
	z-index: 10;
}
.section-small-title {
	font-size: 1.125rem;
	line-height: 1;
	padding: 5px 10px;
	position: absolute;	
	left: 0;
}
.icon-video {
	position: relative;
}
.icon-video:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 42px;
	height: 42px;
	display: block;
	margin: -21px 0 0 -21px;
	z-index: 999;
	background: url(../img/icon-video.png) no-repeat center center transparent;
	background-size: contain;
}
.white {
	color: var(--white);
}
.white-02 {
	color: var(--white02);
}
.purple {
	color: var(--secondary-color);
}
.purple-02 {
	color: #d36763;
}
.beige-light {
	color: var(--section-title-1);
}
.black-light {
	color: var(--section-title-2);
}
.bg-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.bg-image:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.main > .container-fluid.bg-image {
	padding: 0;
}
.main > .container-fluid.bg-mask {
	position: relative;
}
.mb-1 {
	margin-bottom: 5px;
}
.mb-2 {
	margin-bottom: 10px;
}
.mb-3 {
	margin-bottom: 15px;
}
.mb-4 {
	margin-bottom: 20px;
}
.mb-5 {
	margin-bottom: 25px;
}
.mb-6 {
	margin-bottom: 30px!important;
}
.mb-7 {
	margin-bottom: 40px;
}
.mb-8 {
	margin-bottom: 45px!important;
}
.mb-9 {
	margin-bottom: 50px!important;
}
.mb-10 {
	margin-bottom: 90px;
}
.mt-9 {
	margin-top: 50px;
}
.mt-10 {
	margin-top: 90px;
}
.mt-100 {
	margin-top: 100px;
}
.pt-5 {
	padding-top: 30px;
}
.center {
	text-align: center;
}
.bold, strong {
	font-weight: 700;
}
.italic {
	font-style: italic;
}
.d-none {
	display: none !important;
}
.d-block {
	display: block !important;
}
.d-flex {
	display: flex !important;
}
.d-inline-block {
	display: inline-block !important;
}
.underline {
	text-decoration: underline;
}
.uppercase {
	text-transform: uppercase;
}
.underline-link {
	font-weight: 700;
	font-size: 0.813rem;
	position: relative;
	z-index: 51;
}
.category {
	font-weight: 900;
	font-size: 0.938rem;
	line-height: 1;
	text-transform: uppercase;
}
.category-type-02 {
	font-weight: 900;
	font-size: 0.813rem;
	line-height: 1.438rem;
	text-transform: uppercase;
	margin-bottom: 0.313rem;
}
.category-type-03 {
	font-weight: 900;
	font-size: 0.875rem; /* 14px */
	line-height: 1.625rem; /* 26px */
	text-transform: uppercase;
	margin-bottom: 0.3125rem;
	display: inline-block;
}
.author {
	font-size: 0.875rem; /* 14px */
	line-height: 1rem; /* 16px */
	margin-top: 10px;
	width: 100%;
	display: flex;
	position: relative;
	align-items: center;
}
.author:before {
	content: '';
	width: 8px;
	height: 8px;
	display: inline-block;
	margin-right: 10px;
}
.title-type-01 {
	font-size: 1.4375rem; /* 23x */
	line-height: 1.875rem;  /* 30px */
	font-weight: 700;
	letter-spacing: .06rem;
	position: relative;
}
.title-type-02 {
	font-size: 1.4375rem; /* 23px */
	line-height: 1.938rem;  /* 36px */
	font-weight: 700;
	position: relative;
}
.title-type-03 {
	font-size: 1.250rem; /* 20px */
	line-height: 1.625rem; /* 26px */
	font-weight: 700;
	position: relative;
}
.line-title-03::after {
	position: absolute;
	left: 50%;
	bottom: -19px;
	width: 60px;
	height: 4px;
	content: "";
	display: block;
	background-color: var(--secondary-color);
	margin-left: -30px;
}
.title-type-04 {
	font-size: 1.875rem; /* 30px */
	line-height: 2.500rem; /* 40px */
	font-weight: 700;
}
.title-type-05 {
	font-size: 1.563rem; /* 25px */
	line-height: 2.000rem; /* 35px */
	font-weight: 700;
}
.title-type-06 {
	font-size: 1.875rem; /* 30px */
	line-height: 2.500rem; /* 40px */
	font-weight: 700;
	position: relative;
	display: inline-block;
}
.title-type-07 {
	font-size: 1.250rem; /* 20px */
	line-height: 1.625rem; /* 26px */
	font-weight: 700;
	position: relative;
	display: block;
}
.title-type-08 {
	font-size: 1.4375rem; /* 23px */
	line-height: 1.875rem; /* 30px */
	font-weight: 700;
}	
.title-type-09 {
	font-size: 1.4375rem; /* 23px */
	line-height: 1.875rem;  /* 30px */
	font-weight: 700;
}
.title-type-10 {
	font-size: 1.875rem; /* 30px */
	line-height: 2.500rem;  /* 40px */
	font-weight: 700;
}
.par-type-01 {
	font-size: 1.063rem;
	line-height: 1.438rem;
	font-weight: 300;
}
.par-type-02 {
	font-size: 1.250rem; /* 20px */
	line-height: 2.063rem; /* 33px */
	font-weight: 300;
}
.par-type-03 {
	font-size: 1.125rem; /* 18px */
	line-height: 1.6875rem; /* 27px */
	font-weight: 300;
}
.par-type-04 {
	font-size: 0.8125rem; /* 13px */
	line-height: 1.25rem; /* 20px */
	font-weight: 400;
}
.par-type-05 {
	font-size: 1.5625rem; /* 25px */
	line-height: 2.5rem; /* 40px */
	font-weight: 400;
}
.lt-oroscopo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 10px;
}
.lt-oroscopo li {
	margin: 10px 5px;
}
.lt-oroscopo li .icon-oroscopo {
	float: left;
}
.lt-stars li {
	display: inline-block;
	margin: 0 2px;
}
.lt-stars li .icon-star:before {
	font-size: 27px;
	line-height: 27px;
	color: #cccccc;
}
.lt-stars li .icon-star.active:before {
	color: #d36763;
}
.lt-tag {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.lt-tag li {
	margin: 0 0 0.3125rem 0;
}
.lt-tag li a,
.lt-tag li span {
	font-size: 0.8125rem;
	white-space: nowrap;
	float: left;
}
.lt-tag li a,
.lt-tag li span {
	margin-right: 0.75rem;
}
.lt-social > li {
	display: inline-block;
	margin: 0 0.625rem 0 0;
}
.lt-social a {
	color: var(--secondary-color);
}
.lt-category-wrapper {
	padding: 0;
	width: 100%;
}
.lt-category-wrapper .lt-category:not(.slick-slider) {
	padding: 0 20px;
}
.lt-category-article-wrapper {
	padding: 0 0;
	width: 100%;
}
.lt-category-article-wrapper .lt-category {
	padding: 0 1.25rem;
}
.slick-prev, 
.slick-next {
	z-index: 1;
}
.lt-category-article-wrapper .slick-next {
	right: 15px;
}
.lt-category-article-wrapper .slick-prev {
	left: 15px;
}
.lt-category-wrapper .lt-category.slick-slider {
	margin: 0 20px;
}
.lt-category {
	display: inline-block;
	margin: 0 auto;
}
.slick-slider.lt-category {
	display: block;
}
.lt-category li {
	padding: 0 0.4375rem;
	display: inline-block;
}
.lt-category li:first-child {
	padding-left: 0;
}
.lt-category li a {
	font-size: 0.8125rem;
	line-height: 1.4375rem;
	font-weight: 700;
	color: var(--secondary-color);
	text-transform: uppercase;
	position: relative;
	display: inline;
}
.lt-category li a::after {
	bottom: -2px;
}
.lt-category .underline-link {
	letter-spacing: 0;
}
.lt-type-01 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.lt-type-02-cnt {
	z-index: 1;
	position: relative;
	padding: 20px;
}
.lt-type-02 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;	
	justify-content: center;
}
.lt-square li {
	padding: 0 0 20px 30px;
	position: relative;
}
.lt-square li::before {
	content: "";
	width: 10px;
	height: 10px;
	display: inline-flex;
	position: absolute;
	left: 0;
	top: 8px;
}
.accordion {
	width: 100%;
}
.accordion-title {
	padding: 11px 0 11px 10px;
	transition: 0.3s;
	border-top: 1px solid #e1e1e1;
	position: relative;
}
.accordion-title:before {
	content: '+';
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 46px;
	font-size: 20px;
	width: 15px;
	text-align: center;
}
.accordion-title.opened:before {
	content: '-';
}
.accordion .accordion-title:last-child {
	border-bottom: 1px solid #e1e1e1;
}
.accordion-title:hover {
	background-color: #f7f7f7;
	cursor: pointer;
}
.accordion-desc {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.accordion-desc p {
	font-size: 1.250rem;
	line-height: 2.063rem;
	font-weight: 300;	
	padding: 0 0 20px;
}
.accordion-desc > p:first-child {
	margin-top: 10px;
}
.table-01 {
	width: 100%;
	margin-bottom: 25px;
}
.table-01 tr:nth-child(even) {
	background: #FFFFFF;
}
.table-01 tr:nth-child(odd) {
	background: #f0f1f1;
}
.table-01 th,
.table-01 td {
	font-size: 1.125rem;
	line-height: 1.25rem;
	padding: 7px 10px;
	text-align: left;
}
.table-01 th {
	width: 40%;
}
.jq-ry-container {
	top: -3px;
	display: inline-block!important;
}
.breadcrumb {
	display: flex;
	flex-direction: row;	
}
.breadcrumb li {
	font-size: 0.75rem;
	color: #999999;
	padding: 0 7px;
	position: relative;	
}
.breadcrumb li::before {
	content: "|";
	position: absolute;
	left: -1px;
}
.breadcrumb li:first-child:before {
	content: "";
}
.breadcrumb li a,
.breadcrumb li span {
	text-transform: uppercase;	
}
/* The progress container (grey background) */
.progress-container {
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	height: 5px;
}
/* The progress bar (scroll indicator) */
.progress-bar {
	height: 5px;
	width: 0%;
}
/*
.bg-adv {
	background-color: #faf7f4;	
}
*/
@media (max-width: 767px) {
	.breadcrumb {
		padding: 0 13px;
	}
	.lt-category-wrapper {
		width: 100vw;		
	}
	.lt-type-02-cnt {
		padding: 20px 40px;
	}
	.lt-type-02 .slick-prev {
		left: -30px;
	}
	.lt-type-02 .slick-next {
		right: -30px;
	}
	.lt-type-02 .slick-next:before {
		content: "\e906";
		background: transparent;
	}
	.lt-type-02 .slick-prev:before {
		content: "\e906";
		transform: rotate(180deg);
		background: transparent;
	}
}
@media (min-width: 768px) {
	.mb-md-9 {
		margin-bottom: 50px;
	}	
	.d-sm-none {
		display: none !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-flex {
		display: flex !important;
	}
	.d-md-none {
		display: none !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.section-title {
		font-size: 1.875rem;
	}
	.section-big-title {
		font-size: 4.375em;
		top: 0;
	}
	.underline-link {	
		font-size: 0.938rem;
	}
	.title-type-01 { /* 40px/54px */
		font-size: 2.500rem; 
		line-height: 3.375rem;
	}
	.title-type-02 { /* 28px/36px */
		font-size: 1.75rem;
		line-height: 2.250rem;
	}
	.title-type-04 { /* 38px/46px */
		font-size: 2.375rem;
		line-height: 2.875rem;
	}
	.title-type-06 { /* 50px/58px */
		font-size: 3.125rem;
		line-height: 3.625rem;
	}
	.title-type-07 { /* 20px/28px */
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.title-type-08 {
		font-size: 2.1875rem; /* 35px */
		line-height: 2.8125rem; /* 45px */
	}
	.title-type-10 {
		font-size: 2.8125rem; /* 45px */
		line-height: 2.8125rem; /* 45px */
	}
	.par-type-03 { /* 20px/28px */
		font-size: 1.250rem;
		line-height: 1.750rem;
	}
	.category {
		font-size: 1.250rem;  /* 20 */
	}
	.category-type-03 {
		font-size: 0.9375rem; /* 15px */
		line-height: 1.4375rem; /* 23px */
	}
	.lt-oroscopo li {
		margin: 10px 5px;
	}
	.icon-oroscopo {
		font-size: 45px;
	}
	.lt-tag li a,
	.lt-tag li span {
		font-size: 0.875rem;
	}
	.lt-category-article-wrapper .lt-category {
    	padding: 0;
	}
	.lt-category li {
		padding: 0 0.9375rem;
	}
	.lt-category-wrapper {
		border-top: 1px solid #cccccc;
		padding: 2.8125rem 0 1.875rem;
	}
	.lt-category-wrapper.lt-category-wrapper-type02 {
		border-top: 0;
		padding: 0.9375rem 0 1.875rem;
	}
	.lt-category-wrapper .slick-slider {
		margin: 0 30px;
	}
	.lt-category-article-wrapper .slick-slider {
		padding: 0 28px;
	}
	.lt-category-article-wrapper .slick-next {
		right: -5px;
	}
	.lt-category-article-wrapper .slick-prev {
		left: -5px;
	}
}
@media (max-width: 992px) {
	.pt-sm-30 {
		padding-top: 30px!important;
	} 
}	
@media (min-width: 992px) {
	.section-big-title {
		font-size: 8.125rem;
	}
	.icon-video:after {
		width: 84px;
		height: 84px;
		margin: -42px 0 0 -42px;
	}
	.d-l-block {
		display: block !important;
	}
	.d-l-flex {
		display: flex !important;
	}
	.icon-oroscopo {
		font-size: 50px;
	}	
	.lt-oroscopo li {
		margin: 20px 0;
	}
}
@media (min-width: 1200px) {
	.section-big-title {
		left: -30px;
	}	
}

/*** LAYOUT ***/
#GenecyDFPAdWallpaperCont a {
	z-index: 11;
}
.wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	grid-template-areas:
		"header"
		"main"
		"footer"
		"copy";
}
.container {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.container-fluid {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	/*position: relative;*/ /* add 12/02/2020 */
}
.container-fluid:before {
	content: '';
	display: flex;
	flex-direction: row;
	flex-grow: 1;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.container-fluid.bg-mask:before {
	background-color: #000;
	opacity: 0.5;
	z-index: 0;
}
.header {
	grid-area: header;
}
.main {
	grid-area: main;
	min-height: 500px;
	background-color: transparent;
}
.footer {
	background: #ededed;
	grid-area: footer;
	padding: 1.563rem 10px 0;
}
.copy {
	grid-area: copy;
}
.navigation {
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	margin:0 0 0 -100vw;
	z-index: 99999999;
	background-color: #ededed;
	visibility: hidden;
	opacity: 0;
}
.navigation .icon-close {
	position: absolute;
	top: 15px;
	right: 30px;
	font-size: 34px;
	font-weight: 700;
	color: #666666;
	z-index: 999;
}
.header-sx .icon-close {
	display: none;
}
.navigation .logo-nav {
	text-align: center;	
	margin-bottom: 1.563rem;
}
.navigation .logo-nav img {
	max-width: 65px;
}
.navigation-inner {
	padding: 1.250rem 1.875rem;
	height: 100%;
	overflow: auto;
}
.navigation .lt-nav > .lt-nav-item {
	display: block;
	text-align: center;
	padding: 0.438rem 0;
}
.navigation .lt-nav > .lt-nav-item > .lt-nav-title {
	color: var(--gray-dark);
	font-size: 1.500rem;	
	text-transform: uppercase;	
	text-align: center;
	display: inline-block;	
	position: relative;
	margin: 0 auto;
}
.navigation-open .navigation {
	margin:0;
	opacity: 1;
	visibility: visible;
}
.navigation .box-newsletter {
	padding-top: 3.125rem;
	margin-top: 20px;
	border-top: 2px solid #ffffff;
}
.header, .main, .footer, .copy, .navigation,
#div-gpt-ad-fake-skin-300x600-sk-sx,
#div-gpt-ad-fake-skin-300x600-sk-dx,
#div-gpt-ad-fake-skin-160x600-sk-sx,
#div-gpt-ad-fake-skin-160x600-sk-dx,
#MM_mcJS_HTML5_LIQUID_SKIN_TheBody,
[id^="adform-wallpaper-"], [id*="adform-wallpaper-"] {
	-moz-transition:all 300ms ease-in;
	-webkit-transition:all 300ms ease-in;
	-o-transition:all 300ms ease-in;
	transition:all 300ms ease-in;
}
.content {
	width: 100%;
}
.page {
	padding-top: 30px;
}
.sidebar {
	width: 100%;
	position: relative;
	padding-bottom: 30px;
}
.pagination {
	width: calc(100% - 20px);
	margin: 0 auto;
	border-top: 1px solid #cccccc;
	padding: 1.250rem 0;
	color: #cccccc;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
}
.pagination .pag-current {
	color: var(--secondary-color);
	font-weight: 700;
}
.pagination [class^="icon-"], .pagination [class*=" icon-"]  {
	font-size: 28px;
	color: #ededed;
}
.pagination [class^="icon-"].active, .pagination [class*=" icon-"].active  {
	color: var(--secondary-color);
}
.pagination .icon-pag-next {
	margin-left: 10px;
	position: relative;
	top: 4px;
}
.pagination .icon-pag-prev {
	margin-right: 10px;
	position: relative;
	top: 4px;
}
.article-multi .pagination {
	border-top: none;
}
@media (min-width: 768px) {
	body {
		padding-top: 58px;
	}
}
@media (max-width: 991px) {
	.header-wrap {
		position: sticky;
		top: 0;	
		z-index: 99;
		background-color: #FFF;
	}
}
@media (min-width: 992px) {
	.main {
		padding: 1.875rem 0 0;
	}
	.main > .container,
	.main > .container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}
	.main > .container-fluid > .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.hasSkin .container {
		max-width: 1060px;
	}	
	.footer {
		padding: 3.750em 10px 3.125em;
	}
	.page {
		display: flex;
		padding: 0;
	}
	.content {
		flex: 0 1 auto;
	}
	.sidebar {
		flex: 0 0 365px;
		margin-left: 30px
	}
	.pagination {
		width: 100%;
		text-align: left;
		font-size: 20px;
		line-height: 25px;
		padding: 1.875rem 0;
	}
	.navigation.nav-full .icon-close {
		display: none;
	}
	.hasSkin .sidebar {
    	flex: 0 0 325px;
	}
	.hasSkin .first-look {
		grid-template-columns: auto 325px;
		column-gap: 15px;
    	row-gap: 15px;
	}
	.hasSkin .first-look.first-look-type-03 {
		grid-template-columns: auto 325px;
		grid-template-rows: 285px 285px;		
		column-gap: 15px;
		row-gap: 15px;
	}
	.hasSkin .box-group-01 {
		column-gap: 15px;
		grid-template-columns: auto 325px;
	}
	.hasSkin .box-group-02 {
		column-gap: 15px;
	}
	.hasSkin .box-group-05 {
		column-gap: 30px;
	}
	.fotogallery.hasSkin .main {
		max-width: 1060px;
		margin: 0 auto;
	}
	.fotogallery {
		background-color: #000;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
		overflow: visible;
	}	
	.navigation-open .header,
	.navigation-open .main,
	.navigation-open .footer,
	.navigation-open .copy,
	.navigation-open #div-gpt-ad-fake-skin-300x600-sk-sx,
	.navigation-open #div-gpt-ad-fake-skin-300x600-sk-dx,
	.navigation-open #div-gpt-ad-fake-skin-160x600-sk-sx,
	.navigation-open #div-gpt-ad-fake-skin-160x600-sk-dx,
	.navigation-open #MM_mcJS_HTML5_LIQUID_SKIN_TheBody,
	.navigation-open [id^="adform-wallpaper-"], [id*="adform-wallpaper-"] {
		transform: translateX(400px);
	}
	.navigation {
		width: 460px;
		height: 100vh;
		margin: 0 0 0 -460px;
	}
	@supports (display: grid) {
		.navigation.nav-full .lt-nav {
			display: -ms-grid;
			display: grid;		
			-ms-grid-columns: 3fr 3fr 3fr 3fr 3fr;
			grid-template-columns: 3fr 3fr 3fr 3fr 3fr;
			-ms-grid-rows: auto auto;
			grid-template-rows: auto auto;
		}
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.container {
		max-width: 50vw;
	}
	.first-look, 
	.default-slider, 
	.default-slider-02,
	.default-slider-03 {
		width: 100%!important;
	}
}

/*** HEADER ***/
.header {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	height: 58px;
	position: fixed;
	background: #FFFFFF;
	top: 0;
	width: 100%;
	z-index: 99999;
}
.header .header-dx,
.header .header-sx {
	padding: 0 20px;
}
.header .logo {
	display: flex;
	justify-content: center;
}
.header .logo-img {	
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
}
.header .logo img {
	max-height: 40px;
}
.header .logo-img .pf-category {	
	display: inline-block;
	color: var(--secondary-color);
	font-size: 1.875rem;
	line-height: 2.125rem;
	font-weight: 400;
	text-transform: uppercase;
	margin-left: 10px;
}
.header .header-sx {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.header .header-dx {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header .icon-search,
.header .icon-close {
	font-size: 25px;
	color: var(--secondary-color);
	margin-left: 5px;
}
.header .icon-menu {
	font-size: 25px;
	color: var(--secondary-color);
}
.header .icon-close.nav-close {
	font-size: 34px;
	font-weight: 700;
	margin: 0;
}
.search {
	width: 100%;
	height: 56px;
	display: flex;
	position: fixed;
	top: -56px;
	padding: 20px;
	transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	background: #FFFFFF;
	justify-content: space-between;
	align-items: center;
}
.search-form {
	display: flex;
	align-items: center;
	width: 100%;
}
.search-form form {
	width: 100%;
}
.search-form .input {
	width: 100%;
}
.search .icon-close {
	font-size: 25px;
	color: var(--secondary-color);
	margin-left: 5px;
}
.search.search-open {
	top: 0;
	z-index: 100001;
}
@supports (display: grid) {
	.header {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr minmax(185px, 1fr) 1fr;
		grid-template-columns: 1fr minmax(185px, 1fr) 1fr;
		-ms-grid-rows: 58px;
		grid-template-rows: 58px;
		-ms-flex-line-pack: center;
		    align-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.header > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.header > *:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
	}
	.header > *:nth-child(3) {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	/*.header > *:nth-child(4) {
		-ms-grid-row: 2;
		-ms-grid-column: 1 / span 3;
		grid-row: 2;
		grid-column: 1 / span 3;
	}
	.header > *:nth-child(5) {
		-ms-grid-row: 3;
		-ms-grid-column: 1 / span 3;
		grid-column: 1 / span 3;
	}*/
}
@media (max-width: 767px) {
	.header .logo-img .pf-category {	
		font-size: 1.25rem;
	}
	.header {
		-webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.1);
		-moz-box-shadow:    0px 3px 3px 0px rgba(50, 50, 50, 0.1);
		box-shadow:         0px 3px 3px 0px rgba(50, 50, 50, 0.1);
		position: relative;
	}
	.header-links {
		display: none;
	}
}
@media (min-width: 768px) {
	.header {
		-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
		-moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.2);
		box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.2);
	}
	@supports (display: grid) {
		.header {
			-ms-grid-rows: 60px;
			grid-template-rows: 60px;
		}
	}
	.header .icon-menu {
		font-size: 33px;
		cursor: pointer;	
	}
	.header .header-dx,
	.header .header-sx {
		padding: 0 25px;
	}
	.header .logo img {
		max-width: 100%;
		max-height: 46px;
	}
	.header .lt-social {
		padding-right: 5px;
		border-right: 2px solid #cccccc;
	}
	.header .lt-social > li {
		margin: 0 5px 0 0;
		float: left;
	}
	.header .lt-social a {
		font-size: 20px;
		float: left;
	}
	.header .icon-search,
	.header .icon-close {
		font-size: 23px;
		margin-left: 5px;
	}
	.header-links {
		height: 40px;
	}
}

.box-newsletter .gdpr {
	font-size: 0.750em;
}
.box-newsletter .gdpr a {
	text-decoration: underline;
	color: var(--primary-color);
}
.box-newsletter .form-footer {
	display: flex;
	flex-direction: row;
}
.box-newsletter .form-footer input[type="text"] {
	flex: 1;
}
.box-newsletter .lt-social a,
.navigation .lt-nav > .lt-nav-item .lt-social a {
	font-size: 33px;
}

/*** FOOTER ***/
.footer-logo {
	text-align: center;
}
.footer-logo .img-logo-footer {
	margin-bottom: 1.563rem;
	max-height: 82px;
}
.footer-box {
	display: flex;
	flex-direction: column;
}
@supports (display: grid) {
	.footer-box {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}
.footer-box-item {
	padding: 20px 0;
	font-weight: 300;
	font-size: 0.9375rem;
	line-height: 1.625rem;
	color: #666666;
}
.footer-box-item-cnt {
	margin-top: 25px;
}
.footer-box-item ul:not(.lt-social) a {
	color: #666666;
}
.footer-box-item ul:not(.lt-social) a:hover {
	text-decoration: underline;
}
.footer-box-item-title {
	font-size: 1.125rem;
	line-height: 0.875rem;
	color: #666666;
	padding-left: 10px;
	display: block;
	position: relative;
}
@media (max-width: 767px) {
	.footer-box-item-cnt {
		display: none;
	}
	.footer-box-item:first-child {
		border: 0;
	}
	.footer-box-item {
		border-top: 1px solid #CCCCCC;
	}
	.footer-box-item-title::after {
		position: absolute;
		right: 5px;
		top: 0;
		content: "\e908";
		font-family: 'deva' !important;
		color: var(--secondary-color);
		font-size: 0.813rem;
		font-weight: 600;
		transform: rotateZ(0deg);
	}
	.footer-box-item-title.active::after {
		transform: rotateZ(90deg);
	}
}
@media (min-width: 768px) {
	.footer-logo .img-logo-footer {
		max-height: 46px;
	}
}
@media (min-width: 992px) {
	.footer-box {
		display: flex;
		justify-content: space-between;
		padding: 0 20px;
	}
	@supports (display: grid) {
		.footer-box {
			display: -ms-grid;
			display: grid;
			-ms-grid-columns: 2fr 2fr 2fr 4fr;
			grid-template-columns: 2fr 2fr 2fr 4fr;
		}
	}
	.footer-box-item {
		padding: 0;
	}
	.footer-box-item > li {
		margin-bottom: 5px;
		display: block;
	}
	.footer-logo .img-logo-footer {
		margin-bottom: 3.750em;
	}
}
@media (min-width: 1200px) {
	@supports (display: grid) {
		.footer-box {
			-ms-grid-columns: 3fr 3fr 3fr 4fr;
			grid-template-columns: 3fr 3fr 3fr 4fr;
		}
	}
}

/*** COPY ***/
.copy {
	background: #626262;
	-ms-grid-columns: 1;
	grid-template-columns: 1;
	text-align: center;
	padding: 30px 0;
}
.copy p {
	font-size: 0.813rem;
	line-height: 1.375rem;
	font-weight: 300;
	color: #FFFFFF;
}
.copy .nanopress-logo {
	display: inline-block;
	margin-bottom: 0.500em;
}
/*
.copy .nanopress-logo img {
	max-height: 27px;
}
*/

/*** SECTION ***/
/*.adv {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.875rem 0; 
}*/
.adv {
    display: block;
    padding: 0.9375rem 0.3125rem 1.5625rem;
}
.adv-top {
	padding: 0;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1b1b1b;
	position: relative;
	z-index: 9999999999;
}
.adv-cnt {
	margin-top: 1.750rem;
	margin-bottom: 1.750rem;
}
.adv-text {
	margin: 0 10px 5px;
	display: block;
	overflow: hidden;	
}
.article-content .adv-text p,
.adv-text p {
	font-family: 'Manrope', sans-serif;
	font-size: 12px!important;
	line-height: 20px!important;
	color: #b2b2b2;
	padding: 0 18px;
	padding-bottom: 0!important;
	overflow: hidden;
    text-align: center;
}
.article-content .adv-text p::before,
.article-content .adv-text p::after,
.adv-text p::before,
.adv-text p::after {
	border-bottom: 1px solid #b2b2b2;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
	width: 50%;
	max-width: 95px;
}
.article-content .adv-text p::before,
.adv-text p::before {
	right: 15px;
    margin-left: -50%;
}
.article-content .adv-text p::after,
.adv-text p::after {
	left: 15px;
    margin-right: -50%;
}
.image-box {
	overflow: hidden;
	position: relative;
}
.image-box .image {
    max-width: 100%;
    display: block;
    width: 100%;
 	object-fit: cover;
}
.image-box .category,
.image-box .category-type-02 {
	position: absolute;
	bottom: 15px;
	display: inline-block;
	font-size: 0.9375rem; /* 15px */
	line-height: 1.4375rem; /* 23px */
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 20px;	
	white-space: nowrap;	
}
.first-look-item {
	position: relative;
	overflow: hidden;
}
.first-look-item a:not(.btn) {
	display: flex;
	height: 100%;
	width: 100%;
}
.first-look-item h3 {
	position: absolute;
	bottom: 0;	
	max-width: 100%;
	padding: 0 1.875rem;
	z-index: 100;
}
.first-look-item img {
	z-index: 98;
	position: relative;
	width: 100%;
}
.first-look-item a:not(.btn):before {
	content: "";
	position: absolute;
	z-index: 99;
	display: flex;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.box-group-02 h3 {
	font-weight: 700;
	font-size: 1.25rem; /* 20px */
	line-height: 1.875rem; /* 30px */
}
.box-group-02 .category {
	font-weight: 600;
	font-size: 0.8125rem; /* 13px */
	line-height: 1rem; /* 16px */
	margin-bottom: 5px;
	text-transform: uppercase;
	display: block;
}
.box-group-03 {
	margin-top: 3.125em;
	position: relative;
	z-index: 11;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto;	
	grid-template-areas: 
		"group-03-img"
		"group-03-text";	
}
.box-group-03.box-group-03-type02 {
	align-items: stretch;
	grid-template-areas: 
		"group-03-text"
		"group-03-img";	
}
.group-03-text { 
	grid-area: group-03-text; 
}
.group-03-img { 
	grid-area: group-03-img; 
}
.group-03-text {
	padding: 1.250em;
	background: #FFFFFF;
}
.group-03-text .title-type-01 {
	margin-bottom: 0.625rem;
	display: block;
}
.box-group-04 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.box-group-04 .right-shadow:before {
	left: 10px;
	top: -10px;
	background-color: #d36763;
	width: calc(100% - 50px);
	height: calc(100% - 10px);
	display: flex;
	z-index: 10;
}
.box-group-04-img {
	position: relative;
	z-index: 10;
}
.box-group-04 .image {
	height: 195px;	
}
.box-group-04-text {
	padding: 0.625rem 0.938rem 0.938rem;
	background: #FFFFFF;
}
.box-group-04-text .title {
	font-size: 1.438rem;
	line-height: 1.875rem;
	font-weight: 700;
	margin-bottom: 0.625rem;
}
.box-group-04.box-group-04-type-03 {
	padding-left: 0;
	padding-right: 0;
}
.box-group-04.box-group-04-type-03 .box-group-04-text {
	display: flex;
	flex-direction: column;	
}
.box-group-04.box-group-04-type-03 .box-group-04-text p {
	display: block;
	margin: 0;
}
.box-group-06 {
	width: 100%;
}
.box-group-06 .box-group-06-text {
	position: relative;
	padding: 1.250rem;
}
.box-group-06 .title-type-02 {
	display: block;
}
.box-group-07 {
	position: relative;
	z-index: 11;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto;	
	grid-template-areas: 
		"group-07-img"
		"group-07-text";
}
.group-07-text { 
	grid-area: group-07-text; 
	padding: 1.250rem;
}
.group-07-text .btn {
	margin-top: 25px;
	display: inline-block;
}
.group-07-img { 
	grid-area: group-07-img; 
}
.box-group-09 {
	padding: 1.250em 1.250rem 2.500rem;
}
.box-group-09 .image {
	min-height: 182px;
}
.box-group-09.box-group-09-four-items .image-box {
	position: relative;
	width: 100%;
}
.box-group-09.box-group-09-four-items .image-box:before {
	content: "";
	float: left;
	padding-top: 100%;
}
.box-group-09.box-group-09-four-items .image-box .image {
	width: 100%;
	height: 100%;
	position: absolute;
}
.box-group-10 {
	padding: 1.250em 1.250rem 2.500rem;
	background: #682c37;
}
.box-group-11 {
	position: relative;
	z-index: 11;
	display: flex;
	flex-direction: column;
}
.box-group-11 > div {
	width: 100%;
}
.group-11-text {
	padding: 1.250rem;
	background: #FFFFFF;
}
.group-11-text .title-type-01 {
	margin-bottom: 0.625rem;
}
.box-group-12 {
	padding: 0.625rem 0 0;
}
.box-12-text {
	text-align: center;
}
.box-group-13 {
	padding: 1.875rem 1.25rem;
}
.box-group-13 .part-type-03 {
	margin-bottom: 0.625rem;
}
.box-group-13 .input {
	float: left;
}
.box-editor {
	width: 100%;
	display: flex;
}
.box-editor-img {
	flex: 0 0 60px;
}
.box-editor-text {
	flex: 1 0 60px;
	padding: 0 0.9375rem;
	font-size: 0.8125rem;
	color: #666666;
}
.box-group-14 {
	position: relative;
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
}
.box-group-14 .image-box {
	margin-bottom: 0.625rem;
}
.sidebar .box-group-14 .image {
	width: 100%;
	height: auto;
	/*max-height: 170px;*/
}
.box-group-14-text {
	background: #FFFFFF;
	position: relative;
	z-index: 11;	
}
.box-group-14-text .title {
	font-size: 1.438rem;
	line-height: 1.875rem;
	font-weight: 700;
	margin-bottom: 0.625rem;
}
.box-group-14-img .image-box {
	width: 100%;
	height: 100%;
	position: relative;
}
.box-group-14-img .image-box:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.box-group-14-img .image-box .image {
	position: absolute;
	width: 100%;
	height: 100%;
}
.box-group-15 {
	position: relative;
	display: flex;
	flex-direction: column;
}
.sidebar .box-group-15 .image {
	width: 100%;
	max-height: 210px;
	margin-bottom: 15px;
}
.box-group-15-text {
	background: #FFFFFF;
	position: relative;
}
.box-group-15-text .title {
	font-size: 1.438rem;
	line-height: 1.875rem;
	font-weight: 700;
	letter-spacing: .06rem;
	margin-bottom: 0.625rem;
}
.box-group-16 {
	position: relative;
	display: flex;
	flex-direction: column;
}
.box-group-16 .box-16-cnt {
	position: relative;
	display: -ms-grid;
	display: grid;
	grid-template-columns: 45% 55%;
	margin-bottom: 20px;
}
.box-group-17 {
	position: relative;
	display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
        "group-17-text"
		"group-17-cnt";
	border-top: 5px solid #d36763;
	border-bottom: 5px solid #d36763;
}
.box-group-17.box-group-17-type02 {
	grid-template-areas:
		"group-17-title"
		"group-17-cnt"
		"group-17-text";
}
.box-group-17 > div {
	width: 100%;
}
.box-group-17.box-group-17-type02 .par-type-03 {
	margin-bottom: 0.625rem;
}
.box-group-17 .title-type-05 {
	font-weight: 400;
	grid-area: group-17-title;
}
.group-17-text {
	padding: 0.9375rem;
	background: #FFFFFF;
	grid-area: group-17-text;
}
.box-group-17.box-group-17-type02 .group-17-text {
	padding: 0.9375rem 0;
}
.group-17-text.box-group-17-type02 p:first-child::first-letter {
	font-size: 56px;
	line-height: 50px;
	color: var(--secondary-color);
	float: left;
	font-style: italic;
	margin: 0 10px 0 0;
}
.box-group-17.box-group-17-type03 .roup-17-cnt {
	float: left;
}
@-moz-document url-prefix() {
  .group-17-text p:first-child::first-letter {
	  margin-top: 10px;
  }
}
.group-17-cnt {
	text-align: center;
	grid-area: group-17-cnt;
}
.group-17-cnt .oroscopo-name {
	font-size: 1.4375rem;
	line-height: 1.875rem;
	font-weight: 700;
	display: block;
	text-align: center;
}
.box-group-17 .icon-oroscopo {
	display: inline-block;
	font-size: 120px;
}
.box-group-18 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;	
}
.box-group-18 .box-18-cnt {
	width: 100%;
	margin-bottom: 30px;
}
.box-group-18 .title-type-03 {
	display: block;
	margin-bottom: 1.5625rem;
}
.box-group-18 .par {
	font-size: 1.125rem;
	line-height: 1.6875rem;
	font-weight: 300;
	margin-bottom: 0.625rem;
}
.box-group-19 {
	position: relative;
	display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
        "group-19-img"
		"group-19-cnt";
}
.group-19-img {
	grid-area: group-19-img;
}
.group-19-cnt {
	grid-area: group-19-cnt;
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
}
.box-group-20 {
	display: flex;
	flex-direction: column;
}
.group-20-img {
	width: 100%;
}
.group-20-img .image {
	height: 182px;	
}
.box-group-21 {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 55px 0 75px;
}
.box-group-21 .title-type-10 {
	margin-bottom: 30px;
}
.input-box {
	background-color: #FFFFFF;
	border-radius: 5px;
	padding: 5px 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	text-align: left;
}
.box-group-22 {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 30px 40px;	
}
.box-group-22 .section-title {
	margin: 0 0 10px;
}
.box-group-22 label {
	font-size: 1.25rem;
	line-height: 1.875rem;
	color: #FFFFFF;
	margin-bottom: 5px;
	display: block;
}
.box-group-23 {
	text-align: center;
}
.box-group-23 img {	
	width: 100%;
	max-width: 100%;
	max-height: 535px;
	margin-bottom: 10px;
	object-fit: cover;
}
.box-group-23-text {
	max-width: 90%;
	margin: 0 auto;
}
.box-group-24 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
    justify-content: space-between;
}
.box-group-24-img {
	position: relative;
	z-index: 10;
}
.box-group-24 .box-group-24-img {
	max-height: 178px;
	overflow: hidden;
}
.box-group-24 .box-group-24-img img {
	max-width: 100%;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box-group-24-text {
	padding: 0.625rem 0 0.938rem;
	background: #FFFFFF;
}
.box-group-25 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
    justify-content: space-between;
}
.box-group-25 > div {
	width: 100%;
}
.box-group-25-img {
	position: relative;
	z-index: 10;
}
.box-group-25 .box-group-25-img {
	max-height: 434px;
	overflow: hidden;
}
.box-group-25 .box-group-25-img img {
	max-width: 100%;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box-group-25-text {
	padding: 0.625rem 0 0.938rem;
	background: #FFFFFF;
}
.box-group-26-cnt {
	position: relative;
}
.box-group-26 {
	display: flex;
	flex-direction: column;		
	padding: 15px;
}
.box-group-26 > div {
	padding: 20px 0;
	margin-top: -1px;
	border-top: 1px solid var(--gray-dark);
}
.box-group-26 > div:first-child {
	border-top: none;
}
.section-small-title+.box-group-26 {
	margin-top: 10px;
}
.adv+.box-group-26 > div:first-child {
	border-top: 1px solid var(--gray-dark);
}
.box-group-26 .image-box {
	margin-bottom: 10px;
}
.box-group-26 .category {
	font-weight: 400;
	font-size: 0.9375rem;
	line-height: 1rem;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
}
.box-group-26 .category:before {
	content: '';
	width: 4px;
	height: 4px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 10px;
}
.box-group-26 .date {
	font-size: 0.6875rem;
	line-height: 1rem;
	margin-bottom: 5px;
}
.box-group-27-cnt {
	position: relative;
	border-top: 1px solid var(--gray-dark);
}
.box-group-27-cnt .section-big-title {
	font-size: 1.125rem;
	left: 0;
}
.box-group-27 {
	display: flex;
	flex-direction: column;		
	padding: 15px 0 35px;
	margin-top: 20px;
}
.box-group-27 > div {
	padding: 15px 0;
	margin-top: -1px;
	border-top: 1px solid var(--gray-dark);
}
.box-group-27 > div:first-child {
	border-top: none;
	padding-top: 0;
}
.box-group-27 .title-type-03 {
	position: relative;
	padding-left: 20px;
	display: block;	
}
.box-group-27 .title-type-03:before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
	position: absolute;
	left: 0;	
	top: 0.625rem;
}
.input-box .icon-search {
	width: 30px;
	font-size: 35px;
}
.input-box input[type="text"] {
	flex: 1;
	height: 30px;
	padding-right: 20px;
}
.input-box-wrapper .link-arrow {
	text-transform: uppercase;
	font-size: 15px;
	line-height: 20px;
	margin-top: 15px;
	float: right;
}
@media (max-width: 767px) {
	.box-group-03 {
		padding: 0 1.250rem;
	}
	.group-03-text p {
		display: none;
	}
	.group-03-text { 
		grid-column: 1 / -1; 
	}
	.group-03-img { 
		grid-column: 1 / -1;
	}
	.box-group-04 {
		padding: 0 1.250rem;
	}
	.box-group-04 p {
		display: none;
	}
	.box-group-04 .title-type-03 {
		margin-bottom: 15px;
	}
	.box-group-06 .box-group-06-img {
		height: 255px;
	}
	.box-group-06 .box-group-06-img .image-box {
		height: 100%;
	}
	.box-group-06 .box-group-06-img .image-box img {
		height: 100%;
	}
	.box-group-06 p {
		display: none;
	}
	.box-group-06 .title-type-02 {
		margin-bottom: 10px;
		display: block;
	}
	.box-group-07 {
		margin: 3.125em 1.250em 0;
	}
	.group-07-text .btn {
		margin-top: 10px;
	}
	.home-video .box-group-07 {
		margin: 0;
		position: relative;
		display: block;
	}
	.home-video .box-group-07 .image-box {
		position: relative;		
		height: 455px;
	}
	.home-video .box-group-07 .image {
		max-width: 100%;
		position: relative;
		height: 455px;
		object-fit: cover;
		z-index: 199;
	}
	.home-video .box-group-07:before {
		content: "";
		position: absolute;
		z-index: 200;
		display: flex;
		width: 100%;
		height: 100%;
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	}
	.home-video .group-07-text {
		position: absolute;
		z-index: 201;
		bottom: 0;
		text-align: center;
		width: 100%;
	}
	.home-video .group-07-text .category {
		color: #EFE5DA!important;
	}
	.home-video .box-group-07 .image-box.icon-video:after {
		display: none;
	}
	.group-07-text { 
		grid-column: 1 / -1; 
	}
	.group-07-img { 
		grid-column: 1 / -1;
	}
	.box-group-07 p {
		display: none;
	}
	.box-group-09 {
		position: relative;
		display: flex;
		flex-wrap: wrap;
	}
	.box-group-09 > div {
		flex: auto;
	}
	.box-group-09 .slick-list {
		margin: 0 -10px;
	}
	.box-group-09 .slick-slide {
		margin: 0 10px;
	}
	.box-group-09.default-slider-03 .slick-list {
		margin: 0;
	}	
	.box-group-09.default-slider-03 .slick-slide {
		margin: 0;
	}
	.box-group-09 .title-type-03 {
		width: 100%;
		margin-bottom: 1.563rem;
	} 
	.box-group-09.default-slider .slick-dots,
	.box-group-09.default-slider-02 .slick-dots {
		bottom: 25px;
	}
	.box-group-11 {
		margin: 3.125em 1.250em;
	}	
	.group-11-text {
		border-bottom: 10px solid #d36763;		
	}
	.group-11-cnt {
		padding-top: 0.625em;
	}
	.box-12-text {
		padding: 0 1.25rem;
	}
	.box-12-text-article {
		position: relative;
		padding: 0;
	}
	.box-12-text-article .box-12-text {
		padding: 0;
	}
	.box-12-text-article .box-12-image {
		position: relative;		
		height: 455px;
		margin-bottom: 25px;
	}
	.box-12-text-article .box-12-image .image {
		width: 100%;
		position: relative;
		height: 455px;
		object-fit: cover;
	}
	.box-12-text-article .title-type-06 {
		position: absolute;
		bottom: 75px;
		left: 0;
		width: 100%;
		padding: 0 20px;
		margin: 0;
		color: #FFFFFF;
		z-index: 100;
	}
	.box-12-text-article .par-type-02 {
		padding: 0 20px;
		text-align: left;
	}
	.box-12-text-article .title-type-06.line-title-02::after {
		display: none;
	}
	.box-12-text-article .box-12-image:before {
		content: "";
		position: absolute;
		z-index: 99;
		display: flex;
		width: 100%;
		height: 100%;
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	}
	.mouse {
		width: 26px;
		height: 42px;
		border: 2px solid #fff;
		border-radius: 24px;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, -50%);
		cursor: pointer;
		z-index: 100;
	}
	.mouse:after {
		content: "";
		position: absolute;
		top: 5px;
		left: 50%;
		margin-left: -2px;
		background-color: #fff;
		border-radius: 100%;
		width: 4px;
		height: 4px;
		opacity: 1;
		-webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
		transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
		-webkit-animation: scroll 1.5s -1s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
		animation: scroll 1.5s -1s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
	}

	@-webkit-keyframes scroll {
		0%, 20% {
			-webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
			transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
		}
		10% {
			-webkit-transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
			transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
			opacity: 1;
		}
		100% {
			-webkit-transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
			transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
			opacity: 0.01;
		}
	}
	@keyframes scroll {
		0%, 20% {
			-webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
			transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
		}
		10% {
			-webkit-transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
			transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
			opacity: 1;
		}
		100% {
			-webkit-transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
			transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
			opacity: 0.01;
		}
	}
	.box-group-13 .input-big {
		width: 100%;
	}
	.box-group-13 .btn-big {
		background: url(../img/freccia_dx.png) no-repeat center center var(--secondary-color); 
		background-size: 25%;
	}
	.box-group-14 {
		padding: 0 1.250rem;
	}
	.box-group-15 {
		padding: 0 1.250rem;
	}
	.box-group-16 {
		padding: 0 1.250rem;
	}
	.box-group-17 {
		margin: 0 1.250rem 0.625rem;
		grid-template-areas:
		"group-17-cnt"
		"group-17-text";
	}
	.group-17-text .category {
		text-align: center;
	}
	.group-17-text { 
		grid-column: 1 / -1;
		text-align: center;
	}
	.box-group-17.box-group-17-type02 .group-17-text { 
		border-bottom: 0;
	}
	.group-17-cnt { 
		grid-column: 1 / -1;
		padding-top: 1.25rem;		
	}
	.box-group-17.box-group-17-type02 {
		border: 0;
	}
	.box-group-17.box-group-17-type02 .group-17-cnt { 
		padding-top: 0;
	}	
	.box-group-19 .group-19-img {
		height: 255px;
	}
	.box-group-19 .group-19-img .image-box {
		height: 100%;
	}
	.box-group-19 .group-19-img .image-box img {
		height: 255px;
	}
	.group-19-cnt {
		padding: 1.250rem 1.250rem 0;
		display: block;
		position: relative;
		max-width: 100%;
		min-width: 100%;
	}
	.box-group-17 .icon-oroscopo {
		margin-bottom: 0.625rem;
	}
	.oroscopo-name {
		margin-bottom: 0.3125rem;
	}
	.box-group-18 {
		padding: 0 1.250rem;
	}
	.group-19-cnt div .box-group-20:last-child {
		margin-bottom: 0;
	}
	.box-group-24 {
		flex-direction: column;		
	}
	.box-group-24 > div {
		margin-bottom: 25px;
	}	
}
@media (max-width: 991px) {
	.p-section {
		padding: 0 20px;
	}
	.first-look-item .title-type-04,
	.first-look-item .title-type-05 {
		color: #FFFFFF!important;
	}
	.first-look-item.first-look-item-uno p,
	.first-look-item.first-look-item-uno .author,
	.first-look-item.first-look-item-uno .category {
		display: none;
	}
	.first-look, 
	.default-slider,
	.default-slider-02,
	.default-slider-03 {
		width: 100vw;
	}
	.box-group-09-three-items.default-slider,
	.box-group-09-four-items.default-slider-02,
	.box-group-09-four-items.default-slider-03 {
		width: calc(100vw - 2.500em);
		margin: auto;
	}
	.home-video .box-group-09-three-items.default-slider,
	.home-video .box-group-09-four-items.default-slider-02,
	.home-video .box-group-09-four-items.default-slider-03 {
		width: 100vw;
	}
	.home-video .box-group-09 {
		padding-top: 1.875rem;
	}
	.first-look-item img {
		height: 455px!important;
	}
	.first-look-item h3 {
		text-align: center;
		margin-bottom: 3.750rem!important;
	}
	.first-look-item .image-box {
		margin: 0;
	}
	.default-slider-03 a:not(.btn):before {
		content: "";
		position: absolute;
		z-index: 99;
		display: flex;
		width: 100%;
		height: 100%;
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	}
	.default-slider-03-item {
		position: relative;
		overflow: hidden;
	}
	.default-slider-03-item a:not(.btn) {
		display: flex;
		height: 100%;
		width: 100%;
	}
	.default-slider-03-item h3 {
		font-size: 1.875rem;
		line-height: 2.500rem;
		position: absolute;
		bottom: 0;	
		max-width: 100%;
		padding: 0 1.875rem;
		z-index: 100;
	}
	.default-slider-03-item img {
		z-index: 98;
		position: relative;
		width: 100%;
	}
	.default-slider-03-item p,
	.default-slider-03-item .author,
	.default-slider-03-item .category {
		display: none!important;
	}
	.default-slider-03-item img {
		height: 455px!important;
	}
	.default-slider-03-item h3 {
		text-align: center;
		margin-bottom: 3.750rem!important;
	}	
	.default-slider-03-item .image-box {
		margin: 0;
	}
	.box-group-02 > div {
		margin-bottom: 25px;
	}
	.box-group-04 > div {
		flex: auto;
		margin-bottom: 25px;
	}
	.box-group-04 {
		flex-direction: column;
	}	
	.box-group-13 .input {
		width: 100%;
	}
	.box-group-16-text {
		padding-left: 0.625rem;
	}
	.home-video .box-group-09 .slick-dots {
		bottom: 30px;
	}
	.first-look.first-look-type-02 {
		margin-bottom: 30px;
	}
	.group-19-cnt .slick-slide {
		margin: 0 10px;
	}
	.group-19-cnt .default-slider {
		width: calc(100vw - 60px);
		margin: auto;
		left: -10px;
	}
	.group-19-cnt .default-slider .slick-dots {
		width: calc(100% - 20px);
		left: 10px;
	}
	.input-box-wrapper {
		width: 100%;
		padding: 0 1.250rem;
	}
	.box-group-27-cnt {
		padding: 0 1.25rem;
	}
	.box-group-27-cnt .section-big-title {
		left: 1.25rem;
	}
	.box-group-rel {
		position: relative;
		display: -ms-grid;
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 20px;
		padding: 0 1.250rem;
	}
	.box-group-rel .image-box {
		margin-bottom: 0.625rem;
	}
	.sidebar .box-group--rel .image {
		width: 100%;
		height: auto;
	}
	.box-group-rel-text {
		position: relative;
		z-index: 11;	
	}
	.box-group-rel-text .title {
		font-size: 1.250rem;
    	line-height: 1.625rem;
		font-weight: 700;
		margin-bottom: 0.625rem;
		color: #FFFFFF;
	}
	.box-group-rel-img .image-box {
		width: 100%;
		height: 100%;
		position: relative;
	}
	.box-group-rel-img .image-box:after {
		content: "";
		display: block;
		padding-bottom: 100%;
	}
	.box-group-rel-img .image-box .image {
		position: absolute;
		width: 100%;
		height: 100%;
	}
}
@media (min-width: 768px) {
	.box-group-03 {
		margin-top: 3.750rem;
	}
	.box-group-07 {
		margin-top: 3.750rem;
	}
	.box-group-11 {
		margin-top: 3.750rem;
	}
	.box-group-13 {
		padding: 1.875rem 2.1875rem;
	}
	.box-group-13 .part-type-03 {
		margin-bottom: 1.25rem;
	}
	.box-group-17 {
		margin-bottom: 1.875rem;
	}
	.box-group-17 .icon-oroscopo {
		margin-bottom: 0.625rem;
	}
	.group-17-cnt .oroscopo-name {
		font-size: 25px;
		margin-bottom: 0.625rem;
	}
	.box-group-18 {
		justify-content: space-between;
	}	
	.box-group-18 .box-18-cnt {
		width: 45%;
	}
	.box-group-18 .par {
		font-size: 1.0625rem;
		line-height: 1.4375rem;
	}
	.group-20-img .image {
		height: 100px;	
	}
	.box-group-24 > div {
		width: 48%!important;
	}
}
@media (min-width: 992px) {
	.image-box .image {
		transition: all 0.3s;
		transform: scale(1);
		object-fit: cover;
		max-height: 550px;
	}
	.image-box:hover .image {
		transform: scale(1.06);
	}
	.first-look {
		display: -ms-grid;
		display: grid;
		grid-template-columns: auto 365px;
		grid-template-rows: 258px 258px;
		grid-template-areas: "fl-uno fl-due" "fl-uno fl-tre";
		column-gap: 30px;
		row-gap: 30px;
	}
	.first-look-item-uno { grid-area: fl-uno; }

	.first-look-item-due { grid-area: fl-due; }

	.first-look-item-tre { grid-area: fl-tre; }

	.first-look-item-quattro { grid-area: fl-quattro; }
	
	.first-look-type-02 .first-look-item.image-box::after {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 60px;
		content: "";
		display: block;
		background-color: #FFFFFF;
		z-index: 99;
	}
	.first-look-type-02 .first-look-item.image-box.first-look-item-uno::after {
		height: 110px;
	}
	.first-look-type-02 .first-look-item h3 {
		left: 40px;	
		max-width: 100%;
		padding: 30px 30px 30px 45px;
	}
	.first-look-type-02 .first-look-item h3 {
		left: 0;
		bottom: -15px;
		padding-bottom: 0
	}
	.first-look.first-look-type-02 h3 {		
		background: #FFFFFF;
	}
	.first-look-item img {
		height: 100%;
	}
	.box-group-01 {
		display: -ms-grid;
		display: grid;
		grid-template-columns: auto 365px;
		column-gap: 30px;
	}
	.box-group-02 {
		display: -ms-grid;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		column-gap: 30px;
	}
	.box-group-02 > div .image-box img {
		height: 160px;
	}
	.box-group-03 {
		margin-top: 6.250rem;
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: 1fr;
		grid-template-areas: 
			"group-03-text group-03-img";
	}
	.group-03-text {
		padding: 1.875em 2.188em;
	}
	.group-03-img {
		align-self: stretch;
	}	
	.group-03-img .image-box {
		display: flex;
		height: 100%;
	}
	.group-03-img .image-box .image {
		height: 100%;
	}
	.group-03-text .title-type-01 {
		margin-bottom: 3.750rem;
	}
	.box-group-04 > div {
		width: 31%;
	}
	.box-group-04 {
		justify-content: space-between;
	}
	.sidebar .box-group-04 > div {
		width: 100%;
	}
	.box-group-04.box-group-04-type-02 .box-group-04-wrapper {
		display: flex;
		flex-direction: row;
	}
	.box-group-04.box-group-04-type-02 > a {
		display: block;
		width: 100%;
	}
	.box-group-04.box-group-04-type-02 .box-group-04-img {
		flex: 0 0 47%;
	}
	.box-group-04.box-group-04-type-02 .box-group-04-cnt {
		flex-grow: 1;
	}
	.box-group-04.box-group-04-type-02 .box-group-04-cnt > div {
		width: 100%;
	}
	.box-group-04.box-group-04-type-03 .box-group-04-img .image-box .image {
		height: 218px;
	}
	.box-group-04.box-group-04-type-03 .box-group-04-text {
		flex-direction: column;
		justify-content: space-between;
		height: 100%;
	}
	.box-group-05 .box-group-04 > div {
		width: 48%;
	}	
	.box-group-05 {
		display: -ms-grid;
		display: grid;
		grid-template-columns: 1fr 2fr;
		column-gap: 3%;
	}
	.box-group-05 .box-group-04 {
		padding: 0;
	}
	.box-group-06 {
		position: relative;
		display: flex;
		flex-flow: wrap;
		justify-content: left;
		align-items: center;
	}
	.box-group-06 .box-group-06-img {
		position: relative;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
	}
	.box-group-06 .box-group-06-text {
		position: absolute;
		flex: 0 0 auto;
		max-width: 600px;
		background-color: #FFFFFF;
		padding: 3.125rem 2.813rem;
		margin-left: 70px;
	}
	.box-group-06 .box-group-06-text .title-type-02 {
		margin-bottom: 50px;
	}
	.box-group-07 {
		margin-top: 6.250rem;
		grid-template-columns: 1fr 2fr;
		grid-template-rows: auto;	
		grid-template-areas: 
			"group-07-text group-07-img";
	}
	.home-video .box-group-07 {
		grid-template-columns: 4fr 3fr;
		grid-template-areas: 		
			"group-07-img group-07-text";
	}
	.group-07-img {
		align-self: stretch;
	}	
	.group-07-img .image-box {
		display: flex;
		height: 100%;
	}
	.group-07-text {
		padding: 1.875em 2.188em;
	}
	.group-07-text .underline-link:hover {
		text-decoration: underline;
		text-decoration-style: solid;
		text-decoration-line: underline;
	}
	.box-group-09 {
		display: -ms-grid;
		display: grid;
		padding: 50px 30px 40px;
	}
	.box-group-09.box-group-09-three-items {
		grid-template-columns: 1fr 1fr 1fr;
		column-gap: 30px;		
	}
	.box-group-09.box-group-09-three-items .image {
		max-height: 200px;
	}
	.box-group-09.box-group-09-four-items {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		column-gap: 25px;		
	}
	.box-group-11 {
		margin-top: 6.250rem;
		align-items: center;
		flex-direction: row;
	}
	.box-group-11 > div {
		width: 50%;
	}
	.box-group-11 .group-11-text {
		padding: 1.875rem 2.188rem;
		border-right: 10px solid #d36763;
	}
	.box-group-11 .group-11-cnt {
		padding: 0 0.625em;
	}
	.box-group-12 {
		border-top: 1px solid #cccccc;
		padding: 0.625rem 0 0;
	}
	.box-12-text {
		max-width: 94%;
		margin: 0 auto;		
	}
	.box-12-text .par-type-02 {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.box-group-13 .input {
		min-width: 390px;
	}
	.content .box-group-14 {
		grid-template-columns: 1fr 1fr 1fr;
		column-gap: 30px;
	}
	.box-group-14-img .image-box .image {
		width: 100%;
		height: 100%;
		max-height: none;
	}
	.box-group-16 {
		position: relative;
		display: -ms-grid;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		column-gap: 20px;
	}
	.box-group-16 .box-16-cnt {
		display: flex;
		grid-template-columns: 1fr 1fr;
		flex-direction: column;
		margin-bottom: 30px;
	}
	.box-group-16-img {
		margin-bottom: 15px;
	}
	.box-group-16 .icon-video::after {
		width: 60px;
		height: 60px;
		margin: -30px 0 0 -30px;
	}
	.box-group-17 {
		grid-template-columns: 215px 1fr;
		grid-auto-rows: 1fr;
		grid-template-areas: 
			"group-17-cnt group-17-text";
		align-items: center;
	}
	.box-group-17 .group-17-text {
		padding: 1.875rem 1.5625rem;		
	}
	.box-group-17 .group-17-cnt {
		padding: 1.25rem 0.625em;
	}
	.box-group-17.box-group-17-type02 {
		grid-template-rows: auto;
		grid-template-areas:
			"group-17-title group-17-title"
			"group-17-cnt group-17-text";
		align-items: flex-start;
		border: 0;
	}
	.box-group-17.box-group-17-type02 .par-type-03 {
		margin-bottom: 1.25rem;
	}
	.box-group-17.box-group-17-type02 .group-17-cnt {
		padding: 0;
	}
	.box-group-17.box-group-17-type02 .group-17-text {
		padding: 0 0 0 1.5625rem;
	}
	.box-group-17.box-group-17-type02.box-group-17-type03 {
		display: block;
	}
	.box-group-17.box-group-17-type02.box-group-17-type03 .group-17-cnt {
		float: left;
		width: auto;
		padding: 0 1.5625rem 0.625rem 0;
	}
	.box-group-17.box-group-17-type02.box-group-17-type03 .group-17-text {
		padding: 0;
	}
	.box-group-17.box-group-17-type02.box-group-17-type03 .group-17-text .par-type-03 .tit16 {
		margin-top: 0.9375rem;
	}
	.group-19-cnt {
		flex-direction: row;
		padding: 30px 0;
	}
	.group-19-cnt > div {
		width: 50%;
		padding: 0 25px;
	}
	.box-group-20 {
		display: flex;
		flex-direction: row;
		margin-bottom: 30px;
	}
	.group-20-img {
		width: 200px;
	}
	.group-20-text {
		flex: 1;
		padding-left: 15px;
	}
	.box-group-24 .box-group-24-img {
		height: 178px;
	}
	.box-group-25 .box-group-25-img {
		height: 434px;
	}	
	.input-box {
		width: 600px;
	}
}
@media (min-width: 1200px) {
	.box-group-04 > div {
		width: 31%;
	}
	.box-group-05 {
		grid-template-columns: 31% 2fr;
		column-gap: 50px;
	}
	.box-group-06 {
		min-height: 600px;
	}
	.box-group-07 {
		grid-template-columns: auto 700px;		
	}
	.group-07-text {
		align-self: center;
	}	 
}

/*** QUIZ ***/
.quizTxtNoImage {
	width: 100%;
}
.quiz02 .step,
.quizTxtNoImage .step {
	font-weight: 900;
	font-size: 0.875rem;
	line-height: 1.625rem;
	text-transform: uppercase;
	margin-bottom: 0.3125rem;
	display: block;
}
.quizTxtNoImage ul {
	padding: 0 0 10px;
	float: left;
	width: 100%
}
.quizTxtNoImage ul li {
	margin: 0 0 16px;
	display: inline-block;
	float: left;
	clear: both;
	width: 100%;
}
.quizTxt .title {
	font-size: 1.438rem;
	line-height: 1.938rem;
	font-weight: 700;
	color: var(--secondary-color);
    letter-spacing: .06rem;
	margin-bottom: 15px;
	text-transform: none;
	display: block;
	clear: both;
	width: 100%;
}
@media (min-width: 768px) {
	.quiz02 .step,
	.quizTxtNoImage .step {
		font-size: 0.9375rem;
		line-height: 1.25rem;
	}
}

/*** ARTICOLO ***/
.article-date {
	font-size: 0.8125rem; /* 13px */
	line-height: 1.25rem; /* 20px */
	font-weight: 300;
	margin-bottom: 0.3125rem;
	padding: 0 1.25rem;
}
.article-date span {
	color: #999999;
}
.article-content > p:first-child::first-letter {
	font-size: 3.5rem; /* 56px */
	line-height: 3.125rem; /* 50px */
	float: left;
	font-style: italic;
	margin: 5px 10px 0 0;
}
@-moz-document url-prefix() {
  .article-content > p:first-child::first-letter {
	  margin-top: 10px;
  }
}
.article-content h2,
.article-content h3 {
    font-size: 1.438rem;
	line-height: 1.938rem;
	font-weight: 700;
    letter-spacing: .06rem;
}
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {    
	margin-bottom: 15px;
}
.article-content ul, ol {
	list-style-type: disc;
	padding: 0 20px 25px;
	margin: 0 0 0 20px;
}
.article-content ol {
	padding: 0 20px 25px;
	margin: 0 0 0 20px;
}
.article-content h2 strong,
.article-content h3 strong {
    font-weight: 700;
}
.article-content .wp-caption-text,
.wp-caption-text,
.wp-block-image figcaption {
	color: #999999;
	font-style: italic;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 300;
	padding-right: 0.188rem;
	display: block;
	text-align: right;
}
.article-content .wp-block-image {
	padding-bottom: 25px;
}
.article-content {
	font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 300;
	margin-bottom: 25px;
}
.article-content a,
.article-content h2,
.article-content h3 {
	color: var(--secondary-color);
}
.article-content p {
	padding-bottom: 25px;
}
.article-content a {
	color: #333333;
	border-bottom: 1px solid var(--secondary-color);
}
.article-content a:hover {
	color: var(--secondary-color);
}
.article-content strong {
	font-weight: 500;
}
.article-content .box-group-27 .title-type-03 {
	border: 0 none;
}

/*
.article-content div:not(.brid-poster, .box-group-27-cnt, .box-group-27-cnt *, .advdsk, .advdsk *, .advmob, .advmob *, .lyte-wrapper *) {
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
}
*/

.article-content img {
	max-width: 100%;
	height: auto!important;
	display: block;
	margin: 0 auto;
}
.article-inner {
	display: flex;
	flex-direction: column;
}
.article-social {
	flex: 0 0 100%;
	position: relative;
}
.article-content-wrapper {
	flex: 0 1 100%;
}
.video_wrapper iframe {
	width: 100%!important;
}
.lt-social-article {
	display: flex;
	flex-direction: row;
	margin-bottom: 25px;
}
.lt-social-article li {
	padding-left: 20px;
	float: left;
}
.lt-social-article li a {
	display: inline-block;
	float: left;
}
.lt-social-article li img {
	display: inline-block;
	float: left;
}
.lt-category-article-wrapper {
	margin: 0 20px 30px 0;
}
.article-actions {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
.article-actions .pagination {
	width: auto;
	margin: 0;
	padding: 0 0 0 20px;
}
.article-actions .lt-social-article {
	flex-direction: row;
	margin: 0;
}
.article-actions .lt-social-article li {
	padding: 0 20px 0 0;
}
.article-actions .par-type-03 {
	line-height: 40px;
}
.article-multi {
	width: 100%;
}
.slider-article-gallery {
	background: #333333;
	position: relative;		
}
.slider-article-gallery .pag-art-next,
.slider-article-gallery .pag-art-prev {
	position: absolute;
	top: 50%;
	z-index: 999;
	background: #333333;
	color: #FFFFFF;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 40px;
	padding: 10px 15px;
	margin-top: -30px;
	opacity: 0.50;
}
.slider-article-gallery .pag-art-next.active,
.slider-article-gallery .pag-art-prev.active {
	opacity: 1;
}
.slider-article-gallery .pag-art-prev {
	left: 0;
	border-right: 5px solid var(--secondary-color);
}
.slider-article-gallery .pag-art-next {
	right: 0;
	border-left: 5px solid var(--secondary-color);
}
.slider-article-gallery .icon-pag-next,
.slider-article-gallery .icon-pag-prev {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-left: 20px;
}
.slider-article-gallery .icon-pag-next::before,
.slider-article-gallery .icon-pag-prev::before  {
	font-size: 20px;
	color: #FFFFFF;
	top: 3px;
}
.slider-article-gallery .icon-pag-prev {
	margin-left: 0;
}
.slider-article-gallery .icon-pag-prev::before  {
	left: -2px;
}
.slider-for .slick-slide {
	height: 260px;
}
.slider-for .slick-slide .image {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.slider-for .slick-slide img {
	object-fit: contain;
	max-height: 100%;
	max-width: 100%;
}
.slider-nav {
	margin: 0 -3px;
	padding: 0 8px;
}
.slider-nav .slick-slide {
	padding: 5px 0;
	text-align: center;	
	margin: 0 3px;
}
.slider-nav .slick-slide .image {
    width: 100%;
    height: 100%;
    position: relative;
}
.slider-nav .slick-slide .image img {
	position: absolute;
    width: 100%;
    height: 100%!important;
	object-fit: cover;
}
.slider-nav .slick-slide .image:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.slider-nav .slick-slide.slick-active.slick-current {
	position: relative;
}
.slider-nav .slick-slide.slick-active.slick-current:before {
	position: absolute;
	width: 100%;
	height: 4px;
	display: block;
	background-color: var(--secondary-color);
	content: "";
	left: 0;
	bottom: 5px;
	z-index: 999;
}
.pagingArticleInfo {
	position: relative;
	height: 40px;
	width: 40px;
	display: inline-block;
	float: left;
}
.pag-art-next .text {
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.pagingArticleInfo .pag-current { 
	position: absolute;
	top: 3px;
	left: 0;
	line-height: 15px;
}
.pagingArticleInfo .pag-total { 
	position: absolute;
	bottom: 3px;
	right: 0;
	line-height: 15px;
}
.pagingArticleInfo::after {
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	display: block;
	width: 40px;
	height: 1px;
	background: #FFFFFF;
	transform: rotate(135deg);
}
.article-multi-item {
	font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 300;
}
.article-multi-item h2,
.article-multi-item h3 {
	font-size: 1.438rem;
	line-height: 1.938rem;
	font-weight: 700;
	letter-spacing: .06rem;
	padding-top: 10px;
	margin-bottom: 15px;
}
.article-multi-item p,
.article-multi-item figure {
	margin-bottom: 20px;
}
.article-multi-item .pagination p {
	margin: 0;
}
.article-multi-item a {
	color: #333333;
	border-bottom: 1px solid var(--secondary-color);
}
.article-multi-item a:hover {
	color: var(--secondary-color);
}
.article-multi-item strong {
	font-weight: 500;
}
/*
.article-multi-item div:not(.article-actions) {
	width: auto!important;
	padding: 0!important;
	margin: 0!important;
}
*/
.article-multi-item img {
	height: auto;
	margin: 0 auto;	
}
.article-multi-item .lt-social-article a {
	border-bottom: 0;
}
.article-multi-item .lt-social-article img {
	margin: 0;
}
.article-page .image-box .image {
	transform: none;
}
.filter-wrapper {
	padding: 2.8125rem 0 1.875rem;
}
#filtermenu {
	display: flex;
	flex-direction: column;
	width: 100%;
}
#filtermenu .dropdown {
	width: 100%;
	height: 40px;    
	position: relative;
	padding: 0px;
	cursor: pointer;	
}
#filtermenu .dropdown span.unselected {
	color: #CCCCCC;
}
#filtermenu .dropdown span {
	padding: 0px 54px 0px 0;
	display: block;
	position: relative;
}
#filtermenu .dropdown span::before {
	content: "\e906";
	font-family: "deva";
	display: inline-flex;
	width: 28px;
	height: 28px;
	line-height: 28px;
	position: absolute;
	transform: rotate(90deg);
	right: 0;
	align-self: center;
	top: 10px;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
}
#filtermenu .dropdown ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	padding: 0 20px;
	z-index: 999;
	line-height: 14px;
}
#filtermenu .dropdown ul li {
	border-top: 1px solid #CCCCCC;
	line-height: 40px;
	height: 40px;	
}
#filtermenu .dropdown ul li:first-child {
	border-top: none;
}
#filtermenu .dropdown ul li a {
	display: block;
}
#filtermenu .dropdown ul li.sub-item {
	border-top: 0px;
	padding-left: 20px;
}
#filtermenu .dropdown.opened span::before {
	top: 0;
	transform:  rotateZ(-90deg);
}
.form-newsletter {
	display: flex;
}
.form-newsletter .form-newsletter-input {
	flex: 1 1 auto;
}
.form-newsletter .form-newsletter-input .input {
	width: 100%;
}
@media (max-width: 767px) {
	.form-newsletter .btn-big {
		flex: 0 0 50px;
		background: url(../img/freccia_dx.png) no-repeat center center var(--secondary-color); 
		background-size: 25%;
	}
	.lt-tag-cnt {
		width: 100%;
		padding: 0 1.25rem;
		margin-bottom: 30px;
	}
	.box-editor {
		padding: 0 1.25rem;
	}
	.article-content {
		padding: 0 1.25rem;
	}
	.article-content p,
	.article-content h2,
	.article-content h3,
	.article-content .title-type-02,
	.article-content .title-type-07 {
		padding: 0;
	}
	.article-content p {
		padding-bottom: 25px;
	}
	.article-actions {
		margin-bottom: 10px!important;
		flex-direction: column-reverse;
	}
	.article-actions .pagination {
		font-size: 1.125rem;
		line-height: 2.5rem;
		font-weight: 700;
		padding: 0;
		border: none;
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.article-actions .pagination p {
		display: flex;
		flex-direction: row;
		width: 100%;
		justify-content: space-between;
	}
	.article-actions .pagination [class^="icon-"], 
	.article-actions .pagination [class*=" icon-"] {
		border-bottom: none;
	}
	.article-multi-item img {
		max-width: calc(100% + 40px);	
		margin: 0 -20px;
	}
	.article-multi-item:not(.pagination) {
		padding: 0 20px;
		margin-bottom: 10px;
	}
	.article-multi-item .article-actions.article-actions-mobile .pagination .pag-prev,
	.article-multi-item .article-actions.article-actions-mobile .pagination .pag-next {
		top: 0;
		margin: 0;
	}
	.article-multi-item .article-actions.article-actions-mobile .pagination .pagingInfos {
		display: none;
	}
	.article-multi-item .article-actions.article-actions-mobile .pagination .icon-pag-prev:before {
		content: 'INDIETRO';		
	}
	.article-multi-item .article-actions.article-actions-mobile .pagination .icon-pag-next:before {
		content: 'AVANTI';		
	}
	.article-multi-item .article-actions.article-actions-mobile .pagination .icon-pag-prev:before,
	.article-multi-item .article-actions.article-actions-mobile .pagination .icon-pag-next:before {
		transform: none;
		display: inline-block;
		width: auto;
		height: 40px;
		font-size: 13px;
		line-height: 20px;
		font-weight: 500;
		padding: 10px 30px;
		position: relative;
		border-radius: 5px;
		color: #FFFFFF;
	}
	.article-multi-item .lt-social-article li:last-child {
		padding: 0;
	}
	#filtermenu {
		padding: 0 1.250rem;
	}
	#filtermenu .dropdown {
		margin-bottom: 15px;
	}
}
@media (min-width: 768px) {
	.whatsapp {
		display: none;
	}
	.article-date {
		font-size: 0.875rem; /* 14px */
		margin-bottom: 0.9375rem;
		padding: 0;
	}
	.article-content .first-par::first-letter {
		font-size: 56px;
		line-height: 56px;
		margin: 10px 5px 0 0;
	}
	.article-inner {
		display: flex;
		flex-direction: row;
		position: relative;
	}
	.article-social {
		flex: 0 0 70px;
	}
	.article-content-wrapper {
		flex: 0 1 auto;
	}
	.article-inner .fixedBox {
		flex: 0 0 70px;
	}
	.article-content h2,
	.article-content h3 {
		font-size: 1.875rem;
		line-height: 2.250rem;
	}
	.article-content p {
		font-size: 1.250rem;
		line-height: 2rem;
		padding-bottom: 25px;
	}
	.lt-social-article {
		flex-direction: column;
	}
	.lt-social-article li {
		padding: 0 0 25px 0;
	}
	.lt-category-article-wrapper {
		margin: 0 0 40px;
	}
	.lt-tag-cnt {
		margin-bottom: 40px;
	}
	.article-multi {
		display: block;
		max-width: 765px;
	}
	.article-multi-item img { 
		max-width: 100%;
	}
	.article-actions {
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
	}	
	.slider-article-gallery .pag-art-next,
	.slider-article-gallery .pag-art-prev {
		font-size: 15px;
	}
	#filtermenu {
		flex-direction: row;
		justify-content: space-between;
	}
	#filtermenu .dropdown {
		width: 30%;
	}
}
@media (max-width: 991px) {

}
@media (min-width: 992px) {
	.article-page .sidebar {
		padding-top: 35px;
	}
	.slider-nav .slick-track {
		transform: translate3d(0px, 0px, 0px)!important;
	}
	.slider-for .slick-slide {
		height: 565px;
	}
	.article-multi-item {
		padding: 20px 0;
	}
	.article-multi-item img {
		max-height: 550px;
		max-width: 100%;
		width: auto;
	}
	.article-multi-item .the_content_img img {
		margin: 0 auto;
	}
	.box-group-13 .form-newsletter {
		display: block;
	}
	.box-group-13 .form-newsletter .form-newsletter-input .input {
		width: auto;
	}
}

/* TEST E QUIZ */
.wq_quizProgressBar {
	border-radius: 0;
}
.wq_quizProgressBar > span {
	border: none;
	line-height: 20px;
	border-radius: 0;
}
.wq_questionTextCtr {
	padding: 12px 0!important;
}
.wq-quiz.wq-skin-flat .wq_questionTextCtr,
.wq-quiz .wq_questionTextCtr {
	background-color: transparent;
	padding: 5px 0!important;
}
.wq-quiz.wq-skin-flat .wq_singleAnswerCtr,
.wq-quiz .wq_singleAnswerCtr {
	background-color: transparent;
	padding: 0;
	border: 0;
}
.wq-quiz.wq-skin-flat .wq_singleAnswerCtr:hover, 
.wq-quiz.wq-skin-flat .wq_singleAnswerCtr.chosen, 
.wq-quiz.wq-skin-flat .wq_singleAnswerCtr.wq_answerSelected,
.wq-answer .wq_singleAnswerCtr.chosen,
.wq-answer .wq_singleAnswerCtr:hover,
.wq-answer .wq_singleAnswerCtr.wq_answerSelected,
.wq-quiz .wq_singleAnswerCtr:hover, 
.wq-quiz .wq_singleAnswerCtr.chosen, 
.wq-quiz .wq_singleAnswerCtr.wq_answerSelected {
	background-color: transparent;
	border: 0;
}
.wq_triviaQuestionExplanation {
	border: none;
}
.wq-skin-traditional .wq_singleAnswerCtr {
	border: none;
}
.wq_retakeQuizBtn, 
.wq-force-login button, 
.wq_singleQuestionWrapper 
.wq_continue button, 
.wq_quizEmailCtr form button {
	font-size: 0.750rem;
	line-height: 1.250rem;
	font-weight: 900;
	padding: 0.625rem 1.563rem!important;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 0;
}
.wq-quiz.wq-skin-flat .wq-results,
.wq-results {
	padding: 10px 0 20px!important;
	background: transparent;
	border: none;
}
.wq_singleQuestionWrapper .wq_continue {
	text-align: left;
}
.wq_resultDesc {
	font-size: 1.250rem;
	line-height: 2rem;
}
.wq-result-title.wq_resultTitle {
	margin-bottom: 10px;
}
.quizBtn {
	text-align: center;
	display: block;
	margin-bottom: 30px;
}
.quizBtn .btn {
	display: inline-block;
}

@media (max-width: 991px) {
	.wq_quizCtr {
		padding: 0 1.25rem!important;
	}
}

/*** OROSCOPO ***/
.box-oroscopo {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.box-oroscopo .oroscopo-name {
	font-size: 1.4375rem;
	line-height: 1.875rem;
	font-weight: 700;
	display: block;
	text-align: center;
}
.box-oroscopo > li {
	width: 50%;
	padding: 0 15px;
	margin: 0 0 20px;
	text-align: center;
}
.box-oroscopo .lt-stars li {
	margin: 0;
}
.box-oroscopo .icon-oroscopo {
	font-size: 110px;
	line-height: 110px;
	margin-bottom: 0.625rem;
	display: inline-block;
}
.box-oroscopo .lt-stars li .icon-star:before {
	font-size: 25px;
	line-height: 25px;
}
.oroscopo-content .title-type-02 {
	margin-bottom: 0.9375rem;
}
.oroscopo-content p {
	padding-bottom: 25px;
}
.oroscopo-segni .lt-oroscopo {
	padding: 0;
	margin-bottom: 15px;
}
.seleziona_segno {
	font-weight: 700;
	font-size: 0.813rem;
	letter-spacing: 0.04rem;
	text-transform: uppercase;
	color: var(--secondary-color);
	background-color: transparent;
	padding: 0 15px 0 0;
	border-bottom: 2px solid #efe5d9;
	background-image: url(../img/ico-menu.png);
    background-repeat: no-repeat;
    background-position: center right;
}
.seleziona_segno option {
	color: #222222;
	padding: 0 5px;
	display: block;
}
@media (max-width: 767px) {
	.oroscopo-content p,
	.oroscopo-content .title-type-02,
	.oroscopo-content .title-type-07 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	.oroscopo-segni {
		padding: 0 1.25rem;
		margin-bottom: 1.25rem;
	}	
	.oroscopo-segni .lt-oroscopo li {
		margin: 10px 0;
	}
	.oroscopo-segni .icon-oroscopo {
		font-size: 60px;
	}
}
@media (min-width: 768px) {
	.box-oroscopo {
		margin-bottom: 1.25rem;
	}
	.oroscopo-segni {
		margin-bottom: 2.1875rem;
	}
	.box-oroscopo > li {
		width: 25%;
		margin: 0 0 25px;
	}
	.seleziona_segno {
		font-size: 0.938rem;
	}
}
@media (max-width: 991px) {
	.oroscopo-page .sidebar {
		display: none;
	}
}
@media (min-width: 992px) {
	.oroscopo-page .sidebar,
	.oroscopo-page .article-inner {
		padding-top: 20px;
	}
	.box-oroscopo .icon-oroscopo {
		margin-bottom: 0.625rem;
	}
	.box-oroscopo .oroscopo-name {
		font-size: 1.5625rem;
		margin-bottom: 0.3125rem;
	}
	.box-oroscopo .lt-stars li .icon-star::before {
		font-size: 27px;
		line-height: 27px;
	}
	.oroscopo-content .title-type-02 {
		margin-bottom: 1.25rem;
	}
	.oroscopo-segni .lt-oroscopo {
		margin: 0.9375rem 0 1.5625rem 0;
	}
	.oroscopo-segni .lt-oroscopo li {
		margin: 15px 3px;
	}	
	.oroscopo-segni .icon-oroscopo {
		font-size: 75px;
	}
}

/*** RICETTE ***/
.lt-ricette {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lt-ricette li {
	font-size: 14px;
	line-height: 18px;
	padding: 0 20px;	
}
.lt-ricette li label {
	display: block;
}
.lt-ricette li strong {
	text-transform: uppercase;
}
.lt-ricette li div {
	padding-left: 45px;
	position: relative;		
}
.lt-ricette li div [class^="icon-"], 
.lt-ricette li div [class*=" icon-"] {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 32px;	
}
.article-content .lt-ingredients {
	background-color: #efe5d9;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;	
	list-style: none;
}
.article-content .lt-ingredients li::before {
	content: "•";
	color: var(--secondary-color);
	display: inline-block;
	width: 20px;
	margin-left: -20px;
	font-size: 40px;
	line-height: 0px;
	position: relative;
	top: 8px;	
}
.article-content .lt-ingredients li {
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
}
.article-content .lt-ingredients li strong {
	text-transform: uppercase;
	font-weight: 700;
}
.article-content .lt-ingredients li span {
	display: block;
}
.article-content ol.prep {
    padding-left: 20px;
    list-style-type: none;
    margin: 0 0 0 0px;
    padding: 0;
    counter-reset: li-counter;
}
.article-content ol.prep li {
	padding: 0 0 25px 60px;
	position: relative;
}
.article-content ol.prep li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: counter(li-counter);
	counter-increment: li-counter;
	cursor: default;
}
.article-content ol.prep p {
	padding: 0;
}
.article-content ol.prep p:first-child::first-letter {
    font-size: 1.250rem;
    line-height: 2rem;
	color: #333333;
    float: none;
    font-style: normal;
	font-weight: 300;
    margin: 0;
}
.step-img {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media (max-width: 767px) {
	.article-content .adv {
		margin-right: -1.25rem;
		margin-left: -1.25rem;
	}
	.article-content ol.prep p {
		padding: 0 0 25px;
	}
	.step-img {	
		flex-direction: column;
	}
	.article-content .step-img div {
		flex: 1;
		margin-bottom: 10px!important;
	}	
}
@media (min-width: 768px) {
	.step-img {	
		flex-direction: row;
	}	
	.article-content .step-img div {
		width: 48%!important;
	}
}
@media (max-width: 991px) {
	.lt-ricette {
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		margin: 0 1.25rem;
	}
	.lt-ricette li {
		width: 50%;		
		padding: 25px 0;	
		border-bottom: 1px solid #cccccc;
	}
	.lt-ricette li:first-child {
		padding-left: 0;
	}
	.lt-ricette li:last-child {
		padding-right: 0;
		border-bottom: none;
	}
	.article-content .lt-ingredients {
		padding: 30px 20px 5px;
		margin: 0 -1.25rem 25px -1.25rem;
	}
	.article-content .lt-ingredients li {
		width: 50%;
		margin: 0 0 25px;
	}
}

@media (min-width: 992px) {
	.lt-ricette {
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		padding: 30px 0 0;
	}
	.lt-ricette li {
		border-left: 1px solid #cccccc;
		width: 25%;
		display: flex;
		justify-content: start;
		padding: 0 5px 0 10px;
		margin-bottom: 30px;
	}
	.lt-ricette li:first-child {
		border-left: none;
	}	
	.article-content .lt-ingredients {
		margin: 0 0 25px 0;
		padding: 30px 25px;
		justify-content: flex-start;	
	}
	.article-content .lt-ingredients li {
		width: 25%;
		padding: 0 10px 20px 20px;
	}
}

/*** FOTOGALLERY ***/
.fotogallery .body {
	background-color: #000;
}
.fotogallery .main {
	padding: 0;
	background: #474747;
}
.fotogallery .header {
	background-color: #333333;
	border-bottom: 2px solid var(--secondary-color);
}
.fotogallery .header .lt-social {
	border-color: #616161;
}
.fotogallery .header .icon-menu,
.fotogallery .header .lt-social a,
.fotogallery .header .icon-search,
.fotogallery .header .icon-close {
	color: #cccccc;
}
.fotogallery .header .icon-menu .path1:before,
.fotogallery .header .icon-menu .path2:before,
.fotogallery .header .icon-menu .path3:before {
  color: #cccccc;
}
.fotogallery .header .icon-close {
	display: none;
}
.fotogallery-wrapper {
	background: #474747;
}
.fotogallery-sidebar .title-sidebar {
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 700;
	color: #FFFFFF;
}
.fotogallery-sidebar .lt-social a {
	font-size: 1.25rem;
	color: #cccccc;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-pagination-bullet {
    background-color: #CCCCCC;
}
.swiper-pagination-bullet {
	opacity: 1;
}
.slider-fotogallery-wrapper .pag-gal-prev,
.slider-fotogallery-wrapper .pag-gal-next {
	position: absolute;
	top: 50%;
	z-index: 999;
	background: #333333;
	color: #FFFFFF;
	padding: 10px 5px;
	margin-top: -30px;
	opacity: 1;
}
.pag-gal-next.swiper-button-disabled,
.pag-gal-prev.swiper-button-disabled {
	opacity: 0.50;
}
.slider-fotogallery-wrapper .pag-gal-prev {
	left: 0;
	border-right: 5px solid var(--secondary-color);
}
.slider-fotogallery-wrapper .pag-gal-next {
	right: 0;
	border-left: 5px solid var(--secondary-color);
}
.slider-fotogallery-wrapper .icon-pag-next, 
.slider-fotogallery-wrapper .icon-pag-prev {
	display: flex;
	width: 20px;
	height: 40px;
	align-items: center;
}
.slider-fotogallery-wrapper .icon-pag-prev::before,
.slider-fotogallery-wrapper .icon-pag-next::before {
	color: #ffffff;
	line-height: 1.75rem;	
	display: inline-block;
}
.slider-fotogallery-wrapper .icon-pag-prev:before {
	content: "\e906";
	transform: rotate(180deg);
}
.fotogallery-text {
	color: #FFFFFF;
	width: 100%;
	padding: 0 1.250rem;
	box-sizing: border-box;
	text-align: left;
}
.fotogallery-text a {
	color: #FFFFFF;
	text-decoration: underline;
}
.fotogallery-text .title {
    margin-bottom: 0.9375rem;
}
.fotogallery-text .pagingInfo {
	font-weight: 400;
}
#fotogallery_mixed_adv_layer {
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
	background: rgba(0,0,0,.8);
	display: block;
}
#fotogallery_mixed_adv_layer .adv {
	display: inline-block;
}
#fotogallery_mixed_adv_layer .title {
	font-size: 28px;
	line-height: 36px;
	text-align: center;
	padding: 50px 5% 20px;
	display: block
}
#fotogallery_mixed_adv_msg {
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	text-align: center;
	display: block;
}
#fotogallery_mixed_adv_close {
	font-size: 30px;
	font-weight: 500;
	text-align: right;
	display: none;
	cursor: pointer;
}
@media (max-width: 991px) {
	.fotogallery-wrapper {
		position: relative;
		display: flex;
		flex-direction: column;
	}
	.fotogallery-cnt {
		position: relative;
		flex-grow: 1;
		width: 100%;
		margin-bottom: 35px;
	}
	.fotogallery-slide-inner {
		min-height: 100%;
		display: flex;
		flex-direction: column;
	}
	.fotogallery-sidebar {
		position: absolute;
		flex-grow: 1;
		padding: 25px 20px;
		z-index: 200;
		width: 100%;
		height: calc(100vh - 58px);
		height: calc(var(--vh, 1vh) * 100 - 58px);
	}
	.fotogallery-sidebar {
		display: none;
	}
	.fotogallery-sidebar .lt-social {
		position: absolute;
		bottom: 35px;
		left: 20px;
	}
	.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
		bottom: auto;
		top: calc(var(--vh, 1vh) * 100 - 125px);
	}
	.swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}
	.counter {
		font-size: 0.8125rem;
		color: #FFFFFF;
		display: block;
		position: absolute;
		bottom: 15px;
		left: 10px;		
	}
	.counter_static {
		font-size: 0.8125rem;
		color: #FFFFFF;
		display: block;
		position: absolute;
		bottom: 15px;
		left: 10px;
    }
	.ico-info {
		display: block;
		width: 35px;
		height: 35px;
		background: url(../img/ico-info.png) no-repeat center transparent;
		position: absolute;
		bottom: 10px;
		right: 10px;
		background-size: cover;
	}
	.ico-info-close {
		display: block;
		width: 35px;
		height: 35px;
		background: url(../img/ico-info-open.png) no-repeat center transparent;
		position: absolute;
		bottom: 10px;
		right: 10px;
		background-size: cover;
	}
	.fotogallery-image {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-grow: 1;
		height: calc(var(--vh, 1vh) * 100 - 96px);
	}
	.fotogallery-image > div {
		display: flex;
		height: 100%;
	}
	.fotogallery-image > div img {
		object-fit: contain;
    	max-width: 100%;
	}
	.fotogallery-text .pagingInfo {
		margin-right: 15px;
	}
	.fotogallery-wrapper.info-open .pag-gal-prev,
	.fotogallery-wrapper.info-open .pag-gal-next {
		display: none;
	}
	.slider-fotogallery-wrapper .pag-gal-prev,
	.slider-fotogallery-wrapper .pag-gal-next {
		display: none;
	}
}
@media (max-width: 767px) {
	.fotogallery-image {
		/*height: calc(var(--vh, 1vh) * 100 - 196px);*/ /* se presente banner top */
		height: calc(var(--vh, 1vh) * 100 - 96px);
	}
}
@media (min-width: 992px) {
	.fotogallery-wrapper {
		border-bottom: 1px solid #595959;
		background: #474747;
		position: relative;
		overflow: hidden;
		display: flex;
		height: calc(100vh - 58px);
	}
	.fotogallery-cnt {
		position: relative;
		overflow: hidden;
		flex-grow: 1;
		height: calc(100vh - 58px);
	}	
	.fotogallery-image {
		flex-grow: 1;
	}
	.fotogallery-image > div {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}
	.fotogallery-slide-inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: calc(100vh - 58px);
	}
	.fotogallery-text {
		overflow: auto;
		max-height: 30vh;
		background-color: #333333;
		padding: 30px 35px 40px;		
	}
	.fotogallery-text .title {
		font-size: 1.25rem;
		line-height: 1.75rem;
		font-weight: 700;
	}
	.fotogallery-text p {
		font-size: 1.0625rem;
		line-height: 1.5rem;
		font-weight: 300;
	}
	.fotogallery-sidebar {
		overflow-y: auto;
		flex: 0 0 380px;
		position: relative;
		background: #1b1b1b;
		padding: 25px 40px;
	}
	.fotogallery-sidebar .title-sidebar {
		margin-bottom: 0.9375rem;
	}
	.fotogallery-sidebar .lt-social {
		margin-bottom: 2.1875rem;
	}
	.fotogallery-wrapper-02 {
		display: flex;
		background-color: #333333;
	}
	.fotogallery-thumb {
		flex-grow: 1;
	}
	.fotogallery-rel {
		flex: 0 0 380px;
		padding: 20px 30px;
	}
	.fotogallery-rel .title {
		color: #cacaca;
		font-size: 0.9375rem;
		display: block;
		margin-bottom: 20px;
		text-transform: uppercase;
	}
	.fotogallery-rel ul li {
		display: block;
		margin-bottom: 1.25rem;
	}
	.fotogallery-rel ul li a {
		font-size: 1.0625rem;
		line-height: 1.625rem;
		font-weight: 400;
		color: #FFFFFF;
	}
	.slider-fotogallery-wrapper div img {
		max-height: 100%;
		width: auto;
    	max-width: 100%;
	}	
	.box-group-rel {
		display: -ms-grid;
		display: grid;
		padding: 20px 30px;
	}
	.box-group-rel {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		column-gap: 25px;
	}
	.box-group-rel .title {
		font-size: 1.0625rem;
		line-height: 1.625rem;		
		color: #FFFFFF;
	}
	.box-group-rel .image-box {
		position: relative;
		width: 100%;
	}
	.box-group-rel .image-box:before {
		content: "";
		float: left;
		padding-top: 100%;
	}
	.box-group-rel .image-box .image {
		width: 100%;
		height: 100%;
		position: absolute;
	}
	.fotogallery-text .pagingInfo {
		margin-right: 20px;
	}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}
.hidden-mobile {
	display: none;
}
@media (min-width: 991px) {
	.hidden-desktop {
		display: none!important;
	}
	.hidden-mobile {
		display: block;
	}
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}


@media (max-width: 988px){
	.wp-caption {
	  /* Force the box to be 100% */
	  width: 100% !important;
	}
	#content .wp-caption a img {
	  /* Scale down if too big */
	  max-width: 99.03225806%; /* 614/620 */
	  height: auto;
	}
  }

@media (min-width: 768px) {
	.advmob{display:none !important}
}
@media (max-width: 767px) {
	.advdsk{display:none !important}
}
