/* This file will hold styles that are loaded using the same media query as the wide grid. */

/*
====================================
 Mini Banners on Level 2 pages
====================================
*/

#region-mini-banner {
	margin-left:0px;
	height: 227px;
	width:1200px;
}
#region-mini-banner img {
	width:1200px;
	height: 227px;
}

.front #region-preface-second {
	margin-left: -710px;
	margin-right: -710px;
    padding-left: 820px;	
    padding-right: 710px;	
}

.page-contact #zone-postscript {
	margin-left: -710px;
	margin-right: -710px;
    padding-left: 820px;	
    padding-right: 710px;	
}



.container-12 .grid-3 {
    width: 280px !important;
}


/*
====================================
HOMEPAGE OVERLAYS
====================================
*/

.front .sliderOverlay1 {
	position:absolute;

    font-family: 'Roboto',sans-serif;
    font-size: 2.3em;
    font-weight: 700;
    height: 25px;
    left: 127px;
    line-height: 0.7em;
    padding: 15px;
    text-align: center;
    top: 61px;
    width: 110px;


	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;
    left: 290px;
    line-height: 0.7em;
    padding: 11px;
    position: absolute;
    text-align: center;
    top: 61px;
    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: 1200px;
  height: 333px;
}

