/*********** Stylesheet for HOME PAGE**********/

 body,
 html {

     font-family: "Maven Pro","Martel","Helvetica Neue",Helvetica,Arial,sans-serif;
     padding: 0px;margin:0px;
}


/********* WELCOME TIER ****************/
#wlc_head
{
    max-width:300px;
    min-height: 50px;
    margin:0px auto;
    padding:0px 10px 0px 0px;
    border:1px solid #0A3B5B;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #0A3B5B
}

#wlc_text
{
    max-width: 800px;
    border:0px solid #0A3B5B;
    min-height: 100px;
    margin:0px auto;
    padding:20px 10px 20px 10px;
    text-align:center;
    font-size:20px;
    color:#0A3B5B;
    line-height: 30px;
}

#signature
{
    max-width: 400px;
    height: 40px;
    padding: 5px;
    margin:0px auto;
    margin-bottom: 25px;
    border: 0px solid #0A3B5B;
    text-align: center;
    line-height: 40px;
    color:#0A3B5B;
    font-family: "The Nautigal", Helvetica,Arial,sans-serif;
    font-size: 55px;
    font-weight: 500;
}

#names
{
    max-width: 400px;
    height: 40px;
    padding: 5px;
    margin:0px auto;
    margin-bottom: 25px;
    border: 0px solid #0A3B5B;
    text-align: center;
    color:#0A3B5B;
    font-size: 20px;
    font-weight: 500;
}

#head_1
{
    max-width:300px;
    min-height: 50px;
    margin:0px auto;
    padding:40px 10px 0px 10px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #0A3B5B
}

#reason_blk
{
    max-width: 875px;
    min-height: 50px;
    border: 0px solid #0A3B5B;
    margin:0px auto;
    padding:20px 0px 0px 0px;
    overflow: hidden;
}

#reason
{
    min-width: 250px;
    height:auto;
    border:0px solid #CCDC00;
    float:left;
    background-color:#F4F4F4;
    padding:10px;
    margin: 0px 10px 10px 10px;
    overflow: hidden;
    color:#0A3B5B;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.tick
{
    width:60px;
    height:auto;
    margin:0px auto;
    border:0px solid #0A3B5B;
}


#client_text
{
    max-width: 800px;
    border:0px solid #0A3B5B;
    min-height: 80px;
    margin:0px auto;
    padding:20px 10px 0px 10px;
    text-align: center;
    font-size:20px;
    color:#0A3B5B;
    line-height: 30px;
    font-style: italic;
}

@media screen and (max-width: 950px) 
{
    #reason
    {
        min-width: 80%;
        border:0px solid #CCDC00;
        float:none;
    }
}


/********* PRODUCTS ****************/
#prods_TL, #prods_TW
{
    width:50%;
    height:auto;
    float:left;
    overflow: hidden;
    margin-top:20px;
}

#prods_TL_top
{
    width:100%;
    height:auto;
    border-bottom:0px solid #0A3B5B;
    /*border-top:5px solid #CCDC00;*/
    overflow: hidden;
}

#TR
{
    width:50%;
    height:auto;
    float:left;
}

.prod_img
{
    width:100%;
    height:auto;
    border:0px solid #CCDC00;
    display:block;
}

.prod_name
{
    display: block;
    text-decoration: none;
    color:#FFFFFF;
    width:60%;
    height:auto;
    padding: 5px 0px 5px 0px;
    margin:0px auto;
    background-color: #0A3B5B;
    text-align: center;
    position:relative;
    z-index: 1px;
    margin-top:-80px;
    margin-bottom:21px;
    opacity:0.7;
}



@media screen and (max-width: 800px) 
{
    #prods_TL, #prods_TW
    {
        width:100%;
        float:none;
    }

    #prods_TL
    {
        margin-top:20px;
    }

    #prods_TW
    {
        margin-top:0px;
    }

    #wlc_head
{
    line-height: 50px;
    font-size: 18px;
}
}


