/* lg */ 
@media (min-width: 1200px) {
 /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }

  #portfolio .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  
 /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }

  .navbar-nav > li {
    margin-left: 10px;
  }

  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .recent-work-wrap .recent-work-inner h3 a {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
  }

  .recent-work-wrap .overlay{
    padding: 15px;
  }

  .services-wrap {
    padding: 40px 10px 40px 30px;
  }

  .feature-wrap h2, 
  .single-services h2 {
    font-size: 18px;
  }

  .feature-wrap h3, 
  .single-services h3{
    font-size: 11px;
  }

  .tab-wrap .media .parrent.pull-left{
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .parrent.media-body{
    clear: both;
  }

  #portfolio .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .recent-work-wrap .overlay .preview{
    line-height: inherit;
  }

  .team-bar .first-arrow {
    width: 21%;
  }

  .team-bar .second-arrow {
    width: 20%;
  }

  .team-bar .third-arrow {
    width: 21%;
  }

  .team-bar .fourth-arrow {
    width: 20%;
  }

  ul.social_icons li{
    margin-right: 0;
  }

}


/* sm */
@media (min-width: 768px) and (max-width: 991px) {
  /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }

  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-nav > li {
	margin-left: 0;
	font-size: 14px;
  }

  #main-slider .carousel h1 {
    font-size: 25px;
  }

  #main-slider .carousel h2 {
	font-size: 26px;
	font-weight: 300;
	color: #FFF;
  }

  .tab-wrap .media .parrent.pull-left, 
  .media.accordion-inner .pull-left{
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .parrent.media-body, 
  .media.accordion-inner .media-body{
    clear: both;
  }

  .services-wrap {
    padding: 40px 0 40px 30px;
  }

  .recent-work-wrap .overlay{
   padding: 15px;
  }

  .recent-work-wrap .recent-work-inner h3 a {
	font-size: 18px;
  }

  .sinlge-skill{
    width: 150px;
    height: 150px;
  } 

  .sinlge-skill p em {
    font-size: 25px;
  }

  .sinlge-skill p {
    font-size: 16px;
  }

  .team-bar .first-one-arrow {
    width: 2%;
  }

  .team-bar .first-arrow {
    width: 18%;
  }

  .team-bar .second-arrow {
    width: 24%;
  }

  .team-bar .third-arrow {
    width: 15%;
  }

  .team-bar .fourth-arrow {
    width: 20%;
  }

  .blog .blog-item .entry-meta > span a{
    font-size: 10px;
  }
.lead{
	
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #7a7a7a;
	font-family: 'Open Sans', sans-serif;
}
#contenedor_servicios {
	width: 650px;
	padding-left: 10px;
	}
#branding{
	float:left;
	padding-left: 60px;	
	padding-top: 20px;
	height:140px;
}
.servicio {
	font-size: 15pt;
	font-weight: 600;
	text-align:left;
	padding-left: 160px;	
	padding-top: 20px;	
	}
.txt_servicio {
	font-size: 14px;
	font-weight: 400;
	text-align:left;
	padding-left: 160px;	
	}
.detalle_servicio {
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	padding-left: 160px;
	text-align: left;
	color: #c52d2f;
	}
.detalle_servicio_b {
	font-size: 14px;
	
	font-weight: 400;
	
	text-align: left;
	color: #c52d2f;
	}


}

/* xs */
@media (max-width: 767px) {
	
  .container > .navbar-header, .container > .navbar-collapse{
    margin-left: 0;
  }

  .top-number{
    font-size: 14px;
  }

  input.search-form:hover {
    width: 120px;
  }

  .navbar-nav > li {
    padding-bottom: 0;
  }

  #main-slider .carousel h1 {
    font-size: 25px;
  }

  #main-slider .carousel h2 {
    font-size: 16px;
  }

  .feature-wrap h2, 
  .single-services h2 {
    font-size: 18px;
  }

  .feature-wrap h3, 
  .single-services h3{
    font-size: 12px;
  }


  .media.accordion-inner .pull-left, 
  .media.accordion-inner .media-body{
    clear: both;
  }

  .accordion-inner h4 {
    margin-top: 10px;
  }

  .tab-wrap .media .pull-left{
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .media-body{
    clear: both;
  }

  .nav-tabs > li.active > a:after{
    display: none;
  }

  #footer .col-sm-6{
      text-align:center;
  }
  
   #footer .pull-right{
      float: none !important;
  }

  .sinlge-skill {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .team .single-profile-top, 
  .team .single-profile-bottom {
    margin-bottom: 30px;
  }

  .clients-area {
    padding: 60px 0;
  }

  .clients-area h1 {
    font-size: 25px;
  }

  .portfolio-item, 
  #recent-works .col-xs-12.col-sm-4.col-md-3{
    padding:0 15px;
  }

  ul.social_icons li{
    margin-right: 0;
  }

  .blog .blog-item .entry-meta{
    margin-bottom: 20px;
  }

  .blog .blog-item .blog-content h3 {
    margin-bottom: 20px;
  }

  .post_reply_comments {
    padding-left: 20px;
  }
 

.cliente {
	width: 100%;
	font-size: 35px;
	line-height: normal;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	color: #4e4e4e;
	text-align: left;
	float: left;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
.cliente_left {
	width: 100%;
	height: auto;
	font-size: 35px;
	line-height: normal;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	color: #4e4e4e;
	text-align: left;
	float: left;
	padding: 0px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	} 
.info_cliente {
	font-weight: lighter;
	font-family: 'Open Sans', sans-serif;
	color: #4e4e4e;
	text-align: left;
	font-size: 15px;
	line-height: normal;
	width: 100%;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	position: relative;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
.rubros {
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #c52d2f;
	font-size: 20px;
	}  
.lead{
	
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #7a7a7a;
	font-family: 'Open Sans', sans-serif;
}
#contenedor_servicios {
	width: 520px;
	padding-left: 0px;
	}
#branding{
	float:left;
	padding-left: 60px;	
	padding-top: 20px;
	height:140px;
}
.servicio {
	font-size: 15pt;
	font-weight: 600;
	text-align:left;
	padding-left: 160px;	
	padding-top: 20px;	
	}
.txt_servicio {
	font-size: 14px;
	font-weight: 400;
	text-align:left;
	padding-left: 160px;	
	}
.detalle_servicio {
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	padding-left: 160px;
	text-align: left;
	color: #c52d2f;
	}
.detalle_servicio_b {
	font-size: 14px;
	
	font-weight: 400;
	
	text-align: left;
	color: #c52d2f;
	}
}

/* XS Portrait */
@media (max-width: 480px) {
	
#contenedor_servicios {
	width: 305px;
	padding-left: 25px;
	}
#branding{
	float:left;
	padding-left: 2px;	
	padding-top: 20px;
	height:120px;
	width:120px;
}
.servicio {
	font-size: 15pt;
	font-weight: 600;
	text-align:left;
	padding-left: 10px;	
	padding-top: 20px;	
	}
.txt_servicio {
	font-size: 14px;
	font-weight: 400;
	text-align:left;
	padding-left: 10px;	
	}
.detalle_servicio {
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	padding-left: 10px;
	text-align: left;
	color: #c52d2f;
	}
.detalle_servicio_b {
	font-size: 14px;
	
	font-weight: 400;
	
	text-align: left;
	color: #c52d2f;
	}
	
	/*  PERFILES PORFTOLIO   */
.cliente {
	width: 100%;
	font-size: 35px;
	line-height: normal;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	color: #4e4e4e;
	text-align: left;
	float: left;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
.cliente_left {
	width: 100%;
	height: auto;
	font-size: 35px;
	line-height: normal;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	color: #4e4e4e;
	text-align: left;
	float: left;
	padding: 0px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
.info_cliente {
	font-weight: lighter;
	font-family: 'Open Sans', sans-serif;
	color: #4e4e4e;
	text-align: left;
	font-size: 15px;
	line-height: normal;
	width: 100%;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	position: relative;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
.rubros {
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #c52d2f;
	font-size: 20px;
	}

.top-number p{
	margin: 0;
	color: #fff;
	font-size: 13px;
	width: 200px;
}
.portfolio-filter > li a {
	background: none repeat scroll 0 0 #FFFFFF;
	font-size: 14px;
	font-weight: 400;
	margin-right: 10px;
	margin-left: 10px;
	text-transform: uppercase;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	border: 1px solid #F2F2F2;
	outline: none;
	border-radius: 3px;
	margin-bottom: 20px;
}
.copy {
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 12px;
	}
}
