@charset "utf-8";
/* 
	layout.less
	Project: Theme 2
*/
/*------ imports ------*/
/* 
	definitions.less
	Project: Theme 2
*/
/* 
	mixins.less
	Project: Theme 2
*/
.full {
  width: 100%;
}
.fluid-max {
  max-width: 1220px;
  padding: 0 20px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.fluid-min {
  max-width: 960px;
  padding: 0 20px;
  display: block;
  margin: auto;
  position: relative;
}
.f_right {
  float: right;
  display: block;
}
.f_left {
  float: left;
  display: block;
}
.clear {
  display: block;
  clear: both;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.nomargin {
  margin: 0 !important;
}
.nopadding {
  padding: 0 !important;
}
.noborder {
  border: 0 !important;
}
.nobg {
  background: none !important;
}
.hidden {
  display: none !important;
}
/*------ buttons ------*/
.button,
a.button,
button.button {
  position: relative;
  display: inline-block;
  padding: 20px 40px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  background: #5da800;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.button .fa,
a.button .fa,
button.button .fa {
  margin-right: 5px;
  color: #ffffff;
}
.button:hover,
a.button:hover,
button.button:hover {
  color: #ffffff;
  background: #222222;
}
.button:hover .fa,
a.button:hover .fa,
button.button:hover .fa {
  color: #ffffff;
}
.button.button-small {
  padding: 15px 30px;
  font-size: 14px;
}
.button.button-bold {
  font-weight: 900;
}
.button.button-faded {
  background: rgba(93, 168, 0, 0.6);
}
.button.button-faded:hover {
  background: rgba(34, 34, 34, 0.6);
}
.button.error {
  background: #aa0000;
}
.button.error:hover {
  background: #222222;
}
.dash {
  display: inline-block;
  margin: 0 5px;
  color: #666666;
}
/*------ reset ------*/
* {
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
body,
html {
  width: 100%;
  height: 100%;
  background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/*------ clearfix ------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix,
html .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
/*------ navigation ------*/
.hidden-nav #sticky-header,
.hidden-nav #main-navigation ul,
.hidden-nav #mbl-toggle,
.hidden-nav #breadcrumbs {
  display: none !important;
}
.hidden-nav #become-member #account-navigation {
  display: none;
}
.hidden-nav #become-member #account-content {
  max-width: none;
  width: 100%;
}
#main-navigation,
#sticky-navigation {
  display: none;
}
.ddsmoothmenu {
  display: block !important;
  width: 100%;
}
.ddsmoothmenu ul {
  z-index: 100;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ddsmoothmenu ul li {
  position: relative;
  display: inline;
  float: left;
}
.ddsmoothmenu ul li a {
  display: block;
  color: #5da800;
  font-weight: 900;
  padding: 8px 15px;
  text-decoration: none;
}
.ddsmoothmenu ul li ul {
  position: absolute;
  left: 0;
  display: none;
  visibility: hidden;
}
.ddsmoothmenu ul li ul li {
  display: list-item;
  float: none;
}
.ddsmoothmenu ul li ul li a {
  width: 160px;
  margin: 0;
}
.ddsmoothmenu ul li ul li ul {
  top: 0;
}
.ddsmoothmenu ul li.menu-header {
  display: none;
}
* html .ddsmoothmenu ul li a {
  display: inline-block;
}
* html .ddsmoothmenu {
  height: 1%;
}
/*------ body content ------*/
.content-tabs {
  display: none;
}
.content-tabs.ui-tabs {
  display: block;
  padding-top: 5px;
}
.content-tabs.ui-tabs .ui-tabs-nav {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #cccccc;
}
.content-tabs.ui-tabs .ui-tabs-nav li {
  display: inline-block;
  position: relative;
  margin: 0 1px 0 0;
  padding: 0;
  border: 0;
}
.content-tabs.ui-tabs .ui-tabs-nav li:last-child {
  margin: 0;
}
.content-tabs.ui-tabs .ui-tabs-nav li a {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 25px;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  outline: none;
  background: #eeeeee;
  border: 0px !important;
}
.content-tabs.ui-tabs .ui-tabs-nav li a:hover {
  background: #5da800;
  color: #ffffff;
}
.content-tabs.ui-tabs .ui-tabs-nav li.ui-state-active a,
.content-tabs.ui-tabs .ui-tabs-nav li.ui-state-active a:hover {
  background: #5da800;
  color: #ffffff;
  z-index: 2;
}
.content-tabs.ui-tabs .ui-tabs-panel {
  display: block;
  clear: both;
  padding: 40px 0 0 0;
}
/*------ .content-tabs (responsive) ------*/
@media all and (max-width:768px) {
  .content-tabs.ui-tabs .ui-tabs-nav {
    border-bottom: 0;
  }
  .content-tabs.ui-tabs .ui-tabs-nav li {
    display: block;
    margin-bottom: 1px;
  }
  .content-tabs.ui-tabs .ui-tabs-nav li a {
    padding: 12px 20px;
  }
  .content-tabs.ui-tabs .ui-tabs-panel {
    padding: 20px 0px;
  }
}
/*------ icons ------*/
#social-icons {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}
#social-icons li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 1px;
  padding: 0;
  border: 0;
}
#social-icons li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #eeeeee;
  overflow: hidden;
}
#social-icons li a span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 21px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #666666;
  background: #eeeeee;
}
#social-icons li a span + span {
  top: 100%;
  color: #ffffff;
}
#social-icons li a:hover span {
  top: -100%;
}
#social-icons li a:hover span + span {
  top: 0;
}
#social-icons li a:hover span + span.fa-facebook {
  background: #3b5998;
}
#social-icons li a:hover span + span.fa-google-plus {
  background: #d94a39;
}
#social-icons li a:hover span + span.fa-linkedin {
  background: #1b92bd;
}
#social-icons li a:hover span + span.fa-pinterest {
  background: #cb2027;
}
#social-icons li a:hover span + span.fa-twitter {
  background: #00bdec;
}
#social-icons li a:hover span + span.fa-youtube {
  background: #d20800;
}
#social-icons li a:hover span + span.fa-instagram {
  background: #316c95;
}
#social-icons li a:hover span + span.fa-houzz {
  background: #7cc04b;
}
#social-icons li a:active span {
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3) inset;
}
/*------ sticky footer ------*/
* {
  margin: 0;
}
html,
body {
  height: 100%;
}
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -100px;
  position: relative;
}
.push {
  height: 100px;
}
/*------ parallax ------*/
.parallax {
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
}
.no-touch .parallax {
  background-attachment: fixed !important;
}
/*------ header ------*/
#mobile {
  display: none;
  width: 100%;
  padding: 20px;
}
#mobile #mbl-header-logo {
  display: inline-block;
}
#mobile #mbl-header-logo img {
  vertical-align: top;
}
#mobile #mbl-toggle {
  float: right;
  margin: 11px 0 0 0;
}
#mobile #mbl-toggle i {
  color: #5da800;
  font-size: 32px;
}
#mobile.home-mobile {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
#mobile.home-mobile #mbl-toggle {
  margin: 22px 20px 0 0;
}
#mobile.home-mobile #mbl-toggle i {
  color: #ffffff;
}
/*------#mobile (responsive)------*/
@media all and (max-width:1024px) {
  #mobile {
    display: block;
  }
  #mobile.home-mobile #mbl-toggle {
    margin-top: 42px;
  }
}
@media all and (max-width:768px) {
  #mobile #mbl-header-logo img {
    max-width: 100%;
  }
  #mobile #mbl-toggle {
    margin: 20px 0 0 0;
  }
  #mobile.home-mobile #mbl-header-logo img {
    max-width: 100%;
  }
  #mobile.home-mobile #mbl-toggle {
    margin: 40px 20px 0 0;
  }
}
@media all and (max-width:480px) {
  #mobile #mbl-header-logo img {
    max-width: 160px;
  }
  #mobile #mbl-toggle {
    margin: 10px 0 0 0;
  }
  #mobile.home-mobile #mbl-toggle {
    margin: 30px 20px 0 0;
  }
  #mobile.home-mobile #mbl-header-logo img {
    max-width: 200px;
  }
}
header,
#sticky-header {
  width: 100%;
}
header .container,
#sticky-header .container {
  width: 100%;
  max-width: 1580px;
  padding: 20px;
  margin: 0 auto;
}
header .container #main-navigation,
#sticky-header .container #main-navigation,
header .container #sticky-navigation,
#sticky-header .container #sticky-navigation {
  text-align: right;
}
header .container #main-navigation #header-logo,
#sticky-header .container #main-navigation #header-logo,
header .container #sticky-navigation #header-logo,
#sticky-header .container #sticky-navigation #header-logo,
header .container #main-navigation #sticky-header-logo,
#sticky-header .container #main-navigation #sticky-header-logo,
header .container #sticky-navigation #sticky-header-logo,
#sticky-header .container #sticky-navigation #sticky-header-logo {
  display: inline-block;
  outline: none;
  float: left;
}
header .container #main-navigation #header-logo img,
#sticky-header .container #main-navigation #header-logo img,
header .container #sticky-navigation #header-logo img,
#sticky-header .container #sticky-navigation #header-logo img,
header .container #main-navigation #sticky-header-logo img,
#sticky-header .container #main-navigation #sticky-header-logo img,
header .container #sticky-navigation #sticky-header-logo img,
#sticky-header .container #sticky-navigation #sticky-header-logo img {
  vertical-align: top;
}
header .container #main-navigation .account span,
#sticky-header .container #main-navigation .account span,
header .container #sticky-navigation .account span,
#sticky-header .container #sticky-navigation .account span {
  font-weight: 900;
  font-size: 16px;
  padding: 0;
  line-height: 1.5em;
}
header .container #main-navigation .account span a,
#sticky-header .container #main-navigation .account span a,
header .container #sticky-navigation .account span a,
#sticky-header .container #sticky-navigation .account span a {
  text-decoration: none;
}
header .container #main-navigation .account span a:hover,
#sticky-header .container #main-navigation .account span a:hover,
header .container #sticky-navigation .account span a:hover,
#sticky-header .container #sticky-navigation .account span a:hover {
  color: #5da800;
}
header .container #main-navigation .account span a:hover i,
#sticky-header .container #main-navigation .account span a:hover i,
header .container #sticky-navigation .account span a:hover i,
#sticky-header .container #sticky-navigation .account span a:hover i {
  color: #5da800;
}
header .container #main-navigation .account span a i,
#sticky-header .container #main-navigation .account span a i,
header .container #sticky-navigation .account span a i,
#sticky-header .container #sticky-navigation .account span a i {
  color: #666666;
  margin-left: 5px;
  transition: color 0.2s ease-in;
}
header .container #main-navigation .account span span,
#sticky-header .container #main-navigation .account span span,
header .container #sticky-navigation .account span span,
#sticky-header .container #sticky-navigation .account span span {
  color: #cccccc;
}
header .container #main-navigation .account span span.divider,
#sticky-header .container #main-navigation .account span span.divider,
header .container #sticky-navigation .account span span.divider,
#sticky-header .container #sticky-navigation .account span span.divider {
  margin: 0 5px;
}
header .container #main-navigation > ul,
#sticky-header .container #main-navigation > ul,
header .container #sticky-navigation > ul,
#sticky-header .container #sticky-navigation > ul {
  display: inline-block;
  margin: 10px -10px 0 0;
}
header .container #main-navigation > ul > li a.active,
#sticky-header .container #main-navigation > ul > li a.active,
header .container #sticky-navigation > ul > li a.active,
#sticky-header .container #sticky-navigation > ul > li a.active,
header .container #main-navigation > ul > li a:hover,
#sticky-header .container #main-navigation > ul > li a:hover,
header .container #sticky-navigation > ul > li a:hover,
#sticky-header .container #sticky-navigation > ul > li a:hover {
  color: #222222;
}
header .container #main-navigation > ul > li > ul,
#sticky-header .container #main-navigation > ul > li > ul,
header .container #sticky-navigation > ul > li > ul,
#sticky-header .container #sticky-navigation > ul > li > ul {
  margin: 0;
  text-align: left;
  width: 220px;
}
header .container #main-navigation > ul > li > ul li,
#sticky-header .container #main-navigation > ul > li > ul li,
header .container #sticky-navigation > ul > li > ul li,
#sticky-header .container #sticky-navigation > ul > li > ul li {
  width: 220px;
}
header .container #main-navigation > ul > li > ul li a,
#sticky-header .container #main-navigation > ul > li > ul li a,
header .container #sticky-navigation > ul > li > ul li a,
#sticky-header .container #sticky-navigation > ul > li > ul li a {
  width: 220px;
  padding: 10px 15px;
}
header .container #main-navigation > ul > li > ul li a:hover,
#sticky-header .container #main-navigation > ul > li > ul li a:hover,
header .container #sticky-navigation > ul > li > ul li a:hover,
#sticky-header .container #sticky-navigation > ul > li > ul li a:hover {
  color: #ffffff;
  background-color: #5da800;
}
header {
  padding: 10px 0;
  position: relative;
  z-index: 1;
  background: #ffffff;
  -moz-box-shadow: 0px 0px 20px 0px rgba(11, 11, 11, 0.35);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(11, 11, 11, 0.35);
  box-shadow: 0px 0px 20px 0px rgba(11, 11, 11, 0.35);
}
header .container #main-navigation .account {
  padding-top: 20px;
}
header .container #main-navigation .account span a {
  font-weight: 400;
}
header .container #main-navigation .account span a:hover {
  color: #5da800;
}
header .container #main-navigation .account span a:hover i {
  color: #5da800;
}
header .container #main-navigation .account span a i {
  margin: 0px 5px 0px 20px;
}
header .container #main-navigation .account span span {
  color: #cccccc;
}
header .container #main-navigation > ul {
  margin: 10px -10px 0 0;
}
header .container #main-navigation > ul > li > ul li a {
  background-color: #5da800;
  color: #ffffff;
}
header .container #main-navigation > ul > li > ul li a:hover {
  background-color: #222222;
}
header.home-header {
  position: absolute;
  z-index: 999;
  background: none;
  box-shadow: none;
}
header.home-header .container #main-navigation .account span {
  color: #ffffff;
}
header.home-header .container #main-navigation .account span a {
  font-weight: 400;
  color: #ffffff;
}
header.home-header .container #main-navigation .account span a:hover {
  color: #5da800;
}
header.home-header .container #main-navigation .account span a:hover i {
  color: #5da800;
}
header.home-header .container #main-navigation .account span a i {
  margin: 0px 5px 0px 20px;
  color: #ffffff;
}
header.home-header .container #main-navigation .account span span {
  color: #cccccc;
}
header.home-header .container #main-navigation > ul > li a {
  color: #ffffff;
}
header.home-header .container #main-navigation > ul > li a:hover {
  color: #5da800;
}
header.home-header .container #main-navigation > ul > li > ul li a {
  background-color: #5da800;
}
header.home-header .container #main-navigation > ul > li > ul li a:hover {
  color: #ffffff;
  background-color: #222222;
}
#sticky-header {
  position: fixed;
  top: -170px;
  z-index: 999;
  background: #333333;
  -moz-box-shadow: 0px -10px 20px 10px rgba(11, 11, 11, 0.5);
  -webkit-box-shadow: 0px -10px 20px 10px rgba(11, 11, 11, 0.5);
  box-shadow: 0px -10px 20px 10px rgba(11, 11, 11, 0.5);
}
#sticky-header .container {
  padding: 5px;
}
#sticky-header .container #sticky-navigation {
  padding: 0;
  text-align: left;
}
#sticky-header .container #sticky-navigation #sticky-header-logo {
  margin: 10px 0 0 0;
  float: none;
}
#sticky-header .container #sticky-navigation #sticky-header-logo h1 {
  margin: 0;
}
#sticky-header .container #sticky-navigation .account {
  padding: 0;
}
#sticky-header .container #sticky-navigation .account p {
  color: #666666;
}
#sticky-header .container #sticky-navigation .account p a {
  color: #666666;
}
#sticky-header .container #sticky-navigation > ul {
  float: right;
  margin-top: 10px;
}
#sticky-header .container #sticky-navigation > ul li a {
  color: #ffffff;
}
#sticky-header .container #sticky-navigation > ul li a.active,
#sticky-header .container #sticky-navigation > ul li a:hover {
  color: #5da800;
}
#sticky-header .container #sticky-navigation > ul li ul {
  top: 34px !important;
  background: #ffffff;
}
#sticky-header .container #sticky-navigation > ul li ul li a {
  color: #ffffff;
  background: #5da800;
}
#sticky-header .container #sticky-navigation > ul li ul li a:hover {
  background: #222222;
  color: #ffffff;
}
#sticky-header .container #sticky-navigation > ul > li:last-child > ul {
  left: -102px !important;
}
#sticky-header .container #sticky-navigation a:hover {
  color: #222222;
}
#sticky-header.sticky-header {
  display: block;
}
/*------ header (responsive) ------*/
@media all and (max-width:1024px) {
  header,
  #sticky-header {
    display: none;
  }
  header.sticky-header,
  #sticky-header.sticky-header {
    display: none;
  }
}
/*------ mobile navigation ------*/
#mbl-navigation {
  display: block;
  position: absolute;
  z-index: 1000;
  top: 0px;
  right: 0px;
  min-height: 100% !important;
  height: 100%;
  text-align: center;
}
#mbl-navigation nav {
  display: none;
  min-height: 100% !important;
  height: 100%;
}
#mbl-navigation nav > div {
  background: #333333;
}
#mbl-navigation nav ul > a {
  display: inline-block;
  max-width: 100%;
  padding: 10px;
  background: #ffffff;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #4f8fc1;
}
#mbl-navigation nav ul > a img {
  vertical-align: top;
  max-width: 100%;
  max-height: 50px;
}
#mbl-navigation nav ul li {
  text-align: left;
}
#mbl-navigation nav ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: color, background 0.2s ease-in 0s;
  -moz-transition: color, background 0.2s ease-in 0s;
  -ms-transition: color, background 0.2s ease-in 0s;
  -o-transition: color, background 0.2s ease-in 0s;
  transition: color, background 0.2s ease-in 0s;
  -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
  -moz-transition: color 0.2s ease-in, background 0.2s ease-in;
  -ms-transition: color 0.2s ease-in, background 0.2s ease-in;
  transition: color 0.2s ease-in, background 0.2s ease-in;
  background: transparent;
  display: block;
  padding: 15px 0 15px 15px;
  line-height: 1.2em;
}
#mbl-navigation nav ul li a:hover,
#mbl-navigation nav ul li a.active {
  background: #ffffff;
  color: #5da800;
}
#mbl-navigation nav ul li a:hover i,
#mbl-navigation nav ul li a.active i {
  background: #ffffff;
  color: #5da800;
}
#mbl-navigation nav ul li a i {
  font-size: 14px;
  width: 40px;
  text-align: center;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.2);
  transition: color 0.2s ease-in, background 0.2s ease-in;
  margin: -15px 0;
}
#mbl-navigation nav ul li:hover {
  background: none;
}
#mbl-navigation nav ul li.mbl-contact {
  cursor: default;
  padding: 20px 15px;
}
#mbl-navigation nav ul li.mbl-contact h5 {
  color: #5da800;
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 10px 0;
}
#mbl-navigation nav ul li.mbl-contact div {
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.1);
}
#mbl-navigation nav ul li.mbl-contact div.break {
  background: none;
  padding: 0;
  height: 13px;
}
#mbl-navigation nav ul li.mbl-contact:hover a {
  background: none;
}
#mbl-navigation nav ul li.mbl-contact span {
  padding: 0;
  cursor: text;
  display: block;
  line-height: 1.2em;
  font-weight: 700;
  font-style: italic;
  color: #5da800;
}
#mbl-navigation nav ul li.mbl-contact span a {
  color: #ffffff;
  padding: 0 15px;
  line-height: 1em;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: color 0.4s ease-in;
  -moz-transition: color 0.4s ease-in;
  -ms-transition: color 0.4s ease-in;
  transition: color 0.4s ease-in;
}
#mbl-navigation nav ul li.mbl-contact span a:hover {
  background: transparent !important;
  color: #cccccc !important;
}
#mbl-navigation nav ul li.mbl-contact span.mbl-phone,
#mbl-navigation nav ul li.mbl-contact span.mbl-email,
#mbl-navigation nav ul li.mbl-contact span.mbl-address {
  font-weight: 700;
}
#mbl-navigation nav ul li.mbl-contact span.mbl-phone a,
#mbl-navigation nav ul li.mbl-contact span.mbl-email a,
#mbl-navigation nav ul li.mbl-contact span.mbl-address a {
  font-weight: 400;
  line-height: 1.2em;
  padding: 0;
  display: block;
  margin: 0 0 10px 0;
}
#mbl-navigation nav ul li.logo {
  text-align: center !important;
}
#mbl-navigation nav ul li.logo a {
  display: inline-block;
  margin: 20px;
  padding: 0;
  vertical-align: top;
}
#mbl-navigation nav ul li.logo a:hover {
  background: none !important;
}
#mbl-navigation nav ul li.logo a img {
  display: inline-block;
  vertical-align: top;
}
#mbl-navigation .mblmenu {
  display: block;
  position: relative;
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}
#mbl-navigation .mblmenu .levelHolderClass {
  position: absolute;
  z-index: 1;
  top: 0;
  width: auto;
  margin-left: 20px;
  min-height: 100%;
  zoom: 1;
  cursor: default;
  background: #333333;
}
#mbl-navigation .mblmenu .rtl {
  margin-right: -100%;
  right: 0;
  -moz-box-shadow: 5px 0px 15px 5px #333333;
  -webkit-box-shadow: 5px 0px 15px 5px #333333;
  box-shadow: 5px 0px 15px 5px #333333;
}
#mbl-navigation .mblmenu h4 {
  display: block;
  position: relative;
  padding: 20px;
  margin: 0;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  text-align: left;
}
#mbl-navigation .mblmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#mbl-navigation .mblmenu ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0;
  text-align: left !important;
}
#mbl-navigation .mblmenu ul li a {
  display: block;
  position: relative;
  z-index: 0;
  outline: none;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
  color: #ffffff;
  padding: 15px 0 15px 15px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  background: none;
  transition: color 0.2s ease-in, background 0.2s ease-in;
}
#mbl-navigation .mblmenu ul li a:hover,
#mbl-navigation .mblmenu ul li a:active,
#mbl-navigation .mblmenu ul li a:focus,
#mbl-navigation .mblmenu ul li a.active {
  background: #ffffff;
  color: #5da800;
}
#mbl-navigation .mblmenu ul li a:hover i,
#mbl-navigation .mblmenu ul li a:active i,
#mbl-navigation .mblmenu ul li a:focus i,
#mbl-navigation .mblmenu ul li a.active i {
  background: #ffffff;
  color: #5da800;
}
#mbl-navigation .mblmenu .menu-header a {
  background: #2a2a2a;
}
#mbl-navigation .mblmenu .backItemClass {
  display: block;
  padding: 0;
}
#mbl-navigation .mblmenu .backItemClass a {
  padding: 15px 20px 15px 0;
  background: #404040;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#mbl-navigation .mblmenu .backItemClass a i {
  margin-right: 10px;
  padding: 1px 15px 0 12px;
  color: #ffffff;
}
#mbl-navigation .mblmenu .backItemClass a:hover,
#mbl-navigation .mblmenu .backItemClass a:active {
  background: #666666;
  color: #ffffff;
}
#mbl-navigation .mblmenu .backItemClass a:hover i,
#mbl-navigation .mblmenu .backItemClass a:active i {
  background: rgba(255, 255, 255, 0.2);
}
#mbl-navigation .mblmenu .floatRight {
  float: right;
}
#mbl-navigation .mblmenu .cursorPointer {
  cursor: pointer;
}
#mbl-navigation .mblmenu .iconSpacing_ltr {
  padding: 0;
  margin-top: 5px;
}
#mbl-navigation .mblmenu .iconSpacing_rtl {
  padding: 0;
  color: #ffffff;
}
#mbl-navigation .mblmenu .hit-area {
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  height: 100%;
  width: 18px;
}
#mbl-navigation .mblmenu .more-icon {
  display: block;
  background: #666666;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  text-align: center;
}
#mbl-navigation .mblmenu .account {
  border-bottom: 20px solid #19668d;
}
#mbl-navigation .mblmenu .account span {
  font-size: 16px;
  color: #ffffff;
  padding: 15px;
  border-bottom: 1px solid #19668d;
  display: block;
}
#mbl-navigation .mblmenu .account > a i {
  float: right;
  color: #ffffff;
}
#mbl-navigation .mblmenu .account > a:hover i {
  color: #4f8fc1;
}
#mbl-navigation .mblmenu .account > a.mbl-account {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/*------ slideshow ------*/
#slideshow {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  min-height: 500px;
  max-height: 1080px;
  -moz-box-shadow: 0px -10px 40px 10px rgba(11, 11, 11, 0.5);
  -webkit-box-shadow: 0px -10px 40px 10px rgba(11, 11, 11, 0.5);
  box-shadow: 0px -10px 40px 10px rgba(11, 11, 11, 0.5);
}
#slideshow .slide {
  position: relative;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
  min-height: 500px;
  max-height: 1080px;
}
#slideshow .slide .mobile-slide {
  display: none;
  width: 100%;
}
#slideshow .slide img {
  max-width: 100%;
  vertical-align: top;
}
#slideshow .slide img:first-child {
  min-height: 300px;
}
#slideshow .slide .overlay {
  position: absolute;
  z-index: 998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  background: rgba(93, 168, 0, 0.5);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Safari 5.1-6*/
  background: -o-linear-gradient(right, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(right, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Fx 3.6-15*/
  background: linear-gradient(to right, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Standard*/
}
#slideshow .slide .slide-info {
  position: absolute;
  z-index: 999;
  bottom: 120px;
  left: 10%;
  width: 800px;
  max-width: 50%;
  text-align: left;
  padding: 0 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease-in, -webkit-transform 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-in, transform 0.6s ease-out;
  -ms-transition: opacity 0.6s ease-in, transform 0.6s ease-out;
  transition: opacity 0.6s ease-in, transform 0.6s ease-out;
}
#slideshow .slide .slide-info.animate {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#slideshow .slide .slide-info .slide-title {
  margin: 0;
  font-size: 72px;
  margin: 0 0 20px 0;
  line-height: 1.1em;
  color: #ffffff;
  text-shadow: 0px 3px 20px rgba(11, 11, 11, 0.6);
}
#slideshow .slide .slide-info .slide-description {
  display: block;
  padding: 0;
  font-weight: 900;
  line-height: 1em;
  font-size: 30px;
  margin: 0 0 35px 0;
  color: #ffffff;
  text-shadow: 0px 3px 20px rgba(11, 11, 11, 0.6);
}
#slideshow .slide .slide-info a {
  display: inline-block;
  font-weight: 900;
  font-size: 20px;
  padding: 30px 50px;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #ffffff;
  -moz-box-shadow: 0px 0px 20px 0px rgba(11, 11, 11, 0.35);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(11, 11, 11, 0.35);
  box-shadow: 0px 0px 20px 0px rgba(11, 11, 11, 0.35);
}
#slideshow .slide .slide-info a:hover {
  color: #5da800;
  background: #ffffff;
}
#slideshow .prev,
#slideshow .next {
  position: absolute;
  top: 40%;
  z-index: 101;
  font-weight: 900;
  font-size: 90px;
  font-style: normal;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-shadow: 0px 0px 30px rgba(11, 11, 11, 0.4);
}
#slideshow .prev:hover,
#slideshow .next:hover {
  color: #ffffff;
}
#slideshow .prev {
  left: 20px;
}
#slideshow .next {
  right: 20px;
}
#slideshow.no-slides {
  min-height: 180px;
  background: rgba(93, 168, 0, 0.5);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Safari 5.1-6*/
  background: -o-linear-gradient(right, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(right, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Fx 3.6-15*/
  background: linear-gradient(to right, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Standard*/
}
/*------slideshow (responsive)------*/
@media all and (max-width:1366px) {
  #slideshow .slide {
    max-width: 1366px;
  }
  #slideshow .slide .slide-info {
    width: 600px;
    max-width: 60%;
    padding: 0 40px;
  }
}
@media all and (max-width:1024px) {
  #slideshow .slide {
    max-width: 1024px;
  }
  #slideshow .slide .slide-info {
    bottom: 50px;
    left: 0;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  #slideshow .slide .slide-info .slide-title {
    font-size: 48px;
  }
  #slideshow .slide .slide-info .slide-description {
    font-size: 24px;
  }
  #slideshow.no-slides {
    min-height: 120px;
  }
}
@media all and (max-width:768px) {
  #slideshow .slide {
    max-width: 768px;
  }
  #slideshow .slide .slide-info {
    bottom: 50%;
    -webkit-transform: translateY(50%) !important;
    -moz-transform: translateY(50%) !important;
    -o-transform: translateY(50%) !important;
    -ms-transform: translateY(50%) !important;
    transform: translateY(50%) !important;
  }
  #slideshow .slide .slide-info .slide-title {
    font-weight: 900;
    font-size: 32px;
    line-height: 1em;
  }
  #slideshow .slide .slide-info .slide-description {
    margin: 10px 0 30px 0;
    font-size: 20px;
  }
  #slideshow .slide .slide-info a {
    padding: 20px 30px;
    font-size: 16px;
  }
}
@media all and (max-width:640px) {
  #slideshow .slide .slide-info .slide-title {
    font-size: 32px;
  }
  #slideshow .slide .slide-info .slide-description {
    font-size: 20px;
  }
  #slideshow .slide .full-slide {
    display: none;
  }
  #slideshow .slide .mobile-slide {
    display: block;
  }
  #slideshow .prev,
  #slideshow .next {
    font-size: 80px;
  }
  #slideshow .prev {
    left: 10px;
  }
  #slideshow .next {
    right: 10px;
  }
}
@media all and (max-width:480px) {
  #slideshow .slide {
    max-width: 480px;
  }
  #slideshow .slide .slide-info .slide-title {
    font-size: 28px;
  }
  #slideshow .slide .slide-info .slide-description {
    font-size: 18px;
  }
  #slideshow.no-slides {
    min-height: 95px;
  }
}
/*------ banner ------*/
.banner {
  position: relative;
  height: 500px;
  margin-top: 0;
}
.banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(93, 168, 0, 0.5);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Safari 5.1-6*/
  background: -o-linear-gradient(right, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(right, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Fx 3.6-15*/
  background: linear-gradient(to right, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Standard*/
}
.banner .banner-text {
  position: absolute;
  bottom: 170px;
  left: 0;
  right: 0;
  width: 1260px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  text-shadow: 0px 3px 20px rgba(11, 11, 11, 0.6);
}
.banner .banner-text h1 {
  margin: 0;
  color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -o-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: opacity 0.6s ease-in, -webkit-transform 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-in, transform 0.6s ease-out;
  -ms-transition: opacity 0.6s ease-in, transform 0.6s ease-out;
  transition: opacity 0.6s ease-in, transform 0.6s ease-out;
}
.banner .banner-text h1.animate {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.banner .banner-text .subtitle {
  margin-top: 5px;
  padding: 0;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -o-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: opacity 0.6s ease-in, -webkit-transform 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-in, transform 0.6s ease-out;
  -ms-transition: opacity 0.6s ease-in, transform 0.6s ease-out;
  transition: opacity 0.6s ease-in, transform 0.6s ease-out;
}
.banner .banner-text .subtitle.animate {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.banner.parallax {
  background-attachment: scroll !important;
  background-size: cover !important;
  background-position: center center !important;
}
/*------ banner (responsive) ------*/
@media all and (max-width:1366px) {
  .banner {
    height: 480px;
    max-width: 1366px;
  }
  .banner .banner-text {
    width: 1000px;
  }
}
@media all and (max-width:1024px) {
  .banner {
    height: 400px;
    max-width: 1024px;
    margin-top: 0;
  }
  .banner .banner-text {
    bottom: 60px;
  }
  .banner .banner-text .subtitle {
    font-size: 24px;
  }
  .banner.parallax {
    background-attachment: scroll !important;
    background-size: cover !important;
  }
}
@media all and (max-width:768px) {
  .banner {
    height: 300px;
    max-width: 768px;
  }
}
@media all and (max-width:640px) {
  .banner .banner-text .subtitle {
    font-size: 20px;
  }
}
@media all and (max-width:480px) {
  .banner {
    height: 200px;
    max-width: 480px;
  }
  .banner .banner-text {
    bottom: 30px;
  }
}
#breadcrumbs {
  width: 1260px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
}
#breadcrumbs ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
#breadcrumbs ol li {
  color: #cccccc;
  font-size: 16px;
  font-weight: 900;
  display: inline-block;
}
#breadcrumbs ol li a {
  text-decoration: none;
}
#breadcrumbs ol li a span {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#breadcrumbs ol li a:hover span {
  color: #5da800;
}
#breadcrumbs ol li span {
  color: #cccccc;
  font-size: 14px;
  font-weight: 900;
}
#breadcrumbs ol li span.rsaquo {
  margin: 0 10px;
}
/*------ breadcrumbs (responsive) ------*/
@media all and (max-width:1366px) {
  #breadcrumbs {
    width: 1000px;
  }
}
@media all and (max-width:640px) {
  #breadcrumbs {
    display: none;
  }
}
/*------ body content ------*/
#body-content {
  padding: 40px 0;
}
#body-content.home .panel:first-child {
  padding: 40px 20px 20px 20px;
}
#body-content.contact {
  padding-bottom: 0;
}
#body-content .panel {
  margin: 40px 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease-in, -webkit-transform 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-in, transform 0.6s ease-out;
  -ms-transition: opacity 0.6s ease-in, transform 0.6s ease-out;
  transition: opacity 0.6s ease-in, transform 0.6s ease-out;
}
#body-content .panel.animate {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#body-content .panel:first-child {
  margin-top: 0 !important;
}
#body-content .panel:last-child {
  margin-bottom: 0 !important;
}
#body-content .panel:last-child.promo-boxes,
#body-content .panel:last-child.call-to-action,
#body-content .panel:last-child.parallax-panel {
  margin-bottom: -40px !important;
}
#body-content .panel:last-child.side {
  margin-bottom: 60px !important;
}
#body-content .panel .panel-title {
  display: inline-block;
  position: relative;
}
#body-content .panel .panel-title span {
  background: #cccccc;
  height: 1px;
  width: 0;
  position: absolute;
  top: 50%;
}
#body-content .panel.standard {
  width: 1260px;
  max-width: 100%;
  padding: 0 20px;
  margin: 40px auto;
}
#body-content .panel.parallax-panel {
  position: relative;
  background-attachment: scroll;
  background-size: cover;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#body-content .panel.parallax-panel .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#body-content .panel.parallax-panel .overlay.theme1 {
  background: rgba(93, 168, 0, 0.5);
}
#body-content .panel.parallax-panel .overlay.theme2 {
  background: rgba(17, 17, 17, 0.5);
}
#body-content .panel.parallax-panel .overlay.gradient {
  background: rgba(93, 168, 0, 0.5);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Safari 5.1-6*/
  background: -o-linear-gradient(right, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(right, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Fx 3.6-15*/
  background: linear-gradient(to right, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Standard*/
}
#body-content .panel.parallax-panel .overlay.black {
  background: rgba(0, 0, 0, 0.5);
}
#body-content .panel.parallax-panel.no-bg .overlay.theme1 {
  background: #5da800;
}
#body-content .panel.parallax-panel.no-bg .overlay.theme2 {
  background: #222222;
}
#body-content .panel.parallax-panel.no-bg .overlay.gradient {
  background: #5da800;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #5da800, #222222);
  /*Safari 5.1-6*/
  background: -o-linear-gradient(right, #5da800, #222222);
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(right, #5da800, #222222);
  /*Fx 3.6-15*/
  background: linear-gradient(to right, #5da800, #222222);
  /*Standard*/
}
#body-content .panel.parallax-panel.no-bg .overlay.black {
  background: #111111;
}
#body-content .panel.parallax-panel .container {
  position: relative;
  width: 1260px;
  max-width: 100%;
  margin: 0 auto;
  padding: 120px 40px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease-in, -webkit-transform 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-in, transform 0.6s ease-out;
  -ms-transition: opacity 0.6s ease-in, transform 0.6s ease-out;
  transition: opacity 0.6s ease-in, transform 0.6s ease-out;
}
#body-content .panel.parallax-panel .container h2 {
  color: #ffffff;
  line-height: 1em;
  margin-bottom: 20px;
  text-shadow: 1px 2px 20px rgba(0, 0, 0, 0.6);
}
#body-content .panel.parallax-panel .container p {
  padding: 0;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.3em;
  text-shadow: 1px 2px 20px rgba(0, 0, 0, 0.6);
}
#body-content .panel.parallax-panel .container a {
  display: inline-block;
  margin-top: 20px;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 1.1em;
  font-weight: 700;
  font-style: italic;
  text-decoration: none;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #ffffff;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease-in, -webkit-transform 0.6s ease-out, background 0.3s ease-in, color 0.3s ease-in;
  -moz-transition: opacity 0.6s ease-in, transform 0.6s ease-out, background 0.3s ease-in, color 0.3s ease-in;
  -ms-transition: opacity 0.6s ease-in, transform 0.6s ease-out, background 0.3s ease-in, color 0.3s ease-in;
  transition: opacity 0.6s ease-in, transform 0.6s ease-out, background 0.3s ease-in, color 0.3s ease-in;
}
#body-content .panel.parallax-panel .container a:hover {
  color: #5da800;
  background: #ffffff;
  -moz-box-shadow: 0px 0px 20px 0px rgba(11, 11, 11, 0.35);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(11, 11, 11, 0.35);
  box-shadow: 0px 0px 20px 0px rgba(11, 11, 11, 0.35);
}
#body-content .panel.parallax-panel .container a:hover i {
  color: #5da800;
}
#body-content .panel.parallax-panel .container a:first-child {
  margin: 0;
}
#body-content .panel.parallax-panel .container a i {
  color: #ffffff;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#body-content .panel.parallax-panel .container h2.animate,
#body-content .panel.parallax-panel .container h3.animate,
#body-content .panel.parallax-panel .container p.animate,
#body-content .panel.parallax-panel .container a.animate {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#body-content .panel.parallax-panel.animate .container {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#body-content .panel.call-to-action {
  padding: 120px 0;
  position: relative;
}
#body-content .panel.call-to-action.parallax {
  background-attachment: scroll;
  background-size: cover;
}
#body-content .panel.call-to-action .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(93, 168, 0, 0.5);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Safari 5.1-6*/
  background: -o-linear-gradient(right, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(right, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Fx 3.6-15*/
  background: linear-gradient(to right, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Standard*/
}
#body-content .panel.call-to-action .cta-text {
  width: 1260px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
#body-content .panel.call-to-action .cta-text h2,
#body-content .panel.call-to-action .cta-text h3 {
  margin: 0 0 10px 0;
  font-weight: 900;
  font-size: 60px;
  line-height: 1.2em;
  color: #ffffff;
  text-shadow: 1px 2px 20px rgba(0, 0, 0, 0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease-in, -webkit-transform 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-in, transform 0.6s ease-out;
  -ms-transition: opacity 0.6s ease-in, transform 0.6s ease-out;
  transition: opacity 0.6s ease-in, transform 0.6s ease-out;
}
#body-content .panel.call-to-action .cta-text h2 span,
#body-content .panel.call-to-action .cta-text h3 span {
  font-family: "Merriweather", "Georgia", serif;
  color: #ffffff;
  font-weight: 500;
  font-style: italic;
}
#body-content .panel.call-to-action .cta-text p {
  font-family: "Lato", "Arial", sans-serif;
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.2;
  text-shadow: 1px 2px 20px rgba(0, 0, 0, 0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease-in, -webkit-transform 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-in, transform 0.6s ease-out;
  -ms-transition: opacity 0.6s ease-in, transform 0.6s ease-out;
  transition: opacity 0.6s ease-in, transform 0.6s ease-out;
}
#body-content .panel.call-to-action .cta-text a {
  display: inline-block;
  margin-top: 20px;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 1.1em;
  font-weight: 700;
  font-style: italic;
  text-decoration: none;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #ffffff;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease-in, -webkit-transform 0.6s ease-out, background 0.3s ease-in, color 0.3s ease-in;
  -moz-transition: opacity 0.6s ease-in, transform 0.6s ease-out, background 0.3s ease-in, color 0.3s ease-in;
  -ms-transition: opacity 0.6s ease-in, transform 0.6s ease-out, background 0.3s ease-in, color 0.3s ease-in;
  transition: opacity 0.6s ease-in, transform 0.6s ease-out, background 0.3s ease-in, color 0.3s ease-in;
}
#body-content .panel.call-to-action .cta-text a:hover {
  color: #5da800;
  background: #ffffff;
  -moz-box-shadow: 0px 0px 20px 0px rgba(11, 11, 11, 0.35);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(11, 11, 11, 0.35);
  box-shadow: 0px 0px 20px 0px rgba(11, 11, 11, 0.35);
}
#body-content .panel.call-to-action .cta-text a:hover i {
  color: #5da800;
}
#body-content .panel.call-to-action .cta-text a:first-child {
  margin: 0;
}
#body-content .panel.call-to-action .cta-text a i {
  color: #ffffff;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#body-content .panel.call-to-action .cta-text br {
  width: 0;
  content: " ";
}
#body-content .panel.call-to-action .cta-text br:after {
  content: " ";
  margin-right: 10px;
}
#body-content .panel.call-to-action .cta-text br + a {
  margin: 10px 0 0 0;
}
#body-content .panel.call-to-action .cta-text h2.animate,
#body-content .panel.call-to-action .cta-text h3.animate,
#body-content .panel.call-to-action .cta-text p.animate,
#body-content .panel.call-to-action .cta-text a.animate {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#body-content .panel.promo-boxes {
  text-align: center;
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#body-content .panel.promo-boxes .container {
  width: 1260px;
  max-width: 100%;
  margin: 0 auto 30px auto;
  padding: 0 20px;
  text-align: left;
}
#body-content .panel.promo-boxes .container .panel-title {
  margin: 0;
  display: inline-block;
}
#body-content .panel.promo-boxes .promo-box {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 33.3333%;
  min-height: 260px;
  text-decoration: none;
  border-right: 1px solid #ffffff;
}
#body-content .panel.promo-boxes .promo-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(93, 168, 0, 0.5);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Safari 5.1-6*/
  background: -o-linear-gradient(right, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(right, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Fx 3.6-15*/
  background: linear-gradient(to right, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Standard*/
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  -webkit-transition: opacity 0.2s ease-in 0s;
  -moz-transition: opacity 0.2s ease-in 0s;
  -ms-transition: opacity 0.2s ease-in 0s;
  -o-transition: opacity 0.2s ease-in 0s;
  transition: opacity 0.2s ease-in 0s;
}
#body-content .panel.promo-boxes .promo-box .overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: opacity 0.2s ease-in 0s;
  -moz-transition: opacity 0.2s ease-in 0s;
  -ms-transition: opacity 0.2s ease-in 0s;
  -o-transition: opacity 0.2s ease-in 0s;
  transition: opacity 0.2s ease-in 0s;
}
#body-content .panel.promo-boxes .promo-box .promo-text {
  position: absolute;
  top: 20px;
  left: 0;
  width: 92%;
  padding: 0 4%;
  text-align: left;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: opacity 0.6s ease-in, -webkit-transform 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-in, transform 0.6s ease-out;
  -ms-transition: opacity 0.6s ease-in, transform 0.6s ease-out;
  transition: opacity 0.6s ease-in, transform 0.6s ease-out;
}
#body-content .panel.promo-boxes .promo-box .promo-text h3 {
  color: #ffffff;
  font-weight: 900;
  font-size: 42px;
  margin: 0 0 20px 0;
}
#body-content .panel.promo-boxes .promo-box .promo-text p {
  color: #ffffff;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.2em;
  padding: 0;
}
#body-content .panel.promo-boxes .promo-box .promo-link {
  position: absolute;
  z-index: 100;
  bottom: 0;
  right: 0;
  padding: 10px 20px;
  font-weight: 900;
  color: #5da800;
  background: #ffffff;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -o-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
#body-content .panel.promo-boxes .promo-box .promo-link:hover {
  background: #5da800;
  color: #ffffff;
}
#body-content .panel.promo-boxes .promo-box img {
  vertical-align: top;
  max-width: 100%;
}
#body-content .panel.promo-boxes .promo-box:hover .overlay2 {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
#body-content .panel.promo-boxes .promo-box:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
#body-content .panel.promo-boxes .promo-box:hover .promo-link {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#body-content .panel.promo-boxes .promo-box.animate h3 {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#body-content .panel.promo-boxes .promo-box.animate .promo-text {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#body-content .panel.side {
  padding: 0 20px;
  margin: 40px 0 100px 0;
}
#body-content .panel.side .container {
  width: 1580px;
  max-width: 100%;
  padding: 30px;
  margin: 0 auto;
  background: #333333;
}
#body-content .panel.side .container img {
  margin: 0 0 -90px 0;
  max-width: 50%;
}
#body-content .panel.side .container .panel-content {
  width: 50%;
  padding: 0 30px;
}
#body-content .panel.side .container .panel-content h2 {
  color: #ffffff;
}
#body-content .panel.side .container .panel-content p {
  color: #cccccc;
}
#body-content .panel.side .container .panel-content p strong {
  color: #ffffff;
}
#body-content .panel.side .container .panel-content p:last-child {
  padding: 0;
}
#body-content .panel.side.image-right .container img {
  float: right;
}
#body-content .panel.side.image-right .container .panel-content {
  float: left;
}
#body-content .panel.side.image-left .container img {
  float: left;
}
#body-content .panel.side.image-left .container .panel-content {
  float: right;
}
#body-content .panel.side.no-image {
  margin-bottom: 60px;
}
#body-content .panel.side.no-image .container .panel-content {
  width: 100%;
}
#body-content .panel.gallery {
  padding: 20px 0;
  margin: 40px 0;
}
#body-content .panel.gallery .container {
  width: 1260px;
  max-width: 100%;
  margin: 0 auto 30px auto;
  padding: 0 20px;
}
#body-content .panel.gallery .container .panel-title {
  margin: 0;
  display: inline-block;
}
#body-content .panel.gallery .dynamic-gallery .grid-sizer,
#body-content .panel.gallery .dynamic-gallery .grid-item {
  width: 16.6666666%;
}
#body-content .panel.gallery .dynamic-gallery .grid-item {
  border: 1px solid #eeeeee;
  background-size: cover;
  position: relative;
  float: left;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -o-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: opacity 0.3s ease-in, -webkit-transform 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-in, transform 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-in, transform 0.3s ease-out;
  transition: opacity 0.3s ease-in, transform 0.3s ease-out;
}
#body-content .panel.gallery .dynamic-gallery .grid-item.animate {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#body-content .panel.gallery .dynamic-gallery .grid-item a {
  display: block;
}
#body-content .panel.gallery .dynamic-gallery .grid-item a .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: url(https://cms.ranchgolfacademy.com/images/ui/enlarge.png), rgba(93, 168, 0, 0.5);
  /* For browsers that do not support gradients */
  background: url(https://cms.ranchgolfacademy.com/images/ui/enlarge.png), -webkit-linear-gradient(left, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Safari 5.1-6*/
  background: url(https://cms.ranchgolfacademy.com/images/ui/enlarge.png), -o-linear-gradient(right, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Opera 11.1-12*/
  background: url(https://cms.ranchgolfacademy.com/images/ui/enlarge.png), -moz-linear-gradient(right, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Fx 3.6-15*/
  background: url(https://cms.ranchgolfacademy.com/images/ui/enlarge.png), linear-gradient(to right, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Standard*/
  background-repeat: no-repeat;
  background-position: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity 0.3s ease-in, background-color 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-in, background-color 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-in, background-color 0.3s ease-out;
  -o-transition: opacity 0.3s ease-in, background-color 0.3s ease-out;
  transition: opacity 0.3s ease-in, background-color 0.3s ease-out;
}
#body-content .panel.gallery .dynamic-gallery .grid-item a img {
  width: 100%;
  vertical-align: top;
  transition: opacity 0.4s ease-in;
  position: relative;
  z-index: 2;
}
#body-content .panel.gallery .dynamic-gallery .grid-item a:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
#body-content .panel .galleries {
  margin-top: 30px;
}
#body-content .panel .galleries .gal {
  display: inline-block;
  width: 25%;
  padding: 1px;
  vertical-align: top;
  text-align: left;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -o-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: opacity 0.3s ease-in, -webkit-transform 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-in, transform 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-in, transform 0.3s ease-out;
  transition: opacity 0.3s ease-in, transform 0.3s ease-out;
}
#body-content .panel .galleries .gal.animate {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#body-content .panel .galleries .gal .gallery-image {
  position: relative;
  display: block;
}
#body-content .panel .galleries .gal .gallery-image img {
  width: 100%;
  max-width: 100%;
  vertical-align: top;
}
#body-content .panel .galleries .gal .gallery-image .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: url(https://cms.ranchgolfacademy.com/images/ui/next.png), rgba(93, 168, 0, 0.5);
  /* For browsers that do not support gradients */
  background: url(https://cms.ranchgolfacademy.com/images/ui/next.png), -webkit-linear-gradient(left, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Safari 5.1-6*/
  background: url(https://cms.ranchgolfacademy.com/images/ui/next.png), -o-linear-gradient(right, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Opera 11.1-12*/
  background: url(https://cms.ranchgolfacademy.com/images/ui/next.png), -moz-linear-gradient(right, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Fx 3.6-15*/
  background: url(https://cms.ranchgolfacademy.com/images/ui/next.png), linear-gradient(to right, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Standard*/
  background-repeat: no-repeat;
  background-position: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
#body-content .panel .galleries .gal .gallery-image:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
#body-content .panel .galleries .gal .gallery-content {
  padding: 20px;
}
#body-content .panel .galleries .gal .gallery-content h3 {
  margin: 0 0 10px;
  font-size: 20px;
}
#body-content .panel .galleries .gal .gallery-content h3 a {
  text-decoration: none;
  display: inline-block;
  font-family: "Merriweather", "Georgia", serif;
  color: #333333;
  -webkit-font-smoothing: auto;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
#body-content .panel .galleries .gal .gallery-content h3 a:hover {
  color: #666666;
}
#body-content .panel .galleries .gal .gallery-content p {
  line-height: 1em;
  padding: 0;
}
#body-content .panel.map {
  margin: 0;
}
#body-content ul#sitemap {
  padding-bottom: 0;
}
#body-content ul#sitemap li.menu-header {
  display: none;
}
@-moz-document url-prefix() {
  #body-content .panel.parallax-panel,
  #body-content .panel.call-to-action {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/*------#body-content (responsive)------*/
@media all and (max-width:1366px) {
  #body-content .panel.parallax,
  #body-content .panel.call-to-action {
    max-width: 1366px;
  }
  #body-content .panel.standard {
    width: 1000px;
  }
  #body-content .panel.call-to-action .cta-text p {
    font-size: 32px;
  }
  #body-content .panel.side .container img {
    display: block;
    margin: 0;
  }
  #body-content .panel.gallery .container {
    width: 1000px;
  }
  #body-content .panel.gallery .dynamic-gallery .grid-sizer,
  #body-content .panel.gallery .dynamic-gallery .grid-item {
    width: 25%;
  }
  #body-content #contact-form-holder {
    max-width: 1366px;
  }
}
@media all and (max-width:1024px) {
  #body-content .panel.parallax,
  #body-content .panel.call-to-action {
    max-width: 1024px;
  }
  #body-content .panel.parallax-panel .container p {
    font-size: 28px;
  }
  #body-content .panel.side .container {
    width: 800px;
  }
  #body-content .panel.side .container .panel-content {
    width: 100%;
    float: none !important;
    padding: 30px 0;
  }
  #body-content .panel.side .container img {
    float: none !important;
    margin: 30px auto -90px auto;
    max-width: 100%;
  }
  #body-content .panel.promo-boxes .promo-box {
    width: 50%;
  }
  #body-content .panel.promo-boxes .promo-box .promo-text h3 {
    font-size: 32px;
  }
  #body-content .panel.promo-boxes .promo-box .promo-text p {
    font-size: 18px;
  }
  #body-content .panel.call-to-action {
    padding: 100px 0;
  }
  #body-content .panel.call-to-action .cta-text h2,
  #body-content .panel.call-to-action .cta-text h3 {
    font-size: 48px;
  }
  #body-content .panel.call-to-action .cta-text p {
    font-size: 28px;
  }
  #body-content .panel.gallery .dynamic-gallery .grid-sizer,
  #body-content .panel.gallery .dynamic-gallery .grid-item {
    width: 33.3333333%;
  }
  #body-content .panel .galleries .gal {
    width: 33.33%;
  }
  #body-content #contact-form-holder {
    max-width: 1024px;
  }
  #body-content #contact-form-holder .container h2 {
    font-size: 48px;
  }
  #body-content #contact-form-holder .container p {
    font-size: 28px;
  }
}
@media all and (max-width:768px) {
  #body-content .panel.parallax,
  #body-content .panel.call-to-action {
    max-width: 768px;
  }
  #body-content .panel.parallax-panel .container {
    padding: 80px 40px;
  }
  #body-content .panel.parallax-panel .container p {
    font-size: 24px;
  }
  #body-content .panel.promo-boxes .promo-box {
    width: 100%;
  }
  #body-content .panel.promo-boxes .promo-box img {
    width: 100%;
  }
  #body-content .panel.call-to-action {
    padding: 80px 0;
  }
  #body-content .panel.call-to-action .cta-text p {
    margin-bottom: 10px;
    font-size: 24px;
  }
  #body-content .panel.call-to-action .cta-text a {
    padding: 25px 40px;
    font-size: 18px;
    margin: 0;
  }
  #body-content .panel.call-to-action .cta-text br {
    display: block;
    content: none;
  }
  #body-content .panel.call-to-action .cta-text br:after {
    content: none;
  }
  #body-content .panel.gallery .dynamic-gallery .grid-sizer,
  #body-content .panel.gallery .dynamic-gallery .grid-item {
    width: 50%;
  }
  #body-content #contact-form-holder {
    max-width: 768px;
    padding: 40px 20px;
  }
  #body-content #contact-form-holder .container {
    padding: 50px 0;
  }
  #body-content #contact-form-holder .container p {
    font-size: 24px;
  }
  #body-content #contact-form-holder .container form > div fieldset {
    float: none;
    width: 100%;
  }
  #body-content #contact-form-holder .container form > div fieldset:last-child {
    margin-left: 0;
  }
  #body-content #contact-form-holder .container form > div fieldset input,
  #body-content #contact-form-holder .container form > div fieldset select,
  #body-content #contact-form-holder .container form > div fieldset textarea {
    padding: 15px;
  }
  #body-content #contact-form-holder .container form > div fieldset textarea {
    height: 322px;
    margin: 0;
  }
  #body-content #contact-form-holder .container form .submit,
  #body-content #contact-form-holder .container form button[name='submitform'] {
    padding: 30px 40px;
  }
  #body-content #contact-form-holder .g-recaptcha {
    margin: 24px 20px 0 0;
    display: inline-block;
  }
  #body-content #contact-form-holder .g-recaptcha > div {
    float: none;
  }
}
@media all and (max-width:640px) {
  #body-content .panel.promo-boxes .promo-box h3 {
    font-size: 36px;
  }
  #body-content .panel.call-to-action {
    padding: 60px 0;
  }
  #body-content .panel.call-to-action .cta-text h2,
  #body-content .panel.call-to-action .cta-text h3 {
    font-size: 36px;
  }
  #body-content .panel.call-to-action .cta-text p {
    font-size: 24px;
  }
  #body-content .panel .galleries .gal {
    width: 50%;
  }
  #body-content #contact-form-holder .container h2 {
    font-size: 36px;
  }
  #body-content #contact-form-holder .container p {
    font-size: 24px;
  }
}
@media all and (max-width:480px) {
  #body-content .panel.parallax,
  #body-content .panel.call-to-action {
    max-width: 480px;
  }
  #body-content .panel.parallax-panel .container p {
    font-size: 24px;
  }
  #body-content .panel .galleries .gal {
    width: 100%;
    padding: 0;
  }
  #body-content #contact-form-holder {
    max-width: 480px;
  }
}
/*------ contact ------*/
.ui-dialog {
  z-index: 99999;
  width: 340px !important;
  background: #ffffff;
  -moz-box-shadow: 0px 0px 20px 0px rgba(11, 11, 11, 0.35);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(11, 11, 11, 0.35);
  box-shadow: 0px 0px 20px 0px rgba(11, 11, 11, 0.35);
}
.ui-dialog .ui-dialog-titlebar {
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
  background: #333333;
}
.ui-dialog .ui-dialog-titlebar span,
.ui-dialog .ui-dialog-titlebar button,
.ui-dialog .ui-dialog-titlebar i {
  color: #ffffff !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ui-dialog .ui-dialog-titlebar span:hover,
.ui-dialog .ui-dialog-titlebar button:hover,
.ui-dialog .ui-dialog-titlebar i:hover {
  color: #5da800 !important;
}
.ui-dialog .ui-dialog-titlebar .ui-button {
  float: right;
  outline: none;
  border: none;
  background: transparent;
  text-transform: uppercase;
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
  padding: 0 25px;
  cursor: pointer;
}
.ui-dialog .ui-dialog-content {
  padding: 20px;
  font-size: 16px;
}
.ui-dialog .ui-dialog-buttonset .ui-icon.fa {
  text-indent: 0;
  background-image: none;
}
.ui-dialog.dialog-error .ui-dialog-titlebar {
  background: #BA1A00;
}
.ui-dialog.dialog-success .ui-dialog-titlebar {
  background: #65b561;
}
.ui-dialog.loaded-content {
  width: 50% !important;
}
.contact-page > div .inner-wrap i {
  color: #222222;
}
.contact-page > div .inner-wrap > p strong {
  font-style: italic;
}
.contact-page > div .inner-wrap h5 {
  margin: 15px 0;
}
.contact-page > div .inner-wrap table {
  text-align: left;
}
.contact-page > div .inner-wrap table tbody tr {
  vertical-align: top;
}
.contact-page > div .inner-wrap table tbody tr th {
  width: 25%;
  padding: 0 10px 0 0;
  line-height: 1.5em;
  font-weight: 400;
}
.contact-page > div .inner-wrap table tbody tr th i {
  margin-top: 7px;
}
.contact-page > div .inner-wrap table tbody tr th i.fa-mobile {
  font-size: 24px;
}
.contact-page > div .inner-wrap table tbody tr td {
  font-weight: 400;
  font-style: italic;
}
.contact-page > div .inner-wrap table tbody tr td p {
  padding: 0;
  color: #666666;
}
.contact-page > div .inner-wrap table tbody tr td p a {
  text-decoration: none;
  display: inline-block;
}
.contact-page > div .inner-wrap table tbody tr td p small {
  display: block;
}
.contact-page > div .inner-wrap table tbody tr td p small.type {
  color: #666666;
}
.contact-page > div .inner-wrap table tbody tr td p:last-child {
  padding: 0 0 15px 0;
}
.contact-page > div .inner-wrap table tbody tr.today th,
.contact-page > div .inner-wrap table tbody tr.today td {
  font-weight: 700;
  color: #333333;
}
.contact-page > div .inner-wrap table tbody tr.email th,
.contact-page > div .inner-wrap table tbody tr.email td {
  padding-top: 15px;
}
.contact-page > div .contact-left,
.contact-page > div .contact-right {
  padding: 0;
  float: left;
  width: 50%;
}
.contact-page > div .contact-left {
  padding: 0 0 20px 0;
}
/*------ .contact-page (responsive) ------*/
@media all and (max-width:768px) {
  .contact-page > div .inner-wrap table tbody tr th {
    width: 45%;
  }
  .contact-page > div .contact-left,
  .contact-page > div .contact-right {
    float: none;
    width: 100%;
  }
}
#locations-map {
  position: relative;
  z-index: 0;
  height: 350px;
  background: #ffffff;
}
#body-content #contact-form-holder {
  margin: 0;
}
#body-content #contact-form {
  margin-top: 30px;
}
#body-content #contact-form > div {
  position: relative;
}
#body-content #contact-form > div fieldset {
  margin: 0;
  padding: 0;
  float: left;
  width: 49.5%;
  border: none;
}
#body-content #contact-form > div fieldset:last-child {
  margin-left: 1%;
}
#body-content #contact-form > div fieldset input,
#body-content #contact-form > div fieldset select,
#body-content #contact-form > div fieldset textarea {
  width: 100%;
  padding: 25px 20px;
  height: 73px;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  color: #666666;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: #ffffff;
  transition: color 0.2s ease-in, background 0.2s ease-in, border 0.2s ease-in;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#body-content #contact-form > div fieldset input:focus,
#body-content #contact-form > div fieldset select:focus,
#body-content #contact-form > div fieldset textarea:focus {
  color: #ffffff;
  background: #333333;
}
#body-content #contact-form > div fieldset input:focus::-webkit-input-placeholder,
#body-content #contact-form > div fieldset select:focus::-webkit-input-placeholder,
#body-content #contact-form > div fieldset textarea:focus::-webkit-input-placeholder {
  color: #ffffff;
}
#body-content #contact-form > div fieldset input:focus:-moz-placeholder,
#body-content #contact-form > div fieldset select:focus:-moz-placeholder,
#body-content #contact-form > div fieldset textarea:focus:-moz-placeholder {
  color: #ffffff;
}
#body-content #contact-form > div fieldset input:focus::-moz-placeholder,
#body-content #contact-form > div fieldset select:focus::-moz-placeholder,
#body-content #contact-form > div fieldset textarea:focus::-moz-placeholder {
  color: #ffffff;
}
#body-content #contact-form > div fieldset input:focus:-ms-input-placeholder,
#body-content #contact-form > div fieldset select:focus:-ms-input-placeholder,
#body-content #contact-form > div fieldset textarea:focus:-ms-input-placeholder {
  color: #ffffff;
}
#body-content #contact-form > div fieldset input.required,
#body-content #contact-form > div fieldset select.required,
#body-content #contact-form > div fieldset textarea.required {
  color: #aa0000;
}
#body-content #contact-form > div fieldset input.required:focus,
#body-content #contact-form > div fieldset select.required:focus,
#body-content #contact-form > div fieldset textarea.required:focus {
  color: #ffffff;
}
#body-content #contact-form > div fieldset input.required::-webkit-input-placeholder,
#body-content #contact-form > div fieldset select.required::-webkit-input-placeholder,
#body-content #contact-form > div fieldset textarea.required::-webkit-input-placeholder {
  color: #aa0000;
}
#body-content #contact-form > div fieldset input.required:-moz-placeholder,
#body-content #contact-form > div fieldset select.required:-moz-placeholder,
#body-content #contact-form > div fieldset textarea.required:-moz-placeholder {
  color: #aa0000;
}
#body-content #contact-form > div fieldset input.required::-moz-placeholder,
#body-content #contact-form > div fieldset select.required::-moz-placeholder,
#body-content #contact-form > div fieldset textarea.required::-moz-placeholder {
  color: #aa0000;
}
#body-content #contact-form > div fieldset input.required:-ms-input-placeholder,
#body-content #contact-form > div fieldset select.required:-ms-input-placeholder,
#body-content #contact-form > div fieldset textarea.required:-ms-input-placeholder {
  color: #aa0000;
}
#body-content #contact-form > div fieldset input,
#body-content #contact-form > div fieldset select {
  margin-bottom: 10px;
}
#body-content #contact-form > div fieldset select {
  background: url('https://cms.ranchgolfacademy.com/images/ui/select-arrow.png') 93% center no-repeat #ffffff;
  -moz-appearance: none;
}
#body-content #contact-form > div fieldset select:focus {
  background: url('https://cms.ranchgolfacademy.com/images/ui/select-arrow.png') 93% center no-repeat #ffffff;
  color: #666666;
}
#body-content #contact-form > div fieldset textarea {
  margin: 0;
  height: 322px;
  min-height: 200px;
  resize: none;
  line-height: 1.5;
}
#body-content #contact-form > div fieldset div img {
  height: 49px !important;
}
#body-content #contact-form .submit {
  border: 1px solid #ffffff;
  border-radius: 0;
  outline: none;
  background: none;
  margin-top: 20px;
  padding: 20px 40px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in, background 0.2s ease-in, box-shadow 0.2s ease-in;
  -moz-transition: color 0.2s ease-in, background 0.2s ease-in, box-shadow 0.2s ease-in;
  -ms-transition: color 0.2s ease-in, background 0.2s ease-in, box-shadow 0.2s ease-in;
  transition: color 0.2s ease-in, background 0.2s ease-in, box-shadow 0.2s ease-in;
}
#body-content #contact-form .submit i {
  color: #5da800;
}
#body-content #contact-form .submit:hover {
  color: #5da800;
  background: #ffffff;
  -moz-box-shadow: 0px 0px 20px 0px rgba(11, 11, 11, 0.35);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(11, 11, 11, 0.35);
  box-shadow: 0px 0px 20px 0px rgba(11, 11, 11, 0.35);
}
.g-recaptcha {
  margin-top: 20px;
}
.g-recaptcha > div {
  margin: 0 auto;
}
/*------ footer ------*/
footer {
  margin-top: 1px;
  background-color: #ffffff;
  overflow: hidden;
}
footer .footer-info {
  position: relative;
  z-index: 1;
  background: #333333;
  border-top: 1px solid #ffffff;
  -moz-box-shadow: 0px -5px 30px 10px rgba(11, 11, 11, 0.5);
  -webkit-box-shadow: 0px -5px 30px 10px rgba(11, 11, 11, 0.5);
  box-shadow: 0px -5px 30px 10px rgba(11, 11, 11, 0.5);
}
footer .footer-info .container {
  width: 100%;
  max-width: 1580px;
  margin: 0 auto;
  padding: 24px 20px;
}
footer .footer-info .container > a {
  float: left;
}
footer .footer-info .container > a img {
  vertical-align: top;
}
footer .footer-info .container > div {
  float: right;
  text-align: right;
  margin-top: 5px;
}
footer .footer-info .container > div p {
  color: #ffffff;
  padding: 0;
  font-size: 14px;
  font-weight: 900;
}
footer .footer-info .container > div p span {
  color: #ffffff;
}
footer .footer-info .container > div p span.divider {
  margin: 0 5px;
  color: #666666;
}
footer .footer-info .container > div p a {
  color: #ffffff;
  text-decoration: none;
}
footer .footer-info .container > div p a:hover {
  color: #5da800;
}
footer #google-map {
  height: 350px;
  position: relative;
  z-index: 0;
  background: #ffffff;
}
footer #google-map.contact-map {
  z-index: 2;
}
footer #google-map h2 {
  color: #ffffff;
  font-weight: 900;
  font-size: 60px;
}
footer .footer-bottom {
  text-align: center;
}
footer .footer-bottom .container {
  width: 100%;
  max-width: 1580px;
  padding: 30px 20px;
  margin: 0 auto;
}
footer .footer-bottom .container .disclaimer,
footer .footer-bottom .container .pa-disclaimer {
  font-size: 14px;
}
footer .footer-bottom .container .disclaimer a,
footer .footer-bottom .container .pa-disclaimer a {
  font-size: 14px;
  text-decoration: none;
  color: #666666;
}
footer .footer-bottom .container .disclaimer a:hover,
footer .footer-bottom .container .pa-disclaimer a:hover {
  color: #5da800;
}
footer .footer-bottom .container .disclaimer {
  padding-bottom: 10px;
}
footer .footer-bottom .container p {
  padding: 0;
}
/*------ footer (responsive) ------*/
@media all and (max-width:1024px) {
  footer .footer-info {
    text-align: center;
  }
  footer .footer-info .container > a {
    float: none;
    display: inline-block;
  }
  footer .footer-info .container > div {
    float: none;
    text-align: center;
    margin-top: 20px;
  }
  footer .footer-info .container > div p:last-child > span:first-child + .divider {
    display: block;
    height: 0;
    overflow: hidden;
  }
  footer #google-map {
    height: 300px;
  }
}
#footer-map-wrapper {
  position: relative;
}
#map-locations {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.map-button {
  display: inline-block;
  border: 0;
  border-radius: 0;
  outline: none;
  background: #5da800;
  padding: 20px 40px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.map-button:hover,
.map-button.active {
  color: #ffffff;
  background: #222222;
}
.ui-dialog .map-button {
  width: 100%;
  margin-bottom: 1px;
}
/*------ project styles ------*/
/*remove outlines from links and inputs*/
a,
a img,
input,
select,
textarea,
button,
.slick-slide {
  outline: none;
}
img {
  border: 0;
}
input::-moz-focus-inner,
select::-moz-focus-inner,
textarea::-moz-focus-inner {
  border: 0;
  outline: none;
}
.error-text {
  color: #aa0000;
}
/*------ navigation icons ------*/
header .container {
  padding: 15px 20px;
}
header .container #main-navigation > ul > li a .fa {
  color: #5da800;
}
header .container #main-navigation > ul > li a:hover .fa,
header .container #main-navigation > ul > li a.active .fa {
  color: #222222;
}
header.home-header .container #main-navigation > ul > li a .fa {
  color: #ffffff;
}
header.home-header .container #main-navigation > ul > li a:hover .fa,
header.home-header .container #main-navigation > ul > li a.active .fa {
  color: #5da800;
}
#sticky-header .container {
  padding: 15px 20px;
}
#sticky-header .container #sticky-navigation > ul li a .fa {
  color: #ffffff;
}
#sticky-header .container #sticky-navigation > ul li a:hover .fa,
#sticky-header .container #sticky-navigation > ul li a.active .fa {
  color: #5da800;
}
#mbl-navigation nav ul li a i.account-icon {
  width: 20px;
  margin-right: 5px;
  color: #ffffff;
  background: transparent;
}
#mbl-navigation nav ul li a:hover i.account-icon {
  color: #5da800;
  background: transparent;
}
#mbl-navigation nav ul li.logo {
  border-bottom: none;
}
/*------ Banner ------*/
.banner {
  height: 450px;
}
.banner .overlay {
  background: rgba(17, 17, 17, 0.5);
  /*background: -webkit-linear-gradient(left,@color-swatch2-rgb,@color-black-rgb);
		background: -o-linear-gradient(right,@color-swatch2-rgb,@color-black-rgb);
		background: -moz-linear-gradient(right,@color-swatch2-rgb,@color-black-rgb);
		background: linear-gradient(to right, @color-swatch2-rgb, @color-black-rgb);*/
}
.banner .banner-text .subtitle.bannercart {
  font-size: 24px;
  font-weight: 900;
}
.banner .banner-text .subtitle.bannercart a {
  color: #ffffff;
}
.banner .banner-text .subtitle.bannercart a:hover {
  color: #5da800;
}
.banner .banner-text .subtitle.bannercart a:hover .fa {
  color: #5da800;
}
.banner .banner-text .subtitle.bannercart #header-cart {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}
.banner.short {
  height: 300px;
}
.banner.short .banner-text {
  bottom: 80px;
}
.banner.extra-short {
  height: 250px;
}
.banner.extra-short .banner-text {
  bottom: 60px;
}
/*------ banner (responsive) ------*/
@media all and (max-width:1366px) {
  .banner {
    height: 450px;
  }
}
@media all and (max-width:1024px) {
  .banner {
    height: 400px;
  }
}
@media all and (max-width:768px) {
  .banner {
    height: 300px;
  }
}
@media all and (max-width:480px) {
  .banner {
    height: 200px;
  }
}
/*------ Slideshow overlay ------*/
#slideshow .slide .overlay {
  background: rgba(17, 17, 17, 0.5);
  background: -webkit-linear-gradient(left, rgba(17, 17, 17, 0.5), rgba(0, 0, 0, 0.5));
  background: -o-linear-gradient(right, rgba(17, 17, 17, 0.5), rgba(0, 0, 0, 0.5));
  background: -moz-linear-gradient(right, rgba(17, 17, 17, 0.5), rgba(0, 0, 0, 0.5));
  background: linear-gradient(to right, rgba(17, 17, 17, 0.5), rgba(0, 0, 0, 0.5));
}
/*------ Slideshow Video -------*/
.video-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-wrap .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.video-wrap .video-bg > video {
  position: absolute;
  top: -50%;
  left: -50%;
  bottom: -50%;
  right: -50%;
  display: block !important;
  width: 100%;
  margin: auto;
  z-index: -1;
}
.video-wrap .video-canvas {
  width: auto;
  height: 100%;
  visibility: hidden;
}
/*------ Slideshow Video (responsive) ------*/
@media all and (max-width:1920px) {
  .video-wrap .video-bg > video {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width:1366px) {
  .video-wrap .video-bg > video {
    width: auto;
    height: 100%;
  }
}
@media all and (max-width:1024px) {
  .video-wrap .video-canvas {
    visibility: visible;
  }
}
@media (min-aspect-ratio: 16/9) {
  .video-bg > video {
    width: 100% !important;
    height: auto !important;
    /* actually taller than viewport */
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-bg > video {
    width: auto !important;
    /* actually wider than viewport */
    height: 100% !important;
  }
}
@supports (object-fit: cover) {
  .video-bg > video {
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/*------ FORM STYLES ------*/
form.project-form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.middle-form {
  max-width: 40%;
  margin: 0 auto;
}
.side-form {
  max-width: 40%;
  margin-right: 5%;
  padding-right: 5%;
}
.side-form.side-left {
  border-right: 1px solid #eeeeee;
}
@media all and (max-width:1366px) {
  .middle-form {
    max-width: 60%;
  }
}
@media all and (max-width:1024px) {
  .middle-form {
    max-width: 80%;
  }
}
@media all and (max-width:768px) {
  .middle-form {
    max-width: 90%;
  }
}
@media all and (max-width:480px) {
  .middle-form {
    max-width: 100%;
  }
}
.project-form fieldset {
  width: 100%;
  margin: 20px 0;
  padding: 20px 20px 10px;
  font-size: 16px;
  border: 1px solid #eeeeee;
}
.project-form fieldset legend {
  margin: 0;
  padding: 10px 20px;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #5da800;
}
.project-form .form-row {
  position: relative;
  margin-bottom: 10px;
  /*--- Columns ---*/
}
.project-form .form-row div {
  width: 100%;
  float: left;
  display: block;
}
.project-form .form-row div.clearfix {
  float: none;
}
.project-form .form-row div:last-child:not(:only-child) {
  margin-right: 0;
  padding-right: 0;
}
.project-form .form-row .input-wrap {
  font-size: 0;
}
.project-form .form-row .col {
  position: relative;
}
.project-form .form-row .span1 {
  width: 58px;
}
.project-form .form-row .span2 {
  width: 140px;
}
.project-form .form-row .span3 {
  width: 220px;
}
.project-form .form-row .span4 {
  width: 300px;
}
.project-form .form-row .span5 {
  width: 380px;
}
.project-form .form-row .span6 {
  width: 460px;
}
.project-form .form-row .span7 {
  width: 540px;
}
.project-form .form-row .half {
  width: 50%;
  padding-right: 30px;
}
.project-form .form-row .first {
  margin-left: 0;
}
.project-form .form-row .last {
  margin-right: 0;
}
.project-form .form-row .f_right {
  float: right;
  display: block;
}
.project-form .form-row label {
  display: inline-block;
  width: 100%;
  margin: 2px 20px 0 0;
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.project-form .form-row label .label-content {
  width: 100%;
}
.project-form .form-row label small {
  font-size: 14px;
  line-height: 14px;
}
.project-form .form-row .disclaimer small {
  display: inline-block;
  line-height: 1.5;
}
.project-form .checkbox_label {
  font-size: 16px;
}
.project-form .input {
  display: inline-block;
  margin: 5px 10px 5px 0;
  padding: 14px 1em;
  width: 100%;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 18px;
  color: #333333;
  background: #f6f6f6;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.project-form .input::-webkit-input-placeholder {
  color: #cccccc;
}
.project-form .input:-moz-placeholder {
  color: #cccccc;
}
.project-form .input::-moz-placeholder {
  color: #cccccc;
}
.project-form .input:-ms-input-placeholder {
  color: #cccccc;
}
.project-form .input.error {
  border-left: 2px solid #aa0000;
}
.project-form .input:focus,
.project-form .input:hover {
  color: #222222;
  background-color: #eeeeee;
}
.project-form .input:focus::-webkit-input-placeholder,
.project-form .input:hover::-webkit-input-placeholder {
  color: #cccccc;
}
.project-form .input:focus:-moz-placeholder,
.project-form .input:hover:-moz-placeholder {
  color: #cccccc;
}
.project-form .input:focus::-moz-placeholder,
.project-form .input:hover::-moz-placeholder {
  color: #cccccc;
}
.project-form .input:focus:-ms-input-placeholder,
.project-form .input:hover:-ms-input-placeholder {
  color: #cccccc;
}
.project-form .input:focus.error,
.project-form .input:hover.error {
  border-left: 2px solid #aa0000;
}
.project-form .input.input-short {
  width: 31.5%;
  margin-right: 2%;
}
.project-form .input.input-short.last {
  margin-right: 0;
}
.project-form .input[type="date"] {
  padding: 12px 1em 11px;
}
.project-form .input[readonly]:hover,
.project-form .input[readonly]:focus {
  background-color: #f6f6f6;
}
.project-form .input.empty,
.project-form .input.error {
  color: #aa0000;
  background-color: #ffdddd;
}
.project-form .select {
  line-height: 22px;
  background-image: url("https://cms.ranchgolfacademy.com/images/ui/select-arrow.png");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.project-form .select:hover,
.project-form .select:focus {
  background-image: url("https://cms.ranchgolfacademy.com/images/ui/select-arrow-white.png");
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
.project-form .select:-ms-expand {
  display: none;
}
.project-form .textarea {
  height: 113px;
  min-height: 113px;
  max-height: 113px;
  max-width: 100%;
  line-height: 1.3;
}
.project-form .req {
  color: #aa0000;
}
.project-form .submit {
  width: auto;
  margin-right: 0;
  color: #ffffff;
  background: #5da800;
  cursor: pointer;
}
.project-form .submit:hover {
  background: #222222;
}
.project-form .input.submit.submit-attach {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: 100px;
}
.project-form .checkbox,
.project-form .radio {
  display: none;
}
.project-form .checkbox + label,
.project-form .radio + label {
  position: relative;
  display: inline-block;
  padding: 1px 10px 1px 32px;
  cursor: pointer;
  line-height: 22px;
}
.project-form .checkbox + label:before,
.project-form .radio + label:before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 1px;
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 19px;
  text-indent: -2px;
  text-align: center;
  color: #5da800;
  border: 1px solid #eeeeee;
  background: #ffffff;
}
.project-form .radio + label:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.project-form .checkbox + label:before,
.project-form .radio + label:before {
  content: " ";
}
.project-form .checkbox:checked + label:before {
  content: "\f00c";
}
.project-form .radio:checked + label:before {
  content: "\f111";
}
.project-form .checkbox:disabled + label:before,
.project-form .radio:disabled + label:before {
  background-color: #eeeeee;
}
.project-form .user_reme {
  margin: 10px 0;
}
.project-form .user_reme label {
  width: auto;
}
.project-form .radio-list,
.project-form .checkbox-list {
  padding: 8px 0 8px 0;
}
.project-form .exp-month,
.project-form .exp-year {
  width: 48.5% !important;
}
@-moz-document url-prefix() {
  .project-form .select {
    padding: 11px 1em;
  }
}
@media all and (max-width:640px) {
  .project-form .form-row .half {
    width: 100%;
    padding-right: 0;
  }
  .project-form .form-row .col.half {
    margin-bottom: 10px;
  }
  .project-form .form-row div:last-child:not(:only-child) {
    margin-bottom: 0;
  }
}
.icon.card {
  position: relative;
  display: inline-block;
  margin-top: -25px;
  margin-left: 3px;
  width: 28px;
  height: 20px;
  background: url("https://cms.ranchgolfacademy.com/images/ui/card_sprite.png") 0 0 no-repeat;
}
.icon.card.visa {
  background-position: 0 0;
}
.icon.card.mc {
  background-position: -31px 0;
}
.icon.card.amex {
  background-position: -93px 0;
}
.icon.card.discover {
  background-position: -62px 0;
}
.icon.card.inactive {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
}
/*------ form alerts (success/error) ------*/
.alert {
  display: block;
  margin: 15px 0 20px 0;
}
.alert > div {
  padding: 15px 20px;
  background: #ffffff;
  border-left: 2px solid #cccccc;
}
.alert > div p {
  padding: 0;
  font-size: 16px;
}
.alert > div p > strong:first-child {
  display: block;
  margin-bottom: 10px;
  font-weight: 900;
  font-size: 18px;
}
.alert > div p > strong:first-child:before {
  display: inline-block;
  margin-right: 10px;
  font-family: FontAwesome;
  font-size: 16px;
}
.alert > div.success {
  background: rgba(93, 168, 0, 0.15);
  border-left: 2px solid #5da800;
}
.alert > div.success p {
  color: #5da800;
}
.alert > div.success p > strong:first-child {
  color: #5da800;
}
.alert > div.success p > strong:first-child:before {
  content: "\f00c";
}
.alert > div.error {
  background: #ffdddd;
  border-left: 2px solid #aa0000;
}
.alert > div.error p {
  color: #aa0000;
}
.alert > div.error p > strong:first-child {
  color: #aa0000;
}
.alert > div.error p > strong:first-child:before {
  content: "\f071";
}
/*------ ui ------*/
.ui-widget.ui-widget-content {
  border: none;
  background: #ffffff;
}
.ui-widget-header {
  border: none;
}
.ui-dialog {
  padding: 0;
}
.ui-dialog .ui-dialog-buttonpane {
  clear: both;
  height: 50px;
  padding: 0 10px;
  border: none !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
}
.ui-dialog .ui-dialog-buttonpane .ui-button {
  float: left;
  margin: 0 15px 5px 15px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  color: #ffffff;
  outline: none !important;
  border: 0;
  background: #333333;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ui-dialog .ui-dialog-buttonpane .ui-button span {
  color: #ffffff;
}
.ui-dialog .ui-dialog-buttonpane .ui-button .fa {
  margin-right: 5px;
}
.ui-dialog .ui-dialog-buttonpane .ui-button:first-child {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane .ui-button:hover {
  background: #5da800;
  color: #ffffff;
}
/*------ Account ------*/
#account-navigation,
#account-content {
  display: inline-block;
  vertical-align: top;
  max-width: 75%;
  margin: 30px 0;
}
#account-navigation > h2:first-child,
#account-content > h2:first-child,
#account-navigation > h3:first-child,
#account-content > h3:first-child,
#account-navigation > h4:first-child,
#account-content > h4:first-child,
#account-navigation > h5:first-child,
#account-content > h5:first-child {
  margin-top: 0;
}
#account-content.full {
  max-width: 100%;
}
#account-navigation {
  width: 25%;
}
#account-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#account-navigation ul li a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#account-navigation ul li a sup {
  position: relative;
  display: inline-block;
  top: 5px;
  margin-left: 4px;
  padding: 2px 5px;
  font-weight: 900;
  font-size: 12px;
  color: #ffffff;
  background: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#account-navigation ul li a.active {
  font-weight: 900;
  color: #222222;
}
#account-navigation ul li.sub-menu {
  margin-left: 10px;
  font-size: 16px;
}
#account-navigation ul li.logout {
  margin-top: 15px;
  font-size: 14px;
}
.vimeo-profile {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  max-width: 100x;
  max-height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.vimeo-profile img {
  display: block;
  width: 100%;
}
.vimeo-profile + p {
  display: inline-block;
  vertical-align: middle;
  padding-top: 12px;
  line-height: 1em;
}
.forum-table {
  display: table;
  width: 100%;
}
.forum-table .message-row {
  display: table-row;
}
.forum-table .message-row > div {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 20px;
}
.forum-table .message-row > div .new {
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -8px;
  font-size: 10px;
  color: #5da800;
}
.forum-table .message-row > div.date {
  width: 150px;
}
.forum-table .message-row p {
  padding: 0;
}
.forum-table .message-row small {
  display: block;
  line-height: 1.2;
}
.forum-table .message-row:nth-child(odd) {
  background: #eeeeee;
}
#update-membership-form {
  display: none;
}
/*------ Account (responsive)------*/
@media all and (max-width:1024px) {
  #account-navigation,
  #account-content {
    max-width: 70%;
  }
  #account-navigation {
    width: 30%;
  }
}
@media all and (max-width:768px) {
  #account-navigation,
  #account-content {
    max-width: 100%;
    width: 100%;
  }
  #account-navigation {
    width: 100%;
    margin-bottom: 30px;
  }
  #account-navigation ul {
    width: 100%;
  }
  #account-navigation ul li {
    display: block;
    margin: 0 0 1px 0;
  }
  #account-navigation ul li a {
    display: block;
    padding: 14px 20px;
    font-size: 14px;
    color: #ffffff;
    background: #222222;
  }
  #account-navigation ul li a .fa {
    color: #ffffff;
  }
  #account-navigation ul li a:hover,
  #account-navigation ul li a.active {
    color: #ffffff;
    background: #5da800;
  }
  #account-navigation ul li.logout a {
    padding: 0 10px;
    color: #5da800;
    background: none;
  }
  #account-navigation ul li.logout a .fa {
    color: #5da800;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  #account-navigation ul li.logout a:hover {
    color: #222222;
  }
  #account-navigation ul li.logout a:hover .fa {
    color: #222222;
  }
}
@media all and (max-width:640px) {
  #new-forum-message {
    display: block;
    float: none;
    margin: 20px auto -10px;
  }
}
/*------ Navigation Touch Points ------*/
#touch-points {
  position: relative;
  width: 80%;
  margin-top: 10px;
}
#touch-points .ct-chart {
  left: -15%;
}
#touch-points .ct-label {
  display: none;
  font-size: 20px;
  font-weight: 900;
}
#touch-points .ct-label:first-child {
  display: block;
}
#touch-points .ct-series .ct-slice-donut {
  stroke: #5da800;
  stroke-width: 10px !important;
}
#touch-points .ct-series.ct-series-b .ct-slice-donut {
  stroke: #222222;
}
#touch-points .ct-series.ct-series-c .ct-slice-donut {
  stroke: #eeeeee;
}
#touch-points p {
  margin-left: -30%;
  font-size: 16px;
  line-height: 1.2;
}
#touch-points p span.message {
  color: #5da800;
}
#touch-points p span.video {
  color: #222222;
}
@media all and (max-width:1366px) {
  #touch-points {
    width: 90%;
  }
}
@media all and (max-width:768px) {
  #touch-points {
    max-width: 300px;
    margin: 10px auto;
  }
  #touch-points .ct-chart {
    left: 0;
  }
  #touch-points p {
    margin: 0 auto;
    text-align: center;
  }
}
/*------ Bonus Videos (subscriptions) ------*/
.video-list {
  margin: -5px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.video-list .light-video {
  position: relative;
  display: inline-block;
  margin: 0 0 7px 7px;
  padding: 4px;
  font-size: 0;
  border: 1px solid #eeeeee;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.video-list .light-video .view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  text-align: center;
  background: rgba(93, 168, 0, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.video-list .light-video .view .fa {
  margin-top: 25%;
  padding-top: 10px;
  color: #ffffff !important;
}
.video-list .light-video:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.video-list .light-video:hover .view {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
/*------ Member Forum (coaching) ------*/
#new-message-form {
  display: none;
}
.forum-message {
  display: block;
  margin: 20px 0 30px;
  width: 700px;
  max-width: 100%;
}
.forum-message small {
  display: block;
  margin: 5px 0;
}
.forum-message small.details {
  color: #666666;
}
.forum-message small.details * {
  color: #666666;
}
.forum-message .content {
  padding: 15px;
  background: #eeeeee;
}
.forum-message .video-message,
.forum-message .video-response {
  position: relative;
  margin-bottom: 5px;
  font-size: 0;
}
.forum-message .video-message a,
.forum-message .video-response a {
  display: block;
}
.forum-message .video-message img,
.forum-message .video-response img {
  width: 100%;
}
.forum-message .video-message .view,
.forum-message .video-response .view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  background: rgba(93, 168, 0, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.forum-message .video-message .view .fa,
.forum-message .video-response .view .fa {
  margin-top: 25%;
  color: #ffffff !important;
}
.forum-message .video-message:hover .view,
.forum-message .video-response:hover .view {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.forum-message .forum-response {
  margin: 35px 0 10px 0;
}
.forum-message .forum-response .content {
  margin-top: 20px;
  padding: 0;
  background: #ffffff;
}
.forum-message .forum-response .message-attachments {
  margin: -5px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.forum-message .forum-response .message-attachments li {
  position: relative;
  display: inline-block;
  margin: 0 0 7px 7px;
  padding: 4px;
  font-size: 0;
  border: 1px solid #eeeeee;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.forum-message .forum-response .message-attachments li .view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  text-align: center;
  background: rgba(93, 168, 0, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.forum-message .forum-response .message-attachments li .view .fa {
  margin-top: 25%;
  color: #ffffff !important;
}
.forum-message .forum-response .message-attachments li:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.forum-message .forum-response .message-attachments li:hover .view {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
@media all and (max-width:768px) {
  .forum-table .message-row {
    display: block;
    clear: both;
    padding: 10px 0 15px 15px;
  }
  .forum-table .message-row > div {
    display: inline-block;
    padding: 10px 15px 10px 0;
  }
  .forum-table .message-row > div .new {
    top: 20px;
    left: -18px;
  }
  .forum-table .message-row > div.content {
    display: block;
    padding: 0 15px 0 0;
  }
  .forum-table .message-row > div.date {
    width: auto;
    padding-top: 18px;
  }
  .forum-table .message-row > div.right {
    float: right;
    line-height: 24px;
  }
  .forum-table .message-row p {
    font-size: 16px;
  }
}
.forum-form {
  margin-top: 30px;
  width: 700px;
  max-width: 100%;
}
.forum-form .textarea {
  margin: 5px 0;
  max-width: 658px;
  min-height: 150px;
  max-height: 300px;
}
.video-select {
  overflow-y: auto;
  width: 100%;
  max-height: 300px;
  margin: 5px 0 10px 0;
  padding: 10px;
  background: #f6f6f6;
}
.video-select ul {
  margin: 5px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.video-select ul li {
  position: relative;
  display: inline-block;
  margin: 0 1% 7px 0;
  padding: 4px;
  width: 24%;
  font-size: 12px;
  border: 1px solid #eeeeee;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.video-select ul li .thumb-wrap {
  position: relative;
  margin-bottom: 5px;
  font-size: 0;
  cursor: pointer;
}
.video-select ul li .thumb-wrap img {
  display: block;
  width: 100%;
}
.video-select ul li .thumb-wrap .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 30px;
  text-align: center;
  background: rgba(93, 168, 0, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.video-select ul li .thumb-wrap .hover .fa {
  margin-top: 25%;
  color: #ffffff !important;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.video-select ul li:hover,
.video-select ul li.selected {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.video-select ul li:hover .thumb-wrap .hover,
.video-select ul li.selected .thumb-wrap .hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.video-select ul li.selected .thumb-wrap .hover .fa {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.video-select.error {
  background-color: #ffdddd;
}
/*------ REGISTRATION STYLES ------*/
#body-content .panel.event-list {
  width: 1580px;
  max-width: 100%;
}
#reg-navigation,
#reg-wrap {
  display: inline-block;
  vertical-align: top;
  max-width: 75%;
  margin: 20px 0;
}
#reg-navigation > h2:first-child,
#reg-wrap > h2:first-child,
#reg-navigation > h3:first-child,
#reg-wrap > h3:first-child,
#reg-navigation > h4:first-child,
#reg-wrap > h4:first-child,
#reg-navigation > h5:first-child,
#reg-wrap > h5:first-child {
  margin-top: 0;
}
#reg-wrap.full {
  max-width: 100%;
}
#reg-navigation {
  margin-top: 55px;
  width: 25%;
}
#reg-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-weight: 700;
}
#reg-navigation ul li {
  position: relative;
  display: block;
  padding: 0 0 50px;
  color: #cccccc;
}
#reg-navigation ul li.active {
  color: #5da800;
}
#reg-navigation ul li:before {
  position: absolute;
  display: inline-block;
  top: -25px;
  left: 50%;
  margin-left: -8px;
  font-family: FontAwesome;
  content: '\f192';
  font-size: 16px;
  font-style: normal;
  text-align: center;
}
#reg-navigation ul li:after {
  content: "";
  position: absolute;
  left: 50%;
  height: 18px;
  width: 20px;
  top: 30px;
  margin-left: -2px;
  border-left: 1px solid #cccccc;
}
#reg-navigation ul li:last-child:after {
  content: none;
}
/*------ Registration (responsive)------*/
@media all and (max-width:1024px) {
  #reg-navigation,
  #reg-wrap {
    max-width: 100%;
    width: 100%;
  }
  #reg-navigation {
    width: 100%;
  }
  #reg-navigation ul li {
    display: inline-block;
    width: 16%;
    margin-bottom: 30px;
    padding: 0 30px 0;
  }
  #reg-navigation ul li:after {
    top: -11px;
    left: 80%;
    width: 40%;
    height: auto;
    margin: 0;
    border-left: none;
    border-top: 1px solid #cccccc;
  }
}
@media all and (max-width:768px) {
  #reg-navigation ul li {
    width: auto;
    margin-bottom: 50px;
    padding: 0 20px;
  }
  #reg-navigation ul li:after {
    content: none;
  }
}
#course-list {
  text-align: center;
  font-size: 0;
}
#course-list .course-box {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 33%;
  text-decoration: none;
  border-right: 1px solid #ffffff;
}
#course-list .course-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(93, 168, 0, 0.5);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Safari 5.1-6*/
  background: -o-linear-gradient(right, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(right, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Fx 3.6-15*/
  background: linear-gradient(to right, rgba(93, 168, 0, 0.5), rgba(17, 17, 17, 0.5));
  /*Standard*/
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  -webkit-transition: opacity 0.2s ease-in 0s;
  -moz-transition: opacity 0.2s ease-in 0s;
  -ms-transition: opacity 0.2s ease-in 0s;
  -o-transition: opacity 0.2s ease-in 0s;
  transition: opacity 0.2s ease-in 0s;
}
#course-list .course-box .overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: opacity 0.2s ease-in 0s;
  -moz-transition: opacity 0.2s ease-in 0s;
  -ms-transition: opacity 0.2s ease-in 0s;
  -o-transition: opacity 0.2s ease-in 0s;
  transition: opacity 0.2s ease-in 0s;
}
#course-list .course-box .title-text {
  position: absolute;
  top: 20px;
  left: 0;
  width: 92%;
  padding: 0 4%;
  text-align: left;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: opacity 0.6s ease-in, -webkit-transform 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-in, transform 0.6s ease-out;
  -ms-transition: opacity 0.6s ease-in, transform 0.6s ease-out;
  transition: opacity 0.6s ease-in, transform 0.6s ease-out;
}
#course-list .course-box .title-text h3 {
  color: #ffffff;
  font-weight: 900;
  font-size: 36px;
  margin: 0 0 20px 0;
}
#course-list .course-box .title-text p {
  color: #ffffff;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.2em;
  padding: 0;
}
#course-list .course-box .title-text .date {
  font-size: 18px;
}
#course-list .course-box .title-text .date .fa {
  position: relative;
  top: -2px;
  font-size: 14px;
  color: #ffffff;
}
#course-list .course-box .course-link {
  position: absolute;
  z-index: 100;
  bottom: 0;
  right: 0;
  padding: 10px 20px;
  font-weight: 900;
  color: #5da800;
  background: #ffffff;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -o-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
#course-list .course-box .course-link:hover {
  background: #5da800;
  color: #ffffff;
}
#course-list .course-box img {
  vertical-align: top;
  max-width: 100%;
}
#course-list .course-box:hover .overlay2 {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
#course-list .course-box:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
#course-list .course-box:hover .course-link {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#course-list .course-box.animate h3 {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#course-list .course-box.animate .title-text {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media all and (max-width:1024px) {
  #course-list .course-box {
    width: 50%;
  }
  #course-list .course-box .title-text h3 {
    font-size: 32px;
  }
  #course-list .course-box .title-text p {
    font-size: 18px;
  }
}
@media all and (max-width:768px) {
  #course-list .course-box {
    width: 100%;
    margin-bottom: 10px;
  }
  #course-list .course-box img {
    width: 100%;
  }
}
@media all and (max-width:640px) {
  #course-list .course-box h3 {
    font-size: 36px;
  }
}
#booking-calendar {
  position: relative;
  width: 100%;
  min-width: 800px;
  min-height: 300px;
  margin: 30px 0;
}
#booking-calendar .ui-datepicker {
  position: relative;
  z-index: 1;
}
#booking-calendar .ui-widget.ui-widget-content {
  width: 100%;
  padding: 0;
}
#booking-calendar .ui-datepicker .ui-datepicker-header {
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
}
#booking-calendar .ui-datepicker .ui-datepicker-header .ui-icon {
  width: 100%;
  height: 100%;
  text-indent: 0;
  background: none;
}
#booking-calendar .ui-datepicker-title {
  font-weight: 800;
}
#booking-calendar .ui-datepicker td span,
#booking-calendar .ui-datepicker td a {
  padding: 1.3em;
  cursor: pointer;
  border: none;
  color: #ffffff;
  background: #5da800;
}
#booking-calendar .ui-datepicker td span:hover,
#booking-calendar .ui-datepicker td a:hover,
#booking-calendar .ui-datepicker td span.ui-state-active,
#booking-calendar .ui-datepicker td a.ui-state-active {
  background: #222222;
}
#booking-calendar .ui-state-disabled,
#booking-calendar .ui-widget-content .ui-state-disabled,
#booking-calendar .ui-widget-header .ui-state-disabled {
  cursor: default;
}
#booking-calendar .ui-state-disabled span,
#booking-calendar .ui-widget-content .ui-state-disabled span,
#booking-calendar .ui-widget-header .ui-state-disabled span {
  color: #666666;
  background: #eeeeee;
}
#booking-calendar .ui-datepicker-next.ui-state-hover,
#booking-calendar .ui-datepicker-prev.ui-state-hover {
  top: 2px;
  border: 0;
  background: none;
}
#booking-calendar .ui-datepicker-next.ui-state-hover .ui-icon,
#booking-calendar .ui-datepicker-prev.ui-state-hover .ui-icon {
  color: #222222;
}
#booking-calendar .ui-datepicker-prev.ui-state-hover {
  left: 2px;
}
#booking-calendar .ui-datepicker-next.ui-state-hover {
  right: 2px;
}
#booking-calendar:before {
  content: "\f110";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  font-family: FontAwesome;
  font-size: 20px;
  font-style: normal;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
#schedule-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
}
#schedule-carousel .carousel-item {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  background: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#schedule-carousel .carousel-item.active {
  left: 0;
}
@media all and (max-width:640px) {
  #schedule-carousel {
    height: 380px;
  }
}
.schedule-nav {
  display: block;
}
.cal-date-selector::-webkit-input-placeholder {
  color: #333333 !important;
}
.cal-date-selector:-moz-placeholder {
  color: #333333 !important;
}
.cal-date-selector::-moz-placeholder {
  color: #333333 !important;
}
.cal-date-selector:-ms-input-placeholder {
  color: #333333 !important;
}
.clear-date {
  cursor: pointer;
}
.clear-date:hover .fa {
  color: #aa0000;
}
@media all and (max-width:1366px) {
  #booking-calendar {
    min-width: 720px;
  }
}
@media all and (max-width:1024px) {
  #booking-calendar {
    min-width: 100%;
  }
}
@media all and (max-width:640px) {
  #booking-calendar .ui-datepicker td span,
  #booking-calendar .ui-datepicker td a {
    padding: .7em;
  }
}
/*------ Default Registration Styles ------*/
#course.event,
#course-sidebar {
  float: left;
}
#course.event {
  width: 65%;
  padding-right: 30px;
}
#course.event #pricing-table {
  margin-top: 30px;
}
#course-sidebar {
  width: 35%;
  padding-left: 30px;
  border-left: 1px solid #eeeeee;
}
#course-sidebar > h3:first-child {
  margin-top: 0;
}
#course-sidebar #featured_courses .course {
  width: 100%;
  height: 70px;
  margin: 0;
  background: #eeeeee;
}
#course-sidebar #featured_courses .course .title {
  background: #ffffff;
}
#course-sidebar #featured_courses .course .title p {
  width: 100%;
  padding: 0 5%;
}
#course-sidebar #image_holder {
  margin-bottom: 30px;
  width: 100%;
}
#course-sidebar #hidden_gallery {
  display: none;
}
#course-sidebar .course_cal {
  margin-top: 40px;
}
#course-sidebar .course_offering {
  margin: 15px 0;
  font-weight: 800;
  font-size: 0;
  text-transform: uppercase;
}
#course-sidebar .course_offering .date,
#course-sidebar .course_offering .days_left_wrap,
#course-sidebar .course_offering .button {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1px;
}
#course-sidebar .course_offering .date {
  width: 20%;
  padding: 8px 0;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
  border-right: 1px solid #ffffff;
  background: #222222;
  cursor: default;
}
#course-sidebar .course_offering .date small {
  display: block;
  line-height: 1;
  color: #5da800;
}
#course-sidebar .course_offering .days_left_wrap {
  position: relative;
  overflow: hidden;
  width: 50%;
  padding: 20px;
  border-right: 1px solid #ffffff;
  background: #666666;
}
#course-sidebar .course_offering .days_left_wrap p {
  position: relative;
  z-index: 2;
  padding: 0;
  font-size: 14px;
  text-align: right;
  color: #ffffff;
}
#course-sidebar .course_offering .days_left_wrap .days_left {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0;
}
#course-sidebar .course_offering .days_left_wrap .days_left.red {
  background: #aa0000;
}
#course-sidebar .course_offering .days_left_wrap .days_left.yellow {
  background: #ffcd00;
}
#course-sidebar .course_offering .days_left_wrap .days_left.green {
  background: #5da800;
}
#course-sidebar .course_offering .days_left_wrap.full {
  width: 80%;
  border-right: none;
}
#course-sidebar .course_offering a.button {
  width: 30%;
  padding: 24px 10px 23px;
  font-size: 14px;
}
#course-sidebar .course_offering .capacity_wrap {
  position: relative;
  overflow: hidden;
  text-align: right;
  font-size: 0;
  background: #eeeeee;
}
#course-sidebar .course_offering .capacity_wrap small {
  color: #cccccc;
}
#course-sidebar .course_offering .capacity_wrap .capacity {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 21px;
  padding: 0;
  background: #5da800;
}
#course-sidebar .course_offering .capacity_wrap small {
  position: relative;
  z-index: 2;
  padding: 0 10px;
  line-height: 21px;
  font-size: 11px;
}
#course-sidebar .sidebar_offering .course_offering {
  margin-top: 0;
}
#course-sidebar .sidebar_offering .course_offering .days_left_wrap {
  float: none;
  width: 318px;
}
#course-sidebar .offering_title {
  margin-top: 15px;
  font-size: 18px;
}
#course-sidebar .course_offering.cat {
  margin-top: 5px;
}
@media all and (max-width:768px) {
  #course.event,
  #course-sidebar {
    width: 100%;
    padding: 0;
    float: none;
  }
  #course-sidebar {
    margin-top: 30px;
    padding-top: 30px;
    border-left: none;
    border-top: 1px solid #eeeeee;
  }
}
.cal_legend {
  margin-top: 5px;
  font-size: 14px;
  color: #666666;
}
.cal_legend span {
  position: relative;
  top: 8px;
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.cal_legend .today {
  color: #666666;
  background: #666666;
}
.cal_legend .available {
  color: #5da800;
  background: #5da800;
}
#offering-form {
  margin: 20px 0 40px 0;
}
#offering-form label {
  width: 30%;
  color: #666666;
}
#offering-form label span {
  display: block;
  margin-top: 4px;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
}
#offering-form .input {
  vertical-align: top;
  width: 60px;
  margin: 0;
}
#offering-form .qty_wrap {
  display: inline-block;
  float: none;
  width: auto;
}
#offering-form .qty_wrap .qty_minus,
#offering-form .qty_wrap .qty_plus {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-decoration: none;
  text-align: center;
  color: #5da800;
  border-left: 1px solid #cccccc;
  background: #eeeeee;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#offering-form .qty_wrap .qty_minus:hover,
#offering-form .qty_wrap .qty_plus:hover {
  color: #ffffff;
  background: #333333;
}
#offering-form .qty_wrap .disabled {
  background: #eeeeee;
  color: #cccccc;
}
#offering-form .qty_wrap .disabled:hover {
  background: #eeeeee;
  color: #cccccc;
}
#offering-form .qty_wrap .qty_plus {
  padding-bottom: 1px;
  border-bottom: none;
}
#offering-form .add_to_cart {
  vertical-align: top;
  margin-left: 30px;
  padding: 17px 20px;
  font-size: 16px;
}
#reg-cart h3,
#registration h3,
#confirm-registration h3 {
  margin-top: 35px;
  margin-bottom: 10px;
}
#event-location-map {
  width: 100%;
  height: 300px;
  margin: 10px 0;
}
/*------ Staff ------*/
.staff-list,
.newsletter-list {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.staff-list li,
.newsletter-list li {
  display: table;
  vertical-align: top;
  margin: 30px 0;
  width: 100%;
  background: #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.staff-list li > div,
.newsletter-list li > div {
  display: table-cell;
  vertical-align: middle;
}
.staff-list li .staff-content,
.newsletter-list li .staff-content,
.staff-list li .newsletter-content,
.newsletter-list li .newsletter-content {
  padding: 40px 60px;
}
.staff-list li .staff-content a,
.newsletter-list li .staff-content a,
.staff-list li .newsletter-content a,
.newsletter-list li .newsletter-content a {
  margin-top: 10px;
}
.staff-list li:hover .image-wrap,
.newsletter-list li:hover .image-wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.staff-list .image-wrap,
.newsletter-list .image-wrap {
  position: relative;
  overflow: hidden;
  max-width: 400px;
  width: 30%;
  height: 100%;
  font-size: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.staff-list .image-wrap span,
.newsletter-list .image-wrap span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.staff-list .image-wrap img,
.newsletter-list .image-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  min-height: 400px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.staff-list h3 small,
.newsletter-list h3 small {
  display: block;
  margin-top: 10px;
}
@media all and (max-width:768px) {
  .staff-list li,
  .newsletter-list li {
    margin: 60px 0;
    padding: 0px 40px 40px;
  }
  .staff-list li > div,
  .newsletter-list li > div {
    display: block;
  }
  .staff-list li .staff-content,
  .newsletter-list li .staff-content,
  .staff-list li .newsletter-content,
  .newsletter-list li .newsletter-content {
    padding: 10px 20px;
  }
  .staff-list .image-wrap,
  .newsletter-list .image-wrap {
    position: relative;
    top: -20px;
    left: 20px;
    width: 300px;
    max-width: 95%;
    height: 300px;
  }
}
#staff-bio .image-wrap {
  position: relative;
  z-index: 2;
  max-width: 475px;
  margin: -110px 40px 40px 0;
  border: 5px solid #ffffff;
}
#staff-bio .image-wrap img {
  width: 100%;
}
#staff-bio header {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
#staff-bio h2 small {
  display: block;
  margin-top: 15px;
  font-size: 24px;
  font-weight: 700;
}
#staff-bio .staff-contact {
  margin-top: 10px;
  font-size: 16px;
}
#staff-bio .icon-label {
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
  text-align: center;
}
@media all and (max-width:1024px) {
  #staff-bio .image-wrap {
    float: none;
    margin: -70px auto 20px;
  }
  #staff-bio header {
    display: block;
    text-align: center;
  }
}
@media all and (max-width:768px) {
  #staff-bio .staff-contact .dash {
    display: block;
  }
}
@media all and (max-width:480px) {
  #staff-bio .image-wrap {
    margin: -20px auto 20px;
  }
}
/*------ Misc Styles ------*/
#sticky-header .container #sticky-navigation {
  text-align: justify;
}
#sticky-header .container #sticky-navigation #sticky-header-logo,
#sticky-header .container #sticky-navigation > ul {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
#sticky-header .container #sticky-navigation:after {
  content: '';
  display: inline-block;
  width: 100%;
}
footer .footer-info .container {
  padding: 15px 20px 5px;
  text-align: justify;
}
footer .footer-info .container > a,
footer .footer-info .container > div {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
footer .footer-info .container:after {
  content: "";
  display: inline-block;
  width: 100%;
}
footer .icon.card {
  position: static;
}
@media all and (max-width:480px) {
  footer .footer-info .container {
    text-align: center;
  }
}
.data-table {
  width: 100%;
  border-collapse: collapse;
}
.data-table th,
.data-table td {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 20px;
}
.data-table th {
  font-weight: 900;
  text-align: left;
  color: #ffffff;
  background: #222222;
}
.data-table th.right {
  text-align: right;
}
.data-table th.center {
  text-align: center;
}
.data-table tr td p {
  padding: 0;
  color: #333333;
}
.data-table tr td small {
  display: block;
  line-height: 1.2;
  color: #666666;
}
.data-table tr td.vtop {
  vertical-align: top;
}
.data-table tr:nth-child(odd) td {
  background: #eeeeee;
}
.data-table.totals {
  margin-top: 20px;
}
.data-table.totals tr td {
  padding: 0 0 5px 20px;
}
.data-table.totals tr td h4 {
  margin: 0;
}
.data-table.totals tr td.label {
  width: 80%;
}
.data-table.totals tr:nth-child(odd) td {
  background: #ffffff;
}
.data-table.short {
  width: auto;
}
.billing-table th,
.billing-table td {
  padding: 0 30px 5px 0;
}
.data-table.billing-table th,
.data-table.billing-table td {
  padding: 10px 20px;
}
@media all and (max-width:640px) {
  .billing-table {
    border: 0;
  }
  .billing-table thead {
    display: none;
  }
  .billing-table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #eeeeee;
  }
  .billing-table td {
    display: block;
    position: relative;
    padding-top: 0 !important;
    padding-left: 45% !important;
  }
  .billing-table td:first-child {
    padding-top: 10px !important;
  }
  .billing-table td:last-child {
    border-bottom: 0;
  }
  .billing-table td:before {
    content: attr(data-label);
    position: absolute;
    top: 2px;
    left: 10px;
    width: 35%;
    font: 18px "Lato", "Arial", sans-serif;
    font-weight: 900;
    font-style: italic;
    color: rgba(34, 34, 34, 0.9);
  }
}
/*------ newsletters ------*/
#newsletter-left,
#newsletter-right {
  display: inline-block;
  vertical-align: top;
  width: 75%;
}
#newsletter-left.full {
  max-width: 100%;
}
#newsletter-left .newsletter-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
#newsletter-left .newsletter-item .circle-image {
  position: relative;
  z-index: -1;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin-right: 15px;
  width: 80px;
  font-size: 0;
  border: 5px solid #eeeeee;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#newsletter-left .newsletter-item .circle-image img {
  max-width: 120%;
}
#newsletter-left .newsletter-item a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#newsletter-left .newsletter-item p {
  margin-top: 5px;
}
#newsletter-left .newsletter-item:last-child {
  border-bottom: none;
}
#newsletter-right {
  width: 20%;
  margin-left: 5%;
}
#newsletter-right ul {
  margin: 0;
  padding: 20px;
  list-style: none;
  font-size: 14px;
  background: #ffffff;
}
#newsletter-right ul li {
  margin: 0 0 5px 0;
}
#newsletter-right ul li hr {
  margin: 20px 0;
}
#newsletter-right ul h3,
#newsletter-right ul h4,
#newsletter-right ul h5 {
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#newsletter-right ul a:hover {
  color: #5da800;
}
#newsletter-right ul a:hover h3,
#newsletter-right ul a:hover h4,
#newsletter-right ul a:hover h5 {
  color: #5da800;
}
