/* 
    Document   : style
    Created on : Jun 19, 2014, 11:38:12 AM
    Author     : user
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
body{

}
p{
    font-size: 22px;
    text-align: justify;
    color: #7c7a7a;
    /*color: #7D7777;*/
    line-height: 30px;
    font-family: times new roman;
}
ol li{
    font-family: initial;
    font-size: 22px;
    /*color: #ba8b8b;*/
    color: #72a0d1;
    line-height: 30px;
}
h3.table-hd{
    text-align: center;
}
table th{
    font-size: 16px;
}
table.bordernone
.table th,
.table td{
    border-top:none!important;
    /*border: none!important;*/
}
table.table-bordered
.table th,
.table td{
    /*border: none!important;*/
    font-family: serif;
    font-size: 21px;
    line-height: 30px;
    /*text-align: center!important;*/
}
.table {
    width: 68%!important;
    margin: auto;
    /*background-color: palevioletred;*/
}
address.center{
    text-align: center;
    color: #017FC1;
    /*color: #04486D;*/
    font-size: 22px;
    font-family: serif;
    line-height: 30px;
}
.address{
    font-size: 24px;
    font-family: serif;
    font-weight: 500;
}

.navbar-inner{
    margin-bottom: 0;

    border: none!important;
    background-color: transparent !important;

    background:url(../images/pic.jpg) no-repeat!important;
}

.navbar-inner {
    min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #027FC1 !important;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);*/
    *zoom: 1;
    filter:none;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

/*.navbar-inner{
    background:url(../images/pic.jpg) no-repeat!important;
    border: none!important;
    background-color: #027FC1 !important;
}*/
ul.nav.pull-right li a{
    line-height: 35px;
    color: white;
    font-family: monospace;
    text-transform: uppercase;
    font-family: 'Artifika', serif;
}
.nav-collapse .nav li a:hover,.nav-collapse .nav li.active a,.nav-collapse .nav li.active a:hover,.nav-collapse .nav li a:active,
.nav-collapse .nav li a:focus,.nav-collapse .nav li.active a:focus,.nav-collapse .nav li.active a:active,.nav-collapse .nav li a[href^=" "]:focus  {
    color: #1177bb;
    background-color:white;
    border-top:2px solid  #04486D;
     border-bottom:2px solid  #04486D;
    box-shadow: none!important;
}




img{
    width: 100%;
}
.color{
    margin-top: 7px;
    margin-left:60px; 
    color: white;
    font-family: 'Roboto', sans-serif;
}
a.color{
    color: white;
} 
.footer-color a,.footer-color a:hover{
    font-size: 16px;
    text-decoration: none;
    color: white;
}
.a.color:hover,a.color:hover{
    text-decoration: none;
    color: white;
}

h3.welcome-hd{
    color: #292929;
    line-height: 50px;
    text-align: center;
}
.line{
    border-bottom: 6px solid #9AB0BA;
}
.btn-link{
    margin-top: 25px;
    margin-bottom: 25px;
}
div.thumbnail{
    border-radius: 0;
    box-shadow: 0 0 0 2px #F4F4F4;
    border: none;

}
.red{
    color: red;
}
.blue{
    color: #017FC1; 
}
img.img-polaroid{
    margin-top: 30px;
    margin-bottom: 30px;
}

#footer{
    /*background:url(../images/pict.jpg) no-repeat!important;*/

    background-color:#017FC1 !important;
    height:45px;
}
.footer-color{
    line-height: 45px;
    color: white;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}
.control-label{
    font-weight: 700;
    font-family: serif;
    font-size: 19px;
}
.margin0{
    margin-top: 20px;
    margin-bottom: 20px;
}
.margin1{
    padding-top: 60px;
}
.margin2{
    margin-top: 55px;
}
.margin3{
    margin-bottom: 50px;
}
.margin4{
    margin-bottom: 25px;
}
.margin5{
    margin-top: 10px;
}
.designed-by{
    font-size: 18px;
}
span a,span a:hover{
    text-decoration: none;
    color: white;
}
@media (max-width:1080px) {
.color{
    margin-left:0px; 
}
}
@media (max-width:980px) {
    .margin2{
        margin-top: -20px;
    }
    #footer{
        height:50px; 
    }
    .footer-color{
        line-height: 50px;
        font-size: 14px;
    }
    ul.nav.pull-right li a{
        margin-top: 20px;
    }
    .color{
        line-height: 33px;
    }
}

@media (max-width: 975px) {
    .margin0{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .margin1{
        padding-top: 0px;
    }
    ul.nav.pull-right li a{
    line-height: 20px;
    
}
}
@media (max-width: 767px) {

    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
        height: 100px;
        text-align: center;
    }
}
@media (max-width: 600px) {
    .color{
        font-size: 10px;
        margin-top: 0px;
        margin-left:0px;
        color: white;
        font-family: 'Roboto', sans-serif;
    }
    .brand{
        font-size: 16px!important;
    }
}
@media (max-width: 520px) { 
    table th{
    font-size: 15px;
}
table.table-bordered
.table th,
.table td{
    font-size: 17px;
    line-height: 20px;
}
}
@media (max-width: 500px) {

    .brand{
        font-size: 15px!important;
    } 
    #footer{
        text-align: center;
    }
}
@media (max-width: 460px) {
    .brand{
        font-size: 12px!important;
    } 
}
@media (max-width: 478px) {
    #footer{
        height: 200px;

    } 
}
@media (max-width: 400px) {
    .brand{
        font-size: 9px!important;
    } 
}
@media (max-width: 330px) {
    .brand{
        font-size:8px!important;
    } 
}




