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

  .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;
  }
  
  ul#items li {
 
  margin-left: 0px;
  
  }

.press-box {
    width: 32%;
    padding: 23px;
    height: 410px;
    background-repeat: no-repeat;
    background-position: left top, left bottom;
    background-color: #dedede;
    margin: 0px 5px 20px 5px;
}
}


/* sm */
@media (min-width: 768px) and (max-width: 991px) {
  /* Make Navigation Toggle on Desktop Hover */
  body { font-size: 13px;}
  .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;
  }
  .press-box {
    width: 48%;
    padding: 23px;
    height: 370px;
    background-repeat: no-repeat;
    background-position: left top, left bottom;
    background-color: #dedede;
    margin: 0px 5px 20px 5px;
}
}

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

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

  .feature-wrap h2, 
  .single-services h2 {
    font-size: 14px;
  }

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


}

/* XS Portrait */
@media (max-width: 600px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
  }
  .product-layout{
    margin-bottom: 10px;
  }
  .templatemo-nav{
      display: none !important;
    }
  .center h1{
    font-size: 18px;
  }
  #bottom h3{
    font-size: 14px;
  }
  #bottom ul li a{
    font-size: 13px;
    font-weight: 300;
  }
  .product-content table, .product-content iframe{
    max-width: 100%;
  }
  .logo img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .product-layout h2{
    height: 40px;
  }
  .product-layout h2 a{
    font-size: 14px;
  }
  .product-layout .details{
    font-size: 12px;
  }
  .navbar-nav > li > a{
    color: #eee;
    display: inline-block;
    font-size: 13px !important;
    font-weight: 500;
    margin: 0;
    padding: 4px 0 !important;
    text-transform: uppercase;
  }
  .navbar-inverse .navbar-nav > li + li{
    border: none;
  }
	.navbar-right { background: #ccc;}
	.navbar-collapse { background: none;}
	
	#main-slider .carousel .item {
	height:auto; width: 100%;
}
#main-slider .carousel .slide-margin{
  margin-top: 10px;
}
#main-slider .carousel .carousel-content  {  margin-top: 140px;}

#main-slider .carousel h1 { font-size: 20px; margin-top:-100px;}

.carousel-inner { width: 100%;
  overflow: hidden;}
 
ul#items li {
  list-style: none;

  overflow: hidden;
  margin-left: -50px;
  color: #fff;
  text-align: center;
  border: 0px solid #ededed;
  color: #555; }
  
 .news-detail  #news-detail-inc img { width: 95%; height: auto; margin-bottom:10px; text-align:center;}
 
  .press-box {
	  width: 97%;
    padding: 23px;
    height: 410px;
    background-repeat: no-repeat;
    background-position: left top, left bottom;
    background-color: #dedede;
    margin: 0px 5px 20px 5px;
}
.gmap {
    border: 10px solid #f6f5f0;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
}


