@font-face {
	font-family:'GentleScript';
	src:url('../fonts/A Gentle Touch.ttf') format('truetype');
	font-weight: 400;
}
*, html
{
	margin:				0;
	padding:			0;
	outline:			none !important;
	border:				none;
	text-decoration:  	none;
	color: 		 		#333;
	cursor:             default;
	font-weight: 		normal;
	line-height:        1;
	box-sizing: 		content-box;
	overflow: 			hidden !important;
}
body
{
	font-family: 'Patrick Hand SC', cursive;
	font-size:   				15px;
	text-size-adjust: 			0.58;
	-webkit-text-size-adjust: 	0.58;
    -ms-text-size-adjust: 		0.58;
    background-color:			#616B9C;
}


/*===BS-GRID-FIXES===*/
/*
	Phones (<768px)
	Tablets (>=768px)
	Desktops (>=992px)
	Desktops (>=1200px)
*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 0px;
  padding-left:  0px;
}
/*^^^BS-GRID-FIXES^^^*/


/*===helpers===*/
.inv{visibility:hidden;}
.hid{display:none;}
.scroll-Y{overflow-y:auto !important;overflow-x:hidden !important;}
.scroll-X{overflow-x:auto !important;}
/*^^^helpers^^^*/

/*===text formatting===*/
strong{font-weight:700;color:#333;font-size:17px;padding-bottom:1px;}
.play-ico
{
    color: #616B9C;
    margin-right: 3px;
    font-size: 30px !important;
    margin-bottom: -11px;
    cursor: pointer;
}
/*^^^text formatting^^^*/

/*===generic links formatting===*/
a.playLink{color:#616B9C;cursor:pointer;font-size:14px;overflow:visible !important;float:right;margin-right:6px;}
a.playLink:hover{font-weight:700;margin-right:0px;}
/*^^^generic links formatting^^^*/

/*===collapsable boxes===*/
.collapsabox
{
	display: block;
	background-color: #FFF;
	color: #333;
	transition: all ease-in-out .45s;
	-webkit-transition: all ease-in-out .45s;
	width: 100%;
	padding-bottom: 1px;
	border-left: 1px solid #CCC;
}
.collapsabox.open
{
	max-height: 20000px;
}
.collapsabox.closed
{
	max-height: 0px;
}
.collapsabox strong
{
	display: block;
	margin: 15px 15px 0px 15px;
	font-size: 15px;
	font-family: 'Courier New',Courier,monospace;
}
.collapsabox span
{
	display: block;
	margin: 5px 15px 10px 15px;
	font-size: 13px;
	font-family: 'Courier New',Courier,monospace;
}
.toggler
{
	border-radius: 6px 6px 0 0 !important;
	-webkit-border-radius: 6px 6px 0 0 !important;
	border-bottom: none !important;
}
.toggler:hover, .toggler:focus
{
	background-color: #fff !important;
	border-color: #CCC !important;
}
/*^^^collapsable boxes^^^*/

.groups_img 
{
	width:200px;
	height:200px;
	float:left;
	margin-top:15px;
	margin-right:15px;
	border:4px double #CCC;
	border-radius:100%;
}

#load
{
	width:100%;height:100%;background-color:#613d58;z-index:100000;position:fixed;top:0;left:0;transition:all ease-in-out .9s;
}

#pageContainer 
{
	margin: 		0 auto;
	text-align: 	left;
}
#pageBanner
{
	background-image: 		url("../img/1314.jpg");
	background-size: 		1329px 498px;
	background-repeat: 		repeat-x;
	background-position:  	0 -37px;
	background-attachment: 	fixed;
	
	position:				fixed;
	overflow:				hidden;
	height:					316px;
	margin-top:				-37px;
	background-color:		#FFF;
	width:					100%;

	z-index: 				900;
}
div#scrollIMG
{
	background-image: 		url("../img/1314.jpg");
	background-size: 		1329px 498px;
	background-repeat: 		repeat-x;
	background-position:  	0 2px;
	background-attachment: 	scroll;

	margin-top:				-37px;
	border-bottom:			1px solid #CCC;
	width:					100%;
	height:					498px;

	z-index: 				800;
}

#page-tit-hide
{
	width: 				260px;
    height: 			205px;
    background-color: 	#FFF;
    position: 			absolute;
    top: 				109px;
    left: 				838px;
    display: 			none;
    border: 			none;
}
#page-tit-small
{
	display:none;
	font-family:'GentleScript';
	width:170px;
	height:60px;
	background-color:transparent;
	font-size:21px;
}
#page-tit-small > span:nth-child(1)
{
	color:#414A6E;
}
#page-tit-small > span:nth-child(2)
{
	color:#FA9795;
}

h1
{
	font-family:    inherit;
	font-size: 	    27px;
	letter-spacing: 3px;
	text-align:     center;
	padding:        3px;
	height: 		24px;
	line-height:    24px;
	vertical-align: middle;
	text-transform: capitalize;
	padding-left:   0px;
	padding-top:    50px;
	margin-bottom: 	20px;
	margin-left: 	0px;
	font-family:	"GentleScript";
	/*background-color: #FFF;
	color: 			  #000;
	transition:     all ease-in-out .15s;*/
}

input[type=text], input[type=email], textarea
{
	cursor:text !important;
}
input[type=button]
{
	cursor:pointer !important;
}

.blueBack
{
	background-color: #616B9C;
	color:#FFF;
}

#navMenu
{
	text-align: 		center;
	padding-left:   	27px;
	margin-top: 		-3px;
	height:				25px;
	background-color:   #FFF;
	overflow: 			visible !important;
	z-index: 			1000;
}
#navMenu.fix
{
	position:			fixed;
	top:				282px;
	width:				100%;
	opacity:			.9;
	padding-left:		0;
}
.horizontalMenu
{
	display:			inline-block;
	overflow: 			visible !important;
}
#navMenu a
{
	font-family:    inherit;
	cursor:         pointer;
	text-transform: capitalize;
	padding:        5px;
	min-width: 		50px;
	transition:     all .2s ease;
	float: 			left;
	height:  		15px;
}
#navMenu a:hover, a.special:hover
{
	background-color: 		#613d58;
	color: 					#fb8d8c;
	/*overflow: 			visible !important;*/
}
/*
#navMenu a:visited
{
	
}
#navMenu a:focus
{
	
}
*/
#navMenu a:active, a.selected, a.special
{
	background-color: 	#fb8d8c;
	color: 				#3b415e;
	overflow: 			visible !important;
}

#menuResponsive
{
	display: none;
    position: fixed;
    top: 142px;
    right: 63px;
    z-index: 1500;
    background: white;
	transition: all .3s linear;
	opacity: 0;
	border: none;
	width: 0px;
}
#menuResponsive ul
{
	width: 148px;
}
#menuResponsive a
{
    display: inline-block;
    width: 100%;
    height: 24px;
    line-height: 20px;
	font-size: 19px;
	text-indent: 2px;
	cursor: pointer;
}
#menuResponsive.open
{
	opacity: 1;
	border-radius: 6px;
	border: 5px solid #fb8d8c;
	border-top-color: #626b9c;
	border-right-color: #626b9c;
	border-bottom-color: #626b9c;
	width: 148px;
}
#menuResponsive-trigger
{
	display: none;
	position: fixed;
	top: 258px;
	right: 15px;
	z-index: 1500;
    font-size: 26px;
    line-height: 40px;
	height: 30px;
	border-radius: 9px;
}

a.special
{
	display: inline-block;
	cursor: pointer;
	padding: 6px;
	transform: skewX(-9deg);
}

#navMenu a .popOut
{
	border-top:  	20px outset #ff8080;
	border-bottom:  1px  outset transparent;
	border-left:  	25px outset transparent;
	border-right:  	9px outset transparent;
    height: 		0px;
    width: 			0px;
	margin-top: 	5px;
	display: 		none;
}

a.selected > div.popOut { display: block !important; }

/*top-element-rules*/
#topElement
{
    margin: 			0;
    width: 				100%;
    height: 			279px;
    border: 			none;
    position: 			fixed;
    z-index: 			1000;
    top:				0;
    text-align: 		center;
    background-color: 	transparent;
}
#topCanvas
{
	border:none;
}
/*top-element-rules*/

#contentContainer
{
	transition: 		all .45s ease-in-out;
	background-color:	#FFF;
}

#contentContainer > div
{
	height:				900px;
	background-color:	#FFF;
	font-size:			18px;
	padding:			0px 0px;
	overflow-x:			hidden;
	transition: 		all .15s ease-in-out;
	box-sizing: 		content-box;
	line-height:  		30px;
}
#contentContainer > div:nth-child(1)
{
	height:				500px;
}
#contentContainer > div:nth-child(2n+0)
{
	background-color: 	#f2f2ff;
}
#contentContainer > div:nth-child(2n+1)
{
	background-color:	#fbe9ea;
}

#contentContainer > div > p
{
	height: 		350px;
	line-height:	inherit;
	padding: 		15px 35px;
	overflow-y:		hidden;
	overflow-x:     hidden;
}
span.stuffText
{
	display: 		block;
	height: 		200px;
}

.footer-padding
{
	display:none;
}
.footer-padding > .stuffText
{
	height:180px;
}

div#footer
{
	height:900px;
	background-color:#616B9C !important;
	padding:0 0px;
}

div#footer > h1
{
	color:#FFF;
}

p#extLinkBig
{
	position:fixed;
	top:426px;
	left:15px;
	z-index:10000;
	height:48px;
	min-width:48px;
	background-color:transparent;
	margin:0;
	padding:0;
	transition: all .45s ease-in-out;
	overflow: visible !important;
}
p#extLinkBig > a
{
	background:#111;
	border-radius:48px;
	color:#FFF;
	overflow:hidden;
	text-align:center;
	float:left;
	height:48px;
	width:48px;
	line-height:48px;
	padding:0;
	cursor:pointer;
	margin-right:5px;
	border:3px dashed #616B9C !important;
	vertical-align:middle;
	transition:all ease-in-out .25s;
	font-size:20px;
}

.shop-link {
	margin-left: 330px;
	font-size: 26px !important;
	overflow: visible !important;
}

.shop-link::after {
    content: "vai allo shop!";
    font-weight: bold;
    color: #6e79ab;
    margin-top: -83px;
    display: block;
    background: white;
    border: 1px solid pink;
    width: 120px;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin-left: -32px;
}

@keyframes rotCycle{
	0%  
	{
    	-ms-transform: rotate(0deg); /* IE 9 */
    	-webkit-transform: rotate(0deg); /* Safari */
    	transform: rotate(0deg);
	}
	50%
	{
    	-ms-transform: rotate(15deg); /* IE 9 */
    	-webkit-transform: rotate(15deg); /* Safari */
    	transform: rotate(15deg);
	}
	100%
	{
    	-ms-transform: rotate(0deg); /* IE 9 */
    	-webkit-transform: rotate(0deg); /* Safari */
    	transform: rotate(0deg);
	}
}
p#extLinkBig > a:hover
{
	background-color:#fb8d8c;
	color:#616B9C;
	animation-name:rotCycle;  /*richiamo la @keyframes animTest*/
	animation-duration:1s; /*setto la durata a 10 secondi*/
	animation-delay:0.03s; /*setto il ritardo nella partenza di 2 secondi*/
	animation-timing-function:ease-in-out; /*setto l'effetto: partenza e arrivo lenti*/
	animation-iteration-count:reverse; /*la faccio partire al contrario*/
	animation-iteration-count:infinite; /*e la faccio durare per sempre*/
}

p#extLinkBig.moved
{
	position:fixed;
	top:146px;
}

/*FORM*/
div#contactSection
{
	height:900px;
	overflow-y: auto !important;
}
div#form_sent
{
	display: block;
    position: relative;
    top: -138px;
    left: 116px;
}
div#form_sent span
{
	color:#FFF !important;
	height:30px !important;
	line-height: 30px;
	overflow:visible !important;
}
/*FORM*/

span.credit
{
	color:#ff8080;
	font-size:16px;
}
span.nCopy
{
	color:#FFFFFF;
	font-size:14px;
}
a.cLink
{
	color:#FFF;
	cursor:pointer;
	text-decoration:underline;
}

.adj-left-1
{
	margin-left:12px;
}
.adj-left-2
{
	margin-left:-12px;
}

/*MEDIA-QUERIES*/
/*=========================================================*/
@media (min-width: 992px){

	#contentContainer > div
	{
		padding:			0px  200px;
	}
	div#footer
	{
		padding:			0px  0px;
	}
} 
/*=========================================================*/

img.event-img-circle
{
	width: 			100px;
	height:			100px;
	border-radius:	100px;
	border:			5px double #CCC;
	margin-top: 	15px;
}

span.agenda-bookmark
{
	text-align: 	  center;
	background-color: #dedede;
	border:       	  9px solid #dedede;
	border-top: 	  none;
	border-bottom: 	  none;
}


/*sub-voices-test space*/
div.sub-voices
{
    font-family: 		"GentleScript";
    font-size: 			32px;
    text-align: 		right;
    opacity: 			.85;
    background-color: 	transparent;
    overflow:			visible !important;
    z-index: 			2000;
}
div.sub-voices span
{
	display: 			block;
	margin: 			0px;
	padding: 			5px;
	background-color:  	#FFF;
	border-radius: 		6px;
	position:			fixed;
	right: 				964px;
	height: 			32px;
	line-height:  		32px;
	border: 			1px solid #CCC;
	cursor: 			pointer;
}
div.sub-voices span:hover
{
	background-color: 	#CCC;
	color: 				#FFF;
}


#sv-1{top:73px;}
#sv-2{top:112px;margin-right:-12px;}
#sv-3{top:154px;margin-right:-17px;}
#sv-4{top:196px;margin-right:-24px;}
#sv-5{top:235px;margin-right:-30px;}



/*non utilizzata, prevista un'animazione per l'hover che punta ai sub-links*/
.hovering
{
	animation-name:linkCycle;  /*richiamo la @keyframes animTest*/
	animation-duration:2s; /*setto la durata a 2 secondi*/
	animation-delay:0.03s; /*setto il ritardo nella partenza*/
	animation-timing-function:ease-in-out; /*setto l'effetto: partenza e arrivo lenti*/
	animation-iteration-count:reverse; /*la faccio partire al contrario*/
	animation-iteration-count:infinite; /*e la faccio durare per sempre*/
}
/*sub-voices-test space*/



/*homepage panel*/
div#HomePanel
{
	position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
    top: 304px;
    top:464px;
    opacity: 0.81;
    z-index: 500;
	background: #f2f2ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f2ff 0%, #dedede 13%, #cccccc 22%, #333333 56%, #111111 92%, #111111 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f2f2ff 0%,#dedede 13%,#cccccc 22%,#333333 56%,#111111 92%,#111111 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f2f2ff 0%,#dedede 13%,#cccccc 22%,#333333 56%,#111111 92%,#111111 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2ff', endColorstr='#111111',GradientType=0 ); /* IE6-9 */

	transition: all ease .3s;
}
/*homepage panel*/

/*sections inner fixes*/
span.inner-heading
{
	text-align:center;
	color:#333;
	font-family:'GentleScript';
	font-size:23px;
	margin-bottom:45px;
}

div.inner-heading
{
	text-align:center;
	color:#333;
	font-family:'GentleScript';
	font-size:25px;
	margin-bottom:45px;
}

div.txtSection
{
	line-height:22px !important;
}

div.openTime span
{
	display:inline-block;
	text-align:center;
	margin-bottom:15px;
}
span.time-format
{
	font-size:19px;
	font-weight:600;
	color:#444;
}



/*sections inner fixes*/

input.subscribe,input.subscribe:focus
{
	background-color:#e25054;
	color:#FFF;
	border-color:#c52026 !important;
}
input.subscribe:hover,input.subscribe:active
{
	background-color:#EC898D !important;
	color:#dedede !important;
	border-color:#e25054 !important;
}

#cMap-container
{
	width:500px;
	height:350px;
	background-color:#dedede;
	margin:10px auto 45px auto;
	border-radius:6px;
	text-align:center;
	border:2px solid #CCC;
	overflow:hidden;
}

/*===HORIZONTAL TABLET FIXES===*/
@media(max-width:1230px){
	#pageBanner
	{
		background-size: 		1329px 498px;
		background-position:  	-85px -37px;
	}
	div#scrollIMG
	{
		background-size: 		1329px 498px;
		background-position:  	-85px 2px;
	}
	.shop-link {
		margin-left: 300px;
	}
}
/*===HORIZONTAL TABLET FIXES===*/

/*===HORIZONTAL TABLET FIXES(smaller)===*/
@media(max-width:1145px){

	#pageBanner
	{
		background-size: 		1329px 498px;
		background-position:  	-209px -37px;
	}
	div#scrollIMG
	{
		background-size: 		1329px 498px;
		background-position:  	-209px 2px;
	}
	.shop-link {
		margin-left: 300px;
	}
}
/*===HORIZONTAL TABLET FIXES(smaller)===*/

/*===VERTICAL TABLET FIXES===*/
@media(max-width:1015px){

	#pageBanner
	{
		background-size: 		1329px 498px;
		background-position:  	-160px -37px;
	}
	div#scrollIMG
	{
		background-size: 		1329px 498px;
		background-position:  	-160px 2px;
	}
	#page-tit-hide
	{
		display:block;
	}
	#page-tit-small
	{
		display:block;
	    font-size: 24px;
	    position: absolute;
	    top: 79px;
	    left: 186px;
	    transform: rotate(21deg);
	}

	.footer-padding
	{
		display:block;
	}

	.shop-link {
		margin-left: 300px;
	}
}
/*===VERTICAL TABLET FIXES===*/

/*===HORIZONTAL PHONE FIXES===*/
@media(max-width:740px){
	#page-tit-small
	{
		display:block;
	    font-size: 23px;
	    position: absolute;
	    top: 142px;
	    left: 520px;
	    transform: rotate(-29deg) skew(-30deg);
	}
	#page-tit-small > span:nth-child(1)
	{
		color:#FFF;
		text-shadow: -1px -1px 0px #232323
	}
	#page-tit-small > span:nth-child(2)
	{
		text-shadow: -1px -1px 0px #232323
	}

	.shop-link {
		margin-left: 200px;
	}
}
/*===HORIZONTAL PHONE FIXES===*/

/*===VERTICAL PHONE FIXES===*/
@media(max-width:480px){

	#pageBanner
	{
		background-size: 		1329px 498px;
		background-position:  	-485px -37px;
	}
	div#scrollIMG
	{
		background-size: 		1329px 498px;
		background-position:  	-485px 2px;
	}
	.moved
	{
		top:5px !important;
	}
	#page-tit-small
	{
		display:block;
	    font-size: 23px;
	    position: absolute;
	    top: 142px;
	    left: 200px;
	    transform: rotate(-29deg) skew(-30deg);
	}
	#page-tit-small > span:nth-child(1)
	{
		color:#FFF;
		text-shadow: -1px -1px 0px #232323
	}
	#page-tit-small > span:nth-child(2)
	{
		text-shadow: -1px -1px 0px #232323
	}

	#cMap-container
	{
		width:350px;height:225px;
	}
	#cMap-container iframe
	{
		margin-left:-18px;
	}

	#navMenu
	{
		height:22px;
	}
	#navMenu .navLink
	{
		height:14px;
		font-size:13px;
		padding:4px !important;
	}
	#navMenu a .popOut
	{
		margin-top:5px;
	}

	#navMenu{display: none;}
	#menuResponsive
	{
		display: block;
	}
	#menuResponsive-trigger
	{
		display: block;
	}	

	.shop-link {
		margin-left: 100px;
	}
}
/*===VERTICAL PHONE FIXES===*/