@media all and (min-width: 1500px) {
  /*changed as per clients req, meeting on April 26, 2016*/
  #page{
    max-width: 1175px;
    margin: auto;
  }
  .carousel .carousel-row > div.image-col{
    padding-right: 0!important;
    padding-top: 0!important;
    padding-left: 2px!important;
  }
  .carousel {
    background: #fff;
  }
  .carousel .carousel-row > div{
    background: #e1e0dc;
  }
  .carousel .carousel-row > div:first-child{
    border-right: 4px solid #fff;
  }
  .related-posts {
	padding-left: 15px;
	padding-right: 15px;
  }
  /*changed as per clients req*/
  
  .filter{
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .feature-post .text {
    padding-right: 8%;
  }
    .author-bio-details .author-img+.views-field {
        width: 89%;
        padding-right: 10.5%;
    }
}
@media all and (min-width: 1200px) {
  .page-header .logo {
    margin-left: 0;
  }
  .page-header .navbar-default .navbar-nav { 
    padding-left: 75px;
  }
	
  .with-filter-by.views-element-container .nav li {
      /*margin-right: 3.1%;*/
  }
  
  /*changed as per clients req, meeting on April 13, 2016*/
  .features-info .region .column{
    padding: 2% 8%;
  }
  .links {
    font-size: 16px;
    /*font-weight: normal;*/
  }
  /*changed as per clients req*/
  
  .navbar-header .header-right .visual-box img{
    min-height: 50px;
    min-width: 147px;
  }
  
  .event-list-nowrap.grids .image iframe{
    max-height: 178px;
    min-width: 290px;
  }
  
  .path-news .feature-post .text h1 a,
  .path-blogs .feature-post .text h1 a{
    margin-left: 6px;
  }
  .modal-search .form-actions  {
	  margin-left: 6px;
  }

  .modal-search.open.show-this .col2 {
    margin-top: 30px;
  }
    .icrr-link {
        position: absolute;
        top: 10px;
        right: 1px;
    }
	
	

.comment-section {
    position: relative;
    margin: 0!important;
}
.comment-section .comment-count {
    position: absolute;
    right: 0;
    bottom: 8px;
}
    .page-node-type-event .feature-post .text-holder{
        padding-bottom: 20px;
    }
}


@media all and (min-width: 769px) {
  .carousel .carousel-row > div.image-col{
    background: transparent;
	padding: 0!important;
	border-left: 6px solid #fff;
	border-right: 6px solid #fff;
  }
}
