.itopplus-background {

}
.navbar-default {
	background: rgba(250,251,253,1);
    background: -moz-linear-gradient(top, rgba(250,251,253,1) 0%, rgba(219,231,231,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,251,253,1)), color-stop(100%, rgba(219,231,231,1)));
    background: -webkit-linear-gradient(top, rgba(250,251,253,1) 0%, rgba(219,231,231,1) 100%);
    background: -o-linear-gradient(top, rgba(250,251,253,1) 0%, rgba(219,231,231,1) 100%);
    background: -ms-linear-gradient(top, rgba(250,251,253,1) 0%, rgba(219,231,231,1) 100%);
    background: linear-gradient(to bottom, rgba(250,251,253,1) 0%, rgba(219,231,231,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafbfd', endColorstr='#dbe7e7', GradientType=0 );	
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    background: rgba(15,32,138,1);
    background: -moz-linear-gradient(top, rgba(15,32,138,1) 0%, rgba(0,135,253,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,32,138,1)), color-stop(100%, rgba(0,135,253,1)));
    background: -webkit-linear-gradient(top, rgba(15,32,138,1) 0%, rgba(0,135,253,1) 100%);
    background: -o-linear-gradient(top, rgba(15,32,138,1) 0%, rgba(0,135,253,1) 100%);
    background: -ms-linear-gradient(top, rgba(15,32,138,1) 0%, rgba(0,135,253,1) 100%);
    background: linear-gradient(to bottom, rgba(15,32,138,1) 0%, rgba(0,135,253,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f208a', endColorstr='#0087fd', GradientType=0 );
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background: rgba(15,32,138,1);
    background: -moz-linear-gradient(top, rgba(15,32,138,1) 0%, rgba(0,135,253,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,32,138,1)), color-stop(100%, rgba(0,135,253,1)));
    background: -webkit-linear-gradient(top, rgba(15,32,138,1) 0%, rgba(0,135,253,1) 100%);
    background: -o-linear-gradient(top, rgba(15,32,138,1) 0%, rgba(0,135,253,1) 100%);
    background: -ms-linear-gradient(top, rgba(15,32,138,1) 0%, rgba(0,135,253,1) 100%);
    background: linear-gradient(to bottom, rgba(15,32,138,1) 0%, rgba(0,135,253,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f208a', endColorstr='#0087fd', GradientType=0 );
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	background: rgba(15,32,138,1);
    background: -moz-linear-gradient(top, rgba(15,32,138,1) 0%, rgba(0,135,253,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,32,138,1)), color-stop(100%, rgba(0,135,253,1)));
    background: -webkit-linear-gradient(top, rgba(15,32,138,1) 0%, rgba(0,135,253,1) 100%);
    background: -o-linear-gradient(top, rgba(15,32,138,1) 0%, rgba(0,135,253,1) 100%);
    background: -ms-linear-gradient(top, rgba(15,32,138,1) 0%, rgba(0,135,253,1) 100%);
    background: linear-gradient(to bottom, rgba(15,32,138,1) 0%, rgba(0,135,253,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f208a', endColorstr='#0087fd', GradientType=0 );
}

.navbar-default .navbar-nav>li>a{
  	border-right: solid 1px #a7d2f6;
  
  	color:#008aff;
}

.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
  	background: rgba(15,32,138,1);
    background: -moz-linear-gradient(top, rgba(15,32,138,1) 0%, rgba(0,135,253,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,32,138,1)), color-stop(100%, rgba(0,135,253,1)));
    background: -webkit-linear-gradient(top, rgba(15,32,138,1) 0%, rgba(0,135,253,1) 100%);
    background: -o-linear-gradient(top, rgba(15,32,138,1) 0%, rgba(0,135,253,1) 100%);
    background: -ms-linear-gradient(top, rgba(15,32,138,1) 0%, rgba(0,135,253,1) 100%);
    background: linear-gradient(to bottom, rgba(15,32,138,1) 0%, rgba(0,135,253,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f208a', endColorstr='#0087fd', GradientType=0 );
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
    background: rgba(15,32,138,1);
}

@media (max-width: 768px){

.navbar-default{
	background: rgba(0,151,245,1);
    background: -moz-linear-gradient(top,rgba(0,151,245,1) 0,rgba(1,106,172,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(0,151,245,1)),color-stop(100%,rgba(1,106,172,1)));
    background: -webkit-linear-gradient(top,rgba(0,151,245,1) 0,rgba(1,106,172,1) 100%);
    background: -o-linear-gradient(top,rgba(0,151,245,1) 0,rgba(1,106,172,1) 100%);
    background: -ms-linear-gradient(top,rgba(0,151,245,1) 0,rgba(1,106,172,1) 100%);
    background: linear-gradient(to bottom,rgba(0,151,245,1) 0,rgba(1,106,172,1) 100%);
  	
}
  .navbar-default .navbar-nav>li>a{
    color:#fff;
  }
}


