/* This file will hold styles that are loaded using the same media query as the normal grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the widescreen layout unless they are overridden by the widescreen styles. */
 
 /*
====================================
 Mini Banners on Level 2 pages
====================================
*/

#region-mini-banner {
	margin-left:-20px;
	height: 189px;
	width:1000px;
}
#region-mini-banner img {
	width:1000px;
	height: 189px;
}

.front #region-preface-second {
	margin-left: -710px;
	margin-right: -710px;
    padding-left: 800px;	
    padding-right: 710px;	
}

.page-contact #zone-postscript {
	margin-left: -710px;
	margin-right: -710px;
    padding-left: 820px;	
    padding-right: 710px;	
}




.container-12 .grid-3 {
    width: 200px !important;
}


#region-postscript-first .grid-3 img {
	max-width:300px;
	height:auto;	
}

.grid-3.alpha img {
	max-width:300px;
	height:auto;	
}

.grid-4 img {
	width:300px;
	height:auto;	
}


/*
====================================
HOMEPAGE OVERLAYS
====================================
*/

.front .sliderOverlay1 {
	position:absolute;

    font-family: 'Roboto',sans-serif;
    font-size: 2.3em;
    font-weight: 700;
    height: 25px;
    line-height: 0.7em;
    padding: 15px;
    text-align: center;
    width: 110px;
    top: 50px;
    left: 100px;


	border: 5px solid #fff;
    border-radius: 15px;
	background-color:#fff;
	opacity:0.5;

}


.front .sliderOverlay2 {
	position:absolute;
    font-family: 'Roboto',sans-serif;
    font-size: 2.3em;
    font-weight: 700;
    height: 30px;
    line-height: 0.7em;
    padding: 13px;
    position: absolute;
    text-align: center;
    top: 50px;
    left: 264px;
    width: 110px;		

	border: 5px solid #fff;
    border-radius: 15px;
	background-color:#fff;
	opacity:0.5;

}


/*
====================================
HOMEPAGE BANNER - FULL WIDTH
====================================
*/

.views_slideshow_cycle_main .field-content img {
  width: auto;
  height: 300px;
  margin: 0;
  padding: 0;
}


