/******************************************************************

Theme Name: Evolutionweb

Author: Andreas Zanin

Author URI: http://www.evolutionweb.it

Email:andreas@evolutionweb.it

Facebook: https://www.facebook.com/0OozannaoO0

Twitter: https://twitter.com/zaninandreas

Version: 1.0

******************************************************************/
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);

body {
	-webkit-font-smoothing: antialiased;
	font-size: 12px;
	line-height: 17px;
	color:#191919;
	text-rendering: optimizeLegibility; 
	font-family: 'Lato', sans-serif;

}
.clear {clear:both;}

img {
    display:block;
    margin-left:auto;
    margin-right:auto;
    max-width: 100%;
}

img.img-responsive {
	width:100%;
}

/* ------------------------- Typography */
strong {font-weight:bold;}
p {
	margin-bottom:20px;
 -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
 -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; 
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	margin:0 0 15px 0;
	font-weight:300;
	-webkit-font-smoothing: antialiased;
	text-transform:uppercase;
	color:#3d3d3d;
}
h1 {
    font-size: 32px;
	line-height:36px;
}
 
h2 {
    font-size: 30px;
	line-height:34px;
}
 
h3 {
    font-size: 24px;
	line-height:28px;
}
 
h4 {
    font-size: 20px;
	line-height:24px;
}
 
h5 {
    font-size: 18px;
	line-height:20px;
}
 
h6 {
    font-size: 16px;
	line-height:18px;
}

address {}
pre, code {font-family: monospace;}
 
/* Links */
a {


}
a:hover {


}
 
/* ------------------------- Forms */
input {


}
select {


}
label {


}
/* ------------------------- MAIN */

#about-maria-pd {
	margin-top: 40px;
}
#about-maria {
    font-size: 18px;
    line-height: 28px;
    margin-top: 40px;
}
#about-maria-inner {
    padding: 0 60px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
/* ------------------------- FOOTER */

footer {
font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin: 20px 0 0 0;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}