/* Main Menu Edits */

div#maximenuck {
	float: right;
}

div#maximenuck ul.maximenuck {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	color: #F4F4F4;
}

div#maximenuck ul.maximenuck li.maximenuck.level1 > a, div#maximenuck ul.maximenuck li.maximenuck.level1 > span.separator {
	min-height: 25px;
}

/* End Main Menu Edits */

/* Home Page Slide Show */

/* What Chad wanted */
.layout-slideshow2 .sprocket-features-img-container {
	position: absolute;
	width: 100%;
	top: 0;
}
/* End Chad :) */

.layout-slideshow2 .sprocket-features-title {
	font-weight: normal;
	font-size: 18px;
	line-height: 120%;
	margin: 0;
	padding: 0;
	color: #fff;
}

.layout-slideshow2 .sprocket-features-desc p {
	margin: 4px 0;
	padding: 0;
	color: #fff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

.layout-slideshow2 .sprocket-features-desc h4 {
	font-size: 11px;
	margin: 0;
	padding: 2px 0;
	font-weight: normal;
	color: #ccc;
}

.layout-slideshow2 .sprocket-features-padding {
	padding: 20px 30px 20px 30px;
}

.sprocket-features .readon {
	display: none;
}

.sprocket-features-content:before {
	display: none;
}

.layout-slideshow2 .sprocket-features-content {
	border-left: solid 2px #00b2ef;
	text-align: left;
	background: rgba(0,0,0,0.7);
}

.layout-slideshow2 .sprocket-features-pagination {
	left: 62%;
}

.layout-slideshow2 .sprocket-features-arrows .prev, .layout-slideshow2 .sprocket-features-arrows .next {
	margin-bottom: 15px;
}

.layout-slideshow2 .sprocket-features-arrows .next {
	right: 6%;
}

.layout-slideshow2 .sprocket-features-arrows .prev {
	left: 6%;
}

div.span4.hidden-phone.hidden-tablet {
	padding: 25px !important;
}

/*
@media (min-width:1102px) {
	.sprocket-features-img-list img {
		max-width: 900px;
		max-height: 340px;
	}
}
*/

@media (min-width: 980px) {
	.layout-slideshow2 .sprocket-features-content {
		margin: 4% 10%;
		width: 90%;
		left: -5%;
	}
}

/*
@media (max-width:979px) {
	.sprocket-features-img-list img {
		max-width: 100% !important;
		height: 340px !important;
		float: left !important;
	}
}
*/
/* End Home Page Slide Show */

/* center content column responsive fix */
@media (max-width: 1099px) {
	.content-wrapper .container-fluid .row-fluid > .span9 {
		width: 100%;
	}
	.content-wrapper .container-fluid .row-fluid > .span9 > .row-fluid > .span9 {
		width: 100%;
	}
}
/* end center center column responsive fix */

ul.category.list-striped, ul.category.list-striped li {
	list-style: none;
	list-style-type: none;
}

/* CEPR in the News */

.cepr-news a {
	color:#333333;
}

/* End CEPR in the News */


/* Indent Bullets */

ul.indent, ol {
	margin-left: 40px;
	margin-bottom: 20px;
}

/* Padd hr margin */

hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Fix Lack of Left Float */

.fixleft {
	float: left;
}

.fixleft img {
	margin: 0px !important;
	display: inline !important;
	margin-left: 5px !important;
}

/* End */

.nav-arrows span {
	position: fixed;
	z-index: 2000;
	top: 50%;
	width: 40px;
	height: 40px;
	border: 8px solid #ddd;
	border: 8px solid rgba(150,150,150,0.4);
	text-indent: -90000px;
	margin-top: -40px;
	cursor: pointer;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-arrows span:hover {
	border-color: rgba(150,150,150,0.9);
}

.nav-arrows span.nav-arrow-prev {
	left: 3%;
	border-right: none;
	border-top: none;
}

.nav-arrows span.nav-arrow-next {
	right: 5%;
	border-left: none;
	border-bottom: none;
}

/* Custom navigation dots */

.nav-dots {
	text-align: right;
position: fixed;
bottom: 5%;
height: 30px;
width: 100%;
/*right: 33%;*/
z-index: 1000;
padding-right: 10%;
}

.nav-dots span {
	display: inline-block;
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 3px;
	background: #fff;
	background: rgba(150,150,150,0.4);
	cursor: pointer;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1);
}

.demo-2 .nav-dots span {
	background: #fff;
	margin: 6px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	/*box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 2px rgba(255,255,255,0.5);*/
}

/*.demo-2 .nav-dots span.nav-dot-current,*/
.demo-2 .nav-dots span:hover {
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 4px rgba(255,255,255,0.5);
}

.nav-dots span.nav-dot-current:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 0px;
	left: 0px;
	border-radius: 50%;
	background: #e51b24;
}

/* Content elements */
.demo {
	background-size:auto;
}
.demo-1 .deco {
	width: 260px;
	height: 260px;
	border: 2px dashed #ddd;
	border: 2px dashed rgba(150,150,150,0.4);
	border-radius: 50%;
	position: absolute;
	bottom: 50%;
	left: 50%;
	margin: 0 0 0 -130px;
}

.demo-1 [data-icon]:after {
    content: attr(data-icon);
    font-family: 'AnimalsNormal';
	color: #999;
	text-shadow: 0 0 1px #999;
	position: absolute;
	width: 220px;
	height: 220px;
	line-height: 220px;
	text-align: center;
	font-size: 100px;
	top: 50%;
	left: 50%;
	margin: -110px 0 0 -110px;
	box-shadow: inset 0 0 0 10px #f7f7f7;
	border-radius: 50%;
}

.demo-1 .sl-slide h2 {
	bottom: 60%;
    color: #000000;
    font-size: 34px;
    font-weight: 700;
    left: 55%;
    letter-spacing: 5px;
    line-height: 50px;
    margin: 0 0 -120px;
    padding: 20px;
    position: absolute;
    text-align: left;
    text-shadow: 0 0 1px #000000;
    text-transform: uppercase;
    width: 50%;
}

.demo-1 .sl-slide blockquote {
	bottom: 50%;
    color: #8B8B8B;
    font-size: 14px;
    font-weight: 400;
    height: 70px;
    left: 42%;
    line-height: 20px;
    margin: 0 0 -75px;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 50%;
    z-index: 2;
}

.demo-1 .sl-slide blockquote p{
	margin: 0 auto;
	width: 60%;
	max-width: 400px;
	position: relative;
}

.demo-1 .sl-slide blockquote p:before {
	color: #f0f0f0;
	color: rgba(244,244,244,0.65);
	/*font-family: "Bookman Old Style", Bookman, Garamond, serif;*/
	position: absolute;
	line-height: 60px;
	width: 75px;
	height: 75px;
	font-size: 200px;
	z-index: -1;
	left: -80px;
	top: 35px;
	content: '\201C';
}

.demo-1 .sl-slide blockquote cite {
	font-size: 10px;
	padding-top: 10px;
	display: inline-block;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 4px;
}

/* Custom background colors for slides in first demo */

/* First Slide */
.demo-1 .bg-1 .sl-slide-inner,
.demo-1 .bg-1 .sl-content-slice {
	
	background-image: url('../templates/cepr_blog/images/slides/1.jpg');
}

/* Second Slide */
.demo-1 .bg-2 .sl-slide-inner,
.demo-1 .bg-2 .sl-content-slice {
	background-image: url('../templates/cepr_blog/images/slides/2.jpg');
	
}

.demo-1 .bg-2 [data-icon]:after,
.demo-1 .bg-2 h2 {
	color: #fff;
}

.demo-1 .bg-2 blockquote:before {
	color: #222;
}

/* Third Slide */
.demo-1 .bg-3 .sl-slide-inner,
.demo-1 .bg-3 .sl-content-slice {
	background-image: url('../templates/cepr_blog/images/slides/3.jpg');
}

.demo-1 .bg-3 .deco {
	border-color: #fff;
	border-color: rgba(255,255,255,0.5);
}

.demo-1 .bg-3 [data-icon]:after {
	color: #fff;
	text-shadow: 0 0 1px #fff;
	box-shadow: inset 0 0 0 10px #b55381;
}

.demo-1 .bg-3 h2,
.demo-1 .bg-3 blockquote{
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

.demo-1 .bg-3 blockquote:before {
	color: #c46c96;
}

/* Forth Slide */
.demo-1 .bg-4 .sl-slide-inner,
.demo-1 .bg-4 .sl-content-slice {
		background-image: url('../templates/cepr_blog/images/slides/4.jpg');

}

.demo-1 .bg-4 .deco {
	
}

.demo-1 .bg-4 [data-icon]:after {
	text-shadow: 0 0 1px #277d87;
	color: #277d87;
}

.demo-1 .bg-4 h2,
.demo-1 .bg-4 blockquote{
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.demo-1 .bg-4 blockquote:before {
	color: #379eaa;
}

/* Fifth Slide */
.demo-1 .bg-5 .sl-slide-inner,
.demo-1 .bg-5 .sl-content-slice {
		background-image: url('../templates/cepr_blog/images/slides/5.jpg');

}

.demo-1 .bg-5 .deco {
	border-color: #ECD82C;
}

.demo-1 .bg-5 .deco:after {
	color: #000;
	text-shadow: 0 0 1px #000;
}

.demo-1 .bg-5 h2,
.demo-1 .bg-5 blockquote{
	color: #000;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.demo-1 .bg-5 blockquote:before {
	color: #ecd82c;
}



/* Animations for content elements */

.sl-trans-elems .deco{
	-webkit-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-moz-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-o-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-ms-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	animation: roll 1s ease-out both, fadeIn 1s ease-out both;
}
.sl-trans-elems h2{
	-webkit-animation: moveUp 1s ease-in-out both;
	-moz-animation: moveUp 1s ease-in-out both;
	-o-animation: moveUp 1s ease-in-out both;
	-ms-animation: moveUp 1s ease-in-out both;
	animation: moveUp 1s ease-in-out both;
}
.sl-trans-elems blockquote{
	-webkit-animation: fadeIn 0.5s linear 0.5s both;
	-moz-animation: fadeIn 0.5s linear 0.5s both;
	-o-animation: fadeIn 0.5s linear 0.5s both;
	-ms-animation: fadeIn 0.5s linear 0.5s both;
	animation: fadeIn 0.5s linear 0.5s both;
}
.sl-trans-back-elems .deco{
	-webkit-animation: scaleDown 1s ease-in-out both;
	-moz-animation: scaleDown 1s ease-in-out both;
	-o-animation: scaleDown 1s ease-in-out both;
	-ms-animation: scaleDown 1s ease-in-out both;
	animation: scaleDown 1s ease-in-out both;
}
.sl-trans-back-elems h2{
	-webkit-animation: fadeOut 1s ease-in-out both;
	-moz-animation: fadeOut 1s ease-in-out both;
	-o-animation: fadeOut 1s ease-in-out both;
	-ms-animation: fadeOut 1s ease-in-out both;
	animation: fadeOut 1s ease-in-out both;
}
.sl-trans-back-elems blockquote{
	-webkit-animation: fadeOut 1s linear both;
	-moz-animation: fadeOut 1s linear both;
	-o-animation: fadeOut 1s linear both;
	-ms-animation: fadeOut 1s linear both;
	animation: fadeOut 1s linear both;
}
@-webkit-keyframes roll{
	0% {-webkit-transform: translateX(500px) rotate(360deg);}
	100% {-webkit-transform: translateX(0px) rotate(0deg);}
}
@-moz-keyframes roll{
	0% {-moz-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-moz-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-o-keyframes roll{
	0% {-o-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-o-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-ms-keyframes roll{
	0% {-ms-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-ms-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@keyframes roll{
	0% {transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-webkit-keyframes moveUp{
	0% {-webkit-transform: translateY(40px);}
	100% {-webkit-transform: translateY(0px);}
}
@-moz-keyframes moveUp{
	0% {-moz-transform: translateY(40px);}
	100% {-moz-transform: translateY(0px);}
}
@-o-keyframes moveUp{
	0% {-o-transform: translateY(40px);}
	100% {-o-transform: translateY(0px);}
}
@-ms-keyframes moveUp{
	0% {-ms-transform: translateY(40px);}
	100% {-ms-transform: translateY(0px);}
}
@keyframes moveUp{
	0% {transform: translateY(40px);}
	100% {transform: translateY(0px);}
}
@-webkit-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-moz-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-o-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-ms-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes scaleDown{
	0% {-webkit-transform: scale(1);}
	100% {-webkit-transform: scale(0.5);}
}
@-moz-keyframes scaleDown{
	0% {-moz-transform: scale(1);}
	100% {-moz-transform: scale(0.5);}
}
@-o-keyframes scaleDown{
	0% {-o-transform: scale(1);}
	100% {-o-transform: scale(0.5);}
}
@-ms-keyframes scaleDown{
	0% {-ms-transform: scale(1);}
	100% {-ms-transform: scale(0.5);}
}
@keyframes scaleDown{
	0% {transform: scale(1);}
	100% {transform: scale(0.5);}
}
@-webkit-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-moz-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-o-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-ms-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}


/* Media Queries for custom slider */

@media screen and (max-width: 660px) {
	.demo-1 .deco {
		width: 130px;
		height: 130px;
		margin-left: -65px;
		margin-bottom: 50px;
	}

	.demo-1 [data-icon]:after {
		width: 110px;
		height: 110px;
		line-height: 110px;
		font-size: 40px;
		margin: -55px 0 0 -55px;
	}

	.demo-1 .sl-slide blockquote {
		margin-bottom: -120px;
	}

	.demo-1 .sl-slide h2 {
		line-height: 22px;
		font-size: 18px;
		margin-bottom: -40px;
		letter-spacing: 8px;
	}

	.demo-1 .sl-slide blockquote p:before {
		line-height: 10px;
		width: 40px;
		height: 40px;
		font-size: 120px;
		left: -45px;
	}

	.demo-2 .sl-slider-wrapper {
		height: 500px;
	}

	.demo-2 .sl-slider h2 {
		font-size: 36px;
	}

	.demo-2 .sl-slider blockquote {
		font-size: 16px;
	}

}
h1 {
	letter-spacing: 1.5px;
	font-size:1.5em;
	text-transform:uppercase;
	font-family: 'Oswald', "HelveticaNeue-CondensedBold", Arial, sans-serif;
	margin:20px 0 10px 0 ;
	font-weight:100;
} 

iframe {
	border:none;
}

.header {
	
	top: 0;
}

blockquote job{
	font-family: IdealSans-Li;
}

cite {
	position: absolute;
	top: -220px;
	/*width: 100%;*/
}

cite, h2.slide {
	font-family: 'Oswald', "HelveticaNeue-CondensedBold",'Lato', Calibri, Arial, sans-serif;
	}
	
p, div.breadcrumbs, dd.result-text,#language_box ul.nav-child li span, div.item-page ul {
margin-bottom: 1em;
font-size: 12px;
color: #5A5050;
font-family: Verdana, Arial, Helvetica, sans-serif !important;
line-height: 18px;
}

a.readmore {font-size:14px; }

div.item-page ul {margin-left: 20px;}


/*-----------MAIN NAVIGATIN __________*/


.nav-header {
	background-color: #FFF;
	height: 37px;
	width:auto;

}

.main_nav li {
	padding: 0 4px;
	display:inline;
	float:left;
	list-style:none;
}

.main_nav li + li {
	/*background: url('../templates/cepr_blog/images/nav_sep.png') no-repeat left;
	padding-left: 30px;*/
	}

ul.main_nav {
	position: relative;
	top: 37px;
	font-size: 14px;
	z-index:100;
	float: right;
	margin-right: 5%;
}
.main_nav a, div.dl-menu a, .right_menu a, .video_title {
	color:#FFFFFF;
	font-family: 'Oswald',"HelveticaNeue-CondensedBold",Arial,sans-serif;
	font-size:14px;
	text-transform:uppercase;
			
}

.video_cont {
	max-width: 1600px;
margin: 0 auto;
}

.video_title {
	max-width: 370px;
	text-align: center;
	float:left;
	margin: 10px 15px;
	
}

.print_title {
	text-align: center;
	float:left;
	margin: 10px 15px 80px;text-transform:uppercase;	
	color:#333;

}

#main_nav {
	position:fixed;
	right: 0;
	width:100%;
	top:0;
	-webkit-box-shadow: 0 5px 6px -6px black;
	-moz-box-shadow: 0 5px 6px -6px black;
	box-shadow: 0 5px 6px -6px black;
	z-index: 200;
	background-image:url('../images/bg/bg_MainNav_grad.png'), url('../images/bg/c4.png');
	background-position:right top, top center ;
	background-repeat: no-repeat, repeat-x;
	height:70px;
}
ul.right_menu {
	position: fixed;
	right: 0;
	top: 75px;
	text-align: right;
	padding: 95px 30px 0 0;
	background-image: url('../templates/cepr_blog/images/bg/bg_RightNav.png');
	height: 400px;
	background-position: top left;
	width: 155px;
	z-index: 200;
}

.right_menu li {
	list-style: none;
	font-family: 'Oswald', "HelveticaNeue-CondensedBold", Arial, sans-serif;
	line-height: 1.5em;
	font-size: 14px;
	font-weight: 400;
	
		
}

#about, #work, #news, #contact {
	width: inherit;
	background-repeat: repeat;
	}

#about_land {
	background-image: url('../templates/cepr_blog/images/banners/banner_about.jpg');
}

#work_banner {
	background-image: url('../templates/cepr_blog/images/banners/banner_work.jpg') !important;
}

#about_gsa {
	background-image:url('../templates/cepr_blog/images/bg/bg_contact2.jpg'); 
	background-repeat:repeat;
	padding: 2px 0 30px 0;
	margin: 0 0 -20px 0;

}

#about_people, #reels {
	width: inherit;
	background-image:url('../templates/cepr_blog/images/bg/bg_phil_grad.png'), url('../templates/cepr_blog/images/bg/bg_Phil.jpg');
	background-repeat: no-repeat, repeat;
	background-position: center top;
	background-attachment:local, fixed;
	min-height:300px;
	clear:both;
	-webkit-box-shadow: 0 5px 6px -6px black;
	-moz-box-shadow: 0 5px 6px -6px black;
	box-shadow: 0 5px 6px -6px black;
	overflow:auto;
	padding:0 0 50px 0;
	
}

#about_awards  {
	width: inherit;
	background-image: url('../templates/cepr_blog/images/bg/bg_phil_grad.png'), url('../templates/cepr_blog/images/bg/bg_award.png'), url('../templates/cepr_blog/images/bg/bg_Phil.jpg');
	background-position: top center, top center, top center;
	background-attachment: local, local, fixed;
	background-repeat: no-repeat, no-repeat, repeat;
	min-height:300px;
	clear:both;
	padding: 0 0 30px 0;
	overflow:auto;
	-webkit-box-shadow: 0 5px 6px -6px black;
	-moz-box-shadow: 0 5px 6px -6px black;
	box-shadow: 0 5px 6px -6px black;
	
	
}

#about_phil, #nbb_tv  {
	width: inherit;
	background-image:url('../templates/cepr_blog/images/bg/bg_phil_grad.png'), url('../templates/cepr_blog/images/bg/bg_Phil.jpg');
	background-repeat: no-repeat, repeat;
	background-position: center top;
	background-attachment:local, fixed;
	min-height:300px;
	clear:both;
	padding: 0 0 30px 0;
	overflow:auto;
	-webkit-box-shadow: 0 5px 6px -6px black;
	-moz-box-shadow: 0 5px 6px -6px black;
	box-shadow: 0 5px 6px -6px black;
	text-align:center;
	
}

#about-people {
	clear:both;padding:5%;
}

.about_L {
	margin-left:auto;
	padding: 30px 5% 30px 5%;
	text-align: left;
	color: #FFFFFF;
}

.about_R {
	margin-right:auto;
	padding: 30px 5% 30px 5%;
	text-align: left;
	color: #FFFFFF;
}

#about_clients {
	/*background:#FFF;
	background-image: url(../images/client_bg.png);
	;
	*/
	overflow: auto;
}

.contact_L {
	padding: 0 5% 30px 5%;
}

.sub_nav {
	background-image: url('../templates/cepr_blog/images/bg/bg_tile.jpg');
	background-repeat: repeat;
	position: absolute;
	width: 100%;
	height: 75px;
	float: right;
	margin: 75px 0 0 0;
	list-style: none;
	padding: 25px 30px 0 150px;
	z-index: 50;
	-webkit-box-shadow: 0 5px 6px -6px black;
	-moz-box-shadow: 0 5px 6px -6px black;
	box-shadow: 0 5px 6px -6px black;
}

.sub_nav li {
	padding-left: 10px;
	display:inline;
}

#about_srv {
/*	height: 600px;
	background-image: url('../templates/cepr_blog/images/bg_tile.jpg');
	background-image: url('../templates/cepr_blog/images/bg_tile2.jpg');*/
	background-attachment:fixed;
	overflow:auto;
		min-height: 400px;
		background-color:#FFFFFF;

}

#about_serv_r {
		background-image:url(../images/bg/services_R.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#about_serv_l {
		background-image:url(../images/bg/services_L.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

body {
/*	background-image: url('../templates/cepr_blog/images/bg/body-bg-1.png');
*/	background-attachment:fixed; 
	background-position:center center;
	background-repeat:no-repeat
}

.banner {
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-position: center center;
margin-top: 70px;
/*-webkit-box-shadow: 0 5px 6px -6px black;
-moz-box-shadow: 0 5px 6px -6px black;
box-shadow: 0 5px 6px -6px black;*/
min-height: 200px;
}

#news_banner .row-fluid .span12 {
	 background: url('../images/banners/cepr_blog_headerbw.jpg');
	 background-size:cover;
	 padding-top: 0px;
}

.layout-slideshow2 .sprocket-features-img-list {
	height: 340px;
}

@media (max-width: 768px) {
	#slider_box {
		padding-top: 0px;
	}
}
.about_srv {
	width:50%; 
	float:left;
	/*padding:10% 0;
	background-image: url('../templates/cepr_blog/images/bg/bg_about_srv.png');*/
	text-align:center;height: 400px;
	
	background-repeat:no-repeat;
	background-position: top left;
/*	height: 600px;
*/}

.about_srv p{
	font-size:20px;
	margin-bottom: 5px;
}



.about_phil h2{
	font-size: 18px;
margin-bottom: 0.75em;
}

.about_client {
width: 50%;
float: left;
padding: 30px 5% 30px 5%;
text-align: left;

}

h1.heading {
	margin-bottom: 0.5em !important;
	font-size:14pt;
	font-weight: 100;
	margin-top:0;
}

p.heading {
	color:#FFF;font-size: 24px;
font-weight: 300;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
text-align: center;"
}

p.heading2 {
	font-size: 20px;
	font-weight: 300;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 3em;
}

p.project {
	max-width: 1138px;
	margin: 0 20% 30px 20%;
}

div.project_l {
	float: left;
	width: 48%;
	margin: 0 0 30px 0;
}

div.footer_contact {
	float: right;
	width: 48%;
	margin: 0 0 30px 0 ;
}

.banner h1 {
	margin-bottom: 1em;
}

h2.banner_hd {
	font-size: 50px;
	border-bottom: white solid 1px;
	border-top: white solid 1px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	text-align: center;
	color: white;
	font-style: normal;
}

h2.story_head {
	font-size: 40px;
	border-bottom: #333 solid 1px;
	border-top: #333 solid 1px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	text-align: center;
	color: #333;
	font-style: normal;
	margin: 0 20%;
}

h2 {
    margin: 10px 0 10px 0;
}

div.contact h2{
	margin-bottom: 30px;
	font-size: 1.25em;
}

dd.published {
	font-size:12px;
	text-align:left;
		}
dl.article-info {margin: 10px 0 20px 0; }
        
#nbb_print a + a  {
	padding-left: 30px;
}

.menuclmn {
	min-width: 15%;
	float: left;
	padding: 310px 0px 0px 50px;
	height: 800px;
	left: 50.4%;
	position: absolute;
	z-index: 15;
	background-image: url(../templates/cepr_blog/images/page_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 290px;
}

.mid_container {
		overflow: hidden;	
}



#nbb_intro {
	padding: 50px;
}

#footer {
	background-color:#d7d7d7;
	padding: 15px 5%;
	height: 50px;
	
}

ul.filter_horz {
	margin:10px auto 70px auto;
	font-size: 14px;
	z-index: 100;
	max-width:750px;
	text-transform:uppercase;

}

ul.filter_horz li {
	padding: 0 10px;
display: inline;
float: left;
list-style: none;
}

ul.filter_horz li + li{
/*	background: url('../templates/cepr_blog/images/nav_sep.png') no-repeat left;
*/	padding-left: 20px;
}

#news_land {
	background-image: url(../templates/cepr_blog/images/accent_arrow.png);
	background-repeat:no-repeat;
	background-position:  left bottom; 
	background-attachment:fixed; 
	
	clear:both;
	
}
.logos {
	margin: 75px;
	/*width: 80%;*/
}

ul.logos li {
	padding: 75px;
	width:250px;
	height:100px;
	list-style-type: none;
	display: block;
	float: right;
	text-align:center;
	margin: .5em;
}





.demo_slide {
	height:903px;
	/*width:1188px;*/
		
}


.slidingDiv {
	margin:10px 0 10px 0;
}

.share {
	padding-left:10px;}
	
	
.show_hide {
	display:none;
}

.news-inner {
	border: 1px #d1d1d1 solid;
    background-color: #fff;
    padding: 10px;
}

div.sort_news {
    padding: 10px;
	min-height:190px;}
	
div.sort_news2 {
	border: 1px #d1d1d1 solid;
    background-color: #fff;
    padding:20px;
    margin:0 15px 20px 0;
	display: inline-block;
	background-image: url(../images/bg/bg_contact2.jpg) !important;
	min-width:250px;
}

div.sort_news_nobg {
	border: none;
    background-color: none;
    padding: 10px;
}

span.showHere {display:none; }

.stButton, .stButton_gradient, .stMainServices, .stArrow {
	height: 22px !important;
}

div.item, div.item-page {
	border-top: 1px #d1d1d1 solid; 
	max-width: 100%;
	clear:both;
}

div.items-more {clear:both; }
div.item h2, div.item-page h2, div.items-leading h2{font-weight: normal; font-size: 1.25em; text-transform:none;}

.story_thumb_inner {
	float:left;
	max-width:450px;
}


.story_inner h1 {
	letter-spacing: 1.5px;
	font-size: 2em;
	font-family: 'Oswald', "HelveticaNeue-CondensedBold", Arial, sans-serif;
	margin: 0px 0 10px 0;
	font-weight: 100;
	text-align:left;
	text-transform: none;
}
.story_thumb_inner h2, .story_inner ul {
	
	font-weight: normal;
	margin: 10px 0 20px 0;
	line-height: 1.25;
	text-transform:none;
	color: #5091b0 !important;
}

dd.createdby {
	color: #BDBDBD !important;
	font-size:16 !important;
}
dt.article-info-term {
    display:none; }
    
.story_inner ul {margin-left: 30px;}

.art_photo {
/*	border: #aaaaaa 1px solid;
*/	width: 750px;
	margin-bottom:20px;}

.story_inner h4 {
	margin-bottom: 10px;
}

h4 a, ul.weblinks li a {color:#5091b0 !important; }
ul.weblinks {list-style:none; }
h4 {font-weight:normal !important; }

h5 {font-weight: normal;font-size: .9em; }
h3 {font-weight: normal; }

div.category-desc h3 {font-family: Georgia,serif !important; font-style:italic;}

.work_block {
	padding:0 0 50px 0;
	/*-webkit-box-shadow: 0 5px 6px -6px black;
	-moz-box-shadow: 0 5px 6px -6px black;
	box-shadow: 0 5px 6px -6px black;*/
	overflow:auto;
	
}

.work_bann {
	background-image:url(../templates/cepr_blog/images/bg/bg_work.jpg);
	background-position: top center;
	background-repeat: repeat;
	padding:5%;
}
div.contact h2 {color:#858585 !important;text-transform: capitalize;}
div.contact {
	background-image: url(../images/bg/bg_contact.png);
	background-repeat: repeat-x;
	clear: both;
	min-height: 250px;
	padding-top: 50px;
	color:#858585 !important;
    font-weight:normal;
}

div.contact a {
	color: #858585;
}

div.contact div.row-fluid h2 {color:#858585 !important; }
div.contact_form {
	float: left;
	margin: 0 30px 30px 0;
	color: #aaaaaa;
	font-family: 'Oswald', "HelveticaNeue-CondensedBold", Arial, sans-serif;

}

div.contact_form input, div.contact_form select  {
	width:234px;
	height:40px;
	border: 3px solid #ebebeb;
	margin-top: 5px;
	padding-left:50px;
	   border-radius: 0;
	   
}

option {
		font-family: 'Oswald', "HelveticaNeue-CondensedBold", Arial, sans-serif;
		   border-radius: 0;
		         -webkit-appearance: none;
				 background-color:#ffffff;
				 color: #858585;
}

.submit { background-image:url(../images/bg/contact_submit_bg.jpg) no-repeat center center; }
.submit:hover {background-image:url(../images/bg/contact_submit2_bg.jpg) no-repeat center center;}

 div.contact_form select {
	 background:url(../templates/cepr_blog/images/bg/contact_interest_bg.jpg)/*, url('../templates/cepr_blog/images/bg/contact_interest_bg2.jpg')*/;
	 background-position: left top/*, right*/;
	 background-repeat:no-repeat;
	    overflow: hidden;
   border-radius: 0;
      -webkit-appearance: none;
   border-radius: 0;

 }

textarea {
	border: 3px solid #ebebeb;
	margin-top: 5px;
}

.thumb_dhs {
	margin-top: 30px;
}

div#next_btns {
	z-index: 100;
	position:fixed;	
	bottom: 30px;
	width:	100px;
	height: 45px;
	text-align:center;
	display: block;
	right: 50px;
}

div.container {
	margin: auto;
	padding: 0 30px;
}


.page_next, .page_prev, .page_gallery {
	width: 24px;
	height: 70px;
	opacity: 0.2;
	filter: alpha(opacity=10); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=10)"; /*IE8*/
	margin: 0 2.5px;
}

.page_next:hover, .page_prev:hover, .page_gallery:hover {
	opacity: 0.8;
	filter: alpha(opacity=80); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; /*IE8*/
}
	

div.logo {
	position: fixed; top:0; left:3%; z-index:200;
	background-repeat:no-repeat;
	width:98px;
	height: 133px;
}


/*--------WEB FONTS---------*/


@font-face {
	font-family: 'IdealSans-Li';
	src: url('../fonts/font-face_Idealsans-Li/IdealSans-LightItalic-Pro.eot');
	src: local('?'), url('../fonts/font-face_Idealsans-Li/IdealSans-LightItalic-Pro.woff') format('woff'), url('../fonts/font-face_Idealsans-Li/IdealSans-LightItalic-Pro.ttf') format('truetype'), url('../fonts/font-face_Idealsans-Li/IdealSans-LightItalic-Pro.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'IdealSans-Sb';
	src: url('../fonts/font-face_Idealsans-Sb/IdealSans-Semibold-Pro.eot');
	src: local('?'), url('../fonts/font-face_Idealsans-Sb/IdealSans-Semibold-Pro.woff') format('woff'), url('../fonts/font-face_Idealsans-Sb/IdealSans-Semibold-Pro.ttf') format('truetype'), url('../fonts/font-face_Idealsans-Sb/IdealSans-Semibold-Pro.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Florsn02.eot');
	src: local('?'), url('../fonts/Florsn02.woff') format('woff'), url('../fonts/Florsn02.ttf') format('truetype'), url('../fonts/Florsn02.svg') format('svg'), url('../fonts/Florsn02.otf') format('otf');;
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamBk';
	src: url('../fonts/Florsn01.eot');
	src: local('?'), url('../fonts/Florsn01.woff') format('woff'), url('../fonts/Florsn01.ttf') format('truetype'), url('../fonts/Florsn01.svg') format('svg'), url('../fonts/Florsn01.otf') format('otf');
	font-weight: normal;
	font-style: normal;
}

@media screen and (max-width:959px) {
	#about_serv_r {
		clear:both;
		width:99%;
		padding-top:0px;
		margin-top:0px;
		
	}
	#about_serv{
		height:243px !important;
	}
	h1{margin:30px 0 30px 0}
	
	#about_serv_l {
		width:99%;
		padding-top:0px;
		margin-top:0px;
	}}


.blog_btn { 
   width:100%;
   padding:5px;
   float:left;}
   
div.pagination {clear:both; }
div.pagination ul {list-style-type: none; }
div.pagination ul li{list-style-type: none; float: left; padding: 5px; }

div.item img, div.item-page img {
         border:1px #d1d1d1 solid;
         -webkit-box-shadow: 0 5px 6px -6px black;
         -moz-box-shadow: 0 5px 6px -6px black;
         box-shadow: 0 5px 6px -6px black;
         margin: auto;
         margin-left: 5px;
         display: inline; }
         
div.item img.no_shade, div.item-page img.no_shade {
    border: none;
    box-shadow: none;
    display: block;}

ul.latestnews {margin-left: 20px; }         
ul.latestnews li {list-style-image: url(../../../media/system/images/arrow.png) !important;
    font-size: 14px;
}

div.pagination {clear:both; }
div.pagination ul li {display: inline; margin-right: 5px; }

ul.small_nav {list-style-type:none; font-size: 10pt;}
ul.small_nav li { margin-right:5px;}

div#slider_box {
        background: rgba(800, 800, 800, 0.25);
        margin: auto;
        overflow: hidden;}

 
#fpssContainer171.fpss-template-keesports div.slidetext {text-align: left !important; width:70% !important;}
#fpssContainer171.fpss-template-keesports, #fpssContainer169.fpss-template-keesports {margin: auto !important; }
#fpssContainer169.fpss-template-keesports { width: 600px !important;}
div.fpss-template-keesports img {width: 600px !important;}     
img.hdr_pix {width:100%;border: 1px #d1d1d1 solid; }


blockquote {margin: 0 5% 20px;
font-style: oblique;
font-family: times !important;
font-size: 12pt !important;
}

td.mod_events_latest {border-top: #d1d1d1 solid 1px;
padding: 10px 0;
margin-top: 5px;
border-bottom: #d1d1d1 solid 1px; }

fieldset {border: none; margin-bottom:20px; }

div.container h2 {color:#333333;font-weight:normal;}

._4s7c {border: none !important; }
div.pas {display: none; }
div.finder {margin-bottom:5px; }
div.items-more ol {
	list-style: none outside none;}
img.no_fx, ul.actions img {border:none !important; box-shadow:none !important; margin: 0 !important; display:inline !important;}
ul.actions li {list-style: none; display:inline;}
ul.actions {margin: 0 !important;width: 50px;float: left;}
div.img-intro-left img {width:100%}
.avs_video_comments h2, .avs_video_related h2, avs_video_description h2{
text-transformation: capitalize !important;}
div.moduletable td {font-size:12px;}
#amp_grid, #amp_plg_grid {width: 100% !important;} 
div.mod_events_latest_rsslink, div.mod_events_latest_first {margin-top: 20px;}
td.ev_detail, div.event_legend_container {display:none;}
.pam {padding:0 !important;}

.cols-1
{
	display: block;
	float: none !important;
	margin: 0 !important;
}

.pub {
	width: 46% !important;
	clear: none !important;
}

@media (max-width: 979px) {
	.pub {width: 100%;
	}
}

.cols-2 .column-1 {
	float:left;
	margin-right:40px;
}

.cols-2 .column-2 {
	float:left;
	margin:0;
	clear:right;
}

.cols-3 .column-1 {
	float:left;
	width:29%;
	padding:0px 5px;
	margin-right:4%
}

.cols-3 .column-2
{
float:left;
width:29%;
margin-left:0;
padding:0px 5px
}

.cols-3 .column-3
{
float:right;
width:29%;
padding:0px 5px
}
.column-1,
.column-2,
.column-3
{
padding:10px 5px
}

.column-2 {
	margin-left:40%;
}

.column-3
{
width:30%
}


@media screen and (max-width:1099px) and (min-width: 980px) {
  .row-fluid [class*="span"]:first-child { margin-left:0; }
  .row-fluid [class*="span"] {
  	float: left;
  }
  .row-fluid .span12 {
    width:100%;
    *width:99.9468085106%;
  }
  .row-fluid .span11 {
    width:91.436464082%;
    *width:91.3832725926%;
  }
  .row-fluid .span10 {
    width:82.872928171%;
    *width:82.8197366816%;
  }
  .row-fluid .span9 {
    width:74.30939226%;
    *width:74.2562007706%;
  }
  .row-fluid .span8 {
    width:65.745856349%;
    *width:65.6926648596%;
  }
  .row-fluid .span7 {
    width:57.182320438%;
    *width:57.1291289486%;
  }
  .row-fluid .span6 {
    width:48.618784527%;
    *width:48.5655930376%;
  }
  .row-fluid .span5 {
    width:40.055248616%;
    *width:40.0020571266%;
  }
  .row-fluid .span4 {
    width:31.491712705%;
    *width:31.4385212156%;
  }
  .row-fluid .span3 {
    width:22.928176794%;
    *width:22.8749853046%;
  }
  .row-fluid .span2 {
    width:14.364640883%;
    *width:14.3114493936%;
  }
  .row-fluid .span1 {
    width:5.801104972%;
    *width:5.74791348264%;
  }

}

/*first childs */
  .row-fluid .span4:first-child {
  	margin-left: 0px; 
  }

@media screen and (max-width: 980px) {
	#cepr-intro, #cepr-donate {
		display: none;
	}
}

.items-row {
	clear: both;
}

.blog ul {
	margin-left: 40px;
	margin-bottom: 1em;
	font-size: 12px;
	color: #5A5050;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	line-height: 18px;
}

/* Breadcrumb CSS */
ul.breadcrumb, ul.breadcrumb li {
	list-style: none; /* removes any bullets or numbers */
	list-style-type: none; /* removes any bullets or numbers */
	display: inline; /* puts text inline */
	padding-right: 5px;
}

ul.breadcrumb, ul.breadcrumb li .divider {
	padding-left: 5px;
}

#breadcrumbs {
	margin-bottom: 10px;
}

/*Cohesive Additions */

.bio-intro {
	float:left; 
	display: block;
}

.custom h3 {
	border-bottom: 1px #d1d1d1 solid; 
	margin-bottom: 15px;
	margin-top: 10px;
	color: #5091b0;
}

ul.relateditems {
	margin-top: 20px;
}

ul.relateditems li {
	margin-left: 10px;
}

ul.search-results, ul.search-results li {
	margin-left: 15px;
}