﻿@import url(http://fonts.googleapis.com/earlyaccess/notosanskufiarabic.css);

.Products_Container {
    padding: 45px;
    font-family: 'Noto Sans Kufi Arabic', sans-serif;
}

.Products_Container table {
        width: 915px;
}

.Products_Header {
    font-size: 18pt;
    font-weight: bold;
    padding-bottom: 50px;
    color: Black;
    text-align: center;
    text-shadow: -2px 2px LightGray;
}

.Products_Contents {
    border-radius: 5px;
    background-color: white;
    padding: 15px;
}

.Product_LogoTD {
    width: 150px;
    padding-left: 5px;
}

.Products_Logo {
    width: 150px;
}

.Product_ContentsTD {
    vertical-align: top;
}

.Product_Title {
    font-size: 14pt;
    color: black;
    font-weight: bold;
}

.Product_Contents {
    line-height: 25px;
    padding-right: 15px;
    padding-top: 15px;
}

.Home_IconsTD {
    display: inline-block;
    vertical-align: top;
}

.Master_Image
{
    opacity: 0.85;    
    width: 280px;
}

.Master_Image:Hover
{
    opacity: 1;    
}

.Mission_Icon {
    width: 191px;
    height: 183px;
}

.Mission_Text {
    font-size: 13pt;
    padding-top: 15px;
    font-weight: bold;
    vertical-align: top;
    text-shadow: 1px 2px 2px Gray;
    padding-left: 5px;
    padding-right:5px;
    height: 50px;
}

.Mission_TD {
    width: 25%;
}

@media (max-width: 800px) {
    .Products_Container {
        padding: 0px;
        width: 100%;
    }

    .Products_Container table {
        width: 100%;
    }

    .Products_Header {
        padding-top: 25px;
        padding-bottom: 15px;
        font-size: 12pt;
    }

    .Home_IconsTD
    {
        vertical-align: middle; 
        width: 80%;
        display: block;
    }

    .Master_Image
    {
        opacity: 0.85;  
        width: 100%;
    }

    .Master_Image:Hover
    {
        opacity: 1;    
    }

    .DisabledOnMobile {
        pointer-events: none;
    }

    .Mission_TD {
        vertical-align: middle; 
        text-align: center;
        width: 100%;
        display: block;
    }

    .Mission_Text {
        font-size: 12pt;
        height: auto;
        padding-bottom: 15px;
        padding-left: 0px;
        padding-right:0px;
        width: auto;
    }
}
