/* Generated by less 2.5.1 */
/* vars */
/* --------------------------- */
.comp-grid button {
  all: inherit;
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.comp-grid a {
	color: #fff;
	margin-top: 40px;
}

.comp-grid a:hover {
}

.comp-grid a.arrow {
	color: #fff;
	background: url(../gfx/arrow-right-sc-white.png) no-repeat right center;	
}
.comp-grid a.arrow:hover {
	background: url(../gfx/arrow-right-sc-white.png) no-repeat right center;
}
@media (min-width: 992px) {
  .comp-grid {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .comp-grid .item {
    z-index: 0;
    position: relative;
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9dee8+0,e8edf7+100 */
    background: #e3e3e3;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #e3e3e3 0%, #e3e3e3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #e3e3e3 0%, #e3e3e3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #e3e3e3 0%, #e3e3e3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#e3e3e3', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    height: 170px;
    vertical-align: baseline;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  .comp-grid .item .item-content {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .comp-grid .item .item-content .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  .comp-grid .item .item-content .item-label {
    position: absolute;
    padding: 20px;
    bottom: 0;
    left: 0;
  }
  .comp-grid .item .item-content .item-label h3 {
    color: #0069b3;
    font-weight: bold;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  .comp-grid .item .hover-content {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    max-height: 0;
    left: 0;
    background-color: #0069b3;
    width: 100%;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transition: max-height 0.2s ease-out;
    -moz-transition: max-height 0.2s ease-out;
    -ms-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
  }
  .comp-grid .item .hover-content > p {
    color: white;
    margin: 20px;
    font-weight: normal;
    font-size: 14px;
  }
  .comp-grid .item:after {
    content: " ";
    position: absolute;
    background-color: #0069b3;
    bottom: -5px;
    left: 0;
    height: 5px;
    width: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  .comp-grid .item.active {
    z-index: 400;
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  }
  .comp-grid .item.active:after {
    width: 100%;
  }
  .comp-grid .item.active .item-label h3 {
    color: white;
  }
  .comp-grid .item.active .bg {
    opacity: 1;
  }
  .comp-grid .item.active .bg:after {
    content: " ";
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .comp-grid .item.active .hover-content {
    bottom: 0;
    max-height: 250px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: max-height 0.2s ease-in 0s;
    -moz-transition: max-height 0.2s ease-in 0s;
    -ms-transition: max-height 0.2s ease-in 0s;
    -o-transition: max-height 0.2s ease-in 0s;
  }
  .comp-grid .item:hover {
    z-index: 400;
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  }
  .comp-grid .item:hover:after {
    width: 100%;
  }
  .comp-grid .item:hover .item-label h3 {
    color: white;
  }
  .comp-grid .item:hover .bg {
    opacity: 1;
  }
  .comp-grid .item:hover .bg:after {
    content: " ";
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 992px) {
  .comp-grid {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .comp-grid .item {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
    margin-bottom: 25px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9dee8+0,e8edf7+100 */
    background: #e3e3e3;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #e3e3e3 0%, #e3e3e3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #e3e3e3 0%, #e3e3e3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #e3e3e3 0%, #e3e3e3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#e3e3e3', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
  }
  .comp-grid .item .item-content {
    position: relative;
    width: 100%;
    height: 100px;
  }
  .comp-grid .item .item-content .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  .comp-grid .item .item-content .bg:after {
    content: " ";
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .comp-grid .item .item-content .item-label {
    position: absolute;
    padding: 20px;
    bottom: 0;
    left: 0;
  }
  .comp-grid .item .item-content .item-label h3 {
    color: #0069b3;
    font-weight: bold;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  .comp-grid .item .hover-content {
    display: none;
    background-color: #0069b3;
  }
  .comp-grid .item .hover-content p {
    color: white;
    padding: 20px;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
  }
  .comp-grid .item.active .item-content {
    height: 170px;
  }
  .comp-grid .item.active:after {
    width: 100%;
  }
  .comp-grid .item.active .item-label h3 {
    color: white;
  }
  .comp-grid .item.active .bg {
    opacity: 1;
  }
  .comp-grid .item.active .hover-content {
    display: block;
  }
}

@media (max-width: 768px) {
  .comp-grid {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
