.cbp-fwslider {
	position: relative;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 40px 0 60px;
	margin-top: 111px;
}

.cbp-fwslider ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
}

.cbp-fwslider ul li {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

.cbp-fwslider ul li > a,
.cbp-fwslider ul li > div {
	display: block;
	text-align: center;
	outline: none;
}

.cbp-fwslider ul li > a img {
	border: none;
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.cbp-fwslider nav span {
	position: absolute;
	top: 50%;
	width: auto;
	height: 100px;
	background: #FFF;
	color: #333;
	font-size: 70px;
	text-align: center;
	margin-top: -50px;
	line-height: 100px;
	cursor: pointer;
	font-weight: normal;
}

.cbp-fwslider nav span:hover {
	background: #378fc3;
}

.cbp-fwslider nav span.cbp-fwnext {
	right: 0px;
}

.cbp-fwslider nav span.cbp-fwprev {
	left: 0px;
}

.cbp-fwdots {
	position: absolute;
	bottom: 0px;
	white-space: nowrap;
	text-align: center;
	width: 100%;
}

.cbp-fwdots span {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #ddd;
	margin: 4px;
	border-radius: 50%;
	cursor: pointer;
}

.cbp-fwdots span:hover {
	background: #999;
}

.cbp-fwdots span.cbp-fwcurrent {
	background: #47a3da;
	box-shadow: 0 0 0 2px #47a3da;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}

/* ------------------------------ */
.cbp-af-header {
	width: 100%;
	height: 150px;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
  	justify-content: space-between;
	flex-wrap: wrap;

  	text-align: center;
  	background: rgb(209,210,212);
	background: -moz-linear-gradient(top, rgba(209,210,212,1) 1%, rgba(255,255,255,1) 20%);
	background: -webkit-linear-gradient(top, rgba(209,210,212,1) 1%,rgba(255,255,255,1) 20%);
	background: linear-gradient(to bottom, rgba(209,210,212,1) 1%,rgba(255,255,255,1) 20%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d2d4', endColorstr='#ffffff',GradientType=0 );
	z-index: 2000;
	border-bottom: 3px solid #E6E6E6;
	position: fixed;
	overflow: hidden;
	top: 0px;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

.cbp-af-inner img {
	margin: 0px 0px 0px 0px;
}

.cbp-af-header .cbp-af-inner {
}

.cbp-af-header h1,
.cbp-af-header nav {
	display: inline-block;
	position: relative;
	height: auto;
	margin: 0;
}

 /* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */
.cbp-af-header h1,
.cbp-af-header nav a {
	line-height: 70px;
	background: rgba(213,0,0,1);
}

.cbp-af-header h1 {
	text-transform: uppercase;
	color: #333;
	letter-spacing: 4px;
	font-size: 4em;
	margin: 0;
	float: left;
}

.cbp-af-header nav {
	float: left;
}

.cbp-af-header nav a {
	color: #FFF;
	font-weight: 700;
	font-size: 18px;
	text-decoration: none;
	background-color: #D50000;
	font-weight: 400;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 15px;
	transition: all 0.3s;
}

.cbp-af-header nav a i {
	font-size: 18px;
}

.cbp-af-header nav a:hover {
	color: #FFF;
	/*background-color: #D50000;*/
	background-color: #D85401;
	text-decoration: none;
}

/* Transitions and class for reduced height */
.cbp-af-header h1,
.cbp-af-header nav a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cbp-af-header img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cbp-af-inner img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cbp-af-header.cbp-af-header-shrink {
	/*height: 90px;background: rgba(213,0,0,0.9);*/
	height: 90px !important;
	background-color: rgba(255, 255, 255, 0.7);
}

.cbp-af-header.cbp-af-header-shrink header{
	height: 90px !important;
	background-color: rgba(255,255,255,0.6);
}

.cbp-af-header.cbp-af-header-shrink .informationHeader {
	height: 90px !important;
}

.cbp-af-header.cbp-af-header-shrink h1,
.cbp-af-header.cbp-af-header-shrink nav a {
	line-height: 90px;
}

.cbp-af-header.cbp-af-header-shrink img {
	/*margin-top: 5px;*/
	width: 145px;
}

.cbp-af-header.cbp-af-header-shrink .contentLogo {
	margin-top: 5px;
}

.cbp-af-header.cbp-af-header-shrink .logoUtn img {
	/*margin-top: 5px;*/
	width: 130px;
    margin-top: -50px;
}

.cbp-af-header.cbp-af-header-shrink h1 {
	font-size: 2em;
}

/* Example Media Queries */
@media screen and (max-width: 55em) {
	
	.cbp-af-header .cbp-af-inner {
		width: 100%;
	}

	.cbp-af-header h1,
	.cbp-af-header nav {
		display: block;
		margin: 0 auto;
		text-align: center;
		float: none;
	}

	.cbp-af-header h1,
	.cbp-af-header nav a {
		line-height: 115px;
	}

	.cbp-af-header nav a {
		margin: 0 10px;
	}

	.cbp-af-header.cbp-af-header-shrink h1,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 45px;
	}

	.cbp-af-header.cbp-af-header-shrink h1 {
		font-size: 2em;
	}

	.cbp-af-header.cbp-af-header-shrink nav a {
		font-size: 1em;
	}
}

@media screen and (max-width: 32.25em) {
	.cbp-af-header nav a {
		font-size: 1em;
	}
}

@media screen and (max-width: 24em) {
	.cbp-af-header nav a,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 1;
	}
}
