/*
	Cookie ctrl
*/
#cookie-ctrl{
	position: fixed;
	bottom: 0px;
	left: 0px;

	background: #000;
	opacity: 0.85;

	width: 100%;

	cursor: pointer;
}

#cookie-ctrl .wrap{
	margin: 0 auto;
	padding: 10px 0;

	width: 100%;
	max-width: 900px;

	color: #fff;
	font-family: 'Lato';
	font-size: 14px;
	line-height: 18px;
}

#cookie-ctrl .wrap a{
	color: #fff;
}

/*
	Cookies Layout
*/
.cookiesLayout .wrapper{
	width: 960px;
	margin: 0 auto;
}

.cookiesLayout .content{
	padding-bottom: 40px;
}

.cookiesLayout .cookieImg{
	display: block;
	margin: 0 auto;
}

.cookiesLayout .content .ipWidget-IpTitle h1{
	border: 0;

	font-family: 'Lato';
	font-size: 22px;
	color: #000;
	text-align: center;
	text-transform: none;
	font-weight: normal;

	background: none;
}

.cookiesLayout .content .ipWidget-IpTitle h2{
	margin: 0 0 15px;
	border: 0;

	font-family: 'Lato';
	font-size: 20px;
	color: #000;
	text-align: center;
	text-transform: none;
	font-weight: normal;

	background: none;
}

.cookiesLayout .content .ipWidget-IpTitle h3{
	border: 0;
	margin: 10px 0;

	font-family: 'Lato';
	font-size: 18px;
	color: #000;
	text-align: center;
	text-transform: none;
	font-weight: normal;

	background: none;
}

.cookiesLayout .ipPreviewWidget p,
.cookiesLayout .mceContentBody p{
	font-family: 'Lato';
	font-size: 13px;
	color: #000;
}

.cookiesLayout ul.cookiesNav{
	padding: 0;
	list-style: none;
}

.cookiesLayout ul.cookiesNav li{
	display: block;
	float: left;

	margin-right: 1px;
	padding: 5px;
	width: 302px;

	background: #000;

	font-family: 'Lato';
	font-size: 15px;
	color: #fff;
	text-align: center;

	cursor: pointer;
}

.cookiesLayout ul.cookiesNav li:last-child{
	margin-right: 0px;
}

.cookiesLayout ul.cookiesNav li:hover,
.cookiesLayout ul.cookiesNav li.selected{
	color: #959494;
}

.cookiesLayout .cookies {
	margin: 0 auto 39px;
	border-bottom: solid 1px #000;
	padding: 0 0 42px;

	text-align: center;
}

.cookiesLayout .cookies label{
	margin: 0 16px
}

.cookiesLayout .cookies button{
	border: none;
	padding: 10px 30px;

	background: #000;

	color: #FFFFFF;
	font-family: "Lato";
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}

.cookiesLayout .cookies .message{
	margin: 20px 0 0;
	font-family: 'Lato';
	font-size: 13px;
	color: #000;
}

.cookiesLayout .cookies button:hover{
	color: #959494;
}

.cookiesLayout .cookies .radioStyle{
	width: 13px;
	height: 13px;

	background: url(../img/cookiesRadio.png) no-repeat;

	cursor: pointer;
}

.cookiesLayout .cookies .radioStyle:hover{
	background-position: 0 -13px;
}

.cookiesLayout .cookies .radioStyle.checked{
	background-position: 0 -26px;
}

.cookiesLayout .pages .page2,
.cookiesLayout .pages .page3{
	padding: 0 112px;
}
