.top-banner img {display:none;}


 #parallax {
    background: rgba(0, 0, 0, 0) url("/__data/assets/image/0006/1167162/canvas_banner.jpg") no-repeat scroll center center / cover ;
    height: 565px;
    position: fixed;
    width: 100%;
    z-index: -1;
  
}


.overlay {
	position:absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3) url('/__data/assets/image/0008/1162664/pattern.png');
	z-index: 0;
}

.center {
	
	color:#fff;
	position:relative;
	z-index: 1;
	padding: 145px 50px;
       
}
.v-align {
	padding: 10px;
	
	text-align: center;
	vertical-align: middle;
}
.box {
	max-width: 500px;
	max-height: 300px;
	margin-top: -100px;
	display: inline-block;
}


@media (min-width: 1200px) {
h1 {
	font-size: 68px;
        margin:0;
}
h1 small {
	font-size: 66px;
}
.lead {
	font-size: 20px;
	font-weight: 300;
}
h2 small {
	font-size: 50px;
  }

} 

/* Change colors
****************************************************/
.white {
	color: #fff
}

/* read more button 
****************************************************/

.btn {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.btn.btn-more {
	border: 2px solid #009edd;
	color: #009edd;
	text-decoration: none;
}
.btn.btn-more.white {
	color:#fff;
	border: solid 1px #fff
}
.btn.btn-more.big {
	padding: 10px 20px;
	font-size:20px;
	border-radius: 50px;
}

.show-more-posts {
    background: none repeat scroll 0 0 #ccc;
    padding: 20px;
    text-align: center;
}
.show-more-posts a {
    border: 2px solid #000;
    color: #000;
    font-size: 20px;
    padding: 5px 10px;
}

/* isotope 
****************************************************/
.grid-item {
	margin-bottom: 30px;
     
}

/* clear fix */
.grid-item:after {
	content: '';
	display: block;
	clear: both;
}

#container {
	padding-top: 15px;
	background: #f6f6f6;
}


/* icon type 
****************************************************/
.icon-holder {
	position: absolute;
	padding: 12px 15px;
	background: rgba(0,0,0, .85);
	color: #fff;
	font-size: 16px;
	text-align: center;
	top: 0;
	right: 15px;
	z-index: 1;
	width: 50px;
	height: 50px;
}
.icon-holder i {
	margin: 5px 0 0;
	position: relative;
}


/* post 
****************************************************/
h2.post-title {
	margin: 0px;
}
.post-holder {
	padding: 35px;
}
.featured-image {
overflow: hidden;
	
}
.featured-image img {
	max-width:100%;
        height:auto;
	transition: all 0.5s ease;
}
.featured-image a {
	background-color: rgba(0, 0, 0, 1);
	color: #fff;
	display: block;
}
.featured-image a {
	background-image: url('/__data/assets/image/0005/1162688/plus.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
        line-height: 0;
}
.featured-image a:hover img, article.post:hover img {
	transition: all 0.5s ease;
	opacity: .5;	
	transform: scale(1.1, 1.1);
}
article.post {
	background: #fff;
}
time {
	font-style: italic;
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.post-title a {
	font-size: 28px;
	font-weight: 700;
	/*letter-spacing: -1px;*/
	margin: 0 0 20px;
	color: #000;
	text-decoration: none;
}

.post-content {margin-top:20px;}

.video-post .post-holder, .infographic-post .post-holder {
	color: #fff;
	background-color: rgba(0, 158, 221, .85) !important;
        padding: 20px 35px 10px;
}


.tags {
	margin:0;
	padding:0;
}
.tags li {
	color: #333;
	display: inline-block;
	list-style: none;
	margin: 0 10px 0 0;
        font-size: 13px;
        color:#999;
}

/* breadcrumbs
****************************************************/

.col-lg-12.breadcrumbs_alt {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    height: 43px;
    margin: 10px 0 0;
    padding: 10px 0 20px;
}
.breadcrumb li {
    color: white;
    font-size: 0.9rem;
}
.breadcrumb a {
    color: #fff;
    padding: 5px 10px;
    text-decoration: underline;
}

.breadcrumb li:last-child {
    color: white;
}
.breadcrumb li::after {
 padding: 0 15px;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 

.col-lg-12.breadcrumbs_alt {position:relative; top:0; margin-top: -100px!important;}
#container                 {margin-top: -60px; height: 800px;}
#parallax                  {top:131px;}
.center                    {padding: 50px 0 200px; z-index:0;}
.gray-bg                   {background:#f6f6f6; padding-right:0;padding-left:0;}
}
