/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: FLATTY - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */

body {
  background-color: #f2f2f2;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
/*    color: #555; */
    color: #000; 

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #333;
}

h1 {
	font-size: 40px;
}

h3 {
	color: #3498DB;
	font-weight: 400;
}

h4 {
	color: #95a5a6;
	font-weight: 400;
	font-size: 20px;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 20px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #3498db;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.navbar-default {
	background-color: #3498db;
	border-color: transparent;
}

.navbar-default .navbar-brand {
	color: white;
}

.navbar-default .navbar-nav > li > a {
	color: white;
}

/* Helpers */

.mt {
	margin-top: 40px;
	margin-bottom: 40px;
}

.form-control {
	height: 42px;
	font-size: 18px;
	width: 280px;
}

i {
	margin: 8px;
	color: #3498db; 
}
	
	.author{
		margin: 40px 0 40px 0;
	}
	
	.author_image{
		float: left;
		border: 8px solid #ffffff;
		-webkit-box-shadow:  0px 0px 10px 1px ;
        box-shadow:  0 0 10px 1px #9a9a9a;
		z-index: 2;
		position: relative;
		width:180px;
	}
	
	
	.bio{
		float: left;
		width: 50%;
	}
	
	.bio p{
		margin: 0;
		padding: 8px 0;
	}
	
	.bio ul{
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	.bio ul li{
		background: url('/design/lp-generic-sl/img/bio-info-bg.png') bottom left repeat-x #ffffff;
		width: 85%;
		padding-left: 30px;
	}
	
	
	.bio ul li img{
		margin-right: 5px;
		margin-top: -3px;
	}
	
	p.author_signature{
		margin: 20px 0 0 30px;
		font-family: 'Damion';
		font-size: 36px;
	}
	

@media only screen and (max-width: 900px) { 
	.main-container{width: 77%; }	
	.wrapper{width:85%;}
	.bio{width: 60%;}
}

@media only screen and (max-width: 705px) { 
	.autor_image{
		float: none;
		display: block;
		margin: 0 auto 20px auto;
	}
	.bio{width: 100%;}
	.bio ul li{text-align: center; padding-left: 0px; width: 100%;}
	p.author_signature{margin: 20px auto; display: block;text-align: center}
	.btn{margin-top: 20px;}
}

@media only screen and (max-width: 705px) { 
	.btn{margin-top: 15px;  font-weight: 400;}
	p.lock{float: none; text-align: center; width: 100%;}
	.cards{float: none; display: block; margin: 20px auto; text-align: center; width: 200px;}
	.author_image{display: block; margin: 0 auto 20px auto; float: none;}
}

   .cl{clear: both; margin: 0; padding: 0; height: 0px;}

/* HeaderWrap */
#headerwrap {
	/* background: url(../img/bg01.jpg) no-repeat center top; */
	background-color: #3498db;
	margin-top: -20px;
	padding-top:200px;
	background-attachment: relative;
	background-position: center center;
	min-height: 650px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	margin-top: 60px;
	margin-bottom: 15px;
	color: white;
	font-size: 45px;
	font-weight: 300;
	letter-spacing: 1px;
}