.itopplus-background {

}


/* Medium Devices, Desktops */
@media only screen and (min-width : 1024px) {

h1,.h1 { font-size: 2.250em;}
h2,.h2 { font-size: 1.875em;}
h3,.h3 { font-size: 1.500em;}
h4,.h4 { font-size: 1.125em;}
h5,.h5 { font-size: 0.875em;}
h6,.h6 { font-size: 0.750em;}
p { margin: 0 0 10px;}
.navbar .nav,
.navbar .nav > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    *zoom:1; /* hasLayout ie7 trigger */
    vertical-align: top;
}
#main-navbar-collapse{
  text-align:center ;
}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1366px) {
h1,.h1 { font-size: 2.250em;}
h2,.h2 { font-size: 1.875em;}
h3,.h3 { font-size: 1.500em;}
h4,.h4 { font-size: 1.125em;}
h5,.h5 { font-size: 0.875em;}
h6,.h6 { font-size: 0.750em;}
p { margin: 0 0 10px;}
.navbar .nav,
.navbar .nav > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    *zoom:1; /* hasLayout ie7 trigger */
    vertical-align: top;
}
#main-navbar-collapse{
  text-align:center ;
}


}

.menuVertical>ul {
    background: rgba(93,191,226,1);
    background: -moz-linear-gradient(top,rgba(93,191,226,1) 0,rgba(37,109,177,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(93,191,226,1)),color-stop(100%,rgba(37,109,177,1)));
    background: -webkit-linear-gradient(top,rgba(93,191,226,1) 0,rgba(37,109,177,1) 100%);
    background: -o-linear-gradient(top,rgba(93,191,226,1) 0,rgba(37,109,177,1) 100%);
    background: -ms-linear-gradient(top,rgba(93,191,226,1) 0,rgba(37,109,177,1) 100%);
    background: linear-gradient(to bottom,rgb(238, 117, 56) 0,rgb(248, 166, 109) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5dbfe2',endColorstr='#256db1',GradientType=0);
    border: 0 solid #000;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.75);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.75);
    padding: 7px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.menuVertical>.nav>li>a:focus, .menuVertical>.nav>li>a:hover {
    background-color: #4596c7;
    background-image: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

