/* Our Products CSS */
#homepage_hero_area{
    background-color: #f2f2f2 !important;
    background-position: center center !important;
    background-size: cover !important;
    overflow: hidden !important;
    position: relative !important;
    width: 100% !important;
}
.fitness_hero_text{
    display: table;
    width: 100%;
}
.home_hero_text{
    color: #12284c;
    display: table-cell;
    height: 360px;
    vertical-align: middle;
}
.home_hero_text h1 {
    color: #12284c;
    font-family: "Sentinel-SemiBold";
    font-size: 36px;
    margin: 0 0 55px;
    line-height: 45px
}
.home_hero_text p {
    color: #12284c;
    font-family: "Gotham-Book";
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 35px;
}
.our_products_hero {
    background-color: #f2f2f2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}
.our_products_hero:before {
    background: #020202 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.11;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=11)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.product_hero_text h1 {
    font-size: 50px;
    margin: 0 0 30px;
}
.product_hero_text p {
    font-size: 22px;
    margin: 0 0 40px;
}
.our_products_list {
    padding: 50px 0;
}
.our_products_title {
    margin: 0 0 40px;
}
.single_product {
    box-shadow: 0 3px 6px #ccc;
    margin: 0 0 40px;
    padding: 25px 15px 50px;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
}
.single_product:hover {
    box-shadow: 0 3px 10px #999;
}
.products_photo {
    min-height: 125px;
    margin: 0 0 20px;
}
.products_photo img {
    height: 150px;
}
.single_product h2 {
    font-size: 24px;
    margin: 0 0 10px;
}
.single_product h2 a {
    color: #12284c;
}
.single_product p {
    color: #023260;
}
a.read_more {
    position: absolute;
    left: 50%;
    bottom: 25px;
    width: 100px;
    margin-left: -50px;
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
    .our_products_hero {padding: 30px 0;height: 640px}
    .our_products_hero::before {display: none}
    .product_hero_text {margin: 0px auto;max-width: 380px;}
    .product_hero_text h1 {font-size: 24px;margin: 0 0 30px;color: #12284c;line-height:30px;}
    .product_hero_text p {font-size: 16px;margin: 0 0 15px;color: #12284c}
    .our_products_title {margin: 0 0 20px;}
    .our_products_title h2 {font-size: 24px;}
    .our_products_list {padding: 30px 0;}
    .single_product h2 {font-size: 22px;}
   
}
