/*
 * responsive.custom.css is for custom media queries that are not set via the
 * theme settings, such as cascading media queries.
 *
 * By default all the other responsive stylesheets used in Adaptivetheme use a
 * "stacking method", however cascading media queries use a waterfall method so
 * you can leverage the cascade and inheritance for all browsers that support
 * media queries, regardless of screen size.
 *
 * @SEE http://zomigi.com/blog/essential-considerations-for-crafting-quality-media-queries/#mq-overlap-stack
 *
 * NOTE: this file loads by default, to disable got to your theme settings and
 * look under the "CSS" settings tab.
 */
/*
 * Really small screens and up
 */
/* @media only screen and (min-width: 220px) {} */
/*
 * Smartphone sizes and up
 */
/* @media only screen and (min-width: 320px) {} */
/*
 * Smartphone sizes and down
 */
@media only screen and (max-width: 480px) {
  /* 
   * Float Region blocks example:
   * In smaller screen sizes we can remove the float and widths so all blocks
   * stack instead of displaying horizonally. The selector used here is an
   * "attribute selector" which will match on any float block class. Use your
   * inspector or Firebug to get the classes from the page output if you need
   * more granular control over block alignment and stacking.
   * 
   * "Float Region blocks" is an extension for floating blocks in regions, see
   * your themes appearance settings, under the Extensions tab.
   */
  .region[class*="float-blocks"] .block {
    float: none;
    width: 100%;
  
  }
  #backtotop { display : none !important ;}
}
/*
 * Tablet sizes and up
 */
/* @media only screen and (min-width: 768px) {} */
/*
 * Desktops/laptops and up
 */
/* @media only screen and (min-width: 1025px) {} */

@media only screen and (min-width:768px)
{
#block-views-home-page-slide-block .view-home-page-slide .views-slideshow-cycle-main-frame { width:100%!important;}
#block-views-home-page-slide-block .views-slideshow-controls-bottom { width:12%;}
#block-views-home-page-slide-block .views-field-field-slide-image { margin-left: 0; width: 50%;} /* REM 20131121 by Mike Brooks */
#block-views-home-page-slide-block .views-field-body { width:45%;}
#block-views-home-page-slide-block .views-field-field-slide-image img { }
#block-views-home-page-slide-block .views-slideshow-controls-bottom { width:15%;}
.sidebar-second #main_columns { background: #ebebeb; width:100%;}

}


@media only screen and (min-width:768px) and (max-width:1024px)
{ 
.region-secondary-content { background:none;}
#page #header .header-inner { width : 100% !important ;}
#header, .region-secondary-content .region-inner { width:100%;}
#block-views-home-page-slide-block .view-home-page-slide .views-slideshow-cycle-main-frame { width:100%!important;}
#block-views-home-page-slide-block .views-slideshow-controls-bottom { width:15%;}
.fl-left img { width:100%;}
.not-front .content-inner { background:none; margin-right:0;}
.sidebar-second .content-inner { margin:0;}
.not-front .region-sidebar-second { width: 25%; margin-left: 0%;}
#content-column, .content-column { }
.not-front #content-column, .not-front .content-column { background:#fff; width: 75%;}
 #header #branding { width:26%; }
 #menu-bar { margin-bottom: 0;}
 .sidebar-second #main_columns { background:#ebebeb; width:100%;}
 /* #block-views-home-page-slide-block .views-field-field-slide-image { width:35%;} */

#block-views-home-page-slide-block .views_slideshow_slide, #block-views-home-page-slide-block .view-home-page-slide .views-slideshow-cycle-main-frame { width:100%;}

#columns,.two-sidebars #main_columns, #footer .region-footer,#main_columns { width:100%;}
.not-front .content-inner, .not-front .region.region-sidebar-second { margin-top:0;}
.not-front.no-sidebars #content-column, .not-front.no-sidebars .content-column { width:100%;}
.region-sidebar-second .calendar.legend { width : auto ;}


}
@media only screen and (width:1024px)
{
#block-views-home-page-slide-block .views_slideshow_slide, #block-views-home-page-slide-block .view-home-page-slide .views-slideshow-cycle-main-frame { width:100%;}
#page #header .header-inner { width:100% !important;}
#menu-bar { top:0;}
}

@media only screen and (min-width:1025px)

{ 
#header { float:none;}

}
