@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);


/*************************
*******Typography******
**************************/

@font-face { font-family: Harrington; src: url('../fonts/Harrington.TTF'); }

body {
  background: #fff;
  font-family: sans-serif;
  color:#4e4e4e;
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 36px;
  color:#009966;
  font-family: Harrington;
}

h2{
  font-size: 24px;
  color: #592f93;
  font-family: Harrington;
}

h3{
  font-size: 18px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
  font-family: Harrington;
}

h4{
  font-size: 16px;
}

a {
  color: #009966;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #d43133;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.btn-fb-success {
    background-color: #009966;
    color: #fff;
}

.btn-fb-success:hover {
  background-color: #05AAB0;
}

.btn-fb-success-minor {
    border: 1px solid #009966;
    background-color: rgba(255, 255, 255, 0.6);
    color: #009966;
}

.btn-fb-success-minor:hover {
  border: 1px solid #05AAB0;
  color: #05AAB0;
}

.btn-fb-success-minor-sm {
	line-height: 1;
	font-size: 90%;
}

a:hover,
a:focus {
  color: #592f93;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 50px 0;
}

.top-space{
  margin-top: 10px;
}

.center {
  text-align: center;
  padding-bottom: 55px;
}

.center.testimonials {
  padding-bottom: 20px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.center img {
  display: block;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/*****************/
/*BANNER HEADERS*/
/*****************/

section.banner-section {
  padding-top: 20px;
}

div.banner-header {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: -20px;
  background-color: rgba(140, 198, 63, 0.7);
  /*background-image: url(../images/bg_workshops1.jpg);*/
  /*background-image:*/
    /*linear-gradient(to right, rgba(5, 170, 176, 0.5), rgba(0, 153, 102, 0.5), rgba(57, 181, 74, 0.5), rgba(140, 198, 63, 0.5)),*/
    /*url(../images/bg_workshops.jpg);*/
  background-image: linear-gradient(to right, rgba(3, 164, 94, 0.8), rgba(83, 208, 212, 0.8));
  background-size: cover;
}

div.banner-subheader {
  padding: 5px 0px;
  margin-bottom: 20px;
  margin-top: 0px;
  background-color: rgba(140, 198, 63, 0.7);
  background-image: linear-gradient(to right, rgba(165, 222, 252, 1), rgba(97, 95, 147, 1));
  background-size: cover;
}

div.banner-header,
div.banner-subheader,
div.banner-subheader > div  {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  color: #fff;
}

div.banner-header > div {
  margin-left: 5px;
  margin-right: 5px;
}

.banner-wrap {
  display: flex;
  padding-left: 5px;
  padding-right: 5px;
}


.banner-img-wrapper {
  vertical-align: middle;
}

.banner-wrap div.banner-img-col {
  display: inline-flex;
  margin: 0;
  padding: 0;
}

section.banner-section .banner-header h1,
section.banner-section .banner-subheader h2 {
  color: #fff;
  margin-top: 18px;
  margin-bottom: 10px;
}

.banner-img-col {
  position: relative;
  overflow: hidden;
}

.banner-img-col img{
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.banner-img-col-header.banner-img-col img{
  max-width: 95%;
  height:auto;
}

.img-wrap {
  width: 400px;
}

img.main-img {
  display: block;
  height: auto;
}

/*************************
*******Header******
**************************/

header > .headerbox {
  border-bottom: 4px solid transparent;
    background: #009966; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #592f93, #0465b2 , #05aab0, #009966, #39b54a, #8cc63f); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #592f93, #0465b2 , #05aab0, #009966, #39b54a, #8cc63f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #592f93, #0465b2 , #05aab0, #009966, #39b54a, #8cc63f); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #592f93, #0465b2 , #05aab0, #009966, #39b54a, #8cc63f); /* Standard syntax (must be last) */
}

.homepage > header > .headerbox {
  background: #fff;
}

header > .headerbox .headerbox-inner {
      background: none;
}


.navbar>.container .navbar-brand{
  margin-left: 0;
}

  .navbar-brand > img.logo-unicorn {
      max-height:70px;
      margin-top:5px;
      margin-bottom:-5px;
    }
  .navbar-brand > img.logo-text {
      max-height:40px;
      margin-top:40px;
      margin-bottom:-5px;
    }

.top-bar {
  padding: 10px 0;
  background: #404040;
  border-bottom: none;
  line-height: 20px;
}

.social{
  text-align: right;
  margin-right: 23px;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #404040;
  background: #009966;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 2px;
  padding-top: 3px;
}

ul.social-share li a.non-icon {
  background: none;
  color: #009966;
  width: auto;
  padding-top: 0;
  padding-left: 2px;
  padding-right: 2px;
}

ul.social-share li a.non-icon:hover {
  color: #009966;
  background-color: #8cc63f;
  border-radius: 5px;
}

ul.social-share li a:hover {
  color: #009966;
  background-color: #8cc63f;
}


ul.social-share li.dropdown {
  /*width: 120px;*/
}
ul.social-share li.dropdown a {
  padding-left:10px;
  background: none;
  width: 100%;
  color: #009966;
  text-align: left;
}

ul.social-share li.dropdown a:hover {
  color: #8cc63f;
}

ul.social-share li.dropdown a i {
  padding-left: 10px;
}

ul.social-share li.dropdown ul {
  min-width: 100px;
  padding-right:10px;
  padding-bottom:10px;

}

ul.social-share li.dropdown ul li {
  padding-bottom:10px;

}


ul.social-share li.dropdown ul li a {
  color: #009966;
}

.social-share .dropdown-menu {
  background-color: rgba(255, 255,255,.8);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  /*left: 0;*/
}

/*.social-share .dropdown-menu:before{*/
  /*position: absolute;*/
  /*top:0;*/
/*}*/

.social-share .dropdown-menu > li > a {
  color: #fff;
  padding: 5px 0 5px 0;
}

.social-share .dropdown-menu > li:hover > a,
.social-share .dropdown-menu > li:focus > a,
.social-share .dropdown-menu > li.active > a {
  color: #009966;
}

.social-share .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.social-share .dropdown-menu > li.divider {
  background-color: transparent;
}

.pull-right.dropdown-menu:after {
    left: auto;
    right: 13px;
}
.pull-right.dropdown-menu {
    left: auto;
    right: 0;
}


.nav-container {
  margin-left: 10px;
  margin-right:10px;
  padding-right: 0;

}

.navbar-brand {
  padding: 0;
  margin:0 0 5px 0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #fff;
  padding: 0 30px 0 40px;
}

 .navbar-nav{
  margin-top: 5px;
 }

.navbar-nav>li{
  margin-left: 5px;
  padding-bottom: 5px;
}

.navbar-toggle {
  background-color: #009966;
  margin-top: 17px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #8cc63f;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a.contact > div {
  padding: 0px 20px 0px;
  margin: 0;
  border-radius: 3px;
  color: #000;
  line-height: 70px;
  display: inline-block;
}


.navbar-default .navbar-nav > li > a.contact > div {
  background-color: #009966;
  color: #fff;
  line-height: 30px;
}


.navbar-default .navbar-nav > li > a:hover{
  color: #009966;
  border-bottom: solid 2px #e7e7e7;
  border-radius: 0;
}

.navbar-default .navbar-nav > li > a.contact:hover {
  border: none;
}

.navbar-default .navbar-nav > li > a.contact > div:hover {
  background-color:#e7e7e7;
  border: solid 1pt #009966;  
  color: #009966;
  line-height: 30px;
}

.navbar-default {
  border: none;
}

.navbar-default .navbar-brand {
  font-size: 36px;
  line-height: 30px;
  color: #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #009966;
  background-color: #fff;
  border-bottom: solid 2px #009966;
  border-radius: 0;


}

.navbar-default .navbar-nav .dropdown-menu {
  background-color: rgba(255, 255,255,.8);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-default .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-default .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #009966;
}

.navbar-default .navbar-nav .dropdown-menu > li:hover > a,
.navbar-default .navbar-nav .dropdown-menu > li:focus > a,
.navbar-default .navbar-nav .dropdown-menu > li.active > a {
  background-color: #009966;
  color: #fff;
}

.navbar-default .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-default .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}


/*************************
*******Home Page******
**************************/


#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .slide-margin{
  /*margin-top: 100px;*/
  margin-top: 20px;
}

#main-slider .carousel h1, #main-slider .carousel h2 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}

.box{
	  background: #eee;
	  border: 3px solid transparent;
    background-color: #009966; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #592f93, #0465b2 , #05aab0, #009966, #39b54a, #8cc63f); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #592f93, #0465b2 , #05aab0, #009966, #39b54a, #8cc63f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #592f93, #0465b2 , #05aab0, #009966, #39b54a, #8cc63f); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #592f93, #0465b2 , #05aab0, #009966, #39b54a, #8cc63f); /* Standard syntax (must be last) */
}

#main-slider .carousel .btn-slide {
  padding: 8px 40px;
  background: #009966;
  color: #fff;
  border-radius: 4px;
  margin-top: 0px;
  display: inline-block;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}

#main-slider .carousel .item.carousel1 {
  background-image: url(../images/slider/main_banner_bridge.jpg);
}

#main-slider .carousel .carousel-border {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border: 8px solid rgba(89, 47, 147, 0.5);
  border-image: -webkit-linear-gradient(left, rgba(89, 47, 147, 0.5), rgba(4, 101, 178, 0.5) , rgba(5, 170, 176, 0.5), rgba(0, 153, 102, 0.5), rgba(57, 181, 74, 0.5), rgba(140, 198, 63, 0.5)); /* For Safari 5.1 to 6.0 */
  border-image: -o-linear-gradient(right, rgba(89, 47, 147, 0.5), rgba(4, 101, 178, 0.5) , rgba(5, 170, 176, 0.5), rgba(0, 153, 102, 0.5), rgba(57, 181, 74, 0.5), rgba(140, 198, 63, 0.5)); /* For Opera 11.1 to 12.0 */
  border-image: -moz-linear-gradient(right, rgba(89, 47, 147, 0.5), rgba(4, 101, 178, 0.5) , rgba(5, 170, 176, 0.5), rgba(0, 153, 102, 0.5), rgba(57, 181, 74, 0.5), rgba(140, 198, 63, 0.5)); /* For Firefox 3.6 to 15 */
  border-image: linear-gradient(to right, rgba(89, 47, 147, 0.5), rgba(4, 101, 178, 0.5) , rgba(5, 170, 176, 0.5), rgba(0, 153, 102, 0.5), rgba(57, 181, 74, 0.5), rgba(140, 198, 63, 0.5)); /* Standard syntax (must be last) */
  border-image-slice: 1;
  border-image-width: 8px;
}
#main-slider .carousel .item.carousel2 {
  background-image: url(../images/slider/2a.jpg);
}
#main-slider .carousel .item.carousel3 {
  background-image: url(../images/slider/3a.jpg);
}

#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 450px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  color: #009966;
  border: 1px solid #009966;
  display: inline-block;
  margin-top: -25px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  border: 1px solid #05AAB0;
  background-color: rgba(255, 255, 255, 0.6);
  color: #05AAB0;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators {
  bottom: 10px;
}

#main-slider .carousel-indicators li {
  background-color: #fff;
}

#main-slider .carousel-indicators li:after {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
}

#main-slider .carousel-indicators .active{
  background-color: #009966;
   border: 1px solid #009966;
}

#main-slider .carousel-indicators .active:after {
  background: #009966;
  border: 1px solid #009966;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

#feature {
  background: #f2f2f2;
  padding-bottom: 40px;
}

.features{
  padding: 0;
}

.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}

.feature-wrap h2{
  margin-top: 10px;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap-i {
  height: 85px;
  width: 85px;
  margin: auto;
  text-align:center;
  background: #009966; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #8cc63f, #39b54a , #22b573, #00a99d, #29abe2); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #8cc63f, #39b54a , #22b573, #00a99d, #29abe2); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #8cc63f, #39b54a , #22b573, #00a99d, #29abe2); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #8cc63f, #39b54a , #22b573, #00a99d, #29abe2); /* Standard syntax (must be last) */
  border-radius: 100%;

}

.feature-wrap i{
  display: inline-block;
  font-size: 35px;
  height: 85px;
  width: 85px;
  border-radius: 100%;
  line-height: 80px;
  text-align:center;
  color: #009966;
  border: 5px solid transparent;
  box-shadow: inset 0 0 0 50px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 50px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
}

.feature-wrap i:hover {
  background: #009966;
  color: #fff;
  box-shadow: inset 0 0 0 5px #009966;
  -webkit-box-shadow: inset 0 0 0 5px #009966;
  border: 3px solid #009966;
}

.feature-wrap i img.yogaicon {
  height: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  padding-left: 4px;
  padding-right: 4px;
}

#services {
  background-color: rgba(140, 198, 63, 0.5);
  background-image: url(../images/bg_workshops1.jpg);
  background-image:
    linear-gradient(to right, rgba(5, 170, 176, 0.5), rgba(0, 153, 102, 0.5), rgba(57, 181, 74, 0.5), rgba(140, 198, 63, 0.5)),
    url(../images/bg_workshops.jpg);
  background-size: cover;
}

#services .lead,
#services h2,
#services a {
  color: #fff;
}

#services h3 {
  font-family: Harrington;
}

#services a:hover {
  background-color: rgba(6, 105, 58, 0.2);
}

.services-wrap {
  padding: 40px;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
}

.services-wrap:hover {
    background:  rgba(41, 171, 226, 0.4);

}

.services-wrap h3 {
  font-size: 20px;
  margin: 10px 0;
  color: #009966;
}

.services-wrap p {
  color: #009966;
}

.services-wrap:hover h3, .services-wrap:hover p {
  color: #fff;
}

.services-wrap .pull-left {
  margin-right: 20px;
}

#middle {
  background: #f2f2f2;
}

.accordion h2{
  margin-bottom: 25px;
}

.panel-default{
  border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
  background-color: #e6e6e6; 
  border:0 none;
  box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #fff;
  color: #858586;
}

.panel-body{
  padding: 20px 20px 10px;
}

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}

.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
  border-radius: 0;
}

/**********************************/
/*TESTIMONIALS*/
/**********************************/

#testimonials {
  background: url(../images/fb_group.jpg) 50% 50% no-repeat;
  background-size: cover;
}

#testimonials {
  color: #fff;
  text-align: center;
}

#testimonials h2 {
  color: #fff;
}

/*Scrolling Testimonials*/
.testimonials-container {
    width: 100%;
    height: 20em;
    margin: 1em auto;
    overflow: hidden;
    background: transparent;
    position: relative;
    box-sizing: border-box;
}

.testimonial {
  color: #fff;
}

.testimonial h2{
  margin-top: 0;
}

p.testimonial {
  font-style: italic;
}

.testimonial-inner {
  color: lightgrey;
  font-size: 14px;
}

.testimonial-inner .pull-left{
  border-right: 1px solid #e7e7e7;
  padding-right: 15px;
  position: relative;
}

.testimonial-inner .pull-left:after{
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  margin-top: -5px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
  border: 1px solid #e7e7e7;
  right: -5px;
  border-left: 0 none;
  border-bottom: 0 none;
}

.marquee {
    top: 6em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
}

.marquee:hover {
    animation-play-state: paused;
}

/* Make it move! */
@keyframes marquee {
    0%   { top:   8em }
    100% { top: -11em }
}

.label-testimonial {
    background-color: rgba(6, 105, 58, 1);
}

ul.social-share li a.non-icon.testimonial:hover {
  background-color: transparent;
}

a:hover > .label-testimonial {
    background-color: #fff;
    color: #088A08;
    border: 1px solid #088A08;
}

/*For testimonial review notification button*/
.label-as-badge {
    border-radius: 1em;
    border-color: #fff;
    border-style: solid;
    border-width: thin;

}

/**************************/
/*CONTACT INFO*/
/***************************/

#contact-info{
  /*background: #fff url(../images/logo_contact.png) no-repeat 90% 0;*/
  padding: 30px 0;
}

.contact-info i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 10px;
}

.contact-info > div > a > i:hover {
  background: #009966;
  color: #fff;
}


.contact-info h2{
  margin-top: 10px;
}

.contact-info{
  color:#000;
}

.fa.fa-phone {
  background-color: #592f93;
}

.fa.fa-phone:hover {
  background-color: #009966;
}


/*************************
********* About Us Page CSS ******
**************************/

.about-us {
  margin-top: 110px;
  margin-bottom: -110px;
}

.about-us h2, 
.skill_text h2 {
  color:#4e4e4e;
  font-size: 30px;
  font-weight: 600;
}

.about-us p {
  color:#4e4e4e;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -25px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#carousel-slider a i {
  border: 1px solid #777;
  border-radius:50%;
  font-size: 28px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color:#777;
}

#carousel-slider a i:hover {
  background:#bfbfbf;
  color:#fff;
  border: 1px solid #bfbfbf;
}

#carousel-slider 
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
  left:-25px
}

#carousel-slider .carousel-control.right i {
  right: -25px;
}

#carousel-slider
.carousel-control.left, 
#carousel-slider
.carousel-control.right {
  background: none;
}

/*************************
********* Gallery CSS ******
**************************/
.gallery-items,
.gallery-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}

.gallery-filter > li {
  display: inline-block;
}

.gallery-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}

.gallery-filter > li a:hover,
.gallery-filter > li a.active{
  color:#fff;
  background: #009966;
  border: 1px solid #009966;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.gallery-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.gallery-item {
  margin: 0;
  padding:0;
}

#flexibeast-gallery{
    padding-bottom: 70px;
}

.flexibeast-gallery-wrap {
  /*position: relative;*/
  overflow: hidden;
  padding-bottom:100%;
}

.flexibeast-gallery-wrap img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 100%;
  min-width:100%;
  min-height:100%;
  object-fit: cover;
  /*background: #000;*/
}

.flexibeast-gallery-wrap .flexibeast-gallery-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  height: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.flexibeast-gallery-wrap .flexibeast-gallery-inner h3{
  margin: 10px 0;
  font-size: 24px;
  color: #fff;
}

.flexibeast-gallery-wrap .flexibeast-gallery-inner h3 a{
  font-size: 24px;
  color: #fff;
}

.flexibeast-gallery-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #009966;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  padding: 30px;
}

.flexibeast-gallery-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.flexibeast-gallery-wrap:hover .overlay {
  opacity: 1;
}

.btn-gallery.btn-modal, .btn-gallery.btn-modal {
    background-color: #009966;
    color: white;
    height: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: smaller;
    font-weight: normal;
}

.btn-gallery.btn-modal:hover, .btn-gallery.btn-modal:hover {
  background-color: #05AAB0;
}

#image-gallery-image {
  margin-left: auto;
  margin-right: auto;
}

.modal-center {
  text-align: center;
  padding-top: 10px;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/*/!**** Isotope CSS3 transitions ****!/*/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/*********************
****blog page css*****
**********************/

.widget {
  margin-bottom: 60px;
  padding-left: 0;
}

.single_comments {
  margin-bottom: 20px;
}

.single_comments img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.single_comments p {
  margin-bottom: 0;
}

.widget .entry-meta span {
  display: inline-block;
  margin-right: 10px;
}

.widget h3 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blog_category{
  list-style:none;
  margin:0;
  padding:0;
}

.blog_category li{
  float:none;
  margin-bottom:20px;
}

.blog_category li a {
  background:#f5f5f5;
  border-radius: 4px;
  color: #888;
  display: inline-block;
  padding: 5px 15px;
}

.blog_category li a:hover{
  background:#009966;
  color: #fff;
}

 .badge:before {
  border-color: transparent transparent transparent #009966;
  border-style: solid;
  border-width: 10px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  z-index: -99999;
}

.badge {
  background-color: #009966;
  border-radius: 5px;
  color: #fff;
  padding: 8px;
  position: relative;
  left: 60px;
  top: -18px;
  font-weight: normal;
}

.blog_archieve {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.blog_archieve li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}

.blog_archieve li:first-child {
  padding-top: 0;
}

ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
}

ul.faq {
  list-style: none;
  margin: 0;
}

ul.faq li {
  margin-top: 30px;
}

ul.faq li:first-child {
  margin-top: 0;
}

ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #34495e;
  color: #fff;
  font-size: 24px;
}

ul.faq li > div {
  margin-left: 70px;
}

ul.faq li > div h3 {
  margin-top: 0;
}


.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-item {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 50px;
}

.blog .blog-item .img-blog {
  border-radius: 5px;
  margin-bottom: 45px;
}

.blog .blog-item .blog-content {
  padding-bottom: 25px;
}

.blog .blog-item .blog-content h2 {
  margin-top: 0;
  font-size: 30px;
}

.readmore{
  margin-top: 0;
}

.blog .blog-item .blog-content h3 {
  color: #858586;
  margin-bottom: 40px;
  /* font-weight: 300 */}

.blog .blog-item .blog-content h4 {
  font-size: 14px;
}

.post-tags {

}

.blog .blog-item .entry-meta {
  border-radius: 5px;
  overflow: hidden;
}

.blog .blog-item .entry-meta > span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 5px;
  text-align: left;
}

#publish_date {
  background: #009966;
  border-bottom: 5px solid #4e4e4e;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.blog .blog-item .entry-meta > span {
  color: #ccc;
}

.blog .blog-item .entry-meta > span a {
  font-size: 12px;
  margin-left: 3px;
  font-weight: 300;
  color: #888;
}

ul.pagination > li > a {
  border: 1px solid #F1F1F1;
  margin-right:5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 14px;
}

ul.pagination > li > a i{
  margin-left:5px;
  margin-right:5px;
}

ul.pagination > li.active > a, 
ul.pagination > li:hover > a {
  background-color: #009966 !important;
  border-color: #009966 !important;
  color: #fff;
}

.search_box {
  background-image: url("../images/search_icon.png");
  background-position: 314px 15px;
  background-repeat: no-repeat;
  border-color: #DEDEDE;
  height: 48px;
  outline: medium none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow:none;
  outline: 0 none;
}


ul.tag-cloud, 
ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-cloud li{
    display: inline-block;
    margin-bottom: 3px;
}

.tag-cloud li a {
  background: #f5f5f5;
  color: #888;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px;
}

.tag-cloud li a:hover{
  background:#009966;
  color: #fff;  
}

.sidebar-gallery li{
  display: inline-block;
  margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block;
}


/**********************
**blog single page css*
**********************/

.reply_section {
  background: #f5f5f5;
  border-radius: 5px;
}

.post_reply {
  margin-left: 10px;
  margin-top: 45px;
}

.post_reply img {
  width: 85px;
  height: 85px;
  border: 5px solid #D5D8DD;
}

.post_reply ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}

.post_reply ul li{
  float:left;
}

.post_reply ul li a {
  display: block;
}

.post_reply ul li a i {
  border: 1px solid #DDDDDD;
  border-radius: 39px;
  color: #FFFFFF;
  font-size: 20px;
  height: 30px;
  margin-right: 3px;
  padding-top: 7px;
  text-align: center;
  width: 30px;
}

.post_reply ul li a i.fa-facebook {
  background: #0182C4;
}

.post_reply ul li a i.fa-twitter {
  background: none repeat scroll 0 0 #3FC1FE;
}

.post_reply ul li a i.fa-google-plus{
 background: none repeat scroll 0 0 #D34836;
}

.post_reply ul li a i:hover{
  opacity:.5;
}

.post_reply_content {
  margin: 30px;
}

.post_reply_content h1 a:hover{
  color:#FFC800;
}

.post_reply_content h4 {
  margin-bottom: 50px;
}

.reply_section .media-body{
  display:inherit;
}

.comment_section .media-body{
  display:inherit;
}

#comments_title{
   color:#4e4e4e;
   font-weight:700px;
   font-size:20px;
   margin-top:60px;
   margin-bottom:40px;
}
.comment_section {
  margin-top: 30px;
  position: relative;
}

.post_comments img {
  width: 85px;
  height: 85px;
  margin-top: 35px;
}

.post_reply_comments {
  background:#f5f5f5;
  border-radius: 4px;
  padding: 30px;
}

.post_reply_comments:before {
  border-color: transparent #F0F0F0 transparent transparent;
  border-style: solid;
  border-width: 15px;
  content: " ";
  height: 0;
  left: 75px;
  position: absolute;
  top: 20px;
}

.post_reply_comments h3, 
.post_reply_content h3{
  margin-top: 0;
}

.post_reply_comments h1 a:hover{
  color:#009966;
}

.post_reply_comments h4{
  color:#c4c4c5;
  font-weight:400;
}

.post_reply_comments p {
  padding-bottom: 30px;
}

.post_reply_comments a {
  bottom: 15px;
  position: absolute;
  right: 30px;
  background: #009966;
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px;
}

.post_reply_comments a:before {
  border-color: #009966 transparent transparent;
  border-style: solid;
  border-width: 16px;
  bottom: -11px;
  content: "";
  height: 0;
  left: -12px;
  position: absolute;
  z-index: 99999;
}

.post_reply_comments h2 a{
 
}

.message_heading {
  margin-bottom: 50px;
  margin-top: 60px;
}

/***********************
********* Footer ******
************************/

#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #2e2e2e;
  background: #fff;

}

#footer > .footerbox {
  border-top: 4px solid transparent;
    background: #009966; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #592f93, #0465b2 , #05aab0, #009966, #39b54a, #8cc63f); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #592f93, #0465b2 , #05aab0, #009966, #39b54a, #8cc63f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #592f93, #0465b2 , #05aab0, #009966, #39b54a, #8cc63f); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #592f93, #0465b2 , #05aab0, #009966, #39b54a, #8cc63f); /* Standard syntax (must be last) */

}

#footer > .footerbox .footerbox-inner {
      background: #fff;
}
#footer > .footerbox > .footerbox-inner > .footer-container {
  padding-right: 1em;
  padding-left: 1em;
  
}

#footer a {
  color: #2e2e2e;
}

#footer a:hover {
  color: #009966;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}

.footer-xs {
  text-align: center;
}

.footer-credit {
  font-size: x-small;
}

.footer-credit div, .footer-xs .footer-credit {
  padding: 0;
  margin-bottom: -10px;
}


/*********************************/
/*CLASSES*/
/*********************************/

ul.classes-filter {
  padding-left: 0;
}

.classes-filter {
  list-style: none outside none;
}
.classes-filter li {
  display: inline-block;
  margin: 0px 10px 0px 10px;
}


/*********************************/
/*TIMETABLE*/
/*********************************/

.list-group-item-timetable-heading {
  /*background-color: #009966;*/
  background-color: #fff;
  border-color: #009966;
}

.list-group-item-timetable {
  border-color: #009966;
}

.list-group-item-timetable-heading h4 {
  /*color: #fff;*/
  color: #009966;
}



#timetable_page h3 {
  font-family: sans-serif;
}


/*Cookie law banner*/
div#CookielawBanner {
  background-color: rgba(255, 0, 0, 0.1);
  padding: 5px;
  font-size: smaller;
  border: solid 1px rgba(255, 0, 0, 0.5);
  margin: 5px;
}

.btn-cookie {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 0;
  font-size: small;
}

.dp-box {
    border: 1px solid black !important;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(255, 255, 255, 0.5);
}

form.mock-bs-form > div.form-actions > div > input,
form.mock-bs-form > p > input[type='text'],
  form.mock-bs-form > p > input[type='password'] {
  display: block;
  width: 75%;
  border: 1px solid #ccc;
  color: #555;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  height: 30px;
  line-height: 30px;
  padding: 5px 10px;
}

@media(max-width: 767px) {
  form.mock-bs-form > div.form-actions > div > input,
  form.mock-bs-form > p > input[type='text'],
  form.mock-bs-form > p > input[type='password'] {
     width: 100%;
  }
}

.form-error {
  color: red;
  font-size: small;
  font-style: italic;
}
