@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

.ImgContact
{
	margin: 5px;
}

.navbar
{
	padding-bottom: 15px;
}

.nav
{
	padding-top: 10px;
}

nav
{
	transition: all 0.4s;
}

nav a
{
	color: #666666 !important;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
	font-size: 1.3rem;
	padding: 10px !important;
}

.BoxMenu
{
	border: 1px solid #666666;
	transition: all 0.4s;
}

/*
.BoxMenu:hover
{
	background-color: #ffffff !important;
	color: red;
	
}*/


.ContactSpan
{
	color: #666666;
    font-family: "Open Sans",sans-serif;
    font-size: 0.7em;
    letter-spacing: 1px;	
	
}


#ContenitoreSlider
{
	position: relative;	
}


#myCarousel .item, #myCarousel .item
{
	background-size: cover;
	background-position: top center;
}


#MyTopDiv
{
	background-color: #ffffff;
	overflow: auto;
	height: 25px;
}






#RomboSpot
{
	width: 10px;
	height: 10px;
	transform:rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Safari e Chrome */
	background-color: #baad85;
	position: absolute;
	margin-left: 5%;
	z-index: 10;
	
}

#DivSpot
{
	background-color: #ffffff;
    display: inline-block;
    margin-left: 5%;
    /*max-width: 420px;*/
    padding: 35px;
    text-align: center;
	position: absolute;	
	z-index: 8;
	height: 230px;
}


#DivSpot h2
{	
	color: #555555;
	font-family: 'Poppins', sans-serif;
	margin: 0;
}

#DivSpot h3
{	
	color: #baad85;
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	font-weight: lighter;
	margin: 10px 0 0 0;
	font-size: 1.25em;
}

#DivSpot p
{	
	margin-top: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #888888;
}

.TitleMenu {
    color: #555555;
    font-family: "Poppins",sans-serif;
    font-size: 2em;
    margin: 150px auto 50px auto;
    text-align: center;
}



#MenuBollini
{
	text-align: center;
	display: table;
	margin: 50px auto 150px auto;;
	width:auto;
}

#MenuBollini ul
{
	margin: 0;
	padding: 0;
}

#MenuBollini li
{
	list-style: none;
	float: left;
	margin: 20px;
	border: 1px solid grey;
	border-radius: 100%;
	width: 215px;
	height: 215px;
	vertical-align: middle;
}


#MenuBollini li:first-child::after {
    background: rgba(0, 0, 0, 0) url("../images/menu_extra1.png") no-repeat scroll 0 0;
}

#MenuBollini li:first-child:hover{
	background-color: #673653;
	border-color: #673653;	
}

#MenuBollini li:first-child:hover a{
	color: #ffffff;	
}


#MenuBollini li:first-child +  li::after {
    background: rgba(0, 0, 0, 0) url("../images/menu_extra2.png") no-repeat scroll 0 0;
}

#MenuBollini li:first-child  +  li:hover{
	background-color: #B05F6D;
	border-color: #B05F6D;	
}

#MenuBollini li:first-child  +  li:hover a{
	color: #ffffff;	
}



#MenuBollini li:first-child + li +  li::after {
    background: rgba(0, 0, 0, 0) url("../images/menu_extra3.png") no-repeat scroll 0 0;
}


#MenuBollini li:first-child  +  li + li:hover{
	background-color: #FFAB89;
	border-color: #FFAB89;	
}

#MenuBollini li:first-child  +  li + li:hover a{
	color: #ffffff;	
}




#MenuBollini li:first-child + li + li + li::after {
    background: rgba(0, 0, 0, 0) url("../images/menu_extra4.png") no-repeat scroll 0 0;
}


#MenuBollini li:first-child  +  li + li + li:hover{
	background-color: #EB6B56;
	border-color: #EB6B56;	
}

#MenuBollini li:first-child  +  li + li + li:hover a{
	color: #ffffff;	
}






#MenuBollini li:first-child + li + li + li + li::after {
    background: rgba(0, 0, 0, 0) url("../images/menu_extra5.png") no-repeat scroll 0 0;
}


#MenuBollini li:first-child  +  li + li + li + li:hover{
	background-color: #FFC153;
	border-color: #FFC153;	
}

#MenuBollini li:first-child  +  li + li + li + li:hover a{
	color: #ffffff;	
}




#MenuBollini ul > li::after {
    
    content: "";
    display: block;
    height: 58px;
    pointer-events: none;
    position: relative;
    width: 194px;
    z-index: -1;
	position: relative;
	top: -45px;
	left: 11px;
}


#MenuBollini a
{
	text-decoration: none;	
	color: #666666;
	font-family: 'Poppins', sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	line-height: 215px;
	font-size: 0.7em;
	letter-spacing: 4px;
	padding: 0;
}


.back
{
	position: relative;
	/*top: -215px;*/
	border-radius: 100%;
	width: 215px;
	height: 215px;
	left: 5px;
	top: -11px;
}


.imgflip
{
	display: block;
	width: 195px;
	height: 195px;
	border-radius: 100%;
	margin: 5px 0 0 5px;
}



.flip-container {
	perspective: 1000px;
	transition: all 0.4s;
}

.flip-container a
{
}


.HoverLi
{
	opacity: 0;
}


.nav > li > a:hover
{
	background-color: transparent !important;
}



#DivContatori
{
	background-image: url(../images/sfondo_contatore.jpg);
	background-size: cover;
	background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 100px 0;
	height: 600px;
	
}


#Claim
{
	background-color: #ffffff;
	color: #555555;
	min-height: 300px;
	overflow: auto;
	padding: 150px 0;
	letter-spacing: 1px;
}

h3
{
	color: #555555;
}


#Claim h4
{
	color: #baad85;
}


#Claim p
{
	margin: 30px;	
	line-height: 1.45em;
}


#contact
{
	background-color: #fafafa;
	border-top: 1px solid #ebebeb;
	padding: 100px 0;
}


.regularform input,.regularform textarea {
	margin-bottom:15px;
	padding:15px;
	border:1px solid #ddd;
	font-size:13px;
}
.regularform input[type=submit] {
	border:0;
}
.regularform textarea {
	height:150px;
}
.regularform input.norightborder {
	border-right:0;
}

.done
{
	display: none;
}


footer
{
	overflow: auto;
	width: 100%;
	background-color: #292929;
	color: #ffffff;
	background-image: url('../images/FooterBackground.jpg');
	background-size: cover;
	padding: 45px 0;	
}


#LogoFooter
{	
	background-image: url("../images/LogoMuristeneBianco.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 65px;
    margin: 10px auto 30px auto;
    width: 200px;
}




footer h4
{	
	font-family: 'Poppins', sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}

footer p
{
	font-family: "Open Sans",sans-serif;
}


#AboutFooter
{
    letter-spacing: 2px;
}

#AboutFooter p
{
	font-weight: normal;
	font-style: normal;
}


#ContattiFooter p
{
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
}


#MenuFooter ul
{
	padding: 0;
	margin: 0;
}


#MenuFooter li
{
	list-style: outside none none;
    margin: 10px 0;
	
}

#MenuFooter a
{	
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	color: #ffffff;
	text-decoration: none;
	font-family: "Open Sans",sans-serif;
}



#MenuFooter a:hover
{
	font-weight: bold;	
}



.shrink
{	
	background-color: #ffffff !important;
	
}

.Nascosto
{
	display: none;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus
{
	background-color: transparent !important;
	color: #baad85 !important;	
}


.NascostoDesktop
{
	display: none !important;
}



.mod-languages
{
	float: left;
	margin-top: 18px;
}


@media only screen and (max-width: 770px) 
{
	#bs-example-navbar-collapse-1
	{
		width: 100%;	
	}
	
	#DivSpot
	{
		margin-left: 0;
		position: relative;
	}
	
	#RomboSpot
	{
		margin-left: 0;
		position: relative;
		margin: auto;
		top: -5px;
	}
	
	#DivCenter
	{
		display: none;
	}
	
	.customsmNascosto
	{
		display: none;
	}
	
	#Claim, #contact
	{
		padding: 25px;
		border-top: 1px solid #ebebeb;
	}	
	
	.NascostoDesktop
	{
		display: block !important;
	}
	
	.mod-languages
	{
		margin: 0;
	}
}

@media only screen and (max-width: 500px) 
{

	#submit
	{
		display: block;
	}
}



.TitoloFontLetter
{
	font-family: "Poppins",sans-serif;
	letter-spacing: 5px;
	
}


.greylink
{
	color: #555E82;
	transition: 0.4s all;
}

.greylink:hover
{
	opacity: 0.7;
}

