.isotope.blog .item {

    height: auto;
    padding:0 10px;
    overflow: hidden;
}
#dynamicsItems{
	column-count:2;
	break-inside: avoid;

}
 
.article {
	margin-bottom: 30px;
	border-bottom: 3px solid transparent;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;	
}
.article .photo {
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.article img {
	display: block;
	max-width: 100%;
	width: 100%;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;	
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;	
}
.article .info {
	background: #f3f8fa;
	padding: 25px;
	overflow:hidden;
}
.article .info p {
	color: #9ca0b1;
	font-size: 0.9em
}
.article p.cat {
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: .8em;
}
.article p.author {
	margin-bottom: 0;
}
.article .info h5 {
	margin-bottom: 15px;
	font-size: 1.2em;
	color: inherit;
}
.article a {
	color: #23344b;
	display: block;
}
.article.quote {
	text-align: center;
	position: relative;
	padding: 30px;
	background: #ffa726;
}
.article.quote a {
	color: #fff;
}
.article.quote .info {
	padding: 0;
	background: none;
}
.article.quote p {
	margin-bottom: 20px;
	font-size: .9em;
	color: #fff;
}
.article.quote h5 {
	font-size: 1.1em;
}
.article.quote .icon {
	display: block;
	font-size: 1.5em;
	color: #fff;
	position: absolute;
	bottom: 10px;
	margin-left: -8px;
	left: 50%;
}
.article.quote a:hover {
	color: #fff;
}
.article:hover img {
	-webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}
.article:hover {
	border-bottom: 3px solid #ffa726;
}
.article.quote:hover {
	border-bottom: 3px solid #23344b;
}
.container .banner {
	padding-left: 30px;
	padding-right: 30px;
}
.banner h3 {
	margin-bottom: 5px;
	font-size: 2em;
}
.banner h2,
.banner h3,
.banner h4 {
	color: inherit;
}
.banner .lightText {
	font-weight: 300;
}
.banner p {
	margin-bottom: 0;
}
.banner .button {
	margin-top: 15px;
}
.banner.large .inner {
	padding: 130px 0;
}
 
.banner .button {
	position: relative;
	display: inline-block;
	padding: 8px 28px;
	background: none;
	font-weight: normal;
	text-transform: uppercase;
	font-size: .9em;
}
.banner .button:hover {
	text-decoration: none;
	-o-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;	
}
.banner .button:focus {
	outline: none;
}
.banner .button.primary {
	background: #ffa726;
	color: #fff;
}
.banner .button.primary:hover {
	background: #0b192d;
	color: #fff;
}
.banner .button.dark {
	background: #0b192d;
	color: #fff;
}
.banner .button.dark:hover {
	background: #ffa726;
	color: #fff;
}
.banner .button.large {
	padding: 10px 35px;
}