.toogle-plus-minus-icon{
    line-height:30px;
    cursor: pointer;
    cursor: pointer;
    border-radius: 15px;
    background: #9dc02e;width: 50px;
    color: #fff;
    padding: 4px 8px;
}
.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;
}


.navbar-default {
    background-color: #fff;
    border:none;
    color:#28284b;
}
.navbar-right {
    float: right !important;
    margin-right: 10px;
}

.top-header
{
    display: inline-block;
    width: 100%;
    height: 40px;
    background: #172863;
    margin:0 auto;
}

.navbar-nav > li > a {

    padding-top: 5px;
    padding-bottom: 5px;

}

footer{
    margin-top:40px;
}
.footer-menu-items{
    float:left;
    margin-left:5px;
    list-style: none;
}
footer a:hover{
    color:#fff;
    font-weight: bold;
}
.footer-menu-items a{
    color:#fff;
}
.footer-menu-items a:hover{
    color:#fff;
    font-weight: bold;
}
.tm-footer-text-left{
    color:#fff;
}
.tm-footer-text-left a{
    color:#fff;
    text-transform: uppercase;
}
.tm-footer-text-left a:hover{
    color:#fff;
    text-transform: lowercase;
    font-weight: bold;
}
.copyright-part{

    padding:35px 10px 25px 10px;
}


.icon-footer-big
{
    color:#9dc02e;
    font-size: 46px;
}
.icon-footer-div{
    border: 1px solid #3d4a75;
    border-top: 3px solid #3d4a75;
    padding:20px;
}
.text-footer-contactinfo-row{
    padding: 40px 0px;
    margin-top: 30px;
    margin: 0px 5px;
}
.text-footer-contactinfo{
    float:left;
    padding: 20px 20px;
    border: 1px solid #3d4a75;
    border-bottom: 3px solid #3d4a75;
    height: 110px;
}
.text-footer-contactinfo h4{
    margin:0px;
}
.text-footer-contactinfo-div
{
    border-left: 0px solid #3d4a75;
    padding:20px;
}
.text-footer-contactinfo p
 {
     line-height: 20px;
     color:#5e6b8f;
 }
.text-footer-contactinfo h4
{
    line-height: 26px;
    color:#fff;
}
.footer-contact-info{

}

.form-horizontal .control-label {
    padding-top: 0px;
}