
/* start added by me*/
.for_am h4 a{
    font-size: 23px;
}
.for_am +{
    font-size: 13px;
}
div.products_content.for_am + button + #menucontainer a{
    font-size: 14px!important;
}
div.products_content.for_am + button + #menucontainer>ul.for_header{
    margin-left: -15px;
}
.products_content.for_am>ul>li a{
    font-size: 14px!important;
}

a:hover,
a:focus {
    background:transparent;
}

.menu_right>li>ul.dropdown-menu>li>a{
    color:rgba(255,255,255, 0.6);
}
.menu_right>li>ul.dropdown-menu>li.dropdown-submenu ul li a{
    color:rgba(255,255,255, 0.6);
}
.menu_right>li.open>a,
    /*.menu_right>li.open>a:hover {*/
    /*background-color: #0e3157!important;*/
    /*}*/
    /*.dropdown-menu{*/
    /*background-color: #092441;*/
    /*}*/
    /*.menu_right>li>ul.dropdown-menu>li>a:hover{*/
    /*background-color:#0e3157;*/
    /*}*/
    /*.menu_right>li>ul.dropdown-menu>li.dropdown-submenu ul li a:hover{*/
    /*background-color:#0e3157;*/
    /*}*/
    /*.menu_right>li>ul.dropdown-menu>li.dropdown-submenu>a:hover{*/
    /*background-color: #0e3157 ;*/
    /*}*/
.menu_right>li>ul.dropdown-menu>li.dropdown-submenu.open>a{
    background-color:#0e3157;
    color:#ffffff;
}
.menu_right .dropdown-menu>li>a:hover,
.menu_right .dropdown-menu>li>a>ul>li>a:hover {
    color:#fff!important;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    background-color:transparent;
}
.menu_right>li>a{
    font-family: "sans-serif";
    font-size: 18px;
    color:#d1edff;
    padding: 10px 26px;
}
.menu_right>li>a:hover{
    color:#84CFFF;
}
.left_new .active{
    display: block;
    color:#ffffff!important;
    text-decoration: underline;
}
.left_new .active+ul a{
    color:#ffffff!important;
    text-decoration: underline;
}
.for_header>li.active_top>a{
    color:#84CFFF;
}

/* -- products page --*/

.products_content ul li {
    padding: 5px 0;
}
.for_list{
    background-color:#2e3039;
}
.products_content{
    background-color:#2e3039;
    height: 100%;
}
.products_content ul li a{
    color:#ffffff;
    word-wrap: break-word;
}

/* -- end products page --*/


/* -- product page --*/

.product_content ul>li>a,
.about_content ul>li>a{
    color:#000;
    word-break: break-all;
}
.product_content ul>li,
.about_content ul>li>a{
    padding: 3px;
}
li>a[data_cat_id^="/"]{
    cursor:pointer;
}
.products_content>ul>li.dropdown-submenu ul,
.about_list>ul>li.dropdown-submenu ul{
    background-color:#a2dadb;
    padding: 3px 0 3px 6px;
    left:50%;
    font-size: 16px;
}
.products_content>ul li.dropdown-submenu ul.dropdown-menu{
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color:transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.products_content>ul>li.dropdown-submenu ul.dropdown-menu>li>a{
    padding: 3px 0 3px 3px;
    margin-left:10px ;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropdown-submenu a.open.active+ul.dropdown-menu .dropdown-submenu .dropdown-menu, .dropdown-submenu a.open.active+ul{
    display: block;
}

.products_content>ul>li.dropdown-submenu ul.dropdown-menu>li>a.active{
    /*padding: 3px;*/
    background-color: #3d5a7b;
    color:rgba(255,255,255, 0.7);
}
.products_content>ul>li.dropdown-submenu ul.dropdown-menu>li>a.active:hover{
    color:rgba(255,255,255, 1);
}
.btn-outline-inverse {
    color: #000;
    background-color: transparent;
    border-color: #1c1c1c;
}
.download{
    right:0;
}
.see_file{
    left:0;
}
.btn-outline-inverse:hover{
    background-color:rgba(197,211,211, 1);
}
.btn-outline-inverse span{
    top:3px;
    left:-5px;
}
/* -- end product page --*/

/*-- css for dropdown submenu  --*/

.for_arrow>ul>li>a:after,
.about_list>ul>li>a:after{
    border-top-color: #ffffff!important;
}
.for_arrow .dropdown-submenu>a:after{
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-top-color: #ffffff;
    margin-top: 9px;
    margin-right: 5px;
}
.child2{
    background-color: rgba(197,211,211, 1);
    margin-bottom: 15px;

}
.about_content .dropdown-submenu >a:after {
    float: right;
    margin-top: 11px;
    margin-right: -11px;
}
.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;
}
.parent {
    min-height: 500px;
    display: flex;
    flex-wrap: wrap;
}
.child {
    flex-grow: 1;
    flex-basis: 25%;
}



/*start of changed by me */

.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-menu{
    background-color: #fefefe;
}

.dropdown-menu > li > a {
    color: #3F3E3A;
}

.dropdown-menu > li > a:hover {
    background-color: #7C7C7C;
}


li {list-style-type: none;}

/*end of changed by me*/




/*start of changed by Karen */

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

.navbar-nav >li .dropdown-menu > li > a:hover {
    background-color: #080808;
    color: #fff;
}
.dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
}
/*end of changed by Karen*/

/*end of added by me */

