/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800');

/* PLUGIN STYLES */

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

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

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

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

#CC_Bar {
	position: absolute;
	top:0; left:0; right:0;
	height:40px;
	background-color: #666;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	transition: .25s;
	transition-timing-function: ease;
	background-position:bottom;
	background-repeat: repeat-x;
	z-index: 60000000000;
	overflow:hidden;
}

#CC_Inner {
	position: relative;
	width: 940px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
}

#CC_SmallInfo {
	height:40px;
	line-height: 40px;
	color: #FFF;
	font-family: "Helvetica Neue", "Segoe UI Light", sans-serif;
	font-weight: 300;
	font-size: 14px;
	float:left;
	margin: 0;
	padding: 0;
	-webkit-transition: .25s;   -moz-transition: .25s;   transition: .25s;
	-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-family: "Helvetica Neue", "Segoe UI Light", sans-serif;
	font-weight: 300;
	font-size: 12px;
	float:left;
	margin: 0;
	padding: 0;
}

#CC_Inner p a {
	color:#FFF;
}

#CC_Buttons {
	float:right;
	height: 100%;
}

.CC_Button {
	float:left;
	height: 100%;
	padding-left: 40px;
	line-height: 40px;
	color:#FFF;
	font-family: "Helvetica Neue", "Segoe UI Light", sans-serif;
	font-weight: 300;
	text-align: left;
	font-size: 14px;
	text-decoration:none;
	background-image: url(accept.png);
	background-position: 2px center;
	background-repeat: no-repeat;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	transition: .25s;
	cursor: pointer;
}

.CC_Button:hover {
    text-decoration: underline;
}

.CC_ButtonSecondary {
	float:left;
	height: 100%;
	width: 71px;
	padding-left: 40px;
	padding-right: 15px;
	line-height: 40px;
	color: #FFF;
	font-family: "Helvetica Neue", "Segoe UI Light", sans-serif;
	font-weight: 300;
	text-align: left;
	font-size: 14px;
	text-decoration:none;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	transition: .25s;
	cursor: pointer;
	background-position: 2px center;  background-repeat: no-repeat;
}

.CC_ButtonSecondary:hover {
	text-decoration: underline;
}

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

#CC_ReadMore {
    background-image: url(down.png);
}

#CC_ReadMore.CC_ReadMore_Open {
    background-image: url(up.png);
}

#CC_InfoBox {
	width: 620px;
	position: absolute;
	top: 40px;
	left: 0;
	padding: 20px;
	padding-bottom: 16px;
	padding-left: 0;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	transition: .25s;
	-webkit-transition-property: top, opacity;
	-moz-transition-property: top, opacity;
	transition-property: top, opacity;
	transition-timing-function: ease;
	opacity: 0;
	z-index: 1000000;
}

#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;
	color: #FFF;
  	font-family: "Helvetica Neue", "Segoe UI Light", sans-serif;
	font-weight: 300;
	text-shadow: none;
	font-size: 32px;
	font-style: normal;
	line-height: 32px;
	margin-bottom: 14px;
	padding: 0;
}

#CC_InfoBox p {
	height: auto;
	color: #FFF;
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 18px;
	font-family: "Helvetica Neue", "Segoe UI Light", sans-serif;
	text-align: left;
	float: initial;
}

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

/* STYLES WHEN CLOSED BUTTON CLICKED */

#CC_Bar.closed {
	top:-40px;
}

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

.CC_Shadow {
	position:absolute;
	height:4px;
	bottom:0;
	left:0;
	right:0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */
}
