/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ---------------------------------------------------------------------- */
/*	Version 1200px
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1200px) {
  .grid .content .item {
    width: 220px;
  }
  .grid.colum3 .content .item {
    width: 300px;
  }
  footer .middle-foot .suscribe-form .form-group {
    width: 57%;
  }
}
/* ---------------------------------------------------------------------- */
/*	Version 992px
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 992px) {
  body {
    padding: 0;
  }
  header .navbar {
    position: static;
  }
  .navbar-collapse {
    text-align: center;
  }
  .navbar-collapse .navbar-nav {
    display: inline-block;
    float: none !important;
  }
  #carousel-services .services-item {
    text-align: center;
    padding: 0 10px;
  }
  #carousel-services .services-item .ico {
    font-size: 2em;
    height: 70px;
    line-height: 70px;
    width: 70px;
    margin: 20px auto;
    float: none;
  }
  .grid .content .item {
    width: 265px;
  }
  .grid.colum3 .content .item {
    width: 350px;
  }
  #carousel-feedback .carousel-inner .item .feedback-item {
    padding: 10px;
    text-align: center;
  }
  #carousel-feedback .carousel-inner .item .feedback-item .ico {
    float: none;
    margin: 10px auto;
  }
  .suscribe {
    margin: 50px 0 0 0;
  }
  .item-thumbnail {
    width: 90%;
    margin: 0 5% 20px;
  }
  .post .post-author {
    left: 5px;
  }
}
/* ---------------------------------------------------------------------- */
/*	Mobile Version 768px
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 768px) {
  header .navbar .navbar-nav {
    width: 100%;
    padding: 0;
  }
  header .navbar .navbar-nav li a {
    height: 60px;
    line-height: 60px;
    text-align: left;
  }
  header .navbar .navbar-nav .dropdown ul {
    font-size: 1em;
    margin: 0;
    border: none;
  }
  header .navbar .navbar-nav .dropdown ul li {
    width: 100%;
  }
  header .navbar .navbar-nav .dropdown ul li a {
    width: 90%;
    margin: 0 0 0 10%;
    height: 60px;
    line-height: 60px;
  }
  header .navbar .navbar-form .form-group {
    width: 100%;
  }
  .title.secondary {
    padding: 40px 0 0 0;
  }
  .title.secondary .centered {
    position: static;
  }
  .title.secondary .centered div {
    left: 0;
  }
  .title.secondary .centered div h2 {
    height: 80px;
  }
  #carousel-feedback .carousel-inner .item .feedback-item {
    margin: 10px 0;
    width: 80%;
  }
  form.form-alt {
    margin: 30px;
  }
}
/* ---------------------------------------------------------------------- */
/*	Mobile Version 600px
/* ---------------------------------------------------------------------- *

@media handheld, only screen and (max-width: 600px) 


/* ---------------------------------------------------------------------- */
/*	Mobile Version 320px
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 400px) { }
