/*********** 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
}

#t1_left
{
    width:40%;
    min-height:100px;
    float:left;
}

#t1_right
{
    width:80%;
    min-height:100px;
    margin:0px auto;
    text-align: left;
    font-size: 20px;
    padding:20px 20px 20px 20px;
    line-height: 28px;
}

.crash_img
{
    width:100%;
    height:auto;
}

#t2_rsp_case
{
    margin:0px auto;
    width:90%;
    min-height:150px;
    overflow:hidden;
    border:0px solid #0A3B5B;
}

#c_card
{
    width:31%;
    height:150px;
    float:left;
    overflow: hidden;
    border:0px solid #0A3B5B;
    margin:10px 11px 10px 11px;
}

#number
{
    width:30%;
    height:auto;
    float:left;
    font-size: 70px;
    text-align: center;
    line-height: 140px;
    font-weight: 800;
}

#c_info
{
    width:60%;
    height:auto;
    float:left;
    font-size:30px;
    text-align: left;
    margin:37px 0px 0px 10px;
}

#caution
{
    width:15%;
    min-height:150px;
    float:left;
    margin:0px 10px 0px 30px 
}

.caution_img
{
    width:100%;
    height:auto;
}

#caution_text
{
    width:75%;
    min-height:150px;
    padding:10px 0px 0px 0px;
    float:left;
    line-height: 40px;
    font-size: 25px;
    text-align: center;
    border:0px solid #0A3B5B;
}

#tbg_tier
{
    min-height: 250px;
    min-width:250px;
    padding:30px 10px 30px 10px;
    background-color: #F4F4F4;
    background-image: url(bgs/abs_bg.jpg);
    background-size: 100% auto;
}

#case1000_bg
{
    margin:0px auto;
    min-height:50px;
    background-color: #F4F4F4;
    opacity:0.9;
    padding:20px;
    overflow: hidden;
    max-width:1000px;
    border:0px solid #0A3B5B
}

#t3_sub
{
    width:45%;
    min-height:350px;
    float:left;
    overflow: hidden;
    border:0px solid #0A3B5B;
    margin:10px 20px 10px 25px;
}


.head1
{
    display: block;
    min-width:50px;
    height: 50px;
    border:0px solid #0A3B5B;
    font-weight: 600;
    font-size: 28px;
    margin:0px auto;
    text-align: center;
    line-height: 50px;
}

.t3_right_text
{
    text-align: left;
    font-size: 20px;
    padding:20px 20px 20px 20px;
    line-height: 28px;
    background-color: #F4F4F4;
    opacity: 0.9;
    margin:20px 15px 20px 15px
}

#t3_card
{
    width:95%;
    min-height:80px;
    padding:0px 10px 10px 10px;
    border:1px solid #0A3B5B;
    background-color: #0A3B5B;
    margin:0px auto;
    margin-top:10px;
    text-align: center;
    color:#FFFFFF;
}

#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;
}



#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: 1000px) 
{
    #t3_sub
    {
        width:100%;
        float:none;
        margin:0px auto;
    }
}


@media screen and (max-width: 700px) 
{

    #caution
{
    width:50%;
    height:auto;
    float:none;
    padding:30px 10px 15px 10px;
    margin:0px auto;
    overflow: auto;
}
    .caution_img
{
    width:100%;
    height:auto;
}

#caution_text
{
    width:100%;
    min-height:150px;
    padding:10px;
    float:none;
    margin:0px auto;
}

#c_card
{
    min-width:250px;
    float:none;
    margin:0px auto;
}

#c_info
{
    text-align: center;
}
}




/*@media screen and (max-width: 1000px) 
{
    #c_card
    {
        width:31%;
        height:150px;
        float:left;
        overflow: hidden;
        border:0px solid #0A3B5B;
        margin:10px 11px 10px 11px;
    }
}*/
