.bg-theme{
	background-color: #0B634C !important;
}
.bg-notices{
	background-color: #2c3e50 !important;
}
.text-primary {
    color: #08544C !important;
}
.link-text{
	border-bottom: 2px solid #086D52 ;
	color: #086D52 ;
  transition: all 0.25s linear;
  position: relative;
}
.link-text:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #16a085;
  position: absolute;
  left: 0;
  bottom: -2px;
  transform-origin: left; 
  transform: scale(0);
  transition: 0.25s linear;
}
.link-text:hover:before {
  transform: scale(1);
}
.link-text:focus{
  color: #16a085;
}
a{
	color: #086D52 ;
}
a:hover{
	color: #16a085 ;
}
.feature-icon-large i {
    color: #2c3e50 !important;
}
.btn-filled{
	color: #2c3e50 !important;
}
.logo{
	/* top: -20px; */
	max-width: 150px !important;
	bottom: 0px !important;
}
.overlay-green:before{
	background-color:#08553e !important;
}
.overlay-blue:before{
	background-color:#083e55 !important;
}
.overlay-red:before{
	background-color:#e74c3c !important;
}
.overlay-white:before{
	background-color:#083e55 !important;
	opacity:0.4;
}
.overlay-black:before{
  background-color: rgba(0,0,0,0.5) !important;
}

.image-slider .flex-control-nav li a{
	background: rgba(8, 84, 76, 0.3);
}
.image-slider .flex-control-nav li a.flex-active{
	background: rgba(8, 84, 76, 1);
}
.image-slider .slides li a{
  display: block;
  position: relative;
}
.image-slider .slides li .slider-title{
  position: absolute;
  bottom: 20px; 
  left: 20px;
  background-color: #FFF;
  padding: 8px 12px;
  font-size: 3rem;
}
.image-slider .slides li .slider-title h3{
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 768px){
.image-slider .slides li .slider-title{
  bottom: 40px; 
  left: 80px;
}

.image-slider .slides li .slider-title h3{
  font-size: 26px;
  line-height: 32px;
}

}
.post-title h1{
	font-size: 22px;
}
.notice-border{
	padding-bottom:3px;
	border-bottom:1px dotted #ADADAD;
}
.media-holder:before{
	display:none !important;
}

.has-dropdown{
	bottom: 0px !important;
}

.bottom-band {
	padding-top:20px !important;
}
@media (min-width: 768px){
.home ul.menu > li > a{
	text-shadow: 0 0 3px rgba(0,0,0,.70);
}

.home .nav-sticky ul.menu > li > a{
	text-shadow:none;
}

}

#events-list h5, #events-list h2{
	text-shadow: 0 0 3px rgba(0,0,0,.50);
	font-weight:500;
}
#events-list h5{
	font-style:italic;
}
#events-list h2{
	margin-bottom:20px;
}


/*#events-list div{
	border-right:1px rgba(234,234,234,0.87) solid;
}

#events-list div:last-child{
	border-right:none;
}*/


.schooltheme-padding{
	padding:20px 0px !important;
}

@media (max-width: 768px){
.ab
{
  display: none;
}
}
.ab{
  position:absolute;
  left:50%;
  bottom:20px;
  z-index: 3;
  margin-left: -10px;
}
.ab span
{
  display: block;
  width: 6px;
  height: 6px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 2px 7px;
}

.unu
{
  margin-top: 10px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
}
.mouse
{
  height: 28px;
  width: 20px;
  border-radius: 10px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}

.wheel
{
  height: 5px;
  width: 2px;
  display: block;
  margin: 3px auto;
  background: white;
  position: relative;
}

.wheel
{
  -webkit-animation: mouse-wheel 1.3s ease infinite;
  -moz-animation: mouse-wheel 1.3s ease infinite;
}

@-webkit-keyframes mouse-wheel
{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@-moz-keyframes mouse-wheel
{
  0% { top: 1px; }
  50% { top: 2px; }
  100% { top: 3px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

.full-width{
  width: 100% !important;
}

.mb-8px{
  margin-bottom: 8px !important;
}

.mb-10px{
  margin-bottom: 10px !important;
}

.mb-20px{
  margin-bottom: 20px !important;
}

.mb-30px{
  margin-bottom: 30px !important;
}

.fw-100{
  font-weight: 100 !important;
}

.fw-300{
  font-weight: 300 !important;
}


@media (min-width: 768px){
  .overflow-y-scroll{
    max-height: 380px;
    overflow-y: scroll;
  }
}

.blur-bg{
  -webkit-filter: blur(3px); /* Safari 6.0 - 9.0 */
  filter: blur(3px);
}

.round-img{
  border-radius: 50%;
}