/* This file will hold styles that are loaded using the same media query as the narrow grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the normal and widescreen layouts. You may override these styles in the normal 
 *  and widescreen CSS files as appropriate. */

/**
 * Main layout
 */
 
body {
  background-color: #9d9c9a;
}
 
.zone-wrapper {
  background: transparent url('../images/background-blue-tablet.gif') repeat-y 50% top;
} 

/**
 * Menus
 */
 
#region-menu {
  width: 720px;
}

.zone-menu ul.menu li {
  font-size: 1em;
  width: 16.3%;
}

/**
 * Header
 */
 
#region-branding {
  width: 60%; 
}

#region-user-first,
#region-user-second {
  width: 30%;
}
.region-sidebar-first {
	margin-left:0;
	margin-right:0;
}
 
/**
 * Flexslider
 */ 
 
.flexslider .body {
  /* width: 44%; */
}

.flexslider .text {
  padding: 1em 1em 1em 0;
}
.not-front .flexslider .text {
  padding: 1em 1em 3em 0;
}
.not-front .flexslider .view-footer {
	padding-bottom:0;
}
.not-front .flexslider .views-field-field-carousel-image img {
	width: 100%;
}

/**
 * Cemeteries & Memorials map
 */
 
.cemeteries-memorials-map .openlayers-container-map-abmc_map {
  width: 100% !important;
  /* height: 618px !important;
  width: 488px !important; */
}

.cemeteries-memorials-map .openlayers-map-abmc_map {
  width: 100% !important;
  /* height: 618px !important;
  width: 488px !important; */
}