/*-----------------------------------
ver 1.0 - 2015
www.comparecards.com
Compare Cards - ie8
-----------------------------------*/
/*	--------------------------------------------------
	:: CONTENTS
	--------------------------------------------------  	
	:: GRID
	:: CC-NAV
	:: CW-Nav
	:: SITE-FOOTER
	:: ASIDE
	:: ARTICLE
	:: INFOGRAPH-PG
	:: AUTHOR-PG

/*	--------------------------------------------------
	:: GRID
	--------------------------------------------------  */
/*-----------------------------------
VARIABLES
-----------------------------------*/
@media (min-width: 378px) {
  .col-xxs-12 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .hidden-sm {
    display: none !important;
  }
}
/*	--------------------------------------------------
	:: CW-NAV
	--------------------------------------------------  */
#cw-nav .navbar-brand {
  margin-left: 15px;
  width: 313px;
  height: 23px;
  background: url(../images/img/logo-compareWallet.png) left top no-repeat;
  background-size: 100% auto;
}
#cw-nav .navbar-brand img {
  display: none;
}
.article-entry .action-hover {
  background: transparent;
}
