/*
 * 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 > li {
	display: visible;
	-webkit-backface-visibility: hidden;
	list-style-type: none;
	content: none !important;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li:before {
	content: none !important;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
#box-offerte {
	width: 100% !important;
 height: margin-top:0px !important;
}
#box-offerte .flexslider {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}
#box-offerte div.original-price, #box-offerte div.reducted-price {
	display: none !important
}
#box-offerte p.listacompleta {
	margin: 0 !important;
	padding: 10px 0 10px 10px !important
}
#box-offerte h3 {
	font-family: 'Open Sans';
	margin: 0 !important;
	padding: 2px 0 15px 0 !important;
	font-size: 30px !important;
	line-height: 40px !important;
	font-weight: 400
}
#box-offerte .flex-caption {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
	bottom: 0;
	left: 0;
	padding: 0 0 0 20px;
	position: absolute;
	text-align: left;
	text-shadow: none;
	width: 100%;
	height: 65px;
	margin-bottom: 0 !important;
}
#box-offerte div.offer_title a:link, #box-offerte div.events_title a:link {
	font-size: 20px !important;
	font-style: normal !important;
	font-weight: 100 !important;
	font-family: 'Alegreya Sans', sans-serif;
	color: #ffffff !important;
	text-align: left;
}
#box-offerte div.offer_title a:hover, #box-offerte div.events_title a:hover {
	text-decoration: underline;
	color: #fff !important
}
/* 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 */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0 0 60px;
	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(../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 {
	width: 400px;
	position: absolute;
	z-index: 500 !important;
	top: 17px;
	text-align: left;
	left: 5%
}
#box-offerte .flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
#box-offerte .flex-control-paging li a {
	width: 15px;
	height: 15px;
	display: block;
	border: 1px solid #ffffff;
	background: #ffffff;
	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;
}
#box-offerte p.link {
	font-size: 20px
}
.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 {
	/*width:450px !important;*/ margin: 0 auto;
}
.flexslider .slides img, #box-offerte .flex-caption, ul.slides, ul.flex-direction-nav {
/*width: 648px;*/
}
}

@media only screen and (max-width: 480px) {
.section2 {
	background: #ffffff;
}
#box-offerte {
	/*width:350px !important;*/
	margin: 0 auto;
}
.flexslider .slides img, #box-offerte .flex-caption, ul.slides, ul.flex-direction-nav {
/*width: 350px !important;*/
}
#box-offerte .flex-control-nav {
	/*width:400px !important;*/
	left: 8% !important;
}
}

@media only screen and (max-width: 414px) {
.section2 {
	background: #ffffff;
}
#box-offerte {
	width: 335px;
}
.flexslider .slides img, #box-offerte .flex-caption, ul.slides, ul.flex-direction-nav {
/*width: 335px;*/
}
.flexslider .slides img {
	height: 100%
}
#box-offerte div.offer_title a:link, #box-offerte div.events_title a:link {
	font-size: 17px !important;
	line-height: 20px !important;
	padding-left: 5px;
}
#box-offerte .flex-caption {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
	bottom: 0;
	font-size: 12px !important;
	left: 0;
	line-height: 12px;
	padding: 0;
	position: absolute;
	text-align: left;
	text-shadow: none;
	width: 100%;
	height: 15%;
	margin-bottom: 0 !important;
}
}

@media only screen and (max-width: 375px) {
.section2 {
	background: #ffffff;
}
#box-offerte {
	width: 305px;
	margin: 0 auto;
}
.flexslider .slides img, #box-offerte .flex-caption, ul.slides, ul.flex-direction-nav {
/*width: 305px;*/
}
}

@media only screen and (max-width: 360px) {
.section2 {
	background: #ffffff;
}
#box-offerte {
/*width:290px;*/
}
.flexslider .slides img, #box-offerte .flex-caption, ul.slides, ul.flex-direction-nav {
/*width: 290px;*/
}
#box-offerte div.offer_title a:link, #box-offerte div.events_title a:link {
	font-size: 17px !important;
	line-height: 24px !important;
	font-style: normal !important;
	font-weight: 100 !important;
	padding-left: 5px;
	font-family: 'Alegreya Sans', sans-serif;
	color: #ffffff !important;
}
#box-offerte .flex-caption {
	background: none repeat scroll 0 0 rgba(40, 52, 27, 0.75);
	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: 45px;
	margin-bottom: 0 !important;
}
}

@media only screen and (max-width: 320px) {
.section2 {
	background: #ffffff;
}
.flexslider .slides img, #box-offerte .flex-caption, ul.slides, ul.flex-direction-nav {
	height: 100%
}
#box-offerte div.offer_title a:link, #box-offerte div.events_title a:link {
	font-size: 14px !important;
	line-height: 22px !important;
	font-style: normal !important;
	font-weight: 100 !important;
	padding-left: 5px;
	font-family: 'Alegreya Sans', sans-serif;
	color: #ffffff !important;
}
#box-offerte .flex-caption {
	background: none repeat scroll 0 0 rgba(40, 52, 27, 0.75);
	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;
}
}
