/*this is scss not only css*/
@font-face {
  font-family: 'FuturaMedium';
  src: url("{site_url}fonts/FuturaMedium.eot");
  src: url("{site_url}fonts/FuturaMedium.eot?#iefix") format("embedded-opentype"), url("{site_url}fonts/FuturaMedium.woff") format("woff"), url("{site_url}fonts/FuturaMedium.ttf") format("truetype"), url("{site_url}fonts/FuturaMedium.svg#futura") format("svg");
  font-style: normal;
}

@font-face {
  font-family: 'FuturaCondExtraBoldObl';
  src: url("{site_url}fonts/Futura-CondExtraBoldObl.eot");
  src: url("{site_url}fonts/Futura-CondExtraBoldObl.eot?#iefix") format("embedded-opentype"), url("{site_url}fonts/Futura-CondExtraBoldObl.woff") format("woff"), url("{site_url}fonts/Futura-CondExtraBoldObl.ttf") format("truetype"), url("{site_url}fonts/Futura-CondExtraBoldObl.svg#futura_condensedbold") format("svg");
  font-weight: normal;
  font-style: italic, oblique;
}

body {
  font-family: 'FuturaMedium', sans-serif;
  font-weight: normal;
  color: black;
  overflow-x: hidden;
  min-width: 280px !important;
  letter-spacing: 1px;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#map-canvas {
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.orange {
  color: #f19220;
}

.white {
  color: white;
}

.black {
  color: black;
}

.darkgrey {
  color: #231f20;
}

.floatleft, .floatl {
  float: left;
}

.floatright, .floatr {
  float: right;
}

.fontthin {
  font-weight: 100;
}

.fontlight {
  font-weight: 300;
}

.fontnormal {
  font-weight: 400;
}

.fontbold {
  font-weight: 700;
}

.fontultrabold {
  font-weight: 900;
}

.FuturaMedium {
  font-family: 'FuturaMedium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

.FuturaCondensedExtraBoldOblique {
  font-family: "FuturaCondExtraBoldObl", sans-serif;
  font-weight: bold;
  font-stretch: condensed;
  font-style: oblique;
}

section {
  width: 100%;
  margin: 0 auto;
  min-height: 200px;
  -webkit-box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.5);
  position: relative;
  max-width: 1680px;
}

h1, h2, h3, h3, h4, h5 {
  line-height: 1;
  margin: 10px 0;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 50px;
  font-family: "FuturaCondExtraBoldObl", sans-serif;
  font-weight: bold;
  font-stretch: condensed;
  font-style: oblique;
}

h2 {
  font-size: 28px;
  font-family: "FuturaCondExtraBoldObl", sans-serif;
  font-weight: bold;
  font-stretch: condensed;
  font-style: oblique;
}

h3 {
  font-size: 25px;
}

h4, p {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 24px;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.btn {
  color: white;
  background-color: orange;
  border-color: #fbb03b;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 10px;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
}
.btn:hover {
  background-color: orange;
  color: black;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-orange {
  color: white;
  background-color: orange;
  border-color: #fbb03b;
}
.btn-orange:hover {
  background-color: orange;
  color: black;
}

.btn-black {
  color: white;
  background-color: black;
  border-color: black;
}
.btn-black:hover {
  background-color: black;
  color: grey;
}

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

.left.carousel-control,
.right.carousel-control {
  background-image: none;
  filter: none;
}

.share_button li {
  list-style: none;
  float: left;
}

.filters:after {
  content: '';
  display: block;
  clear: both;
}

.filters .button {
  float: left;
}

.isotope:after {
  content: '';
  display: block;
  clear: both;
}

.isotop-item {
  width: 280px;
  height: 280px;
  margin: 5px;
  float: left;
  background: orange;
}

.modal .modal-dialog .modal-content {
  border: none;
  border-radius: 0;
}

.navbar {
  font-size: 1.000em;
  color: white;
  min-height: 29px;
  margin: 0;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin: -40px 0 0 0;
  width: 140px;
}
.navbar > .container .navbar-brand img,
.navbar > .container-fluid .navbar-brand img {
  width: 100%;
}

.navbar-default {
  background-color: transparent;
  border-radius: 0;
  height: 26px;
  margin: 40px 0 0;
  border-color: transparent;
  z-index: 1030;
  width: 100%;
  border: none;
}
.navbar-default .container {
  background-color: orange;
  padding-right: 0;
}
.navbar-default .nav_home {
  display: none;
}
.navbar-default .navbar-nav > li > a {
  color: white;
  padding: 5px 14px;
}
.navbar-default .navbar-nav > li > a:hover {
  color: black;
}
.navbar-default .navbar-nav > .active > a {
  background-color: black;
  color: white;
}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: black;
  color: white;
}
.navbar-default .navbar-collapse {
  border-color: transparent;
}
.navbar-default .lang {
  float: right;
}
.navbar-default .lang li {
  list-style: none;
  float: left;
  display: block;
  color: white;
  padding: 5px 15px;
}
.navbar-default .lang li.active {
  background-color: black;
}
.navbar-default .lang li a {
  color: white;
  text-decoration: none;
}
.navbar-default .lang li a:hover {
  color: black;
}

#page-content {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#page-content.slide-active {
  padding-top: 0;
}

#slide-nav .navbar-toggle {
  cursor: pointer;
  line-height: 0;
  margin: -24px 0 0;
  width: 30px;
  height: 40px;
  padding: 10px 0 0 0;
  border: 0;
  border-radius: 0;
}
#slide-nav .navbar-toggle:hover {
  background-color: transparent;
}

#slide-nav .navbar-toggle > .icon-bar {
  width: 100%;
  display: block;
  height: 3px;
  margin: 0 0 5px;
  background-color: orange;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: black 1px 1px 4px;
  -moz-box-shadow: black 1px 1px 4px;
  box-shadow: black 1px 1px 4px;
}

.navbar-header {
  position: relative;
}

.img_bg {
  z-index: 10;
  width: 100%;
  overflow-x: hidden;
}
.img_bg img {
  width: 100%;
}

footer {
  background: black;
  color: white;
  width: 100%;
  font-size: 12px;
  padding: 10px;
  float: left;
}
footer p {
  margin: 0;
  font-size: 12px;
}
footer .copyright {
  float: left;
}
footer .kbs_logo {
  float: right;
}

.carousel-control.right {
  background: transparent;
}

#landing_header {
  width: 100%;
  position: relative;
  z-index: 6;
}
#landing_header .masthead_caption {
  z-index: 15;
  position: absolute;
  color: white;
  width: 100%;
  height: 300px;
  top: 17%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto 0;
}
#landing_header .masthead_caption h2 {
  font-size: 34px;
  font-family: "FuturaCondExtraBoldObl", sans-serif;
  font-weight: bold;
  font-stretch: condensed;
  font-style: oblique;
}
#landing_header .masthead_caption p {
  max-width: 360px;
}

.upcoming_events {
  background: url({site_url}images/uploads/upcoming_blurb.png) no-repeat;
  background-size: cover;
  width: 166px;
  height: 153px;
  position: absolute;
  right: 5%;
  bottom: 5%;
  padding: 5px 5px 0;
  font-size: 20px;
}
.upcoming_events ul li {
  float: left;
  width: 100%;
}
.upcoming_events a {
  text-decoration: none;
  color: white;
  font-style: italic;
}
.upcoming_events a h2 {
  color: #030303;
  opacity: .8;
  font-family: 'futura_condensedbold', sans-serif;
  font-size: 26px;
  margin: 0;
}
.upcoming_events a span {
  float: left;
}
.upcoming_events a p {
  float: left;
  line-height: 12px;
  margin: 12px 0 0 5px;
  font-size: 20px;
  color: white;
}
.upcoming_events h1 {
  color: #030303;
}

#landing_partners {
  z-index: 5;
}
#landing_partners .container {
  width: 100%;
}
#landing_partners .partners-img {
  padding: 0;
}
#landing_partners .partners-img img {
  width: 100%;
}
#landing_partners .partners-des h1 {
  color: orange;
}
#landing_partners .partners-des .btn {
  margin: 10px 0;
}

.section_two .container {
  width: 100%;
  padding: 0;
}
.section_two .container .col {
  float: left;
  width: 50%;
}
.section_two .container .col-2 .text {
  width: 80%;
  margin: 30% auto 0;
}

#buddy {
  color: white;
  position: relative;
  z-index: 4;
}
#buddy .buddy_content {
  position: absolute;
  bottom: 10%;
  width: 100%;
  z-index: 15;
  max-width: 1170px;
}
@media (max-width: 600px) {
  #buddy .buddy_content {
    bottom: auto;
  }
}
#buddy .buddy_content h1, #buddy .buddy_content h3, #buddy .buddy_content p {
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
}
#buddy .buddy_content .buddy-join .joinbuddyup .joinbuddyup-no {
  height: 50px;
}
#buddy .buddy_content .buddy-join .joinbuddyup .joinbuddyup-no ul li {
  background: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  display: block;
  list-style: none;
  float: left;
  width: 30px;
  height: 40px;
  text-align: center;
  color: black;
  padding: 2px 0 0;
  margin: 0 5px 0 0;
  font-size: 1.875em;
  -webkit-box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.7);
}
#buddy .buddy_content .buddy-join .joinbuddyup .joinbuddyup-no ul .joinbuddyup-no-comma {
  background: transparent;
  width: auto;
  color: white;
  box-shadow: none;
}
#buddy .buddy_content .buddy_apps {
  text-align: right;
}
@media (max-width: 800px) {
  #buddy .buddy_content .buddy_apps {
    text-align: center;
  }
}

#landing_events {
  background: url({site_url}images/uploads/bg_orange.jpg) repeat orange;
  background-position: center top;
  width: 100%;
  padding: 50px 0;
  z-index: 3;
}
#landing_events .header {
  text-align: center;
  margin: 0 auto 50px;
  max-width: 500px;
}
#landing_events .header h1 {
  color: white;
}
#landing_events .events_photo img {
  width: 100%;
}
#landing_events .events_photo .events-caption {
  background-color: #808080;
  padding: 10px;
  color: white;
  min-height: 125px;
  font-size: 16px;
}
#landing_events .events_photo .btn {
  margin: 14px auto;
  display: block;
  width: 148px;
}

#health_bmi {
  background: url({site_url}images/uploads/bgpattern.jpg) repeat;
  padding: 50px 0;
  z-index: 5;
}
#health_bmi h1 {
  color: orange;
}
#health_bmi .health_bmi_content {
  max-width: 300px;
}
#health_bmi .health_bmi .bmi_calculator {
  background: url({site_url}images/uploads/health-bmi-bg.png) no-repeat;
  width: 290px;
  height: 315px;
  margin: 50px 0 0;
  padding: 10px 0 0;
}
#health_bmi .health_bmi .bmi_calculator h3 {
  text-align: center;
  color: white;
  margin: 0;
}
#health_bmi .health_bmi .bmi_calculator form .radio-inline {
  float: left;
}
#health_bmi .health_bmi .bmi_calculator form .input-sm {
  height: 24px;
  border: 1px orange solid;
  -webkit-box-shadow: 1px 2px 14px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 2px 14px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 2px 14px 0px rgba(0, 0, 0, 0.75);
}
#health_bmi .health_bmi .bmi_calculator form .bmi-result {
  font-size: 14px;
}
#health_bmi .health_bmi .bmi_calculator form .bmi-result input {
  font-size: 16px;
  line-height: 18px;
}
#health_bmi .health_bmi .bmi_calculator form .bmi_btn {
  float: left;
  width: 100%;
  padding: 0 20px;
  text-align: right;
}
#health_bmi .health_bmi .bmi_calculator form .bmi_btn input {
  margin-right: 10px;
}
#health_bmi .health_bmi .bmi_calculator form .row {
  margin: 8px 0;
}
#health_bmi .health_bmi .bmi_calculator form .col1 {
  width: 100px;
  float: left;
  text-align: right;
}
#health_bmi .health_bmi .bmi_calculator form .col1 label {
  font-size: 1em;
  margin: 0;
}
#health_bmi .health_bmi .bmi_calculator form .col2 {
  width: 160px;
  float: left;
  margin: 0 0 0 10px;
}
#health_bmi .health_bmi .bmi_calculator form .btn {
  padding: 4px 10px;
}
#health_bmi .health_bmi .bmi-calculator-share {
  margin: -30px 0 0;
  float: left;
}
#health_bmi .health_bmi_img img {
  width: 100%;
  margin: 20px 0;
  max-width: 376px;
}

#followus {
  background-color: #e2e2e2;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFE2E2E2', endColorstr='#FFDBDBDB');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iMTAwIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZTJlMmUyIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGJkYmRiIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(radial, 50%, 0, 50%, 100, color-stop(0%, #e2e2e2), color-stop(100%, #dbdbdb));
  background-image: -webkit-radial-gradient(center, ellipse cover, #e2e2e2 0%, #dbdbdb 100%);
  background-image: -moz-radial-gradient(center, ellipse cover, #e2e2e2 0%, #dbdbdb 100%);
  background-image: -o-radial-gradient(center, ellipse cover, #e2e2e2 0%, #dbdbdb 100%);
  background-image: radial-gradient(center, ellipse cover, #e2e2e2 0%, #dbdbdb 100%);
  z-index: 1;
  padding: 50px 0;
}
#followus h1 {
  color: #808080;
  text-align: center;
  margin: 0 0 50px;
}
#followus h3 {
  margin: 10px;
}
#followus a {
  color: orange;
}
#followus i {
  font-size: 50px;
}
#followus .social_des {
  float: left;
  width: 100%;
  color: orange;
}
#followus .social_des a {
  color: orange;
  font-size: 100px;
}
#followus .social_des i {
  font-size: 100px;
}
#followus .followus-col {
  width: 280px;
  margin: 0 auto;
}
#followus .followus-col .social_image {
  float: left;
  margin: 0 10px 20px;
}

#aboutus_carousel {
  z-index: 4;
  background: black;
}
#aboutus_carousel .carousel .item {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  overflow: hidden;
}
#aboutus_carousel .carousel .item img {
  width: 100%;
}
#aboutus_carousel .carousel .item .carousel-caption {
  bottom: 0;
  color: white;
  left: auto;
  margin: auto 0;
  position: absolute;
  right: 13%;
  top: 30%;
  width: 40%;
  text-align: left;
  max-width: 500px;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
}
#aboutus_carousel .carousel .item .carousel-caption ul li {
  list-style: disc;
  margin: 10px 0 0;
}
#aboutus_carousel .carousel .carousel-control {
  opacity: 1;
}
#aboutus_carousel .carousel .carousel-control i {
  color: white;
  font-size: 100px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

#minister_of_youth_and_sports {
  background: url({site_url}images/uploads/bg_about.jpg) no-repeat #f29200;
  background-position: center top;
  z-index: 10;
  min-height: 594px;
  position: relative;
}
#minister_of_youth_and_sports h2 {
  margin: 10px 0;
  color: white;
}
#minister_of_youth_and_sports h3 {
  margin: 10px 0;
  color: white;
}
#minister_of_youth_and_sports .minister_of_youth_and_sports_img {
  float: left;
  height: 594px;
}
#minister_of_youth_and_sports .minister_of_youth_and_sports_des {
  float: left;
  padding-top: 50px;
}

#buddy_build_your_fitness {
  z-index: 3;
}
#buddy_build_your_fitness .row {
  margin: 0;
}
#buddy_build_your_fitness .buddy_build_your_fitness_img {
  padding: 0;
}
#buddy_build_your_fitness .buddy_build_your_fitness_img img {
  width: 100%;
}
#buddy_build_your_fitness a {
  margin: 10px;
}
#buddy_build_your_fitness .buddy_build_your_fitness_col h1 {
  margin: 10px 0;
}

#buddy_join_buddy_up {
  background: url({site_url}images/uploads/bg_buddy_join_buddy_up.jpg) no-repeat black;
  background-position: center top;
  background-size: contain;
  padding: 110px 0 0;
  min-height: 540px;
  z-index: 2;
}
#buddy_join_buddy_up input, #buddy_join_buddy_up select {
  border-radius: 0;
  border: none;
}
#buddy_join_buddy_up #mc_embed_signup div.mce_inline_error {
  background: transparent;
}
#buddy_join_buddy_up .buddy_join_buddy_up_input {
  margin: 10px 0 0;
  float: left;
  width: 100%;
}
#buddy_join_buddy_up .buddy_join_buddy_up_input input {
  font-size: 18px;
}
#buddy_join_buddy_up .buddy_join_buddy_up_input select {
  font-size: 18px;
}
#buddy_join_buddy_up .buddy_join_buddy_up_input .col-sm-8 {
  padding: 0;
}
#buddy_join_buddy_up .buddy_join_buddy_up_input .radio_option ul li {
  width: 40%;
  float: left;
}
#buddy_join_buddy_up .buddy_join_buddy_up_input .radio_option ul li input {
  margin: 0 10px 0 0;
}
#buddy_join_buddy_up .submitButton {
  margin: 15px;
  border-radius: 4px;
}

#buddy_apps {
  background: url({site_url}images/uploads/bg_orange.jpg) repeat orange;
  background-position: center top;
  width: 100%;
  padding: 100px 0;
}
#buddy_apps h2 {
  font-size: 36px;
  color: #282620;
}
#buddy_apps ul li {
  float: left;
  margin-right: 10px;
}

#health {
  width: 100%;
  color: white;
  position: relative;
  z-index: 6;
}
#health .health_des {
  position: absolute;
  bottom: 20%;
}

#health_carousel {
  background: white;
  padding: 50px 0;
  z-index: 4;
}
#health_carousel #carousel_health .carousel-indicators {
  top: -25px;
  right: 2%;
  left: auto;
  text-align: right;
  height: 50px;
  margin: 0;
  width: 250px;
}
#health_carousel #carousel_health .carousel-indicators li {
  border: transparent;
  color: #282620;
  width: 15px;
  margin: 0 20px 0 0;
  background-color: transparent;
}
#health_carousel #carousel_health .carousel-indicators a {
  color: #282620;
}
#health_carousel #carousel_health .carousel-indicators .active {
  background-color: transparent;
  color: orange;
}
#health_carousel #carousel_health .item {
  min-height: 700px;
}
#health_carousel #carousel_health .item .carousel_health_title h1 {
  color: orange;
  width: 100%;
  margin-bottom: 10px;
}
#health_carousel #carousel_health .item .carousel_health_title p {
  color: black;
  width: 100%;
}
#health_carousel #carousel_health .item .carousel_health-img {
  text-align: center;
}
#health_carousel #carousel_health .item .carousel_health-img img {
  max-width: 90%;
  margin: 100px 0 0;
}
#health_carousel #carousel_health .item .carousel_health-tips ul li {
  list-style: decimal;
}
#health_carousel #carousel_health .item .carousel_health-tips .carousel-health-social ul li {
  list-style: none;
  display: block;
  float: left;
}
#health_carousel #carousel_health .carousel-control {
  opacity: .7;
  color: black;
  font-size: 100px;
  position: absolute;
  top: 50%;
  width: 100px;
  z-index: 5;
  display: inline-block;
}

#health_tips {
  background: white;
  padding: 50px 0;
  z-index: 4;
}
#health_tips h1 {
  text-align: center;
  margin-bottom: 50px;
}
#health_tips .tips_container .tile_tips {
  width: 30%;
  height: 0;
  padding-bottom: 30%;
  position: relative;
  background: orange;
  margin: 10px 1.5%;
}
@media (max-width: 480px) {
  #health_tips .tips_container .tile_tips {
    width: 100% !important;
    padding-bottom: 100% !important;
    margin: 10px 0;
  }
}
@media (max-width: 800px) {
  #health_tips .tips_container .tile_tips {
    width: 47%;
    padding-bottom: 47%;
  }
}
#health_tips .tips_container .tile_tips .tips_content {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#health_tips .tips_container .tile_tips .tips_content .tips_des {
  width: 50%;
  height: 50%;
  right: 0;
  bottom: 0;
  padding: 30px;
  position: absolute;
  color: white;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  font-stretch: condensed;
  font-style: oblique;
  font-weight: bolder;
}
@media (max-width: 800px) {
  #health_tips .tips_container .tile_tips .tips_content .tips_des {
    width: 60%;
    height: 60%;
  }
}
#health_tips .tips_container .tile_tips .tips_content .tips_des p {
  font-size: 16px;
  line-height: 18px;
}
#health_tips .tips_container .tile_tips .tips_content .tips_des a {
  font-size: 14px;
  line-height: 16px;
  color: white;
  position: absolute;
  bottom: 30px;
}
#health_tips .tips_container .tile_tips .tips_content .tips_des a:hover {
  text-decoration: none;
}
#health_tips .tips_container .tile_tips .tips_content .tips_des i {
  color: orange;
}
#health_tips .tips_container .tile_tips .tips_content .tips_share {
  position: absolute;
  z-index: 20;
  top: 0;
  left: -18px;
  height: 100%;
}
#health_tips .tips_container .tile_tips .tips_content .tips_share .tips_share_btn {
  background: url({site_url}images/uploads/icon_circle_plus.png) no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 40%;
  cursor: pointer;
  z-index: 20;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#health_tips .tips_container .tile_tips .tips_content .tips_share .tips_share_btn.active {
  background: url({site_url}images/uploads/icon_circle_close.png) no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#health_tips .tips_container .tile_tips .tips_content .tips_share .tips_btn {
  width: 43px;
  height: 60px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
#health_tips .tips_container .tile_tips .tips_content .tips_share .tips_btn p {
  font-family: "FuturaCondExtraBoldObl", sans-serif;
  font-weight: bold;
  font-stretch: condensed;
  font-style: oblique;
  font-size: 10px;
  padding: 0 5px;
  background: #353334;
  float: left;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#health_tips .tips_container .tile_tips .tips_content .tips_share .tips_twitter {
  top: 40%;
}
#health_tips .tips_container .tile_tips .tips_content .tips_share .tips_twitter.active {
  top: 2px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#health_tips .tips_container .tile_tips .tips_content .tips_share .tips_facebook {
  left: 0;
  top: 40%;
}
#health_tips .tips_container .tile_tips .tips_content .tips_share .tips_facebook.active {
  left: -50px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#health_tips .tips_container .tile_tips .tips_content .tips_share .tips_googleplus {
  bottom: 40px;
}
#health_tips .tips_container .tile_tips .tips_content .tips_share .tips_googleplus.active {
  bottom: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#health_tips .tips_container .tile_tips .tips_img {
  text-align: left;
}
#health_tips .tips_container .tile_tips .tips_img img {
  width: 100%;
}
#health_tips .tips_container .tile_tips2 {
  background: #f2d5a9;
}

#gallery ul li.active {
  color: white;
  background: black;
}

#gallery {
  padding: 130px 0;
  z-index: 2;
}
#gallery h1 {
  color: white;
  text-align: center;
  margin: 30px 0;
}
#gallery .filter_container {
  width: 100%;
  float: left;
}
#gallery .filter_container .button {
  display: inline-block;
  padding: 5px 30px 5px 50px;
  color: #7f7f7f;
  cursor: pointer;
  font-family: "FuturaCondExtraBoldObl", sans-serif;
  font-weight: bold;
  font-stretch: condensed;
  font-style: oblique;
  background: url({site_url}images/uploads/icon_gallery.png) no-repeat;
  background-position: left;
}
#gallery .filter_container .button:hover {
  color: white;
  background: url({site_url}images/uploads/icon_gallery2.png) no-repeat;
  background-position: left;
}
#gallery .filter_container .button:active, #gallery .filter_container .button.is-checked {
  color: white;
  background: url({site_url}images/uploads/icon_gallery2.png) no-repeat;
  background-position: left;
}
#gallery .filter_container ul {
  margin: 0;
}
#gallery .filter_container ul li {
  display: block;
  float: left;
  list-style: none;
  padding: 2px 10px;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#gallery .filter_container ul li:hover {
  color: white;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#gallery .filter_container ul li.active {
  color: white;
}
#gallery .gallery_year {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
#gallery .gallery_photo_container {
  float: left;
  margin: 15px 0 50px;
  width: 100%;
  min-height: 600px;
}
#gallery .gallery_photo_container .item_photo {
  overflow: hidden;
  text-align: center;
  width: 23%;
  height: 0;
  padding-bottom: 23%;
  color: white;
  float: left;
  cursor: pointer;
  margin: 1%;
}
#gallery .gallery_photo_container .item_photo:hover .gallery_photo_img {
  border: 10px solid white;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#gallery .gallery_photo_container .item_photo:hover .gallery_photo_des {
  background: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#gallery .gallery_photo_container .item_photo .gallery_photo_des {
  z-index: 10;
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 80px 0;
  color: white;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#gallery .gallery_photo_container .item_photo .gallery_photo_des h1 {
  font-size: 30px;
  margin-bottom: 0;
}
#gallery .gallery_photo_container .item_photo .gallery_photo_img {
  border: 10px solid #231f20;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 5;
}
#gallery .gallery_photo_container .item_photo .gallery_photo_img img {
  width: 100%;
}

.gallery_album_img ul li {
  width: 19%;
  margin: 1% 1% 1% 0;
  float: left;
}
@media (max-width: 800px) {
  .gallery_album_img ul li {
    width: 24%;
  }
}
@media (max-width: 640px) {
  .gallery_album_img ul li {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .gallery_album_img ul li {
    width: 100%;
  }
}
.gallery_album_img ul li img {
  width: 100%;
}

#events {
  background: black;
}
#events .counter_content {
  z-index: 15;
  position: absolute;
  width: 100%;
  height: 400px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
#events .counter_content .timerWrap {
  width: 520px;
  margin: 20px auto;
}
#events .counter_content .timerWrap #TextBox_jbeeb_9,
#events .counter_content .timerWrap #TextBox_jbeeb_13,
#events .counter_content .timerWrap #TextBox_jbeeb_17,
#events .counter_content .timerWrap #TextBox_jbeeb_21 {
  letter-spacing: 1px;
}
#events .counter_content .timerWrap #TextBox_jbeeb_7,
#events .counter_content .timerWrap #TextBox_jbeeb_11,
#events .counter_content .timerWrap #TextBox_jbeeb_15,
#events .counter_content .timerWrap #TextBox_jbeeb_19 {
  margin-top: 10px !important;
  font-family: "FuturaCondExtraBoldObl", sans-serif;
  font-weight: bold;
  font-stretch: condensed;
  font-style: oblique;
}
#events .counter_content .timerWrap #TextBox_jbeeb_7 span[style],
#events .counter_content .timerWrap #TextBox_jbeeb_11 span[style],
#events .counter_content .timerWrap #TextBox_jbeeb_15 span[style],
#events .counter_content .timerWrap #TextBox_jbeeb_19 span[style] {
  margin-top: 10px !important;
  margin-right: 13px;
  font-family: "FuturaCondExtraBoldObl", sans-serif;
  font-weight: bold;
  font-stretch: condensed;
  font-style: oblique;
}
#events .counter_content .timerWrap #Box_jbeeb_8,
#events .counter_content .timerWrap #Box_jbeeb_12,
#events .counter_content .timerWrap #Box_jbeeb_16,
#events .counter_content .timerWrap #Box_jbeeb_20 {
  height: 0 !important;
}
#events .counter_content .timerWrap #Container_jbeeb_6,
#events .counter_content .timerWrap #Container_jbeeb_10,
#events .counter_content .timerWrap #Container_jbeeb_14,
#events .counter_content .timerWrap #Container_jbeeb_18 {
  border-radius: 0 !important;
  height: 126px !important;
}
#events .counter_content .counterText {
  color: #f19220;
  font-size: 80px;
  font-family: "FuturaCondExtraBoldObl", sans-serif;
  font-style: italic;
}
#events .counter_content .counterText .change_word {
  color: white;
}
#events .counter_content .counter_des h1 {
  font-size: 80px;
  font-family: "FuturaCondExtraBoldObl", sans-serif;
  font-style: italic;
}
#events .counter_content .counter_des .event_date_list h2 {
  font-size: 60px;
  font-family: "FuturaCondExtraBoldObl", sans-serif;
}
#events .counter_content .counter_des .event_date_list ul li {
  width: 33%;
  float: left;
  color: orange;
}
#events .counter_content .counter_des .event_date_list ul li p {
  font-size: 14px;
  color: white;
  font-family: "FuturaCondExtraBoldObl", sans-serif;
  font-style: italic;
}
#events .counter_content .counter_des .event_date_list .event_date_list_grey h2 {
  color: #ae6a01;
  text-shadow: 4px 4px 4px rgba(255, 255, 255, 0.2);
}
#events .counter_content .counter_des .event_date_list .event_date_list_grey p {
  color: #ae6a01;
  text-shadow: 4px 4px 4px rgba(255, 255, 255, 0.2);
}
#events .counter_content .counter_des .event_date_list .event_date_list_divider {
  border-left: 1px solid white;
  border-right: 1px solid white;
}

#events_register {
  background: #252122;
  padding: 50px 0;
  color: white;
  text-align: center;
}
#events_register .container {
  max-width: 654px;
}
#events_register .events_register_header {
  text-align: center;
}
#events_register .events_register_header h1 {
  margin: 0 0 20px;
}
#events_register .events_register_header p {
  color: orange;
  line-height: 18px;
  width: 90%;
  margin: 0 auto;
}
#events_register .events_register_location {
  font-size: 18px;
  color: orange;
  margin: 10px 0;
  width: 100%;
  float: left;
}
#events_register .events_register_location p {
  margin: 0;
}
#events_register .events_register_location ul li {
  width: 33%;
  float: left;
}
#events_register .events_register_location ul li input {
  margin: 0 10px 0 0;
}
#events_register .events_register_category ul li {
  float: left;
  margin: 5px;
}
#events_register .events_button {
  float: left;
  width: 100%;
  margin: 30px 0;
}
#events_register .events_button ul li {
  width: 50%;
  background: orange;
  height: 60px;
  float: left;
  font-size: 30px;
  color: white;
  padding: 5px 0 0;
}
#events_register .events_button ul li:hover {
  background-color: #c67617;
}
#events_register .events_button ul li a {
  color: white;
  text-decoration: none;
}
#events_register .events_button ul li a:hover {
  text-decoration: none;
}
#events_register .events_button ul li a span {
  margin: 6px 0 0;
  float: left;
}
#events_register .events_button .activity {
  background: url("{site_url}images/uploads/activity_icon.png") no-repeat scroll center top transparent;
  display: block;
  float: left;
  height: 40px;
  margin-top: 3px;
  width: 72px;
}
#events_register .events_button .map {
  background: url("{site_url}images/uploads/map_icon.png") no-repeat scroll center top transparent;
  display: block;
  float: left;
  height: 40px;
  margin-top: 3px;
  width: 72px;
}
#events_register .events_form {
  margin: 30px 0;
}
#events_register .events_form .mc-field-group {
  width: 100%;
  float: left;
  margin: 5px 0;
  font-size: 14px;
}
#events_register .events_form .events_form_label {
  color: orange;
  float: left;
  width: 90px;
  font-size: 14px;
  text-align: left;
}
#events_register .events_form .events_form_input {
  float: left;
  width: 530px;
}
#events_register .events_form .events_form_input ul li {
  float: left;
  width: 40%;
}
#events_register .events_form .events_form_input ul li input {
  float: left;
  width: 15px;
  margin: 0 5px 0 0;
}
#events_register .events_form .events_form_input ul li label {
  float: left;
  margin: 10px 0 0;
}
#events_register .events_form .events_form_input input, #events_register .events_form .events_form_input select {
  width: 100%;
  height: 30px;
  color: black;
  font-size: 18px;
  padding: 0 10px;
}
#events_register .events_form div.mce_inline_error {
  float: left;
  margin: 0 0 0 80px;
  background-color: transparent;
}
#events_register .events_form .submitButton {
  float: right;
}
#events_register .locationForm {
  font-size: 12px;
  color: #bcbec0;
  line-height: 14px;
}
#events_register .locationForm p {
  font-size: 12px;
  line-height: 14px;
}
#events_register .locationForm .events_register_option {
  float: left;
  width: 100%;
  text-align: left;
  margin: 15px 0;
}
#events_register .locationForm .events_register_option .col1 {
  width: 50%;
  float: left;
}
#events_register .locationForm .events_register_option .col2 {
  width: 50%;
  float: left;
}
#events_register .locationForm .events_register_option .col2 ul li {
  width: 100%;
  float: left;
}
#events_register .locationForm .events_register_option .col2 ul li input {
  float: left;
  width: 25px;
}
#events_register .locationForm .events_register_option .col2 ul li p {
  float: left;
  width: 120px;
  margin: 0;
}

#events_fit_for_life {
  background: #252122;
  padding: 50px 0;
}
#events_fit_for_life .container {
  background: white;
  padding: 0;
}
#events_fit_for_life .events_fit_for_life_img {
  float: left;
  padding: 0;
}
#events_fit_for_life .events_fit_for_life_img img {
  width: 100%;
}
#events_fit_for_life .events_fit_for_life_des {
  padding: 30px;
  float: left;
  background: white;
}

#events_calendar {
  background: #252122;
}
#events_calendar .container {
  width: 100%;
  padding: 0;
}
#events_calendar .calendar_modal {
  background: white;
  min-height: 500px;
}
#events_calendar .calendar_modal_header {
  padding: 0;
  border: 0;
  float: left;
  width: 100%;
  background: white;
}
#events_calendar .calendar_modal_header .clndr {
  height: 50px;
  background: #252122;
  width: 100%;
}
#events_calendar .calendar_modal_header .clndr .calendar_modal_month {
  margin: 0 auto;
  color: white;
  width: 280px;
}
#events_calendar .calendar_modal_header .clndr .calendar_modal_month h3 {
  text-transform: uppercase;
  font-size: 1.375em;
  font-size: 22px;
  padding: 7px 0 0;
  float: left;
  text-align: center;
  width: 210px;
}
#events_calendar .calendar_modal_header .clndr .calendar_modal_month .calendar_modal_control {
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  float: left;
  width: 35px;
}
#events_calendar .calendar_modal_header .clndr .calendar_modal_month .calendar_modal_control i {
  cursor: pointer;
}
#events_calendar .calendar_modal_header .clndr .calendar_modal_month .calendar_modal_control_right {
  float: right;
}
#events_calendar .calendar_modal_header .calendar_orange {
  background: orange;
  width: 100%;
  float: left;
}
#events_calendar .calendar_modal_header .calendar_orange .calendar_modal_day {
  width: 45%;
  padding: 0px 2%;
}
#events_calendar .calendar_modal_header .calendar_orange .calendar_modal_day ul li {
  width: 14.2%;
  float: left;
  list-style: none;
  padding: 5% 0;
  text-align: center;
  color: white;
  font-size: 20px;
  background: orange;
}
#events_calendar .calendar_modal_date {
  width: 45%;
  float: left;
  position: relative;
  padding: 0px 2%;
}
#events_calendar .calendar_modal_date .calendar_day_box {
  margin: 20px 0  0 0;
  float: left;
  width: 100%;
}
#events_calendar .calendar_modal_date .calendar_day_box ul li {
  width: 14.2%;
  float: left;
  list-style: none;
  text-align: center;
  padding: 5% 0;
  border: 1px solid white;
  font-size: 20px;
}
#events_calendar .calendar_modal_date .calendar_day_box ul li.calendar_pass {
  opacity: .5;
}
#events_calendar .calendar_modal_date .calendar_day_box ul li.calendar_today {
  border: 1px solid orange;
}
#events_calendar .calendar_modal_date .calendar_day_box ul li.calendar_event {
  background: orange;
  cursor: pointer;
}
#events_calendar .calendar_event_des {
  margin: 20px 0 0;
  width: 48%;
  padding: 10px;
  float: left;
}
#events_calendar .calendar_event_des #calendar_venue {
  color: orange;
}
#events_calendar .calendar_event_des #calendar_info {
  min-height: 100px;
  margin: 20px 0;
}
#events_calendar .calendar_event_des .calendar_share .addtomycalendar {
  background: black;
  color: white;
  font-size: 14px;
  padding: 0 5px;
  cursor: pointer;
  margin: 0 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#events_calendar .calendar_event_des .calendar_share .addtomycalendar img {
  margin: 10px 10px 10px 0;
}
#events_calendar .calendar_event_des .calendar_share .addtomycalendar a {
  text-decoration: none;
  margin: 10px;
}
#events_calendar .calendar_event_des .calendar_share .addtomycalendar a:hover {
  text-decoration: none;
}
#events_calendar .calendar_event_des .calendar_share ul li {
  margin: 0 10px 0 0;
}
#events_calendar .calendar_event_des .calendar_share .map_activities {
  margin: 12px 0 0;
}

#social {
  width: 100%;
  color: white;
  position: relative;
  z-index: 4;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#social .social_masthead {
  position: absolute;
  bottom: 20%;
  width: 90%;
}
#social .social_masthead p {
  margin: 0;
}

#social_buzz {
  z-index: 3;
}
#social_buzz .container {
  max-width: 990px;
}
#social_buzz .social_header {
  text-align: center;
  margin: 30px 0;
}
#social_buzz .social_feed {
  min-height: 600px;
  float: left;
  width: 100%;
  height: auto;
}
#social_buzz .social_feed .tile_social {
  width: 31%;
  height: auto;
  border: 3px solid orange;
  padding: 10px;
  position: absolute;
  float: left;
  margin: 10px 10px 45px;
  background: white;
  word-break: break-all;
}
#social_buzz .social_feed .tile_social .tile_social_des_name {
  color: orange;
}
#social_buzz .social_feed .tile_social .tile_social_des {
  float: left;
  margin: 15px 0 0;
}
#social_buzz .social_feed .tile_social .tile_social_des img {
  width: 100%;
  max-width: 100%;
  max-height: 300px;
  height: auto;
}
#social_buzz .social_feed .tile_social .tile_social_des p {
  float: left;
  font-size: 14px;
  line-height: 18px;
  word-break: break-all;
}
#social_buzz .social_feed .tile_social .tile_social_des_date {
  float: left;
  color: #282620;
  margin: 20px 0;
}
#social_buzz .social_feed .tile_social .tile_social_des_date p {
  font-size: 11px;
  line-height: 12px;
}
#social_buzz .social_feed .tile_social .tile_social_ico {
  font-size: 18px;
  color: #55acee;
  float: left;
  width: 100%;
  height: 25px;
}
#social_buzz .social_feed .tile_social .tile_social_ico img {
  float: right;
  margin: -13px -13px 0 0;
}
#social_buzz .social_feed .icon-twitter {
  background: url("..images/uploads/icon_twitter_small.png") no-repeat;
  width: 50px;
  height: 42px;
  float: left;
}
#social_buzz .social_feed .icon-facebook {
  background: url("..images/uploads/icon_facebook_small.png") no-repeat;
  width: 50px;
  height: 42px;
  float: left;
}
#social_buzz .social_feed .icon-google-plus {
  background: url("..images/uploads/icon_googleplus_small.png") no-repeat;
  width: 50px;
  height: 42px;
  float: left;
}
#social_buzz .social_feed .icon-instagram {
  background: url("..images/uploads/icon_instagram_small.png") no-repeat;
  width: 50px;
  height: 42px;
  float: left;
}
#social_buzz .social_feed .tile_social_bottom {
  position: absolute;
  bottom: -39px;
  right: -3px;
}
#social_buzz .social_feed_showmore {
  text-align: center;
  width: 100%;
  float: left;
  margin: 50px 0 0;
}
#social_buzz .social_feed_showmore p {
  cursor: pointer;
}

.social_sponsor {
  background-color: #f29100;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFF29100', endColorstr='#FFFAAE38');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iMTAwIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjI5MTAwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmFhZTM4Ii8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(radial, 50%, 0, 50%, 100, color-stop(0%, #f29100), color-stop(100%, #faae38));
  background-image: -webkit-radial-gradient(center, ellipse cover, #f29100 0%, #faae38 100%);
  background-image: -moz-radial-gradient(center, ellipse cover, #f29100 0%, #faae38 100%);
  background-image: -o-radial-gradient(center, ellipse cover, #f29100 0%, #faae38 100%);
  background-image: radial-gradient(center, ellipse cover, #f29100 0%, #faae38 100%);
  width: 100%;
  min-height: 304px;
  min-height: 304px;
  background-position: center bottom;
  padding: 70px 0 30px;
}
.social_sponsor h4 {
  text-align: center;
  font-style: italic;
  margin: 20px 0;
}
.social_sponsor .sponsor_list {
  text-align: center;
}
.social_sponsor .sponsor_list ul li {
  float: left;
  list-style: none;
}
.social_sponsor .sponsor_list ul li img {
  margin: 4px;
}

#section_collapse {
  background: black;
  text-align: center;
  padding: 50px 0;
}
#section_collapse h1 {
  color: white;
  text-transform: uppercase;
}
#section_collapse .section_collapse_click {
  color: orange;
  font-size: 16px;
  font-weight: bold;
  margin: 25px 0 0;
  cursor: pointer;
}

#faq {
  background-color: #2e2e2e;
  color: white;
}
#faq .faq_tab_content {
  margin: 30px 0 50px;
}
#faq .faq_tab_content .faq_tabs .nav-tabs {
  border-bottom: 0;
}
#faq .faq_tab_content .faq_tabs .nav-tabs li {
  float: none;
  display: inline-table;
}
#faq .faq_tab_content .faq_tabs .nav-tabs li a {
  background: #646464;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #2e2e2e;
  font-family: "FuturaCondExtraBoldObl", sans-serif;
  font-style: italic;
  border: none;
  margin: 5px;
}
#faq .faq_tab_content .faq_tabs .nav-tabs li.active a, #faq .faq_tab_content .faq_tabs .nav-tabs li:focus a, #faq .faq_tab_content .faq_tabs .nav-tabs li:hover a {
  background: orange;
}
#faq .faq_tab_content .tab-content {
  float: left;
  min-height: 400px;
}
#faq .faq_tab_content .tab-content ul li {
  width: 50%;
  float: left;
  padding: 0 10px;
  text-align: left;
}
#faq .faq_tab_content .tab-content ul li h4 {
  font-family: "FuturaCondExtraBoldObl", sans-serif;
  font-style: italic;
}

.form_result {
  text-align: left;
}
.form_result ol li {
  list-style: decimal;
  margin: 0 0 0 20px;
  font-size: 18px;
  line-height: 24px;
}

.registrationFormWrap .form_result {
  text-align: left;
  color: orange;
  float: left;
  margin: 20px 10px;
  font-size: 14px;
  line-height: 16px;
}
.registrationFormWrap .form_result p {
  font-size: 14px;
  line-height: 16px;
}
.registrationFormWrap .form_result ol li {
  list-style: decimal;
  margin: 0 0 0 20px;
  font-size: 14px;
  line-height: 16px;
}

.ekko-lightbox .modal-body {
  padding: 0;
}
.ekko-lightbox .close {
  background: black;
  width: 35px;
  height: 35px;
  font-size: 36px;
  z-index: 50;
  position: absolute;
  opacity: 1;
  right: 0;
  text-shadow: none;
  color: white;
  font-weight: normal;
}
