/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Economica:400,700|Anaheim|Josefin+Sans:300,400|Open+Sans+Condensed:300);
@import url(http://fonts.googleapis.com/css?family=Exo:100,200,400);

body {
 
  color: #5a5a5a;
  -webkit-font-smoothing: antialiased;
-webkit-font-smoothing: subpixel-antialiased; 

} 


/*--Navbar --*/
.nav-header {
  color: #DBE6EC;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  padding-top: 5px;
  padding-left:10px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;

}

.nav-text {
  color: #DBE6EC;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;

}


/*--Containers --*/
.section .text-muted {
  color: #ffffff
}



.associates-container {
  margin-top: 15px;
}


.about {
  background-color: #DBE6EC; 
  padding-top: 20px;
}

#about {
  background-color: #DBE6EC; 
  padding-top: 20px;
 
}

.associates {
  border-radius: 150px;
  height: 150px;
  width: 150px;
  background-color: #81A8B8;
  color: #ffffff;
  padding: 5px;
  padding-top: 35px;
  margin-top: 50px;
  margin-bottom: 200px;
  font-family: 'Roboto', sans-serif, 100;
  font-weight: 300;
  font-size: 25px;

}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.marketing {
  padding-left: 20px;
  padding-right: 20px;
}

.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}

.section {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 50px;

}

  #this-carousel-id {

    margin-top: 25px;
    
  }





/*--Fonts --*/
p {
  margin-right: 20px;
  margin-left: 20px;
}


a:-webkit-any-link {
  text-decoration: none;
  color: #5a5a5a;
}

a:hover {
  color:#81A8B8;
}

.section h2 {
  font-family: 'Roboto', sans-serif, 300;
}

.featurette-heading a{
  text-decoration: none;
  color: #999999;
}

.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.associates-header {
  font-size: 30px;
  font-family: 'Roboto', sans-serif, 100;
  margin-bottom: 10px;
  margin-left: 15px;
  text-align: center;

}

#associates p {
  text-align: justify;
}

/*-- Carousel --*/
.img-carousel {
  width: 100%;
  height: 100%;
}

.carousel-inner {
  border: solid 1px;
  border-color: #101010;
  
}



/*--Misc--*/
#map_canvas {
    width: 500px;
    height: 400px;
    background-color: #CCC;

  }

.form-group {
  margin: 10px;
}

.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:100px;
    display:none;
    text-indent:-9999px;
    background: url('icon_top.png') no-repeat;
}

.contact {
  margin-left: 20px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

 
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }

  .associates-container {
  margin-top: 75px;
  text-align: center;
}

.control-label {
  padding-top: 1.5px !important;
}

 .contact {
  margin-left: 0px;
}


  .featurette-heading {
    font-size: 50px;
  }

  /* Navbar */
  .navbar-wrapper {
    margin-top: 20px;
  }

  .navbar-wrapper h2 {
    font-family: 'Roboto', sans-serif;
  }
  .navbar-wrapper .container {
    padding-left:  15px;
    padding-right: 15px;
  }
  .navbar-wrapper .navbar {
    padding-left:  0;
    padding-right: 0;
  }

   .navbar-wrapper .navbar {
    : 4px;
  }

   .nav-header {
  padding-left: 0px;

  font-size: 28px;
  margin-top:11px
}

.navbar-brand {
  padding-top: 5px;
  padding-bottom: 5px;
}
.nav-text {
    padding-top: 10.5px;
    font-size: 24px;
    padding-left: 18px !important;
  }

 





@media (min-width: 992px) {
  .featurette-heading {
    
  }

  .parts {
    margin-top: 30px;
  }

  .section {
  padding-top:100px;
  padding-bottom:170px;
}

 

  #this-carousel-id {
  
    margin-bottom: 5px;
    margin-top: 10px;
    background-color: #DBE6EC;
  }
  }

}
}

 