.itopplus-background {

}


.navbar-default .navbar-nav>li>a{
	color: #e4be64;
    font-family: supermarket;
    font-size: 20px
}
.navbar-nav>li>.dropdown-menu>li>a {
    font-family: supermarket;
    font-size: 16px
}
.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
    color: #e4be64;
}

@media (max-width:768px) {
    .navbar-default {
        background: #376c47;
    }
}

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

}

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

}

.readmore a{
  font-size:18px;
  font-family: supermarket;
  color:#185d42;
  border-bottom: solid 2px #185d42;
}
.readmore a:hover{
  color:#e4be64;
  border-bottom: solid 2px #e4be64;
}

.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 20px;
    font-family: supermarket;
    color: #185d42;
}
.Contentmanager .site .col-section .item.-micro a .caption .time {
    font-size: 18px;
    font-family: supermarket;
}
#Contentmanager h3.managerHeader{
    font-size: 30px;
    font-family: supermarket;
    color: #185d42;
}
#Contentmanager .page-header {
    border-bottom: solid 2px #e4be64;
}
#Contentmanager .page-header h4{
    font-size: 24px;
    font-family: supermarket;
    color: #185d42;
}
#Contentmanager .nav-template strong{
    font-size: 18px;
    font-family: supermarket;
    color: #185d42;
}
#Contentmanager .nav-template p{
    font-size: 18px;
    font-family: supermarket;
}

/* Glow */
.reveal  {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.reveal :hover, .reveal :focus, .reveal :active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

