/*
 * 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 {
	font-size: 40px;
}

h3 {
	color: #95a5a6;
	font-weight: 400;
}

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

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

.centered {
    text-align: center;
}

/* Links */
a {
    color: #59ADF7;
    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: #fff;
	border-color: transparent;
}

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

.navbar-default .navbar-nav > li > a {
	color: #59ADF7;
}

/* Helpers */

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

.form-control {
    height: 45px;
    font-size: 17px;
    width: 360px;
    font-weight: 200;
    border-radius: 0px;
    border: none;
}

i {
	margin: 8px;
	color: #3498db; 
}


/* HeaderWrap */
#headerwrap {
	background: url(../img/bg.jpg) no-repeat center bottom;
	background-color: #fff;
	margin-top: -20px;
	padding-top:200px;
	background-attachment: relative;
	background-position: center bottom;
	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: #59ADF7;
    font-size: 60px;
    font-weight: 600;
	letter-spacing: 1px;
}

.screen-intro{
 margin-top: 80px;   
}

.screen-intro h1 {
    font-size: 42px;
    color:#59ADF7;
    font-weight: 600;
}

.screen-intro h3 {
  color: #6D6D6D;
  font-weight: 300;
  font-size: 28px;
  line-height: 36px;
}

.btn-warning {
    color: #FFF;
    background-color: #FF6900;
    border-color: #FF6900;
}


.carousel-indicators li {
    border: 1px solid #59ADF7;
}

.carousel-indicators .active {
    background-color: #59ADF7;
}

.slide-1 h2{
    margin-top: -10px;
    color: #504F4F;
    font-size: 26px;
    margin-bottom: 50px;
    font-weight: 400;
}

.navbar-brand{
    padding: 7px 0px 0px;
}
  
.navbar-brand img{
    width: 180px;
}

#contact_form .input-group{
    width:100%;
}

#contact_form .form-control{
   border: 0px solid #cccccc;
}

#contact_form{
    margin-bottom: 100px;
}



#contact_form label{
    color:#fff;
    font-size: 15px;
  font-weight: 200;
}

.btn-lg {
    border-radius: 0px;
}

.text-logo {
    font-weight: 400;
    color: #61A9FA;
    font-size: 24px;
    line-height: 36px;
}

.i6{
    margin-top: 30px;
}


.slider {
	list-style:none;
	padding:0px;
    width:100%; 
    margin: auto;
    text-align: center;
}


.slider img { 
	width:200px; 
	height:100px; 
	margin:0px; 
	display:inline-block  
}

.slider div {
	width:210px;
    float: left;
}
.slider .author{
height: auto;width: 110px;
    margin-left: 40px;
    margin-top: 20px;
}

.logos{
    padding-top: 30px;
    padding-bottom: 100px;
}

.logos h2{
    margin-bottom: 20px;
}


@media (max-width: 520px){
   #headerwrap {
  
    margin-top: -20px;
    padding-top: 100px;
        min-height: 500px;
   
}

.slider div {
	width:100%;
    float: none;
}

#headerwrap h1 {
    font-size:38px;
  }
  
.slide-1 h2 {
    font-size: 15px;
}

.screen-intro h3 {
    font-size: 15px;
    line-height: 20px;
} 

 .screen-intro h1 {
    font-size: 25px;
    color: #FF6900;
}
  
  .carousel-indicators {
    bottom: -25px;

}

.screen-intro {
    margin-top: 2px;
}
  
  
}



@media (max-width: 420px){
    .form-control {
      height: 42px;
      font-size: 14px;
      width: 100%;
    }
}