/*#858738;*/
html,
body {
  font-size: 16px;
  line-height: 1.36;
  font-weight: 400;
  font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3c4349;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: subpixel-antialiased;
  font-variant-numeric: lining-nums;
  -webkit-font-feature-settings: 'lnum';
          font-feature-settings: 'lnum'; }

body {
  width: 100%;
  height: auto;
  overflow-x: hidden; }

.primary_bg {
  background: #8b8142;
  color: #ffffff; }

.secondary_bg {
  background: #ffffff; }

.white_bg {
  background: #ffffff;
  color: #8b8142; }

.yellow_bg {
  background: rgba(237, 236, 223, 0.4); }

.light_bg {
  background-color: #f8f8f8;
  color: #8b8142; }

.gateway_bg {
  /*background: $gateway;*/
  /*background: linear-gradient(136deg, #499a73, #508d50, #0f9f8d);
  background: #0f9f8d; */
  background: #36454f;
  background: #304553; }

.center {
  text-align: center; }

.justify {
  text-align: justify;
  line-height: 2em; }

.shopping_img {
  background-image: url(../../assets/img/FBSC_FrontEntry.jpg);
  background-size: 100%;
  background-position: 0px;
  min-height: 500px;
  width: 100%;
  margin-left: 100px;
  position: relative;
  margin-right: -234px;
  top: 0;
  -webkit-box-shadow: 1px 14px 37px rgba(5, 4, 4, 0.46), 6px 8px 26px rgba(83, 79, 79, 0.26);
          box-shadow: 1px 14px 37px rgba(5, 4, 4, 0.46), 6px 8px 26px rgba(83, 79, 79, 0.26);
  	/*@include respond-to(xs){
  		background-size: cover;
  	    width: 94%;
  	    margin-right: 15px;
  	    margin-left: 15px;
  	    min-height: 300px;
  	}
      @include respond-to(sm){
  		background: none;
  	    width: 98%;
  	    margin-right: 15px;
  	    margin-left: 15px;
  	    min-height: 300px;
  	}
  	@include respond-to(lg){
  		background: none;
  	    width: 98%;
  	    margin-right: -230px;
  	    margin-left: 15px;
  	    min-height: 300px;
  	}*/ }

.gradient_design {
  /*padding-right: 84px;*/
  position: relative; }

  @media (min-width: 1200px) {
    .gradient_design {
      padding-left: 87px; } }
  @media (min-width: 992px) {
    .gradient_design {
      padding-left: 87px; } }
  @media (max-width: 768px) {
    .gradient_design {
      padding-left: 0px; } }
  @media (max-width: 767px) {
    .gradient_design {
      padding-left: 0px; } }
  
  
  

.call-cta h3 {
  margin: 0;
  font-size: 1.5rem; }

.call-cta {
  text-align: left;
  padding: 30px 0; }

.newproject__contact {
  padding: 30px 15px;
  text-align: left; }
  @media (max-width: 767px) {
    .newproject__contact {
      padding: 0px 20px; 
      text-align: center;}
       .call-cta {
      text-align: center;} }

form {
  margin-top: 40px; }

.form-fields {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .form-fields {
      padding-left: 5px;
      padding-right: 5px; } }

.newproject__contact .lead {
  margin-top: 30px; }

p .lead {
  line-height: 38px;
  font-size: 25px;
  color: #706e6e; }

.gradient_design:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #8f8934), color-stop(50%, #889943), color-stop(0, #ffffff), to(#ffffff));
  background: linear-gradient(90deg, #8f8934 0, #889943 50%, #ffffff 0, #ffffff);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #8f8934), color-stop(4%, #8f8934), color-stop(4%, #ffffff), to(#ffffff));
  background: linear-gradient(90deg, #8f8934 0, #8f8934 4%, #ffffff 4%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #8b8142), color-stop(4%, #8b8142), color-stop(4%, #ffffff), to(#ffffff));
  background: linear-gradient(90deg, #8b8142 0, #8b8142 4%, #ffffff 4%, #ffffff 100%);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 270px; }
  @media (min-width: 768px) {
    .gradient_design:before {
      background: -webkit-gradient(linear, left top, right top, color-stop(0, #8b8142), color-stop(0%, #8b8142), color-stop(0%, #ffffff), to(#ffffff));
      background: linear-gradient(90deg, #8b8142 0, #8b8142 0%, #ffffff 0%, #ffffff 100%); } }
  @media (min-width: 992px) {
    .gradient_design:before {
      background: -webkit-gradient(linear, left top, right top, color-stop(0, #8b8142), color-stop(4%, #8b8142), color-stop(4%, #ffffff), to(#ffffff));
      background: linear-gradient(90deg, #8b8142 0, #8b8142 4%, #ffffff 4%, #ffffff 100%); } }
  @media (max-width: 767px) {
    .gradient_design:before {
      width: 0%;
      background: none; } }

.transport_text {
  text-align: left;
  color: #545454; }
  @media (max-width: 767px) {
    .transport_text {
      text-align: center; } }
  .transport_text h1 {
    color: #545454; }
  .transport_text p {
    color: #898686; }

.fa-subway {
  font-size: 180px;
  color: #545454;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .fa-subway {
      font-size: 100px; } }

.ce_text {
  color: #545454;
  margin-top: 0px; }
  @media (max-width: 767px) {
    .ce_text {
      text-align: center; } }
  .ce_text h1 {
    margin-bottom: 30px;
    color: #545454;
    font-size: 2.2rem;
    font-family: "Libre Baskerville", serif;
    text-transform: capitalize; }
  .ce_text p {
    color: #898686; }

.transport_image {
  padding-top: 20px; }
  @media (max-width: 767px) {
    .transport_image {
      background: none;
      padding-bottom: 0px; } }

.transport_image img {
  width: 100%;
  background: none;
  margin-top: 0px;
  height: auto; }
  @media (max-width: 767px) {
    .transport_image img {
      text-align: center;
      margin: auto;
      height: auto; } }

section.section.__section_school {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, #ffffff), to(#ffffff));
  background: linear-gradient(90deg, #ffffff 50%, #ffffff 50%, #ffffff 100%); }
  @media (max-width: 767px) {
    section.section.__section_school {
      background: #ffffff; } }

#land-slide {
  margin-top: 30px; }

.school_logo {
  /*background: linear-gradient(270deg, #ffffff 97.5px, #b8b6b6 97.5px, #c1bfbe 100%);
  background: linear-gradient(270deg, #eceadb 97.5px, #eceadb 97.5px, #859154 100%);*/
  margin-top: 0;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-top: 0%; }
  @media (max-width: 767px) {
    .school_logo {
      background: none; } }

.school_logo img {
  width: 100%;
  margin-left: 0px;
  background: inherit;
  /*box-shadow: 3px 6px 12px #585555;*/
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px; }
  @media (max-width: 767px) {
    .school_logo img {
      width: 100%;
      margin: auto; } }

.facilities_design {
  padding-left: 84px;
  /*padding-right: 84px;*/
  position: relative; }
  @media (max-width: 767px) {
    .facilities_design {
      padding-left: 0px; } }

.__section_map img, .__section_about_ce_inner img {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 auto 30px 0; }
  @media (max-width: 767px) {
    .__section_map img, .__section_about_ce_inner img {
      margin: auto;
      width: 80%; } }

.__section_facilities_inner h1, .__section_shopping_inner h1 {
  margin-top: 0em;
  line-height: 1.5em;
  color: #70851a; }

.__section_about_ce_inner h1 {
  font-weight: 200; }

.facilities_design:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 270px; }

footer {
  min-height: 10vh;
  background: #ffffff;
  color: #000000;
  z-index: 20;
  position: relative;
  padding: 50px 0 50px 0; }

.fine-print {
  padding: 0;
  margin-top: 30px; }
  @media (max-width: 767px) {
    .fine-print {
      padding: 15px; } }

.fine-print p {
  font-size: 11px;
  line-height: 1.4; }
  .fine-print p address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.4;
    font-size: 14px !important; }

.ce-logo {
  width: 100%;
  height: auto;
  max-width: 400px;
  margin: 0 0.88rem 0 0; }
  @media (max-width: 767px) {
    .ce-logo {
      width: 100%;
      margin: auto; } }

.__section_desc_inner {
  margin: 0 auto;
  max-width: 1330px;
  padding: 100px 100px;
  position: relative;
  z-index: 1;
  background: #ffffff;
  max-width: 1660px; }
  @media (min-width: 1200px) {
    .__section_desc_inner {
      padding: 100px 100px; } }
  @media (min-width: 992px) {
    .__section_desc_inner {
      padding: 100px 0px; } }
  @media (min-width: 768px) {
    .__section_desc_inner {
      padding: 100px 0px; } }
  @media (max-width: 767px) {
    .__section_desc_inner {
      padding: 50px 0px;
      text-align: center; } }

@media (min-width: 1200px) {
  .container {
    width: 1200px; } }
.__section_desc_inner h1 {
  color: #545454; }
.__section_desc_inner p {
  line-height: 32px;
  font-size: 20px;
  color: #898686; }

.__section_facilities_inner {
  margin: 0 auto;
  padding: 100px 100px;
  max-width: 1330px;
  position: relative;
  z-index: 1;
  max-width: 1660px; }
  @media (max-width: 767px) {
    .__section_facilities_inner {
      padding: 50px 0px;
      text-align: center; } }

.ce_logos {
  margin-top: 0px; }

@media (max-width: 767px) {
  .ce_logos img {
    width: 100%;
    margin: auto; } }

.__section_about_ce_inner {
  margin: 0 auto;
  max-width: 1330px;
  position: relative;
  z-index: 1;
  max-width: 1660px; }
  @media (max-width: 767px) {
    .__section_about_ce_inner {
      /*padding: 0px 0px;*/
      text-align: center; } }

.test {
  background: inherit;
  padding: 0 0px;
  /*box-shadow: 9px 5px 13px 0px rgba(116, 112, 112, 0.38);*/ }
  @media (max-width: 767px) {
    .test {
      padding: 0; } }

section.section.__section_shopping {
  margin: 0 0px 0 0px;
  position: relative;
  z-index: 1;
  /*background: linear-gradient(90deg, $secondary 0, $primary 0, $primary 100%);*/
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffffff), color-stop(4%, #ffffff), color-stop(4%, #867716), to(#6c660f));
  background: linear-gradient(90deg, #ffffff 0, #ffffff 4%, #867716 4%, #6c660f 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffffff), color-stop(4%, #ffffff), color-stop(4%, #887e3e), to(#90874a));
  background: linear-gradient(90deg, #ffffff 0, #ffffff 4%, #887e3e 4%, #90874a 100%);
  color: #fff;
  /*background-image: url(../../assets/img/land/background.jpg);
  background-repeat: no-repeat;
  background-size: 200%;*/ }
  @media (max-width: 767px) {
    section.section.__section_shopping {
      margin: 0 0px 0 0px;
      background: #8b8142; } }
  @media (min-width: 768px) {
    section.section.__section_shopping {
      margin: 0 0px 0 0px;
      background: #8b8142; } }
  @media (min-width: 992px) {
    section.section.__section_shopping {
      margin: 0 0px 0 0px;
      background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffffff), color-stop(3%, #ffffff), color-stop(3%, #887e3e), to(#90874a));
      background: linear-gradient(90deg, #ffffff 0, #ffffff 3%, #887e3e 3%, #90874a 100%); } }

section.section.__section_desc, .__section_desc_inner {
  background: #ffffff; }

.shopping_text .fa-shopping-cart {
  font-size: 180px;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: left; }
  @media (max-width: 767px) {
    .shopping_text .fa-shopping-cart {
      font-size: 100px; } }

.cycle-slideshow img {
  width: 100%;
  height: auto; }
  @media (max-width: 767px) {
    .cycle-slideshow img {
      height: auto; } }

.slides_controlls {
  position: absolute;
  bottom: 66px;
  right: 0px;
  width: 126px;
  z-index: 10; }
  @media (max-width: 767px) {
    .slides_controlls {
      display: none; } }

@media (max-width: 767px) {
  .cycle-pager.small-pager {
    display: none; } }

.cycle-pager span.cycle-pager-active {
  background-color: #7d8b3f;
  border-color: #7d8b3f; }

.slides_controlls span span:hover {
  opacity: 1;
  background-color: #7d8b3f;
  color: #fff; }

.slides_controlls span {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 3px;
  opacity: 1;
  color: #7d8b3f;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  float: right; }

.slides_controlls {
  position: absolute;
  bottom: 66px;
  right: 0px;
  width: 126px;
  z-index: 10; }

.shopping_text h1 {
  color: #fff; }
.shopping_text p {
  color: white; }
@media (max-width: 767px) {
  .shopping_text {
    margin-bottom: 20px; } }

.divider {
  background: rgba(78, 105, 138, 0.3);
  width: 80%;
  height: 1px;
  margin: auto; }

.top-space {
  line-height: 40px;
  font-size: 21px;
  padding: 0 40px;
  color: rgba(255, 255, 255, 1); }
  @media (max-width: 767px) {
    .top-space {
      padding: 0 0px; } }

.googlemap {
  width: 100%;
  min-height: 600px !important; }

.googlemap {
  width: 100%;
  min-height: 600px; }

.__section_map {
  padding: 100px 0 0 0; }
  @media (max-width: 767px) {
    .__section_map {
      display: none; } }

@media (min-width: 992px) {
  .location .table-row .table-cell {
    height: 580px; } }
.location .table-row .table-cell {
  background-color: rgba(36, 48, 68, 0.1); }

@media (min-width: 992px) {
  .table-row .table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
    height: 100%;
    padding: 0; } }
a {
  color: #3c4349;
  border-bottom: 2px solid currentColor; }
  a:hover {
    color: #8b8142;
    border-color: currentColor;
    text-decoration: none; }
  a:acvive {
    text-decoration: none; }

a[href^=tel] {
  white-space: nowrap; }

h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 2rem;
  font-weight: 200;
  text-transform: capitalize;
  margin-bottom: 40px; }

h2 {
  font-family: "Libre Baskerville", serif;
  font-size: 2rem;
  font-weight: 200;
  margin-bottom: 30px; }

h3 {
  font-family: "Libre Baskerville", serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin: 0 0 0.4em 0;
  padding: 0; }

h4 {
  font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 200; }

h5 {
  font-family: "Raleway", -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin: 0 0 0.6em 0;
  padding: 0; }

p {
  line-height: 1.46;
  margin-bottom: 1.2em; }

a, a:hover {
  color: #928a4e; }

.whitespace-above {
  padding-top: 3rem; }

.section_intro {
  display: block;
  position: relative;
  width: 100%;
  text-align: center; }
  .section_intro:after {
    content: '';
    width: 100px;
    height: 1px;
    background: #8b8142;
    margin: 30px auto 60px;
    position: relative;
    display: block; }

.row.park_info::before {
  content: none;
  display: block; }

.row.park_info img {
  float: right;
  padding-right: 0px; }
  @media (min-width: 768px) {
    .row.park_info img {
      float: right; } }

/*.park_image{
	padding-right: 0px;
	margin-right: -13%;
    margin-top: 3%;

    @include respond-to(sm){
    	margin-top: 0%;
    }
    @include respond-to(xs){
    	padding-right: 15px;
    }
}*/
.btn-cta, .btn-clear, .btn-clear-rain, .btn-clear-white {
  color: #243044;
  background-color: #CAF462;
  background: -webkit-gradient(linear, left top, left bottom, from(#CAF462), to(#95C535));
  background: linear-gradient(#CAF462, #95C535);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#CAF462), to(#95C535));
  background-image: linear-gradient(#CAF462, #95C535);
  overflow: hidden;
  border-radius: 8px;
  float: right;
  min-width: 150px;
  display: inline-block;
  margin: 0 1.8em 0 0;
  padding: 0.7em 2.2em 0.6em;
  border: none;
  border-bottom: 3px solid #83ad2f;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  -webkit-box-shadow: 0 1px 6px rgba(30, 78, 163, 0.2), 0 3px 8px rgba(36, 48, 68, 0.2);
          box-shadow: 0 1px 6px rgba(30, 78, 163, 0.2), 0 3px 8px rgba(36, 48, 68, 0.2);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 100ms ease-out, box-shadow 140ms ease-out;
  -webkit-transition: -webkit-transform 100ms ease-out, -webkit-box-shadow 140ms ease-out;
  transition: -webkit-transform 100ms ease-out, -webkit-box-shadow 140ms ease-out;
  transition: transform 100ms ease-out, box-shadow 140ms ease-out;
  transition: transform 100ms ease-out, box-shadow 140ms ease-out, -webkit-transform 100ms ease-out, -webkit-box-shadow 140ms ease-out;
  cursor: pointer; }

.glyphicons:before {
  display: inline-block;
  padding: 2px 8px; }

.btn {
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.9;
  font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }
  .btn span.glyphicons {
    font-size: 1em;
    line-height: 1.2;
    margin-right: -0.8em;
    margin-left: 0.6em; }
  .btn:hover, .btn:active {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn:active {
    -webkit-transform: scale(0.96, 0.96);
            transform: scale(0.96, 0.96); }

.btn-txt {
  color: #8b8142; }
  .btn-txt span.glyphicons {
    font-size: 1em;
    line-height: 1.2;
    margin-left: -0.8em;
    margin-right: 0em; }
  .btn-txt .fa {
    font-size: 1em;
    line-height: 1;
    margin-left: 0em;
    margin-right: 0.6em; }
  .btn-txt.btn-white {
    color: #ffffff;
    border-color: #ffffff; }
    .btn-txt.btn-white:hover {
      color: #3c4349; }

.btn-row {
  text-align: center; }
  @media (min-width: 768px) {
    .btn-row {
      text-align: left; } }
  .btn-row .btn {
    min-width: 51%;
    max-width: 240px;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .btn-row .btn {
        min-width: auto;
        margin-right: 4rem;
        margin-bottom: 0px; } }
    @media (min-width: 1200px) {
      .btn-row .btn {
        margin-right: 5rem; } }
    .btn-row .btn.btn-txt {
      margin-right: 0px; }

section h1 {
  margin-top: 0em;
  line-height: 1.5em;
  color: #70851a; }

.newproject__contact h1 {
  margin-top: 0em;
  line-height: 1.0em;
  color: #ffffff; }

.newproject__contact p, .newproject__contact h3 {
  color: #ffffff; }

.__section_intro-inner h1 {
  margin-top: 0em;
  line-height: 1.5em;
  color: #fff; }

.__section_about_ce {
  text-align: left;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(60%, #ffffff), color-stop(60%, #968e53), to(#968e53));
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 60%, #968e53 60%, #968e53 100%); }
  @media (max-width: 767px) {
    .__section_about_ce {
      background: #ffffff;
      text-align: center; } }

.content_text {
  margin-top: 0;
  padding-right: 70px;
  margin-bottom: 0;
  max-width: 50%;
  color: #545454; }
  @media (max-width: 767px) {
    .content_text {
      max-width: 100%; } }

.park_text {
  margin-top: 4%;
  padding-right: 0px;
  margin-bottom: 0;
  color: white; }
  @media (max-width: 767px) {
    .park_text {
      max-width: 100%;
      padding-right: 15px; 
      text-align: center;
      margin-bottom: 20px;} }

.park_text h1 {
  color: #fff; }
.park_text p {
  color: white; }

p.lead {
  line-height: 1.6;
  font-size: 18px; }

.__section_parks_inner {
  background: -webkit-gradient(linear, left top, right top, from(#858738), color-stop(60%, #817a2b), color-stop(60%, #ffffff), to(#ffffff));
  background: linear-gradient(90deg, #858738 0%, #817a2b 60%, #ffffff 60%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(135, 125, 60, 0.98)), color-stop(60%, #968e53), color-stop(60%, #ffffff), to(#ffffff));
  background: linear-gradient(90deg, rgba(135, 125, 60, 0.98) 0%, #968e53 60%, #ffffff 60%, #ffffff 100%);
  padding: 100px 100px; }
  @media (min-width: 768px) {
    .__section_parks_inner {
      padding: 100px 0px;
      background: #8b8142; } }
  @media (max-width: 767px) {
    .__section_parks_inner {
      padding: 50px 0px;
      background: #8b8142; }

      .__section_parks_inner h1{
      text-align: center; } }
  .__section_parks_inner .container-fluid {
    padding-left: 0px; }
    @media (max-width: 767px) {
      .__section_parks_inner .container-fluid {
        padding-left: 15px; } }

.lush_parks_image1 {
  height: 600px;
  margin-top: 30%;
  	/*@include respond-to(sm){
  		height:auto; 
  		margin-top:0px;
  
  	}*/ }
  @media (max-width: 767px) {
    .lush_parks_image1 {
      height: auto;
      margin-top: 2%; } }

.lush_parks_image2 {
  height: auto;
  margin-top: -5.5%;
  width: 130%; }
  @media (max-width: 767px) {
    .lush_parks_image2 {
      height: auto;
      margin-top: 2%; } }

.lush_parks_image3 {
  height: 500px;
  width: 800px;
  float: left;
  margin-top: 120px; }
  @media (max-width: 767px) {
    .lush_parks_image3 {
      display: none; } }

.school_text {
  margin-top: 0;
  padding-right: 0px;
  margin-bottom: 0;
  color: #898686;
  text-transform: capitalize;
  text-align: left;
  padding: 50px 0 0 0;
  /*background: linear-gradient(90deg, #ffffff 97.5px, #ffffff 97.5px, rgba(84, 84, 84, 0.37) 100%);*/ }
  @media (max-width: 767px) {
    .school_text {
      max-width: 100%;
      text-align: center;
      padding: 0px 15px;
      margin-top: 0px; } }
  @media (min-width: 768px) {
    .school_text {
      max-width: 100%;
      text-align: left;
      padding: 0px 15px;
      margin-top: 0px; } }
  .school_text h1 {
    color: #545454; }

.school_text .fa-graduation-cap {
  font-size: 180px;
  color: #545454;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .school_text .fa-graduation-cap {
      font-size: 100px; } }

.__intro-para h1 {
  margin-bottom: 30px;
  font-size: 2.5rem; }
.__intro-para p.lead {
  line-height: 1.6;
  font-size: 20px; }

.transport_text h1 {
  color: #545454; }

.shopping_info, .transport_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  color: #645c5c; }
  @media (min-width: 768px) {
    .shopping_info, .transport_info {
      display: block;
      text-align: left;
      margin-bottom: 0px; } }
  @media (max-width: 767px) {
    .shopping_info, .transport_info {
      display: block;
      text-align: center;
      margin-bottom: 0px; } }
  @media (min-width: 992px) {
    .shopping_info, .transport_info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.transport_infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  color: #645c5c; }
  @media (max-width: 767px) {
    .transport_infos {
      padding: 40px 0px;
      display: block;
      text-align: center;
      margin-bottom: 0px; } }

.park_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 20px;
  color: #645c5c; }
  @media (max-width: 767px) {
    .park_info {
      display: block;
      text-align: center;
      margin-bottom: 0px; } }

.__section_transport_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color: #645c5c; }
  @media (max-width: 767px) {
    .__section_transport_inner {
      display: block;
      text-align: center;
      margin-bottom: 0px; } }

.school_info {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  color: #645c5c; }

.school_info, .shopping_info {
  margin-bottom: 0px; }

.shopping_info, .shopping_info h1 {
  color: #fff; }

.section {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .section {
      padding: 50px 0; } }
  @media (min-width: 768px) {
    .section {
      padding: 50px 0; } }
  @media (min-width: 992px) {
    .section {
      padding: 100px 0; } }

#registration {
  padding: 100px 0; }
  @media (max-width: 767px) {
    #registration {
      padding: 50px 0; } }

.drop_shadow {
  -webkit-box-shadow: 1px 14px 37px rgba(5, 4, 4, 0.46), 6px 8px 26px rgba(83, 79, 79, 0.26);
          box-shadow: 1px 14px 37px rgba(5, 4, 4, 0.46), 6px 8px 26px rgba(83, 79, 79, 0.26); }

.drop_shadow_newgate {
  /*background: linear-gradient(33deg, #ffffff 0%, #ffffff 80%, #d3cfb6 80%, rgb(211, 207, 182) 100%);
  box-shadow: 1px 14px 45px rgba(5, 4, 4, 0.46), 6px 8px 26px rgba(150, 142, 83, 0.61);
  box-shadow: 1px 14px 54px rgba(5, 4, 4, 0.46), 6px 8px 57px rgba(150, 142, 83, 0.61);
  box-shadow: 10px 25px 80px 0px rgba(36, 36, 31, 0.77);
  box-shadow:1px 8px 65px 17px rgba(5, 4, 4, 0.46), 6px 8px 7px rgba(104, 96, 96, 0.44);
  padding: 50px 50px;*/
  width: 100%; }

.new_gate_box {
  background: rgba(255, 255, 255, 0.95);
  padding: 50px;
  float: left;
  -webkit-box-shadow: 1px 8px 65px 17px rgba(5, 4, 4, 0.46), 6px 8px 7px rgba(104, 96, 96, 0.44);
          box-shadow: 1px 8px 65px 17px rgba(5, 4, 4, 0.46), 6px 8px 7px rgba(104, 96, 96, 0.44); }

  @media (max-width: 767px) {
    .new_gate_box {
      padding: 50px 15px; } }

section.section.new_gate_promo.section.__section_about_ce {
  	/*border-top: 5px solid #968e53;
      border-left: 5px solid #968e53;
      border-bottom: 5px solid #968e53;*/
  padding: 150px 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #d0ccb2), to(rgba(150, 142, 83, 0.4)));
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #d0ccb2 50%, rgba(150, 142, 83, 0.4) 100%);
  min-height: 800px;
  background: url(../img/FB_BRIDGE_COUPLE_34813.jpg) no-repeat;
  background: url(../img/FB_BRIDGE_COUPLE_34813.jpg) no-repeat;
  background-size: cover;
  background-position: 0 87%;
  background-position: 0 62%; }
  @media (max-width: 767px) {
    section.section.new_gate_promo.section.__section_about_ce {
      padding: 150px 10px; } }

/**/
footer a, footer a:hover {
  color: #928a4e; }

footer .ce-row {
  background-color: #6d7937;
  font-size: 0.8rem;
  display: block;
  overflow: visible;
  padding: 50px 100px !important; }

footer .smallprint-box .smallprint-ceawards {
  vertical-align: middle;
  background-color: #6d7937;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff; }

footer .smallprint-box .smallprint-celogo {
  vertical-align: middle;
  background-color: #6d7937; }

footer .smallprint-box .smallprint-text, footer .smallprint-box .smallprint-cetext {
  padding: 20px 150px 20px 0;
  vertical-align: middle; }

footer .smallprint-box .smallprint-cetext p {
  font-size: 0.9rem;
  font-weight: 100 !important; }
footer .smallprint-box .smallprint-cetext a {
  font-size: 0.9rem;
  font-weight: 100 !important;
  text-decoration: none !important; }

@media (min-width: 992px) {
  footer .smallprint-box .smallprint-cetext {
    width: 45% !important; } }
.cycle-pager.small-pager {
  bottom: 12px; }

.cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  bottom: -46px;
  overflow: hidden; }

.slides_controlls {
  position: absolute;
  bottom: 66px;
  right: 0px;
  width: 126px;
  z-index: 10; }

.slides_controlls {
  position: absolute;
  bottom: 66px;
  right: 0px;
  width: 126px;
  z-index: 10; }

/*

.school_logo {
    background: linear-gradient(270deg, #eceadb 97.5px, #eceadb 97.5px, #859154 100%);
    margin-top: 0;
    padding-bottom: 50px;
    padding-top: 50px;
}*/
/* Hero image */
.fb_hero {
  min-height: 740px;
  position: relative;
  background: linear-gradient(15deg, #8f8f70, #645f15, #728330);
  color: #fff;
  margin: 0;
  display: block; }
  @media (max-width: 767px) {
    .fb_hero {
      min-height: 540px; } }

.fb_hero .fb-hero-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../../assets/img/land/header2.jpg);
  background-size: cover; }
  @media (max-width: 767px) {
    .fb_hero .fb-hero-image {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0.9;
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: 0;
      opacity: 0.8; } }

.fb_hero:before {
  content: '';
  position: absolute;
  bottom: -148px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#728330), to(#728330));
  background: linear-gradient(90deg, #728330, #728330);
  height: 252px;
  opacity: 0.5;
  -webkit-transform: skewY(1deg);
  transform: skewY(1deg);
  z-index: 1; }

.fb_hero:after {
  content: '';
  position: absolute;
  bottom: -50px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#728330), to(#728330));
  background: linear-gradient(180deg, #728330, #728330);
  height: 100px;
  opacity: 0.7;
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  z-index: 1; }

.fb_hero:before {
  background: #8b8142; }

.fb_hero:after {
  background: #8b8142; }

.fb-hero:before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#728330), to(#728330));
  background: linear-gradient(90deg, #728330, #728330);
  height: 100px;
  opacity: 0.5;
  -webkit-transform: skewY(1deg);
  transform: skewY(1deg);
  z-index: 1; }

.message {
  display: none; }

.has-error #place-form input:not(.btn) {
  border-bottom: 2px solid #a94442; }

#place-form input:not(.btn) {
  border-radius: 0;
  border: 0;
  background-color: transparent;
  background: rgba(120, 125, 89, 0);
  padding: 1em 1em 0em 1em;
  height: 50px;
  margin: 0;
  border-bottom: 2px solid #787d59; }

.form-group {
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .form-group {
      margin-bottom: 20px; } }

#place-form textarea {
  border-radius: 0;
  border-bottom: 2px solid #787d59;
  background-color: transparent;
  background: rgba(120, 125, 89, 0);
  padding: 2em 1em 0em 1em;
  margin: 0;
  height: 60px; }

.fa-fw {
  font-size: 18px;
  text-shadow: 2px 2px 5px #6b6565; }

.btn-cta-dark:hover {
  background: #243044;
  color: #ffffff;
  -webkit-box-shadow: 0 14px 26px -12px rgba(119, 134, 59, 0.42), 0 4px 23px 0px rgba(119, 134, 59, 0.12), 0 8px 10px -5px rgba(119, 134, 59, 0.2);
          box-shadow: 0 14px 26px -12px rgba(119, 134, 59, 0.42), 0 4px 23px 0px rgba(119, 134, 59, 0.12), 0 8px 10px -5px rgba(119, 134, 59, 0.2); }

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, textarea.form-control:focus {
  outline: 0;
  background: #fff;
  border-color: #787d59;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 0 1px 10px #6d7937;
          box-shadow: 0 1px 10px #6d7937; }

input:not(.btn), textarea, select {
  font-family: "quadon","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 75%;
  background: #fff;
  color: #ffffff;
  border: 2px solid #a4a6a9;
  outline: 0;
  padding: 0.7em .4em 0.55em;
  margin: .3em 0;
  display: block;
  width: 100% !important;
  display: block !important;
  float: none !important;
  font-weight: 400;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }

input[type="text"], input[type="tel"], input[type="email"], input.form-control, textarea.form-control, select.form-control {
  margin: 0;
  background: #ffffff;
  font-family: "Source Sans Pro","-apple-system","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  color: #4e4f4c;
  border: none;
  border-bottom: 2px solid rgba(36, 48, 68, 0.3);
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  vertical-align: top;
  min-height: 42px;
  font-size: 17px; }

.input-group-addon span {
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #e3e3e3;
  color: #292a2e;
  height: 40px; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: rgba(192, 181, 95, 0.5);
  border-radius: 0px;
  border: 2px solid #787d59; }

.btn-cta-dark {
  padding: 0.40em 0.8em !important;
  background: #787d59;
  color: #e4e7d9;
  border-bottom: 3px solid rgba(84, 95, 31, 0.9); }

#place-form {
  border-left: 1px solid #7d8792;
  padding: 30px 30px; }
  @media (max-width: 767px) {
    #place-form {
      border-left: none;
      padding: 0px 20px; } }

.input-group {
  position: relative;
  border-collapse: separate;
  display: table; }

input .form-control::-webkit-input-placeholder {
  color: #fff !important; }

input .form-control:-ms-input-placeholder {
  color: #fff !important; }

input .form-control::placeholder {
  color: #fff !important; }

input[type]:-moz-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder,
textarea.form-control:-moz-placeholder {
  color: rgba(110, 104, 104, 0.6);
  opacity: 1; }

input:focus::-moz-input-placeholder,
textarea:focus::-moz-input-placeholder {
  color: rgba(110, 104, 104, 0.6);
  opacity: 1; }

input[type]:-ms-input-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
  color: rgba(110, 104, 104, 0.6);
  opacity: 1; }

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: rgba(110, 104, 104, 0.6);
  opacity: 1; }

input[type]::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
  color: rgba(110, 104, 104, 0.6);
  opacity: 1; }

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #6e6868; }

input:placeholder-shown,
textarea:placeholder-shown,
textarea.form-control:placeholder-shown {
  color: #6e6868;
  opacity: 1; }

input:focus:placeholder-shown {
  color: rgba(110, 104, 104, 0.6); }

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: -2px !important;
  margin-left: -26px !important;
  background: inherit !important;
  padding: 0 !important;
  border: none !important;
  border-bottom: none !important; }

input[type=radio], input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

.optin-words {
  color: #7e898e;
  overflow: visible;
  white-space: normal;
  text-overflow: clip;
  font-size: 12px;
  margin-top: -1px;
  position: absolute;
  margin-left: 6px;
  line-height: 1.3em; }

.table-row {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%; }

/*LOGO*/
section.section.__section_intro.primary_bg {
  padding: 0 0 50px 0; }

.__section_intro-inner .logo {
  width: 300px;
  margin: auto;
  position: relative; }
  @media (max-width: 767px) {
    .__section_intro-inner .logo {
      width: 250px;
      margin: auto; } }

.__section_intro-inner .logo_section {
  width: 300px;
  height: 300px;
  background: #ffffff;
  border-radius: 300px;
  position: absolute;
  top: -152px;
  z-index: 99;
  -webkit-box-shadow: 1px 14px 37px #615d44, 6px 8px 26px rgba(169, 165, 165, 0.26);
          box-shadow: 1px 14px 37px #615d44, 6px 8px 26px rgba(169, 165, 165, 0.26); }
  @media (max-width: 767px) {
    .__section_intro-inner .logo_section {
      width: 250px;
      height: 250px;
      border-radius: 250px; } }

.row.__intro-row {
  padding-top: 200px; }
  @media (max-width: 767px) {
    .row.__intro-row {
      padding-top: 120px; } }

.btn-newgate {
  text-align: center;
  text-transform: capitalize;
  border-bottom: none;
  background: linear-gradient(12deg, #4b7db1 -20%, #5fb1b7 100%);
  color: #fff;
  -webkit-box-shadow: 0 1px 6px rgba(93, 172, 182, 0.98), 0 3px 8px rgba(80, 138, 179, 0.02);
          box-shadow: 0 1px 6px rgba(93, 172, 182, 0.98), 0 3px 8px rgba(80, 138, 179, 0.02);
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  min-width: 150px;
  padding: 15px;
  margin: 0 1.8em 0 0;
  overflow: hidden; }

  @media (max-width: 767px){
    .btn-newgate{
      margin:0;
    }
  }

.btn-newgate:hover, .btn-newgate:focus {
  color: #ffffff; }

.new_gate_box .btn {
  text-align: center; }

form#place-form label.small {
  position: absolute;
  display: block;
  margin: 0;
  z-index: 0;
  text-transform: uppercase;
  color: #928a4e;
  padding: 8px 6px;
  right: 10px;
  top: 10px;
  font-weight: 400; }

.optin, input#centeq_optin {
  opacity: 1 !important;
  height: 0px !important; }

.border {
  background: #ffffff;
  background: none; }

label.error {
  position: absolute;
  font-size: 15px;
  color: #b04852;
  top: 45px; }

label.placeholder {
  display: none;
  -webkit-transition: opacity 400ms ease-out, -webkit-transform 300ms ease-out;
  transition: opacity 400ms ease-out, -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out, opacity 400ms ease-out;
  transition: transform 300ms ease-out, opacity 400ms ease-out, -webkit-transform 300ms ease-out;
  position: absolute;
  top: -22px;
  right: 0;
  color: rgba(255, 255, 255, 0.47); }

form#ng_form label.showUp {
  display: block; }

.border .box {
  /*background: #F3F3F4;*/ }

/*.new_gate_box .border{
  margin: 50px auto;
  border-top: 20px solid #3ACFD5;
  border-left: 20px solid #3ACFD5;
  border-bottom: 20px solid #3a4ed5;
  border-right: 20px solid #3a4ed5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  -webkit-background-size: 20px 100%;
  -moz-background-size: 20px 100%;
  background-image: -webkit-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%), -webkit-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
  background-image: -moz-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%), -moz-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
  background-image: -o-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%), -o-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
  background-image: linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%), linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%);
}*/
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: inherit !important;
  background-image: none;
  color: black; }

video {
  position: absolute;
  width: 100%;
  right: 0%;
  margin-top: 50px; }
  @media (min-width: 992px) {
    video {
      position: relative;
      width: 100%;
      right: 5%; } }
  @media (min-width: 1200px) {
    video {
      position: absolute;
      width: 100%;
      right: 0%;
      margin-top: 50px; } }

/*#parks-slide{
	width: 130%;

	@include respond-to(xs) {
		width:100%;
	}

	@include respond-to(md) {
		width:90%;
		margin-top: 75px;
	}

	@include respond-to(lg) {
		width:130%;
	}	
}*/
#parks-slide .slideshow {
  background: #292a2e;
  margin: 0 auto 50px; }

#parks-slide .slide_progress {
  background: rgba(60, 67, 73, 0.1);
  width: 75%;
  height: 1px;
  position: relative;
  float: left;
  display: block;
  margin: 0.5em 0 0;
  padding: 0; }
  @media (min-width: 992px) {
    #parks-slide .slide_progress {
      width: 66%; } }
  @media (min-width: 768px) {
    #parks-slide .slide_progress {
      width: 62%; } }
  #parks-slide .slide_progress span {
    background: #dcd9d9;
    height: 1px;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    margin: 0;
    padding: 0; }

#parks-slide .slide_controls {
  position: relative;
  display: block;
  width: 94%;
  min-height: 50px;
  overflow: hidden; }
  @media (min-width: 992px) {
    #parks-slide .slide_controls {
      margin: 0 auto 80px;
      width: 75%; } }
  @media (min-width: 768px) {
    #parks-slide .slide_controls {
      margin: 0 auto 80px;
      width: 90%; } }
  #parks-slide .slide_controls .slide_number {
    color: #ffffff;
    font-size: 0.8rem;
    width: 25%;
    float: left;
    font-weight: 400; }
    @media (min-width: 992px) {
      #parks-slide .slide_controls .slide_number {
        width: 15%; } }
    #parks-slide .slide_controls .slide_number b {
      font-weight: 800;
      color: #ffffff;
      min-width: 1.8em;
      padding-right: 0.2em;
      display: inline-block;
      text-align: right; }

#parks-slide .slide_cont {
  display: none; }
  @media (min-width: 992px) {
    #parks-slide .slide_cont {
      display: block;
      cursor: pointer;
      color: #dcd9d9;
      font-size: 0.9em;
      font-weight: 600;
      width: 13%;
      float: right;
      text-align: right;
      line-height: 1rem; }
      #parks-slide .slide_cont span {
        padding-bottom: 0.3em; }
      #parks-slide .slide_cont i {
        font-size: 1rem; } }
  #parks-slide .slide_cont:hover {
    color: #3c4349; }
  #parks-slide .slide_cont.slide_prev {
    width: 3%;
    margin-right: 3%;
    text-align: left;
    float: left; }

.slideshow {
  background: #292a2e;
  margin: 0 auto 50px; }
  @media (min-width: 768px) {
    .slideshow {
      width: 100%;
      margin-left: 0%; } }

.slide_controls {
  position: relative;
  display: block;
  width: 94%;
  min-height: 50px;
  overflow: hidden; }
  @media (min-width: 992px) {
    .slide_controls {
      margin: 0 auto 80px; } }
  .slide_controls .slide_number {
    color: rgba(60, 67, 73, 0.5);
    font-size: 0.8rem;
    width: 25%;
    float: left;
    font-weight: 400; }
    @media (min-width: 992px) {
      .slide_controls .slide_number {
        width: 15%; } }
    .slide_controls .slide_number b {
      font-weight: 800;
      color: #3c4349;
      min-width: 1.8em;
      padding-right: 0.2em;
      display: inline-block;
      text-align: right; }
  .slide_controls .slide_cont {
    display: none; }
    @media (min-width: 992px) {
      .slide_controls .slide_cont {
        display: block;
        cursor: pointer;
        color: #8b8142;
        font-size: 0.9em;
        font-weight: 600;
        width: 9%;
        float: right;
        text-align: right;
        line-height: 1rem; }
        .slide_controls .slide_cont span {
          padding-bottom: 0.3em; }
        .slide_controls .slide_cont i {
          font-size: 1rem; } }
    .slide_controls .slide_cont:hover {
      color: #3c4349; }
    .slide_controls .slide_cont.slide_prev {
      width: 3%;
      margin-right: 3%;
      text-align: left;
      float: left; }
  .slide_controls .slide_progress {
    background: rgba(60, 67, 73, 0.1);
    width: 75%;
    height: 1px;
    position: relative;
    float: left;
    display: block;
    margin: 0.5em 0 0;
    padding: 0; }
    @media (min-width: 992px) {
      .slide_controls .slide_progress {
        width: 66%; } }
    .slide_controls .slide_progress span {
      background: #3c4349;
      height: 1px;
      width: auto;
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      margin: 0;
      padding: 0; }

