/*
  960 Grid System ~ Core CSS.
  Learn more ~ 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.
*/

/* `Container
----------------------------------------------------------------------------------------------------*/

.container_12{
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

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

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12{
	float: left;
	display:inline;
	margin-left:1.063829787234%;
	margin-right:1.063829787234%;
}
/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width:6.382978723404%;
}

.container_12 .grid_2 {
	width:14.893617021277%;
}

.container_12 .grid_3{
	width:23.404255319149%;
}

.container_12 .grid_4 {
	width:31.914893617021%;
}

.container_12 .grid_5 {
	width:40.425531914894%;
}

.container_12 .grid_6{
	width:48.936170212766%;
}

.container_12 .grid_7 {
	width:57.446808510638%;
}

.container_12 .grid_8 {
	width:65.957446808511%;
}

.container_12 .grid_9{
	width:74.468085106383%;
}

.container_12 .grid_10 {
	width:82.978723404255%;
}

.container_12 .grid_11 {
	width:91.489361702128%;
}

.container_12 .grid_12{
	width:100%;
}
/* `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,
.container_12:before,
.container_12:after{
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after{
  clear: both;
}

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

.clearfix,
.container_12{
  zoom: 1;
}

.subTeaser  .grid_4 {
	position:relative;
	min-height:300px;
}

.subTeaser  .grid_4 p.seeAll {
	position:absolute;
	bottom:0;
	left:0;
	margin:0;
	width:100%;
}

.subTeaser .ui-tabs .ui-tabs-panel {
	min-height:252px;
}



/* =Media Print
-------------------------------------------------------------- */
@media print {

    h1 {
	    page-break-before:always;
    }

    h1,  h2,  h3,  h4,  h5,  h6 {
	    page-break-after:avoid;
    }

    ul,  ol,  dl {
	    page-break-before:avoid;
    }
}

/* =Responsive Design
    Media Queries
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media screen and (max-width: 980px) {
	#searchBox input[type="text"]{
		width:156px !important;
	}
}

@media screen and (max-width: 768px) {
    .grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12{
		float: none;
	}
	#main .container_12, #footer .container_12{
		padding:0 10px;
	}
	#mainInner .container_12{
		background:#fff !important;
	}
	#mainInner{
		background:none !important;
	}
	
	
	.socialIcons{
		float:right !important;
		width:112px !important;
		margin-top:22px !important;
		padding-right:5px;
	}
	.socialIcons li a.twitter{
		margin-left:5px !important;
	}
	#main{
		padding-top:20px !important;
	}
	
	.container_12 #searchBox{
		position: absolute;
		width: 216px;
		top: 0px;
		right: 5px;
		z-index:99;
	}
	#mainInner .panel{
		padding:20px 10px 20px 10px !important;
	}
	.sidebarPanel{
		padding:20px 10px !important;
	}
	
	.subTeaser  .grid_4 {
	position:relative;
	min-height:0;
}

.subTeaser  .grid_4 p.seeAll {
	position:static;
	margin-bottom:20px;
	width:100%;
}

.subTeaser .ui-tabs .ui-tabs-panel {
	min-height:0;
}


}

@media screen and (max-width: 480px) {
	.front-page #logo{
		background:url(../logo.png) no-repeat 0 0 !important;
	}
	.hGroup .grid_8{
		margin:0px !important; 
	}
	#navigation {
		background:#054B98 !important;
		position:absolute;
		left:0;
		top:0;
	}
	#navigation a, .fullWidth{
		background:#054B98 !important;
		color:#fff;
	}
	#navigation a{
		color:#fff !important;
	}
  .grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12{
		float: none;
	}
	#main .container_12, #footer .container_12{
		padding:0 10px;
	}
	#slideshow{
		display:none;
	}
	.front-page{
		height:auto !important;
	}
	.container_12 #searchBox{
		position: absolute;
		width: 216px;
		top: 0px;
		right: -3px;
		z-index:99;
	}
	.socialIcons{
		float:left !important;
		width:240px !important;
		margin-top:22px !important;
		padding-right:5px;
	}
	.socialIcons li a.twitter{
		margin-left:5px !important;
	}
	#main{
		padding-top:20px !important;
	}
	#menuInmobile{
		font:16px/40px "MetaPro-Normal";
		text-transform:uppercase;
		padding:0 20px;
		display:block !important;
	}
	#navigation .main-menu{
		display:none;
	}
		#navigation ul.main-menu{
			position:absolute;
			background:rgba(5, 75, 152, 0.95);
			width:290px;
		}
		#navigation ul li, #navigation ul li a{
			background:none !important;
			float:none;
			clear:both;
		}
		#navigation ul li a:focus{
			background:#054b98 !important;
		}
		#navigation ul li a{
			border:none;
			line-height:30px !important;
			padding:0 20px;
		}
		#navigation li li a{
			color:#000;
			text-transform:none !important;
		}
		#navigation .sf-menu.sf-style-default ul{
			display:block !important;
			visibility:visible !important;
			width:100% !important;
			top:0 !important;
			left:10px !important;
			position:inherit !important;
		}
	#mainInner{
		background:none !important;
	}
	#logo{
		background-size:308px auto;
		width:100% !important;
	}
	#mainInner .panel{
		padding:20px 10px 20px 10px !important;
	}
	.sidebarPanel{
		padding:20px 10px !important;
	}
	
	.subTeaser  .grid_4 {
	position:relative;
	min-height:0;
}

.subTeaser  .grid_4 p.seeAll {
	position:static;
	margin-bottom:20px;
}

.subTeaser .ui-tabs .ui-tabs-panel {
	min-height:0;
}
.forex-weather-link{
    margin-left:10px !important;
}
}

@media screen and (max-width: 320px) {
}

@media screen and (max-width: 240px) {
}
