/*----------------------------------------------------------------------
# Package - JM Template
# ----------------------------------------------------------------------
# Author - JoomlaMan http://www.joomlaman.com
# Copyright Copyright under commercial licence (C) 2012 - 2013 JoomlaMan
# License http://www.gnu.org/licenses/gpl-3.0.html GNU/GPLv3
-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
# Package - JM Template
# ----------------------------------------------------------------------
# Author - JoomlaMan http://www.joomlaman.com
# Copyright Copyright under commercial licence (C) 2012 - 2013 JoomlaMan
# License http://www.gnu.org/licenses/gpl-3.0.html GNU/GPLv3
-----------------------------------------------------------------------*/
/* Dropcap */
/*----------------------------------------------------------------------
# Package - JM Template
# ----------------------------------------------------------------------
# Author - JoomlaMan http://www.joomlaman.com
# Copyright Copyright under commercial licence (C) 2012 - 2013 JoomlaMan
# License http://www.gnu.org/licenses/gpl-3.0.html GNU/GPLv3
-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
# Package - JM Template
# ----------------------------------------------------------------------
# Author - JoomlaMan http://www.joomlaman.com
# Copyright Copyright under commercial licence (C) 2012 - 2013 JoomlaMan
# License http://www.gnu.org/licenses/gpl-3.0.html GNU/GPLv3
-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
# Package - JM Template
# ----------------------------------------------------------------------
# Author - JoomlaMan http://www.joomlaman.com
# Copyright Copyright under commercial licence (C) 2012 - 2013 JoomlaMan
# License http://www.gnu.org/licenses/gpl-3.0.html GNU/GPLv3
-----------------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.btn {
  border: none !important;
}
.btn, .button, button {
  display: inline-block;
  /* IE7 inline-block hack */
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb($startColor),argb($endColor)));
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) fadein(rgba(0, 0, 0, .1), 15%);
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  *background-color: #e6e6e6;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  *margin-left: 0.3em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-family: 'MuseoSlab';
}
.btn:hover, .button:hover, button:hover, .btn:active, .button:active, button:active, .btn.active, .button.active, button.active, .btn.disabled, .button.disabled, button.disabled, .btn[disabled], .button[disabled], button[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active, .button:active, button:active, .btn.active, .button.active, button.active {
  background-color: #ccc e("\9");
}
.btn:first-child, .button:first-child, button:first-child {
  *margin-left: 0;
}
.btn:hover, .button:hover, button:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  /* Buttons in IE7 don't get borders, so darken on hover */
  *background-color: #d9d9d9;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus, .button:focus, button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active, .button.active, button.active, .btn:active, .button:active, button:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 e("\9");
  background-image: none;
  outline: 0;
  -webkit-box-shadow: "none";
  -moz-box-shadow: "none";
  box-shadow: "none";
}
.btn.disabled, .button.disabled, button.disabled, .btn[disabled], .button[disabled], button[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: "alpha(opacity=${opacity})";
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.jm-btn {
  line-height: 30px;
  margin: 0 10px;
}
.btn-large {
  padding: 6px 22px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.btn-large [class^="fa fa-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 15px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="fa fa-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 3px 9px;
  font-size: 11px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
  color: rgba(255, 255, 255, .75);
}
.btn, .button {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, .15) rgba(0, 0, 0, .15) rgba(0, 0, 0, .25);
}
.btn-primary, .button {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  background-image: -moz-linear-gradient(top, #007336, #00735c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007336), to(#00735c));
  background-image: -webkit-linear-gradient(top, #007336, #00735c);
  background-image: -o-linear-gradient(top, #007336, #00735c);
  background-image: linear-gradient(to bottom, #007336, #00735c);
  background-repeat: repeat-x;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb($startColor),argb($endColor)));
  border-color: #00735c #00735c #00271f;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) fadein(rgba(0, 0, 0, .1), 15%);
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  *background-color: #00735c;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
}
.btn-primary:hover, .button:hover, .btn-primary:active, .button:active, .btn-primary.active, .button.active, .btn-primary.disabled, .button.disabled, .btn-primary[disabled], .button[disabled] {
  color: #fff;
  background-color: #00735c;
  *background-color: #005a48;
}
.btn-primary:active, .button:active, .btn-primary.active, .button.active {
  background-color: #004033 e("\9");
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb($startColor),argb($endColor)));
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) fadein(rgba(0, 0, 0, .1), 15%);
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  *background-color: #f89406;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active, .btn-warning.active {
  background-color: #c67605 e("\9");
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb($startColor),argb($endColor)));
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) fadein(rgba(0, 0, 0, .1), 15%);
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  *background-color: #bd362f;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active, .btn-danger.active {
  background-color: #942a25 e("\9");
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb($startColor),argb($endColor)));
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) fadein(rgba(0, 0, 0, .1), 15%);
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  *background-color: #51a351;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active, .btn-success.active {
  background-color: #408140 e("\9");
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb($startColor),argb($endColor)));
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) fadein(rgba(0, 0, 0, .1), 15%);
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  *background-color: #2f96b4;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active, .btn-info.active {
  background-color: #24748c e("\9");
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb($startColor),argb($endColor)));
  border-color: #222 #222 #000;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) fadein(rgba(0, 0, 0, .1), 15%);
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  *background-color: #222;
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active, .btn-inverse.active {
  background-color: #090909 e("\9");
}
button.btn, input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large, input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small, input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini, input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link, .btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #007336;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #002712;
  text-decoration: underline;
  background-color: transparent;
}
.btn-default {
  background: #007336;
  color: #fff !important;
  text-shadow: none;
  border-top: 1px solid #007336 !important;
  border-bottom: 3px solid #00642f !important;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
  background: #00642f !important;
  border: none;
  border-top: 1px solid #00642f;
  border-bottom: 3px solid #00642f;
  color: #fff !important;
}
.btn-primary, .button, button {
  background: rgba(0, 115, 54, 0.1);
  border: 2px solid #007336 !important;
  color: #007336;
  text-shadow: none;
}
.btn-primary:hover, .button:hover, button:hover, .btn-primary:focus, .button:focus, button:focus, .btn-primary:active, .button:active, button:active {
  background: rgba(0, 115, 54, 0.5) !important;
  border: 2px solid #007336;
  color: #007336;
}
.block {
  margin-top: 30px;
}
.block:first-child, .block.block-system {
  margin-top: 0;
}
.block .block-title {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.region-sidebar-first .block-title, .region-sidebar-second .block-title {
  font-size: 16px;
  margin: 0 0 10px;
}
.from-the-block .views-row {
  clear: both;
  margin: 15px 0 0;
  padding: 0 0 15px;
}
.from-the-block .views-row .blog-info {
  width: 15%;
}
.from-the-block .views-row .blog-info img {
  width: 50px;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 2px 0 5px;
  border: 4px solid #efefef;
}
.from-the-block .views-row .blog-info .date {
  color: #007336;
  font-size: 11px;
  font-weight: normal;
  text-transform: lowercase;
}
.from-the-block .views-row .blog-info .month {
  color: #007336;
  font-family: 'MuseoSlab';
  font-size: 14px;
  text-transform: uppercase;
}
.from-the-block .views-row .blog-content {
  width: 82%;
}
.from-the-block .views-row .blog-content .from-the-block-read-more {
  font-size: 11px;
  font-style: italic;
}
.sp-tweet .sp-avatar {
  margin-right: 5px;
}
.me-team .slide-item-wrap {
  padding: 15px;
  margin-bottom: 50px;
}
.me-team .slide-item-wrap .slide-item-image {
  position: relative;
}
.me-team .slide-item-wrap img {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  transition: all 0.18s linear 0s;
}
.me-team .slide-item-wrap .circle-border {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #ecebe9;
  left: 0px;
  position: absolute;
  top: 0px;
  -webkit-transition-duration: 225ms;
  -moz-transition-duration: 225ms;
  -ms-transition-duration: 225ms;
  -o-transition-duration: 225ms;
  transition-duration: 225ms;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
  -moz-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
  -ms-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
  -o-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
  transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
  width: 99%;
  height: 99%;
  border-radius: 50%;
  z-index: -1;
}
.me-team .slide-item-wrap:hover .circle-border {
  border: 1px solid #007336;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
  -moz-transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
  -ms-transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
  -o-transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
  transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
}
.me-team .slide-item-wrap .slide-item-title {
  padding: 20px 0 15px;
}
.me-team .slide-item-wrap .slide-item-title .name {
  display: block;
  font-family: 'MuseoSlab';
  font-size: 20px;
  text-align: center;
}
.me-team .slide-item-wrap .slide-item-title .position {
  color: #999;
  display: block;
  text-align: center;
}
.me-team .slide-item-wrap .slide-item-desc {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  padding: 15px 0;
}
.me-team .slide-item-wrap .user-social {
  font-size: 12px;
  padding: 15px 0;
  text-align: center;
}
.me-team .slide-item-wrap .user-social span:before {
  content: "/";
  padding: 0 5px 0 0;
}
.me-team .slide-item-wrap .user-social span:first-child:before {
  display: none;
}
.region-sidebar-first .list-style1 .item-list ul, .region-sidebar-second .list-style1 .item-list ul {
  list-style: none;
}
.region-sidebar-first .list-style1 .item-list ul li, .region-sidebar-second .list-style1 .item-list ul li {
  margin: 0 0 5px;
  padding: 0;
}
.region-sidebar-first .list-style1 .item-list ul li a, .region-sidebar-second .list-style1 .item-list ul li a {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  background: #f1f1f1;
  color: #4c5357;
  display: block;
  padding: 10px;
}
.region-sidebar-first .list-style1 .item-list ul li a:before, .region-sidebar-second .list-style1 .item-list ul li a:before {
  color: #29bcb8;
  content: "\f105";
  font-family: fontawesome;
  padding: 10px;
}
.region-sidebar-first .list-style1 .item-list ul li a:hover, .region-sidebar-second .list-style1 .item-list ul li a:hover {
  background: #007336;
  color: #fff;
}
.region-sidebar-first .list-style1 .item-list ul li a:hover:before, .region-sidebar-second .list-style1 .item-list ul li a:hover:before {
  color: #fff;
}
.top-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-menu ul li {
  padding: 0;
  margin: 0;
  float: right;
  list-style: none;
}
.top-menu ul li a {
  display: block;
  padding: 4px 5px;
}
.rtl .top-menu ul li {
  float: left;
}
.sh-dropcap {
  overflow: hidden;
}
.sh-dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}
.testimonial {
  margin: 40px 0 20px;
}
.testimonial .testimonial-author {
  margin: -1px 0 0 0;
  padding: 15px 0 15px 60px;
  background: url(https://www.goodinag.co.nz/sites/all/themes/me/images/bg-testimonial.png) no-repeat 20px 0px;
}
.testimonial .testimonial-author strong {
  font-weight: normal;
  color: #000;
}
.testimonial .testimonial-content {
  border: #efefef 1px solid;
  padding: 10px;
  background: #fff;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background: #007336;
}
.tab-content .tab-pane {
  margin-top: 20px;
}
.btn-mini {
  font-size: 11px;
  line-height: 16px;
  padding: 3px 9px;
}
.panel-default > .panel-heading {
  background: none;
  border-color: #e5e5e5;
  /*Unordered Lists*/
}
.panel-default > .panel-heading .panel-title {
  font-size: 13px;
}
ul.arrow, ul.arrow-double, ul.tick, ul.cross, ul.star, ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before, ul.arrow-double li::before, ul.tick li::before, ul.cross li::before, ul.star li::before, ul.rss li::before, ul.arrow li::after, ul.arrow-double li::after, ul.tick li::after, ul.cross li::after, ul.star li::after, ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
.ltr ul.arrow li::before, .ltr ul.arrow-double li::before, .ltr ul.tick li::before, .ltr ul.cross li::before, .ltr ul.star li::before, .ltr ul.rss li::before {
  margin-right: 5px;
}
.ltr ul.arrow li::before {
  content: "\f105";
}
.ltr ul.arrow-double li::before {
  content: "\f101";
}
.ltr ul.tick li::before {
  content: "\f00c";
}
.ltr ul.cross li::before {
  content: "\f00d";
}
.ltr ul.star li::before {
  content: "\f006";
}
.ltr ul.rss li::before {
  content: "\f09e";
}
.rtl ul.arrow li::after, .rtl ul.arrow-double li::after, .rtl ul.tick li::after, .rtl ul.cross li::after, .rtl ul.star li::after, .rtl ul.rss li::after {
  margin-left: 5px;
}
.rtl ul.arrow li::after {
  content: "\f104";
}
.rtl ul.arrow-double li::after {
  content: "\f100";
}
.rtl ul.tick li::after {
  content: "\f00c";
}
.rtl ul.cross li::after {
  content: "\f00d";
}
.rtl ul.star li::after {
  content: "\f006";
}
.rtl ul.rss li::after {
  content: "\f09e";
}
img.pull-left, .pull-left > img {
  margin-right: 15px;
}
img.pull-right, .pull-right > img {
  margin-left: 15px;
}
.rtl {
  /* Block number */
}
.rtl img.pull-left, .rtl .pull-left > img {
  margin-left: 15px;
}
.rtl img.pull-right, .rtl .pull-right > img {
  margin-right: 15px;
}
.sh-blocknumber {
  position: relative;
  min-height: 45px;
}
.sh-blocknumber span {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sh-blocknumber span.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sh-blocknumber span.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ltr .sh-blocknumber {
  padding: 5px 0 5px 60px;
}
.ltr .sh-blocknumber span {
  left: 0;
}
.rtl {
  /* Block */
}
.rtl .sh-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sh-blocknumber span {
  right: 0;
}
.sh-block.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sh-bubble {
  position: relative;
  margin-bottom: 40px;
}
.sh-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
}
.sh-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
}
.ltr .sh-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sh-bubble cite span {
  left: 0;
  border-left-color: transparent !important;
}
.rtl .sh-bubble cite {
  right: 15px;
  padding-right: 40px;
}
.rtl .sh-bubble cite span {
  right: 0;
  border-right-color: transparent !important;
}
.ltr [class^="icon-"].pull-left, .ltr [class*=" icon-"].pull-left {
  margin-right: 0.3em;
}
.ltr [class^="icon-"].pull-right, .ltr [class*=" icon-"].pull-right {
  margin-left: 0.3em;
}
.rtl [class^="icon-"].pull-left, .rtl [class*=" icon-"].pull-left {
  margin-left: 0.3em;
}
.rtl [class^="icon-"].pull-right, .rtl [class*=" icon-"].pull-right {
  margin-right: 0.3em;
}
.block-contents .view-blog-categories .cat-title {
  background: #007336;
  color: #fff;
  padding: 0 10px;
}
.block-contents .view-blog-categories .cat-title a {
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: normal;
  padding-right: 20px;
  position: relative;
  text-transform: uppercase;
}
.block-contents .view-blog-categories .cat-image {
  margin-bottom: 10px;
}
.block-contents .view-blog-categories .cat-image img {
  width: 100%;
  height: auto;
}
.sh-blog {
  border-bottom: 1px solid #dadbde;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sh-blog .blog-content-tile {
  font-size: 20px;
  text-transform: uppercase;
  color: #222;
  padding: 0;
  margin: 0 0 20px;
  color: #222;
}
.sh-blog .blog-content-tile a {
  color: #222;
}
.sh-blog .field-name-field-tags {
  display: inline-block;
}
.sh-blog .blog-image {
  position: relative;
}
.sh-blog .blog-image img {
  width: 100%;
  height: auto;
}
.sh-blog .blog-image .image-overlay {
  border-color: #e1e1e1;
  background: none repeat scroll 0 0 #fff;
  position: absolute;
  z-index: 500;
  display: block;
  height: 100%;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  top: 0;
  opacity: 0;
  filter: "alpha(opacity=${opacity})";
  width: 100%;
  -moz-box-sizing: border-box;
  border: 0 solid rgba(0, 0, 0, 0.7);
  overflow: visible;
}
.sh-blog .blog-image .image-overlay:hover {
  opacity: 0.7;
  filter: "alpha(opacity=${opacity})";
  background: rgba(0, 0, 0, 0.7);
}
.sh-blog .blog-image .image-overlay:hover .image-overlay-inside:before {
  height: 80px;
  width: 80px;
  line-height: 80px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  font-size: 18px;
  margin: -40px 0 0 -40px;
  background: #007336;
  color: #fff;
}
.sh-blog .blog-image .image-overlay .image-overlay-inside {
  border-color: #c3512f;
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.sh-blog .blog-image .image-overlay .image-overlay-inside:before {
  content: "\f064";
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: normal;
  border-radius: 50px 50px 50px 50px;
  color: #fff;
  height: 40px;
  left: 50%;
  line-height: 40px;
  margin: -20px 0 0 -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
  z-index: 500;
}
.sh-blog .article-info {
  border-bottom: 1px solid #dadbde;
  font-size: 11px;
  margin: 0 0 15px;
  padding: 10px 0;
}
.sh-blog .article-info .username, .sh-blog .article-info .cdate {
  color: #222;
  font-size: 12px;
  font-weight: bold;
}
.sh-blog ul.links.inline li:first-child {
  padding: 0;
}
.sh-lastest-news .blog-content-tile {
  padding: 10px 0 7px;
}
.sh-lastest-news .blog-content {
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
  padding: 15px 0;
  margin-bottom: 15px;
}
.sh-lastest-news .bx-wrapper .bx-controls-direction a {
  top: 60px;
}
.sh-lastest-news .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -55px;
}
.sh-lastest-news .bx-wrapper .bx-controls-direction a.bx-next {
  right: -55px;
}
ul.pagination li a:not(.btn) {
  border: 1px solid #dedfe2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #222;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  margin: 0 2px;
  padding: 3px 10px;
}
ul.pagination li.active a {
  background: #007336;
  color: #fff;
  border: 1px solid #007336;
}
ul.pagination li.active a:hover, ul.pagination li.active a:focus {
  background: #007336 !important;
}
.superhero-mobile-menu-toggle {
  display: none;
}
@media screen and (min-width: 992px) {
  .superhero-dropdown {
    float: left;
    margin-right: 20px;
  }
  .superhero-dropdown > ul {
    margin: 0;
  }
  .superhero-dropdown > ul > li {
    margin: 0 10px 0 0;
    padding: 0;
  }
  .superhero-dropdown ul ul {
    opacity: 0;
    height: 0;
    position: absolute;
    min-width: 260px;
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    overflow: hidden;
    margin: 30px 0 0 0;
    padding: 0;
    transition: margin-top 0.3s, opacity 0.3s;
    -webkit-transition: margin-top 0.3s, opacity 0.3s;
    z-index: 999;
  }
  .superhero-dropdown ul ul li {
    list-style: none;
    border-bottom: 1px solid #eee;
    margin: 0;
    position: relative;
  }
  .superhero-dropdown ul ul li.last {
    border-bottom: none;
  }
  .superhero-dropdown ul ul li a {
    line-height: 40px;
    font-size: 12px;
  }
  .superhero-dropdown ul ul ul {
    top: 0;
    left: 260px;
  }
  .superhero-dropdown > ul > li {
    display: inline-block;
    position: relative;
    /*
  .superhero-dropdown > ul > li > a {
    line-height: 80px;
    transition: line-height .5s;
    -webkit-transition: line-height .5s;
  }
	*/
  }
  .superhero-dropdown ul li:hover > ul {
    height: auto;
    opacity: 1;
    margin-top: 0;
    overflow: visible;
  }
  .superhero-dropdown a {
    display: block;
    padding: 0 20px;
    font-size: 15px;
  }
  .rtl .superhero-dropdown ul ul ul {
    left: -260px;
  }
  .main-menu-toggle {
    display: none;
  }
  .superhero-dropdown .menu-arrow {
    display: none;
  }
}
ul.menu {
  text-align: start;
  /*@media screen and (max-width: 768px) {*/
}
@media screen and (max-width: 991px) {
  .superhero-dropdown {
    background: none repeat scroll 0 0 #333;
    left: 0px;
    /*top: 100px;*/
    position: absolute;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 999;
  }
  .superhero-dropdown.open {
    margin-top: 20px;
    max-height: 10000px;
  }
  .superhero-dropdown ul {
    margin: 0;
    /*border-top: 1px solid #3A3E3F;*/
    padding: 0;
  }
  .superhero-dropdown ul li {
    list-style: none;
  }
  .superhero-dropdown ul li.last {
    border-bottom: none;
  }
  .superhero-dropdown ul li a {
    color: #868686;
    line-height: 38px;
  }
  .superhero-dropdown ul li a:hover, .superhero-dropdown ul li a.active {
    color: #ea7d0c;
  }
  .superhero-dropdown ul ul {
    max-height: 0;
    overflow: hidden;
    margin-left: 15px;
    transition: max-height 0.3s, opacity 0.3s;
    -webkit-transition: max-height 0.3s, opacity 0.3s;
  }
  .superhero-dropdown ul ul.open {
    max-height: 10000px;
  }
  .superhero-dropdown ul ul li {
    list-style: none;
    list-style-position: inside;
    white-space: pre;
    position: relative;
  }
  .superhero-dropdown ul ul li.expanded {
    background: none;
  }
  .main-menu-toggle {
    background: url("https://www.goodinag.co.nz/sites/all/themes/me/images/drill-menu-bg.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    width: 35px;
    height: 26px;
    float: left;
    margin-right: 30px;
    height: 100px;
  }
  .superhero-dropdown .menu-arrow {
    background-color: #fff;
    border-radius: 3px;
    cursor: pointer;
    float: right;
    height: 20px;
    line-height: 20px;
    margin: 10px;
    padding: 0 0 0 10px;
    width: 12px;
    position: absolute;
    right: 10px;
  }
  .superhero-dropdown > ul ul li:hover {
    background: none !important;
  }
}
@media screen and (max-width: 992px) {
  .superhero-dropdown ul, .superhero-dropdown ul li {
    margin: 0;
    padding: 0;
  }
  .superhero-dropdown {
    left: 0px;
    position: absolute;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    z-index: 999;
  }
  .superhero-dropdown.open {
    max-height: 10000px;
  }
  .superhero-dropdown ul {
    margin: 0;
    padding: 0;
  }
  .superhero-dropdown ul li {
    list-style: none;
    position: relative;
  }
  .superhero-dropdown ul li.last {
    border-bottom: none;
  }
  .superhero-dropdown ul li a {
    display: inline-block;
    line-height: 40px !important;
    padding: 0 10px;
    color: #ccc !important;
  }
  .superhero-dropdown ul li a:hover, .superhero-dropdown ul li a.active {
    color: #fff !important;
  }
  .superhero-dropdown ul ul {
    max-height: 0;
    overflow: hidden;
    margin: 0 15px;
    transition: max-height 0.3s, opacity 0.3s;
    -webkit-transition: max-height 0.3s, opacity 0.3s;
  }
  .superhero-dropdown ul ul.open {
    max-height: 10000px;
  }
  .superhero-dropdown ul ul li.expanded {
    background: none;
  }
  .main-menu-toggle {
    cursor: pointer;
    display: block;
    width: 35px;
    height: 26px;
    float: left;
    margin-right: 30px;
    height: 100px;
  }
  .superhero-dropdown .menu-arrow {
    background-color: #fff;
    border-radius: 3px;
    cursor: pointer;
    top: 10px;
    padding: 0 5px;
    width: 20px;
    position: absolute;
    text-align: center;
    right: 10px;
  }
  .superhero-dropdown > ul ul li:hover {
    background: none !important;
  }
}
@media (min-width: 992px) {
  .superhero-dropdown {
    margin-right: 0;
  }
  .superhero-dropdown > ul {
    float: right;
    margin: 0;
    padding: 0;
  }
  .superhero-dropdown > ul > li {
    transition: all 200ms ease 0s;
    list-style: none;
    display: inline-block;
    margin: 0 3px;
    padding: 0;
    position: relative;
  }
  .superhero-dropdown > ul > li:hover {
    background: url(https://www.goodinag.co.nz/sites/all/themes/me/images/bg-menu-over.png) repeat 0 0;
  }
  .superhero-dropdown > ul > li > a {
    color: #fff;
    display: inline-block;
    font-family: 'MuseoSlab';
    font-size: 13px;
    margin: 0;
    padding: 0 14px;
    text-transform: uppercase;
    border-bottom: 4px solid transparent;
  }
  .superhero-dropdown > ul > li > a:hover, .superhero-dropdown > ul > li > a.active {
    color: #007336;
    border-bottom: 4px solid #007336;
  }
  .superhero-dropdown > ul ul {
    background: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    margin: 30px 0 0 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: margin-top 0.3s;
    -moz-transition: margin-top 0.3s;
    -o-transition: margin-top 0.3s;
    transition: margin-top 0.3s;
    z-index: 999;
  }
  .superhero-dropdown > ul ul li {
    border-bottom: 1px solid #eee;
  }
  .superhero-dropdown > ul ul li a {
    padding: 0 15px;
  }
  .superhero-dropdown > ul ul li a:not(.btn) {
    color: #999;
  }
  .superhero-dropdown > ul ul li a.active {
    background: #f5f5f5;
  }
  .superhero-dropdown .menu-arrow {
    display: none;
  }
}
@media (max-width: 991px) {
  .superhero-mobile-menu-toggle {
    display: block;
  }
  a.superhero-mobile-menu-toggle {
    padding: 5px 10px;
    position: absolute;
    right: 10px;
    top: -37px;
    border: 1px solid;
  }
  .region-menu {
    padding: 0;
  }
  .superhero-dropdown {
    background: #34373e;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .superhero-dropdown.open {
    border-top: 1px solid #eee;
  }
  .superhero-dropdown ul li a {
    padding: 0 15px;
    color: #fff !important;
  }
  .superhero-dropdown ul li a:hover {
    color: #007336 !important;
  }
  .superhero-dropdown ul li a.active {
    color: #007336 !important;
  }
  .superhero-dropdown .menu-arrow {
    right: 15px;
  }
}
@font-face {
  font-family: 'MuseoSlab';
  src: url('https://www.goodinag.co.nz/sites/all/themes/me/fonts/MuseoSlab.eot');
  src: url('https://www.goodinag.co.nz/sites/all/themes/me/fonts/MuseoSlab.eot?#iefix') format('embedded-opentype'), url('https://www.goodinag.co.nz/sites/all/themes/me/fonts/MuseoSlab.woff') format('woff'), url('https://www.goodinag.co.nz/sites/all/themes/me/fonts/MuseoSlab.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
a {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
.unstyled i {
  margin: 0 10px 0 0;
}
.center {
  text-align: center;
}
.center th, .center tr, .center td {
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.rtl .left {
  float: right;
}
.rtl .right {
  float: left;
}
.rtl ul.pagenav .pagenav-prev {
  float: right;
}
.rtl ul.pagenav .pagenav-next {
  float: left;
}
.title-center.module h3.header {
  text-align: center !important;
}
.title-left.module h3.header {
  text-align: left !important;
}
.title-right.module h3.header {
  text-align: right !important;
}
.rtl .title-left.module h3.header {
  text-align: right !important;
}
.rtl .title-right.module h3.header {
  text-align: left !important;
}
.read-more:after {
  content: "\f105";
  font-family: FontAwesome;
  padding: 0 5px;
}
.icontop [class^="fa fa-"]:before, .icontop [class*="fa fa-"]:before {
  display: block;
  font-size: 38px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 100px;
  text-transform: none;
}
.icontop [class^="fa fa-"]:after, .icontop [class*="fa fa-"]:after {
  -moz-box-sizing: content-box;
  border-radius: 50%;
  box-shadow: 0 0 0 6px #efefef;
  content: "";
  height: 100%;
  left: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: box-shadow 0.4s ease 0s;
  width: 100%;
}
.icontop [class^="fa fa-"], .icontop [class*="fa fa-"] {
  color: #007336;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 100px;
  margin: 15px 30px;
  position: relative;
  text-align: center;
  width: 100px;
  z-index: 1;
}
.icontop:hover [class^="fa fa-"]:after, .icontop:hover [class*="fa fa-"]:after {
  box-shadow: 0 0 0 6px #007336;
}
.icontop:hover [class^="fa fa-"], .icontop:hover [class*="fa fa-"] {
  color: #34373e;
}
.icontop h3.block-title {
  margin-top: 5px;
}
.icontop-style2 [class^="fa fa-"], .icontop-style2 > [class*=" fa fa-"] {
  -webkit-transition: box-shadow 0.2s ease 0s;
  -moz-transition: box-shadow 0.2s ease 0s;
  -o-transition: box-shadow 0.2s ease 0s;
  transition: box-shadow 0.2s ease 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 100px;
  margin: 15px 30px;
  position: relative;
  text-align: center;
  width: 100px;
  z-index: 1;
  background: #007336;
  color: #fff;
}
.icontop-style2 [class^="fa fa-"]:before, .icontop-style2 > [class*=" fa fa-"]:before {
  display: block;
  font-size: 38px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 100px;
  text-transform: none;
}
.icontop-style2 [class^="fa fa-"]:after, .icontop-style2 > [class*=" fa fa-"]:after {
  -webkit-box-shadow: 0 0 0 6px #efefef;
  -moz-box-shadow: 0 0 0 6px #efefef;
  box-shadow: 0 0 0 6px #efefef;
  left: 0;
  padding: 0;
  top: 0;
  -webkit-transition: transform 0.2s ease 0s;
  -moz-transition: transform 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  -webkit-transition: box-shadow 0.4s ease 0s;
  -moz-transition: box-shadow 0.4s ease 0s;
  -o-transition: box-shadow 0.4s ease 0s;
  transition: box-shadow 0.4s ease 0s;
  -moz-box-sizing: content-box;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.icontop-style2:hover [class^="fa fa-"]:after, .icontop-style2:hover > [class*=" fa fa-"]:after {
  -webkit-box-shadow: 0 0 0 6px #007336;
  -moz-box-shadow: 0 0 0 6px #007336;
  box-shadow: 0 0 0 6px #007336;
  opacity: 1;
  filter: "alpha(opacity=${opacity})";
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.icontop-style2:hover [class^="fa fa-"], .icontop-style2:hover > [class*=" fa fa-"] {
  color: #007336;
  background: #efefef;
}
.icontop-style3 .fa {
  font-size: 28px;
  color: #007336;
}
.icontop-style3 h3.title {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 10px;
}
.icontop-style3 h3 {
  font-size: 16px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.white-text {
  color: #fff;
}
.white-text .block-title {
  color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'MuseoSlab';
  color: #34373e;
  font-weight: normal;
  line-height: 1.2em;
}
.sh-container {
  padding-left: 15px;
  padding-right: 15px;
}
.sh-container [class*="col-md-"], .sh-container [class^="col-md-"], .sh-container [class*="col-xs-"], .sh-container [class^="col-xs-"], .sh-container [class*="col-sm-"], .sh-container [class^="col-sm-"], .sh-container [class*="col-lg-"], .sh-container [class^="col-lg-"] {
  padding-left: 0;
  padding-right: 0;
}
body {
  font-size: 12px;
  color: #595959;
  line-height: 20px;
}
.body-innerwrapper {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
h2#page-title {
  border-bottom: 1px solid #e8e8e8;
  margin: 0 0 30px;
  padding: 10px 0;
  text-transform: uppercase;
}
h2#page-title:after {
  content: ".";
  color: #007336;
}
img {
  height: auto;
  max-width: 100%;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #f2f2f2;
  border-color: #e8e8e8 #e8e8e8 #fff;
  border-image: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
  color: #595959;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 5px 10px;
}
input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
  border-color: #e9322d;
  box-shadow: 0 0 6px #f8b9b7;
}
.element-invisible {
  display: none;
}
.p-style {
  font-family: 'MuseoSlab';
  font-size: 13px;
  color: #007336;
}
.block-title-h4 .block-title {
  font-size: 17.5px;
  text-transform: capitalize;
}
#section-top {
  padding: 3px 0;
  background: #f5f5f5;
}
#section-top a {
  color: #aaa;
}
#section-top a:hover {
  color: #007336;
}
#section-top #block-search-form .form-item-search-block-form {
  margin: 0;
}
#section-top #block-search-form #edit-actions {
  display: none;
}
#section-top #block-search-form #edit-search-block-form--2 {
  padding: 2px 5px;
  width: 200px;
}
#section-top .contac-top p {
  margin: 0;
  padding: 4px 0;
}
#section-header {
  background: #34373e;
  width: 100%;
}
#section-header .superhero-dropdown > ul > li > a, #section-header .site-logo a {
  color: #fff;
  line-height: 80px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#section-header.fixed-transition .superhero-dropdown > ul > li > a, #section-header.fixed-transition .site-logo a {
  line-height: 50px;
}
.front.header-overlay .sticky-wrapper {
  padding: 0 !important;
  position: absolute !important;
  top: 0;
  width: 100%;
  z-index: 999;
}
.front.header-overlay .sticky-wrapper .section-header {
  background: none !important;
}
.front.header-overlay .sticky-wrapper .section-header .container {
  background: url("https://www.goodinag.co.nz/sites/all/themes/me/images/bg-menu-over.png") repeat-x left bottom;
}
.header-white #section-header {
  background-color: #fff;
  background-image: url("https://www.goodinag.co.nz/sites/all/themes/me/images/white-bg.jpg") !important;
  background-repeat: repeat-x;
  border-bottom: 1px solid #ccc;
}
.header-white #section-header .superhero-dropdown > ul > li > a, .header-white #section-header #section-header .site-logo a {
  color: #000;
  border: none !important;
}
.header-white #section-header .superhero-dropdown > ul > li > a:hover, .header-white #section-header #section-header .site-logo a:hover, .header-white #section-header .superhero-dropdown > ul > li > a.active, .header-white #section-header #section-header .site-logo a.active {
  color: #007336;
}
#section-banner {
  clear: both;
}
#section-users {
  padding: 30px 0;
}
#section-feature {
  padding: 30px 0;
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
}
#section-feature [class*="region-feature-"] {
  border-left: 1px solid #efefef;
}
#section-feature .region-feature-first {
  border-left: none;
}
#section-feature ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#section-feature ul li {
  padding: 5px 0;
}
#section-feature ul li::before {
  content: "";
  font-family: fontawesome;
  font-size: 7px;
  line-height: 100%;
  padding: 0 10px;
  color: #007336;
}
#section-showcase {
  padding: 30px 0;
  background-color: #f5f5f5;
}
#section-content {
  padding: 30px 0;
}
#section-breadcrumb {
  background: #dadbde;
  color: #4c5357;
  font-family: 'MuseoSlab';
}
#section-breadcrumb .breadcrumb {
  margin: 0;
  padding: 15px;
  background: none;
}
#section-breadcrumb .breadcrumb a {
  color: #4c5357;
}
#section-breadcrumb .breadcrumb a:hover {
  color: #007336;
}
#section-breadcrumb .breadcrumb .divider {
  display: inline-block;
  font-size: 0;
  line-height: normal;
  padding: 0 10px;
}
#section-breadcrumb .breadcrumb .divider:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 13px;
  color: #007336;
}
#section-team {
  padding: 30px 0;
  background-color: #f5f5f5;
}
#section-postcontent {
  color: #fff;
}
#section-postcontent h3 {
  color: #fff;
  text-transform: uppercase;
}
#section-postcontent p {
  font-size: 18px;
}
#section-topls {
  padding: 40px 0;
}
#section-topls .view-id-testimonial .views-field-body {
  border: #efefef 1px solid;
  padding: 10px;
  background: #fff;
}
#section-topls .view-id-testimonial .views-field-field-job-title {
  background: url(https://www.goodinag.co.nz/sites/all/themes/me/images/bg-testimonial.png) no-repeat 20px 0px;
  padding: 5px 0 0 60px;
  margin-top: -1px;
}
#section-topls .view-id-testimonial .views-field-field-job-title .client_name {
  font-weight: bold;
}
#section-callus {
  background-color: #007336;
  padding: 40px 0;
  color: #fff;
}
#section-callus h3 {
  color: #fff;
  font-size: 24px;
  margin: 0;
  font-weight: 400;
  line-height: normal;
}
#section-callus a {
  color: #34373e;
}
#section-bottom {
  background: #34373e;
  color: #fff;
  padding: 30px 0;
}
#section-bottom h3.block-title {
  color: #fff;
  text-transform: inherit;
}
#section-bottom .gettouch li {
  margin-bottom: 10px;
}
#section-bottom .gettouch li i {
  color: #494c54;
  font-size: 15px;
}
#section-footer {
  background: #34373e;
  color: #fff;
}
#section-footer .container {
  border-top: 1px solid #4b4d52;
  padding: 30px 0;
}
#section-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#section-footer ul li {
  display: inline-block;
  margin: 0 3px;
}
#section-strapline .container {
  border-bottom: thin solid #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px;
}
#section-strapline .container .span {
  color: #007336;
}
.portfolio-filters {
  margin-bottom: 20px;
}
.superhero-gallery-item.isotope-item {
  margin-bottom: 30px;
}
.field-name-superhero-portfolio-image img {
  width: 100%;
  margin-bottom: 20px;
}
.bx-wrapper .bx-controls-direction a {
  background: none !important;
  text-indent: 0 !important;
}
.bx-wrapper .bx-controls-direction a i {
  font-size: 50px;
}
.view-superhero-portfolio .supcolumns3 .slide-item-desc, .view-superhero-portfolio .supcolumns4 .slide-item-desc {
  display: none;
}
.view-superhero-portfolio .supcolumns4 .slide-item-title {
  display: none;
}
.view-id-latest_work .bx-wrapper .bx-prev, .view-id-latest_work .bx-wrapper .bx-next {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: absolute;
  font-size: 60px;
  vertical-align: middle;
  font-weight: normal;
  padding: 50px 20px;
  line-height: 22px;
  width: 600px;
  margin-top: -60px;
  height: auto !important;
  background: #dadbde !important;
}
.view-id-latest_work .bx-wrapper .bx-prev:hover, .view-id-latest_work .bx-wrapper .bx-next:hover {
  background: #007336 !important;
  color: #fff;
}
.view-id-latest_work .bx-wrapper .bx-prev {
  left: -660px;
  text-align: right;
}
.view-id-latest_work .bx-wrapper .bx-next {
  right: -660px;
  text-align: left;
}
.view-id-latest_work .bx-wrapper {
  position: relative;
  margin: 0 auto 0;
  padding: 0;
  *zoom: 1;
}
.portfolio-filters ul#filters {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-filters ul#filters li {
  border: 0px solid #bdbdbd;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 4px 0 !important;
  padding: 0 !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}
.portfolio-filters ul#filters li a {
  padding: 4px 14px !important;
  line-height: 20px;
  display: block;
  color: #fff;
  background: #ccc;
}
.portfolio-filters ul#filters li a:hover, .portfolio-filters ul#filters li a.active {
  background: #007336;
}
.portfolio-container {
  padding: 20px 0;
}
.jm-portfolio {
  color: #e5e5e5;
}
.jm-portfolio .slide-item-title a {
  font-size: 20px;
  font-family: 'MuseoSlab';
  font-weight: normal;
  text-transform: uppercase;
}
.jm-portfolio .slide-item-title a.main-color {
  color: #007336;
}
.jm-portfolio .slide-item-readmore a, .jm-portfolio .slide-item-zoom a {
  border: 1px solid #007336;
  border-radius: 1px 1px 1px 1px;
  color: #007336;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  line-height: 10px;
  padding: 10px;
  text-align: center;
}
.jm-portfolio .slide-item-readmore a:hover, .jm-portfolio .slide-item-zoom a:hover {
  background: #007336;
  color: #fff;
}
.jm-portfolio span.slide-item-readmore a {
  margin-right: 10px;
}
.jm-portfolio .doublelines {
  margin-bottom: 5px;
  position: relative;
}
.jm-portfolio .doublelines .slide-item-title {
  font-weight: bold;
  margin: 10px 0;
}
.jm-portfolio .doublelines .paddding {
  padding: 20px;
}
.jm-portfolio .doublelines .slide-item-title a {
  color: #fff;
}
.jm-portfolio .doublelines span.slide-item-readmore, .jm-portfolio .doublelines span.slide-item-zoom {
  display: inline-block;
}
.jm-portfolio .doublelines .slide-item-desc {
  font-size: 12px;
  padding: 10px;
}
.jm-portfolio .doublelines .slide-item-desc-warp {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.jm-portfolio .slide-item-wrap {
  position: relative;
  /** CSS3 effect
    ===================================*/
}
.jm-portfolio .doublelines .slide-item-wrap-item img {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.jm-portfolio .doublelines .slide-item-wrap-item .slide-item-desc-warp {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background: none repeat scroll 0 0 rgba(30, 30, 30, 0.8);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.jm-portfolio .doublelines .slide-item-wrap-item .slide-item-title {
  background: transparent;
  margin: 50px 5px 20px 5px;
  -webkit-transform: translate(0, -200px);
  -moz-transform: translate(0, -200px);
  -ms-transform: translate(0, -200px);
  -o-transform: translate(0, -200px);
  transform: translate(0, -200px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.jm-portfolio .doublelines .slide-item-wrap-item .slide-item-desc {
  -webkit-transform: translate(-200px, 200px);
  -moz-transform: translate(-200px, 200px);
  -ms-transform: translate(-200px, 200px);
  -o-transform: translate(-200px, 200px);
  transform: translate(-200px, 200px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.jm-portfolio .doublelines .slide-item-wrap-item .slide-item-readmore {
  -webkit-transform: translate(-200px, 0);
  -moz-transform: translate(-200px, 0);
  -ms-transform: translate(-200px, 0);
  -o-transform: translate(-200px, 0);
  transform: translate(-200px, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.jm-portfolio .doublelines .slide-item-wrap-item .slide-item-zoom {
  -webkit-transform: translate(200px, 0);
  -moz-transform: translate(200px, 0);
  -ms-transform: translate(200px, 0);
  -o-transform: translate(200px, 0);
  transform: translate(200px, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.jm-portfolio .doublelines .slide-item-wrap-item:hover .slide-item-desc-warp {
  text-align: center;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.jm-portfolio .doublelines .slide-item-wrap-item:hover .slide-item-title, .jm-portfolio .doublelines .slide-item-wrap-item:hover .slide-item-desc, .jm-portfolio .doublelines .slide-item-wrap-item:hover .slide-item-readmore, .jm-portfolio .doublelines .slide-item-wrap-item:hover .slide-item-zoom {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.jm-portfolio .doublelines .slide-item-wrap-item:hover .slide-item-desc {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.jm-portfolio .doublelines .slide-item-wrap-item:hover .slide-item-readmore a {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
  /** THEME
    ===================================*/
}
.jm-portfolio .portfolio .jmnewsprohover {
  background: rgba(30, 30, 30, 0.8);
  bottom: 0;
  color: #e5e5e5;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.jm-portfolio .portfolio .paddding {
  padding: 20px;
}
.jm-portfolio .portfolio .jmnewspro.portfolio img:hover {
  -webkit-transform: scale(1.1) rotateZ(-3deg);
  -moz-transform: scale(1.1) rotateZ(-3deg);
  -ms-transform: scale(1.1) rotateZ(-3deg);
  -o-transform: scale(1.1) rotateZ(-3deg);
  transform: scale(1.1) rotateZ(-3deg);
}
.jm-portfolio .portfolio .slide-lightbox-wrap a {
  color: #ffc92b;
  font-size: 16px;
}
.jm-portfolio .portfolio .slide-lightbox-wrap {
  margin-top: 10px;
}
.jm-portfolio .portfolio .slide-item-wrap-item {
  position: relative;
  overflow: hidden;
}
.jm-portfolio .portfolio .jmnewsprohover .slide-inner .padding {
  padding: 0 8px !important;
}
.jm-portfolio .portfolio .slide-item-wrap-item .slide-item-readmore {
  -webkit-transform: translate(-200px, 0);
  -moz-transform: translate(-200px, 0);
  -o-transform: translate(-200px, 0);
  -ms-transform: translate(-200px, 0);
  transform: translate(-200px, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.jm-portfolio .portfolio .slide-item-wrap-item .slide-item-zoom {
  -webkit-transform: translate(200px, 0);
  -moz-transform: translate(200px, 0);
  -o-transform: translate(200px, 0);
  -ms-transform: translate(200px, 0);
  transform: translate(200px, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.jm-portfolio .portfolio .slide-item-wrap-item img {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.jm-portfolio .portfolio .slide-item-wrap-item .slide-item-desc-warp {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background: none repeat scroll 0 0 rgba(30, 30, 30, 0.8);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.jm-portfolio .portfolio .slide-item-wrap-item .slide-item-title {
  background: transparent;
  margin: 20% 5px 0px 5px;
  -webkit-transform: translate(0, -200px);
  -moz-transform: translate(0, -200px);
  -o-transform: translate(0, -200px);
  -ms-transform: translate(0, -200px);
  transform: translate(0, -200px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.jm-portfolio .portfolio .slide-item-wrap-item .slide-item-desc {
  -webkit-transform: translate(0px, -200px);
  -moz-transform: translate(0px, -200px);
  -o-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  transform: translate(0px, -200px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.jm-portfolio .portfolio .slide-item-wrap-item .slide-item-readmore {
  display: inline-block;
  -webkit-transform: translate(-250px, 0);
  -moz-transform: translate(-250px, 0);
  -o-transform: translate(-250px, 0);
  -ms-transform: translate(-250px, 0);
  transform: translate(-250px, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.jm-portfolio .portfolio .slide-item-wrap-item .slide-item-zoom {
  display: inline-block;
  -webkit-transform: translate(250px, 0);
  -moz-transform: translate(250px, 0);
  -o-transform: translate(250px, 0);
  -ms-transform: translate(250px, 0);
  transform: translate(250px, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.jm-portfolio .portfolio .slide-item-wrap-item:hover .slide-item-desc-warp {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.jm-portfolio .portfolio .slide-item-wrap-item:hover .slide-item-title, .jm-portfolio .portfolio .slide-item-wrap-item:hover .slide-item-desc, .jm-portfolio .portfolio .slide-item-wrap-item:hover .slide-item-readmore, .jm-portfolio .portfolio .slide-item-wrap-item:hover .slide-item-zoom {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.jm-portfolio .portfolio .slide-item-wrap-item:hover .slide-item-readmore a {
  margin-right: 10px;
}
.jm-portfolio .portfolio .slide-item-wrap .view .slide-item-desc-warp {
  width: 98%;
  height: 96.5%;
  margin: 3px;
}
.jm-portfolio #jmnewspro-173.portfolio .slide-item-wrap-item .slide-item-title {
  margin: 32px 0 20px 0;
}
.jm-portfolio #jmnewspro-173.portfolio .jmnewsprohover .slide-inner {
  padding: 12px 5px;
}
.jm-portfolio .portfolio .slider {
  position: relative;
  clear: both;
  margin-top: 15px;
}
.jm-portfolio .portfolio .slide-item {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
}
.jm-portfolio .portfolio .slide-item.jmhidden {
  transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
}
.supcolumns4 .paddding {
  padding: 60px 20px !important;
}
.contact-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-social ul li {
  float: left;
  margin: 0 12px;
}
.contact-social ul li i {
  border: 1px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.contact-social ul li i.fa.fa-facebook {
  color: #3b5998;
}
.contact-social ul li i.fa.fa-twitter {
  color: #04b4eb;
}
.contact-social ul li i.fa.fa-flickr {
  color: #e842a4;
}
.contact-social ul li i.fa.fa-google-plus {
  color: #da5834;
}
.contact-social ul li i:hover.fa.fa-facebook {
  color: #fff;
  background: #3b5998;
}
.contact-social ul li i:hover.fa.fa-twitter {
  color: #fff;
  background: #04b4eb;
}
.contact-social ul li i:hover.fa.fa-flickr {
  color: #fff;
  background: #e842a4;
}
.contact-social ul li i:hover.fa.fa-google-plus {
  color: #fff;
  background: #da5834;
}
.gallery-filters .btn-default {
  background: none repeat scroll 0 0 #ccc;
  border: medium none !important;
  margin: 10px 5px 30px;
}
.gallery-filters .btn-default.active {
  background: #007336 !important;
}
.rtl {
  direction: rtl;
}
.rtlbody > * {
  direction: rtl;
}
.rtl .col-lg-1, .rtl .col-lg-2, .rtl .col-lg-3, .rtl .col-lg-4, .rtl .col-lg-5, .rtl .col-lg-6, .rtl .col-lg-7, .rtl .col-lg-8, .rtl .col-lg-9, .rtl .col-lg-10, .rtl .col-lg-11, .rtl .col-lg-12 {
  float: right;
}
.rtl .unstyled i {
  margin: 0 0 0 10px;
}
.rtl .region-menu .superhero-dropdown > ul {
  float: left;
}
.rtl .sp-tweet .sp-avatar {
  margin: 0 0 0 5px;
}
.rtl #section-topls .view-id-testimonial .views-field-field-job-title {
  background: url(../images/bg-testimonial-rtl.png) no-repeat 165px 0px;
  padding: 5px 60px 0 0;
}
.rtl .fa-angle-left:before {
  content: "\f105";
}
.rtl .fa-angle-right:before {
  content: "\f104";
}
.rtl .view-latest-work, .rtl .view-clients, .rtl .view-testimonial, .rtl .view-team {
  direction: ltr;
}
.rtl .view-latest-work .fa-angle-left:before, .rtl .view-clients .fa-angle-left:before, .rtl .view-testimonial .fa-angle-left:before, .rtl .view-team .fa-angle-left:before {
  content: "\f104";
}
.rtl .view-latest-work .fa-angle-right:before, .rtl .view-clients .fa-angle-right:before, .rtl .view-testimonial .fa-angle-right:before, .rtl .view-team .fa-angle-right:before {
  content: "\f105";
}
.rtl .view-testimonial {
  text-align: right;
}
.shPriceTable:after {
  clear: both;
  content: "";
  display: table;
}
.shPriceTable {
  padding: 60px 0 48px;
  text-align: center;
}
.shCentered {
  clear: both;
  text-align: center;
}
.shPriceTable dl {
  background: #fff;
  display: block;
}
.shPriceTable dl dd {
  margin: 0;
  display: block;
  line-height: 1.6;
  padding: 10px;
}
.shPriceTable dl dd.odd {
  background: #f8f8f8;
}
.shPriceTable.col4 dl {
  float: left;
  width: 25%;
  padding-bottom: 20px;
  box-shadow: 1px 1px 5px 1px #ddd;
  -webkit-box-shadow: 1px 1px 5px 1px #ddd;
  -moz-box-shadow: 1px 1px 5px 1px #ddd;
}
.shPriceTable dl.shPremium {
  position: relative;
  z-index: 1;
  margin-top: -20px;
}
.shPriceTable dl.shPremium dt small {
  display: block;
  clear: both;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  padding: 5px;
}
.shPriceTable dd small {
  font-size: 12px;
  display: block;
  clear: both;
}
.shPriceTable dl.shPremium dt {
  color: #fff;
  border-bottom: 1px solid #ddd;
}
.shPriceTable dt {
  border-bottom: 1px solid #ddd;
  display: block;
  font-family: 'MuseoSlab';
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px;
  text-transform: uppercase;
}
.shPriceTable dl.shPremium dt {
  border-bottom: 1px solid #ddd;
}
.shPriceTable dd.shPrice {
  color: #333;
  font-size: 68px;
  line-height: 1.2;
  font-weight: 600;
}
.shPriceTable dd.shPrice small {
  color: #999;
  font-size: 16px;
  font-weight: 300;
}
.shPriceTable dl.shPremium dt {
  background: #007336;
}
.page-contact .form-checkbox {
  margin-left: 0 !important;
}
@media (max-width: 979px) {
  .container {
    width: auto;
  }
  #section-header .superhero-dropdown > ul > li > a, #section-header .site-logo a {
    line-height: 45px !important;
  }
  #section-feature img, #section-topls img, #section-latest img {
    height: auto !important;
  }
}
