/* lg */ 
@media (min-width: 1200px) {

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
  #header .navbar-nav.navbar-right li{
    padding: 0 10px;
  }

  .features-nav li{
    padding: 30px 20px;
  }
  .features-nav .media-content h3{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .features-nav .media-content p{
    font-size: 14px;
    line-height: 24px;
  }

  #gallery .gallery-filter li a{
    font-size: 16px;
  }

  #gallery .efffect h4{
    display: none;
  }

  .single-news img{
    width: 120px;
  }

  .single-news .news-content{
    padding-left: 0;
  }

  .news-content h2{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .single-news .news-content p{
    /*display: none;*/
  }

  .infowindow{
    display: none;
  }


  .features-nav{
	height:auto;
	height:unset;
	height: initial;
  }



}

/* xs */
@media (max-width: 767px) {

  #header .navbar-nav.navbar-right li:first-child{
    padding: 0 20px; 
  }

  #header .navbar-nav.navbar-right li {
    padding: 0 20px
  }

  #header .navbar-nav.navbar-right li a {
    padding: 0
  }

  #header .navbar-inverse .navbar-nav .active a, 
  #header .navbar-inverse .navbar-nav .active a:focus, 
  #header .navbar-nav.navbar-right li a:hover {
    border: 0
  }

  #home-carousel .carousel-inner h2 {
    font-size: 35px;
  }

  #home-carousel .carousel-inner .item {
    height: 515px;
  }

  #home-carousel .carousel-inner p {
    font-size: 14px;
  }

  #home-carousel .carousel-inner button {
    font-size: 16px;
    height: 45px;
    width: 150px;
  }

  #community-carousel .carousel-indicators {
    top:auto;
    left:45%;
    bottom: 10px;
    width: auto;
  }

  #community-carousel .carousel-indicators li {
    display: inline-block;
  }

  .media-content h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .media-content p {
    font-size: 14px;
    line-height: 25px;
  }

  .features-nav li {
    padding: 60px 30px;
    min-height: 197px;
  }
  .features-nav{
	height:auto;
	height:unset;
	height: initial;
  }
  .menu-media {
    padding-left: 0;
    padding-top: 30px;
  }

  .menu-media img {
    padding-right: 15px;
    padding-top: 68px;
    padding-left: 15px;
    margin-right: 0 !important;
  }

  .menu-media h4 {
    font-size: 20px;
    margin-top: 45px;
  }

  .menu-media p {
    font-size: 15px;
    line-height: 25px;
  }

  #email-marketing-carousel .carousel-indicators, 
  #customer-satisfaction-carousel .carousel-indicators, 
  #support-carousel .carousel-indicators {
    left: 73%
  }

  #gallery h2 {
    width: 133px;
    font-size: 25px
  }

  #gallery .gallery-filter {
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 0;
  }

  #gallery .gallery-filter li a {
    font-size: 15px;
    margin-bottom: 1px;
    width: auto;
    padding: 10px;
  }

  .gallery-items > div{
    width: 33% !important;
  }

  .gallery-items .mask h3{
    margin-top: 10px;
  }

  .gallery-items .mask h4{
    display: none;
  }

  .mask h3 {
    font-size: 18px;
  }

  .mask h4 {
    font-size: 14px
  }
  .promotion h2 {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    padding-bottom: 12px
  }

  #news .news-heading, 
  #our-team h2 {
    font-size: 25px;
    width: 125px
  }

  .team-member {
    margin-bottom: 20px;
    min-height: 16vh;
  }


  .parallax-section{
    padding: 50px 0;
    background-position: 50% !important;
    background-attachment: inherit !important;
  }

  .single-news img{
    width: 120px;
  }

  .single-news .news-content{
    padding-left: 0;
  }

  .news-content h2{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .single-news .news-content p{
    /*display: none;*/
  }  


  .comments h2 {
    font-size: 17px;
    line-height: 28px;
  }

  .comments {
    padding-top: 175px;
  }

  #access .social-icons a{
    display: inline-block;
    margin-bottom: 3px;
  }

  #footer p {
    float: none !important;
    text-align: center;
  }

  #gmap-wrap{
/*    display: none;*/
    float: none;
    width: 100%;
  }
  .infowindow {
    width: 38%;
  }

  #access{
    width: 100%;
    float: none;
  }

	#about-us .item{
		height: 500px;
    }

	.instabtn{
		width: 50px;
		height: 50px;
		font-size: 26px;
		line-height: 50px;
	}


}

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


  .media-content h4 {
    margin-top: 7%
  }


  .menu-media {
    padding-top: 0;
  }

  .menu-media img {
    margin-top:-28px
  }

  .menu-media h4 {
    margin-top: 40px
  }

  .isotope, .isotope .isotope-item {
    width: 100%;
  }

  .mask h3 {
    font-size: 24px;
    margin-top: 25%;
  }

  .mask h4 {
    font-size: 20px;
  }

  #gallery .gallery-filter li a{
    width: auto;
  }
  

}

