body {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.CC_preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}

body.ccActive {
	margin-bottom: 40px;
}

#header {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#CC_Bar {
	position: fixed;
	bottom: 0; left:0; right:0;
	min-height: 40px;
	background-color: #2F2F2F;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	-webkit-transform: translateZ(0);
	transition-timing-function: ease;
	background-position:bottom;
	background-repeat: repeat-x;
	z-index: 60000000000;
	overflow:hidden;
	box-sizing: border-box;   -moz-box-sizing: border-box;   -webkit-box-sizing: border-box;
}

#CC_Bar.active {
    background-color: #000;
}

#CC_Inner {
	position: relative;
	max-width: 1140px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	padding-left: 20px;
	padding-right: 20px;
}

#CC_SmallInfo {
	float: left;
	padding-right: 20px;
	height: 28px;
	line-height: 16px;
	padding-top: 12px;
	color: #FFF;
	font-weight: 300;
	font-size: 12px;
	margin: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	-webkit-transition-property: margin-top, opacity;
	-moz-transition-property: margin-top, opacity;
	transition-property: margin-top, opacity;
	transition-timing-function: ease;
	opacity: 1;
}

#CC_Bar.active #CC_SmallInfo {
	margin-top:-40px;
	opacity: 0;
}

#CC_Inner p {
	height:40px;
	line-height: 40px;
	color: #FFF;
	font-weight: 300;
	font-size: 12px;
	float:left;
	margin: 0;
	padding: 0;
}

#CC_Inner p a {
	color:#FFF;
}

#CC_Buttons {
	float:right;
	position: relative;
	z-index: 1000;
	height: 40px;
	margin-right: -15px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	transition-timing-function: ease;
	-webkit-transform: translateZ(0);
	box-sizing: content-box;
}

#CC_Bar.active #CC_Buttons{
	padding-top: 28px;
}

.CC_Button {
	float:left;
	height: 100%;
	padding-left: 40px;
	padding-right: 15px;
	line-height: 40px;
	color: #FFF;
	font-weight: 300;
	text-align: left;
	font-size: 12px;
	text-decoration:none;
	background: url(accept.png);
	background-position: left center;
	background-repeat: no-repeat;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	-webkit-transform: translateZ(0);
	cursor: pointer;
}

.CC_ButtonSecondary {
	float:left;
	height: 40px;
	padding-left: 40px;
	padding-right: 15px;
	line-height: 40px;
	color: #FFF;
	font-weight: 300;
	text-align: left;
	font-size: 12px;
	text-decoration:none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	-webkit-transform: translateZ(0);
	cursor: pointer;
	background-position: left center;
	background-repeat: no-repeat;
}

.CC_Button:hover,
.CC_ButtonSecondary:hover {
	color:#FFF;
}

.CC_ButtonSecondary.active {
	visibility:visible;
	opacity: 1;
	letter-spacing: 0;
}

#CC_ReadMore {
	background: url(readMore.png) no-repeat;

}

#CC_ReadMore.CC_ReadMore_Open {
	background: url(readLess.png) no-repeat;

}

#CC_InfoBox {
	position: absolute;
	top: 80px;
	left: 20px;
	right: 20px;
	padding: 30px;
	padding-left: 0;
	padding-right: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	-webkit-transform: translateZ(0);
	-webkit-transition-property: top, opacity;
	-moz-transition-property: top, opacity;
	transition-property: top, opacity;
	transition-timing-function: ease;
	opacity: 0;
	z-index: 100;
}

#CC_InfoBox.active {
	top: 0;
	opacity: 1;
}

#CC_InfoBox .tail {
	position:absolute;
	top: -15px;
	right: 95px;
	background-image: url(infoBoxTail.png);
	height:15px;
	width:30px;
	pointer-events: none;
}

#CC_InfoBox .title {
	margin: 0;
	font-weight: 700;
	color: #FFB500;
	text-shadow: none;
	font-size: 28px;
	font-style: normal;
	line-height: 30px;
	margin-bottom: 20px;
	padding: 0;
}

#CC_InfoBox p {
	height: auto;
	margin-top: 0;
	margin-bottom: 10px;
	text-align: left;
	float: initial;
	max-width: 660px;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	min-height: 24px;
	font-weight: normal;
	color: #FFFFFF;
}

#CC_InfoBox p:last-child {
	margin-bottom: 0;
}

/* STYLES WHEN CLOSED BUTTON CLICKED */


#CC_Bar.closed #CC_InfoBox {
	opacity:0;
}

.CC_Shadow {
	position:absolute;
	height: 1px;
	bottom:0;
	left:0;
	right:0; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ /* W3C */ /* IE6-9 */
	background-color: #707171;
}

#CC_Shade {
	position:fixed;
	z-index: 100000000;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: #000;
	opacity:0;
	visibility:hidden;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	cursor: pointer;
}

#CC_Shade.active {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	visibility: visible;
}

@media  (max-width: 900px) {
	#CC_Bar.active #CC_Buttons{
		padding-top: 10px;
	}

	#CC_InfoBox {
		padding-top: 50px;
		top: 20px;
		padding-bottom: 20px;
	}

	#CC_SmallInfo {
    	position: initial;
	}
}

@media  (max-width: 400px) {
	#CC_Bar.active {
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		min-height: 100% !important;
}

	#CC_Bar.active #CC_Buttons{
		padding-top: 10px;
	}

	#CC_InfoBox {
		padding-top: 20px;
		top: 40px !important;
		padding-bottom: 20px;
}

	#CC_SmallInfo {
    	position: initial;
	}
}

#CC_Bar.closed {
	bottom: -40px;
	height: 40px !important;
	min-height: 40px !important;
}
