/* Responsive */
body {
	background: #d8e9fb url('../images/body_bg.jpg') top repeat-x;
 width:100%;
 overflow-x:hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
.wrapper {

}
.header {
	background: #d3e4f2 url('../images/header_bg.jpg') top repeat-x;
	border-radius: 12px 12px 5px 5px;
	margin-top: 15px;
	overflow: hidden;
}
#fSpotlight {
	margin: 0px -15px;
	margin-bottom: 15px;
}
.leatherboard {
	padding: 30px 0;
}
.nav-main {
	background: #0a5a9e url('../images/nav_bg.jpg') top repeat-x;
	border: 1px solid #0162b4;
	border-radius: 5px;
	position: relative; z-index: 10;
}
.nav-main .fModuleSearch {
	float: right;
	padding: 10px 0;
}
.nav-sub {
	background: #f57213;
	margin-top: -5px;
	padding-top: 5px;
}

.content {
	margin-top: 15px;
	background: #fff;
}

.content, .header, .footer {
	box-shadow: 0px 0px 3px #999;
}


.fModuleAds .fModuleContent > div {
	margin: 0 auto;
}
.sponsors {
	max-width: 540px;
	margin: 0px auto;
}
.sponsors li {
	list-style: none;
}
li.premium div {
	margin: 0px auto 10px;
}
li.ad > div,
li.ad img {
	max-width: 100%;
	height: auto !important;
}
.legal {
	margin-top: 10px;
}

.sidebar {
	border-left: 1px solid #ddd;
}
#fMatter {
	border-right: 1px solid #ddd;
	margin-right: -1px;
	max-width: 100%;
	overflow: hidden;
}


@media all and (max-width: 992px) {
	.logo {
		text-align: center;
	}
	.sponsors li.premium {
		float: left !important;
		margin: 0 10px 0 0;
	}	
	.header {
		border-radius: 0;
		margin-top: 0;
	}
	.footer {
		border-radius: 0;
	}
}

@media all and (max-width: 768px) {
	.nav-main ul.menu li a {
		padding: 12px 7px;
	}
	.content {
		padding-top: 15px;
	}
	
#off-page {
	position: absolute;
	position: fixed;
	top: 0; bottom: 0;
	background: #333;
	color: #fff;
	right: -260px;
	width: 260px;
	border-left: 1px solid #000;
	overflow: auto;
	z-index: 999999;
}
#off-page li a {
	padding: 10px 15px;
	border-bottom: 1px solid #222;
	color: #eee;
	display: block;
	background: #333;
}
#off-page li a:hover,
#off-page li a:active,
#off-page li a:focus {
	color: #fff;
	background: #0162b3 !important;
	text-decoration: none;
}
#off-page li:hover a,
#off-page li:active a,
#off-page li:focus a {
	color: #fff;
	background-color: #0162b3 !important;
	text-decoration: none;
}

#off-page .fModuleSearch {
	text-align: center;
	border-bottom: 1px solid #000;
}
#off-page input {
	padding: 4px 10px;
	color: #000;
}
#off-page .submit,
#off-page .button {
	color: #000;
	background: #ccc;
	border: 1px solid #aaa;
}
#off-page form {
	padding: 15px;
}
#off-page a {
	color: #eee;
}
#off-page form p {
	margin: 0;
}
.header-mobile {
	background: #c7def0;
	border-bottom: 1px solid #5193c7;
}
.header-mobile a i {
	font-size: 16px;
	padding: 24px 12px;
	color: #000;
}
.leatherboard.visible-xs {
	padding-bottom: 0px;
}

body.slideRight .wrapper {
	margin-left: -260px;
	margin-right: 260px;
}
body.slideRight #off-page {
	right: 0;
}
.wrapper {
	margin: 0px;
}
.wrapper, #off-page {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
}

@media all and (max-width: 728px) {
	.nav-main .fModuleSearch {
		display: none;
	}
	.fModuleBlue .col-xs-6 {
		width: 100%;
	}
	.sponsors  {
		max-width: 260px !important;
	}
	ul.sponsors li.associates {
	    margin:0 2px 10px;
	}
	
	.perspectiveFullPage ul.contentSocial,
	.articleFullPage ul.contentSocial {
		position: fixed;
		padding: 0 !important;
		bottom: 0; left: 0; right: 0;
		height: auto !important;
		z-index: 1000;
	}
	
	.perspectiveFullPage ul.contentSocial li,
	.articleFullPage ul.contentSocial li {
		width: 20%;
		margin: 0 !important;
		padding: 0;
	}
	
	
	.contentSocial .buttonBG2,
	.contentSocial .buttonBGgp {
		display: none;
	}
	#fMatter {
		border: 0px none;
		margin: 0;
	}
}