<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
 
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* FlexSlider Necessary Styles */ 
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides {
	zoom: 1;
	height: 260px;
}
.flexslider .slides &gt; li {
	display: visible;
	list-style-type: none;
	content: none !important;
	position: absolute !important;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides &gt; li:before {
	content: none !important;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
#box-offerte {
	width: 100% !important;
	margin-top: 20px;
	text-align: left
}
#box-offerte .flexslider {
	margin: 10px 0 !important;
	padding: 0 !important;
	width: 100%
}
#box-offerte div.original-price, #box-offerte div.reducted-price {
	display: none !important
}
#box-offerte .flex-caption {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,30,80,0.8);
}
.interna #box-offerte .flex-caption {
	bottom: 0px;
}
#box-offerte .flex-caption p {
	font-size: 12px !important;
	color: #ffffff;
	padding-left: 5px;
}

/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
.no-js .slides &gt; li:first-child {
	display: block;
}

/* FlexSlider Default Theme */
.flexslider {
	position: relative;
	zoom: 1;
}
.flex-viewport {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
ul.slides, ul.flex-direction-nav {
	margin: 0 !important;
}
.carousel li {
	margin-right: 5px
}

/* Direction Nav */
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	width: 30px;
	height: 30px;
	margin: -20px 0 0;
	display: block;
	background: url(http://www.cortegrimani.com/wp-content/themes/cromo/images/bg_direction_nav.png) no-repeat 0 0;
	position: absolute;
	top: 40%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: -36px;
}
.flex-direction-nav .flex-prev {
	left: -36px;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	right: 5px;
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	left: 5px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: .3!important;
	filter: alpha(opacity=30);
	cursor: default;
}
.flex-direction-nav li {
	list-style: none !important;
}
.flex-direction-nav li:before {
	line-height: 0;
	content: none !important
}

/* Control Nav */
#box-offerte .flex-control-nav, #box-offerte .flex-control-nav {
	width: 400px;
	height: 15px;
	position: absolute;
	z-index: 500 !important;
	top: 5px;
	text-align: left;
	left: 0;
}
#box-offerte .flex-control-nav li {
	display: inline-block;
	zoom: 1;
*display: inline;
}
#box-offerte .flex-control-paging li a {
	width: 15px;
	height: 15px;
	display: block;
	background: rgba(255,255,255,0.8);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
#box-offerte .flex-control-paging li a:hover {
	background: #ffffff;
	background: rgba(255,255,255,0.9);
}
#box-offerte .flex-control-paging li a.flex-active {
	background: #214C74;
	background: rgba(0,0,0,0.4);
	cursor: default;
}
.flex-caption a {
	color: #F0F0F0;
	text-decoration: none;
	font-weight: bold;
}
.flex-caption a:hover {
	color: #fff;
}
.flex-caption .price-all {
	margin-left: 0;
	margin-bottom: 0px;
}

@media only screen and (max-width: 800px) {
#box-offerte, .flexslider, .flexslider .slides img, #box-offerte .flex-caption, ul.slides, ul.flex-direction-nav {
	width: 100% !important;
}
}

@media only screen and (max-width: 414px) {
#box-offerte, .flexslider, .flexslider .slides img, #box-offerte .flex-caption, ul.slides, ul.flex-direction-nav {
	width: 335px;
}
}

@media only screen and (max-width: 375px) {
#box-offerte, .flexslider, .flexslider .slides img, #box-offerte .flex-caption, ul.slides, ul.flex-direction-nav {
	width: 305px;
}
}

@media only screen and (max-width: 360px) {
#box-offerte, .flexslider, .flexslider .slides img, #box-offerte .flex-caption, ul.slides, ul.flex-direction-nav {
	width: 290px;
}
#box-offerte .flex-caption {
	background: none repeat scroll 0 0 rgba(27, 100, 68, 0.8);
	color: #FFFFFF;
	font-size: 12px !important;
	left: 0;
	line-height: 12px;
	padding: 0;
	position: absolute;
	bottom: 20px;
	text-align: left;
	text-shadow: none;
	width: 290px;
	height: 35px;
	margin-bottom: 0 !important;
}
}

@media only screen and (max-width: 320px) {
#box-offerte, .flexslider, .flexslider .slides img, #box-offerte .flex-caption, ul.slides, ul.flex-direction-nav {
	width: 260px;
}
#box-offerte .flex-caption {
	background: none repeat scroll 0 0 rgba(27, 100, 68, 0.8);
	bottom: 0;
	color: #FFFFFF;
	font-size: 12px !important;
	left: 0;
	line-height: 12px;
	padding: 0;
	position: absolute;
	text-align: left;
	text-shadow: none;
	width: 100%;
	height: 35px;
	margin-bottom: 0 !important;
}
}
</pre></body></html>