/*
 * 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;

    -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,h2,h3{
	margin-bottom: 30px;
}

h1 {
	font-size: 12px;
	color:#fafafa;
}

h2{
	color:#fafafa;
	font-size:28px;
	margin:0;
}

h3 {
	color: #333;
	font-weight: 400;
}

h4 {
	color: #333;
	font-weight: 400;
	font-size: 24px;
}

h5 {
	color: #333;
	font-weight: 400;
	font-size: 20px;
}

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

ul{
	margin:30px 0;
}

.centered {
    text-align: center;
}

dt{
	margin-bottom:10px;
	font-size:18px;
}

dd{
	margin-bottom: 20px;
}

.img-responsive{
	width:100%;
}

/* 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: #3b3b3b;
	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;
}

/* Top */
#top{
	color:#fff;
}

#top h1{
	margin-bottom:15px;
}


#top .phone-header{
	font-size:28px;
	margin:25px 0 0 0;
}

#top p{
	font-size:13px;
	
}

#top .phone-header i{
	font-size:22px;
}
.navbar-header .pull-left{
	margin-left: 20px;
}
.navbar-header .pull-left button{
	padding:0 5px;
	margin-top: 8px;
}
.navbar-header .pull-left button a{
	color: #fff;
}
.logo a{
	color:#fafafa;
}
.nav-justified {
  position: relative;
}
  
.nav-justified > li {
  float: none;
}
 
.nav-justified > li > a {
  vertical-align: middle;
  display: block;
  width: 100%;
  height: 100%;
}

.nav-header li{
	border-right:solid 1px #ccc;
}

.nav-header li:first-child{
	border-left:solid 1px #ccc;
}

/* HeaderWrap */
#headerwrap {
	/* background: url(../img/bg01.jpg) no-repeat center top; */
	background-color: #37BC9B;
	margin-top: -20px;
	padding-top:250px;
	padding-bottom: 50px;
	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%;

}

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

#headerwrap p{
	color:#fafafa;
}

.page{
	margin-bottom: 50px;
}

.thumbnail{
	height:450px;
}

#flow{
	margin-bottom: 100px;
}

#flow .timeline dl dd .time{
	font-size:24px;
	color:#333;
}

#flow .timeline dl dd.pos-right .time{
	margin-left:-130px;
}

.form-control{
	width:100%;
}

#company{
	margin-bottom: 50px;
}

#company table th{
	background-color:#ccc;
	
}

#company table td{
	background-color:#fff;
	
}
.footer-contact{
	margin:40px auto;
}

.footer-contact p{
	font-size:24px;
}

#footer-top{
	background-color: #ccc;
}

#footer-top ul{
	margin: 5px 0;
	font-size:14px;
}

.footer{
	background-color: #3b3b3b;
}

#complete{
	margin-top:150px;
}

@media(max-width:768px) {
	.nav-header li{
		border:none;
	}
}