﻿.ads_texts {
    height: 200px;
    width: 900px;
}

.gps {
    width: 250px;
    height: 200px;
}



.tab-pane {
    text-align: center;
}

.tab-content ul li {
    text-align: justify;
}

.stack-tab {
    width: 50%;
}

    .stack-tab .tab-pane {
        text-align: left;
       
    }

    .stack-tab .nav-tabs li a:focus {
        outline: 0;
    }

.products-tab .tab-pane {
    /*border: solid 1px #97b5ba;*/
    padding-bottom: 20px;
    border-top: 0;
}

#products-tab li.active a {
    border-bottom: 1px solid #ffffff !important;
    border: 1px solid #97b5ba;
}

#products-tab a:focus {
    outline: 0;
}

.modal-title {
    font-family: 'Homenaje', sans-serif !important;
    font-size: 30px !important;
    color: #2b73b0 !important;
}

.modal-body {
    padding: 30px !important;
}

#gps {
    height: 70%;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.harwareimg {
    padding: 5px !important;
    /*background: #00284f url(../images/bgs/blue_grid_bg.png) !important;*/
    background: #ffffff;
    width: 200px;
    border-radius: 15px;
}

.hardwareimagepopup {
    padding: 5px !important;
    width: 100% !important;
    background: #00284f url(../images/bgs/blue_grid_bg.png) !important;
    border-radius: 15px;
}

.container-products {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-top: 10px;
}

@media(max-width: 520px) {
    .product-photo{
        width: 100%;
    }
}

@media(min-width: 768px){
    .product-photo {
        width: 33.333%;
    }
}