
/*----innerPages--------------------*/
.fullbox
{
    width: 100%;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    text-align: center;
}
.bg_theme
{
    background-color: #0770A7;
}
.bg_white
{
    background-color: White;
}

@media (min-width: 768px)
{
    .box_12, .box_11, .box_10, .box_9, .box_8, .box_7, .box_6, .box_5, .box_4, .box_3, .box_2, .box_1, .box
    {
        padding: 0px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }
    .box_12 > div > img, .box_11 > div > img, .box_10 > div > img, .box_9 > div > img, .box_8 > div > img, .box_7 > div > img, .box_6 > div > img, .box_5 > div > img, .box_4 > div > img, .box_3 > div > img, .box_2 > div > img, .box_1 > div > img, .box > div > img
    {
        width: 100%;
        height: auto;
    }
    .box_12
    {
        width: 8.33%;
        position: relative;
        text-align: center !important;
    }
    .box_11
    {
        width: 9.09%;
        position: relative;
        text-align: center !important;
    }
    .box_10
    {
        width: 10%;
        position: relative;
        text-align: center !important;
    }
    .box_9
    {
        width: 11.11%;
        position: relative;
        text-align: center !important;
    }
    .box_8
    {
        width: 12.5%;
        position: relative;
        text-align: center !important;
    }
    .box_7
    {
        width: 14.28%;
        position: relative;
        text-align: center !important;
    }
    .box_6
    {
        width: 16.66%;
        position: relative;
        text-align: center !important;
    }
    .box_5
    {
        width: 20%;
        position: relative;
        text-align: center !important;
    }
    .box_4
    {
        text-align: center !important;
        width: 25%;
        position: relative;
    }
    .box_3
    {
        text-align: center !important;
        width: 33.333%;
        position: relative;
    }
    .box_2
    {
        text-align: center !important;
        width: 50%;
        position: relative;
    }
    .box_1
    {
        width: 100%;
        position: relative;
        text-align: center !important;
    }
}

@media (max-width: 400px)
{

    .box_5, .box_4, .box_3, .box_2, .box_1, .box
    {
        width: 100%;
        padding: 0px;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        text-align: center;
    }
}
.box
{
    background-color: #0770A7;
    border: 2px solid white;
}

.box-heading
{
    padding: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: White;
}
.box-body
{
    background-color: White;
    padding: 0px;
    min-height: 200px;
    border: 5px solid #0770A7;
}
.box-body img
{
    height: auto;
    width: 100%;
    position: relative;
}
.box-footer
{
    padding: 5px;
    color: White;
    background-color: #0770A7;
}
.border5_white
{
    border: 5px solid white;
}
.border5_blue
{
    border: 5px solid #0770A7;
}
.border2_white
{
    border: 2px solid white;
}
.border2_blue
{
    border: 2px solid #0770A7;
}
.linebreak
{
    height: 1px;
    clear: both;
}
.subheading
{
    width: 100%;
    font-weight: bold;
}
.bordersky
{
    border: 1px solid #0770A7;
}
.Lborder
{
    border-left: 1px solid #0770A7;
}
.Rborder
{
    border-right: 1px solid #0770A7;
}
.tborder
{
    border-top: 1px solid #0770A7;
}
.Bborder
{
    border-bottom: 1px solid #0770A7;
}
.border2
{
    border: 2px solid #0770A7;
}
.border5
{
    border: 5px solid #0770A7;
}

div[class*="box_"]
{
    padding:5px;
}
div[class*="box_"]>div
{padding: 5px;
    box-shadow: 0px 2px 5px 0px;
    display: inline-block;
 font-size:12px;
    background-color: #fff;
}
