/* 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 *//* laptops */
@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: 0px;
  }

  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .recent-work-wrap .recent-work-inner h3 a {
    font-size: 20px;
  }

  .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: 14px;
  }

  .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 *//* tablets */
@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;
  }

  #main-slider .carousel h1 {
    font-size: 25px;
  }

  #main-slider .carousel h2 {
    font-size: 20px;
  }

  .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: 20px;
  }

  .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;
  }

  .top-number-nextBar1 {
    font-size: 20px;
  }

  .navbar-brand {
    width: 70px;
  }
}

/* xs */
@media (max-width: 767px) {
  .container > .navbar-header, .container > .navbar-collapse{
    margin-left: 0;
  }

  .top-number{
    font-size: 14px;
  }

  .top-number-nextBar
  {
    font-size: 12px;
  }

  .navbar-brand img {
    width: 200%;
    height: auto;
  }

  .carousel-inner {
    width: 100%;
    /*height: 400px;*/
    /*height: 500px;*/
  }

  /*.carousel-inner > .item {*/
    /*border: 1px solid red;*/
    /*height: 10px;*/
    /*width: 20px;*/
    /*background-size: 10px;*/
  /*}*/

  .carousel-content
  {
    width: 100%;
    /*height: 100px;*/
    /*height: 500px;*/
    /*height: 10px;*/
  }

  input.search-form:hover {
    width: 120px;
  }

  .navbar-nav > li {
    padding-bottom: 5px;
    margin-left: -30px;
    /*border-bottom: 1px dotted dimgrey;*/
  }

  #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: 14px;
  }


  .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;
  }

  .top-number-nextBar1 {
    font-size: 15px;
    margin-right: 0px;
  }

  .top-number-nextBarTelefone{
    color: #4E4E4E;
    font-size: 15px;
    margin-top: 0px;
    margin-right: 5px;
    float: right;
    border: 2px solid #F00000;
    -webkit-border-radius:200px;
    -moz-border-radius:200px;
    border-radius:200px;
    padding: 5px 30px 8px 30px;
  }

  .top-number-nextBarTelefone:hover{
    background-color: #F00000;
  }

  .navbar-brand {
    width: 50px;
  }

  /*.tituloSlider {*/
    /*font-size: 5px;*/
    /*line-height: 25px;*/
    /*padding-bottom: 0px;*/
  /*}*/

  .footerSlider {
    color:dimgrey;
    font-size: 15px;
    font-weight:800;
    color: red;
    line-height: 30px;
    text-align: center;
  }

  #main-slider .carousel .carousel-content {
    width: 300px;
    height: 500px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+0,fff9f9+100&0.54+0,0.3+47,0+100,0+100,0+100,0+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.74) 0%, rgba(255,252,252,0.5) 80%, rgba(255,249,249,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.74) 0%,rgba(255,252,252,0.5) 80%,rgba(255,249,249,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.74) 0%,rgba(255,252,252,0.5) 80%,rgba(255,249,249,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8affffff', endColorstr='#00fff9f9',GradientType=0 ); /* IE6-9 */
  }

  #main-slider .carousel .item {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 300px;  /*730*/
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
  }

  #main-slider .active .animation.animated-item-2 {
      font-size: 10px;
      text-align: left;
      margin-left: 10px;
  }

  #main-slider .active .animation.animated-item-3 {
    font-size: 10px;
      text-align: left;
    margin-left: 10px;
  }

  #main-slider .active .animation.animated-item-4 {
    font-size: 10px;
      text-align: left;
    margin-left: 10px;
  }

  #main-slider .active .animation.animated-item-5 {
    font-size: 10px;
      text-align: left;
    margin-left: 10px;
  }

  #main-slider .active .footerSliderAlternative {
    font-size: 10px;
  }

    #main-slider .active  .tituloSlider {
        /*border:1px solid red;*/
        font-size: 20px;
        font-weight:700;
        text-align: center;
        line-height: 25px;
        padding-bottom: 0px;
        padding-top: 5px;
        margin: 0px;
    }
  #bottom {
    padding-bottom: 0px !important;
  }
    .paddingXS {
      margin: 0px;
      padding: 30px;
      /*padding-top: 30px;*/
      border-bottom: 1px solid dimgray;
    }

  .paddingXSSemTraço {
    margin: 0px;
    padding: 30px;
    /*padding-top: 30px;*/

  }

  .paddingXSprimeiro {
    margin-top: 0px;
    padding-top: 0px;
  }

  .paddingXSultimo {
    border-bottom: 0px solid dimgray;
  }

  #main-slider .carousel .carousel-content-secundario {

    border-top: 0px solid red;
    background-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
    width: 300px;
    height: 500px;


    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+0,fff9f9+100&0.54+0,0.3+47,0+100,0+100,0+100,0+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.74) 0%, rgba(255,252,252,0.5) 80%, rgba(255,249,249,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.74) 0%,rgba(255,252,252,0.5) 80%,rgba(255,249,249,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.74) 0%,rgba(255,252,252,0.5) 80%,rgba(255,249,249,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8affffff', endColorstr='#00fff9f9',GradientType=0 ); /* IE6-9 */

  }

  .map-content {
    width: 100%;
    margin: 0 auto;
    /*border: 1px solid red;*/
  }

  .standard-button, .about-list-icon, .section-bg-color-second, .border-from-bottom::before, .boder-from-left::before {
    /*background-color: #FE0101;*/
    /*height: 90px;*/
    /*width: 140px;*/
    /*vertical-align: middle;*/
    /*align-content: center;*/
    padding-top: 10%;
  }

  .top-number-nextBarTelefoneCenter {
    margin-right: 0px;
  }

}

/* XS Portrait */
@media (max-width: 480px) {

  #main-slider .carousel .item {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 300px;  /*730*/
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
  }


}



