@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');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');

body,html {
  height: 100%;
}




.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;
}


.ContactSpan
{
	color: #666666;
    font-family: "Open Sans",sans-serif;
    font-size: 0.75em;
    letter-spacing: 1px;	
	
}



.wide {
  width:100%;
  height:calc(80%);
  background-size:cover;  
}

wide img {
  width:100%;
}



#MyTopDiv
{
	background-color: #ffffff;
	overflow: auto;
	height: 25px;
}

.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;
	margin-top: 70px;
}



.TitleArticle
{
	font-family: 'Josefin Sans', sans-serif !important;
	margin: 40px auto 80px !important;
	font-size: 3.1em !important;
}


article
{
	border-top: 2px solid #f0f0f0;
	margin-top: 10px;
	padding: 10px 0;
	color: #888888;
	font-size: 1.2em;
}


.ServiceBox
{
	background-color: #baad85;
	color: #ffffff;
	padding: 40px !important;
}


.ServiceBox ul
{
	padding:  10px 0 0 20px;
}


.ServiceBox
{
	font-size: 1.25em;
}


.ServiceBox h4
{
	font-size: 1.4em;
}


.SubTitle
{
	font-family: 'Poppins' !important;
	font-size: 1.9em;
}


.SubTitle span
{
	color: #baad85;
}




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;	
}



.TitleDettagli
{
	font-size: 1.2em;
	letter-spacing: 1px;
	color: #baad85;
	text-transform: uppercase;
}


.boxdettagli
{
	border-top: 1px solid #dedede;
    /*box-shadow: 5px 8px 8px #dedede;*/
	margin: 10px 0;
	padding-top: 10px;
}



.NascostoDesktop
{
	display: none !important;
}



.mod-languages
{
	float: left;
	margin-top: 18px;
}


@media only screen and (max-width: 770px) 
{
	.NascostoDesktop
	{
		display: none;		
	}
	
	#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 !important;
	}
	
	#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;
	}
}


.phtgal
{
	margin: 5px;	
}


article img
{
	max-width: 800px;
	width: 100%;
	height: 100%;
	image-orientation: from-image;
}


.rotate {
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  margin-top: 88px;
}




