@import url('http://fonts.googleapis.com/css?family=Quicksand:300,400,700');
@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

*
{
	margin: 0;
	padding: 0;
}

body
{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: .9em;
	font-weight: 300;
	background-color: #DADADA;
}

#wrap
{
	text-align: left;
	width: 1100px;
	margin: 0 auto;
}

h1
{
	position: absolute;
	top: -1000px; left: -1000px;
	width: 1px; height: 1px;
	overflow: hidden;
}

#hello
{
	width: 1170px; margin-left: -35px;
	text-align: center;
	font-family: Quicksand, sans-serif;
}

#slogan
{
	height: 710px;
	padding-top: 60px;
	font-size: 55px;
	line-height: 64px;
	font-weight: 400;
	color: #333;
	background: #DADADA url('hello.png') no-repeat center top;
	text-shadow: 0 1px 1px #FFF;
}
#slogan span
{
	font-weight: 700;
	color: #2D7CE3;
}

#logo
{
	padding: 25px 0 25px 0;
	text-align: center;
	background-color: #789AEB;
}
/*
#hello img
{
	position: relative; left: 50px;
}
*/
#video
{
	margin-bottom: -5px;
	width: 1100px; height: 619px;
	border: none;
}

.stripe
{
	clear: both;
	padding-top: 85px; padding-bottom: 45px;
}

.stripe p
{
	margin-bottom: 20px;
}

.stripe-end
{
	clear: both;
}

#sezione-artrosi,
#sezione-rigenerazione,
#sezione-storie
{
	background-color: #FFF;
}
#sezione-artrosi h2,
#sezione-rigenerazione h2,
#sezione-storie h2
{
	color: #2D7CE3;
}
#sezione-artrosi .text-block a,
#sezione-rigenerazione .text-block a,
#sezione-storie .text-block a
{
	color: #2D7CE3;
	border-color: #2D7CE3;
}
#sezione-artrosi .linksection a,
#sezione-rigenerazione .linksection a,
#sezione-storie .linksection a
{
	color: #FFF;
	background-color: #789AEB;
	border-color: #789AEB;
}

#sezione-percorso
{
	color: #FFF;
	background-color: #789AEB;
}
#sezione-percorso h2
{
	color: #FFF;
}
#sezione-percorso .linksection a
{
	color: #789AEB;
	background-color: #FFF;
	border-color: #FFF;
}

#sezione-cliniche
{
	color: #FFF;
	background-color: #80C050;
}
#sezione-cliniche h2
{
	color: #FFF;
}
#sezione-cliniche .linksection a
{
	color: #80C050;
	border-color: #FFF;
	background-color: #FFF;
}

h2
{
	float: left;
	width: 288px;
	margin-left: 50px;
	text-align: right;
	font-family: Quicksand, sans-serif;
	font-weight: 700;
	font-size: 2em;
}

.text-block
{
	float: right;
	width: 627px;
	margin-right: 85px;
	line-height: 1.8em;
}

.linksection
{
	padding-top: 37px;
	text-align: center;
}
.linksection a
{
	padding: 10px 20px;
	border-width: 1px; border-style: solid;
	border-radius: 50px;
	font-weight: 300;
    text-decoration: none;
}

#footer
{
	color: #706F6F;
	padding: 42px 0 42px 0;
	background-color: #DADADA;
	border-top: 1px #C6C6C6 solid;
	line-height: 1.4em;
}
#footer-logo
{
	float: left;
	width: 450px;
	text-align: center;
}
#footer-logo img
{
	margin-bottom: 5px;
}
#footer-logo p
{
	/*line-height: 1.4em;*/
    line-height: 38px;
}
#footer-logo p strong
{
    padding-right: 5px;
	font-family: Quicksand, sans-serif;
	font-size: 1.3em;
	font-weight: 700;
}
#footer-logo p a
{
	color: #706F6F;
}
#footer-contact
{
	float: right;
	width: 550px;
    padding-top: 10px;
	text-align: center;
	font-size: .8em;
}
#footer-contact img
{
	margin-bottom: 10px;
}
#footer-end
{
	clear: both;
}



@media only screen
and (max-device-width : 1024px)
{
    html *
    {
        max-height:1000000px;
    }
    
    body
    {
        -moz-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }

	#hello
	{
		width: 1100px; margin-left: 0;
	}
	
	#slogan
	{
		height: 720px;
		padding-top: 50px;
		font-size: 64px;
		line-height: 73px;
	}
	
	h2
	{
		float:none; clear: both;
		width: 930px;
		margin-left: 85px; margin-bottom: 70px;
		font-size: 73px;
		text-align: center;
	}

	.text-block
	{
		float:none; clear: both;
		width: 950px;
		margin-left: 65px;
		/*font-size: 1.5em;*/
        font-size: 40px;
        line-height: 70px;
		font-weight: 400;
	}
	
	.text-block p
	{
		margin-bottom: 45px;
	}
	
    .linksection
    {
        padding-top: 50px; padding-bottom: 50px;
    }
	.linksection a
	{
		padding: 20px 40px;
		/*font-size: 1.2em;*/
        font-size: 35px;
		/*line-height: 2.6em;*/
        line-height: 50px;
		font-weight: 400;
	}
	
	#footer
	{
		text-align: center;
		margin: 0; padding: 100px 0 100px 0;
		/*line-height: 1.8em;*/
	}
	#footer,
	#footer *,
	#footer * *
	{
		font-size: 26px;
		line-height: 46px;
        color: #504F4F;
	}
	#footer-logo
	{
		float: none;
		width: 1100px;
		margin-bottom: 70px;
	}
	#footer-logo img
	{
		float: none;
		width: 300px;
	}
	#footer-logo p
	{
		float: none;
		margin: 0;
	}
	#footer-contact
	{
		float: none;
		margin-left: 80px; margin-right: 80px;
        width: 940px;
		text-align: center;
		/*font-size: 1.2em;*/
	}
	
}