@charset "UTF-8";
/* CSS Document */

/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* 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 {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {position:relative; /* Position:relative added by Davide to make the caption overlay*/ display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* 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;}

/*my own flexslider styles*/
.flexslider {
	margin: 0 0 -12px 0;
	position:relative; /*Added by Davide to make the Nav Overlay */
}

.flexslider>img { /* Mask added by Davide */
	
	text-align: right;
	position:absolute;
	top:0; left:0;
	z-index:10000;
}

.flex-control-nav {
	width: 100%;
	text-align: center;
	position:absolute;
	top:85%;
	right:1%;
	z-index:50;
}



.flex-control-nav li {
	display: inline;
	margin: 0 5px;
}

.flex-control-nav li a {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #e5007d;
	border: 1px solid #e5007d;
	
	cursor: pointer;
	
	font: 0/0 a;
	text-shadow: none;
	color: transparent;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.flex-control-nav li a.active,
.flex-control-nav li a:hover {
	background: #fff;
}

h3.intro_home_txt {
	display:block;
	margin:0;
	width:300px;
	position:absolute;
	top:20px;
	left:20px;
	z-index:1000;
	font-size:36px;
	color:#fff;
	text-shadow: 2px 2px 2px #666;
}

/* CUSTOM STYLES by Davide */

div.flexslider ul.slides li div {
	height:400px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% 0%;
}


@media only screen and (max-width: 959px) {
		
	div.flexslider {
	height:400px;
	}
	
	div.flexslider ul.slides li div {
	height:400px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% 0%;
}
		
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	
	div.flexslider {
	max-height:300px;
	}
	
	div.flexslider ul.slides li div {
	height:300px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% 0%;
}
}

@media only screen and (max-width: 479px) {
	div.flexslider {
	height:200px;
	}
	
	div.flexslider ul.slides li div {
	height:200px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% 0%;
	}
	
	.flex-control-nav {
	top:80%;
	}
}