@charset "utf-8";
/* CSS Document */

.col-xs-12.col-sm-6.col-md-4.col-lg-3 img { opacity: 0.5; border: 1px solid #ececec; }
.col-xs-12.col-sm-6.col-md-4.col-lg-3 { margin-bottom: 20px; }
.col-xs-12.col-sm-6.col-md-4.col-lg-3:hover img { opacity: 1; -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
	border: 1px solid #d1d1d1; }
.nav-tabs [class*="col-"] { padding: 0px !important; }
.nav-tabs a strong { text-transform: uppercase; }
.tabs { background-color: transparent; margin-top: 15px; }