nav.navbar.bootsnav {
	margin-bottom: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	background-color: #fff;
	border: none;
	border-bottom: solid 2px #dc2d07;
	z-index: 9;
	padding: 0px;
	width: 100%;
}

.navigation__wrapper-equalWidth .navigation__wrapper-menu .menu-section>li:first-child:nth-last-child(1), .navigation__wrapper-equalWidth .navigation__wrapper-menu .menu-section>li:first-child:nth-last-child(1) ~ li {
    width: 100%}
.navigation__wrapper-equalWidth .navigation__wrapper-menu .menu-section>li:first-child:nth-last-child(2), .navigation__wrapper-equalWidth .navigation__wrapper-menu .menu-section>li:first-child:nth-last-child(2) ~ li {
    width: 50%}
.navigation__wrapper-equalWidth .navigation__wrapper-menu .menu-section>li:first-child:nth-last-child(3), .navigation__wrapper-equalWidth .navigation__wrapper-menu .menu-section>li:first-child:nth-last-child(3) ~ li {
    width: 33.33333%}
.navigation__wrapper-equalWidth .navigation__wrapper-menu .menu-section>li:first-child:nth-last-child(4), .navigation__wrapper-equalWidth .navigation__wrapper-menu .menu-section>li:first-child:nth-last-child(4) ~ li {
    width: 25%}
.navigation__wrapper-equalWidth .navigation__wrapper-menu .menu-section>li:first-child:nth-last-child(5), .navigation__wrapper-equalWidth .navigation__wrapper-menu .menu-section>li:first-child:nth-last-child(5) ~ li {
    width: 20%}
.navigation__wrapper-equalWidth .navigation__wrapper-menu .menu-section>li:first-child:nth-last-child(6), .navigation__wrapper-equalWidth .navigation__wrapper-menu .menu-section>li:first-child:nth-last-child(6) ~ li {
    width: 16.66667%}
.navigation__wrapper-equalWidth .navigation__wrapper-menu .menu-section>li:first-child:nth-last-child(7), .navigation__wrapper-equalWidth .navigation__wrapper-menu .menu-section>li:first-child:nth-last-child(7) ~ li {
    width: 14.28571%}
.navigation__wrapper-equalWidth .navigation__wrapper-menu .menu-section>li:first-child:nth-last-child(8), .navigation__wrapper-equalWidth .navigation__wrapper-menu .menu-section>li:first-child:nth-last-child(8) ~ li {
    width: 12.5%}
.navigation__wrapper-main {
    display: table;
    width: 100%}
.navigation__wrapper-menu {
    display: table-cell;
    vertical-align: middle;
    width: 100%}
.navigation__wrapper-menu-icon {
    display: none;
}
@media screen and (max-width: 992px) {
    .navigation__wrapper-menu-icon {
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    margin-right: 20px;
    color: #000;
    padding: 10px 0;
	font-size:15px;
	font-weight:500;
}

.navigation__wrapper .container { width:100%; box-sizing:border-box;}

}


.navigation__wrapper-menu-icon i {
    padding-left: 10px;
}
@media screen and (max-width: 992px) {
    .navigation__wrapper-menu>.menu-section {
    display: none;
}
}
.navigation__wrapper-menu>.menu-section>li {
    float: left;
    position: relative;
    text-align: left;
}

.navigation__wrapper-menu>.menu-section>li:first-child{ margin-left:0px;}

.navigation__wrapper-menu>.menu-section>li>a {
    display: block;
       font-size: 15px;
    text-transform: uppercase;
    padding: 14px 49px;
    display: block;
	font-weight:500;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    
}
@media screen and (max-width: 1199px) {
    .navigation__wrapper-menu>.menu-section>li>a {
    padding: 14px 41px;
}

.navigation__wrapper-menu>.menu-section>li:last-child .sub-menu{
    left: -58px !important;	
}

}

.navigation__wrapper-menu>.menu-section>li>a:hover, .navigation__wrapper-menu>.menu-section>li>a:focus {
    text-decoration: none;
}
.navigation__wrapper-menu>.menu-section>li a:hover, .navigation__wrapper-menu>.menu-section>li a:focus, .navigation__wrapper-menu>.menu-section>li.active a {
    text-decoration: none;
	color:#fff;
	background: #dc2d07 none repeat scroll 0 0;
}



#activeHome  .navigation__wrapper-menu>.menu-section>li.homenav a, 
#activeAbout  .navigation__wrapper-menu>.menu-section>li.companynav a,
#activeproducts  .navigation__wrapper-menu>.menu-section>li.productsynav a,
#activeApplic .navigation__wrapper-menu>.menu-section>li.applicationynav a,
#activeMedia  .navigation__wrapper-menu>.menu-section>li.mediaynav a,
#activeContact  .navigation__wrapper-menu>.menu-section>li.contactynav  a

{ 
text-decoration: none;
	color:#fff;
	background: #dc2d07 none repeat scroll 0 0;
}

.navigation__wrapper-menu>.menu-section>li:focus a{
	color:#fff;
}

.navigation__wrapper-menu>.menu-section>li.dropdown {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.navigation__wrapper-menu>.menu-section>li.dropdown>a:after {
    content: '\f107';
    font-family: "FontAwesome";
    color: #333;
    padding: 0px 0 0 8px;
    float: right;
}


#activeAbout  .navigation__wrapper-menu>.menu-section>li.companynav>a:after,
#activeproducts  .navigation__wrapper-menu>.menu-section>li.productsynav>a:after,
#activeApplic .navigation__wrapper-menu>.menu-section>li.applicationynav>a:after,
#activeMedia  .navigation__wrapper-menu>.menu-section>li.mediaynav>a:after,
#activeContact  .navigation__wrapper-menu>.menu-section>li.contactynav>a:after


 {
color:#fff !important;	
}

.navigation__wrapper-menu>.menu-section>li:hover.dropdown>a:after {
color: #fff;	
}

.navigation__wrapper-menu>.menu-section>li.dropdown:hover .sub-menu, .navigation__wrapper-menu>.menu-section>li.dropdown:focus .sub-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    top: 57px;
}
.navigation__wrapper-menu>.menu-section>li:hover, .navigation__wrapper-menu>.menu-section>li:focus, .navigation__wrapper-menu>.menu-section>li.active {
    background: #dc2d07 none repeat scroll 0 0;
}
.navigation__wrapper-menu>.menu-section>li .sub-menu, .navigation__wrapper-menu>.menu-section>li .sub-sub-menu {
    position: absolute;
    top: 70px;
    left: 0;
    min-width: 230px;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    z-index: 10;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    background: #dc2d07  none repeat scroll 0 0;
}
.navigation__wrapper-menu>.menu-section>li:last-child .sub-menu {
left:-25px !important;	
}

.navigation__wrapper-menu>.menu-section>li .sub-menu li, .navigation__wrapper-menu>.menu-section>li .sub-sub-menu li {
    position: relative;
}
.navigation__wrapper-menu>.menu-section>li .sub-menu li a, .navigation__wrapper-menu>.menu-section>li .sub-sub-menu li a {
    display: block;
    padding: 6px 12px;
    color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
	 line-height: 19px;
}
.navigation__wrapper-menu>.menu-section>li .sub-menu li a .icon:before, .navigation__wrapper-menu>.menu-section>li .sub-sub-menu li a .icon:before {
    content: '\f111';
    font-family: "FontAwesome";
    color: #fff;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translate(0,  -50%);
    -moz-transform: translate(0,  -50%);
    -o-transform: translate(0,  -50%);
    -ms-transform: translate(0,  -50%);
    transform: translate(0,  -50%);
    font-size: 10px;
}
.navigation__wrapper-menu>.menu-section>li .sub-menu li a:hover, .navigation__wrapper-menu>.menu-section>li .sub-menu li a:focus, .navigation__wrapper-menu>.menu-section>li .sub-sub-menu li a:hover, .navigation__wrapper-menu>.menu-section>li .sub-sub-menu li a:focus {
    padding: 6px 14px;
}
.navigation__wrapper-menu>.menu-section>li .sub-menu li:not(.hide)+li, .navigation__wrapper-menu>.menu-section>li .sub-sub-menu li:not(.hide)+li {
    border-top: 2px solid #e46012;
}
.navigation__wrapper-menu>.menu-section>li .sub-sub-menu {
    left: 100%;
    top: 20px;
    border-left: 2px solid #e46012;
}
.navigation__wrapper-menu>.menu-section>li .sub-menu li.dropdown>a:after {
    content: '\f105';
    font-family: "FontAwesome";
    color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0,  -50%);
    -moz-transform: translate(0,  -50%);
    -o-transform: translate(0,  -50%);
    -ms-transform: translate(0,  -50%);
    transform: translate(0,  -50%);
}
.navigation__wrapper-menu>.menu-section>li .sub-menu li.dropdown:hover .sub-sub-menu, .navigation__wrapper-menu>.menu-section>li .sub-menu li.dropdown:focus .sub-sub-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    top: 0px;
}
.navigation__wrapper-standalone .responsive-standalone, .navigation__wrapper-standard .responsive-standalone {
    top: 0;
    max-width: 280px;
    width: 90%;
    height: 100%;
    display: none;
    text-align: left;
    z-index: 99999999;
    visibility: hidden;
    padding: 0px 0px 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border-right: 1px solid #e46012;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transform: translate3d(-100%,  0,  0);
    -moz-transition: translate3d(-100%,  0,  0);

    -ms-transition: translate3d(-100%,  0,  0);
    -o-transition: translate3d(-100%,  0,  0);
    transform: translate3d(-100%,  0,  0);
    position: fixed !important;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #ef772f none repeat scroll 0 0;
}
@media screen and (max-width: 992px) {
    .navigation__wrapper-standalone .responsive-standalone, .navigation__wrapper-standard .responsive-standalone {
    display: block;
}
}.navigation__wrapper-standalone .responsive-standalone.navigation-active, .navigation__wrapper-standard .responsive-standalone.navigation-active {
    visibility: visible;
    -webkit-transform: translate3d(0,  0,  0);
    -moz-transition: translate3d(0,  0,  0);
    -ms-transition: translate3d(0,  0,  0);
    -o-transition: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
}
.navigation__wrapper-standalone .responsive-standalone-close, .navigation__wrapper-standard .responsive-standalone-close {
    top: 1.5em;
    right: 1.5em;
    z-index: 100;
    position: absolute;
    font-size: .625em;
    background: rgba(0, 0, 0, 0.3);
    padding: .5em 0.85em;
    line-height: 1.5em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.navigation__wrapper-standalone .responsive-standalone-close .close-text, .navigation__wrapper-standard .responsive-standalone-close .close-text {
    width: 3em;
    float: left;
    height: 1.5em;
    color: #fff;
    display: block;
    overflow: hidden;
}
.navigation__wrapper-standalone .responsive-standalone-close .fa, .navigation__wrapper-standard .responsive-standalone-close .fa {
    color: #fff;
}
.navigation__wrapper-standalone .responsive-standalone-overlay, .navigation__wrapper-standard .responsive-standalone-overlay {
    display: none;
    background: rgba(44, 44, 58, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 10;
}
.navigation__wrapper-standalone .responsive-standalone .standalone-menu, .navigation__wrapper-standard .responsive-standalone .standalone-menu {
    padding-top: 60px;
}
.navigation__wrapper-standalone .responsive-standalone .standalone-menu .menu-section li a, .navigation__wrapper-standard .responsive-standalone .standalone-menu .menu-section li a {
    color: #fff;
    display: block;
    padding: 12px 24px;
    position: relative;
    border-bottom: 1px solid #e46012;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.navigation__wrapper-standalone .responsive-standalone .standalone-menu .menu-section li a .icon, .navigation__wrapper-standard .responsive-standalone .standalone-menu .menu-section li a .icon {
    display: inline-block;
}
.navigation__wrapper-standalone .responsive-standalone .standalone-menu .menu-section li a:hover, .navigation__wrapper-standalone .responsive-standalone .standalone-menu .menu-section li a:focus, .navigation__wrapper-standard .responsive-standalone .standalone-menu .menu-section li a:hover, .navigation__wrapper-standard .responsive-standalone .standalone-menu .menu-section li a:focus {
    color: #fff;
    text-decoration: none;
}
.navigation__wrapper-standalone .responsive-standalone .standalone-menu .menu-section li.dropdown, .navigation__wrapper-standard .responsive-standalone .standalone-menu .menu-section li.dropdown {
    position: relative;
}
.navigation__wrapper-standalone .responsive-standalone .standalone-menu .menu-section li.dropdown .arrowIcon, .navigation__wrapper-standard .responsive-standalone .standalone-menu .menu-section li.dropdown .arrowIcon {
    color: #fff;
    position: absolute;
    width: 44px;
    height: 44px;
    z-index: 100;
    background: #ee6b1c none repeat scroll 0 0;
    right: 0;
    top: 0px;
    text-align: center;
    cursor: pointer;
}
.navigation__wrapper-standalone .responsive-standalone .standalone-menu .menu-section li.dropdown .arrowIcon .fa, .navigation__wrapper-standard .responsive-standalone .standalone-menu .menu-section li.dropdown .arrowIcon .fa {
    line-height: 44px;
    font-size: 18px;
}
.navigation__wrapper-standalone .responsive-standalone .standalone-menu .menu-section li .sub-menu, .navigation__wrapper-standalone .responsive-standalone .standalone-menu .menu-section li .sub-sub-menu, .navigation__wrapper-standard .responsive-standalone .standalone-menu .menu-section li .sub-menu, .navigation__wrapper-standard .responsive-standalone .standalone-menu .menu-section li .sub-sub-menu {
    display: none;
}
.navigation__wrapper-standard .responsive-standalone {
    top: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: none;
    position: relative !important;
    transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    -webkit-transition: all 0s ease;
    -ms-transition: all 0s ease;
    border-left: none;
    max-height: 300px;
    overflow-y: auto;
}
.navigation__wrapper-standard .responsive-standalone-overlay, .navigation__wrapper-standard .responsive-standalone-close {
    display: none !important;
}
.navigation__wrapper-standard .responsive-standalone .standalone-menu {
    padding: 0;
}
.navigation__wrapper-withDivider .navigation__wrapper-menu>.menu-section li:not(.hide)+li:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 1px;
    background: #dc2d07  none repeat scroll 0 0;
	
}
.navigation__wrapper-inline .navigation__wrapper-main {
    padding: 10px 0;
}
.navigation__wrapper-inline .navigation__wrapper-logo {
    padding-right: 12px;
}
.navigation__wrapper-inline .navigation__wrapper-logo a {
    display: block;
}
.navigation__wrapper-inline .navigation__wrapper-menu, .navigation__wrapper-inline .navigation__wrapper-logo {
    width: auto;
    vertical-align: middle;
    display: table-cell;
}
.navigation__wrapper-inline .navigation__wrapper-menu {
    min-width: 100px;
}
.navigation__wrapper-inline .navigation__wrapper-menu .menu-section li a {
    padding: 10px 15px;
}
.navigation__wrapper .search__wrapper {
    display: inline-block;
    cursor: pointer;
}
@media screen and (max-width: 599px) {
    .navigation__wrapper .search__wrapper {
    display: none;
}
}.navigation__wrapper .search__wrapper-button {
    background: none repeat scroll 0 0;
    border: none;
    outline: none;
    padding: 15px;
    width: 50px;
}
.navigation__wrapper .search__wrapper-button i {
    color: #fff;
}
@media screen and (max-width: 599px) {
    .navigation__wrapper .search__wrapper-button {
    background: none repeat scroll 0 0;
    width: 100%;
    margin-left: 0px;
    padding: 0;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}
.navigation__wrapper .search__wrapper-button i {
    color: #ef772f;
}
}.navigation__wrapper .search__wrapper-box {
    position: absolute;
    background: transparent none repeat scroll 0 0;
    margin-top: 2px;
    right: 0;
    top: 68px;
    width: 235px;
    z-index: 100;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.navigation__wrapper .search__wrapper-box .input-group {
    position: relative;
}
.navigation__wrapper .search__wrapper-box .input-group .form-control {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 4px 40px 4px 15px;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f2f2f2;
}
.navigation__wrapper .search__wrapper-box .input-group .button {
    position: absolute;
    line-height: 1.8;
    top: 0;
    right: 0;
    z-index: 10;
}
.navigation__wrapper .search__wrapper-box .input-group .button i {
    color: #fff;
}

@media screen and (max-width: 1199px) {
.navigation__wrapper-menu>.menu-section>li:last-child .sub-menu{
    left: -58px !important;	
}

}
