.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.xco-wrap {
  *zoom: 1;
}
.xco-wrap:before,
.xco-wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.xco-wrap:after {
  clear: both;
}
.xco-wrap .item {
  padding: 10px;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.xco-wrap .item:before,
.xco-wrap .item:after {
  display: table;
  content: "";
  line-height: 0;
}
.xco-wrap .item:after {
  clear: both;
}
.xco-wrap .heading {
  margin: 15px 0 0;
  line-height: 1;
  color: #0e0e0e;
}
.xco-wrap .meta {
  display: inline-block;
  padding: 3px 10px 2px;
  text-shadow: 1px 1px 1px #FFF;
  border-radius: 2px;
  background: #f5f5f5;
}
.xco-wrap .meta span+span {
  margin-left: 15px;
  padding-left: 10px;
  border-left: 1px solid #CCC;
}
.xco-wrap .meta,
.xco-wrap .intro {
  margin: 5px 0 0;
}
.xco-wrap .xco-btn {
  text-transform: uppercase;
  line-height: 24px;
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
}
.xco-wrap .more-stories {
  float: right;
  font-size: 16px;
  margin-right: 10px;
  margin-top: -48px;
  position: relative;
  text-transform: uppercase;
  z-index: 11;
}
.xco-media-left .image {
  float: left;
  width: 40%;
  margin-right: 15px;
}
.xco-media-left .heading {
  margin: 0;
  font-size: 15px;
}
[class*='xco-col-'] .item {
  float: left;
}
.xco-col-2 .item {
  width: 50%;
}
.xco-col-3 .item {
  width: 33.334%;
}
.xco-col-4 .item {
  width: 25%;
}
.sec-col .heading {
  margin-top: 0;
}
.xco-wrap .item .image {
  overflow: hidden;
  position: relative;
}
.xco-wrap .item .image > img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.xco-wrap .item .image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.xco-wrap .item:hover .image > img {
  -webkit-transform: translateZ(10px) scale(1.3) rotate(-7deg);
  -moz-transform: translateZ(10px) scale(1.3) rotate(-7deg);
  -ms-transform: translateZ(10px) scale(1.3) rotate(-7deg);
  -o-transform: translateZ(10px) scale(1.3) rotate(-7deg);
  transform: translateZ(10px) scale(1.3) rotate(-7deg);
}
.xco-wrap .item:hover .image::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.xco-default [class*='-col'],
.xco-list [class*='-col'] {
  float: left;
}
.xco-default .pri-col,
.xco-list .pri-col {
  width: 50%;
}
.xco-default .sec-col,
.xco-list .sec-col {
  width: 50%;
}
.xco-default .sec-col .heading,
.xco-list .sec-col .heading {
  font-size: 16px;
}
.xco-caption .item a {
  display: block;
  position: relative;
}
.xco-caption .item .xco-btn {
  display: inline-block;
}
.xco-caption .heading {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  z-index: 99;
  padding: 6px 10px;
  background: rgba(0,0,0,0.4);
  color: #FFF;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.xco-classic-row .item {
  width: 50%;
  float: left;
}
.xco-classic-row .item:nth-child(4n+3) .image,
.xco-classic-row .item:nth-child(4n+4) .image {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.xco-grid {
  width: 100%;
}
.xco-grid .item {
  float: left;
  width: 25%;
  padding: 0;
}
.xco-grid .item:nth-child(5n+1) {
  width: 50%;
}
.xco-grid .heading,
.xco-grid .meta,
.xco-grid .intro {
  display: none;
}
.xco-list .heading,
.xco-default .heading,
.xco-next-layout1 .heading {
  line-height: 1.2;
}
.xco-list .pri-col .heading,
.xco-default .pri-col .heading,
.xco-next-layout1 .pri-col .heading {
  font-size: 24px;
  margin: 0 0 25px;
}
.xco-list .pri-col .xco-btn,
.xco-default .pri-col .xco-btn,
.xco-next-layout1 .pri-col .xco-btn {
  margin-top: 25px;
}
.xco-list .sec-col .heading,
.xco-next-layout1 .sec-col .heading {
  position: relative;
  padding-left: 20px;
}
.xco-list .sec-col .heading:before,
.xco-next-layout1 .sec-col .heading:before {
  content: "\f101";
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -3px;
}
.xco-list .pri-col .image,
.xco-default .pri-col .image {
  margin-left: -25px;
}
.xco-list .pri-col .heading,
.xco-default .pri-col .heading {
  margin-top: 25px;
}
.xco-classic .item {
  padding: 20px;
  margin-left: -15px;
}
.xco-classic .item .heading {
  font-size: 24px;
  margin: 0 0 25px;
}
.xco-classic .item .image {
  margin-right: 25px;
  margin-left: -20px;
}
.xco-classic .item .xco-btn {
  margin-top: 25px;
}
.xco-magazine2 .sec-col .heading {
  font-size: 14px;
  line-height: 1.2;
}
.xco-magazine2 .sec-col .image {
  margin-bottom: 10px;
}
.xco-magazine2 .sec-col img {
  margin: 0;
}
.xco-next-layout1 {
  margin: 0 -15px;
}
.xco-next-layout1 .more-stories {
  margin-right: 25px;
}
.xco-next-layout1 .pri-col {
  padding: 10px 0;
}
.xco-next-layout1 .pri-col .item {
  padding: 20px;
}
.xco-next-layout1 .pri-col .item .image {
  float: left;
  width: 45%;
  margin-right: 25px;
  margin-left: -20px;
}
.xco-next-layout1 .sec-col {
  border-top: 1px solid #c3c7ca;
  padding: 10px 0;
}
.xco-next-layout1 .sec-col .item {
  padding: 10px 20px;
}
.xco-next-layout1 .sec-col .item .heading {
  font-size: 16px;
}
.xco-next-layout2 {
  padding: 0 10px;
}
.xco-next-layout2 .heading {
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  padding-left: 20px;
}
.xco-next-layout2 .heading:before {
  content: "\f101";
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -3px;
}
.xco-next-layout2 .item {
  padding: 10px 0;
}
.xco-next-layout2 .sec-col {
  border-top: 1px solid rgba(255,255,255,0.4);
  padding: 5px 0 0;
}
.txtabs-wrap .xco-next-layout2 {
  padding: 0;
}
