
.cbp-l-filters-alignCenter .cbp-filter-counter:after,
.cbp-l-filters-alignRight .cbp-filter-counter:after,
.cbp-l-filters-button .cbp-filter-counter:after,
.cbp-l-filters-buttonCenter .cbp-filter-counter:after,
.cbp-l-filters-text .cbp-filter-counter:after,
.cbp,
.cbp *,
.cbp *:after,
.cbp:after,
.cbp-l-filters-dropdownHeader:after,
.cbp-popup-wrap,
.cbp-popup-wrap *,
.cbp-popup-wrap:before,
.cbp-popup-loadingBox:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cbp-l-grid-agency-title,
.cbp-l-grid-agency-desc,
.cbp-l-grid-work-title,
.cbp-l-grid-work-desc,
.cbp-l-grid-blog-title,
.cbp-l-grid-projects-title,
.cbp-l-grid-projects-desc,
.cbp-l-grid-masonry-projects-title,
.cbp-l-grid-masonry-projects-desc {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cbp-l-filters-alignCenter,
.cbp-l-filters-alignCenter *,
.cbp-l-filters-alignLeft,
.cbp-l-filters-alignLeft *,
.cbp-l-filters-alignRight,
.cbp-l-filters-alignRight *,
.cbp-l-filters-button,
.cbp-l-filters-button *,
.cbp-l-filters-buttonCenter,
.cbp-l-filters-buttonCenter *,
.cbp-l-filters-dropdown,
.cbp-l-filters-dropdown *,
.cbp-l-filters-list,
.cbp-l-filters-list *,
.cbp-l-filters-work,
.cbp-l-filters-work *,
.cbp-l-filters-big,
.cbp-l-filters-big *,
.cbp-l-filters-text,
.cbp-l-filters-text *,
.cbp-l-filters-underline,
.cbp-l-filters-underline *,
.cbp-l-loadMore-bgbutton,
.cbp-l-loadMore-bgbutton *,
.cbp-l-loadMore-button,
.cbp-l-loadMore-button *,
.cbp-l-loadMore-text,
.cbp-l-loadMore-text *,
.cbp-search,
.cbp-search * {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cbp:after,
.cbp-lazyload:after,
.cbp-popup-loadingBox:after,
.cbp-popup-singlePageInline:after {
	content: '';
	position: absolute;
	width: 34px;
	height: 34px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-animation: cbp-rotation .8s infinite linear;
	animation: cbp-rotation .8s infinite linear;
	border-left: 3px solid rgba(114, 144, 182, 0.15);
	border-right: 3px solid rgba(114, 144, 182, 0.15);
	border-bottom: 3px solid rgba(114, 144, 182, 0.15);
	border-top: 3px solid rgba(114, 144, 182, 0.8);
	border-radius: 100%;
}

.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter,
.cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter,
.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter,
.cbp-l-filters-buttonCenter .cbp-filter-item:hover .cbp-filter-counter,
.cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter {
	opacity: 1;
	-webkit-transform: translateY(-44px);
	transform: translateY(-44px);
}

.cbp-l-filters-alignCenter .cbp-filter-counter,
.cbp-l-filters-alignRight .cbp-filter-counter,
.cbp-l-filters-button .cbp-filter-counter,
.cbp-l-filters-buttonCenter .cbp-filter-counter,
.cbp-l-filters-text .cbp-filter-counter {
	border-radius: 3px;
	color: #FFFFFF;
	margin: 0 auto;
	padding: 4px 0;
	text-align: center;
	width: 34px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: -webkit-transform .25s, opacity .25s;
	-webkit-transition: opacity .25s, -webkit-transform .25s;
	transition: opacity .25s, -webkit-transform .25s;
	transition: transform .25s, opacity .25s;
	transition: transform .25s, opacity .25s, -webkit-transform .25s;
}

.cbp-item{
	display: inline-block;
	margin: 0 10px 0px 0;

}
.cbp-item-wrapper{
	background-color:#323338;

	margin-bottom:5px;
}
.cbp {
	position: relative;
	margin: 0 auto;
	z-index: 1;
	/*height:400px;*/
}

.cbp > * {
	visibility: hidden;
}

.cbp .cbp-item {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

.cbp img {
	display: block;
	border: 0;
	width: 100%;
	height: auto;
}

.cbp a,
.cbp a:hover,
.cbp a:active {
	text-decoration: none;
	outline: 0;
}

.cbp-lazyload {
	position: relative;
	width:100%!important;
	display: block;
  
}

.cbp-lazyload img {
	opacity: 0.22;
}

.cbp-lazyload img[data-cbp-src] {
	opacity: 0;
}

.cbp-lazyload img:not([data-cbp-src]) {
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

.cbp-lazyload:after {
	z-index: 0;
  
}

.cbp-wrapper-outer {
	overflow:hidden;
	position: relative;
	margin: 0 auto;
}

.cbp-wrapper-outer,
.cbp-wrapper,
.cbp-wrapper-helper {
	list-style-type: none;
	padding: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.cbp-wrapper,
.cbp-wrapper-helper {
	margin: 0;
}

.cbp-ready > * {
	visibility: visible;
}

.cbp-ready:after {
	display: none;
	visibility: hidden;
}

.cbp-ready .cbp-item {
	position: absolute;
	top: 0;
	left: 0;
}

.cbp-ready .cbp-wrapper,
.cbp-ready .cbp-wrapper-helper {
	position: absolute;
	top: 0;
	left: 0;
}

.cbp-item-off {
	z-index: -1;
	pointer-events: none;
	visibility: hidden;
}

.cbp-item-on2off {
	z-index: 0;
}

.cbp-item-off2on {
	z-index: 1;
}

.cbp-item-on2on {
	z-index: 2;
}

.cbp-item-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	 -webkit-box-shadow: 0 6px 6px -6px rgba(0,0,0,0.4);
            box-shadow: 0 6px 6px -6px  rgba(0,0,0,0.4);
	
}

.cbp-l-project-related-wrap img,
.cbp-l-inline img {
	display: block;
	width: 100%;
	height: auto;
	border: 0;
}

.cbp-updateItems {
	-webkit-transition: height .5s ease-in-out !important;
	transition: height .5s ease-in-out !important;
	will-change: height;
}

.cbp-updateItems .cbp-item {
	-webkit-transition: top .5s ease-in-out, left .5s ease-in-out;
	transition: top .5s ease-in-out, left .5s ease-in-out;
}

.cbp-updateItems .cbp-item-loading {
	-webkit-animation: fadeIn .5s ease-in-out;
	animation: fadeIn .5s ease-in-out;
	-webkit-transition: none;
	transition: none;
}

.cbp-removeItem {
	-webkit-animation: fadeOut .5s ease-in-out;
	animation: fadeOut .5s ease-in-out;
}


/*  END - Default style for plugin. Please change them carefully! */

.cbp-panel {
	width: 94%;
	max-width: 1170px;
	margin: 0 auto;
}

@-webkit-keyframes cbp-rotation {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes cbp-rotation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
}

.cbp-l-filters-left {
	float: left;
}

.cbp-l-filters-right {
	float: right;
}

@media only screen and (max-width: 480px) {
	.cbp-l-filters-left,
	.cbp-l-filters-right {
		width: 100%;
	}
}

/*  ---------------------------------------------------------------
    none caption
    --------------------------------------------------------------- */

.cbp-caption-none .cbp-caption-activeWrap {
	display: none;
}

@media only screen and (max-width: 374px) {
	.cbp-l-caption-alignLeft .cbp-l-caption-body {
		padding: 8px 10px;
	}
	.cbp-l-caption-title {
		font-size: 13px;
		line-height: 20px;
	}
	.cbp-l-caption-desc {
		font-size: 11px;
		line-height: 14px;
	}
	.cbp-l-caption-buttonLeft,
	.cbp-l-caption-buttonRight {
		font-size: 10px;
		line-height: 28px;
		min-width: 62px;
		margin: 1px;
		padding: 0 4px;
	}
}

.cbp-caption-fadeIn .cbp-caption-activeWrap {
	opacity: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.85);
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.cbp-caption-fadeIn .cbp-caption:hover .cbp-caption-activeWrap {
	opacity: 1;
}




.cbp-l-filters-alignLeft {
		text-align: center;
        width:80%;
        margin:5px auto 50px auto;
}

.cbp-l-filters-alignLeft .cbp-filter-item {
	cursor: pointer;
	font: 400 19px/30px 'Abel', sans-serif;
	padding: 0 15px;
	position: relative;
	overflow: visible;
	margin: 0;
	display: inline-block;
	color: #888888;
}

.cbp-l-filters-alignLeft .cbp-filter-item:hover {
	color: #efefef;
}

.cbp-l-filters-alignLeft .cbp-filter-item.cbp-filter-item-active {

	color: #fff;*/
	font-weight:bold;
	color: #CA0B2C;
	cursor: default;
}

@media only screen and (max-width: 515px) {
	.cbp-l-filters-alignLeft {
		text-align: center;
        width:80%;
        margin:5px auto 15px auto;
	}
    .cbp-filter-item{
        margin-bottom:15px!important;
    }
}


.cbp-animation-fadeOut,
.cbp-animation-boxShadow {
	-webkit-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height;
}

.cbp-animation-fadeOut .cbp-item,
.cbp-animation-boxShadow .cbp-item {
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}

.cbp-animation-fadeOut .cbp-item,
.cbp-animation-boxShadow .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.cbp-animation-fadeOut .cbp-item-wrapper,
.cbp-animation-boxShadow .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;

}

.cbp-animation-fadeOut .cbp-item-on2off .cbp-item-wrapper,
.cbp-animation-boxShadow .cbp-item-on2off .cbp-item-wrapper {
	-webkit-animation: fadeOut-off .6s ease-in-out both;
	animation: fadeOut-off .6s ease-in-out both;

}

.cbp-animation-fadeOut .cbp-item-off2on .cbp-item-wrapper,
.cbp-animation-boxShadow .cbp-item-off2on .cbp-item-wrapper {
	-webkit-animation: fadeOut-on .6s ease-in-out both;
	animation: fadeOut-on .6s ease-in-out both;
	
}


/* in */

@-webkit-keyframes fadeOut-off {
	0% {
		opacity: 1;
	}
	80%,
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut-off {
	0% {
		opacity: 1;
	}
	80%,
	100% {
		opacity: 0;
	}
}


/* out */

@-webkit-keyframes fadeOut-on {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeOut-on {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.cbp-animation-fadeOutTop {
	-webkit-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height;
}

.cbp-animation-fadeOutTop .cbp-wrapper-outer {
	overflow: visible;
}

.cbp-animation-fadeOutTop .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px;
	overflow: visible;
}

.cbp-animation-fadeOutTop .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;

}

.cbp-animation-fadeOutTop .cbp-wrapper-helper .cbp-item-wrapper {
	-webkit-animation: fadeOutTop-out .6s both ease-in-out;
	animation: fadeOutTop-out .6s both ease-in-out;

}

.cbp-animation-fadeOutTop .cbp-wrapper .cbp-item-wrapper {
	-webkit-animation: fadeOutTop-in .6s both ease-in-out;
	animation: fadeOutTop-in .6s both ease-in-out;

}


/* out */

@-webkit-keyframes fadeOutTop-out {
	0% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
	50%,
	100% {
		-webkit-transform: translateY(-30px);
		opacity: 0;
	}
}

@keyframes fadeOutTop-out {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	50%,
	100% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
		opacity: 0;
	}
}


/* out */

@-webkit-keyframes fadeOutTop-in {
	0%,
	50% {
		-webkit-transform: translateY(-30px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fadeOutTop-in {
	0%,
	50% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.cbp-displayType-fadeIn {
	-webkit-animation: fadeIn .5s both ease-in;
	animation: fadeIn .5s both ease-in;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


/* default state */

.cbp-l-loadMore-defaultText,
.cbp-l-loadMore-button-defaultText {
	display: block;
}

.cbp-l-loadMore-loadingText,
.cbp-l-loadMore-noMoreLoading,
.cbp-l-loadMore-button-loadingText,
.cbp-l-loadMore-button-noMoreLoading {
	display: none;
}


/* loading state */

.cbp-l-loadMore-loading .cbp-l-loadMore-loadingText,
.cbp-l-loadMore-loading .cbp-l-loadMore-button-loadingText {
	display: block;
}

.cbp-l-loadMore-loading .cbp-l-loadMore-defaultText,
.cbp-l-loadMore-loading .cbp-l-loadMore-noMoreLoading,
.cbp-l-loadMore-loading .cbp-l-loadMore-button-defaultText,
.cbp-l-loadMore-loading .cbp-l-loadMore-button-noMoreLoading {
	display: none;
}


/* no more loading */





.cbp-l-loadMore-text {
	text-align: center;
}



.cbp-l-loadMore-text .cbp-l-loadMore-stop,
.cbp-l-loadMore-text .cbp-l-loadMore-text-stop {
	color: #B0B0B0;
	cursor: default;
}


/*custom*/


.effect-desaturate {
	-webkit-transition: all 400ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: all 400ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

.cbp-item-wrapper a:hover .effect-desaturate{
	opacity: 1;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.cbp-image-wrapper{
	height:225px;
	width:100%;
	overflow:hidden;
	background-color:#0C0D10;
}

.cbp-caption-defaultWrap {
	height:auto;
	overflow: hidden;
	position:relative;
	  
}
.cbp-caption-defaultWrap img{
	width: 100%; 
	height: 100%; 
	-o-object-fit: cover; 
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%; /* positioned top left of the content box */
  
}



@media only screen and (max-width: 480px) {
	.cbp-caption-defaultWrap {
		height: 250px!important;
		overflow:hidden;	
	}
	
  
}

@media only screen and (max-width: 540px) {
	
	
    .infographic a .cbp-caption-defaultWrap img{
		height:auto!important;
		width:100%!important;
	}
	.cbp-l-filters-alignLeft {
        width:100%;
	}
	body .cbp-l-filters-alignLeft .cbp-filter-item{
		font-size:16px;
		padding:0px 10px;
		margin-bottom:5px;
	}
}

@media only screen and (max-width: 800px) {
	.cbp-caption-defaultWrap {
		height: 250px;
		
	}
	.cbp-caption-defaultWrap img{
		height:auto;
		width:100%;
	}
	
}
@media only screen and (max-width: 768px) {
	.cbp-image-wrapper{
	    height:170px!important;
    }
}
@media only screen and (max-width: 520px) {
	.cbp-image-wrapper{
	    height:calc(0.4 * 100vw)!important;

    }
}


.cbp-l-loadMore-link {
	max-width: 250px;
	background-color: #e40d31;
	/*display: inline-block;*/
	display:none;
	padding: 10px 25px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 25px auto;
	text-align: center;
	pointer-events:none;
}
.cbp-l-loadMore-link {
	color: #fff!important;
}

.cbp-filter-counter {
	display: none!important;
}
.cbp-caption-defaultWrap .a-caption {
	z-index: 20;
	padding:20px;
	width:100%;
}

.cbp-l-loadMore-stop{
	display:none;
}

/** wsj rss feed*/

.b-caption,.a-caption {
	background-color: #28292E;
	/*background-color: #1F2E3F;*/
	padding: 20px;
	-webkit-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

.cbp-caption-defaultWrap .b-caption p {
	font-size: 11px;
	margin: 5px auto;
}




.cbp-item:hover .b-caption, .cbp-item:hover .a-caption {
	background-color:  #323338;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}

.cbp-caption-defaultWrap {
	height: auto!important;
}

