.itopplus-background {

}
.navbar-default .navbar-nav>li>a{
	font-family: supermarket;
    font-size: 1.3em;
}

.imageWidth{
  width:100%
}
figure.effect-apollo{
    background: transparent!important;
}

.menuVertical .nav-pills>li{
  background-color: #08403f;
}
.menuVertical .nav-pills>li:hover,
.menuVertical .nav-pills>li a:hover,
.menuVertical .nav-pills>li a:focus{
  background-color: #23851e!important;
}
.menuVertical .nav-pills>li a{
  color: #fff!important;
  font-family: supermarket;
  font-size: 1.3em;
}


/* 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:right ;
}

  .navbar-default {
    background: transparent;
}
  .navbar-default .navbar-nav>li>a{
  	color: #fff;
  }
  
}

/* 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:right ;
}

  .navbar-default {
    background: transparent;    
}
  .navbar-default .navbar-nav>li>a{
  	color: #fff;
  }

}

@media (max-width:768px) {
    .navbar-default {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#70c73e+0,3dba22+100 */
        background: rgb(112,199,62); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(112,199,62,1) 0%, rgba(61,186,34,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(112,199,62,1) 0%,rgba(61,186,34,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(112,199,62,1) 0%,rgba(61,186,34,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70c73e', endColorstr='#3dba22',GradientType=0 ); /* IE6-9 */
    }
}

