/* Skin Specific  */
.loyalty-skin {
	/* background: url(../images/backgrounds/loyalty-war.jpg) 50% 45px no-repeat;*/
	/*background-position: 0 255px; */
}

/*
#header {
	margin-bottom: 255px;
}
*/



.home-game-changers #wrapper{
	background: #d1d8e0 url(../images/backgrounds/game-changers.jpg) 50% 0px fixed no-repeat;
	/*cursor: pointer; */
}

.blog {
	background: #d1d8e0 url(../images/backgrounds/game-changers.jpg) 50% 0px fixed no-repeat;
}

.blog #container {
	margin-top: 235px !important;
}
	
/* Loyalty 

.category-loyalty #wrapper {
	background: url(../images/backgrounds/loyalty-wallet-allocation-book-bestseller.jpg) 50% 0px fixed no-repeat;

}

.category-ipsos-ideas #wrapper {
	background: #e2e2e2 url(../images/backgrounds/ipsos-ideas.jpg) 50% 0px fixed no-repeat;

}

.category-research #wrapper {
	background: #d1d8e0 url(../images/backgrounds/game-changers.jpg) 50% 0px fixed no-repeat;

}

*/

/*
.category-news #wrapper {
	background: #d1d8e0 url(../images/backgrounds/celebrating-40.jpg) 50% 0px fixed no-repeat;
}

*/
/*
.category-media #wrapper {
	background: #d1d8e0 url(../images/backgrounds/mediact.jpg) 50% 0px fixed no-repeat;
}


.category-advertising #wrapper {
	background: #d1d8e0 url(../images/backgrounds/advertising.jpg) 50% 0px fixed no-repeat;
}

*/



.container-skin {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}

.header-push {
	margin-top: 235px !important;
}

/* Click Zones Top*/
#box-link { 
	position: absolute; 
	margin: auto;
	width: 960px;
	height: 255px;
	top: 90px;
	background-color: transparent;
}
		

/*Conditionals responsive */

@media only screen and (max-width: 767px) {

	#header {
		margin-bottom: 25px !important;
	}
	#box-link {
		display: none;
	}
	#box-link-left {
		display: none;
	}
	#box-link-right {
		display: none;
	}
	#wrapper {
		background: #fff !important;
	}
	.header-push {
		margin-top: 0px !important;
	}



}