div.jumbotron.hero-technology {
    color: #fff;
    text-align: center;
    background: url(../../assets/img/hero-background-technology.jpg) center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px
}

p.hero-subtitle {
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, .1);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .7);
    font-weight: 500;
    max-width: 600px;
    margin: 25px auto;
    color: #fff
}

h1.hero-title, h2.hero-title, h3.hero-title {
    font-weight: 500;
    text-shadow: 0 3px 3px rgba(0, 0, 0, .4);
    color: #fff
}

.product-item {
    padding: 10px
}

.product-item .product-container {
    text-align: left;
    font: 400 14px sans-serif;
    background-color: #fff;
    border: 1px solid #dbe3e7;
    border-radius: 3px;
    box-shadow: 1px 3px 1px rgba(0, 0, 0, .08);
    padding: 25px
}

.product-item a.product-image {
    display: block;
    text-align: center;
    box-shadow: 0 0 20px 8px #f3f3f3 inset;
    width: 100%;
    margin-bottom: 25px;
    padding: 20px 0;
    box-sizing: border-box
}

.product-item a.product-image img {
    height: 130px
}

.product-item h2 {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    font-weight: 800
}

.product-item h2 a {
    text-decoration: none;
    color: #2b2b2b
}

.product-item a.small-text {
    color: grey;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    text-align: right;
    font-size: 12px
}

.product-item .product-rating {
    color: #f09911;
    font-size: 14px
}

.product-item .product-rating a.small-text {
    text-align: left;
    margin: 0 0 0 10px;
    display: inline-block
}

.product-item p.product-description {
    margin-top: 20px;
    color: #5d5d5d;
    line-height: 1.45;
    white-space: normal;
    margin-bottom: 20px
}

.product-item button {
    border-radius: 2px;
    background: #87bae1;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .12);
    border: 0;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    padding: 8px 20px
}

.product-item button:active {
    background: #87bae1;
    color: #fff;
    border: 0
}

.product-item button:focus {
    background: #87bae1;
    outline: 0;
    color: #fff
}

.product-item button:hover {
    background: #66ABE0;
    color: #fff
}

.product-item button:focus:active {
    background: #87bae1;
    outline: 0;
    color: #fff
}

.product-item .product-price {
    color: #4e4e4e;
    font-weight: 700;
    font-size: 20px;
    padding-top: 5px;
    text-align: right
}

.animation-element {
    opacity: 0;
    position: relative
}

.animation-element.slide-left {
    opacity: 0;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    -moz-transform: translate3d(-100px, 0, 0);
    -webkit-transform: translate3d(-100px, 0, 0);
    -o-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    transform: translate3d(-100px, 0, 0)
}

.port-image {
    width: 100%;
}

.col-md-3 {
    margin-bottom: 20px
}

.each-item {
    position: relative;
    overflow: hidden
}

.cap1, .cap2 {
    position: absolute;
    width: 100%;
    padding: 10px;
    transition: all .5s
}

.each-item:hover .cap1, .each-item:hover .cap2 {
    left: 0
}

.cap1 {
    height: 80%;
    background: rgba(255, 255, 255, .5);
    top: 0;
    left: -100%
}

.cap2 {
    height: 20%;
    background: rgba(0, 178, 255, .5);
    bottom: 0;
    left: 100%;
}

.modal-dialog{
    max-width: 70%;
}

.product-content{
}

.note{
    font-style: italic;
    font-weight: lighter;
    font-size: smaller;
}



