/*
Take the Plunge Wedding Template

Table of Contents:
	Reset
	Common
	Typography
	Layout
	Supersized Slideshow
	Youtube Player
	Parallax
	Portfolio
	About Us
	Services
	Features
	Accordion
	Tooltips
	Contacts
	Form Elements
	Flickr
	Alert Boxes
	Footer
	Our Clients
	Misc
	Media Queries
*/




/* #Reset & Basics (Inspired by E. Meyers)
--------------------------------------------------------*/
	
html, body {
    height: 100%;
}

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, 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;
	font-size: 16px;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}





/* Common
--------------------------------------------------------*/


::-moz-selection {background: #88141b;color: white; }
::selection {background: #88141b;color: white; }

body {
	font: 16px 'PT Sans', sans-serif;
	font-weight: 300;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-align: left;
	background: #e1e1de;
	width: 100%;
	height: 100%;
	text-align:justify;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hidden {
	display: none;
}

.parallaxText {
	display: table-cell;
	vertical-align: middle;
}

img.scale-with-grid {
	max-width: 100%;
	height: auto; }


/* Typography
--------------------------------------------------------*/

h1, h2, h3, h4 {
	/*font-weight: 300;*/
	font-family: 'Francois One',sans-serif;
	color: #88141b;
	margin: 0 0 6px;
}

h1 {
	font-size: 50px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: -2px;
	text-align: left;
	line-height: 0.8;
	margin-bottom: 35px;
	padding-top: 15px;
}




h1 span{
	color: #88141b;
	font-size: 80px;
	margin-left:10px;
}

@media (max-width: 1200px) {
  	h1 {
    	font-size: 50px;
  	}
 	h1 span{
		color: #88141b;
		font-size: 70px;
	}
}


h2 {
	font-size: 44px;
	text-transform: uppercase;
	position: relative;
}
h2.white {color: #fff;}

h3 {font-size: 22px; line-height: 1;}
h3.sectionTitle {
    border-bottom: 1px solid #333;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 26px 0 6px;
}
.small {font-size: 36px; font-weight:300; text-transform: uppercase;}
.smallBold {font-size: 36px; font-weight:700; text-transform: uppercase;}
.medium {font-size: 44px; text-transform: uppercase;}
.mediumBold {font-size: 44px; font-weight:700; text-transform: uppercase;}
.large {font-size: 56px; text-transform: uppercase;}
.largeBold {font-size: 56px; font-weight:700; text-transform: uppercase;}
.author {font-size: 18px; font-weight:300;}

h4 {font-size: 22px;}

p {margin-bottom: 10px;}
p a {color: #88141b; text-decoration: none;}
p a:hover {color: #000; transition: color 0.5s;}
a {color:#88141b; text-decoration:none;}
a:hover{color:#000;}

.introtext {font-size: 20px;}
.marginTop {
	margin-top: 30px;
}
.highlight {
    background: #88141b;
    color: #FFFFFF;
    padding: 0 6px;
}
.dropcap {
    background: #88141b;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-size: 30px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    margin: 7px 7px 0 0;
    text-align: center;
    width: 44px;
}
blockquote {
    color: #999999;
    display: block;
    font-size: 20px;
    font-style: italic;
    letter-spacing: 0;
    padding: 20px 50px 20px 40px;
    position: relative;
}
blockquote:before, blockquote:after {
    color: #88141b;
    content: "“";
    font-size: 80px;
    font-style: italic;
    left: -25px;
    line-height: 1em;
    position: absolute;
    top: 0;
}
blockquote:after {
    content: "”";
    float: right;
    margin-right: -30px;
    margin-top: 0;
    position: relative;
}

/* Layout 
--------------------------------------------------------*/

	
.homepage{
	position:relative;
	overflow:hidden;
	z-index:1;
	
}

#home-testata h1{
	font-size:50px !important;
	
}

.section h1{
	font-size:80px !important;	
}

@media only screen and (max-width: 1000px) {
	.section h1{
	font-size:50px !important;	
}
	.section h1 span{
	font-size:50px !important;	
}

}
@media only screen and (max-width: 700px) {
	.section h1{
	font-size:50px !important;

}

}


.page{
	position:relative;
	overflow:hidden;
	z-index:2;
}
.page.desktop{
	position:relative !important; 
	z-index:6;
}
.page {
	/*padding-top: 100px;*/
}
.page{
	background:#e1e1de; 
	background-attachment:scroll;
}	

#undefined-sticky-wrapper{
	position:fixed;
	top:0;
	width:100%;
	z-index:10000;
	
}
.admin-menu #undefined-sticky-wrapper{
	top:20px;
	
}

#admin-menu{
	z-index:20000 !important;	
}

nav {
	background: #000;
	/*background: rgba(246,161,0,0.8);*/
	background: rgba(126,20,27,0.9);
	line-height:10px;
	width: 100%;
	position: relative;
	z-index: 1000;
	height: 40px;
	text-align: center;
	margin-bottom: 10px;

}
nav ul {
	height: 40px;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 15px;
}
nav ul li {
	position: relative;
	float: left;
	margin: 0;
}
nav ul li a {
	font-family: 'PT Sans',sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px;
}



.responsive-menus.responsified span.toggler {
    background: none;
    border-radius: 5px;
    box-shadow: none;
	font-size:20px;
	margin-top:5px;

}


@media only screen and (max-width: 1200px) {
	nav ul li a {
    padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;

}
}

@media only screen and (max-width: 1000px) {
	nav ul li a {
    padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;

}
}

nav ul li a:hover {
	color: #111111;
	transition: color 0.5s;
}
.dropmenu {
	display: none;
}
#homepage .container {
    height: 100%;
}
.logo {
	float: left;
	margin-top: 50px;
}

/* supersized slideshow
--------------------------------------------------------*/
.slider-text {
    width: 100%;
}
.slider-text {
    bottom: 0px;
    min-height: 220px;
    overflow: hidden;
    position: absolute;
}
#prevslide, #nextslide{ 
	position:absolute; 
	height:40px; 
	width:40px; 
	top:64px; 
	margin-top:-21px; 
	opacity:0.8;
	font-size: 32px;
	color: #fff; 
	background: #000;
	display: block;
	text-align: center; 
}
#prevslide{ 
	right:60px; 
}
#nextslide{ 
	right:10px; 
}
#prevslide:active, #nextslide:active{ 
	margin-top:-19px; 
}
#prevslide:hover, #nextslide:hover{ 
	cursor:pointer; 
}

#slidecaption h2, #slidecaption p{
	font-family: 'Shadows Into Light', cursive;
	text-transform: capitalize;
	font-size: 72px;
	font-weight: 400;
	color: #fff;
	text-shadow:2px 2px 2px #1F1F1F;
}
#slidecaption h2 span{
	font-family: 'Shadows Into Light', cursive;
	text-transform: capitalize;
	font-size: 72px;
	font-weight: 400;
	text-shadow:2px 2px 2px #1F1F1F;
}

#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../images/progress.gif) no-repeat center center;}

#supersized {  display:block; position:absolute; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/

#supersized li { display:block; list-style:none; z-index:-30; position:absolute; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#111 url(../images/progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }


	
/*parallax
--------------------------------------------------------*/

.parallax{
	width:100%;
	height:480px; 
	padding:0;
	margin:0;
	background-attachment:fixed;
	background-repeat:no-repeat; 
	border-top:10px solid rgba(0,0,0,0.2);
	border-bottom:10px solid rgba(0,0,0,0.2);
	color:#000;  
	position:relative;
}
.parallax .quoteWrap{
	display:table;
	width:100%;
	height:100%; 
	padding:0 !important;
	margin:0 !important;
}
.parallax.fixed{
	background-attachment:fixed;
}
.parallax.fixed-desktop{
	background-attachment:fixed !important;
}
.parallax .quoteWrap .quote{
	display: table-cell; 
	vertical-align:middle;
}
.parallax {
	text-align:center;
}
.parallax h3 span{
	text-shadow: 0px 0px 5px #222;
}	
	
		
	
/*portfolio
--------------------------------------------------------*/	
	
#folio {
	background:url(../images/gallery-quote.png) center 80px no-repeat #111;
	padding-top:100px;
	clear: left;
}
.portfolio_container {
	position:relative;
	display:block;
	overflow:hidden;
	width:100%;
}
.portfolio_container .portfolio {
	position:relative;
	display:block;
	float:left;
	overflow:hidden;
	width:25%;
	height:auto;
}
.portfolio_container .portfolio .media_box figure a img {
	display:block;
	margin-left: auto;
	margin-right: auto;
}
.portfolio_container .portfolio .media_box .hover_effect {
	top:0;
	left:0;
}
.gallerySelector {
	background: #222;
	height: 44px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 5px;
}
.gallerySelectorList {
	margin:0;
	width: 100%;
}
.gallerySelectorList li {
	float: left;
	margin:0;
	list-style:none;
	width: 10%;
	text-align: center;
	padding: 0;
}
.gallerySelectorList li:hover {
	background: #83103e;
}
.gallerySelectorList li a {
	display:block;
	padding:11px 0;
	color: #fff;
	text-decoration: none;
	margin: 0;
	transition:background-color 0.3s ease, color 0.2s ease;
}
.gallerySelectorList li.current  {
	background: #88141b;
}
.portfolio_container .portfolio {
    width: 20%;
}
.fullwidth {
    display: block;
    max-width: 100%;
    min-width: 100%;
}
#gallery h3  {
	margin-bottom: 20px;
}
.project-title {
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 7px;
}
.project-description {
	color: #868991;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 20px 0;
}
.thumbLink {
	display: inline-block;
	width: 100%;
	
	margin-right:5px !important;
}
.thumbImage {
	float: left;
	position: relative;
	overflow: hidden;
	display: block;
	margin-bottom: 0px;
	box-sizing: border-box;
	text-align: center;
	width: 100%;
	height: 100%;
}
.thumbImage img{
    transition: all 0.7s ease-in-out;
}
.thumbImage .thumbText h3 {
	margin-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #fff;
    transition: all 1s ease-in-out;
}
.thumbImage .thumbText p {
	margin-bottom: 10px;
	color: #fff;
    transition: all 1s ease-in-out;
}
.thumbImage .thumbTextWrap {
	position: absolute;
	top: 0;
    height: 100%;
	max-width: 100%;
	min-width: 100%;
	opacity: 0;
	background: #88141b;
	text-align: center;
    transition: all 1s ease-in-out;
	-webkit-user-select: none;
}
.ie8 .thumbImage .thumbTextWrap {
	display:none;
}
.thumbImage .thumbTextWrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.5em; /* Adjusts for spacing */
}
.thumbText {
    text-align: center;
	transform: scale(0);
    transition: all 0.7s ease-in-out;
	display: inline-block;
  	vertical-align: middle;
  	width: 90%;
}
.thumbImage:hover img {
	opacity: 0;
    transform: scale(10);
}
.touch-device .thumbImage:hover img {
    transform: none;
}
.thumbImage:hover .thumbTextWrap {
	opacity: 1;
}
.thumbImage:hover .thumbText {
	transform: scale(1);
	-webkit-transform: scale(1);
}
.touch-device .thumbImage:hover .thumbTextWrap {
	display: block;
}
.touch-device .thumbText,
.touch-device .thumbImage img,
.touch-device .thumbImage .thumbText h3,
.touch-device .thumbImage .thumbText p,
.touch-device .thumbImage .thumbTextWrap {
    transition: none;
}
.ie8 .thumbImage:hover .thumbTextWrap {
	display: block;
}
.thumbLink {
	background:#fff;
	color: #7A133C;
	font-size: 20px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	opacity: 0.5;
	margin: 0 auto;
}
.thumbLink:hover {
	opacity: 1;
}
.portfolioBottom {
	background: #222;
	height: 44px;
	width: 100%;
	clear: left;
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
	transition-duration: 0.8s;
}
.isotope {
	transition-property: height, width;
}
.isotope .isotope-item {
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	transition: none;
}


/* About Us
--------------------------------------------------------*/
	
#about {
	padding-top: 0px;
}
.aboutContainer {
	padding-bottom: 100px;
}
.teamImage {
	margin-top: 40px;
	margin-bottom: 20px;
    cursor: default;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.teamImage img {
    transform: scale(1);
    transition: all 0.7s ease-in-out 0s;
}
.teamImage .teamName {
    background-color: #88141b;
    opacity: 0;
    transition: all 0.5s linear 0s;
	height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
	text-align: center;
	-webkit-user-select: none;
}
.touch-device .teamImage .teamName {
	display: none;
	transition: none;
}
.ie8 .teamImage .teamName {
    display: none;
}
.teamImage h2 {
    margin-top: 55px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear 0s;
}
.teamImage h3 {
    opacity: 0;
    transform: scale(0);
    transition: all 0.7s linear 0s;
}
.teamImage:hover img {
    opacity: 0;
    transform: scale(10);
}
.teamImage:hover .teamName {
    opacity: 1;
}
.touch-device .teamImage:hover .teamName {
	display: block;
}
.touch-device .teamImage:hover img {
    opacity: 0;
    transform: none;
}
.ie8 .teamImage:hover .teamName {
    display: block;
}
.teamImage:hover h2, .teamImage:hover h3 {
    opacity: 1;
    transform: scale(1);
}
.teamImage:hover .socialLinksTeam {
    opacity: 1;
    transform: scale(1);
}
.socialLinksTeam  {
	text-align: center;
	width: 100%;
	opacity: 0;
    transform: scale(0);
	transition: all 0.8s linear 0s;
}
.socialLinksTeam li {
    display: inline-block;
    height: 30px;
    margin: 35px 1px 0;
    transition: all 0.3s ease-in-out 0s;
    width: 30px;
}
.socialLinksTeam li a {
	color: #FFFFFF;
    display: block;
    font-size: 16px;
    height: 16px;
    margin: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 16px;
	opacity: 0.5;
}
.socialLinksTeam li:hover a {
    opacity: 1;
}

.teamSkill {
	margin-bottom: 40px;
	-webkit-user-select: none;
}
p.skill {
    clear: left;
    font-size: 11px;
    letter-spacing: 0.04em;
    margin: 0;
    text-transform: uppercase;
}
.bar {
    background-color: #88141b;
    border-radius: 11px;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    height: 22px;
    line-height: 22px;
    margin: 0 0 2px;
    transition: all 0.6s ease-in-out 0s;
	width: 22px;
}

.teamSkill:hover .percent100 {width: 100%;}
.teamSkill:hover .percent95 {width: 95%;}
.teamSkill:hover .percent90 {width: 90%;}
.teamSkill:hover .percent85 {width: 85%;}
.teamSkill:hover .percent80 {width: 80%;}
.teamSkill:hover .percent75 {width: 75%;}
.teamSkill:hover .percent70 {width: 70%;}
.teamSkill:hover .percent65 {width: 65%;}
.teamSkill:hover .percent60 {width: 60%;}
.teamSkill:hover .percent55 {width: 55%;}
.teamSkill:hover .percent50 {width: 50%;}
.teamSkill:hover .percent45 {width: 45%;}
.teamSkill:hover .percent40 {width: 40%;}
.teamSkill:hover .percent35 {width: 35%;}
.teamSkill:hover .percent30 {width: 30%;}
.teamSkill:hover .percent25 {width: 25%;}
.teamSkill:hover .percent20 {width: 20%;}

p.percent {
    float: right;
    margin-right: 6px;
    text-align: right;
	opacity: 0;
	transition: all 0.6s ease-in-out 0s;
}
.ie8 p.percent {
    display:none;
}
.teamSkill:hover p.percent {
    opacity: 1;
}
.ie8 .teamSkill:hover p.percent {
    display:block;
}
.statsWrap {
	width: 130px;
	margin: 10px;
	float: left;
}
.stats {
    display: inline-block;
    position: relative;
    width: 100%;
	transition: all 0.3s ease-in-out 0s;
	-webkit-user-select: none;
}
.statDummy {
    margin-top: 100%;
}
.statInfo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #88141b;
    border-radius: 50%;
	text-align: center;
}
.statNumber {
	font-size: 60px;
	transition: all 0.5s ease-in-out 0s;
	padding-top: 24px;
	margin-bottom: 0;
}
.statNumberMedium {
	font-size: 50px;
	transition: all 0.5s ease-in-out 0s;
	padding-top: 30px;
	margin-bottom: 0;
}
.statNumberSmall {
	font-size: 36px;
	transition: all 0.5s ease-in-out 0s;
	padding-top: 38px;
	margin-bottom: 0;
}
.statText {
	transition: all 0.5s ease-in-out 0s;
	opacity: 0;
	transform: scale(0);
	padding: 0;
	margin-top: -25px;
}
.stats:hover {
    transform: scale(2);
	z-index: 10;
}
.stats:hover .statNumber {
    transform: scale(.6);
}
.stats:hover .statText {
    transform: scale(.6);
	opacity: 1;
}
	
	
	
/* Services
--------------------------------------------------------*/
	
#services {
	padding-top: 0px;
}
.servicesContainer {
	padding-bottom: 100px;
}
.serviceItem {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: default;
    height: 236px;
    position: relative;
    width: 236px;
	margin: 20px auto;
}
.serviceInfoWrap, .serviceInfo {
    height: 196px;
    position: absolute;
    width: 196px;
}
.serviceInfoWrap {
    background: #F9F9F9;
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.4), 0 0 3px rgba(115, 114, 23, 0.8) inset;
    left: 20px;
    top: 20px;
}
.serviceInfo > div {
    background-position: center center;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
	text-align: center;
}
.serviceInfo .serviceInfoFront {
    transition: all 0.6s ease-in-out 0s;
}
.serviceInfo .serviceInfoBack {
    background:#88141b;
    opacity: 0;
    pointer-events: none;
    transform: scale(1.5);
    transition: all 0.4s ease-in-out 0.2s;
	-webkit-user-select: none;
}
.ie8 .serviceInfo .serviceInfoBack {
    display: none;
}
.copywriting, .copywriting .serviceInfoFront {background-image: url(../images/services/copywriting.jpg);}
.creativity, .creativity .serviceInfoFront {background-image: url(../images/services/creativity.jpg);}
.production, .production .serviceInfoFront {background-image: url(../images/services/production.jpg);}
.development, .development .serviceInfoFront {background-image: url(../images/services/development.jpg);}
.photography, .photography .serviceInfoFront {background-image: url(../images/services/photography.jpg);}
.strategy, .strategy .serviceInfoFront {background-image: url(../images/services/strategy.jpg);}

.serviceInfo h3 {
    color: #FFFFFF;
    font-size: 18px;
    margin: 0 15px;
    padding: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
}
.serviceInfo p {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
    margin: 0 20px;
    padding: 5px 10px 0;
}
.serviceIcon {
	width: 35px;
	height: 35px;
	margin: 20px auto 10px auto;
}
.serviceIcon i{
	color: #fff;
	font-size: 32px;
}
.serviceItem:hover .serviceInfoFront {
    opacity: 0;
    transform: scale(0);
}
.serviceItem:hover .serviceInfoBack {
    opacity: 1;
    transform: scale(1);
}
.ie8 .serviceItem:hover .serviceInfoBack {
    display: block;
}



/* Features
--------------------------------------------------------*/

#features {
	padding-top: 0px;
}	
.featuresContainer {

}




/* Accordion
--------------------------------------------------------*/

.accTrigger {
	cursor: pointer;
	display: block;
	margin: 10px 0;
	background: #222;
	border-radius: 6px;
	border-left: 3px solid #88141b;
}
.accTrigger a {
	display: block;
	color: #fff;
	outline: none;
	padding: 10px;
	text-decoration: none;
	font-size: 24px;
}
.accTrigger.active a {
	cursor: default;
	color: #9c2252; 
}
.accTrigger.active a:hover {
	
}
.accTrigger a:hover {
	color: #9c2252; 
}
.accContainer .content{ 
	padding: 2px 15px 5px 15px; 
	line-height: 19px; 
}
.accContent p {
	margin-bottom: 10px;
}
.accContent {
	padding: 5px 13px 20px 13px;
}





/* Tooltip
--------------------------------------------------------*/

.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  padding: 5px;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -2px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #555;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #555;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #555;
  border-left: 5px solid transparent;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #555;
  border-bottom: 5px solid transparent;
}

.tooltip-inner {
	max-width: 200px;
	padding: 4px 10px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #555;
	border-radius: 6px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}



	
/*contact 
--------------------------------------------------------*/

.contactContainer {
	padding-bottom: 100px;
}
.contactDetails li span {
    padding-right: 5px;
	color: #555;
	font-size: 12px;
}
.icon-spacer {
	padding-left: 12px;
}
.socialLinks {
    text-align: center;
}
.socialLinks li {
    background-color: #88141b;
    border-radius: 50% 50% 50% 50%;
    float: left;
    height: 60px;
    margin: 10px 5px;
    transition: all 0.6s ease-in-out 0s;
    width: 60px;
}
.socialLinks li a {
    display: block;
}
.socialLinks li a i {
    color: #FFFFFF;
    display: block;
    font-size: 32px;
    height: 30px;
    margin: 15px 0 0 15px;
    width: 30px;
}
.socialLinks li:hover {
    background-color: #8A97A6;
}
	
	
	
/*form elements
--------------------------------------------------------*/

textarea {
	height:156px;
	padding:20px;
	margin-bottom:20px; 
	overflow:auto;
}
	
.formSecWrap {
	float: left;
	margin-right: 20px;
}
.formSecWrap2 {
	margin-right: 0px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
    background: #333333;
    border: none;
    border-radius: 3px;
    color: #fff;
    display: block;
    margin: 0 0 10px 0;
    outline: medium none;
    padding: 4px 4px;
    width: 370px;
	font-family:'PT Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
    box-shadow: 0 0 7px #fff;
}

.formWrap label{
	margin: 0 0 2px 0;
}
.formWrap input[type="submit"]{
	margin: 10px 0 20px 0;
	float: right;
}

a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: #88141b; 
	border: none;
	padding: 4px 12px;
	border-radius: 0;
	font-family: 'PT Sans', sans-serif;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
	margin: 0 5px 10px 0;
	line-height: 21px;
	-webkit-appearance: none;
}
a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	background: #222222;  
}
	
	
/* Flickr 
--------------------------------------------------------*/
.flickrListing {
	margin-right: -12px; 
	margin-top: 15px;
	margin-bottom: 25px;
}
.flickrListing img {
	display: block; 
	width: 100%;
}

.flickrListing a {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	border: 1px solid #333;
	padding: 3px;
	transition: all 0.2s ease-in-out;
}
.flickrListing a:hover {
	border: 1px solid #fff;
}



/* Alert Boxes
--------------------------------------------------------*/

.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: left;
	color: #c09853;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	border-radius: 3px;
}
.alert h4 {
	margin: 0;
}
.alert p {
	margin: 0;
}
.alert .close {
	position: relative;
	top: -2px;
	right: -35px;
	line-height: 20px;
}
.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-danger,
.alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}
.alert-info {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
button.close {
    background: none;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.close {
    color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}

/*footer
--------------------------------------------------------*/	

#footer{
	position:relative; 
	overflow:hidden; 
	padding:30px 0 50px 0; 
	z-index:1;
	background:#111;
}
#footer p.copyright{
	margin-bottom:0;
	margin-top: 20px;
	text-align: center;
	color: #888888;
}


/* Our Clients
--------------------------------------------------------*/

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: medium none;
}
.slides, .flex-control-nav, .flex-direction-nav {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.slides li {
    margin: 0;
}
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    backface-visibility: hidden;
    display: none;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.slides:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}
.no-js .slides > li:first-child {
    display: block;
}
.flexslider {
    position: relative;
    z-index: 1;
}
.flexslider .slides > li {
    position: relative;
}
.flex-container {
    position: relative;
}
.flexslider .slides img {
    display: block;
    margin: auto;
    max-width: 100%;
}
.flex-direction-nav a {
    cursor: pointer;
    display: block;
    height: 60px;
    margin: -30px 0 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 30px;
	background: #555;
	font-family: 'surreal';
	font-size: 32px;
	color: #fff;
	line-height: 60px;
}
.flex-direction-nav a:hover {
    color: #999;
}
.flex-direction-nav a.flex-next:before {
	content: "\e016";
}
.flex-direction-nav a.flex-prev:before {
   content: "\e013";
}
.flex-direction-nav a.flex-next {
    right: 0;
	border-radius:30px 0 0 30px;
}
.flex-direction-nav a.flex-prev {
    left: 0;
	border-radius:0 30px 30px 0;
}
.flexslider:hover .flex-next {
    opacity: 1;
    right: 0;
}
.flexslider:hover .flex-prev {
    left: 0;
    opacity: 1;
}
.flex-direction-nav .disabled {
    cursor: default;
    opacity: 0.3 !important;
}
.flex-direction-nav .flex-next {
    right: -30px;
}
.flex-direction-nav .flex-prev {
    left: -30px;
}
#carouselSlider, #carouselSlider .slides, #carouselSlider .slides li {
    height: 120px;
}
#carouselSlider li {
    border-right: 1px solid #333;
}
.flex-control-nav {
    margin-top: 20px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99;
}
.flex-control-nav li {
    display: inline-block;
    margin: 0 0 0 3px;
}
.flex-control-nav li:first-child {
    margin: 0;
}
.flex-control-nav li a {
    cursor: pointer;
    display: block;
    height: 14px;
    text-indent: -9000px;
    width: 14px;
}
.flex-control-nav li a:hover {
    background-position: 0 0;
}
.flex-control-nav li a.active {
    background-position: 0 -14px;
    cursor: default;
}

	
/* Blog
--------------------------------------------------------*/

.blogTitle {
	margin-top:100px;
}
.blogTitlePost h2{
	font-size: 125px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: -2px;
	text-align: left;
	line-height: 0.8;
	margin-bottom: 35px;
	padding-top: 0px;
}
.blogTitlePost h2 span{
	color: #88141b;
	font-size: 75px;
}
.post {
	margin-bottom: 50px;
	border-top: 1px solid #333333;
	padding-top: 20px;
}
.post-title h3{
	font-size: 30px;
}
.post-title .post-meta{
	height:90px;
	margin-left:10px;
}

.dateWrap {
	background: #88141b;
	padding: 10px;
	position: absolute;
	margin-top: 10px;
	z-index: 2000;
	color:#FFF;
}

.dateWrap2 {
	background: #C93;
	padding: 10px;
	position: absolute;
	margin-top: 10px;
	z-index: 2000;
	left:120px;
	color:#FFF;
}

.icona_freccia_dx{
	position: absolute;
	margin-top: 10px;
	z-index: 2000;
	left:90px;
	color:#88141B;	
	font-size:60px;
	line-height:80px;
}


.date-day {
	font-size: 34px;
	line-height:36px;
}
.post-media {
	margin: 10px 0 20px 0;
}
.post-media img{
	border-bottom: 10px solid #88141b;
}
.post-body div a {
	/*background: #333;
	color: #fff;*/
	padding: 2px 10px;
	text-decoration:underline;
}
.post-body div a:hover {
	background: #88141b;
	color: #fff;
}
.tags {
	margin: 30px 0;
	overflow: auto;
}
.tags a {
	color: #FFFFFF;
    float: left;
    font-weight: 300;
    height: 26px;
    line-height: 26px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 3px 8px;
    text-transform: uppercase;
    transition: background-color 0.3s ease 0s;
	background: #333333;
	border-left: 1px solid #88141b;
}
.tags a:hover {
    background-color: #88141b;
}

/* Comments */
#comments {
	border-top: 1px solid #333333;
	margin-top: 40px;
	padding-top: 20px;
	clear: both;
}
#comments [class*="span"] {
    -moz-box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.5641%;
    min-height: 30px;
    width: 100%;
}
#comments .span11 {
    width: 91.453%;
}
.comment-body > .span11 > p:last-child {
    margin-bottom: 0;
}
.comment-body > .span11 > p a {
    color: #AAAAAA;
}
.comment-body > .span11 > p a:hover {
    color: #555555;
}
#commentform [class*="span"] {
    margin-left: 0;
}
#comments .span12 {
    margin-left: 0;
}
#comments .span1 {
    margin-left: 0;
    width: 5.98291%;
}
#comments li {
    background: none repeat scroll 0 0 transparent;
    padding-left: 0;
}
#comments p {
    margin-bottom: 20px;
}
#comments .comment-body {
    margin-bottom: 10px;
}
#comments-title {
    font-size: 28px;
    margin-bottom: 30px;
}
#comments-title span {
    color: #88141b;
    font-size: 14px;
    font-weight: 400;
    line-height: 10px;
    padding: 0 5px;
    vertical-align: middle;
}
.commentlist, #comments .children {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.pe-offset1 {
    margin-left: 8.54701% !important;
}
.commentlist {
    margin-bottom: 40px;
}
.row-fluid {
    width: 100%;
}
.row-fluid:before, .row-fluid:after {
    content: "";
    display: table;
    line-height: 0;
}
.row-fluid:after {
    clear: both;
}
.comment-author img {
    border: 2px solid #F5F5F5;
    display: block;
	max-width: 100%;
}
.bypostauthor > .comment-body > .comment-author img {
    border: 2px solid #88141b;
}
.bypostauthor > .comment-body .fn a {
    color: #88141b;
}
.bypostauthor > .comment-body p {
    color: #666666;
}
#comments .fn {
    font-weight: 700;
    margin-top: 2px;
}
.fn a {
    color: #AAAAAA;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.comment-body .fn, .comment-body .says {
    float: left;
    font-size: 14px;
}
.says {
    margin-left: 5px;
    margin-top: 2px;
}
#comments [id*="div-comment"] .span11 { 
	background: #333333;
	padding: 10px;
	position: relative;
}
#comments .comment-arrow {
    border-bottom: 14px solid transparent;
    border-right: 14px solid #333333;
    border-top: 14px solid transparent;
    height: 0;
    left: -14px;
    position: absolute;
    top: 13px;
    width: 0;
}
	
#comments .fn a:hover {
    color: #555555;
    text-decoration: none;
}
#comments .comment-meta {
    clear: both;
    margin-bottom: 10px;
}
#comments .comment-meta a {
    color: #AAAAAA;
    font-size: 13px;
}
#comments .comment-meta a:hover {
    color: #666666;
    text-decoration: none;
}
#comments .reply {
    float: right;
}
#comments .reply .label {
    background-color: #88141b;
    color: #FFFFFF;
    font-size: 10px;
    padding: 4px 8px;
    text-shadow: none;
    text-transform: uppercase;
}
#comments .reply .label:hover {
    background-color: #555555;
}
#comments .post-pagination {
    margin-bottom: 60px;
}
#comments .pagination .active a {
    background-color: #666666;
    border-color: #666666;
    color: #FFFFFF;
}
#respond {
    margin-bottom: 50px;
}
#respond #reply-title {
    color: #BBBBBB;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 40px;
}
#commentform .comment-notes {
    color: #AAAAAA;
    font-size: 12px;
}
#commentform .comment-notes a {
    color: #88141b;
}
#commentform .comment-notes a:hover {
    color: #555555;
}
#commentform label {
    color: #fff;
    padding-top: 0;
    text-align: left;
    width: auto;
	position: absolute;
	left: 0px;
	top: 0px;
}
#commentform .controls {
    margin-left: 0;
}
#commentform .controls input {
    border-radius: 0 0 0 0;
    float: left;
    margin-right: 30px;
}
#commentform .control-group .required {
    color: #88141b;
    margin-left: 3px;
    margin-top: 3px;
}
#commentform .control-group {
    position: relative;
	float: left;
	width: 33.3%
}

#commentform .control-label {
    float: left;
    text-align: left;
}
#comment input[type="text"], #commentform textarea {
    width: 400px;
}
#commentform input[type="text"] {
    margin-right: 20px;
}
#commentform .comment-form-comment .controls {
    clear: both;
    float: none;
}
#commentform textarea {
    width: 100%;
}
#commentform .form-submit .controls {
    margin-left: 0;
}
#commentform .form-submit button[type="submit"] {
    background: none repeat scroll 0 0 #88141b;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    clear: both;
    color: #FFFFFF;
    float: left;
	font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    height: 40px;
    padding: 5px 10px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
}
#commentform .form-submit button[type="submit"]:hover {
    background-color: #555555;
    color: #FFFFFF;
}
#commentform input[type="text"], #commentform textarea {
    background-color: #333333;
    border-radius: 0px;
    box-shadow: none;
    color: #D0D0D0;
    font-size: 14px;
    min-height: 30px;
    padding: 5px 10px;
	font-weight: 400;
}
#commentform input[type="text"]:focus, #commentform textarea:focus {
    border-color: #88141b;
}
#commentform input[type="text"] {
    height: 30px;
	width: 96%;
}
#commentform .comment-form-url input[type="text"] {
	width: 100%;
}
#commentform .control-group .controls {
    float: left;
    margin-left: 0 !important;
    overflow: hidden;
	padding-top: 22px;
	width: 100%;
}
.comment-form-comment .controls {
    float: none;
    width: 98%;
}
#commentform .comment-form-comment {
	width: 100%
}
#commentform .comment-form-comment .controls{
	padding-top: 0px;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
    content: "";
    line-height: 0;
}
.form-horizontal .control-group:after {
    clear: both;
}
.form-horizontal .control-label {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 160px;
}
.form-horizontal .controls {
    margin-left: 180px;
}
.form-horizontal .controls:first-child {
}
.form-horizontal .help-block {
    margin-bottom: 0;
}
.form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea + .help-block {
    margin-top: 10px;
}
.form-horizontal .form-actions {
    padding-left: 180px;
}



/* Widgets */


.sidebar {
    margin-bottom: 60px;
    padding-top: 20px;
	border-top: 1px solid #333333;
	text-align:left;
}
.sidebar .widget {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}
.sidebar h3 {
    border-bottom: 1px solid #333333;
	color:#333;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 26px 0 6px;
}
.widget_search {
    position: relative;
}
.widget_search button[type="submit"] {
    background-color: transparent;
    background-position: -44px 7px;
    border: 0 none;
    cursor: pointer;
    height: 27px;
    opacity: 0.4;
    padding: 5px 10px 8px 5px;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 26px;
}
.widget_search button[type="submit"]:hover {
    opacity: 0.7;
}
.widget_search input[type="text"] {
    background-color: #333333;
    border-radius: 0;
    box-shadow: none;
    color: #d0d0d0;
    display: block;
    font-size: 12px;
    height: 30px;
    padding: 2px 10px;
    transition: border-color 0.3s ease 0s;
    width: 85%;
	margin: 0;
	box-sizing: border-box;
	float: left;
}
.widget_search input[type="text"]:focus {
    border-color: #88141b;
}
.widget_search input[type="submit"] {
    width: 15%;
	margin: 0;
	box-sizing: border-box;
}
.widget_text {
    margin-bottom: 65px;
}
.widget_categories ul li {
    color: #CCCCCC;
    font-size: 11px;
}
.widget_categories a {
    color: #666666;
    font-size: 16px;
    margin-right: 10px;
}
.widget_categories a:hover {
    color: #D95137;
}
.widget_archive li {
    color: #999999;
    font-size: 11px;
}
.widget_archive a {
    font-size: 16px;
    margin-right: 9px;
}
.widget_menu li:before {
    content: "";
}
.widget_menu a {
    border: 1px solid #EEEEEE;
    height: 26px;
    line-height: 26px;
    text-shadow: none !important;
    text-transform: uppercase;
}
.widget_menu a:hover {
    background-color: #DDDDDD;
    color: #666666;
}
.widget_menu li.active a {
    background: url("../../styles/../img/skin/sidebar_menu_active.png") no-repeat scroll 95% 50% #D95137;
    color: #FFFFFF;
}
.widget_menu li.active a:hover {
    background-color: #D95137;
    color: #FFFFFF;
    cursor: default;
}
.widget_tag_cloud li:before {
    content: "";
}
.widget_tag_cloud a {
    color: #FFFFFF;
    float: left;
    font-weight: 300;
    height: 26px;
    line-height: 26px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 3px 8px;
    text-transform: uppercase;
    transition: background-color 0.3s ease 0s;
	background: #333333;
	border-left: 1px solid #88141b;
}
.widget_tag_cloud a:hover {
    background-color: #88141b;
    color: #FFFFFF;
}
.widget_tag_cloud .tagcloud {
    overflow: hidden;
}
.widget_calendar li:before {
    content: "";
}
.widget_calendar #wp-calendar {
    color: #999999;
    text-align: center;
    width: 100%;
}
.widget_calendar caption, .widget_calendar th, .widget_calendar td {
    text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
.widget_calendar caption {
    color: #fff;
    font-size: 16px;
    padding: 25px 0 12px;
    text-align: left;
    text-transform: uppercase;
}
.widget_calendar th {
    background: #333333;
    border-bottom: 0 none;
    border-top: 0 none;
    font-weight: 600;
    padding-bottom: 5px;
    padding-top: 5px;
}
.widget_calendar tbody td a {
    background: #F6F6F6;
    padding: 0px 5px;
    width: 100%;
}
.widget_calendar tfoot td a:hover {
    background: #F6F6F6;
}
.widget_calendar tfoot td {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 0 none;
    border-top: 0 none;
}
.widget_calendar tfoot td a {
    color: #666666;
    text-transform: uppercase;
}
.widget_calendar tfoot td a:hover {
    background: none repeat scroll 0 0 transparent;
	color: #fff;
}
.widget_calendar tfoot #prev {
    text-align: left;
}
.widget_calendar tfoot #next {
    text-align: right;
}
.widget_links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.sidebar li:before {
    color: #88141b;
    content: "\e016";
    display: inline-block;
    font-family: 'surreal';
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 1em;
    margin-right: 0.2em;
    margin-top: 9px;
    text-align: center;
    text-decoration: inherit;
    width: 1em;
	transition: all 0.3s ease-in-out;
}
.sidebar li span {
    color: #CCCCCC;
    font-size: 10px;
    font-style: italic;
    margin-left: 15px;
}
.widget_links li a, 
.widget_pages li a, 
.widget_meta li a, 
.widget_archive li a, 
.widget_calendar tbody td a, 
.widget_categories li a, 
.widget_recent_entries li a,
.widget_recent_comments li a {
    color: #999999;
	transition: all 0.3s ease-in-out;
}
.widget_links li a:hover, 
.widget_pages li a:hover, 
.widget_meta li a:hover, 
.widget_archive li a:hover, 
.widget_categories li a:hover, 
.widget_calendar tbody td a:hover, 
.widget_recent_entries li a:hover,
.widget_recent_comments li a:hover {
    color: #fff;
    text-decoration: none;
}

.widget_recent_entries {
    font-size: 16px;
    margin-right: 0;
}
.widget_recent_entries p {
    margin-top: 25px;
}
.comments-num {
    display: block;
    float: right;
    width: 28px;
}
.widget_recent_entries span {
    text-transform: lowercase;
}

/* Custom Font
--------------------------------------------------------*/

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


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

.icon2-cuore,.icon2-i,.icon2-ingranaggio,.icon2-lampadina,.icon2-puntina, .icon2-bussola, .icon2-rubrica,  .icon2-freccia-dx, .icon2-diploma, .icon2-baloon, .icon2-organigramma, .icon2-occhio,  .icon2-folder-open , .icon2-frecciagiu, .icon2-casa, .icon2-3d, .icon2-servizi, .icon2-zoom, .icon2-catalogo, .icon2-archivio-out, .icon2-archivio-in, .icon2-foto{
	font-family: 'typicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}


.icon2-foto:before {
	content: "\e08d";
}
.icon2-archivio-out:before {
	content: "\e126";
}

.icon2-archivio-in:before {
	content: "\e065";
}


.icon2-catalogo:before {
	content: "\e0bf";
}

.icon2-servizi:before {
	content: "\e112";
}

.icon2-zoom:before {
	content: "\e14b";
}


.icon2-casa:before {
	content: "\e08a";
}

.icon2-3d:before {
	content: "\e0a6";
}



.icon2-cuore:before {
	content: "\e085";
}

.icon2-frecciagiu:before {
	content: "\e01d";
}

.icon2-freccia-dx:before {
	content: "\e01a";
}

.icon2-puntina:before {
	content: "\e0c9";
}
.icon2-ingranaggio:before {
	content: "\e050";
}
.icon2-i:before {
	content: "\e091";
}
.icon2-lampadina:before {
	content: "\e09a";
}

.icon2-rubrica:before {
	content: "\e052";
}
.icon2-bussola:before {
	content: "\e051";
}

.icon2-diploma:before {
	content: "\e0be";
}
.icon2-baloon:before {
	content: "\e0b8";
}
.icon2-organigramma:before {
	content: "\e078";
}

.icon2-occhio:before {
	content: "\e06f";
}

.icon2-folder-open:before { 
  content: '\e07d'; 
} 






/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'surreal';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-location, .icon-envelop, .icon-phone, .icon-print, .icon-clock, .icon-arrow-right, .icon-arrow-left, .icon-twitter, .icon-google-plus, .icon-facebook, .icon-flickr, .icon-skype, .icon-linkedin, .icon-pinterest, .icon-youtube, .icon-vimeo, .icon-dribbble, .icon-feed, .icon-plus, .icon-arrow-left-2, .icon-arrow-down, .icon-arrow-up, .icon-arrow-right-2, .icon-quote, .icon-search, .icon-brush, .icon-share, .icon-mobile, .icon-camera, .icon-camera-2, .icon-quill
	font-family: 'surreal';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-location:before {
	content: "\e001";
}
.icon-envelop:before {
	content: "\e002";
}
.icon-phone:before {
	content: "\e003";
}
.icon-print:before {
	content: "\e004";
}
.icon-clock:before {
	content: "\e005";
}
.icon-arrow-right:before {
	content: "\e006";
}
.icon-arrow-left:before {
	content: "\e007";
}
.icon-twitter:before {
	content: "\e008";
}
.icon-google-plus:before {
	content: "\e009";
}
.icon-facebook:before {
	content: "\e00a";
}
.icon-flickr:before {
	content: "\e00b";
}
.icon-skype:before {
	content: "\e00c";
}
.icon-linkedin:before {
	content: "\e00d";
}
.icon-pinterest:before {
	content: "\e00e";
}
.icon-youtube:before {
	content: "\e00f";
}
.icon-vimeo:before {
	content: "\e010";
}
.icon-dribbble:before {
	content: "\e011";
}
.icon-feed:before {
	content: "\e012";
}
.icon-plus:before {
	content: "\e000";
}
.icon-arrow-left-2:before {
	content: "\e013";
}
.icon-arrow-down:before {
	content: "\e014";
}
.icon-arrow-up:before {
	content: "\e015";
}
.icon-arrow-right-2:before {
	content: "\e016";
}
.icon-quote:before {
	content: "\e017";
}
.icon-search:before {
	content: "\e018";
}
.icon-brush:before {
	content: "\e019";
}
.icon-share:before {
	content: "\e01a";
}
.icon-mobile:before {
	content: "\e01b";
}
.icon-camera:before {
	content: "\e01c";
}
.icon-camera-2:before {
	content: "\e01d";
}
.icon-quill:before {
	content: "\e01e";
}


	
		
/* MISC
--------------------------------------------------------*/		
		
.clear{float:none;}			
	
	


/* Media Queries
--------------------------------------------------------*/

@media only screen and (max-width: 990px) {
	/*.dropmenu { display: block; margin-top: 5px; }
	.menu { display: none; }*/
	nav {
	border:none;

}

	
}






@media only screen and (max-width: 990px) {
	#home-testata {
    font-size: 30px;
    height: 50px;
    line-height: 30px;
    margin-bottom: 50px;
    padding: 55px 10px 10px 0 !important;
    text-align: center;
    }
	
}

/* Smaller than standard 1199 (devices and browsers) */
@media only screen and (max-width: 1199px) {
	
	.parallax.fixed{background-attachment:scroll; background-position: center center;}
	
}


/* Higher than 960 (desktop devices) */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.teamImage h2 {margin-top: 105px; font-size:40px;}
	input[type="text"], input[type="password"], input[type="email"], textarea, select {width: 290px;}
	
}


/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	.small {font-size: 30px; font-weight:300;}
	.smallBold {font-size: 30px; font-weight:700;}
	.medium {font-size: 38px; text-transform: uppercase;}
	.mediumBold {font-size: 38px; font-weight:700; text-transform: uppercase;}
	.large {font-size: 50px; text-transform: uppercase;}
	.largeBold {font-size: 50px; font-weight:700; text-transform: uppercase;}
	.author {font-size: 16px; font-weight:300;}

	
}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	h1 {font-size: 40px;}
	.teamImage h2 {margin-top: 75px; font-size:32px;}
	input[type="text"], input[type="password"], input[type="email"], textarea, select {width: 226px;}
	.parallax.fixed{background-attachment:scroll; background-position: center center;}
	.blogTitle {margin-top: -40px;}
}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	
	#nav {display: none;}
	#slidecaption { display:none;}
	#prevslide, #nextslide{top:120px;}
	.parallax.fixed{background-attachment:scroll; background-position: center center;}
	.logo {margin-top: 10px; transform: scale(.5);}
	#prevslide {right: 45px; transform: scale(.5);}
	#nextslide {right: 22px; transform: scale(.5);}
	.homepage {margin-bottom: -50px;}
	.thumbImage .thumbTextWrap {padding: 0 10px;}
	.thumbImage .thumbText p {font-size: 12px;}
	.thumbImage .thumbText h3 {font-size: 21px;}
	.blogTitle {margin-top: 0px;}
}
	
	
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	h1 {font-size: 50px;}
	h1 span{font-size: 60px;}
	input[type="text"], input[type="password"], input[type="email"], textarea, select {width: 418px;}
	
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	h1 {font-size: 30px;}
	h1 span{font-size: 40px;}
	.teamImage h2 {margin-top: 105px; font-size:40px;}
	input[type="text"], input[type="password"], input[type="email"], textarea, select {width: 298px;}

}



.titolo{
	position:absolute;
	top:30px;	
	left:10px;
	background-color:#F90;
	padding:4px;
	color:#000;
}
.categoria{
	position:absolute;
	top:10px;	
	left:10px;
	background-color:#000;
	padding:4px;
	color:#fff;
	font-size:10px;
}

#about .impegni li{
	list-style-type:square;
	
}

.teamImage img{
	width:100% !important;
	height:auto !important;
	
}

.socialLinksTeam i{
	background-color:#A4316D;
	border-radius:14px;
	padding:5px;
	
}



.home-menu-content{
	float:left;
	
}

#home-menu-titolo{
	width:100%;
	font-size:28px;
	border-bottom:1px solid #333;
	margin-bottom:10px;	
	
}

.2home-menu{
	float:left;
	width:33%;
}

.home-menu .menu{
	float:left;
	width:100%;
	text-align:center;
}



.visite i{
	font-size:100px;
}

.home-menu-titolo{
	font-size:24px;
	width:90%;
	border-bottom:1px solid #222;
	text-align:left;
	color:#88141b;
}

.home-menu-elenco{
	margin-bottom:10px;	
}

.home-menu-elenco li{
	float:left;
	font-size:18px;
	display:inline-block;
	background-color:#88141b;
	padding:5px;
	width:40%;
	
	text-align:center;
	margin-bottom:5px;	
	margin-top:5px;	
	line-height:50px;
	margin-right:10px;
	
}

.home-menu-elenco li a{
	display:inline-block;
	
	
}



.home-menu-elenco li a:hover{
	color:#999;

}

.page_no_image_top{
	height:50px;
	
}


.page_image_top img{
	
	
}



.page_image_top {
    width: 100%;
    display: block;
    float: left;
	margin-top:-80px;
    height: 400px;
    overflow: hidden;
    text-align:center;/* set image in center */
    line-height:150px;/* set image or text right in middle;*/
	margin-bottom:20px;
}


#block-views-libri-consigliati-block h2{
	font-size:20px;
}
#block-views-libri-consigliati-ragazzi-block h2{
	font-size:20px;
}
#block-views-libri-consigliati-storici-block h2{
	font-size:20px;
}

 @media only screen and (min-width: 1100px) {

.page_image_top img {
    min-width: 100%;
    vertical-align:middle;/* okay see it in middle , but you can tune this */
    margin:-35% -100% -65% -100% !important; /* okay, you can tune margin to crop/clip other area */
	width:100% !important;	
	height:auto !important;
}

 } 


@media only screen and (max-width: 1099px) {
	.page_image_top img {
    height:650px !important;
    vertical-align:middle;
    margin:-35% -100% -65% -100% !important; 

	width:auto !important;
}


	
	
}

.sidebar .menu li:first-child{
	font-family: "Francois One",sans-serif;
	border-bottom: 1px solid #333333;
    color: #333;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 26px 0 6px;
	list-style:none;
	
}

.sidebar .menu li:first-child a{
	color: #333333;	
}

.sidebar .menu li:first-child a:hover{
	color: #88282E;	
}

.page_logo {
	position: absolute;
	top:100px;	
}


.visite{
	float:left;
	margin-bottom:60px;
	text-align:center;
	
	
}


.visite1 {
	background-color:#34ADC7;	
}
.visite2 {
	background-color:#ccc;	
}
.visite3 {
	background-color:#bbb;	
}
.visite4 {
	background-color:#aaa;	
}


.didattica{
	float:left;
	margin-top:60px;
	margin-bottom:60px;
	text-align:center;
	
}

.archivi{
	float:left;
	margin-top:60px;
	margin-bottom:60px;
	text-align:center;
	
}

.biblioteca{
	float:left;
	margin-top:60px;
	margin-bottom:60px;
	text-align:center;
	
}


.archivi1{
	background-color:#34ADC7;	
}
.archivi2{
	background-color:#ccc;	
}
.archivi3{
	background-color:#bbb;	
}
.archivi4{
	background-color:#aaa;	
}


.boxmenu2{
	width:20%;
	margin-left:2%;
	float:left;
	color:#000;
	padding:15px;	
	height:250px;
	margin-bottom:5px;
	
}


.boxmenu h5{
	font-size:24px;
	color:#111;
	
}

.boxmenu {
	height:280px;
	-webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}

.boxmenu:hover {
	background-color:#F90;
}

.boxmenu i{
	color:#88141b;	
	font-size:100px;
	-webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}
.boxmenu a{
	margin:4px;
	color:#88141b;	

}

.boxmenu a:hover i{
	font-size:110px;
}

.box-link{
	font-size:60px !important;
	color:#88141b;	
	position:absolute;
	bottom:15px;
	left:50%;
	margin-left:-15px;
}

.boxmenu:hover .box-link{
	color:#FFF;	
}

.didattica1{
	background-color:#34ADC7;	
}
.didattica2{
	background-color:#ccc;	
}
.didattica3{
	background-color:#bbb;	
}
.didattica4{
	background-color:#aaa;	
}

.biblioteca1 {
	background-color:#34ADC7;	
}
.biblioteca2{
	background-color:#cccccc;	
}
.biblioteca3{
	background-color:#bbb;	
}
.biblioteca4{
	background-color:#aaa;	
}




.home-menu-elenco li:hover{
	background-color:#eee;
	color:#88141b;

}
.home-menu-elenco li:hover a{
	color:#88141b;
}

#services .content{
	text-align:justify;
	
}


.block-views-libri-consigliati-block{
		width:500px;
		overflow:hidden;	
		
}







.view-libri-consigliati .views-field-title a{

	color:#88141b !important;
}




.view-libri-consigliati .views-label{
	float:left;
	
}




#views_slideshow_cycle_div_libri_consigliati-block_1{
	width:400px;
	
}


.home-menu .menu li:before{
	font-family: 'typicons';
	content:"\e01a";
	position:absolute;
	top:0;
	right:5px;
	font-size:20px;
	margin-top:20px;
	color:#111111;
	
}


.menu li a{
	float:left;
}

.menu .expanded ul{
	position:absolute;
	left:0;
	top:25px;
	width:200px;
	float:left;
	display:none;
}

.menu .expanded:hover ul{
	display:block !important;
}

.menu .expanded ul li{
	width:200px;
	background-color:rgba(126,20,27,0.9)
}

.menu .expanded ul a{
	font-size:12px;
}




.puntina{
	position:absolute;
	top:0;
	left:0;
	
}


#2block-views-nuova-resistenza-unita-block{
	float:left;	
	padding-right:10px;
	text-align:justify;
	
}

#2block-views-pubblicazioni-home-block{
	float:left;	
	padding-right:10px;
	text-align:justify;
}

#pubblicazioni .views-field-title a{
	color:#88141b;
	font-size:18px;
}


.block .sixteen{
	width:100% !important;
	
}

.views-field-field-mostre-locandina, .views-field-field-pubblicazioni-copertina, .views-field-field-resistenzaunita-copertina{
	width:150px;
	height:250px;
	overflow:hidden;

}



.view-nuova-resistenza-unita .views-field-title, .view-pubblicazioni-home .views-field-title, .view-mostre-home .views-field-title{
	padding:5px 0 5px 0;
	min-height:60px;
}




.views-label-field-mostre-data-fine,.views-label-field-mostre-data-inizio {
	float:left;
	margin-right:5px;
	
	
}

.views-field-field-mostre-data-fine, .views-field-field-mostre-data-inizio {
	padding: 0 5px 0 0px;
	
}

#block-block-5, #block-socialicons-socialicons{
	float:left;	
}

.view-item-calendario_eventi_completo a{
	color:#88141b;	
}

.view .date-nav-wrapper .date-prev {
	background:none;	
}
.view .date-nav-wrapper .date-next {
	background:none;	
}
.pager li > a{
	
	border:none;
	background-color:transparent;
	
}

.view-timeline-eventi{
	width:100%;
	height:200px;
	padding:0;
	margin:0;
	

	
}
.view-timeline-eventi .views-row{
	float:left;
	width:25%;	
	text-align:center;
	margin:0;
}

.view-luoghi-elenco .views-row{
	float:left;
	width:100%;
	clear:both;
	margin:20px 0 20px 0;
	border-bottom:1px solid #333;
	
}
.view-luoghi-elenco .views-field-title{
	font-size:50px;
	color:#88141b;	
	margin-top:-15px;
}

.view-luoghi-elenco .views-field-body{
	text-align:justify;
}

.view-luoghi-elenco .views-field-field-luoghi-immagine-principale{
	float:left;
	margin:0 10px 10px 0;
	
}
.button-more{
	float:right;
	padding:5px;
	background-color:#88141b;	
}
.button-more{
	color:#fff;	
}

.prenotiazioni-titolo{
	font-size:24px;
	background-color:#88141b;
	padding:5px;
	text-align:center;
}

.blocco-calendario {
	float:left;
	margin-bottom:30px;
	border:1px solid #88141b;
	clear:both;
	max-width:100%;
	overflow:hidden;	
}

.cal-forward{
	float:right;
	margin-right:-5px;
	
}

#block-entityform-block-form-prenotazione{
	float:left;
	clear:both;
	
}

.cal-month tbody{
	background-color:#444;
	
}



.cal-month th{
	color:#fff !important;
	background-color:#000;
	
}

.cal thead th {
	font-size:12px;
}

.cal-today{
	border:1px solid #88141b;
	
}

.view-visite-lista thead{
	background-color:#88141b;
	
}

.views-field-field-visita-tipo-codice{
	width:60px;
	font-size:16px;
	
}

.views-field-field-visita-tipo-durata{
	width:50px;
	
}

.views-field-field-visita-tipo-sezione{
	width:100px;	
}
.views-field-field-visita-tipo-preferenza{
	width:200px;	
}

.view-visite-lista tr{
	border-bottom:1px solid #444;
	
}


.view-visite-lista .button-more{
	margin-bottom:5px;
	font-size:9px;
	
}

#home-testata{
	width:100%;
	height:50px;
	margin-bottom:50px;
	padding:100px 10px 10px 0;
	font-size:30px;
	text-align:center;
	/*background-color:#88141b;*/
	line-height:30px;
	/*color:#88141b;*/
	
}

#home-testata h1{
	padding:10px;
	font-size:60px !important;
	text-transform:none;
	text-align:center;
	color:#fff;
	text-shadow: 2px 2px 3px #000;
	margin-bottom:0;

}

#home-testata h2{
	font-family: "PT Sans",sans-serif;
	font-size:30px;
    font-weight: 400;
	text-align:center;
	color:#fff;
	text-transform:none;
	text-shadow: 2px 2px 3px #000;
}

#home-testata-interna{
	position:relative;
	top:40px;
}

#home-testata-interna h1{
	margin-left:20px;
	font-size:30px !important;
	text-transform:none;
	color:#fff;
	text-shadow: 2px 2px 3px #000;
	margin-bottom:0;

}

#home-testata-interna h2{
	font-family: "PT Sans",sans-serif;
	font-size:14px;
    font-weight: 400;
	color:#fff;
	text-transform:none;
	text-shadow: 2px 2px 3px #000;
	margin-left:20px;
}


@media only screen and (max-height: 450px){
	
	#home-testata h1{

		font-size:40px !important;	
	}
	#home-testata h2{
	font-size:20px;
}
}


#home-fascia-1{
	float:left;
	position:absolute;
	margin:0;
	width:100%;
	bottom:140px;
	left:0;	
	text-align:center;
	z-index:1001;
}

#home-fascia-2 a:hover{
	color:#000 !important;
}


#home-fascia-2{
	width:100%;
	position:absolute;
	bottom:0px;
	left:0;
	margin-left:0;
	background: rgba(126, 20, 27, 0.9);
	padding:10px;
	height:210px;
	
}

#r1 .container, #r1 .space40{
	display:none;	
}
#r1 {
	padding-top:0 !important;
	
}



.home-sezioni{
	text-align:right;
}

.homebox-info{
	font-size:24px;
	
}

.homebox{
	padding-right:0px;
	
}

.homebox1b{
text-align:left;
overflow: hidden;
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 130px;
height: 130px;
/*background-color:#88141b;
border:1px solid #999;*/
background-color:#f6a100;
padding:5px;
float:left;
-webkit-box-shadow: -5px -5px 16px 0px rgba(50, 50, 50, 0.55);
-moz-box-shadow:    -5px -5px 16px 0px rgba(50, 50, 50, 0.55);
box-shadow:         -5px -5px 16px 0px rgba(50, 50, 50, 0.55);

}

.homebox1{
text-align:left;
overflow: hidden;
width: 120px;
height: 60px;
/*background-color:#88141b;
border:1px solid #999;*/
background-color:#88141b;
padding:5px;
float:left;
-webkit-box-shadow: -5px -5px 16px 0px rgba(50, 50, 50, 0.55);
-moz-box-shadow:    -5px -5px 16px 0px rgba(50, 50, 50, 0.55);
box-shadow:         -5px -5px 16px 0px rgba(50, 50, 50, 0.55);
line-height:18px;

}





.homebox-icona{
	position:absolute;
	top:0;
	left:30px;
	-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
font-size:80px;

}


.homebox1{
 display: block;

	
}

.homebox2{
	width:100%;
	margin:0%;
	background-color:#74141A;
	float:left;
	
}





.homebox-image{

	background-color:#a0d7d1;
	overflow:hidden;
	width:100% !important;

	
}

.homebox-testo2{	
	height:30px;
	text-align:left;
	font-size:20px;
	line-height:24px;
	text-align:center;
}





.homebox-testo{

}



.home-intro a{
	color:#fff;	
}
.home-intro a:hover{
	color:#000;
}

.home-intro1 .homebox-image{
	background-color:#e1e1de;
	overflow:hidden;
}

.home-intro1 .homebox-image img{
	width:100%;
	height:auto;
}

.home-intro1 i{
	font-size:50px;
	width:100%;
	
}

.homebox2{
	/*float:right;*/
	
	
}


.homebox2{
	width: 100%;
	height:25%;

}


.homebox2 img{
	width:100%;
	height:auto;
}

.view-lista-home-box .views-row{
	padding:0px;	
}

.home-box{
	text-align:center;
	background-color:#0F3;	
	width: 70%;
    margin: 0 auto;
}


@media only screen and (max-width: 1230px) {

/*
.homebox2 {
    height: 200px;
    margin-right: 10px;
    width: 200px;
}
.homebox-image {

    height: 160px;
}

#home-fascia-2 {
	height:230px;
}
*/
}

@media only screen and (max-width: 1150px) {

.home-box {
	width:970px;
}
/*
.homebox2 {
    height: 200px;
    margin-right: 10px;
    width: 200px;
}

.homebox-image {

    height: 140px;
}



.homebox-intro{
	margin-top:0 !important;
	
}
*/

}

@media only screen and (max-width: 990px) {

.home-box {
	width:90%;
}
/*
.homebox2 {
    height: 200px;
    margin-right: 10px;
    width: 200px;
}
.homebox-image {

    height: 160px;
}

#home-fascia-2 {
	height:230px;
}
*/
}

.responsive-menus.responsified.responsive-toggled.absolute .responsive-menus-simple{
	height: 90vh;
	overflow-y: scroll;
}



.homebox-intro{
	margin-top:60px;
	color: white;
    font-family: "PT Sans",sans-serif;
	font-size:14px;
    font-weight: 400;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
	
}
.home-intro1{
	text-align:center;
}
.home-intro1 .icon2-i{
	display:inline-block;
	font-size:36px;
	border-radius:50%;
	background-color:#FFF;
	width:40px;
	height:40px;
	padding:4px;
	color:#812127;
	
	
}

.homebox-image{
	overflow:hidden;
	
}

.homebox-image img {
    -webkit-transition: all 0.2s ease; /* Safari and Chrome */
    -moz-transition: all 0.2s ease; /* Firefox */
    -o-transition: all 0.2s ease; /* IE 9 */
    -ms-transition: all 0.2s ease; /* Opera */
    transition: all 0.2s ease;
    width: 100%;
}
.homebox-image img:hover {
    -webkit-transform:scale(1.5); /* Safari and Chrome */
    -moz-transform:scale(1.5); /* Firefox */
    -ms-transform:scale(1.5); /* IE 9 */
    -o-transform:scale(1.5); /* Opera */
     transform:scale(1.5);
}

.homebox-image .field-item {
  width:220px;
  height:220px;
  overflow: hidden;
  float:left;
}








.home-intro2 .homebox-image{
	background-image:url(../../../../default/files/home/prenota_bn.jpg);
	background-size:100% auto;	
	transition: all 1s ease-in-out;
   -moz-transition: all 1s ease-in-out;
   -webkit-transition: all 1s ease-in-out;
}
.home-intro2 .homebox-image:hover{
	background-image:url(../../../../default/files/home/prenota.jpg);
	background-size:120% auto;	
}

.home-intro3 .homebox-image{
	background-image:url(../../../../default/files/home/prenota_bn.jpg);
	background-size:100% auto;	
	transition: all 1s ease-in-out;
   -moz-transition: all 1s ease-in-out;
   -webkit-transition: all 1s ease-in-out;
}
.home-intro3 .homebox-image:hover{
	background-image:url(../../../../default/files/home/prenota.jpg);
	background-size:120% auto;	
}

.home-intro4 .homebox-image{
	background-image:url(../../../../default/files/home/prenota_bn.jpg);
	background-size:100% auto;	
	transition: all 1s ease-in-out;
   -moz-transition: all 1s ease-in-out;
   -webkit-transition: all 1s ease-in-out;
}
.home-intro4 .homebox-image:hover{
	background-image:url(../../../../default/files/home/prenota.jpg);
	background-size:120% auto;	
}

.eventibox-date{
    z-index: 2000;
	position:relative;
	top:-50px;


}

.eventibox-ministart{
	background-color:#f6a100;
	width:40px;
	height:45px;
	text-align:center;
	background: none repeat scroll 0 0 #88141b;
    padding:5px;
	float:left;
	 z-index: 2000;


}
.eventibox-miniend{
	background-color:#f6a100;
	width:40px;
	height:45px;
	text-align:center;
	padding:5px;
	float:left;
	 z-index: 2000;

}
.eventibox-locandina{
	width:100%;
	height:auto;
	z-index:500;
	overflow:hidden;

	
}
.eventibox-locandina img{
	width:100%;
	height:auto;
	z-index: 1900;

	
}


.eventibox-ministart .eventibox-giorno, .eventibox-miniend .eventibox-giorno{
	font-size:18px;
	line-height:22px;
	text-align:center;
	float:left;
	position:relative;
	width:100%;
	

}
.eventibox-ministart .eventibox-mese, .eventibox-miniend .eventibox-mese{
	font-size:14px;
	line-height:15px;
	text-align:center;
	float:left;
	position:relative;
	width:100%;
	


}

.view-timeline-eventi{
		
}

#listaeventi{
	float:left;
	clear:both;	
	width:100%;height:430px;
}
#listanews{
	float:left;
	clear:both;	
}

.view-timeline-eventi .view-content{
	float:left;	
	width:100%;
	
}

.view-timeline-eventi .views-row{
	padding-top:4px;
	float:left;	
}

.view-timeline-eventi{
	background-color:#222;
	padding-top:20px;
	float:left;	
	clear:both;
	width:100%;
	height:330px;
}

#block-views-portfolio-block{
	background-color:#222;
	
}
#block-views-portfolio-block h2{
	padding-left:20px;
}

#block-views-timeline-eventi-block{
	background-color:#222;
	margin-top:20px;
}

#block-views-timeline-eventi-block h2{
	padding-left:20px;
}

.views-field-field-eventi-locandina img{
	width:100%;
	height:auto;
	
	
}

.2colonne{
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}


#node-72 li{
	margin-bottom:50px;
	
}

#block-block-19{
	clear:both;
	
}

#block-block-19{
	margin-bottom:50px;
	
}

.numerotelefono{
	font-size:36px;
	color:#88141b;
}


#form-prenotazione-entityform-edit-form{
	width:630px !important;
	border:1px solid #88141b;	
	padding:10px;
	
}

.cal-note{
	float:left;
	clear:both;
	margin-bottom:50px;
	width:100%;	
}

.cal-disp{
	background-color:#90EE90;
	width:20px;
	height:20px;
	float:left;
	margin-right:5px;
	
}

.cal-titolo{
	font-size:10px;	
	margin-left:25px;
}
.cal-testo{
	font-size:12px;	
	margin-left:25px;
}

#block-block-19 .content{
	border:1px solid #88141b;
	padding:10px;	
	width:630px !important;
}

.views-label-field-pagina-documenti{
	display:none;
	
}

.file a{
	font-size:16px;
	font-style:normal;
	
}

.file {
	margin-left:0 !important;	
}

.view-id-pagina_documenti{
	background-color:#444;
	margin-top:-10;
	
	
}



.views-field-field-pagina-immagini img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
        max-width: 100%;
}
.views-field-field-pagina-immagini a:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

.views-field-field-pagina-immagini .field-item {
  width:205px;
  height:205px;
  overflow: hidden;
  float:left;
}

@media only screen and (max-width: 1200px) {
	.views-field-field-pagina-immagini .field-item{
    	width:205px;
  		height:205px;
	}
}
@media only screen and (max-width: 1200px) {
	.views-field-field-pagina-immagini .field-item{
    	width:168px;
  		height:168px;
	}
}





#block-blog-recent .more-link a{
	float:right;
	margin-top:5px;
	background-color:#999;
	padding:4px;
	
}

#block-views-about-us-block, #block-block-22{
	float:left;
	clear:both;
	
}

#block-views-nuova-resistenza-unita-block h2{
	font-size:18px;	
}
#block-views-pubblicazioni-home-block h2{
	font-size:18px;	
}
#block-views-mostre-home-block h2{
	font-size:18px;	
}


@-webkit-keyframes bounce-freccia { 
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-5px);} 
    60% {-webkit-transform: translateY(-10px);} 
} 
  
@keyframes bounce-freccia { 
    0%, 20%, 50%, 80%, 100% {padding-top:0;} 
    40% {padding-top:5px;} 
    60% {padding-top:0;} 
} 
  
/*
 * Adding the animation to our element
*/
.bounce { 
-webkit-animation-duration: 3s;  
    -webkit-animation-delay: 2s;  
    -webkit-animation-iteration-count: infinite;    
	animation-duration: 3s;  
    animation-delay: 2s;  
    animation-iteration-count: infinite;   
} 

.homebox-intro{
	width:400px;
	margin:110px auto 0 auto;
}

.home-intro1{ 
  /*animation: rimbalzo-freccia 1.5s infinite; */
   -webkit-animation-name: bounce-freccia 1.5s infinite; 
    animation-name: bounce-freccia 1.5s infinite; 
}

.homebox2_old img{
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	height:100% !important;
	width:auto !important;
}

.homebox2_old img:a{
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}


.view-lista-mostre .views-row{
	margin-bottom:30px;
	border-bottom:1px solid #FFF;
	
}

.view-lista-mostre .views-label{
	color:#88141b;
	border-left:20px solid #80262B;
	padding-left:5px;
	margin: 0 0 5px 0;
}

.view-lista-mostre .views-field{
	margin-bottom:10px;
	
}



.views_slideshow_cycle_main { width: 100%; }
.views_slideshow_cycle_main .views-slideshow-cycle-main-frame { width: 100% !important; height: auto; }
.views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row { width: 100% !important; height: auto; }
.views_slideshow_cycle_main .field-content { max-width: 100%; width: 100%; }
.views_slideshow_cycle_main .field-content img { max-width: 100%; width: 100%; height: auto; margin: 0; padding: 0; }




.views-field-field-libri-copertina{
	width:150px;
	height:250px !important;
	overflow:hidden;
	
}

.view-scheda-luogo .views-field-title{
	font-size:50px;
	text-transform:uppercase;
	
}




.la_storia-luoghi_della_memoria-scheda .page_image_top{
	display:none;
}
.la_storia-luoghi_della_memoria-scheda h1{
	font-size:36px;
	
}

.views-field-field-pagina-documenti a{
	color:#fff;
	
}
.views-field-field-pagina-documenti a:hover{

	background-color:#88141b;
	
}

#footer{
	color:#fff;
	
}

#block-block-24 li{
	line-height:36px;

}



#block-block-24 i{
	font-size:36px;	
	margin-left:-15px;
	margin-right:10px;
}

.news-box{
	width:32.9%;
}

#mappacasa{
	width:100%;	
	float:left;	
	clear:both;
}

#mappacasa img{
	width:100%;
	height:auto;
	position:absolute;
	top:300px;
	left:0;	
}
#mappacasa .image_over{
	display:none;
}
#mappacasa:hover .image_over{
	display:block;
}

#block-views-pagina-gallery-block{
	float:left;
	clear:both;
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
		
}


.views-field-field-blog-immagine-evento{
	width:100% !important;
	height:100% !important;
}

.views-field-field-blog-immagine-evento .field-content img{
	width:100% !important;
	height:100% !important;
}

.view-elenco-eventi div{
	padding:0 !important;
	margin:0 !important;
	
}

.views-field-title{
	font-size:12px;
	text-align:center
	
}

.pubblicazioni-casa .views-field-title{
	font-size:18px;
	text-align:left;
}

.pubblicazioni-presentazione .views-field-title{
	font-size:18px;
	text-align:left
	
}

.biblioteca-presentazione .views-field-title{
	font-size:18px;
	text-align:left
	
}

.view-elenco-eventi{
	margin-bottom:30px;
	float:left;
	clear:both;
	width:100%;
	border-bottom:1px solid #000;
	padding-bottom:30px;
	
}


.view-elenco-eventi .views-row img{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.view-elenco-eventi .views-row img:hover{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}




.views-field-field-blog-data-inizio{
	position:absolute;
	left:0;
	top:0;	
	width:40px;
	background-color:#88141B;
	padding:10px !important;
	color:#FFF;
}

.views-field-field-blog-data-inizio-1{
	position:absolute;
	left:0;
	top:20px;	
	width:40px;
	background-color:#88141B;
	padding:10px !important;
	color:#FFF;
}


.views-field-field-blog-data-inizio .date-display-single{
	padding:10px !important;
}
.views-field-field-blog-data-inizio-1 .date-display-single{
	padding:6px !important;
}

.views-field-field-blog-data-fine{
	position:absolute;
	left:40px;
	top:0;	
	width:40px;
	background-color:#CC9933;
	padding:10px !important;
	color:#FFF;
}
.views-field-field-blog-data-fine-1{
	position:absolute;
	left:40px;
	top:20px;	
	width:40px;
	background-color:#CC9933;
	padding:10px !important;
	color:#FFF;
}

.views-field-field-blog-data-fine .date-display-single{
	padding:10px !important;
}
.views-field-field-blog-data-fine-1 .date-display-single{
	padding:6px !important;
}

.view-elenco-eventi .pager{
	float:left;
	background-color:transparent;
	width:100%;
	
}


@media only screen and (max-width: 500px){
	
	.homebox-image{
		display:none !important;	
	
	}
	.homebox-testo2{
		font-size:18px;
		line-height:50px;
		height:50px;
		
		
	}
	
	.view-lista-home-box .views-row{
		width:100%;	
		padding:10px;
	}
	.homebox2 {
		height:50px !important;
		
	}
	
	#home-testata h1{
		font-size:46px !important;
		
	}
	#home-testata h2{
		font-size:22px !important;
		
	}
	#home-fascia-2{
		background:none;
		
	}
	
	.homebox-intro{
		width:100%;	
		height:auto;	
	}
	
	
}

@media only screen and (max-height: 600px){
	
	.homebox-image{
		display:none !important;	
	
	}
	.homebox-testo2{
		font-size:18px;
		line-height:50px;
		height:50px;
		
	}
	.homebox2 {
		height:50px !important;
		
		
	}
	
	
	
}

.view-lista-pubblicazioni .views-field-body{
	border-bottom:1px solid #000 !important;
	margin-bottom:20px !important;
	float:left;
	
}

.view-libri-consigliati-elenco .views-field-title{
	font-size:26px ;
	text-align:left;
}
.view-libri-consigliati-elenco .views-row{
	padding-bottom:30px;
	border-bottom:1px solid #000 !important;
	margin-bottom:20px !important;
	float:left;
	
}

.view-lista-pubblicazioni .views-field {
	float:left;
	
}

.views-field-field-pubblicazioni-copertina{
	clear:both;	
}

.view-lista-pubblicazioni .views-field-title{
	width:100%;
	
}

.view-lista-pubblicazioni .views-row{
	padding-bottom:30px;
	border-bottom:1px solid #000 !important;
	margin-bottom:20px !important;
	float:left;
}

.view-pubblicazioni-contenuto .views-field-title{
	font-size:26px ;
	text-align:left;
	
}

.view-lista-mostre .views-field-title{
	font-size:26px ;
	text-align:left;
	padding:10px;
	float:left;
	clear:both;
	width:100%;
	
}

.view-lista-mostre .views-label{
	margin-right:10px;
	margin-bootom:5px;
	
}
#sostenitori li{
	float:left;
	padding:15px;
	
	
}

.view-notizia-specifica .views-field-title{
	font-size:36px;
	float:left;
	
}

.view-notizia-specifica .field-name-body{
	margin-top:100px;
	float:left;
	
}


em{
	font-style:italic;
	
}

.views-field-field-libri-descrizione-breve{
	margin:20px 0 20px 0;
	
}

.consiglio{
	font-size:12px;
	
}





@media only screen and (max-width: 1200px) {
	.visite section{
    /*width: 40%;*/

}
@media only screen and (max-width: 699px) {
	.visite section{
    /* width: 90%; */
	}	
	.post-body{
		padding-left:0px;
	}
}





.container .container{
	padding:0;
	
}












