@charset "utf-8";
/* CSS Document */
body{background: #eaeaea url(../img/bg.png) repeat;}
.logo{ padding:20px;}
.logo2{margin-top: 33px;}
.color-green{ color:#4ab30a;}
.body-shadow{-webkit-box-shadow: 0px -3px 30px 2px rgba(189,189,189,1);
-moz-box-shadow: 0px -3px 30px 2px rgba(189,189,189,1);
box-shadow: 0px -3px 30px 2px rgba(189,189,189,1);margin-bottom: 10px; padding-bottom: 20px;}
.shadow-tabs{box-shadow: 2px 2px 2px 1px #ccc;border: 1px solid #CCCCCC;margin: 10px 40px 10px 40px;}
.footer{ background-color:#4b4b4d;}
.footer ul li{margin:20px 10px 10px 10px; border:1px solid #CCCCCC; padding:10px;}
.footer ul li a{ color:#FFFFFF;}
.footer h4{ color:#FFFFFF; border-bottom: 1px dashed #ccc;padding-bottom: 12px;}
iframe{ border:none;}
.footer iframe{ margin-top:10px;}
.footer .social ul li{ border:none;}
.footer p{ color:#FFFFFF; font-weight:normal; line-height:28px;}
.mk{ padding:10px;}
.navbar-inverse{ margin-bottom:0px;border-radius:0px;background-color: #373839;}
.affix{top: 0;width: 100%; z-index:999}
.affix + .container-fluid {padding-top: 70px;}
.dropdown-menu{animation-duration: 0.5s;}
.navbar-inverse .navbar-nav>li>a {color: #efd227;}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {color: #fff;
background-color: #4ab30a;}
.bg-green{ background-color:#4ab30b;height: 4px;}
.bg-yellow{ background-color:#efd227;height: 4px;}
.bg-black{ background-color:#555759;height: 4px;}
.bg-white{background-color:#FFFFFF;}

/* To Dropdown navbar dropdown on hover */
.navbar-nav > li:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-menu>li>a {padding: 5px 14px; border-bottom:1px dashed #CCCCCC;}
.inner-page{}
.heading-primary{font-size:18px; border-bottom:1px dashed #666666; display:inline-block;padding: 10px 0px 10px 0px;}
.table-heading{ background:#373839; color:#FFFFFF; font-weight:bold;}
.contact p{ line-height:30px;}
.tbl-center{margin:0px auto !important; width:70%!important;}