/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

@media only screen and (min-width: 0px) and (max-width: 694px) {

body {
  min-width: 320px;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_8 {
	margin-left: auto;
	margin-right: auto;
	width: 320px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
}



.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8 {
	position:relative;
}


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 8 Columns
----------------------------------------------------------------------------------------------------*/


.container_8 .grid_1 {
	width:40px;
}

.container_8 .grid_2 {
	width:80px;
}

.container_8 .grid_3 {
	width:120px;
}

.container_8 .grid_4 {
	width:160px;
}

.container_8 .grid_5 {
	width:200px;
}

.container_8 .grid_6 {
	width:240px;
}

.container_8 .grid_7 {
	width:280px;
}

.container_8 .grid_8 {
	width:320px;
}




/* Prefix Extra Space >> 8 Columns
----------------------------------------------------------------------------------------------------*/


.container_8 .prefix_1 {
	padding-left:40px;
}

.container_8 .prefix_2 {
	padding-left:80px;
}

.container_8 .prefix_3 {
	padding-left:120px;
}

.container_8 .prefix_4 {
	padding-left:160px;
}

.container_8 .prefix_5 {
	padding-left:200px;
}

.container_8 .prefix_6 {
	padding-left:240px;
}

.container_8 .prefix_7 {
	padding-left:280px;
}



/* Suffix Extra Space >> 8 Columns
----------------------------------------------------------------------------------------------------*/


.container_8 .suffix_1 {
	padding-right:40px;
}

.container_8 .suffix_2 {
	padding-right:80px;
}

.container_8 .suffix_3 {
	padding-right:120px;
}

.container_8 .suffix_4 {
	padding-right:160px;
}

.container_8 .suffix_5 {
	padding-right:200px;
}

.container_8 .suffix_6 {
	padding-right:240px;
}

.container_8 .suffix_7 {
	padding-right:280px;
}



/* Push Space >> 8 Columns
----------------------------------------------------------------------------------------------------*/


.container_8 .push_1 {
	left:40px;
}

.container_8 .push_2 {
	left:80px;
}

.container_8 .push_3 {
	left:120px;
}

.container_8 .push_4 {
	left:160px;
}

.container_8 .push_5 {
	left:200px;
}

.container_8 .push_6 {
	left:240px;
}

.container_8 .push_7 {
	left:280px;
}



/* Pull Space >> 8 Columns
----------------------------------------------------------------------------------------------------*/


.container_8 .pull_1 {
	left:-40px;
}

.container_8 .pull_2 {
	left:-80px;
}

.container_8 .pull_3 {
	left:-120px;
}

.container_8 .pull_4 {
	left:-160px;
}

.container_8 .pull_5 {
	left:-200px;
}

.container_8 .pull_6 {
	left:-240px;
}

.container_8 .pull_7 {
	left:-280px;
}




/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}


/**************************************************************/

#searchGridWrapper .floatRight {
	float:none;
}
#searchGridWrapper input.cauta { 
	float:left;
	margin-left:0px; 
	width:180px;
}
#searchGridWrapper input#btn_lang { 
	float:right; 
}
.topRightMargin {
	height:0px;
}
#logoGridWrapper div.logo {
	width:320px;
	height:90px;
	background-image:url(../images/sprite_320.png);
	background-repeat:no-repeat;
	background-position:-0px -178px;
}
#logoGridWrapper div.logo_home {
	width:320px;
	height:90px;
	background-image:url(../images/sprite_320.png);
	background-repeat:no-repeat;
	background-position:-0px -0px;
}
#logoGridWrapper {
	width:320px;
}
#logoGridWrapper:after {
	clear:both;
}
#searchGridWrapper {
	width:320px;
}
#searchGridWrapper:after {
	clear:both;
}
#navMenuSelect {
	display:block;
	width:100%;
	margin-top:15px;
}

#navMenu {
	display:none;
}



.homepage_header {
	height:520px;
}
#demo-canvas-wrapper {
	display:none;	
}

#homepageSubHeaderGridWrapper {
	width:320px;
}
#homepageSubHeaderGridWrapper:after {
	clear:both;
}
#homepageSubHeaderGridCanvas {
	width:0px;
}
.homepageSubHeaderWrapper {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.homepageSubHeaderWrapper h1 {
	margin-bottom:15px;
	font-size:2.2em;
}


.satellite_icon {
	background-size:cover;
	width:150px;
	height:150px;
	left:75px;
	top:10px;
}
.homepageServicesWrapper {
	padding:160px 0px 0px 0px;
	font-size:0.9em;	
}
.homepageServicesSlider {
	width:320px;
}
.homepageServicesText {
	height:90px;
	margin-bottom:10px;
}
.homepageServicesReadMore {
	margin-bottom:25px;
	background-position: -370px -514px;
	width:65px;
	height:65px;
	line-height:61px;
	font-size:0.7em;
}

.homepageServicesText {
	height:auto !important;
}
.homepageServicesBox h3 {
	margin-bottom:5px;
	height:auto !important;
}
/***********************************/
.homepageStoriesButtons {
	display:none;
}
#homepageStoriesBtnLeft {
	background-position: 8px -638px;	
}
#homepageStoriesBtnRight {
	background-position: -117px -638px;	
}
.homepageStoriesSlider {
	width:100%;
	font-size:0.8em;
}
.homepageStoriesBox {
	width:100%;
	margin-bottom:30px;
}
.homepageStoriesImage {
	width:100%;
	height:100%;
	margin-right:0px;
}
.homepageStoriesBox h3 {
	font-size:1.9em;
	margin-bottom:4px;
}
.homepageStoriesBox h4 {
	margin-bottom:4px;
}
.homepageStoriesText {
	margin-bottom:5px;
}
.homepageStoriesReadMore {
	margin-top:2px;
	padding:5px;
}
.homepageStoriesWrapper {
	margin-bottom:10px;
	padding-top:10px;
}
.homepageStoriesWrapper h2 {
	margin:10px 0px 10px 0px;
	font-size:2em;
}

/**********************************/

.homepage_events {
	height:665px;
	font-size:1.1em;
	background-position:-1000px -0px;
}
.homepageEventsBox {
	margin:15px 0px 9px 0px;
	padding:0px;
	overflow:hidden;
}
.homepageEventsWrapper {
	height:665px;
	width:100%;
	padding:10px;
}
.homepageEventsText {
	margin-top:5px;
}
.homepageEventsWrapper h2 {
	font-size:2em;
}
/***********************************/

.pageCarrouselButtons {
	display:none;
}
#pageCarrouselBtnLeft {
	background-position: 8px -638px;	
}
#pageCarrouselBtnRight {
	background-position: -117px -638px;	
}
.pageCarrouselSlider {
	width:100%;
	font-size:0.8em;
}
.pageCarrouselBox {
	width:100%;
	margin-bottom:30px;
}
.pageCarrouselImage {
	width:100%;
	height:140px;
	margin-right:0px;
}
.pageCarrouselBox h3 {
	font-size:1.9em;
	margin-bottom:4px;
}
.pageCarrouselBox h4 {
	margin-bottom:4px;
}
.pageCarrouselText {
	margin-bottom:5px;
}
.pageCarrouselReadMore {
	margin-top:2px;
	padding:5px;
}
.pageCarrouselWrapper {
	margin-bottom:10px;
	padding-top:10px;
	width: 100% !important;
}
.pageCarrouselWrapper h2 {
	margin:10px 0px 10px 0px;
	font-size:2em;
}

/*******************************************/

.footerMenu li > ul {
	margin-top:15px;
}
#footer_newsletter_email {
	width:110px;
	font-size:1.0em;
}

.footerMenu li {
	padding-bottom:15px;
}


ul.footerMenu {
	font-size:1.1em;
	width:320px;
	margin-left:17px;
}

.footer_icon {
	margin-left:60px;
}

/*******************************************/

.articleWrapper {
	margin:10px 0px 20px 0px;
	width:100% !important;
	background-color:#FFF;	
}

#logo_footer {
	background-image:url(../images/sprite_320.png?normal=1);
	background-position:-0px -104px;
	margin-bottom:10px;
	width:320px;

}

/**********************************************/
.articleBackground {
	background:none;
	background-repeat:no-repeat;
	background-image:none !important;
}
.subHeaderWrapper {
	width:320px;
	margin:0px;
}
.categTitle {
	line-height:2.2em;
	font-size:1em;
	margin-bottom:1em;
}
h1 {
	font-size:2em;
}
.subheaderZoomWrapper {
	height:240px;
	width:100%;
	overflow:hidden;
}
.subheader {
	height:240px;
}
.breadCrumb {
	margin:0px;
}
.articleWrapper {
	width:100%;
}
h2 {
	margin:0px 0px 10px 0px;
	font-size:1.5em;
}
.articleWrapper > div.articleTextWrapper {
	line-height:1.2em;
}
.articleTextWrapper ul {
	margin-left:10px;
}


.articleTextWrapper > p img {
  display: block;
  width: 100% !important;
  height: auto !important;
  margin:5px 5px 5px 5px;
}











}