/*
  FONTS
*/
/* Font Imports */
@font-face {
  font-family: 'gotham_mediumregular';
  src: url('fonts/gotham-medium-webfont.woff2') format('woff2'), url('fonts/gotham-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham_lightregular';
  src: url('fonts/gotham-light-webfont.woff2') format('woff2'), url('fonts/gotham-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Tondu_Beta';
  src: url('fonts/Tondu_Beta-webfont.woff2') format('woff2'), url('fonts/Tondu_Beta-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'gotham_lightregular', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #fff;
}
*:focus {
  outline: none;
}
html,
body {
  height: 100%;
  width: 100%;
}
/*
  COLOURS
*/
.red {
  color: #E45F56;
}
.blue {
  color: #3498db;
}
.light-blue {
  color: #66B9F9;
}
.green {
  color: #21BC5F;
}
.yellow {
  color: #F7EA73;
}
.grey {
  color: #95A5A6;
}
.white {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.pink {
  color: #D6487E;
}
.purple {
  color: #7461aa;
}
/*
  APPEARANCE VARIABLES border radius, box shadow, gradient
*/
/*
  UTILITIES
*/
.width-10pc {
  width: 10% !important;
}
.width-20pc {
  width: 20% !important;
}
.width-25pc {
  width: 25% !important;
}
.width-30pc {
  width: 30% !important;
}
.width-40pc {
  width: 40% !important;
}
.width-50pc {
  width: 50% !important;
}
.width-60pc {
  width: 60% !important;
}
.width-70pc {
  width: 70% !important;
}
.width-75pc {
  width: 75% !important;
}
.width-80pc {
  width: 80% !important;
}
.width-90pc {
  width: 90% !important;
}
.width-100pc {
  width: 100% !important;
}
.width-5 {
  width: 5px !important;
}
.width-10 {
  width: 10px !important;
}
.width-15 {
  width: 15px !important;
}
.width-20 {
  width: 20px !important;
}
.width-25 {
  width: 25px !important;
}
.width-30 {
  width: 30px !important;
}
.width-40 {
  width: 40px !important;
}
.width-50 {
  width: 50px !important;
}
.width-60 {
  width: 60px !important;
}
.width-70 {
  width: 70px !important;
}
.width-80 {
  width: 10px !important;
}
.width-90 {
  width: 90px !important;
}
.width-100 {
  width: 100px !important;
}
.width-150 {
  width: 150px !important;
}
.width-200 {
  width: 200px !important;
}
.width-250 {
  width: 250px !important;
}
.width-300 {
  width: 300px !important;
}
.width-350 {
  width: 350px !important;
}
.width-450 {
  width: 450px !important;
}
.width-500 {
  width: 500px !important;
}
@media (max-width: 767px) {
  [class^="width-"],
  [class*=" width-"] {
    width: 100% !important;
  }
}
.margin-0 {
  margin: 0 !important;
}
.margin-left-0 {
  margin-left: 0 !important;
}
.margin-right-0 {
  margin-right: 0 !important;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-left-5 {
  margin-left: 5px !important;
}
.margin-right-5 {
  margin-right: 5px !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-right-20 {
  margin-right: 20px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-left-30 {
  margin-left: 30px !important;
}
.margin-right-30 {
  margin-right: 30px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-left-40 {
  margin-left: 40px !important;
}
.margin-right-40 {
  margin-right: 40px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}
.margin-left-50 {
  margin-left: 50px !important;
}
.margin-right-50 {
  margin-right: 50px !important;
}
.margin-top-50 {
  margin-top: 50px !important;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}
/* PADDING */
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-top-0 {
  padding-top: 0 !important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.padding-left-5 {
  padding-left: 5px !important;
}
.padding-right-5 {
  padding-right: 5px !important;
}
.padding-top-5 {
  padding-top: 5px !important;
}
.padding-bottom-5 {
  padding-bottom: 5px !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.padding-right-10 {
  padding-right: 10px !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-left-20 {
  padding-left: 20px !important;
}
.padding-right-20 {
  padding-right: 20px !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.padding-left-30 {
  padding-left: 30px !important;
}
.padding-right-30 {
  padding-right: 30px !important;
}
.padding-top-30 {
  padding-top: 30px !important;
}
.padding-bottom-30 {
  padding-bottom: 30px !important;
}
.padding-left-40 {
  padding-left: 40px !important;
}
.padding-right-40 {
  padding-right: 40px !important;
}
.padding-top-40 {
  padding-top: 40px !important;
}
.padding-bottom-40 {
  padding-bottom: 40px !important;
}
.padding-left-50 {
  padding-left: 50px !important;
}
.padding-right-50 {
  padding-right: 50px !important;
}
.padding-top-50 {
  padding-top: 50px !important;
}
.padding-bottom-50 {
  padding-bottom: 50px !important;
}
/* 
  SPACE
*/
[class^="space-"],
[class*=" space-"] {
  margin: 0;
  display: block;
  overflow: hidden;
  clear: both;
}
.space-5 {
  height: 5px;
  max-height: 5px;
}
.space-10 {
  height: 10px;
  max-height: 10px;
}
.space-15 {
  height: 15px;
  max-height: 15px;
}
.space-20 {
  height: 20px;
  max-height: 20px;
}
.space-25 {
  height: 25px;
  max-height: 25px;
}
.space-30 {
  height: 30px;
  max-height: 30px;
}
.space-40 {
  height: 40px;
  max-height: 40px;
}
.space-50 {
  height: 50px;
  max-height: 50px;
}
.space-60 {
  height: 60px;
  max-height: 60px;
}
.space-70 {
  height: 70px;
  max-height: 70px;
}
.space-80 {
  height: 80px;
  max-height: 80px;
}
.space-90 {
  height: 90px;
  max-height: 90px;
}
.space-100 {
  height: 100px;
  max-height: 100px;
}
.clear {
  margin: 0;
  height: 0;
  clear: both;
  font-size: 0;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/*
  BUTTONS
*/
.btn {
  padding: 6px 15px;
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn [class^="fa-"],
.btn [class*=" fa-"] {
  margin-right: 3px;
  vertical-align: baseline;
}
.btn:hover,
.btn:focus {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.btn:active,
.btn.active {
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-lg {
  padding: 14px 28px;
}
.btn-xl {
  padding: 16px 30px;
}
.btn-sm {
  padding: 6px 12px;
}
.btn-xs {
  padding: 2px 7px;
}
.btn-default {
  background: none;
  border: 2px solid #555;
}
.btn-default:active,
.btn-default.active {
  background: #efefef;
}
.btn-default-white {
  color: #fff;
  border-color: #fff;
}
.btn-default-white:hover,
.btn-default-white:focus {
  color: #555;
  background: #fff;
  border-color: #fff;
}
.btn-default-white:active,
.btn-default-white.active {
  color: #555;
  background: #fff;
  border-color: #fff;
}
.btn-primary {
  background-color: #1bbc9b;
  border-color: #1bbc9b;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #1ed2ad;
  border-color: #1ed2ad;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #158f76;
  border-color: #158f76;
}
.btn-info {
  background-color: #66B9F9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #8DCBFF;
}
.btn-info:active,
.btn-info.active {
  background-color: #569DD3;
}
.btn-danger {
  background-color: #E45F56;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #F86D68;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #BF4D46;
}
.btn-success {
  background-color: #21BC5F;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #52E27D;
}
.btn-success:active,
.btn-success.active {
  background-color: #1A974C;
}
.btn-warning {
  background-color: #FFC23F;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #FFDA8C;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #BF922F;
}
.btn-pink {
  background-color: #D6487E;
  color: #fff;
}
.btn-pink:hover {
  background-color: #fc8bb4;
  color: #fff;
}
.btn-pink:active,
.btn-pink.active {
  background-color: #b73766;
  color: #fff;
}
.btn-purple {
  background-color: #7461aa;
  color: #fff;
}
.btn-purple:hover {
  background-color: #9585bf;
  color: #fff;
}
.btn-purple:active,
.btn-purple.active {
  background-color: #513D8B;
  color: #fff;
}
.btn-yellow {
  background-color: #F7EA73;
  color: #963;
}
.btn-yellow:hover {
  background-color: #FFFF9A;
}
.btn-yellow:active,
.btn-yellow.active {
  background-color: #E5DC6D;
}
.btn-grey {
  background-color: #95A5A6;
  color: #fff;
}
.btn-grey:hover {
  background-color: #bbb;
  color: #fff;
}
.btn-grey:active,
.btn-grey.active {
  background-color: #7F8C8D;
  color: #fff;
}
.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #555;
}
.btn-white:hover {
  background-color: #ddd;
  border-color: #fff;
  color: #555;
}
.btn-white:active,
.btn-white.active {
  background-color: #ddd;
  border-color: #fff;
  color: #555;
}
.btn-inverse {
  background-color: #34495E;
  color: #fff;
}
.btn-inverse:hover {
  background-color: #647688;
  color: #fff;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: colour-btn-inverse-active;
  color: #fff;
}
.btn-light {
  color: #777;
  background-color: #ECF0F1;
}
.btn-light [class^="fa-"],
.btn-light [class*=" fa-"] {
  color: #777;
}
.btn-light:hover {
  background-color: #f5f5f5;
}
.btn-light:active,
.btn-light.active {
  background-color: #BDC3C7;
}
.btn-facebook {
  color: #fff;
  background-color: #233678;
}
.btn-facebook:hover {
  background-color: #465EB1;
}
.btn-facebook:active,
.btn-facebook.active {
  background-color: #132255;
}
.btn-twitter {
  color: #fff;
  background-color: #54AEE1;
}
.btn-twitter:hover {
  background-color: #A5DEFF;
}
.btn-twitter:active,
.btn-twitter.active {
  background-color: #2D86B8;
}
.btn > .fa-only {
  margin: 0;
  vertical-align: middle;
  text-align: center;
}
.btn-group .btn {
  margin: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
.btn-group .btn .badge {
  padding-top: 2px;
  line-height: 14px;
}
.btn-group .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px !important;
  -moz-border-radius: 4px 0 0 4px !important;
  -o-border-radius: 4px 0 0 4px !important;
  border-radius: 4px 0 0 4px !important;
}
.btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0 !important;
  -moz-border-radius: 0 4px 4px 0 !important;
  -o-border-radius: 0 4px 4px 0 !important;
  border-radius: 0 4px 4px 0 !important;
}
.btn-group .btn:only-child {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
}
.btn-group .btn-light {
  color: #555 !important;
}
.btn-group .btn-light .badge {
  color: #555 !important;
  background: #c9c9c9 !important;
}
.btn-group .btn-light.active {
  background: #c9c9c9 !important;
}
.btn-group .btn-light.active .badge {
  background: #a9a9a9 !important;
}
.btn-group .btn-light.active:after {
  border: none;
}
.btn-group .btn-info {
  border-right-color: #569DD3 !important;
}
.btn-group .btn-primary {
  border-right-color: #158f76 !important;
}
.btn-group .btn-success {
  border-right-color: #1A974C !important;
}
.btn-group .btn-warning {
  border-right-color: #BF922F !important;
}
.btn-group .btn-danger {
  border-right-color: #BF4D46 !important;
}
.btn-group .btn-inverse {
  border-right-color: #2C3E50 !important;
}
.btn-group .btn-pink {
  border-right-color: #b73766 !important;
}
.btn-group .btn-purple {
  border-right-color: #513D8B !important;
}
.btn-group .btn-yellow {
  border-right-color: #E5DC6D !important;
}
.btn-group .btn-grey {
  border-right-color: #7F8C8D !important;
}
.btn-group .btn-light {
  border-right-color: #BDC3C7 !important;
}
.btn-group .btn.dropdown-toggle {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
}
.btn-group .btn + .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0 !important;
  -moz-border-radius: 0 4px 4px 0 !important;
  -o-border-radius: 0 4px 4px 0 !important;
  border-radius: 0 4px 4px 0 !important;
}
.btn-group.btn-group-vertical .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0 !important;
  -moz-border-radius: 4px 4px 0 0 !important;
  -o-border-radius: 4px 4px 0 0 !important;
  border-radius: 4px 4px 0 0 !important;
}
.btn-group.btn-group-vertical .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px !important;
  -moz-border-radius: 0 0 4px 4px !important;
  -o-border-radius: 0 0 4px 4px !important;
  border-radius: 0 0 4px 4px !important;
}
.btn-group.btn-group-vertical .btn {
  border-bottom: 2px solid #8b9aa3 !important;
  border-right: none !important;
  border-left: none !important;
}
.btn-group.btn-group-vertical .btn-info {
  border-bottom-color: #569DD3 !important;
}
.btn-group.btn-group-vertical .btn-primary {
  border-bottom-color: #158f76 !important;
}
.btn-group.btn-group-vertical .btn-success {
  border-bottom-color: #1A974C !important;
}
.btn-group.btn-group-vertical .btn-warning {
  border-bottom-color: #BF922F !important;
}
.btn-group.btn-group-vertical .btn-danger {
  border-bottom-color: #BF4D46 !important;
}
.btn-group.btn-group-vertical .btn-inverse {
  border-bottom-color: #2C3E50 !important;
}
.btn-group.btn-group-vertical .btn-pink {
  border-bottom-color: #b73766 !important;
}
.btn-group.btn-group-vertical .btn-purple {
  border-bottom-color: #513D8B !important;
}
.btn-group.btn-group-vertical .btn-yellow {
  border-bottom-color: #E5DC6D !important;
}
.btn-group.btn-group-vertical .btn-grey {
  border-bottom-color: #7F8C8D !important;
}
.btn-group.btn-group-vertical .btn-light {
  border-bottom-color: #BDC3C7 !important;
}
.btn-group.btn-group-vertical .btn:last-child {
  border-bottom: none !important;
}
.btn-group.dropup .btn,
.btn-group.dropdown .btn {
  margin-right: 0 !important;
  -webkit-border-radius: 4px 0 0 4px !important;
  -moz-border-radius: 4px 0 0 4px !important;
  -o-border-radius: 4px 0 0 4px !important;
  border-radius: 4px 0 0 4px !important;
}
.btn-group.dropup .btn .caret,
.btn-group.dropdown .btn .caret {
  border-bottom-color: #fff;
}
.btn-group.dropup .dropdown-toggle,
.btn-group.dropdown .dropdown-toggle {
  padding: 5px 10px !important;
  -webkit-border-radius: 0 4px 4px 0 !important;
  -moz-border-radius: 0 4px 4px 0 !important;
  -o-border-radius: 0 4px 4px 0 !important;
  border-radius: 0 4px 4px 0 !important;
}
.btn-group.dropup .dropdown-toggle .caret,
.btn-group.dropdown .dropdown-toggle .caret {
  margin-left: 0;
}
.btn-group.dropup .btn.dropdown-toggle.btn-sm,
.btn-group.dropdown .btn.dropdown-toggle.btn-sm {
  padding: 3px 8px !important;
}
.btn-group.dropup .btn.dropdown-toggle.btn-xs,
.btn-group.dropdown .btn.dropdown-toggle.btn-xs {
  padding: 2px 8px !important;
}
.btn-group.dropup .btn.dropdown-toggle.btn-xser,
.btn-group.dropdown .btn.dropdown-toggle.btn-xser {
  padding: 1px 6px !important;
}
.btn-group.dropup .dropdown-toggle.btn-info:active,
.btn-group.dropdown .dropdown-toggle.btn-info:active {
  background: #4f99c6 !important;
}
.btn-group.dropup:hover .btn,
.btn-group.dropdown:hover .btn {
  background: #fff !important;
  border-right-color: #fff !important;
}
.btn-group.dropup:hover .dropdown-toggle.btn,
.btn-group.dropdown:hover .dropdown-toggle.btn {
  background: #fff !important;
}
.btn-group.dropup:hover .btn-info,
.btn-group.dropdown:hover .btn-info {
  background: #569DD3 !important;
  border-right-color: #569DD3 !important;
}
.btn-group.dropup:hover .dropdown-toggle.btn-info,
.btn-group.dropdown:hover .dropdown-toggle.btn-info {
  background: #8DCBFF !important;
}
.btn-group.dropup:hover .btn-primary,
.btn-group.dropdown:hover .btn-primary {
  background: #158f76 !important;
  border-right-color: #158f76 !important;
}
.btn-group.dropup:hover .dropdown-toggle.btn-primary,
.btn-group.dropdown:hover .dropdown-toggle.btn-primary {
  background: #1ed2ad !important;
}
.btn-group.dropup:hover .btn-success,
.btn-group.dropdown:hover .btn-success {
  background: #1A974C !important;
  border-right-color: #1A974C !important;
}
.btn-group.dropup:hover .dropdown-toggle.btn-success,
.btn-group.dropdown:hover .dropdown-toggle.btn-success {
  background: #52E27D !important;
}
.btn-group.dropup:hover .btn-warning,
.btn-group.dropdown:hover .btn-warning {
  background: #BF922F !important;
  border-right-color: #BF922F !important;
}
.btn-group.dropup:hover .dropdown-toggle.btn-warning,
.btn-group.dropdown:hover .dropdown-toggle.btn-warning {
  background: #FFDA8C !important;
}
.btn-group.dropup:hover .btn-danger,
.btn-group.dropdown:hover .btn-danger {
  background: #BF4D46 !important;
  border-right-color: #BF4D46 !important;
}
.btn-group.dropup:hover .dropdown-toggle.btn-danger,
.btn-group.dropdown:hover .dropdown-toggle.btn-danger {
  background: #F86D68 !important;
}
.btn-group.dropup:hover .btn-inverse,
.btn-group.dropdown:hover .btn-inverse {
  background: #2C3E50 !important;
  border-right-color: #2C3E50 !important;
}
.btn-group.dropup:hover .dropdown-toggle.btn-inverse,
.btn-group.dropdown:hover .dropdown-toggle.btn-inverse {
  background: #647688 !important;
}
.btn-group.dropup:hover .btn-pink,
.btn-group.dropdown:hover .btn-pink {
  background: #b73766 !important;
  border-right-color: #b73766 !important;
}
.btn-group.dropup:hover .dropdown-toggle.btn-pink,
.btn-group.dropdown:hover .dropdown-toggle.btn-pink {
  background: #fc8bb4 !important;
}
.btn-group.dropup:hover .btn-purple,
.btn-group.dropdown:hover .btn-purple {
  background: #513D8B !important;
  border-right-color: #513D8B !important;
}
.btn-group.dropup:hover .dropdown-toggle.btn-purple,
.btn-group.dropdown:hover .dropdown-toggle.btn-purple {
  background: #9585bf !important;
}
.btn-group.dropup:hover .btn-yellow,
.btn-group.dropdown:hover .btn-yellow {
  background: #E5DC6D !important;
  border-right-color: #E5DC6D !important;
}
.btn-group.dropup:hover .dropdown-toggle.btn-yellow,
.btn-group.dropdown:hover .dropdown-toggle.btn-yellow {
  background: #FFFF9A !important;
}
.btn-group.dropup:hover .btn-grey,
.btn-group.dropdown:hover .btn-grey {
  background: #7F8C8D !important;
  border-right-color: #7F8C8D !important;
}
.btn-group.dropup:hover .dropdown-toggle.btn-grey,
.btn-group.dropdown:hover .dropdown-toggle.btn-grey {
  background: #bbb !important;
}
.btn-group.dropup:hover .btn-light,
.btn-group.dropdown:hover .btn-light {
  background: #BDC3C7 !important;
  border-right-color: #BDC3C7 !important;
}
.btn-group.dropup:hover .dropdown-toggle.btn-light,
.btn-group.dropdown:hover .dropdown-toggle.btn-light {
  background: #f5f5f5 !important;
}
.btn-group.open .btn {
  background: #e3e3e3 !important;
}
.btn-group.open .dropdown-toggle.btn {
  background: #fff !important;
}
.btn-group.open .btn-info {
  background: #66B9F9 !important;
}
.btn-group.open .dropdown-toggle.btn-info {
  background: #569DD3 !important;
}
.btn-group.open .btn-primary {
  background: #1bbc9b !important;
}
.btn-group.open .dropdown-toggle.btn-primary {
  background: #158f76 !important;
}
.btn-group.open .btn-success {
  background: #21BC5F !important;
}
.btn-group.open .dropdown-toggle.btn-success {
  background: #1A974C !important;
}
.btn-group.open .btn-warning {
  background: #FFC23F !important;
}
.btn-group.open .dropdown-toggle.btn-warning {
  background: #BF922F !important;
}
.btn-group.open .btn-danger {
  background: #E45F56 !important;
}
.btn-group.open .dropdown-toggle.btn-danger {
  background: #BF4D46 !important;
}
.btn-group.open .btn-inverse {
  background: #34495E !important;
}
.btn-group.open .dropdown-toggle.btn-inverse {
  background: #2C3E50 !important;
}
.btn-group.open .btn-pink {
  background: #D6487E !important;
}
.btn-group.open .dropdown-toggle.btn-pink {
  background: #b73766 !important;
}
.btn-group.open .btn-purple {
  background: #7461aa !important;
}
.btn-group.open .dropdown-toggle.btn-purple {
  background: #513D8B !important;
}
.btn-group.open .btn-yellow {
  background: #F7EA73 !important;
}
.btn-group.open .dropdown-toggle.btn-yellow {
  background: #E5DC6D !important;
}
.btn-group.open .btn-grey {
  background: #95A5A6 !important;
}
.btn-group.open .dropdown-toggle.btn-grey {
  background: #7F8C8D !important;
}
.btn-group.open .btn-light {
  background: #ECF0F1 !important;
}
.btn-group.open .dropdown-toggle.btn-light {
  background: #BDC3C7 !important;
}
.btn-toolbar {
  margin: 30px 0 0;
}
.btn-toolbar .btn {
  font-size: 14px;
}
.btn-toolbar .btn-xs {
  font-size: 11px;
}
.btn-toolbar .btn-sm {
  font-size: 12px;
}
.btn-toolbar .btn-lg {
  font-size: 16px;
}
.btn-toolbar .btn-xl {
  font-size: 18px;
}
.btn-toolbar .btn-group-vertical .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .btn-xl {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .btn-toolbar .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 550px) {
  .btn-xs,
  .btn-sm,
  .btn-lg,
  .btn-xl {
    font-size: 14px !important;
  }
}
/*
  TYPOGRAPHY
*/
a {
  color: #158f76;
  font-weight: 600;
}
a:hover,
a:focus {
  color: #0e6351;
  outline: none;
  text-decoration: none;
}
a:active {
  color: #0b4c3f;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 30px 0 0;
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}
h1 .btn,
h2 .btn,
h3 .btn,
h4 .btn,
h5 .btn,
h6 .btn {
  font-size: 100%;
}
h1 {
  font-family: 'gotham_lightregular', Helvetica, Arial, sans-serif;
  font-size: 54px;
  text-transform: uppercase;
}
.module-title,
.entry-title {
  margin-top: 0;
  padding: 15px 20px;
  display: inline-block;
  font-family: 'Tondu_Beta', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 54px;
  text-transform: uppercase;
  background: #8cbcaa;
  color: #fff;
}
h2.module-title,
h2.entry-title {
  font-size: 42px;
}
@media (max-width: 767px) {
  h2.module-title,
  h2.entry-title {
    font-size: 36px;
  }
}
.module-subtitle {
  font-size: 18px;
}
@media (max-width: 767px) {
  .module-subtitle {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  h1,
  .entry-title {
    font-size: 34px;
  }
}
h2 {
  font-size: 36px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}
h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
}
h4 {
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
}
h5,
h6 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  text-transform: uppercase;
}
h6 {
  font-size: 13px;
}
p {
  margin: 40px 0 0;
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif !important;
  font-size: 17px;
  line-height: 1.7;
}
p a {
  word-wrap: break-word;
}
@media (max-width: 767px) {
  p {
    margin-top: 20px;
    font-size: 15px;
  }
}
ul,
ol {
  margin-left: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}
ul li,
ol li {
  margin: 5px 0;
  font-size: 15px;
  line-height: 1.6;
}
ul li ul,
ol li ul,
ul li ol,
ol li ol {
  margin-left: 35px;
}
.fa-ul {
  margin: 20px 0 0 25px !important;
}
.fa-ul li {
  margin: 8px 0;
}
.fa-ul li .fa {
  top: 4px;
  font-size: 18px;
  color: #777;
}
strong {
  font-weight: 800;
}
pre {
  margin: 30px 0 0;
  padding: 10px 10px 0;
  word-break: break-word;
  font-size: 12px;
  background: #f3f3f3;
  border: 1px solid #e6e6e6;
  text-shadow: 0 1px 0 #fff;
  -moz-box-shadow: 0 1px 0 #e6e6e6;
  -webkit-box-shadow: 0 1px 0 #e6e6e6;
  -o-box-shadow: 0 1px 0 #e6e6e6;
  box-shadow: 0 1px 0 #e6e6e6;
}
code {
  padding: 3px 5px;
  border: 1px solid #E45F56;
}
blockquote {
  border-left-color: #ccc;
  font-family: Georgia, Times New Roman, serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.7;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote:before {
  opacity: 0.5;
  content: open-quote;
}
blockquote.large.center {
  margin: 0;
  padding: 0 20px;
  text-align: center;
  border: none;
  font-size: 25px;
  font-style: italic;
}
blockquote.large.center small {
  margin: 10px 0 0;
  font-size: 15px;
  font-style: normal;
  opacity: 0.75;
}
blockquote.large.center:before {
  margin: 0;
  position: relative;
  font-size: 25px;
  line-height: 1;
}
dl {
  margin: 20px 0 -20px;
}
dl dt {
  margin-bottom: 10px;
}
dl dd {
  margin-bottom: 20px;
}
dl dt,
dl dd {
  font-size: 15px;
  line-height: 1.4;
}
dl:after {
  content: "";
  display: table;
  clear: both;
}
.purple {
  color: #7461aa !important;
}
hr {
  margin: 60px 0;
  clear: both;
  border-top-color: #d9d9d9;
}
.green-title {
  padding: 15px 20px;
  display: inline-block;
  font-family: 'Tondu_Beta', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 54px;
  text-transform: uppercase;
  background: #8cbcaa;
  color: #fff;
}
/*
  DROPDOWN MENUS
*/
ul.dropdown-menu {
  border: none;
  background: #34495E;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
ul.dropdown-menu li {
  font-size: 13px;
}
ul.dropdown-menu li a {
  color: #fff;
  background: #34495E;
}
ul.dropdown-menu li:hover a {
  background: #fff;
  color: #34495E;
}
ul.dropdown-menu li.divider {
  border: none;
  background: #000;
}
ul.dropdown-menu li.nav-header {
  color: #ccc;
  text-shadow: none;
}
ul.dropdown-menu:before,
ul.dropdown-menu:after {
  border-bottom-color: #fff;
}
/*
  ICONS
*/
/*
  NAVBAR
*/
.navbar-inverse {
  background: #000;
  border: none;
  padding: 10px 0;
  transition: padding 0.3s ease;
  /*.navbar-brand {
    margin: 7px 0 0;
    padding: 0;
    display: block;
    height: 40px;
    width: 340px;
    font-family: @font-gotham;
    font-size: 0;
    text-transform: uppercase;
    text-indent: -10000000em;
    background: url(img/logo.png?b) 0 0 no-repeat;
    background-size: 340px auto;
    color: #fff;
    transition: ease-in-out 0.5s;
  }*/
}
.navbar-inverse .navbar-brand {
  color: #fff;
  float: left;
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
  font-size: 28px;
  margin: 0 10px 0 0;
  text-transform: uppercase;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  opacity: 0.5;
}
.navbar-inverse .navbar-toggle {
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  border-color: #555;
  color: #fff;
}
.navbar-inverse .navbar-toggle .fa {
  margin-right: 5px;
}
.navbar-inverse .navbar-toggle:hover {
  text-decoration: none;
  background: #1bbc9b;
}
.navbar-inverse .navbar-nav {
  float: right;
}
.navbar-inverse .navbar-nav .open > a,
.navbar-inverse .navbar-nav .open > a:hover,
.navbar-inverse .navbar-nav .open > a:focus {
  background: none;
  color: #1bbc9b;
}
.navbar-inverse .navbar-nav li {
  margin: 0;
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.navbar-inverse .navbar-nav li a {
  color: #fff;
}
.navbar-inverse .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li a:focus {
  color: #158f76;
}
.navbar-inverse .navbar-nav li .dropdown-menu {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.navbar-inverse .navbar-nav li .dropdown-menu li a {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #555;
  background: #fff;
}
.navbar-inverse .navbar-nav li .dropdown-menu li a:hover {
  background: #158f76;
  color: #fff;
}
.navbar-inverse .navbar-nav li .dropdown-menu li.divider {
  margin: 10px 0;
  border: none;
  background: #d0d0d0;
}
.navbar-inverse .navbar-nav li .dropdown-menu li.nav-header {
  padding: 3px 20px;
  font-size: 12px;
  text-transform: uppercase;
  color: #888;
  text-shadow: none;
}
.navbar-inverse .navbar-nav li a.wpmenucart-contents {
  padding-top: 13px;
  padding-bottom: 13px;
}
.navbar-inverse .navbar-nav li .wpmenucart-icon-shopping-cart-0:before {
  position: relative;
  top: -1px;
  vertical-align: middle;
  font-size: 28px;
}
.navbar-inverse .navbar-nav .active a,
.navbar-inverse .navbar-nav .current-menu-item a,
.navbar-inverse .navbar-nav .current_page_parent a,
.navbar-inverse .navbar-nav .active a:hover,
.navbar-inverse .navbar-nav .current-menu-item a:hover,
.navbar-inverse .navbar-nav .current_page_parent a:hover,
.navbar-inverse .navbar-nav .active a:focus,
.navbar-inverse .navbar-nav .current-menu-item a:focus,
.navbar-inverse .navbar-nav .current_page_parent a:focus,
.navbar-inverse .navbar-nav .active a:active,
.navbar-inverse .navbar-nav .current-menu-item a:active,
.navbar-inverse .navbar-nav .current_page_parent a:active {
  background: none;
  color: #1bbc9b;
}
.navbar-inverse .btn-toolbar {
  margin: 8px 0 0;
}
.navbar-inverse .navbar-nav.navbar-right:last-child {
  margin-right: 0;
}
body.page-home .navbar-inverse {
  background: none;
}
body.page-home .navbar-inverse .navbar-collapse {
  padding: 15px 0;
  border-bottom: 2px solid #fff;
}
@media (max-width: 1200px) {
  .navbar-inverse .navbar-nav {
    margin-left: -7px;
    float: left;
  }
  .navbar-inverse .navbar-nav li a {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-nav li a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 767px) {
  .navbar.navbar-inverse .navbar-collapse {
    padding-top: 0;
  }
  .navbar.navbar-inverse .navbar-toggle {
    font-weight: 600;
    border: 0;
  }
  .navbar.navbar-inverse .navbar-toggle .btn-navbar-text {
    display: none;
  }
  .navbar.navbar-inverse .navbar-toggle .fa {
    margin-right: 0;
  }
  .navbar.navbar-inverse {
    padding: 0;
  }
  .navbar.navbar-inverse .btn-toolbar.pull-right {
    float: none !important;
  }
  .navbar.navbar-inverse .btn-toolbar.pull-right .btn {
    margin-left: 0;
    margin-bottom: 20px;
    display: block;
  }
  .navbar.navbar-inverse .navbar-collapse {
    border-top: 0;
    clear: both;
    max-height: 1000000000em;
    padding-left: 0;
    padding-right: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .navbar.navbar-inverse .navbar-nav {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar.navbar-inverse .navbar-nav li a {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar.navbar-inverse .navbar-nav li .dropdown-menu li.nav-header {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar.navbar-inverse .navbar-nav .open .dropdown-menu {
    position: relative;
    float: none !important;
    background: none;
  }
  .navbar.navbar-inverse .navbar-nav .open .dropdown-menu li a {
    background: none;
    color: #fff;
  }
  body.nav-open .navbar.scroll {
    height: 100%;
    overflow-y: scroll;
  }
}
@media (max-width: 551px) {
  .navbar-inverse .navbar-brand {
    height: 29px;
    margin-top: 10px;
    width: 250px;
    background-size: 250px 29px;
  }
}
.navbar.scroll {
  padding: 0 !important;
  background: #000 !important;
}
.navbar.scroll .navbar-collapse {
  border-bottom-width: 0 !important;
}
body.single {
  /* Make the News menu item highlighted on all News pages */
}
body.single .navbar-inverse .navbar-nav .menu-item-16 a,
body.single .navbar-inverse .navbar-nav .menu-item-16 a:hover,
body.single .navbar-inverse .navbar-nav .menu-item-16 a:focus,
body.single .navbar-inverse .navbar-nav .menu-item-16 a:active {
  background: none;
  color: #1bbc9b;
}
/*
  BOOTSTRAP CSS ELEMENTS & COMPONENTS
*/
[class^="col-md-"],
[class*="col-md-"] {
  position: relative;
}
[class^="col-md-"]:after,
[class*="col-md-"]:after {
  content: "";
  display: table;
  clear: both;
}
.page-header {
  margin: 0 0 90px;
  padding: 0;
  border-bottom-width: 0;
}
.page-header img {
  margin: 0 0 20px;
  width: 100%;
  height: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.page-header h1 {
  margin: 0;
}
.page-header h1 em {
  color: #7461aa;
  font-style: normal;
}
.page-header .lead {
  margin: 10px 0 0;
  font-weight: 400;
  color: #9a9a9a;
}
.breadcrumb {
  margin: 20px 0 0;
}
.breadcrumb li {
  font-size: 13px;
  font-weight: 500;
}
.popover {
  font-family: 'gotham_lightregular', Helvetica, Arial, sans-serif;
  color: #fff;
  background: #34495E;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.popover .popover-title {
  color: #fff;
  background: #2C3E50;
  border: none;
}
.popover .popover-content {
  font-size: 12px;
}
.popover .popover-content p,
.popover .popover-content ul li,
.popover .popover-content ol li {
  color: #fff;
  font-size: 12px;
}
.popover.top .arrow,
.popover.top .arrow:after {
  border-top-color: #34495E;
}
.popover.right .arrow,
.popover.right .arrow:after {
  border-right-color: #34495E;
}
.popover.bottom .arrow,
.popover.bottom .arrow:after {
  border-bottom-color: #2C3E50;
}
.popover.left .arrow,
.popover.left .arrow:after {
  border-left-color: #34495E;
}
ul.popover-examples {
  margin: 30px 0 0;
}
ul.popover-examples li {
  margin: 0 20px 5px 0;
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
}
.tooltip {
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.tooltip-inner {
  max-width: 200px;
  padding: 4px 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #1bbc9b;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #1bbc9b;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #34495E;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #34495E;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #34495E;
}
.typeahead.dropdown-menu li {
  font-size: 14px;
}
.alert {
  margin: 30px 0 0;
  background: #fdfbef;
  border-color: #faebcc;
}
.alert-error {
  background: #faf2f2;
  border-color: #ebccd1;
}
.alert-success {
  background: #f0f8ed;
  border-color: #d6e9c6;
}
.alert-info {
  background: #f2fbff;
  border-color: #bce8f1;
}
.panel {
  margin: 30px 0 0;
}
.panel-group .panel {
  margin-bottom: 5px;
}
.panel-group .panel .panel-heading {
  font-size: 15px;
  background: #f3f3f3;
}
.panel-group .panel .panel-heading:hover {
  background: #158f76;
}
.panel-group .panel .panel-heading:hover a {
  text-decoration: none;
  color: #fff;
}
.panel-group .panel .panel-body {
  font-size: 15px;
  line-height: 1.6;
}
.list-group {
  margin: 30px 0 0;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  background-color: #1bbc9b;
  border-color: #158f76;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading,
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #fff;
}
.pager {
  margin: 30px 0 0;
  clear: both;
}
.pager li {
  padding: 0 30px 0 0;
  width: 50%;
  display: block;
  float: left;
  vertical-align: top;
  text-align: left;
}
.pager li a {
  padding: 0;
  display: inline-block;
  background: none;
  border: none;
}
.pager li a:hover {
  background: none;
}
.pager li small {
  margin: 0 0 10px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  color: #787878;
}
.pager li h3 {
  margin: 0 0 10px;
}
.pager li p {
  margin: 0;
  font-size: 13px;
  color: #787878;
}
.pager li .fa {
  margin: 0 5px 0 0;
}
.pager li.next {
  padding: 0 0 0 30px;
  text-align: right;
}
.pager li.next small .fa {
  margin: 0 0 0 5px;
}
.pagination {
  margin: 90px 0 0;
}
.pagination li {
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.pagination li > span,
.pagination li a {
  padding: 9px 12px;
  line-height: 1.2;
}
.pagination li a {
  color: #158f76;
}
.pagination li a:hover,
.pagination li a:focus {
  background: rgba(21, 143, 118, 0.2);
  color: #158f76;
}
.pagination li.disabled span,
.pagination li.disabled a {
  color: #888;
  background: #d0d0d0;
}
.pagination li.active a,
.pagination li.active span,
.pagination li.active a:hover,
.pagination li.active span:hover,
.pagination li.active a:focus,
.pagination li.active span:focus,
.pagination li a.current,
.pagination li span.current {
  background: #1bbc9b;
  border-color: #1bbc9b;
  color: #fff;
}
.well {
  margin: 30px 0 0;
  background: #f3f3f3;
  border: 1px solid #e6e6e6;
  text-shadow: 0 1px 0 #fff;
  -moz-box-shadow: 0 1px 0 #e6e6e6;
  -webkit-box-shadow: 0 1px 0 #e6e6e6;
  -o-box-shadow: 0 1px 0 #e6e6e6;
  box-shadow: 0 1px 0 #e6e6e6;
}
.well p:first-child {
  margin-top: 0;
}
.well:after {
  content: "";
  display: table;
  clear: both;
}
.media-list {
  margin: 30px 0 0;
}
.media-list li {
  margin: 30px 0 0;
}
.media-list li a .media-object {
  position: relative;
  top: 5px;
  height: 64px;
  width: 64px;
}
.media-list li a.pull-left {
  margin: 0 15px 0 0;
}
.media-list li .media-body p {
  margin: 5px 0 0;
  font-size: 14px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: none;
  border-color: none;
}
.nav-tabs,
.nav-pills {
  margin: 30px 0 0;
}
.nav-tabs li,
.nav-pills li {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
}
.nav-tabs {
  border-bottom-width: 2px;
  border-bottom-color: rgba(21, 143, 118, 0.2);
}
.nav-tabs li {
  margin-bottom: -2px;
}
.nav-tabs li a {
  padding-left: 25px;
  padding-right: 25px;
  border-width: 0;
  color: #158f76;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active:hover > a,
.nav-tabs > li.active:focus > a,
.nav-tabs > li.active:active > a,
.nav-tabs > li:hover > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active:hover > a:hover,
.nav-tabs > li.active:focus > a:hover,
.nav-tabs > li.active:active > a:hover,
.nav-tabs > li:hover > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active:hover > a:focus,
.nav-tabs > li.active:focus > a:focus,
.nav-tabs > li.active:active > a:focus,
.nav-tabs > li:hover > a:focus,
.nav-tabs > li.active > a:active,
.nav-tabs > li.active:hover > a:active,
.nav-tabs > li.active:focus > a:active,
.nav-tabs > li.active:active > a:active,
.nav-tabs > li:hover > a:active {
  background: none;
  border-width: 0;
  border-bottom: 2px solid #158f76;
}
.nav-tabs > li.dropdown.active > a,
.nav-tabs > li.dropdown.active:hover > a,
.nav-tabs > li.dropdown.active:focus > a,
.nav-tabs > li.dropdown.active:active > a,
.nav-tabs > li:hover > a,
.nav-tabs > li.dropdown.active > a:hover,
.nav-tabs > li.dropdown.active:hover > a:hover,
.nav-tabs > li.dropdown.active:focus > a:hover,
.nav-tabs > li.dropdown.active:active > a:hover,
.nav-tabs > li:hover > a:hover,
.nav-tabs > li.dropdown.active > a:focus,
.nav-tabs > li.dropdown.active:hover > a:focus,
.nav-tabs > li.dropdown.active:focus > a:focus,
.nav-tabs > li.dropdown.active:active > a:focus,
.nav-tabs > li:hover > a:focus,
.nav-tabs > li.dropdown.active > a:active,
.nav-tabs > li.dropdown.active:hover > a:active,
.nav-tabs > li.dropdown.active:focus > a:active,
.nav-tabs > li.dropdown.active:active > a:active,
.nav-tabs > li:hover > a:active {
  background: none;
}
.nav-tabs .dropdown-menu {
  margin-top: -2px;
}
.nav-tabs-center,
.nav-tabs-centre {
  text-align: center;
}
.nav-tabs-center li,
.nav-tabs-centre li {
  display: inline-block;
  float: none;
}
.nav-pills li {
  display: inline-block;
  float: none;
}
.nav-pills li a {
  border: 1px solid rgba(85, 85, 85, 0.35);
  color: rgba(85, 85, 85, 0.75);
}
.nav-pills li.active a,
.nav-pills li.active:hover a,
.nav-pills li.active a:hover,
.nav-pills li.active:hover a:hover,
.nav-pills li.active a:focus,
.nav-pills li.active:hover a:focus,
.nav-pills li.active a:active,
.nav-pills li.active:hover a:active {
  background: #1bbc9b;
}
.nav-pills.nav-stacked li {
  display: block;
}
.nav-pills.nav-stacked li [class^="fa-"],
.nav-pills.nav-stacked li [class*=" fa-"],
.nav-pills.nav-stacked li [class^="icon-"],
.nav-pills.nav-stacked li [class*=" icon-"] {
  color: #555;
}
.nav-pills.nav-stacked li.active [class^="fa-"],
.nav-pills.nav-stacked li.active [class*=" fa-"],
.nav-pills.nav-stacked li.active [class^="icon-"],
.nav-pills.nav-stacked li.active [class*=" icon-"] {
  color: #fff;
}
.alert {
  font-size: 14px;
}
.alert .close {
  font-size: 18px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.modal .modal-header {
  padding: 15px 20px;
}
.modal .close {
  font-size: 25px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.modal .modal-content {
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25) !important;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25) !important;
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25) !important;
}
.table tr th {
  font-size: 15px;
}
.table tr td {
  font-size: 14px;
}
.table tr:hover td,
.table tr:nth-child(odd):hover td {
  background: #e8edf2;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background: #f5f5f5;
}
.table-alternative {
  border-collapse: separate;
}
.table-alternative thead tr th {
  background: #f0f0f0;
  border-top: 2px solid #e6e6e6 !important;
  border-bottom: 2px solid #e6e6e6;
}
.table-alternative thead tr th:first-child {
  border-left: 2px solid #e6e6e6;
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  -o-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.table-alternative thead tr th:last-child {
  border-right: 2px solid #e6e6e6;
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  -o-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.table-alternative tbody tr td {
  border-top: none;
  border-bottom: 2px solid #e6e6e6;
}
.table-alternative tbody tr td:first-child {
  border-left: 2px solid #e6e6e6;
}
.table-alternative tbody tr td:last-child {
  border-right: 2px solid #e6e6e6;
}
.table-alternative tbody tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  -o-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.table-alternative tbody tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  -o-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.tabbable {
  margin: 30px 0 0;
}
.tabbable .nav-tabs {
  margin: 0 0 -1px;
}
.tabbable .nav-tabs li.open ul.dropdown-menu li.active a,
.tabbable .nav-tabs li.open ul.dropdown-menu li:hover a {
  color: #fff;
  background: #158f76;
}
.tabbable .tab-content {
  padding: 15px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.tabbable .tab-content p:last-child {
  margin: 0;
}
.label,
.badge {
  font-weight: normal;
}
.label-medium {
  padding: 2px 6px 3px;
  font-size: 11px;
}
.label-large {
  padding: 3px 8px 4px;
  font-size: 14px;
}
/*
  FORM INPUTS & ELEMENTS
*/
form {
  margin: 20px 0 0;
}
.form-group .row {
  margin-bottom: 0;
}
.form-group .row [class^="col-md-"] .help-inline,
.form-group .row [class*=" col-md-"] .help-inline {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .form-group [class^="col-md-"],
  .form-group [class*="col-md-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.has-error .help-inline {
  color: #b94a48;
}
.has-success .help-inline {
  color: #468847;
}
.has-warning .help-inline {
  color: #c09853;
}
.control-label {
  padding-top: 6px;
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
}
.form-control {
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #1bbc9b;
}
label,
input,
button,
select,
textarea {
  line-height: 22px;
}
label {
  line-height: 24px;
}
.input-group .input-group-addon {
  margin-right: 0;
  height: 24px;
  min-width: 20px;
  position: relative;
  line-height: 24px;
  border: 2px solid #dce4ec;
  background: #dce4ec;
  z-index: 2;
}
.input-group input[type="text"] {
  position: relative;
  z-index: 1;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-group .btn {
  padding: 7px 15px;
  position: relative;
  z-index: 2;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-group .icon-append {
  position: relative;
  z-index: 2;
}
.input-prepend .add-on {
  margin-right: -2px;
}
.input-prepend input[type="text"] {
  border-left: none;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend .btn {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-group .input-group-addon {
  margin-left: -3px;
  z-index: 2;
}
.tt-dropdown-menu {
  padding: 5px 0;
  min-width: 200px;
  background: #34495e !important;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.tt-dropdown-menu .tt-suggestion {
  padding: 5px 20px;
}
.tt-dropdown-menu .tt-suggestion p {
  margin: 0;
  font-size: 13px;
  color: #fff;
}
.tt-dropdown-menu .tt-suggestion:hover {
  background: #158f76;
}
.tt-dropdown-menu .tt-suggestion:hover p {
  color: #fff;
}
.tt-hint {
  top: -2px !important;
  left: -1px !important;
}
.twitter-typeahead {
  width: 100%;
}
input.search-query + .icon-append,
input.typeahead + .icon-append {
  z-index: 2;
  right: 25px;
  top: 3px;
  position: relative;
  font-size: 15px;
  color: #bbb;
}
input.search-query + .icon-append {
  right: 28px;
  top: 2px;
}
label {
  cursor: pointer;
}
label.checkbox,
label.radio {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 25px !important;
  position: relative;
  line-height: 19px;
  font-weight: normal;
}
label.checkbox input[type="checkbox"],
label.radio input[type="checkbox"],
label.checkbox input[type="radio"],
label.radio input[type="radio"] {
  display: none;
}
label.checkbox span,
label.radio span {
  position: absolute;
  top: -1px;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/checkbox-2x.png?b) -90px 0 no-repeat;
  background-size: 110px 110px;
}
label.checkbox input[type="radio"]:checked + span,
label.radio input[type="radio"]:checked + span,
label.checkbox input[type="checkbox"]:checked + span,
label.radio input[type="checkbox"]:checked + span {
  background-position: -60px -30px;
}
label.checkbox input[type="radio"]:disabled + span,
label.radio input[type="radio"]:disabled + span,
label.checkbox input[type="checkbox"]:disabled + span,
label.radio input[type="checkbox"]:disabled + span {
  background-position: -30px -60px;
  cursor: not-allowed;
}
label.checkbox input[type="radio"]:disabled:checked + span,
label.radio input[type="radio"]:disabled:checked + span,
label.checkbox input[type="checkbox"]:disabled:checked + span,
label.radio input[type="checkbox"]:disabled:checked + span {
  background-position: 0 -90px;
  cursor: not-allowed;
}
label.radio span {
  background-image: url(../img/radio-2x.png?b);
}
label.checkbox:hover,
label.radio:hover {
  color: #999;
}
label.checkbox.disabled,
label.radio.disabled {
  color: #999;
  cursor: not-allowed;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.form-inline label.radio,
.form-inline label.checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
label.radio.inline,
label.checkbox.inline {
  margin-right: 10px;
  padding-top: 0;
}
.checkbox .icon,
.radio .icon {
  top: 0;
}
.checkbox .icon,
.checkbox .icon-to-fade {
  top: 0;
  background-image: url(../img/checkbox.png?b);
}
.radio .icon,
.radio .icon-to-fade {
  top: 0;
  background-image: url(../img/radio.png?b);
}
.help-block,
.help-inline {
  font-size: 13px;
  color: #555;
}
.help-inline {
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.help-block {
  padding: 5px 0;
}
.form-inline label,
.form-inline input,
.form-inline .btn {
  margin-right: 5px;
}
.separator {
  margin: 5px 0 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
  text-align: center;
}
.separator .line {
  margin: 0 10px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -1px;
  height: 1px;
  width: 50px;
  border-top: 1px solid #d0d0d0;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.toggle {
  background: #34495E;
}
.toggle [class^="icon-"],
.toggle [class*=" icon-"] {
  color: #fff;
}
.toggle label.toggle-radio {
  line-height: 21px;
  color: #fff;
  background-image: url(../img/icon-on.png?b);
}
.toggle.toggle-off {
  background: #cbd2d8;
}
.toggle.toggle-off label.toggle-radio,
.toggle.toggle-off [class^="icon-"],
.toggle.toggle-off [class*=" icon-"] {
  color: #777;
}
.toggle.toggle-off label.toggle-radio {
  background-image: url(../img/toggle/icon-off.png?b);
}
.toggle.toggle-icon .toggle-radio {
  background-image: url(../img/block-on.png?b);
}
.toggle.toggle-icon.toggle-off .toggle-radio {
  background-image: url(../img/toggle/block-off.png?b);
}
.form-actions {
  margin: 0 0 15px;
}
.form-actions-no-bg {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
  border: none;
}
.ui-slider {
  margin: 30px 0 0;
  height: 20px;
  border: none;
  background: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.ui-slider .ui-slider-handle {
  height: 26px;
  top: -3px;
  background: #e6e6e6;
  cursor: pointer;
}
.ui-slider .ui-slider-range {
  background: #158f76;
}
.progress {
  margin: 30px 0 0;
}
/*
  CUSTOM CSS ELEMENTS & COMPONENTS
*/
.entry-header {
  margin-bottom: 60px;
}
.wrapper {
  padding: 150px 0;
  position: relative;
}
@media (max-width: 767px) {
  .wrapper {
    padding: 120px 0 80px 0 !important;
  }
  .wrapper .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .wrapper-generic {
    padding: 20px 0 !important;
  }
  .wrapper-single {
    padding: 120px 0 80px !important;
  }
}
@media (max-width: 550px) {
  .wrapper .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.wrapper-light,
.wrapper-grey {
  background: #dcebe4;
}
.wrapper-light a:not(.btn),
.wrapper-grey a:not(.btn) {
  color: #0e6351;
}
.wrapper-light a:not(.btn):hover,
.wrapper-grey a:not(.btn):hover {
  color: #1cbb9b;
}
.wrapper-grey {
  background: #e3e7ea;
}
.wrapper-content {
  padding: 110px 0 75px;
}
@media (max-width: 767px) {
  .wrapper-content {
    padding: 30px 0 80px !important;
  }
}
.wrapper-parallax {
  padding: 0;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #000;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.wrapper-hero-jono {
  padding: 120px 0 120px;
  height: auto;
  background-image: url(img/backgrounds/bg-jono-hero.jpeg?b);
  background-position: 50% 23%;
}
.wrapper-hero-jono .wrapper-title {
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.wrapper-hero-jono .logo-stamp {
  background: url(img/logo.jpeg?b) 0 0 no-repeat;
  background-size: 400px auto;
  display: block;
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
  font-size: 0;
  height: 451px;
  margin: 40px auto;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  text-indent: -10000000em;
  width: 400px;
  z-index: 3;
}
.wrapper-hero-jono .container {
  position: relative;
  z-index: 2;
}
.wrapper-hero-jono:after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0.85) 100%);
  bottom: 0;
  content: ' ';
  display: block;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .wrapper-parallax {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .wrapper-hero-jono .logo-stamp {
    margin: 0 auto;
  }
}
.wrapper-hero {
  padding: 180px 0 120px;
  height: auto;
  text-shadow: 0 1px 1px #000;
  background-image: url(img/backgrounds/austin-prock-38611.jpg?b);
}
.wrapper-hero h1 {
  margin-top: 0;
  font-size: 38px;
  display: inline-block;
  color: #fff;
}
.wrapper-hero .wrapper-title {
  margin: 0 0 80px;
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}
.wrapper-hero .module-subtitle {
  margin-top: 20px;
  font-size: 18px;
}
.wrapper-hero .centralise {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.wrapper-hero .centralise .btn-toolbar {
  margin-top: 30px;
}
.wrapper-hero .centralise .btn-toolbar .btn {
  margin-left: 10px;
  margin-right: 10px;
  float: none;
}
.wrapper-hero .centralise .btn-toolbar .btn:first-child,
.wrapper-hero .centralise .btn-toolbar .btn:only-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .wrapper-hero,
  .wrapper-hero-jono {
    padding: 80px 0 !important;
    height: auto;
    background-attachment: inherit;
  }
  .wrapper-hero .centralise,
  .wrapper-hero-jono .centralise {
    margin-top: 0 !important;
  }
  .wrapper-hero h1,
  .wrapper-hero-jono h1 {
    margin-top: 30px;
  }
  .wrapper-hero .module-subtitle,
  .wrapper-hero-jono .module-subtitle {
    font-size: 18px;
    line-height: 1.4;
  }
  .wrapper-hero .centralise .btn-toolbar,
  .wrapper-hero-jono .centralise .btn-toolbar {
    margin-top: 20px;
  }
  .wrapper-hero .centralise .btn-toolbar .btn,
  .wrapper-hero-jono .centralise .btn-toolbar .btn {
    margin-left: 0;
    margin-right: 0;
  }
  body.home .wrapper-hero .wrapper-title {
    margin-bottom: 40px;
  }
  body.home .wrapper-hero .woocommerce ul.products li.product {
    margin-bottom: 0;
    width: 100%;
  }
  body.home .wrapper-hero .woocommerce ul.products li.product a.woocommerce-LoopProduct-link img {
    float: none;
    height: auto;
    margin: 0 0 20px;
    width: 100%;
  }
  body.home .wrapper-hero .woocommerce ul.products li.product a.woocommerce-LoopProduct-link h2,
  body.home .wrapper-hero .woocommerce ul.products li.product a.woocommerce-LoopProduct-link .wcmp-player-container,
  body.home .wrapper-hero .woocommerce ul.products li.product a.woocommerce-LoopProduct-link .price {
    margin: 0 0 20px;
    width: 100%;
  }
}
.offset-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 50%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.offset-bg.right {
  left: auto;
  right: 0;
}
@media (max-width: 979px) {
  .offset-bg {
    display: none;
  }
}
.offset-bg.desk {
  background-image: url(img/sample/desk.jpg?b);
}
.offset-bg.coffee {
  background-image: url(img/sample/coffee-mag.jpg?b);
}
.offset-bg.office {
  background-image: url(img/sample/office.jpg?b);
}
.wrapper.blog article.post {
  margin: 60px 0 0;
}
/*
  MAP WRAPPER
*/
.wrapper-map {
  padding-top: 0;
  padding-bottom: 0;
}
.feature {
  margin-top: 30px;
}
.feature img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.icon-small {
  width: 80px !important;
  height: auto;
}
.sub-feature-text {
  margin: 30px -20px 0;
}
.sub-feature-text li {
  margin: 0 -1px;
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  list-style-type: none;
}
.sub-feature-image {
  margin-top: 30px;
}
@media (max-width: 979px) {
  .sub-feature-image {
    margin: 60px auto 30px;
    display: block;
    width: 75%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .sub-feature-text {
    margin-left: 0;
    margin-right: 0;
  }
  .sub-feature-text li {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.feature-center {
  /* A block of content with a centered title, image in the center and text either side */
}
.feature-center [class^="col-md-"],
.feature-center [class*=" col-md-"] {
  margin-top: 50px;
}
.feature-center h3 {
  margin-top: 100px;
}
.feature-center .feature-image {
  margin: 0 auto;
  display: block;
  width: 70%;
  height: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .feature-center [class^="col-md-"],
  .feature-center [class*=" col-md-"] {
    margin-top: 0;
  }
  .feature-center h3 {
    margin-top: 30px;
  }
}
.list-icons {
  margin: 20px 0 0;
}
.list-icons li {
  margin: 80px 0 0;
  padding: 0 0 0 120px;
  position: relative;
  list-style-type: none;
}
.list-icons li h3 {
  margin-top: 0;
}
.list-icons li img {
  position: absolute;
  top: 6px;
  left: 0;
  width: 80px;
}
.list-icons li .icon.light {
  opacity: 0.35;
}
@media (max-width: 767px) {
  .list-icons li {
    margin-top: 60px;
    padding-left: 80px;
  }
  .list-icons li h3 {
    font-size: 16px;
  }
  .list-icons li img {
    width: 60px;
  }
}
.list-icons-vertical {
  margin: 20px -30px 0;
}
.list-icons-vertical li {
  margin: 30px -2px 0;
  padding: 0 30px;
  display: inline-block;
  vertical-align: top;
  width: 33.3333333%;
}
.list-icons-vertical li img {
  position: relative;
  top: auto;
  left: auto;
}
.list-icons-vertical li h2,
.list-icons-vertical li h3,
.list-icons-vertical li h4,
.list-icons-vertical li p {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .list-icons-vertical {
    margin-left: 0;
    margin-right: 0;
  }
  .list-icons-vertical li {
    margin-left: 0;
    margin-right: 0;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.list-circle-icons li {
  margin: 0 5px 10px;
  padding: 10px;
  height: 90px;
  width: 90px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 42px;
  background: #1bbc9b;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
}
.list-circle-icons li [class^="fa-"],
.list-circle-icons li [class*=" fa-"] {
  font-size: 45px;
  line-height: 1.6;
  color: #fff;
}
.list-circle-icons li .fa-heart,
.list-circle-icons li .fa-desktop {
  line-height: 1.7;
}
.list-circle-icons-small li {
  height: 45px;
  width: 45px;
  line-height: 24px;
}
.list-circle-icons-small li [class^="fa-"],
.list-circle-icons-small li [class*=" fa-"] {
  font-size: 24px;
  vertical-align: top;
  line-height: 1;
}
/* ABOUT */
.wrapper-about {
  padding: 300px 0 250px;
}
.wrapper-hero-about {
  background: url(img/backgrounds/bg-jono-1.jpg?b) top center no-repeat;
  background-size: cover;
  padding: 300px 0;
}
@media (max-width: 991px) {
  .wrapper-about {
    padding: 150px 0;
  }
}
.page-template-page-about .wrapper-about {
  padding: 150px 0;
}
.page-template-page-about .wrapper-about .container {
  position: relative;
  z-index: 2;
}
.images-parallax {
  margin: 0;
  padding: 0;
}
.images-parallax li {
  margin: 0;
  padding: 0;
  position: absolute;
  list-style-type: none;
}
.images-parallax li img {
  max-width: 400px;
  height: auto;
}
.images-parallax .first {
  z-index: 1;
  left: auto;
  right: 0;
  top: -120px;
}
.images-parallax .second {
  z-index: 2;
  left: 0;
  right: auto;
  top: 80px;
}
.images-parallax .third {
  z-index: 3;
  left: auto;
  right: 0;
  top: 260px;
}
@media (max-width: 991px) {
  .images-parallax {
    margin: 150px 0 0;
    height: 530px;
  }
}
@media (max-width: 767px) {
  .images-parallax {
    margin: 0;
    height: auto;
  }
  .images-parallax li {
    margin: 20px 0 0;
    position: relative;
    left: auto !important;
    top: auto !important;
    right: auto !important;
  }
  .images-parallax li img {
    height: auto;
    max-width: none;
    width: 100%;
  }
}
/* GIGS */
.tribe-events-list-widget .tribe-event-featured,
.tribe-events-list .tribe-events-loop .tribe-event-featured,
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta {
  background: none;
  color: #555;
}
.tribe-events-list-widget .tribe-event-featured a,
.tribe-events-list .tribe-events-loop .tribe-event-featured a,
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta a,
.tribe-events-list-widget .tribe-event-featured .tribe-events-list-event-title a,
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a,
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta .tribe-events-list-event-title a {
  color: #555;
}
.tribe-events-list-widget .tribe-event-featured a:focus,
.tribe-events-list .tribe-events-loop .tribe-event-featured a:focus,
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta a:focus,
.tribe-events-list-widget .tribe-event-featured .tribe-events-list-event-title a:focus,
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a:focus,
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta .tribe-events-list-event-title a:focus,
.tribe-events-list-widget .tribe-event-featured a:hover,
.tribe-events-list .tribe-events-loop .tribe-event-featured a:hover,
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta a:hover,
.tribe-events-list-widget .tribe-event-featured .tribe-events-list-event-title a:hover,
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a:hover,
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta .tribe-events-list-event-title a:hover,
.tribe-events-list-widget .tribe-event-featured a:active,
.tribe-events-list .tribe-events-loop .tribe-event-featured a:active,
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta a:active,
.tribe-events-list-widget .tribe-event-featured .tribe-events-list-event-title a:active,
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a:active,
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta .tribe-events-list-event-title a:active {
  color: #158f76;
}
.wrapper-gigs {
  padding: 250px 0;
  height: auto;
  background-image: url(img/music-therapy-1.jpg?b);
}
.wrapper-gigs:after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0.85) 100%);
  bottom: 0;
  content: ' ';
  display: block;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.wrapper-gigs .container {
  position: relative;
  z-index: 2;
}
.wrapper-gigs ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.wrapper-gigs ol li {
  margin: 40px 0 0;
  padding: ;
}
.wrapper-gigs ol p {
  margin-top: 0;
}
.wrapper-gigs .btn-group {
  margin-top: 60px;
}
.wrapper-hero-gigs {
  background: url(img/music-therapy-1.jpg?b) top center no-repeat;
  background-size: cover;
  padding: 300px 0;
}
.wrapper-hero-gigs .container {
  position: relative;
  z-index: 2;
}
body.page-gigs article h3 {
  clear: both;
}
body.page-gigs article h3,
body.page-gigs article p {
  margin-top: 50px;
  padding-right: 20px;
  float: left;
  position: relative;
  width: 33%;
}
.events-archive .entry-content,
.events-archive .entry-header {
  width: 100%;
}
#tribe-events-bar {
  padding: 0 15px;
  position: absolute;
  top: 150px;
  left: 0;
  z-index: 2;
}
#tribe-bar-form.tribe-bar-mini {
  background: none;
}
#tribe-bar-form.tribe-bar-mini label {
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
}
#tribe-bar-form.tribe-bar-mini .tribe-bar-search-filter,
#tribe-bar-form.tribe-bar-mini .tribe-bar-date-filter {
  padding: 0;
}
#tribe-bar-form.tribe-bar-mini .tribe-bar-search-filter input,
#tribe-bar-form.tribe-bar-mini .tribe-bar-date-filter input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#tribe-bar-form.tribe-bar-mini .tribe-bar-search-filter input:hover,
#tribe-bar-form.tribe-bar-mini .tribe-bar-date-filter input:hover {
  outline: none;
  border-color: #1bbc9b;
}
#tribe-bar-form.tribe-bar-mini .tribe-bar-search-filter input:active,
#tribe-bar-form.tribe-bar-mini .tribe-bar-date-filter input:active,
#tribe-bar-form.tribe-bar-mini .tribe-bar-search-filter input:focus,
#tribe-bar-form.tribe-bar-mini .tribe-bar-date-filter input:focus {
  outline: none;
  border-color: #1bbc9b;
  -moz-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  -o-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}
#tribe-bar-form.tribe-bar-mini .tribe-bar-search-filter,
#tribe-bar-form.tribe-bar-mini .tribe-bar-submit {
  margin-left: 15px;
}
#tribe-bar-form.tribe-bar-mini .tribe-bar-submit {
  padding: 0;
}
#tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"] {
  margin-top: 17px;
  height: 34px;
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
  line-height: 1.2;
  background: #1bbc9b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"]:hover,
#tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"]:focus {
  background: #1ed2ad;
}
#tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"]:active,
#tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"].active {
  background: #158f76;
}
#tribe-bar-form.tribe-bar-mini .tribe-bar-filters {
  left: auto !important;
  right: auto !important;
}
#tribe-bar-form.tribe-bar-mini #tribe-bar-views {
  margin-left: 0;
  padding-left: 0;
  left: 0;
}
#tribe-bar-form.tribe-bar-mini .tribe-bar-views-inner {
  padding-top: 0;
  background: none;
}
#tribe-bar-form.tribe-bar-mini .tribe-bar-views-inner label {
  padding: 0;
}
#tribe-bar-form.tribe-bar-mini .tribe-bar-views-inner .tribe-bar-views-list {
  left: 0;
  background: none;
}
#tribe-bar-form.tribe-bar-mini .tribe-bar-views-inner .tribe-bar-views-list .tribe-bar-views-option a {
  padding: 9px 0;
  background: none;
}
#tribe-bar-form.tribe-bar-mini .tribe-bar-views-inner .tribe-bar-views-list .tribe-bar-views-option a span {
  font-size: 17px;
}
#tribe-bar-form.tribe-bar-mini .tribe-bar-views-inner .tribe-bar-views-list .tribe-bar-views-option a:hover span {
  color: #158f76;
}
#tribe-events-content.tribe-events-month h2.tribe-events-page-title,
#tribe-events-content.tribe-events-list h2.tribe-events-page-title {
  margin: 0 auto 120px;
  padding: 15px 20px;
  display: inline-block;
  font-family: 'Tondu_Beta', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 54px;
  text-transform: uppercase;
  background: #8cbcaa;
  color: #fff;
}
#tribe-events-content.tribe-events-list .tribe-events-list-separator-month + .type-tribe_events.tribe-events-first {
  padding-top: 0;
}
#tribe-events-content.tribe-events-list .tribe-events-loop {
  max-width: 1200px;
}
#tribe-events-content.tribe-events-list .tribe-events-list-separator-month {
  text-transform: uppercase;
}
#tribe-events-content.tribe-events-list .tribe-events-list-event-title {
  text-transform: uppercase;
}
#tribe-events-content.tribe-events-list .tribe-events-event-meta {
  margin: 0;
  font-size: 17px;
}
#tribe-events-content.tribe-events-list .tribe-events-event-meta > div > div {
  margin-top: 10px;
}
#tribe-events-content.tribe-events-list .tribe-events-venue-details {
  font-style: normal;
  line-height: 1.6;
}
#tribe-events-content.tribe-events-list .tribe-events-list-event-description {
  display: none;
}
#tribe-events-content.tribe-events-list .tribe-events-gmap {
  margin: 10px 0 0;
  display: block;
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}
#tribe-events-content.tribe-events-list #tribe-events-footer {
  margin: 60px 0;
  padding: 0;
}
#tribe-events-content.tribe-events-month h2.tribe-events-page-title {
  margin-bottom: 150px;
}
#tribe-events-content.tribe-events-month .tribe-events-calendar thead th,
#tribe-events-content.tribe-events-month .tribe-events-calendar td div[id*=tribe-events-daynum-] {
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
}
#tribe-events-content.tribe-events-month .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
#tribe-events-content.tribe-events-month .tribe-events-calendar .tribe-events-has-events {
  background: rgba(27, 188, 155, 0.25);
}
#tribe-events-content.tribe-events-month .tribe-events-calendar .tribe-events-tooltip {
  padding: 10px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#tribe-events-content.tribe-events-month .tribe-events-calendar .tribe-events-tooltip h4 {
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #555;
}
#tribe-events-content.tribe-events-month .tribe-events-calendar .tribe-events-tooltip .tribe-events-event-body {
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
  font-size: 13px;
}
#tribe-events-content.tribe-events-month .tribe-events-sub-nav li a {
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}
#tribe-events-content.tribe-events-month #tribe-events .tribe-events-button,
#tribe-events-content.tribe-events-month #tribe-events .tribe-events-button:hover,
#tribe-events-content.tribe-events-month #tribe_events_filters_wrapper input[type=submit],
#tribe-events-content.tribe-events-month .tribe-events-button,
#tribe-events-content.tribe-events-month .tribe-events-button.tribe-active:hover,
#tribe-events-content.tribe-events-month .tribe-events-button.tribe-inactive,
#tribe-events-content.tribe-events-month .tribe-events-button:hover,
#tribe-events-content.tribe-events-month .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
#tribe-events-content.tribe-events-month .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background: #1bbc9b;
}
.tribe-events-event-meta address.tribe-events-address,
.tribe-events-list .tribe-events-venue-details {
  font-style: normal;
}
a.tribe-events-gcal,
a.tribe-events-ical {
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif !important;
  background: #1bbc9b !important;
}
a.tribe-events-gcal:focus,
a.tribe-events-gcal:hover,
a.tribe-events-ical:focus,
a.tribe-events-ical:hover {
  background: #1ed2ad !important;
}
a.tribe-events-gcal:active,
a.tribe-events-gcal.active,
a.tribe-events-ical:active,
a.tribe-events-ical.active {
  background: #158f76 !important;
}
.single-tribe_events .tribe-events-single-event-title {
  padding: 15px 20px;
  display: inline-block;
  font-family: 'Tondu_Beta', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 54px;
  text-transform: uppercase;
  background: #8cbcaa;
  color: #fff;
}
.single-tribe_events .tribe-events-schedule {
  margin: 30px 0 0;
}
.single-tribe_events .tribe-events-schedule h2 {
  margin-top: 0;
  font-family: 'gotham_lightregular', Helvetica, Arial, sans-serif;
}
.single-tribe_events .tribe-events-single-section {
  background: #fff;
  border: 1px solid #d0d0d0;
  border-left: 5px solid #158f76;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
  margin-bottom: 15px;
}
.single-tribe_events #tribe-events-footer {
  padding-top: 0;
  border-top-width: 0;
}
.tribe-events-list-widget h4 {
  font-size: 20px;
}
.tribe-events-list-widget h4 a {
  color: #fff;
}
.tribe-events-list-widget h4 a:hover {
  color: #158f76;
}
.tribe-events-list-widget .tribe-event-duration {
  opacity: 0.8;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
.tribe-events-list-widget .tribe-events-widget-link {
  display: none;
}
@media only screen and (max-width: 768px) {
  .tribe-events-loop .tribe-events-event-meta {
    background: none;
    border: 0;
    margin-top: 0;
    padding: 0;
  }
  .tribe-events-list .tribe-events-venue-details {
    padding: 0;
    border-top: 0;
  }
}
/* LESSONS */
.wrapper-lessons {
  padding: 150px 0;
  height: auto;
  background-image: url(img/backgrounds/matt-botsford-197870.jpg?b);
}
.wrapper-hero-lessons {
  background: url(img/backgrounds/william-iven-17136.jpg?b) top center no-repeat;
  background-size: cover;
  padding: 300px 0;
}
/*
  TESTIMONIALS
*/
.wrapper-testimonials {
  padding-bottom: 170px;
}
.wrapper-testimonials blockquote {
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-style: italic;
  border-left: none;
}
.wrapper-testimonials .carousel .carousel-indicators {
  bottom: -40px;
}
.wrapper-testimonials .carousel .carousel-indicators li {
  border-color: #bababa;
}
.wrapper-testimonials .carousel .carousel-indicators li:hover {
  background-color: #1ed2ad;
}
.wrapper-testimonials .carousel .carousel-indicators .active {
  background-color: #1bbc9b;
}
.wrapper-testimonials .carousel img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  width: 40px;
}
@media (max-width: 767px) {
  .wrapper-testimonials {
    padding: 30px 0 !important;
  }
  .wrapper-testimonials blockquote {
    font-size: 16px;
  }
}
/*
  SIGNUP TEXT
*/
.wrapper-signup .module-subtitle {
  margin-top: 20px;
}
.wrapper-signup .btn-toolbar .btn {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .wrapper-signup .btn-toolbar .btn {
    margin-left: 0;
    margin-right: 0;
  }
}
/*
  CLIENTS
*/
.wrapper-clients {
  text-align: center;
  background: #34495E;
  color: #fff;
}
.wrapper-clients .module-title {
  color: #fff;
}
.wrapper-clients .list-inline {
  margin-top: 50px;
  margin-left: 0;
}
.wrapper-clients .list-inline li {
  margin: 20px;
  display: inline-block;
  vertical-align: middle;
}
.wrapper-clients .list-inline li img {
  width: auto;
  height: 30px;
  opacity: 0.75;
}
.wrapper-clients .list-inline li:hover img {
  opacity: 0.5;
}
/*
  SIDEBAR
*/
.sidebar .module {
  margin: 60px 0 0;
}
.sidebar .module .module-title {
  margin: 0;
}
.sidebar .module:first-child {
  margin-top: 30px;
}
.sidebar .list-unstyled li {
  margin: 20px 0 0;
}
.sidebar .list-unstyled li a span {
  color: #898989;
  font-size: 13px;
}
/*
  MUSIC
*/
.wrapper-hero-music {
  background: url(img/backgrounds/kari-shea-99873.jpg?b) top center no-repeat;
  background-size: cover;
  padding: 300px 0;
}
.wrap-mjp {
  margin: 60px 0 0 !important;
  padding: 0 !important;
}
.wrap-mjp .innertab,
.wrap-mjp .playlist-colour {
  background: none;
}
.wrap-mjp div.player-track-title {
  top: 25px !important;
  left: 150px !important;
  line-height: 1.65 !important;
  text-align: left;
}
.wrap-mjp div.player-track-title div {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
.wrap-mjp div.innerx {
  background: none;
  border: 0;
}
.wrap-mjp .statusMI {
  display: none;
}
.wrap-mjp .interface-mjp {
  height: 136px !important;
}
.wrap-mjp div.jp-play-time,
.wrap-mjp div.jp-total-time {
  right: auto !important;
  font-size: 14px !important;
}
.wrap-mjp div.jp-play-time {
  left: 150px !important;
}
.wrap-mjp div.jp-total-time {
  padding: 0 0 0 10px;
  bottom: 56px !important;
  left: 200px !important;
  border-left: 1px solid #d0d0d0;
}
.wrap-mjp div.transport-MI {
  /* Play, Skip button wrapper */
}
.wrap-mjp div.transport-MI .pause-mjp {
  background-position: -61px 0;
}
.wrap-mjp div.transport-MI .play-mjp {
  background-position: -90px 0;
}
.wrap-mjp div.transport-MI .prev-mjp {
  background-position: -1px 0;
}
.wrap-mjp div.transport-MI .next-mjp {
  background-position: -30px 0;
}
.wrap-mjp div.transport-MI div {
  margin-right: 0 !important;
  height: 28px;
  width: 30px;
  background-image: url(img/icons.png?b);
  background-size: 300px 300px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
}
.wrap-mjp div.transport-MI div:hover {
  background-color: #ddd !important;
}
.wrap-mjp .buttons-wrap-mjp {
  /* Popout and Playlist toggles */
  display: none !important;
}
.wrap-mjp .bars_holder {
  bottom: 16px;
  height: 18px;
  left: 110px;
  right: 120px;
  overflow: hidden;
  background: #dedede;
  border: 0;
}
.wrap-mjp .bars_holder .loadMI_mp3j {
  background: #bbb;
}
.wrap-mjp .bars_holder .poscolMI_mp3j.soften-mjp {
  background: #158f76;
}
.wrap-mjp div.mjp-volwrap {
  bottom: 24px;
  background: none;
  border: 0;
}
.wrap-mjp div.mjp-volwrap div.MIsliderVolume {
  margin-top: 0 !important;
  height: 18px;
  overflow: hidden;
  top: 1px;
  background: #dedede;
  border: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.wrap-mjp div.mjp-volwrap div.MIsliderVolume .ui-slider-range {
  background: #158f76;
}
.wrap-mjp div.mjp-volwrap .innerExt1 {
  height: 18px;
  top: 0;
  background: url(img/icons.png?b) -122px -6px no-repeat;
  background-size: 300px 300px;
}
.wrap-mjp div.mjp-volwrap .innerExt1.vol-muted {
  background-position: -152px -6px;
  opacity: 0.4;
}
.wrap-mjp .listwrap_mp3j {
  /* Playlist of songs */
  margin: 30px 0 0;
  max-height: none !important;
}
.wrap-mjp .listwrap_mp3j .ul-mjp {
  padding: 0 !important;
}
.wrap-mjp .listwrap_mp3j .ul-mjp li {
  margin: 0 !important;
  border-bottom: 1px solid #d0d0d0;
}
.wrap-mjp .listwrap_mp3j .li-mjp.mp3j_LI_current,
.wrap-mjp .listwrap_mp3j .li-mjp.mp3j_LI_current a {
  font-weight: 600 !important;
  background: #158f76 !important;
  color: #fff !important;
}
.wrap-mjp .listwrap_mp3j li > a.a-mjp > span {
  display: none;
}
.wrap-mjp .listwrap_mp3j li > a.a-mjp {
  padding: 20px 25px !important;
}
.home-music-player .wrap-mjp {
  margin-top: 30px !important;
}
.home-music-player .wrap-mjp div.player-track-title {
  top: 0 !important;
  left: 0 !important;
}
.home-music-player .wrap-mjp .listwrap_mp3j,
.home-music-player .wrap-mjp .MI-image,
.home-music-player .wrap-mjp div.player-track-title div {
  display: none !important;
}
.home-music-player .wrap-mjp .interface-mjp {
  height: 70px !important;
  color: #fff !important;
}
.home-music-player .wrap-mjp div.jp-play-time {
  left: 0 !important;
}
.home-music-player .wrap-mjp div.jp-total-time {
  left: 50px !important;
}
.home-music-player .wrap-mjp div.transport-MI {
  /* Play, Skip button wrapper */
}
.home-music-player .wrap-mjp div.transport-MI div:hover {
  opacity: 0.5;
  background-color: transparent !important;
}
.home-music-player .wrap-mjp div.transport-MI .pause-mjp {
  background-position: -61px -24px;
}
.home-music-player .wrap-mjp div.transport-MI .play-mjp {
  background-position: -90px -24px;
}
.home-music-player .wrap-mjp div.transport-MI .prev-mjp {
  background-position: -1px -24px;
}
.home-music-player .wrap-mjp div.transport-MI .next-mjp {
  background-position: -30px -24px;
}
.home-music-player .wrap-mjp .bars_holder,
.home-music-player .wrap-mjp div.mjp-volwrap div.MIsliderVolume {
  background: #999;
  background: rgba(255, 255, 255, 0.35);
}
.home-music-player .wrap-mjp .bars_holder .loadMI_mp3j {
  background: rgba(255, 255, 255, 0.5);
}
.home-music-player .wrap-mjp .bars_holder .poscolMI_mp3j.soften-mjp,
.home-music-player .wrap-mjp div.mjp-volwrap div.MIsliderVolume .ui-slider-range {
  background: #fff;
}
.home-music-player .wrap-mjp div.mjp-volwrap .innerExt1 {
  background-position: -174px -6px;
}
.home-music-player .wrap-mjp div.mjp-volwrap .innerExt1.vol-muted {
  background-position: -204px -6px;
}
/*
  CONTACT
*/
.wrapper-hero-contact {
  background: url(img/backgrounds/bg-home-intro.jpg?b) top center no-repeat;
  background-size: cover;
  padding: 300px 0;
}
body.page-id-12 .wpcf7 label {
  display: block;
}
body.page-id-12 .wpcf7-response-output {
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
}
body.page-id-12 .wpcf7-validation-errors {
  background: rgba(228, 95, 86, 0.2);
  border-color: rgba(228, 95, 86, 0.6);
  color: #E45F56;
}
.google-map {
  margin: 20px 0 0;
  padding: 0 0 340px;
  position: relative;
  height: 0;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none !important;
}
@media (max-width: 991px) {
  .google-map {
    margin-bottom: 30px;
  }
}
/*
  BLOG / NEWS
*/
.wrapper-hero-news {
  background: url(img/backgrounds/matt-botsford-197870.jpg?b) top center no-repeat;
  background-size: cover;
  padding: 110px 0 80px 0;
}
.wrapper-blog .pagination {
  margin-top: 80px;
}
.wrapper-blog .post {
  margin: 80px 0 0;
}
@media (max-width: 767px) {
  .wrapper-news {
    padding: 40px 0 !important;
  }
}
.post {
  margin: 0 0 90px;
}
.post h2,
.post h3 {
  margin-top: 20px;
}
.post .entry-title {
  display: block;
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
  padding: 0;
  text-transform: uppercase;
  background: none;
}
.post .entry-header {
  margin-bottom: 0;
}
.post .entry-header .entry-title {
  margin-top: 30px;
  font-size: 42px;
  color: #555;
}
.post .entry-meta,
.post .meta-date {
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.post .entry-content p,
.post .entry-summary p {
  margin-top: 20px;
}
.post img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.post img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}
.post .post-content p {
  margin-top: 20px;
}
.post .page-header {
  padding-bottom: 15px;
}
.post .entry-summary .link-more {
  margin-top: 40px;
}
.post .edit-link {
  margin: 30px 0 0;
  display: block;
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
}
.post-content .caption {
  padding: 5px 0;
  display: block;
  font-size: 13px;
  line-height: 1.6;
  color: #787878;
}
.post-content ul {
  margin: 20px 0 0;
}
.post-content ul li {
  margin: 5px 0;
  font-size: 15px;
  line-height: 1.5;
}
.post-content ul ul {
  margin-top: 0;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .post .entry-header .entry-title {
    font-size: 32px;
  }
}
.post-meta {
  margin: 10px 0 0;
}
.post-meta li {
  margin: 5px 15px 0 0;
  padding: 0;
  font-size: 14px;
  color: #787878;
}
.post-meta li .fa {
  margin-right: 5px;
}
article footer {
  padding: 0;
  background: none;
  color: #555;
}
article footer a {
  color: #158f76;
}
#comments {
  margin: -30px 0 0;
  padding: 60px 0 0;
}
#comments .comments-title {
  margin-top: 0;
}
#comments ol.comment-list {
  margin: 0 0 60px;
  padding: 0;
}
#comments ol.comment-list li.comment {
  margin: 30px 0 0 ;
  list-style-type: none;
}
#comments ol.comment-list li.comment ul,
#comments ol.comment-list li.comment ol {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 70px;
}
#comments ol.comment-list li.comment .avatar {
  margin: 0 20px 0 0;
  display: block;
  float: left;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75) inset;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75) inset;
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75) inset;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75) inset;
}
#comments ol.comment-list li.comment .comment-author .fn,
#comments ol.comment-list li.comment .comment-author .says {
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
}
#comments ol.comment-list li.comment .comment-author cite {
  font-size: 18px;
  font-weight: bold;
}
#comments ol.comment-list li.comment .comment-metadata {
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}
#comments ol.comment-list li.comment .comment-metadata a {
  color: #888;
}
#comments ol.comment-list li.comment .comment-metadata a:hover {
  color: #158f76;
}
#comments ol.comment-list li.comment .comment-content {
  margin: 0 0 0 70px;
}
#comments ol.comment-list li.comment .comment-content p {
  margin-top: 20px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}
#comments ol.comment-list li.comment .reply {
  margin: 20px 0 0 70px;
}
#comments ol.comment-list li.comment .reply a {
  font-weight: 600;
}
#comments ol.comment-list li.comment > div > div {
  margin-left: 150px;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#comments ol.comment-list li.comment > div > div .comment-author {
  margin: 0 0 5px;
}
#comments ol.comment-list li.comment > div > div .comment-meta {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.4;
  color: #999;
}
#comments #respond {
  margin: 30px 0 0;
}
#comments #respond #reply-title small {
  margin-left: 10px;
  font-size: 11px;
}
#comments #respond #reply-title small a {
  color: #158f76;
}
#comments #respond .comment-form .row {
  margin-bottom: 15px;
}
#comments #respond .comment-form .row:last-child {
  margin-bottom: 0;
}
#comments #respond .comment-form label,
#comments #respond .comment-form .required {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
#comments #respond .comment-form .required {
  color: #cc0000;
  font-size: 15px;
  line-height: 1.2;
}
#comments #respond .comment-form .control-label {
  display: block;
}
#comments #respond .comment-form .form-control {
  margin-top: 20px;
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
}
#comments #respond .comment-form .form-submit {
  margin-top: 20px;
}
#comments #respond .comment-form .submit {
  padding: 6px 15px;
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  text-shadow: none;
  background-color: #1bbc9b;
  border: 1px solid #1bbc9b;
  color: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#comments #respond .comment-form .submit [class^="fa-"],
#comments #respond .comment-form .submit [class*=" fa-"] {
  margin-right: 3px;
  vertical-align: baseline;
}
#comments #respond .comment-form .submit:hover,
#comments #respond .comment-form .submit:focus {
  background-color: #1ed2ad;
  border-color: #1ed2ad;
  color: #fff;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
#comments #respond .comment-form .submit:active,
#comments #respond .comment-form .submit.active {
  background-color: #158f76;
  border-color: #158f76;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#comments #respond .comment-login {
  margin: 20px 0 0;
}
#comments #respond .comment-login .form-control {
  margin-top: 10px;
}
.comment-respond {
  padding: 60px 0 0;
  border-top: 1px solid #d0d0d0;
}
.post-navigation {
  margin: 60px 0 0;
  padding: 60px 0 0;
  border-top: 1px solid #d0d0d0;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  float: left;
  position: relative;
  width: 50%;
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
  font-size: 17px;
}
.post-navigation .nav-next {
  float: right;
  text-align: right;
}
.post-navigation .nav-subtitle {
  font-size: 13px;
  text-transform: uppercase;
  color: #888;
}
@media (max-width: 767px) {
  .post h2,
  .post h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .post .post-meta {
    margin-top: 0;
  }
  .post .post-content ul {
    margin-left: 20px;
  }
  .wrapper-blog .page-header {
    margin-bottom: 0;
  }
}
@media (max-width: 550px) {
  #comments ol.commentlist li.comment ul,
  #comments ol.commentlist li.comment ol {
    margin-left: 0;
  }
}
/*
  SEARCH
*/
.search-form {
  margin-top: 0;
}
.search-form label {
  display: none;
}
.search-form .btn .fa {
  margin-right: 0;
}
body.search-results .post,
body.search-results .page {
  clear: both;
}
body.search-results .page,
body.search-results .product {
  margin: 0 0 90px;
}
body.search-results .page .entry-title,
body.search-results .product .entry-title {
  padding: 0;
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background: none;
}
body.search-results .page .entry-title a,
body.search-results .product .entry-title a {
  color: #555;
}
body.search-results .page .entry-title a:hover,
body.search-results .product .entry-title a:hover {
  color: #158f76;
}
/*
  NEWS SIDEBAR
*/
.widget {
  margin: 60px 0 0;
}
.widget .widget-title {
  margin-top: 0;
}
.widget ul li {
  margin: 15px 0 0;
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
  list-style-type: none;
}
.widget:first-child {
  margin-top: 0;
}
/*
  CONTACT INFO
*/
.wrapper-contact h3 {
  margin-top: 0;
}
.info-times em {
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  color: #676767;
}
.wpcf7-form label {
  display: block;
  font-size: 16px;
  width: 100%;
}
.wpcf7-form .form-group {
  margin: 10px 0 25px;
}
.wpcf7-form .btn-primary {
  font-size: 16px;
  padding: 15px 30px;
}
.wpcf7-response-output {
  font-size: 18px;
}
/* 404 */
.error-404 img {
  margin: 60px auto 0;
  display: block;
  width: 283px;
  height: auto;
}
.error-404 .page-header {
  margin-bottom: 30px;
}
.error-404 .page-content p {
  margin-top: 0;
}
.error-404 .page-content .search-form {
  margin-top: 30px;
}
/*
  SUB FOOTER
*/
.wrapper-sub-footer {
  padding-top: 120px;
  background: #c3d2d8;
}
.wrapper-sub-footer a {
  color: #0e6351;
}
@media (max-width: 767px) {
  .wrapper-sub-footer {
    padding-top: 20px;
  }
}
/*
  FOOTER
*/
footer {
  padding: 80px 0;
  background: #443d42;
  color: #fff;
}
footer p {
  font-size: 13px;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #158f76;
  text-decoration: none;
}
footer .album-buy img {
  margin: 40px 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
footer .album-options {
  margin: 40px 0 0;
  padding: 0;
}
footer .album-options li {
  margin: 20px 0 0;
  padding: 0;
  list-style-type: none;
}
footer .instagram-feed,
footer #sb_instagram {
  margin: 40px 0 0;
}
footer .instagram-feed .sb_instagram_header,
footer #sb_instagram .sb_instagram_header {
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .instagram-feed .sbi_bio,
footer #sb_instagram .sbi_bio {
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
}
footer .instagram-feed .sbi_follow_btn,
footer #sb_instagram .sbi_follow_btn {
  display: none;
}
footer .subscribe-newsletter {
  text-align: center;
}
footer .subscribe-newsletter h3 {
  margin: 60px 0 0;
}
footer .form-newsletter .form-control {
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
footer .form-newsletter .btn {
  height: 46px;
}
footer .navbar-nav {
  margin: 0 auto 0;
  float: none;
  text-align: center;
}
footer .navbar-nav li {
  margin: 0;
  padding: 0;
  display: inline-block;
  float: none;
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}
footer .navbar-nav li a:hover {
  background: none;
  color: #158f76;
}
footer .footer-social-icons {
  margin: 30px 0 0;
  display: block;
  text-align: center;
}
footer .footer-social-icons li {
  padding: 0;
  height: auto;
  width: auto;
  text-align: center;
  background: none;
}
footer .footer-social-icons li a {
  padding: 10px;
  height: 45px;
  width: 45px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 36px;
  border: 1px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
footer .footer-social-icons li a:hover {
  background: #158f76;
  border-color: #158f76;
}
footer .footer-social-icons li a:hover .fa {
  color: #fff;
}
footer .copyright {
  margin: 30px 0 0;
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  footer {
    padding: 0 0 30px;
  }
  footer h3 {
    margin-top: 60px;
  }
  footer .container {
    padding-left: 30px!important;
    padding-right: 30px!important;
  }
  footer .list-inline.pull-right {
    clear: both;
    float: none !important;
  }
  footer .list-circle-icons {
    margin-left: -15px;
  }
  footer .footer-navigation {
    display: none;
  }
}
@media screen {
  .screen-reader-text {
    display: none;
  }
}
@media speech {
  .screen-reader-text {
    display: block;
  }
}
/* 
  Woocommerce - Products
*/
.wrapper-hero h1,
.wrapper-music h1,
.wrapper-woocommerce h1 {
  margin-bottom: 60px;
}
.wrapper-hero .woocommerce .products li.product,
.wrapper-music .woocommerce .products li.product,
.wrapper-woocommerce .woocommerce .products li.product {
  margin: 0 30px 60px 0;
}
.wrapper-hero .woocommerce .products li.product a img,
.wrapper-music .woocommerce .products li.product a img,
.wrapper-woocommerce .woocommerce .products li.product a img {
  border: 1px solid rgba(208, 208, 208, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.wrapper-hero .woocommerce .products li.product h2,
.wrapper-music .woocommerce .products li.product h2,
.wrapper-woocommerce .woocommerce .products li.product h2 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 22px;
  font-weight: 400;
}
.wrapper-hero .woocommerce .products li.product .price,
.wrapper-music .woocommerce .products li.product .price,
.wrapper-woocommerce .woocommerce .products li.product .price {
  margin: 0 0 15px;
  display: block;
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #555;
}
.wrapper-hero .woocommerce .products li.product .button,
.wrapper-music .woocommerce .products li.product .button,
.wrapper-woocommerce .woocommerce .products li.product .button {
  margin-top: 0;
  padding: 8px 14px;
  font-size: 17px;
  background: #1bbc9b;
  color: #fff;
}
.wrapper-hero .woocommerce .products li.product .button:hover,
.wrapper-music .woocommerce .products li.product .button:hover,
.wrapper-woocommerce .woocommerce .products li.product .button:hover,
.wrapper-hero .woocommerce .products li.product .button:focus,
.wrapper-music .woocommerce .products li.product .button:focus,
.wrapper-woocommerce .woocommerce .products li.product .button:focus {
  background: #1ed2ad;
}
.wrapper-hero .woocommerce .products li.product .button:active,
.wrapper-music .woocommerce .products li.product .button:active,
.wrapper-woocommerce .woocommerce .products li.product .button:active {
  background: #158f76;
}
.wrapper-hero .woocommerce .products li.product .wcmp-player-container,
.wrapper-music .woocommerce .products li.product .wcmp-player-container,
.wrapper-woocommerce .woocommerce .products li.product .wcmp-player-container {
  display: none;
}
.wrapper-hero .upsells,
.wrapper-music .upsells,
.wrapper-woocommerce .upsells,
.wrapper-hero .related,
.wrapper-music .related,
.wrapper-woocommerce .related {
  margin: 120px 0 0;
  clear: both;
}
.wrapper-hero .upsells > h2,
.wrapper-music .upsells > h2,
.wrapper-woocommerce .upsells > h2,
.wrapper-hero .related > h2,
.wrapper-music .related > h2,
.wrapper-woocommerce .related > h2 {
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.wrapper-hero .woocommerce-error::before,
.wrapper-music .woocommerce-error::before,
.wrapper-woocommerce .woocommerce-error::before,
.wrapper-hero .woocommerce-info::before,
.wrapper-music .woocommerce-info::before,
.wrapper-woocommerce .woocommerce-info::before,
.wrapper-hero .woocommerce-message::before,
.wrapper-music .woocommerce-message::before,
.wrapper-woocommerce .woocommerce-message::before {
  top: 20px;
}
@media (max-width: 1200px) {
  body.page-template-page-music .wrapper-music .woocommerce .products li.product {
    margin-right: 25px;
  }
}
@media (max-width: 991px) {
  body.page-template-page-music .wrapper-music .woocommerce .products li.product {
    margin-right: 20px;
    width: 30%;
  }
}
@media (max-width: 767px) {
  body.page-template-page-music .wrapper-music .woocommerce .products li.product {
    margin-right: 20px;
    width: 45%;
  }
}
@media (max-width: 550px) {
  body.page-template-page-music .wrapper-music .woocommerce .products li.product {
    margin-right: 0;
    width: 100%;
  }
}
body.home .woocommerce ul.products li.product a.woocommerce-LoopProduct-link img {
  display: block;
  float: left;
  height: 230px;
  margin: 0 40px 0 0;
  width: 230px;
}
body.home .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: block;
}
body.home .woocommerce ul.products li.product a.woocommerce-LoopProduct-link h2,
body.home .woocommerce ul.products li.product a.woocommerce-LoopProduct-link .wcmp-player-container,
body.home .woocommerce ul.products li.product a.woocommerce-LoopProduct-link .price {
  margin-left: 270px;
}
body.home .woocommerce ul.products li.product a.woocommerce-LoopProduct-link h2 {
  margin-bottom: 20px;
  padding: 0;
  font-size: 42px;
  color: #fff;
}
body.home .woocommerce ul.products li.product a.woocommerce-LoopProduct-link .price {
  margin-bottom: 20px;
  font-size: 24px;
  color: #fff;
}
body.home .woocommerce ul.products li.product a.woocommerce-LoopProduct-link .wcmp-player-container {
  margin-bottom: 20px;
  display: block;
}
body.home .woocommerce ul.products li.product .add_to_cart_button {
  margin-top: 0;
  padding: 15px 20px;
  font-size: 18px;
}
@media (max-width: 767px) {
  body.home .woocommerce ul.products,
  body.home .woocommerce ul.products li.product {
    width: 100% !important;
  }
  body.home .woocommerce ul.products li.product a.woocommerce-LoopProduct-link img {
    float: none;
    height: auto;
    margin: 0 auto 20px;
    max-width: 500px;
    width: 100%;
  }
  body.home .woocommerce ul.products li.product a.woocommerce-LoopProduct-link h2,
  body.home .woocommerce ul.products li.product a.woocommerce-LoopProduct-link .wcmp-player-container,
  body.home .woocommerce ul.products li.product a.woocommerce-LoopProduct-link .price {
    margin-left: 0;
  }
  body.home .woocommerce ul.products li.product a.woocommerce-LoopProduct-link .wcmp-player-container {
    width: 100%;
  }
}
body.woocommerce-page .entry-header {
  margin-bottom: 30px;
}
body.woocommerce-page .entry-title {
  text-transform: uppercase !important;
}
body.woocommerce-page .woocommerce label.checkbox {
  padding-left: 0 !important;
}
body.woocommerce-page .woocommerce label.checkbox span {
  height: auto;
  left: auto;
  position: relative;
  top: auto;
  width: auto;
  background: none;
}
body.woocommerce-page .woocommerce label.checkbox .woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox {
  position: relative;
}
body.woocommerce-page .woocommerce .input-text {
  padding: 5px 10px !important;
  border: 1px solid #ccc !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s !important;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
}
body.woocommerce-page .woocommerce .woocommerce-Button {
  padding: 8px 14px;
  font-size: 17px;
  background: #1bbc9b;
  color: #fff;
}
body.woocommerce-page .woocommerce .woocommerce-Button:hover,
body.woocommerce-page .woocommerce .woocommerce-Button:focus {
  background: #1ed2ad;
}
body.woocommerce-page .woocommerce .woocommerce-Button:active {
  background: #158f76;
}
.wrapper-woocommerce main .entry-content {
  margin: 60px 0 0;
}
.wrapper-woocommerce main .entry-content:after {
  content: "";
  display: table;
  clear: both;
}
.wrapper-woocommerce main .woocommerce #content div.product div.images,
.wrapper-woocommerce main .woocommerce div.product div.images,
.wrapper-woocommerce main .woocommerce-page #content div.product div.images,
.wrapper-woocommerce main .woocommerce-page div.product div.images {
  width: 30%;
}
.wrapper-woocommerce main .woocommerce #content div.product div.summary,
.wrapper-woocommerce main .woocommerce div.product div.summary,
.wrapper-woocommerce main .woocommerce-page #content div.product div.summary,
.wrapper-woocommerce main .woocommerce-page div.product div.summary {
  width: 65%;
}
.wrapper-woocommerce main .woocommerce div.product p.price,
.wrapper-woocommerce main .woocommerce div.product span.price {
  margin-top: 0;
  font-family: 'gotham_mediumregular', Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  color: #8cbcaa;
}
.wrapper-woocommerce main .woocommerce .wcmp-player-container {
  margin: 40px 0 0;
}
.wrapper-woocommerce main .woocommerce .wcmp-player-title {
  display: none;
}
.wrapper-woocommerce main .woocommerce .woocommerce-product-details__short-description p {
  font-size: 20px;
}
.wrapper-woocommerce main .woocommerce .sku_wrapper {
  display: none;
}
.wrapper-woocommerce main .woocommerce .posted_in,
.wrapper-woocommerce main .woocommerce .tagged_as {
  margin: 0 15px 0 0;
}
.wrapper-woocommerce main .woocommerce .product_meta {
  margin: 40px 0 0;
}
.wrapper-woocommerce main .woocommerce .single-product form.cart {
  margin: 40px 0 0;
}
.wrapper-woocommerce main .woocommerce .single-product form.cart .input-text {
  width: 80px;
}
.wrapper-woocommerce main .woocommerce .single-product form.cart .single_add_to_cart_button {
  padding: 20px 30px;
  font-size: 20px;
  background: #1bbc9b;
}
.wrapper-woocommerce main .woocommerce .single-product form.cart .single_add_to_cart_button:hover,
.wrapper-woocommerce main .woocommerce .single-product form.cart .single_add_to_cart_button:focus {
  background: #1ed2ad;
}
.wrapper-woocommerce main .woocommerce .single-product form.cart .single_add_to_cart_button:active {
  background: #158f76;
}
@media (max-width: 767px) {
  .wrapper-woocommerce main .woocommerce div.product div.images,
  .wrapper-woocommerce main .woocommerce div.product div.summary {
    width: 100%;
  }
}
.wrapper-generic.wrapper-cart,
.wrapper-generic.wrapper-checkout,
.wrapper-generic.wrapper-my-account {
  padding-top: 100px;
}
.wrapper-generic.wrapper-cart .woocommerce table.shop_table,
.wrapper-generic.wrapper-checkout .woocommerce table.shop_table,
.wrapper-generic.wrapper-my-account .woocommerce table.shop_table {
  font-size: 18px;
}
.wrapper-generic.wrapper-cart .woocommerce table.shop_table thead th,
.wrapper-generic.wrapper-checkout .woocommerce table.shop_table thead th,
.wrapper-generic.wrapper-my-account .woocommerce table.shop_table thead th,
.wrapper-generic.wrapper-cart .woocommerce table.shop_table tfoot th,
.wrapper-generic.wrapper-checkout .woocommerce table.shop_table tfoot th,
.wrapper-generic.wrapper-my-account .woocommerce table.shop_table tfoot th,
.wrapper-generic.wrapper-cart .woocommerce table.shop_table tfoot td,
.wrapper-generic.wrapper-checkout .woocommerce table.shop_table tfoot td,
.wrapper-generic.wrapper-my-account .woocommerce table.shop_table tfoot td {
  background: #f3f3f3;
}
.wrapper-generic.wrapper-cart .woocommerce table.shop_table th,
.wrapper-generic.wrapper-checkout .woocommerce table.shop_table th,
.wrapper-generic.wrapper-my-account .woocommerce table.shop_table th,
.wrapper-generic.wrapper-cart .woocommerce table.shop_table td,
.wrapper-generic.wrapper-checkout .woocommerce table.shop_table td,
.wrapper-generic.wrapper-my-account .woocommerce table.shop_table td {
  padding: 15px;
}
.wrapper-generic.wrapper-cart .woocommerce table.shop_table th,
.wrapper-generic.wrapper-checkout .woocommerce table.shop_table th,
.wrapper-generic.wrapper-my-account .woocommerce table.shop_table th {
  font-size: 13px;
  text-transform: uppercase;
}
.wrapper-generic.wrapper-cart .woocommerce table.shop_table .product-price,
.wrapper-generic.wrapper-checkout .woocommerce table.shop_table .product-price,
.wrapper-generic.wrapper-my-account .woocommerce table.shop_table .product-price,
.wrapper-generic.wrapper-cart .woocommerce table.shop_table .product-quantity,
.wrapper-generic.wrapper-checkout .woocommerce table.shop_table .product-quantity,
.wrapper-generic.wrapper-my-account .woocommerce table.shop_table .product-quantity,
.wrapper-generic.wrapper-cart .woocommerce table.shop_table .product-subtotal,
.wrapper-generic.wrapper-checkout .woocommerce table.shop_table .product-subtotal,
.wrapper-generic.wrapper-my-account .woocommerce table.shop_table .product-subtotal,
.wrapper-generic.wrapper-cart .woocommerce table.shop_table .product-total,
.wrapper-generic.wrapper-checkout .woocommerce table.shop_table .product-total,
.wrapper-generic.wrapper-my-account .woocommerce table.shop_table .product-total,
.wrapper-generic.wrapper-cart .woocommerce table.shop_table .cart-subtotal td,
.wrapper-generic.wrapper-checkout .woocommerce table.shop_table .cart-subtotal td,
.wrapper-generic.wrapper-my-account .woocommerce table.shop_table .cart-subtotal td,
.wrapper-generic.wrapper-cart .woocommerce table.shop_table .cart-subtotal th,
.wrapper-generic.wrapper-checkout .woocommerce table.shop_table .cart-subtotal th,
.wrapper-generic.wrapper-my-account .woocommerce table.shop_table .cart-subtotal th,
.wrapper-generic.wrapper-cart .woocommerce table.shop_table .order-total td,
.wrapper-generic.wrapper-checkout .woocommerce table.shop_table .order-total td,
.wrapper-generic.wrapper-my-account .woocommerce table.shop_table .order-total td,
.wrapper-generic.wrapper-cart .woocommerce table.shop_table .order-total th,
.wrapper-generic.wrapper-checkout .woocommerce table.shop_table .order-total th,
.wrapper-generic.wrapper-my-account .woocommerce table.shop_table .order-total th,
.wrapper-generic.wrapper-cart .woocommerce table.shop_table tfoot th,
.wrapper-generic.wrapper-checkout .woocommerce table.shop_table tfoot th,
.wrapper-generic.wrapper-my-account .woocommerce table.shop_table tfoot th,
.wrapper-generic.wrapper-cart .woocommerce table.shop_table tfoot td,
.wrapper-generic.wrapper-checkout .woocommerce table.shop_table tfoot td,
.wrapper-generic.wrapper-my-account .woocommerce table.shop_table tfoot td {
  text-align: right;
}
.wrapper-generic.wrapper-cart .woocommerce table.shop_table th,
.wrapper-generic.wrapper-checkout .woocommerce table.shop_table th,
.wrapper-generic.wrapper-my-account .woocommerce table.shop_table th {
  text-transform: uppercase;
}
.wrapper-generic.wrapper-cart .woocommerce table.shop_table .product-quantity,
.wrapper-generic.wrapper-checkout .woocommerce table.shop_table .product-quantity,
.wrapper-generic.wrapper-my-account .woocommerce table.shop_table .product-quantity {
  font-size: 14px;
}
.wrapper-generic.wrapper-cart h1 {
  margin-top: 0;
  text-transform: capitalize;
}
.wrapper-generic.wrapper-cart .woocommerce .woocommerce-cart-form {
  margin: 40px 0 0;
}
.wrapper-generic.wrapper-cart .woocommerce table.shop_table {
  font-size: 18px;
}
.wrapper-generic.wrapper-cart .woocommerce table.shop_table th,
.wrapper-generic.wrapper-cart .woocommerce table.shop_table td {
  padding: 15px;
  vertical-align: middle;
}
.wrapper-generic.wrapper-cart .woocommerce table.shop_table th {
  font-size: 13px;
  text-transform: uppercase;
}
.wrapper-generic.wrapper-cart .woocommerce table.shop_table .product-price,
.wrapper-generic.wrapper-cart .woocommerce table.shop_table .product-quantity,
.wrapper-generic.wrapper-cart .woocommerce table.shop_table .product-subtotal {
  text-align: right;
}
.wrapper-generic.wrapper-cart .coupon .input-text {
  padding: 8px 20px !important;
  width: 200px !important;
}
.wrapper-generic.wrapper-cart .cart-collaterals .cart_totals h2 {
  display: none;
}
.wrapper-generic.wrapper-cart .cart-collaterals .cart_totals table td {
  text-align: right;
}
.wrapper-generic.wrapper-checkout .woocommerce-form-coupon-toggle {
  margin: 40px 0;
}
.wrapper-generic.wrapper-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  margin-bottom: 0;
}
.wrapper-generic.wrapper-checkout .checkout_coupon.woocommerce-form-coupon .input-text {
  padding: 8px 20px !important;
}
.wrapper-generic.wrapper-checkout .woocommerce-checkout h3 {
  margin: 0 0 15px;
}
.wrapper-generic.wrapper-checkout .woocommerce-checkout #customer_details {
  margin-bottom: 40px;
}
.wrapper-generic.wrapper-checkout .woocommerce-checkout .input-text {
  padding: 12px 20px !important;
}
.wrapper-generic.wrapper-checkout .checkout_coupon.woocommerce-form-coupon p {
  margin-top: 0;
}
.wrapper-generic.wrapper-checkout .place-order button {
  padding: 20px 30px;
  font-size: 20px;
  background: #1bbc9b;
}
.wrapper-generic.wrapper-checkout .place-order button:hover,
.wrapper-generic.wrapper-checkout .place-order button:focus {
  background: #1ed2ad;
}
.wrapper-generic.wrapper-checkout .place-order button:active {
  background: #158f76;
}
.wrapper-generic.wrapper-checkout .woocommerce-checkout-payment .wc_payment_methods li label {
  font-size: 20px;
  font-weight: 600;
}
.wrapper-generic.wrapper-checkout .woocommerce-checkout-payment .wc_payment_methods li label a {
  font-size: 13px !important;
}
.wrapper-generic.wrapper-checkout .payment_box p {
  margin-top: 0;
  margin-bottom: 0;
}
.wrapper-generic.wrapper-checkout #add_payment_method #payment img,
.wrapper-generic.wrapper-checkout .woocommerce-cart #payment img,
.wrapper-generic.wrapper-checkout .woocommerce-checkout #payment img {
  margin: 0 20px;
  width: auto;
}
.wrapper-generic.wrapper-checkout #payment.woocommerce-checkout-payment {
  background: #f3f3f3;
  border: 1px solid #ccc;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
  font-size: 16px;
}
.wrapper-generic.wrapper-checkout .woocommerce ul.order_details,
.wrapper-generic.wrapper-my-account .woocommerce ul.order_details {
  margin: 40px 0;
}
.wrapper-generic.wrapper-checkout .woocommerce ul.order_details li,
.wrapper-generic.wrapper-my-account .woocommerce ul.order_details li {
  font-size: 14px;
  font-weight: 600;
}
.wrapper-generic.wrapper-checkout .woocommerce ul.order_details li strong,
.wrapper-generic.wrapper-my-account .woocommerce ul.order_details li strong {
  margin: 10px 0 0;
  display: block;
  font-size: 20px;
  font-weight: 400;
}
.wrapper-generic.wrapper-checkout .woocommerce-order-details h2,
.wrapper-generic.wrapper-my-account .woocommerce-order-details h2 {
  font-size: 22px;
  font-weight: 400;
}
.wrapper-generic.wrapper-checkout .woocommerce-order-details .woocommerce-table--order-details,
.wrapper-generic.wrapper-my-account .woocommerce-order-details .woocommerce-table--order-details {
  margin: 20px 0 0;
}
.wrapper-generic.wrapper-checkout .woocommerce-customer-details h2,
.wrapper-generic.wrapper-my-account .woocommerce-customer-details h2 {
  font-size: 22px;
  font-weight: 400;
}
.wrapper-generic.wrapper-checkout .woocommerce-customer-details address,
.wrapper-generic.wrapper-my-account .woocommerce-customer-details address {
  margin: 20px 0 0;
  font-size: 17px;
}
.wrapper-generic.wrapper-checkout .woocommerce-customer-details address p,
.wrapper-generic.wrapper-my-account .woocommerce-customer-details address p {
  margin: 0;
}
.woocommerce-NoticeGroup .woocommerce-error::before,
.woocommerce-NoticeGroup .woocommerce-info::before,
.woocommerce-NoticeGroup .woocommerce-message::before {
  top: 20px;
}
body.woocommerce-order-received h1 {
  display: none;
}
body.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-family: 'gotham_lightregular', Helvetica, Arial, sans-serif;
  font-size: 54px;
  line-height: 1.2;
  text-transform: none;
}
.wrapper-generic.wrapper-my-account .woocommerce-MyAccount-navigation {
  background: #f3f3f3;
}
.wrapper-generic.wrapper-my-account .woocommerce-MyAccount-navigation li {
  margin: 0;
  font-size: 17px;
  list-style-type: none;
}
.wrapper-generic.wrapper-my-account .woocommerce-MyAccount-navigation li a {
  padding: 10px 20px;
  display: block;
}
.wrapper-generic.wrapper-my-account .woocommerce-MyAccount-navigation li a:hover {
  background: #8cbcaa;
  color: #fff;
}
.wrapper-generic.wrapper-my-account .woocommerce-MyAccount-navigation li.is-active a {
  background: #8cbcaa;
  color: #fff;
}
.wrapper-generic.wrapper-my-account .woocommerce {
  margin: 40px 0 0;
}
.wrapper-generic.wrapper-my-account .woocommerce-MyAccount-content p {
  margin: 0 0 40px;
}
.wrapper-generic.wrapper-my-account .woocommerce-MyAccount-content mark {
  padding: 0;
  font-weight: 600;
  background: none;
}
.wrapper-generic.wrapper-my-account .woocommerce-MyAccount-content mark.order-status {
  padding: .2em;
  background-color: #fcf8e3;
  border: 1px solid #d0c9a6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.wrapper-generic.wrapper-my-account .woocommerce-Address header h3 {
  margin-top: 0;
}
.wrapper-generic.wrapper-my-account .woocommerce-Address address {
  margin: 20px 0 0;
  font-size: 17px;
}
.wrapper-generic.wrapper-my-account .woocommerce form .form-row input.input-text,
.wrapper-generic.wrapper-my-account .woocommerce form .form-row textarea {
  padding: 12px 15px !important;
}
body.woocommerce-view-order .wrapper-generic.wrapper-my-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders a {
  font-weight: 600;
  background: #8cbcaa;
  color: #fff;
}
@media (max-width: 991px) {
  html {
    margin-top: 0 !important;
  }
  #wpadminbar {
    display: none;
  }
}
