.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
  opacity: 0.75;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #84a726;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 81px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 26px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #84a726;
}
.thumbnail .caption {
  padding: 9px;
  color: #2d3a41;
}
.alert {
  padding: 28px 128px 28px;
  min-height: 60px;
  margin-bottom: 26px;
  background-color: #fcf8e3;
  position: relative;
  color: #8a6d3b;
}
.alert h4 {
  color: #8a6d3b;
}
.alert:before {
  position: absolute;
  font-family: FontAwesome;
  left: 26px;
  top: 50%;
  line-height: 0;
  content: '\f071';
  font-size: 79px;
  color: #fcdd9a;
}
.alert .close {
  position: absolute;
  top: 12px;
  right: 20px;
  line-height: 26px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.progress-bar-wrap {
  max-width: 100%;
  width: 210px;
}
.progress-bar {
  position: relative;
  width: 100%;
  margin: 0 0 30px;
}
.progress-bar .progress-bar__body {
  position: absolute;
  right: 50%;
  width: 100%;
  top: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  white-space: nowrap;
}
.progress-bar .progress-bar__body:after {
  content: '%';
}
.progress-bar .progress-bar__stroke,
.progress-bar .progress-bar__trail {
  stroke-linejoin: round;
}
.progress-bar-horizontal {
  text-align: left;
}
.progress-bar-horizontal > svg {
  margin-top: 7px;
}
.progress-bar-horizontal .progress-bar__body {
  width: auto!important;
  top: -29px;
  right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.progress-bar-radial {
  position: relative;
  padding-bottom: 100%;
}
.progress-bar-radial > svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.progress-bar-radial .progress-bar__stroke,
.progress-bar-radial .progress-bar__trail {
  stroke-location: outside;
}
.progress-bar-radial.progress-zero .progress-bar__stroke {
  stroke-dasharray: 279, 280 !important;
}
.progress-bar-radial.progress-full .progress-bar__stroke {
  stroke-dasharray: 280, 280 !important;
}
.progress-bar-radial .progress-bar__body {
  color: #5b2c02;
  -moz-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  font-size: 48px;
  font-weight: bold;
  line-height: 54px;
}
@media (max-width: 1199px) {
  .progress-bar-radial .progress-bar__body {
    font-size: 30px;
    line-height: 36px;
  }
}
.progress-bar-default .progress-bar__stroke {
  stroke: #84a726;
}
.progress-bar-default .progress-bar__trail {
  stroke: #2d3a41;
}
.progress-bar-default.progress-bar-radial .progress-bar__stroke {
  stroke: #84a726;
}
.progress-bar-default.progress-bar-radial .progress-bar__trail {
  stroke: transparent;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #84a726;
  border-color: #84a726;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #dbecad;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
ul,
ol {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}
ul li,
ol li {
  line-height: 26px;
}
ul li a,
ol li a {
  text-decoration: none;
  color: #f6435f;  /* #E41D7A; purple */
}
ul li a:hover,
ol li a:hover {
  color: #2d3a41;
}
ol {
  list-style: none;
  counter-reset: list;
}
ol li {
  font-size: 26px;
  line-height: 34px;
  padding-left: 50px;
  position: relative;
}
ol li:before {
  content: counter(list, decimal-leading-zero);
  counter-increment: list;
  left: 0;
  padding: 0px;
  position: absolute;
  top: 0;
  color: #84a726;
}
ol li a {
  color: #2d3a41;
}
ol li a:hover {
  color: #84a726;
}
ol li + li {
  margin-top: 12px;
}
.item_introtext ul li + li,
.item_fulltext ul li + li,
.category_desc ul li + li,
.site_map ul li + li {
  margin-top: 12px;
}
.item_introtext ul.nav-tabs li,
.item_fulltext ul.nav-tabs li,
.category_desc ul.nav-tabs li,
.site_map ul.nav-tabs li {
  padding: 0;
}
.item_introtext ul.nav-tabs li:before,
.item_fulltext ul.nav-tabs li:before,
.category_desc ul.nav-tabs li:before,
.site_map ul.nav-tabs li:before {
  display: none;
}
.item_introtext ul a,
.item_fulltext ul a,
.category_desc ul a,
.site_map ul a,
.item_introtext ul span,
.item_fulltext ul span,
.category_desc ul span,
.site_map ul span {
  text-decoration: none;
}
ul.tags li:before,
ul.nav li:before,
ul.btn-toolbar li:before,
ul.dropdown-menu li:before,
ul.chzn-results li:before,
ul.chzn-choices li:before {
  display: none;
}
.nav.menu.social {
  font-size: 0;
  line-height: 0;
  margin: 0;
  text-align: center;
}
.nav.menu.social li {
  display: inline-block;
  padding: 0 30px 10px;
}
.nav.menu.social li a {
  color: #2d3a41;
  display: block;
  font-size: 80px;
  line-height: 80px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav.menu.social li a:hover {
  background: transparent;
  color: #84a726;
}
ul.list li {
  font-size: 26px;
  line-height: 34px;
  list-style: none;
}
ul.list li a {
  color: #2d3a41;
}
ul.list li a:hover {
  color: #84a726;
}
ul.list li + li {
  margin-top: 12px;
}
ul.contacts {
  max-width: 410px;
}
ul.contacts li {
  padding: 27px 0;
  position: relative;
}
ul.contacts li a {
  color: #5d605f;
  display: inline-block;
  font-size: 24px;
  line-height: 27px;
  padding: 29px 70px 29px 106px;
}
ul.contacts li a:before {
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
ul.contacts li a.fa {
  font-family: 'Source Sans Pro', sans-serif;
}
ul.contacts li a.fa:before {
  font-family: 'FontAwesome';
}
ul.contacts li a.fa-envelope:before,
ul.contacts li a.fa-mobile:before,
ul.contacts li a.fa-map-marker:before {
  color: #99c22c;
  width: 66px;
  text-align: center;
}
ul.contacts li a.fa-envelope:before {
  font-size: 66px;
}
ul.contacts li a.fa-mobile:before {
  font-size: 117px;
}
ul.contacts li a.fa-map-marker:before {
  font-size: 89px;
}
ul.contacts li a:hover {
  color: #84a726;
}
ul.icons li {
  font-size: 26px;
  font-weight: bold;
  line-height: 34px;
  list-style: none;
  position: relative;
  padding-left: 0px;
  text-transform: uppercase;
}
ul.icons li.fa {
  font-family: 'Source Sans Pro', sans-serif;
  display: block;
  padding-left: 50px;
}
ul.icons li.fa:before {
  color: #84a726;
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 0;
}
ul.icons li a {
  color: #2d3a41;
}
ul.icons li a:hover {
  color: #84a726;
}
ul.icons li + li {
  margin-top: 21px;
}
ul ul.nav-child,
ul ol.nav-child,
ol ol.nav-child,
ol ul.nav-child {
  margin: 5px 0 0;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl + * {
  margin-top: 26px;
}
dt,
dd {
  line-height: 26px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 13px;
}
.dl-horizontal:before,
.dl-horizontal:after {
  content: " ";
  display: table;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal:before,
.dl-horizontal:after {
  content: " ";
  display: table;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
.portfolio-meta-list {
  display: table;
  margin-left: 0;
  overflow: hidden;
}
.portfolio-meta-list li {
  color: #2d3a41;
  display: table-row;
}
.portfolio-meta-list li strong {
  color: #2d3a41;
}
.portfolio-meta-list li > strong,
.portfolio-meta-list li > span {
  display: table-cell;
}
.portfolio-meta-list li > span {
  padding-left: 5px;
  color: #2d3a41;
}
.portfolio-meta-list li:before {
  display: none;
}
.item_fulltext .portfolio-meta-list li span:hover {
  color: inherit;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  border-bottom: 1px solid transparent;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-heading a {
  padding: 10px 15px;
  display: block;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 52px;
}
.panel-group .panel {
  margin-bottom: 0;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-group .panel + .panel {
  margin-top: 2px;
}
.panel-group .panel-heading {
  position: relative;
}
.panel-group .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-group .panel-heading a {
  border-bottom: 1px solid #123900;
  color: #123900;
  display: block;
  padding: 14px 0px 14px 25px;
  font-size: 36px;
  font-weight: bold;
  line-height: 50px;
}
.panel-group .panel-heading a:before:not(.naked) {
  content: '-';
  left: 0;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.panel-group .panel-heading a.collapsed:before:not(.naked) {
  content: '+';
}
.panel-group .panel-body {
  padding: 20px 0px 0px 0px;
}
.panel-group .panel-body:before,
.panel-group .panel-body:after {
  content: " ";
  display: table;
}
.panel-group .panel-body:after {
  clear: both;
}
.panel-group .panel-body:before,
.panel-group .panel-body:after {
  content: " ";
  display: table;
}
.panel-group .panel-body:after {
  clear: both;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.custom .panel-group {
  margin-bottom: 30px;
}
.custom .panel-group .panel {
  margin-bottom: 0;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom .panel-group .panel + .panel {
  margin-top: 10px;
}
.custom .panel-group .panel-heading {
  position: relative;
}
.custom .panel-group .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.custom .panel-group .panel-heading a {
  display: block;
  background: #5b2c02;
  color: white;
  border: none;
  margin: 0;
  padding-left: 54px;
}
.custom .panel-group .panel-heading a:before {
  left: 30px;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.custom .panel-group .panel-heading a.collapsed {
  background: url(../images/panel-bg.jpg) 0 0 repeat;
  color: #5b2c02;
}
.custom .panel-group .panel-body:before,
.custom .panel-group .panel-body:after {
  content: " ";
  display: table;
}
.custom .panel-group .panel-body:after {
  clear: both;
}
.custom .panel-group .panel-body:before,
.custom .panel-group .panel-body:after {
  content: " ";
  display: table;
}
.custom .panel-group .panel-body:after {
  clear: both;
}
.custom .panel-group .panel-footer {
  border-top: 0;
}
.custom .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
/* .panel-default {
  .panel-variant(@panel-default-border; @panel-default-text; @panel-default-heading-bg; @panel-default-border);
  } */
/*.panel-primary {
  .panel-variant(@panel-primary-border; @panel-primary-text; @panel-primary-heading-bg; @panel-primary-border);
}
.panel-success {
  .panel-variant(@panel-success-border; @panel-success-text; @panel-success-heading-bg; @panel-success-border);
}
.panel-info {
  .panel-variant(@panel-info-border; @panel-info-text; @panel-info-heading-bg; @panel-info-border);
}
.panel-warning {
  .panel-variant(@panel-warning-border; @panel-warning-text; @panel-warning-heading-bg; @panel-warning-border);
}
.panel-danger {
  .panel-variant(@panel-danger-border; @panel-danger-text; @panel-danger-heading-bg; @panel-danger-border);
}*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  position: absolute;
  right: 0;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  z-index: 2;
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close,
.close button.close {
  padding: 3px;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
#modal .close {
  color: #ffffff;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  margin-right: 9px;
  margin-top: 1px;
  opacity: 1;
  position: absolute;
  right: 6%;
  top: 5%;
  z-index: 2;
}
#modal .close:hover {
  color: #2d3a41;
}
@media (max-width: 479px) {
  #modal .close {
    top: 0;
    right: 0;
  }
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  background: #84a726;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: auto;
  margin: 10px;
}
@media (max-width: 479px) {
  .modal-dialog {
    bottom: 0;
    left: 0;
    margin: 20px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0, 0);
    width: auto;
  }
}
.modal-content {
  position: relative;
  background-color: #84a726;
  border-radius: 6px;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before,
.modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}
.modal-header:before,
.modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 26px;
}
.modal-body {
  position: relative;
  padding: 0;
}
.modal-body h5 {
  font-size: 34px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 38px;
}
.modal-footer {
  padding: 0;
  text-align: right;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 370px;
    margin: 0 auto;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 26px;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 26px;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 18px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {

	.breadcrumb {
	  background: none;
	  padding: 0;
	  text-align: center;
	  margin: 60px 0 0 14px;
	}
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {

	.breadcrumb {
	  background: none;
	  padding: 0;
	  text-align: center;
	  margin: 50px 0 0 24px;
	}
	  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {

	.breadcrumb {
	  background: none;
	  padding: 0;
	  text-align: center;
	  margin: 50px 0 0 24px;
	}
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {

	.breadcrumb {
	  background: none;
	  padding: 0;
	  text-align: center;
	  margin: 37px 0;
	}
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.fa-file-add:before {
  content: "\f016";
}
.fa-remove:before {
  content: "\f00d";
}
.fa-picture:before {
  content: "\f03e";
}
.icon-edit:before {
  content: "\f044";
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
body {
  font-weight: 300;
}
body:after {
  content: '';
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -999;
}
body #wrapper {
  background: url(../images/bodybg.png) center 0 repeat !important;
}
.aambuilding {
  background: url(../images/aambuilding.png) center 0 no-repeat !important;
}
body.disable-hover:after {
  z-index: 999999999999999999;
}
.custom_hover strong {
  display: none;
}
html {
  -ms-overflow-style: scrollbar;
}
html,
body {
  height: 100%;
}
.container-fluid {
  margin: 0 20px;
  padding: 0;
  position: relative;
}
.element-invisible {
  border: 0 none;
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#Kunena #jumpto .btn,
#Kunena .search-user .btn,
.krowmoderation .btn,
.input-append .btn,
.input-prepend .btn,
#kpost-attachments .btn,
#searchForm .btn {
  padding-top: 0;
  padding-bottom: 0;
  height: 62px;
  line-height: 62px;
  vertical-align: top;
}
.offline_container {
  font-size: 0;
  height: 100%;
  line-height: 0;
  text-align: center;
}
.offline_container:before {
  content: '';
  display: inline-block;
  height: 100%;
  overflow: hidden;
  vertical-align: middle;
  width: 0;
}
.offline_container .container {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
.offline_container #logo,
.offline_container .offline_message {
  text-align: center;
}
.offline_container .well {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  max-width: 100%;
  text-align: left;
  vertical-align: middle;
  background: #84a726;
}
.offline_container .well > p {
  color: #FFF;
}
.offline_container .well #logo {
  margin-bottom: 20px;
  max-width: 100%;
}
.offline_container .well .btn-primary {
  float: right;
}
.offline_container .well #form-login-remember {
  float: left;
  overflow: hidden;
  padding: 10px 0;
}
.offline_container .well #form-login-remember label {
  color: #FFF;
  display: inline-block;
  margin-bottom: 0;
  white-space: nowrap;
}
.offline_container .well input[type=text],
.offline_container .well input[type=password] {
  width: 100%;
}
.offline_container .well div[id*=form-login] {
  position: relative;
}
.offline_container .well #form-login {
  padding-top: 30px;
  text-align: center;
}
.offline_container .well fieldset {
  display: inline-block;
  max-width: 100%;
  text-align: left;
  width: 400px;
}
.moduletable:before,
.moduletable:after {
  content: " ";
  display: table;
}
.moduletable:after {
  clear: both;
}
.moduletable:before,
.moduletable:after {
  content: " ";
  display: table;
}
.moduletable:after {
  clear: both;
}
.moduletable.col-sm-12 + .moduletable {
  clear: both;
}
.moduletable.col-sm-12:last-child {
  margin-bottom: 0;
}
.mod-menu .nav.menu.nav-pills > li > a {
  display: block;
}
.mod-menu .nav.menu.nav-pills > li.active > a {
  background: #84a726;
}
time,
.item_hits,
.item_category-name address,
.item_createdby {
  white-space: nowrap;
  margin: 0;
}
.calendar table {
  border: none;
  border-collapse: collapse;
}
.calendar table th,
.calendar table td {
  border: none !important;
  padding: 0 !important;
  text-align: center !important;
}
/*=================================================================*/
/*======================= MODULE STYLES ===========================*/
/*=================================================================*/
.moduletable.col-sm-12 + * {
  margin-top: 0;
}
.moduletable.col-sm-12.title_only + * {
  margin-top: 0;
}
/*== Login ==*/
.mod-login_submit {
  margin: 0 0 9px;
}
#form-login-remember label {
  margin-bottom: 20px;
}
/*Finder*/
#mod-finder-searchword {
  border: 1px solid #EBEBEB;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 4px;
}
/*======================= MODULE ITEM WIDTH =======================*/
/*======================= MAILTO WINDOW =======================*/
#mailto-window {
  padding-top: 1em;
}
.mailto-close {
  margin-bottom: 1em;
  overflow: hidden;
}
.mailto-close a {
  float: right;
}
/*=================================================================*/
/*======================= COMPONENT STYLES ========================*/
/*=================================================================*/
.icons .btn-group.pull-right {
  margin: 0 0 10px 10px;
  position: relative;
  z-index: 10;
}
.icons .btn-group.pull-right a.dropdown-toggle {
  margin-top: 30px;
  padding: 0 5px;
}
.icons .btn-group.pull-right a.dropdown-toggle .caret {
  border: none;
  font-size: .8em;
  height: auto;
  margin: 0;
  width: auto;
}
.icons .btn-group.pull-right a.dropdown-toggle .caret:before {
  content: '\f078';
  font-family: 'FontAwesome';
}
.icons .btn-group.pull-right ul.dropdown-menu {
  background-clip: padding-box;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  list-style: none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
}
.icons .btn-group.pull-right ul.dropdown-menu > li {
  float: none;
  padding: 0;
}
.icons .btn-group.pull-right ul.dropdown-menu > li .fa-edit {
  margin-right: 5px;
}
.icons .btn-group.pull-right ul.dropdown-menu > li > a {
  color: #2d3a41;
}
.icons .btn-group.pull-right ul.dropdown-menu > li > a:hover {
  color: #ffffff;
  background: #84a726;
}
.icons:after {
  content: '';
  clear: both;
  display: block;
}
.body__elements #content-bottom .moduletable.col-sm-12 .module_container {
  position: relative;
}
.body__elements #content-bottom .moduletable.col-sm-12 .module_container:before {
  content: '';
  display: block;
  margin: 50px 0;
}
.body__elements .spacer {
  clear: both;
  margin: 50px 0;
}
.body__elements .img-offset1 {
  margin-top: 8px;
}
.jmodedit {
  padding: 0 5px !important;
}
/* Category */
.pretext,
.category_desc {
  font-size: 26px;
  font-weight: normal;
  line-height: 31px;
  padding-bottom: 61px;
  text-align: center;
}
/*======================= Search & Smart Search ========================*/
ul#finder-filter-select-dates li.filter-date {
  margin-bottom: 4px;
  margin-right: 4px;
}
ul#finder-filter-select-dates li.filter-date select.filter-date-operator {
  margin-bottom: 9px;
}
.navbar-form .btn,
.navbar-form .btn-group {
  margin-top: 5px;
}
.category_children .category_child {
  margin-bottom: 20px;
}
/*======================= ADDTHIS STYLES =======================*/
.page-item_addThis {
  padding-top: 12px;
}
.addthis_sharing_toolbox {
  margin-top: 20px;
}
/*======================= CAPTION FIXES =======================*/
.img_caption {
  text-align: center !important;
}
.img_caption.left {
  float: left;
  margin-right: 1em;
}
.img_caption.left p {
  clear: left;
  text-align: center;
}
.img_caption.right {
  float: right;
  margin-left: 1em;
}
.img_caption.right p {
  clear: right;
  text-align: center;
}
.img_caption.none {
  margin-left: auto;
  margin-right: auto;
}
/*======================= DOCUMENTATION =======================*/
#mod_table .module {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
#mod_table .module:nth-child(even) {
  background: transparent;
}
#mod_table ul li {
  list-style: none;
}
/*======================= SCROLL TO TOP =======================*/
#back-top {
  bottom: 90px;
  position: fixed;
  right: 20px;
  -webkit-transform: translateZ(0);
  z-index: 99;
  display: none;
}
#back-top a {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: block;
  font: 34px/34px FontAwesome;
  color: #84a726;
}
#back-top a > span:before {
  content: "\f0aa";
}
#back-top a:hover {
  color: #2d3a41;
}
.dropdown-toggle > * {
  display: inline-block;
  vertical-align: middle;
}
.dropdown-toggle .fa-cog {
  margin-right: 4px;
}
label[for=mod-login_remember] {
  display: inline-block;
}
.btn-group {
  max-width: 100%;
  white-space: normal;
}
.form-horizontal .remember .control-label {
  padding-top: 0;
}
#sw_pinterest_display {
  max-width: 280px;
}
#sw_pinterest_display > div {
  display: none;
}
#outer {
  padding: 0 !important;
}
#outer div#cookieMessageContainer {
  margin-top: 0;
}
.mod_tm_ajax_contact_form .controls,
.mod_tm_ajax_contact_form_input {
  width: 100%;
}
form.mod_tm_ajax_contact_form .chzn-container {
  width: 100% !important;
}
form.mod_tm_ajax_contact_form .control-group-button .btn {
  margin-right: 10px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox,
.navbar-form .btn,
.navbar-form .btn-group {
  margin-top: 0;
}
.acymailing_module_success {
  font-weight: bold;
}
.acymailing_module_success:before {
  content: '\f058';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 22px;
  padding-right: 10px;
  vertical-align: middle;
}
.acymailing_module_success + form {
  display: none;
}
.items-more ul {
  margin: 0 0 30px -30px;
}
.items-more ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font-weight: bold;
  padding: 0 0 10px 30px;
  width: 50%;
}
.items-more ul:after {
  clear: both;
  content: '';
  display: block;
}
#habla_window_div {
  -webkit-transform: translateZ(0);
}
#habla_window_div .habla_offline_submit_input {
  background: #2d3a41 !important;
  color: #374046 !important;
}
#habla_window_div .habla_offline_submit_input:hover,
#habla_window_div .habla_offline_submit_input:active,
#habla_window_div .habla_offline_submit_input:focus,
#habla_window_div .habla_offline_submit_input.active,
#habla_window_div .habla_offline_submit_input.selected {
  color: #ffffff !important;
  background: #374046 !important;
}
#habla_window_div #habla_topbar_div {
  background: #84a726 !important;
}
.moduletable.olark {
  display: none;
}
#habla_window_div.habla_window_div_base {
  z-index: 1034 !important;
}
#style_switcher div.color_scheme {
  position: relative;
  overflow: hidden;
}
#style_switcher div.color_scheme:before,
#style_switcher div.color_scheme:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 50%;
  height: 100%;
}
#style_switcher div.color_scheme.color_scheme_1 {
  background: #84a726;
}
#style_switcher div.color_scheme.color_scheme_1:before {
  top: 0;
  background: #2d3a41;
}
#style_switcher div.color_scheme.color_scheme_1:after {
  bottom: 0;
  background: extract(#84a726, #2d3a41, 3);
}
#style_switcher div.color_scheme.color_scheme_2 {
  background: #2969b0;
}
#style_switcher div.color_scheme.color_scheme_2:before {
  top: 0;
  background: #f37934;
}
#style_switcher div.color_scheme.color_scheme_2:after {
  bottom: 0;
  background: extract(#2969b0, #f37934, 3);
}
#style_switcher div.color_scheme.color_scheme_3 {
  background: #39aa5e;
}
#style_switcher div.color_scheme.color_scheme_3:before {
  top: 0;
  background: #c73a33;
}
#style_switcher div.color_scheme.color_scheme_3:after {
  bottom: 0;
  background: extract(#39aa5e, #c73a33, 3);
}
#style_switcher div.color_scheme.color_scheme_4 {
  background: #2969b0;
}
#style_switcher div.color_scheme.color_scheme_4:before {
  top: 0;
  background: #f37934;
}
#style_switcher div.color_scheme.color_scheme_4:after {
  bottom: 0;
  background: extract(#2969b0, #f37934, 3);
}
*::selection {
  background: #84a726;
  color: #ffffff;
}
*::-moz-selection {
  background: #84a726;
  color: #ffffff;
}
#style_switcher.shown {
  z-index: 1008 !important;
}
#style_switcher.shown p {
  margin: 0 0 5px 0;
  padding: 0;
}
.iceMenuLiLevel_1.search {
  margin-left: 30px;
}
.icemega_modulewrap.top_search {
  padding: 0;
  position: relative;
  text-align: left;
}
.icemega_modulewrap.top_search.visible > i.fa-search {
  opacity: 0;
  filter: alpha(opacity=0);
}
.icemega_modulewrap.top_search.visible .mod-search {
  visibility: visible;
}
.icemega_modulewrap.top_search.visible .mod-search #searchword {
  width: 100%;
}
.icemega_modulewrap.top_search.visible i.fa-times {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.icemega_modulewrap.top_search > i.fa-search {
  background: transparent;
  cursor: pointer;
  display: block;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  border: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
  padding-top: 10px;
  opacity: 100;
  filter: alpha(opacity=10000);
}
.icemega_modulewrap.top_search > i.fa-search:hover {
  color: #ffffff;
  background: #000000;
}
.icemega_modulewrap.top_search .navbar-form {
  vertical-align: middle;
  margin: 0;
  padding: 0 16px;
  width: 100%;
}
.icemega_modulewrap.top_search .mod-search {
  background: white;
  font-size: 0;
  line-height: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  white-space: nowrap;
  padding: 5px 110px 5px 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0px;
  width: 100%;
  z-index: 100;
}
.icemega_modulewrap.top_search i.fa-times {
  font-size: 20px;
  line-height: 52px;
  color: #84a726;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.icemega_modulewrap.top_search i.fa-times:hover {
  color: #686868;
}
.icemega_modulewrap.top_search #searchword {
  height: 50px;
  padding: 12px 20px;
  border: 1px solid #686868;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 0;
  margin: 0;
}
.icemega_modulewrap.top_search .btn-primary {
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
  position: absolute;
  right: 68px;
  top: 0;
  text-align: center;
  z-index: 100;
  color: #84a726;
  font-size: 20px;
  line-height: 52px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.icemega_modulewrap.top_search .btn-primary:active,
.icemega_modulewrap.top_search .btn-primary:focus,
.icemega_modulewrap.top_search .btn-primary:hover,
.icemega_modulewrap.top_search .btn-primary.active,
.icemega_modulewrap.top_search .btn-primary.selected {
  color: #2d3a41;
}
.icemega_modulewrap.top_search .btn-primary:active:hover,
.icemega_modulewrap.top_search .btn-primary:focus:hover,
.icemega_modulewrap.top_search .btn-primary:hover:hover,
.icemega_modulewrap.top_search .btn-primary.active:hover,
.icemega_modulewrap.top_search .btn-primary.selected:hover,
.icemega_modulewrap.top_search .btn-primary:active.active,
.icemega_modulewrap.top_search .btn-primary:focus.active,
.icemega_modulewrap.top_search .btn-primary:hover.active,
.icemega_modulewrap.top_search .btn-primary.active.active,
.icemega_modulewrap.top_search .btn-primary.selected.active,
.icemega_modulewrap.top_search .btn-primary:active.selected,
.icemega_modulewrap.top_search .btn-primary:focus.selected,
.icemega_modulewrap.top_search .btn-primary:hover.selected,
.icemega_modulewrap.top_search .btn-primary.active.selected,
.icemega_modulewrap.top_search .btn-primary.selected.selected {
  color: #2d3a41;
}
#searchForm fieldset {
  margin-bottom: 20px;
}
#searchForm fieldset .controls > label {
  display: inline-block;
  margin-right: 1em;
}
#searchForm fieldset .controls span.radio {
  margin-right: 10px;
}
#searchForm .form-limit label {
  float: left;
  margin-right: 5px;
  line-height: 62px;
}
#searchForm .form-limit > span.select,
#searchForm .form-limit > select {
  float: right;
  position: relative;
  top: -10px;
}
#searchForm .form-limit p {
  clear: both;
  overflow: hidden;
}
#searchForm .phrases-box {
  float: left;
}
#searchForm .phrases-box > * {
  display: inline-block;
}
#searchForm .phrases-box strong {
  padding-right: 10px;
  line-height: 16px;
  vertical-align: middle;
}
#searchForm .phrases-box .controls > label {
  min-width: 90px;
}
#searchForm .phrases-box .controls > label + label {
  margin-top: 0;
}
#searchForm .ordering-box {
  float: right;
}
#searchForm .ordering-box strong {
  vertical-align: top;
  padding-right: 10px;
  line-height: 62px;
}
#searchForm .chzn-container {
  min-width: 200px;
}
dl.search-results {
  margin-bottom: 30px;
}
dl.search-results dt {
  margin-top: 20px;
}
@media (max-width: 767px) {
  #searchForm .phrases-box,
  #searchForm .ordering-box {
    float: none;
    padding-bottom: 26px;
  }
}
@media (max-width: 479px) {
  #searchForm .phrases-box > .controls,
  #searchForm fieldset .controls > label {
    display: block;
  }
  #searchForm .btn-toolbar .btn-group {
    width: 70%;
  }
  #searchForm .btn-toolbar .btn-group + .btn-group {
    width: 20%;
  }
}
.login_shell {
  background: #edf6d6;
}
@media (max-width: 479px) {
  .login_shell .lr_providericons {
    font-size: 13px;
  }
}
.login_shell form {
  margin-bottom: 0;
}
.login_shell button {
  vertical-align: inherit;
}
.login_shell .controls {
  text-align: center;
}
.login_shell .control {
  position: relative;
}
.login_shell input,
.login_shell textarea {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  margin-bottom: 16px;
  padding: 0 14px;
}
.login_shell .btn {
  background: white;
  color: black;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 16px;
  padding: 0 14px;
}
.login_shell .btn:focus,
.login_shell .btn:hover {
  background: #2d3a41;
  color: white !important;
}
.login_shell .control-group + .control-group {
  margin-top: 5px;
}
.login_shell .input-prepend {
  display: block;
}
.login_shell .add-on {
  border: none;
}
.login_shell * + .mod-login_submit {
  margin: 0px;
}
.login_shell .mod-login_submit .btn {
  vertical-align: middle;
}
.login_shell label.checkbox {
  cursor: inherit;
}
.login_shell label.checkbox span.checkbox input[type="checkbox"] {
  position: relative;
  z-index: 2;
}
.login_shell .reset_remind {
  margin: 16px 0;
  font-size: 14px;
  font-weight: 300;
}
.login_shell .reset_remind a:hover {
  text-decoration: underline;
}
.login_shell .login-greeting a:hover {
  text-decoration: underline;
}
div[class*="lr_social_login_basic"] > a {
  display: none;
}
.lr_social_login_basic_150 {
  width: 100% !important;
}
.lr_social_login_basic_150 .lr_providers .lr_icons_box {
  float: none !important;
  width: 100% !important;
}
.lr_social_login_basic_150 .lr_providers .lr_icons_box div {
  float: none !important;
  margin: 0 0 10px !important;
}
.lr_social_login_basic_150 .lr_providers .lr_providericons {
  color: #FFF;
  display: block;
  font-weight: 500;
  height: 50px !important;
  line-height: 49px;
  position: relative;
  text-align: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: auto !important;
  z-index: 1 !important;
}
.lr_social_login_basic_150 .lr_providers .lr_providericons:before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 21px;
  vertical-align: middle;
}
.lr_social_login_basic_150 .lr_providers .lr_providericons:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.lr_social_login_basic_150 .lr_providers .lr_facebook {
  background: #3B5998 !important;
}
.lr_social_login_basic_150 .lr_providers .lr_facebook:before {
  content: '\f09a';
  margin-right: 13px;
}
.lr_social_login_basic_150 .lr_providers .lr_google {
  background: #DF4A32 !important;
}
.lr_social_login_basic_150 .lr_providers .lr_google:before {
  content: '\f0d5';
  margin-right: 9px;
}
div#fixed-sidebar-right {
  bottom: 0;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 0;
  z-index: 1034;
}
div#fixed-sidebar-right .moduletable.login {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  right: 0;
  position: absolute;
  top: 106px;
  width: 0;
  left: auto;
  transition: width .2s ease;
}
div#fixed-sidebar-right .moduletable.login > i.fa-user {
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  height: 40px;
  left: -40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
  background: #84a726;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
div#fixed-sidebar-right .moduletable.login > i.fa-user:hover {
  font-size: 22px;
}
div#fixed-sidebar-right .moduletable.login.shown {
  width: 330px;
}
div#fixed-sidebar-right .moduletable.login.shown .mod_login_wrapper {
  overflow: auto;
  padding: 30px 30px;
  width: 330px;
  right: 0;
  transition: width 0s linear 0s, padding 0s linear 0s, right 0s linear 0s;
}
div#fixed-sidebar-right .moduletable.login .mod_login_wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100%;
  position: relative;
  right: 330px;
  width: 0;
  padding: 30px 0px;
  overflow: hidden;
  background: #edf6d6;
  transition: width 0s linear .2s, padding 0s linear .2s, right 0s linear .2s;
}
div#fixed-sidebar-right .moduletable.login .mod_login_wrapper .login-greeting {
  margin-bottom: 26px;
}
div#fixed-sidebar-right .moduletable.login .mod_login_wrapper .input-prepend .add-on:hover i {
  background: transparent;
  color: #84a726;
}
.menu-login-form > ul:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #84a726 transparent;
}
.menu-login-form .icemega_modulewrap.login_megamenu {
  background: #edf6d6;
  padding: 30px;
}
.menu-login-form .icemega_modulewrap.login_megamenu .input-prepend .add-on span {
  color: #000;
}
@media (max-width: 767px) {
  .login_shell .control-group + * {
    margin-top: 10px;
  }
}
@media screen and (max-height: 550px) {
  #style_switcher,
  div#fixed-sidebar-right .moduletable.login,
  div#fixed-sidebar-right .login_shell {
    padding-bottom: 10px;
    bottom: 0;
  }
  #style_switcher .mod_login_wrapper,
  div#fixed-sidebar-right .moduletable.login .mod_login_wrapper,
  div#fixed-sidebar-right .login_shell .mod_login_wrapper {
    max-height: 100%;
  }
}
@media (max-width: 479px) {
  div#fixed-sidebar-right .moduletable.login {
    bottom: 0;
  }
  div#fixed-sidebar-right .moduletable.login .mod_login_wrapper {
    right: 280px;
  }
  div#fixed-sidebar-right .moduletable.login.shown {
    width: 280px;
  }
  div#fixed-sidebar-right .moduletable.login.shown .mod_login_wrapper {
    padding-left: 20px;
    padding-right: 20px;
    width: 280px;
    right: 0;
  }
}
/*===== Privacy Page ======*/
/*===== History Page ======*/
.page-category__history .items-row {
  position: relative;
}
.page-category__history .items-row > div {
  clear: both;
  position: relative;
}
.page-category__history .items-row > div:before {
  color: #ffffff;
  content: '\f073';
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  line-height: 40px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  right: -21px;
  text-align: center;
  top: 15px;
  width: 40px;
  background: #84a726;
}
.page-category__history .items-row > div .item {
  border: 1px solid #dddddd;
  margin-right: 25px;
  padding: 30px;
  position: relative;
}
.page-category__history .items-row > div .item:before,
.page-category__history .items-row > div .item:after {
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  content: '';
  position: absolute;
  top: 24px;
}
.page-category__history .items-row > div .item:before {
  border-left: 10px solid #dddddd;
  right: -10px;
}
.page-category__history .items-row > div .item:after {
  border-left: 10px solid transparent;
  right: -9px;
}
.page-category__history .items-row > div .item .item_introtext p {
  padding-bottom: 0;
}
.page-category__history .items-row > div .item .item_info {
  left: 100%;
  margin-left: 80px;
  position: absolute;
  top: 20px;
}
@media (max-width: 767px) {
  .page-category__history .items-row > div .item {
    margin-bottom: 30px;
  }
}
.page-category__history .items-row > div + div {
  float: right;
}
.page-category__history .items-row > div + div:before {
  left: -19px;
  right: auto;
}
.page-category__history .items-row > div + div .item {
  margin-left: 25px;
  margin-right: 0;
}
.page-category__history .items-row > div + div .item:before,
.page-category__history .items-row > div + div .item:after {
  border-bottom: 10px solid transparent;
  border-left: none;
  border-top: 10px solid transparent;
  content: '';
  position: absolute;
  right: auto;
  top: 24px;
}
.page-category__history .items-row > div + div .item:before {
  border-right: 10px solid #dddddd;
  left: -10px;
}
.page-category__history .items-row > div + div .item:after {
  border-right: 10px solid transparent;
  left: -9px;
}
.page-category__history .items-row > div + div .item .item_info {
  left: auto;
  margin-left: 0;
  margin-right: 80px;
  right: 100%;
}
.page-category__history .items-row:before {
  bottom: 0;
  content: '';
  display: block;
  left: 50%;
  margin-left: 0;
  position: absolute;
  top: 0;
  width: 2px;
  background: #84a726;
}
@media (max-width: 767px) {
  .page-category__history .items-row:before {
    display: none;
  }
}
.page-category__history .item_info_dl {
  font-size: inherit;
}
/*===== FAQ Page ======*/
.page-category__faqs .item_title span.item_title_part0 {
  color: #84a726;
}
.page-category__faqs .to_top {
  margin-bottom: 30px;
  position: relative;
  text-align: right;
}
.page-category__faqs .to_top:before {
  background: #2d3a41;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  right: 30px;
  top: 50%;
}
.page-category__faqs .to_top a {
  font-size: 18px;
}
.page-category__faqs .item {
  margin-bottom: 0;
}
/*======================= Archives Page ========================*/
.page-archive_filters .filter-search {
  overflow: hidden;
  padding-bottom: 21px;
}
.page-archive_filters select,
.page-archive_filters button {
  display: inline-block;
  margin-bottom: 8px;
}
/*======================= Contacts Page ========================*/
#jform_contact_message {
  height: 149px;
  resize: none;
  width: 100%;
}
#contact-form label {
  display: inline-block;
  margin-bottom: 5px;
}
.contact_misc {
  margin-bottom: 15px;
}
#contact {
  margin-top: 15px;
}
.phone-num {
  display: inline-block;
}
#jform_contact_name,
#jform_contact_email,
#jform_contact_emailmsg {
  width: 100%;
}
.contact_email-copy,
.contact_vcard {
  display: inline-block;
  height: 62px;
  line-height: 62px;
  margin: 0 31px 0 0;
}
.contact_vcard {
  margin: 0;
}
.contact_details .icons-marker {
  display: block;
  float: left;
  line-height: 26px;
  margin-right: 5px;
  width: 16px;
  color: #2d3a41;
}
.contact_details h5 {
  text-align: left;
}
@media (max-width: 767px) {
  .contact_details {
    margin-bottom: 30px;
  }
}
.contact_address {
  overflow: hidden;
  padding-bottom: 26px;
}
.contact_details_fax {
  padding-bottom: 26px;
}
#contact_map {
  margin-bottom: 26px;
}
#contact_map .map {
  border: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact_map .map.mfp-hide {
  display: block !important;
}
#map {
  margin-bottom: 30px;
}
#map header {
  margin-bottom: 30px;
}
.map img {
  max-width: none !important;
}
.mfp-content .map {
  max-width: 1200px;
}
.contact_details_item {
  margin-bottom: 20px;
}
/*======================= 404 PAGE =======================*/
.errorBox {
  background: none;
  text-align: left;
}
#error .well {
  margin-bottom: 0;
}
.body__404 .big-404 {
  text-align: center;
}
.body__404 big {
  display: block;
  font-weight: bold;
  padding: 0 0 18px;
}
.body__404 .page-item__404 {
  padding: 50px 0 100px 0;
}
.body__404 img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .body__404 img {
    width: 100%;
  }
}
.body__404 input {
  width: auto;
  float: left;
  margin-right: 5px;
}
.body__404 .mod-search_searchword + .btn {
  margin-top: 0;
}
.body__404 .navbar-form {
  padding: 0;
}
/*======================= Site Map =======================*/
.site_map h1,
.site_map h2,
.site_map h3,
.site_map h4,
.site_map h5,
.site_map h6 {
  text-align: left;
}
.site_map .menu ul {
  padding-left: 15px;
}
.site_map .menu ul ul {
  padding-left: 30px;
}
.site_map .menu ul ul ul {
  padding-left: 45px;
}
/*======================= Registration =======================*/
#member-registration,
#member-profile,
#user-registration {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
#member-registration .chzn-container,
#member-profile .chzn-container,
#user-registration .chzn-container {
  width: 100% !important;
}
#member-registration #helpsite-refresh,
#member-profile #helpsite-refresh,
#user-registration #helpsite-refresh {
  margin-top: 10px;
}
#member-registration .btn,
#member-profile .btn,
#user-registration .btn {
  vertical-align: top;
}
#member-registration .input-append,
#member-profile .input-append,
#user-registration .input-append {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 62px;
  width: 50%;
}
#member-registration .calendar_wrapper #jform_profile_dob_spacer-lbl,
#member-profile .calendar_wrapper #jform_profile_dob_spacer-lbl,
#user-registration .calendar_wrapper #jform_profile_dob_spacer-lbl {
  display: block;
  margin-top: 10px;
}
.page-login {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
.page-login .btn {
  vertical-align: inherit;
}
.page-login .input-prepend {
  width: 100%;
}
.page-login form mark {
  top: 0;
}
/*======================= ADMIN EDIT PAGES =======================*/
#modules-form .chzn-container,
#adminForm .chzn-container {
  width: 100% !important;
}
#modules-form .input-prepend .btn + .btn,
#adminForm .input-prepend .btn + .btn,
#modules-form .input-append .btn + .btn,
#adminForm .input-append .btn + .btn {
  margin-left: 1px;
}
#modules-form .btn-toolbar > .btn,
#adminForm .btn-toolbar > .btn {
  margin: 0 5px 5px 0;
}
#modules-form .btn-toolbar > .btn + .btn,
#adminForm .btn-toolbar > .btn + .btn {
  margin-left: 0;
}
#modules-form .accordion-inner,
#adminForm .accordion-inner {
  padding: 5px;
}
#modules-form span.radio,
#adminForm span.radio {
  display: none;
}
#modules-form #jform_published .btn,
#adminForm #jform_published .btn {
  display: inline-block !important;
}
#modules-form .btn-toolbar,
#adminForm .btn-toolbar {
  margin-bottom: 20px;
}
#adminForm #images .input-prepend.input-append {
  width: 100%;
}
#adminForm #images .input-prepend.input-append .btn {
  width: 5%;
}
#adminForm #images .input-prepend.input-append .btn + input {
  width: 85%;
}
#adminForm #images .input-prepend.input-append .btn + input + .btn {
  width: 5%;
}
@media (max-width: 1200px) {
  #contact_map {
    height: 376px;
  }
  .page-category__history .items-row:before {
    margin-left: 9px;
  }
  .page-category__history .items-row > div:before {
    right: -31px;
  }
  .page-category__history .items-row > div + div:before {
    left: -10px;
  }
}
@media (max-width: 979px) {
  .page-category__history .items-row:before {
    margin-left: 5px;
  }
  .page-category__history .items-row > div:before {
    right: -27px;
  }
  .page-category__history .items-row > div + div::before {
    left: -18px;
  }
}
@media (max-width: 767px) {
  .page-category__history .items-row:before {
    left: 19px;
    margin-left: 0;
  }
  .page-category__history .items-row > div + div {
    float: none;
  }
  .page-category__history .items-row > div + div:before {
    left: 0;
    display: none;
  }
  .page-category__history .items-row > div::before {
    left: 0;
    right: auto;
    display: none;
  }
  .page-category__history .items-row > div .item {
    margin-left: 50px !important;
    margin-right: 0 !important;
  }
  .page-category__history .items-row > div .item:before {
    border-left: none;
    border-right: 10px solid #E5E5E5;
    left: -10px;
    right: auto;
    display: none;
  }
  .page-category__history .items-row > div .item:after {
    border-left: none;
    border-right: 10px solid #E5E5E5;
    left: -10px;
    right: auto;
    display: none;
  }
  .page-category__history .items-row > div .item .item_info,
  .page-category__history .items-row > div + div .item .item_info {
    margin: 0;
    position: static;
  }
  .body__404 .big-404 {
    margin-bottom: 15px;
  }
  #member-registration,
  #member-profile,
  #user-registration,
  .page-login {
    width: 100%;
  }
  #helpsite-refresh {
    display: block;
    margin-top: 10px;
  }
  .page_profile .btn-toolbar {
    float: none;
  }
  .input-prepend input {
    width: 100%;
  }
  .page-category__history .items-row > div .item {
    margin-left: 0 !important;
  }
  #adminForm #images .input-prepend.input-append .btn {
    width: 10%;
  }
  #adminForm #images .input-prepend.input-append .btn + input {
    width: 75%;
    padding-left: 12%;
  }
  #adminForm #images .input-prepend.input-append .btn + input + .btn {
    width: 10%;
  }
}
@media (max-width: 639px) {
  #modules-form fieldset#jform_published label.btn span {
    display: none;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .row-fluid [class*="span"].site_map {
    float: left;
    width: 50%;
  }
  .row-fluid [class*="span"].site_map:nth-child(2n-1) {
    clear: both;
  }
}
@media (max-width: 480px) {
  .control-label + .controls {
    margin-top: 10px;
  }
  .page-category__history .items-row > div .item {
    padding: 20px;
  }
  .page-item__privacy_policy .item_fulltext *[class*=heading-style] {
    float: none;
    width: 100%;
  }
  .page-item__privacy_policy .item_fulltext p {
    margin-left: 0;
  }
  .page-item__privacy_policy .item_fulltext p:before {
    display: none;
  }
  #modules-form .btn span:not(.icon-calendar) {
    display: none;
  }
  #modules-form .form-horizontal .control-label {
    padding-bottom: 10px;
    padding-top: 0;
  }
  #adminForm #images .input-prepend.input-append .btn {
    width: 13%;
  }
  #adminForm #images .input-prepend.input-append .btn + input {
    width: 64%;
    padding-left: 15%;
  }
  #adminForm #images .input-prepend.input-append .btn + input + .btn {
    width: 15%;
  }
  #login-form .controls .input-prepend .btn,
  #member-registration .controls .input-prepend .btn,
  #member-profile .controls .input-prepend .btn,
  #user-registration .controls .input-prepend .btn,
  #login-form .controls .input-append .btn,
  #member-registration .controls .input-append .btn,
  #member-profile .controls .input-append .btn,
  #user-registration .controls .input-append .btn {
    margin-bottom: 0;
  }
  #login-form .controls .btn,
  #member-registration .controls .btn,
  #member-profile .controls .btn,
  #user-registration .controls .btn {
    margin-bottom: 10px;
  }
  #adminForm .btn-toolbar .btn-group {
    margin-bottom: 10px;
  }
}
.home_menu {
  display: table;
  margin: 0 auto;
}
.icemegamenu > ul {
  clear: both;
  margin: 0 0 21px;
  padding: 0;
  width: 100%;
  z-index: 999;
}
.icemegamenu > ul:before,
.icemegamenu > ul:after {
  content: " ";
  display: table;
}
.icemegamenu > ul:after {
  clear: both;
}
.icemegamenu > ul:before,
.icemegamenu > ul:after {
  content: " ";
  display: table;
}
.icemegamenu > ul:after {
  clear: both;
}
.icemegamenu > ul > li {
  float: left;
  position: relative;
}
.icemegamenu > ul > li + li {
  margin-left: 0px;
}
.icemegamenu > ul > li > a.iceMenuTitle {
  background: transparent;
  color: #7e7e7e;
  display: block;
  font: 24px / 26px 'Source Sans Pro', sans-serif;
  padding: 18px 19px;
  text-transform: uppercase;
}
.icemegamenu > ul > li > a.iceMenuTitle * {
  font: inherit;
}
.icemegamenu > ul > li > a.iceMenuTitle:hover,
.icemegamenu > ul > li > a.iceMenuTitle.hover,
.icemegamenu > ul > li > a.iceMenuTitle.icemega_active {
  background: #84a726;
  color: #ffffff;
}
.icemegamenu > ul > li.active > a.iceMenuTitle,
.icemegamenu > ul > li.hover > a.iceMenuTitle {
  background: #84a726;
  color: #ffffff;
}
.icemegamenu > ul > li span.icemega_desc {
  color: #ffffff;
  display: block;
  line-height: 1.25em;
  padding: 0;
}
.icemegamenu .ice-megamenu-toggle {
  display: none;
}
/* when dont have subtitle */
.icemegamenu > ul > li > a.iceMenuTitle > span.icemega_nosubtitle {
  display: inline-block;
}
ul.icesubMenu {
  height: 0;
  left: 50%;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 18px 0;
  pointer-events: none;
  position: absolute;
  text-align: left;
  top: 100%;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -moz-transform: translate(-50%, 30px);
  -webkit-transform: translate(-50%, 30px);
  -ms-transform: translate(-50%, 30px);
  -o-transform: translate(-50%, 30px);
  transform: translate(-50%, 30px);
  z-index: 9999;
  background: #84a726;
  border: none;
}
ul.icesubMenu > li {
  text-align: center;
}
ul.icesubMenu > li:before,
ul.icesubMenu > li:after {
  content: " ";
  display: table;
}
ul.icesubMenu > li:after {
  clear: both;
}
ul.icesubMenu > li:before,
ul.icesubMenu > li:after {
  content: " ";
  display: table;
}
ul.icesubMenu > li:after {
  clear: both;
}
ul.icesubMenu li a.iceMenuTitle {
  display: inline-block;
  font: 14px / 17px 'Source Sans Pro', sans-serif;
  padding: 4px 20px;
  color: #ffffff;
  text-transform: uppercase;
}
ul.icesubMenu li.active > a.iceMenuTitle,
ul.icesubMenu li:hover > a.iceMenuTitle,
ul.icesubMenu li.hover > a.iceMenuTitle {
  color: #000000;
  background: transparent;
}
ul.icesubMenu.sub_level_1 {
  margin-top: 20px;
}
ul.icesubMenu.sub_level_2 {
  margin-top: -15px;
}
li[class*=iceMenuLiLevel] {
  padding: 0;
}
li[class*=iceMenuLiLevel]:before {
  display: none;
}
#icemegamenu li.iceMenuLiLevel_1.hover > ul.icesubMenu {
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
  -moz-transform: translate(-50%, 0px);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}
#icemegamenu li.iceMenuLiLevel_1 li.hover > ul.icesubMenu {
  height: auto;
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
  -moz-transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
#icemegamenu ul.icesubMenu.visible {
  height: auto;
}
ul.icesubMenu ul > li {
  position: relative;
}
/* when is parent */
ul.icesubMenu > li:before {
  display: none;
}
ul.icesubMenu > li > .iceCols {
  max-width: 100% !important;
  width: 100%;
}
/* Second Level Dropdown */
ul.sub_level_2,
ul.sub_level_3,
ul.sub_level_4,
ul.sub_level_5 {
  left: 100%;
  margin-left: 10px;
  top: 0px;
  -moz-transform: translate(30px, 0);
  -webkit-transform: translate(30px, 0);
  -ms-transform: translate(30px, 0);
  -o-transform: translate(30px, 0);
  transform: translate(30px, 0);
  z-index: 99999;
}
ul.icesubMenu ul > li.hover > ul {
  opacity: 1;
  overflow: visible;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}
.icesubMenu .icemega_cover_module span.iceModuleTile {
  display: block;
}
.ice_righttoleft {
  left: auto !important;
  right: 0;
}
.icemega_modulewrap {
  padding: 20px;
}
.nav-collapse .icesubMenu .nav > li > a,
.nav-collapse .icesubMenu .dropdown-menu a {
  margin-bottom: 0;
  padding: 0;
}
.nav-collapse.collapse {
  height: auto;
}
.rd-mobilemenu_ul a.active,
.rd-mobilemenu_ul li.level_1.active > a {
  color: white !important;
}
@media (max-width: 979px) {
  .icemegamenu {
    overflow: visible !important;
  }
}
.icons-marker {
  font-size: 21.6px;
  line-height: 26px;
}
*[class*=center] {
  text-align: center;
}
.item_img,
.category_img {
  font-size: 0;
  line-height: 0;
  margin: 0 0 32px;
  position: relative;
}
.item_img a,
.category_img a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.item_img a:hover img,
.category_img a:hover img,
.item_img a:hover .BWfade,
.category_img a:hover .BWfade {
  opacity: 1 !important;
}
.item_img img,
.category_img img {
  max-width: 100%;
  height: auto;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin-right: 30px;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin-left: 30px;
  max-width: 50%;
}
.lazy_preloader {
  background: #ffffff url("data:image/gif;base64,R0lGODlhHgAeAPUAAGRmZMTCxGxqbPz+/P////z6/MzKzOTi5Nze3NTS1MzOzNza3Ly6vIyKjOTm5IyOjLy+vHRydLS2tKyurKyqrISGhHx6fMTGxGxubISChJSSlNTW1Ozq7LSytOzu7HR2dJyanKSipPTy9KSmpPT29Hx+fJyenJSWlAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQEBAD/ACwAAAAAHgAeAAAFuyAhjqTHkaLjDWjbJo/QtZLwKKyLcjEASDSf7aAbGTBCWTB5yS19DYOTBEvOXgJhoFAUHbU7pI/YHR0iQrJIky6HoVxCAuxGfQHSQS8zra/hHll4flhjHB2IfYQDiB0Oi5CRkpOUlZaXhwxAlJoMBxx0kQhte4p1bAB8coJNkHNZW39ji6CAKYIfj3W1WQt2TKZUaD4MLh24Gr4uCKhZE8EBuIO/uMVdzEJXJDVQym4GDT9BGXm0ama6OiEAIfkEBQQAGQAsAAAAAB4AHgAABZZgJo7kQJBZEqBsOwYnKQFZ47ZOJmRT/NK6TO42EtAoPlEiEiQqATtl8iZxAZ0kjDOKRXG72IPWCi43CuW0OkWhQAoXaAS9zhDud4NbUe/7/4CBgmsLEBIKeHd+FlAMA3oTCIEHNSIPiy0ABn1Xll+DdRZNoFSdLgRDo2AWCSgEEzSfLgcVRQyut5wUuCl1DBeuBSaJiSEAIfkEBQQABQAsAAAAAB4AHgAABpZAgnBILBIko4JyyWw6EUYKQPlwWpkAhjEAEHQFjcPVGjI6QMrp+GoirJmdt3Igj8gLnztWz7fz/4BvISASUIFWRYeCXSBGjo9FFCEMB5CWl5iZmpucmBwXEx2dkCOMimuJp0sEDgEjFKdqS7KKAkwDDV+Vmw55Y12Btk4Xqlcdwm9HpyEOUX8ZX10QW390s2VFYoqEnEEAIfkEBQQABwAsAAAAAB4AHgAABpdAgnBILIYeo8thyWw6m4UiIQSoAp5Y50VqsAqy4INJKuqEsRBB1TI4uw/f96HwXsvv+IMjHM/DQRB0TRltfgNDfnmFiYxyD1UdZJKTQiCAHpSZmptkBiMgnJppAhWhmVRXjaqGRKtLBQojGYkKagAGTxgOphwRfB9+qVquWMJnBBZWZniBUiPGeLdcGQicTgCgUo0NGqFBACH5BAUEAAsALAAAAAAeAB4AAAaXQIJwSCRqKoskJ8lsOplFIQggoAoaz6zSETVYqdrwKFoINAXhrGVAHjoBkrSyTfRa5fhzfq+MREIHBHxpHgVug1pCiItQjI6PkEoNVAF0lnUhDZqVl5cKVgWRZ1iiSWilqFkAqQunSZ2eVpwEHBMlEakYd3wfTAiQtL1pEq54AxZUE4sKhkXKeL9PcFEHjwAnZI8WFc2XQQAh+QQFBAAIACwAAAAAHgAeAAAGkECCcEgcaioNBCLgUTqf0Khy0ABYBdKssyg0XL+AhkPrDHALF7I2EB6ciU6BlZG9Lt5F71XNdzoiAhYQA318DgkFQoV8iouOj5AIhJGUfW6VUGhHmE8JVhkVcgGcTg8ZTKRTBamsrVJYrQBSjZCwW0IHrAQGFbV+nLuuQhkAHZEKiXmGdWZ4zpNQba0WYs8EQQAh+QQFBAAJACwAAAAAHgAeAAAGkMCEcEhMeEaPRqXIbDYLFkBC4KxWA1IpkXqwGgnFgiRQ1HohpwHYK8xKnNy1dTAVakhVkNx7OC0KBHtsVYGCg4eIiYqLjGEcjUxiJSaQRVhmlUIKmUwGVG0ADJWidhEMeJVaHKiVJZxlmK+yQ7FChbKBfYgElJ9hlIkEXbOBIBONAQWOkKGzUxHKsyAOhdXVQQAh+QQFBAAGACwAAAAAHgAeAAAGnUCCcEgUXQzI5DHJbDqRDgFAOq0+nthmp8q1OorgcKiTLRs4QjOTeiA8Ix63GinQoOVO0CDMF+3xThgic4SFhoeIiBweiU8FWwyNeVMgklqWWQIlmEpWU2ScBiNSIZx1AQAUg5IWSSJtfbFDCwChSSdTtgoCtmdlsn0mtU5DIR+FQhGOHMqGQgdZEGUQqmFmFZkTwNZYUw69Bgx3fEEAIfkEBQQADgAsAAAAAB4AHgAABppAgnBI9DiOyCMnyWwmEwJAVApwWp0DDXW7bRyI4LAwA7oeN+Kh2doppBGDdNqAJlwZ8rxZAF/7k1V/gg4NbnmHCQODayIgAEtIhodpDVKLayGXmptOABmcTQqgbE1low6BqBmTepGeHqxvlg4DBgWjWqmnUAKnkQi9V7FgDMIEB6KCQolzwVZxwwuYXsPHa56KvkdSBtpIX3JBACH5BAUEAAkALAAAAAAeAB4AAAaewIRwSCwOAx6jsojQKAUAQWNJ5UQASyzWQTUioNnE50DoMgfGgjDjIZSVbjNxUHgvHXa53iLK680Nan9pC0UVaINEBxYVRAKJTBhYkF0WlH8ml5qbnEQGjwkPnUIQo3IfiJSpQlACHJqFRA0RG5snTAebA7OmQm6WvQkEDghUcYPHab8JtXDIVqxGIxYYsXq5T2JiEa9/aI1UGc3Pl0EAIfkEBQQABwAsAAABAB4AHQAABpZAgnAoTDwOyKRyyWQqANCoVBogWq8dQDMJoAyu4CEjUQAnGOWwes0ebt/wg+LbXs+VHXodCzAsIXtXBlANf4FWC1pMeodCcY9wIJCTlJN+lY8KSCWYbwxJIZ1NI6KUUQmlBwJQDkhQaI1FSWVPXrFiSgVVt0QBqU28wUULWwi7gQxQW6+MdlPPq32BrnAXBZitTQ5pYEEAIfkEBQQACQAsAAAAAB4AHgAABpzAhHBILA4vxmRSoxwuCNCoVOp4AK7YLNYx7UYdFqxSsPGaoZWGQck5uwvvuPx9mM9LDWfb3tUAiH4IfFMPbE2HRQ6Ii0IDjI+QkZKQCpOLVxZ5lkUQQyN/m54CRAIRoUalpyJOQwINA4NfERmOCZhwsVAcZWgfHrlmB3XAxMW6TRoPInwHGEYhQqUWXHIeFosZgtUVoEoBkxyGTUEAIfkEBQQAEQAsAQAAAB0AHgAABo/AiHBILA45xmTxkQQIAAaCdEqlIiNPp1bbKFS/0gVGq8x4wGjGUxlBuwmLADs5WLzv34Bgzi8enhUDeHgKAEQJgn1ze20CGiKDaBtGGYp9EJaZmpaMm0qGnmydoaSloQ1DoKUEHhpCD2urBVGpF5F3DU6TprW3hAWaCQi+UqICDIKRqMYbyrxDcM9+bMlgQQAh+QQFBAAIACwAAAAAHgAeAAAGn0CEcEgsDgMignFZ1CwFgANhSq1aCQ4hYMvlUq5gqgEDFSxDpDCYE9ky35xB2AMyv42iz0Ut519DAHeCeG2DhkdcQlSHTBqBig5TjE9EAh1pk0wMQyGZjZ6goAahhg+kRnannI9aH6RTFJZsbq9YHgMNrLVKCKmqRVsiv0MAGn1+yAQBGByTHyZJc5lckcmwRCOtQgzHyBLDkL6qWBCeQQAh+QQFBAAGACwAAAAAHgAeAAAGmkCDcEgsDjkEo9L4UH4KyaXUIABYrwBGdLoEKKGEsHgwHgeswwTXMDBJvhr0+lgNlMUI0OHOD5vkc2sOgYREXoWBZH2LfAtXHB5giFMWdpNKIENvl12caYaeTA+HoWcAGSECoUIFDBarRHgcV7BhsLeFGIO4VCeMZRwme10AC4QRVr5KEhoFiFmKv2IBvAQXUwvSdyXVHEtgfEEAIfkEBQQACwAsAAAAAB4AHgAABpnAhXBILApFBKNyacwMkkymALAQEAPQqLZIygoNFyZkuh0OKlalIV0+Aqjq0ru9cHzIysHmQK/3/4BRD2kFgUYbQw4EXoZEXYuNTQqFkYeRBpWWVQ2ZCwUBDQ0jc5GLBR6dZkl4qUJsnVQAmJkDQxF8dB4ItUsAFg50Fr5hvQl9bwy9FryCbQHJjp9CIbQKVUoIf4uDqZAldEEAIfkEBQQADAAsAAAAAB4AHgAABqhAhnBILD4KhKJyyWRoCMkmk8MACKpCQSA65DikQ8CSxBVOruAswyAdlMSdtFwUaTowYnm3iiY6RhZ9emAFHoOHiE55iUwJgoxtZZBEA1CSkxogCgWTSouTJAEaGQ+PjJYFIVidQlBZdaxhsUYCn7NVF4kiA0WcWV+DHB8lE8BFtYlWCE0RhrFxVrxSGr3MqpS+YVZyCAe9CmqLC7oEJo+5p25OQ5WoqEEAIfkEBQQACgAsAAAAAB4AHgAABpxAhXBIJIIIhKJyaTQin9ColOAQAq7XgNTQYCoFV6JHOgJ4hQGs+azIrCXMNXtomAvm3+VAE8aLMUoFASAWAX5+AwOHTIlTjo8bQxyLlJVeSZaXj5tTgxohIwYinKRPClmlpSOZZ2AfrHGweZmJs5YJGaEFslZXGbu8fqK8ElgWiofIcUdSRFhCBZsHFVpRBmqSqdFRZXdorEggfkEAIfkEBQQADQAsAAAAAB4AHgAABo7AhnBIHE4GxaQy+TASig7FcipwFgOA6TIrPDyJI642mZiGjeN0o9Copj/qITweP0TIgDx9jGCAQHtLbENIgV1ihomKi0sOfhSMRASTlJORRhQXHJecWwJ3nUKIl26KEyMBB3KMnwAXobBDC7FjACNxApC1gJIct216a2MZuUUEr1BxBgjGFKOMBB2EldRBACH5BAUEABcALAAAAAAeAB4AAAWG4CWOpGgQBDkMZetqIpWSxuPeIxDPI6PjN4GJF/sBLxCB8eQ6NABCgCR4VJGELl2kOnJYLkaumDrGDR7QTNkcmFAW61ECG6/bEwxKwN5CofiAa35EgHgQG4GJijgOekyJGmksiWGLdIuYZRoIXFKdFCUEcHaeKhBgdRV7pnwFBaEGIiuDgyEAOw==") no-repeat center;
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: middle;
}
.lazy_preloader .lazy_preloader_inner {
  display: block;
  max-width: 100%;
}
.lazy_preloader img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
img.lazy {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -moz-transform: scale(0.9) !important;
  -webkit-transform: scale(0.9) !important;
  -ms-transform: scale(0.9) !important;
  -o-transform: scale(0.9) !important;
  transform: scale(0.9) !important;
}
img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.BWfade {
  display: block !important;
  height: 100% !important;
  left: 0 !important;
  opacity: 0 !important;
  top: 0 !important;
  transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transition: all 0.5s linear !important;
  -o-transition: all 0.5s linear !important;
  transition: all 0.5s linear !important;
  width: 100% !important;
  z-index: 2;
}
.well {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  min-height: 20px;
  padding: 19px;
  text-align: right;
}
.well #limit_chzn {
  margin-bottom: 0;
}
.item__module,
.item {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.item__module.visible-first,
.item.visible-first {
  opacity: 100;
  filter: alpha(opacity=10000);
  transform: translateY(0px);
  -o-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.stuck {
  background: transparent;
  z-index: 1034 !important;
}
body:not(.modal-open) .stuck {
  width: 100% !important;
}
.scroll-to-fixed-fixed {
  background: #ffffff;
  padding-top: 10px !important;
  z-index: 1034 !important;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
}
.scroll-to-fixed-fixed #logo,
.scroll-to-fixed-fixed .icemegamenu > ul {
  margin-bottom: 10px !important;
}
.scroll-to-fixed-fixed .search-popup {
  padding-bottom: 10px !important;
}
.home_video {
  margin: 0 auto;
}
.home_video .rd-video_cnt {
  padding: 300px 0 319px;
  text-align: center;
}
.btn-player {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mod-article-single {
  margin-bottom: 26px;
}
.mod-article-single .item__module:before,
.mod-article-single .item__module:after {
  content: " ";
  display: table;
}
.mod-article-single .item__module:after {
  clear: both;
}
.mod-article-single .item__module:before,
.mod-article-single .item__module:after {
  content: " ";
  display: table;
}
.mod-article-single .item__module:after {
  clear: both;
}
.mod-article-single.single .item-title {
  font-weight: bold;
  margin-bottom: 31px;
  text-transform: none;
}
.mod-newsflash-adv.products .item i.fa {
  background: #99c22c;
  color: #e5faaf;
  font-size: 60px;
  line-height: 172px;
  margin-bottom: 32px;
  width: 172px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mod-newsflash-adv.products .item .item_img {
  display: inline-block;
  background: #2d3a41;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mod-newsflash-adv.products .item .item_title {
  font-weight: bold;
  margin-bottom: 31px;
  text-transform: none;
}
.mod-newsflash-adv.products .item .item_introtext {
  padding-bottom: 14px;
}
.mod-newsflash-adv.mod-newsflash-adv__list .item *[class*=linecons],
.mod-newsflash-adv.mod-newsflash-adv__list .item i.fa {
  background: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #84a726;
  font-size: 50px;
  line-height: 124px;
  height: 124px;
  width: 124px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.mod-newsflash-adv.mod-newsflash-adv__list .item *[class*=linecons].left,
.mod-newsflash-adv.mod-newsflash-adv__list .item i.fa.left {
  float: left;
  margin-right: 25px;
}
.mod-newsflash-adv.mod-newsflash-adv__list .item:hover i.fa {
  background: #84a726;
  color: white;
}
.mod-newsflash-adv.team .item_img {
  margin-bottom: 0;
}
.mod-newsflash-adv.team .item_content {
  background: white;
  border-bottom: 3px solid #84a726;
  font-size: 16px;
  line-height: 19px;
  color: #717173;
  padding: 23px 22px 10px;
  text-align: center;
}
.mod-newsflash-adv.team .item_content .item_title {
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 8px;
  padding: 0 0px 6px;
  position: relative;
}
.mod-newsflash-adv.team .item_content .item_title:after {
  border-bottom: 1px solid #717173;
  position: absolute;
  left: 50%;
  bottom: 0;
  -moz-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 100%;
  max-width: 184px;
  content: '';
}
.mod-newsflash-adv.team .item_content figcaption {
  color: #84a726;
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.mod-newsflash-adv.blog {
  line-height: 27px;
}
.mod-newsflash-adv.blog .item {
  margin-bottom: 113px;
}
.mod-newsflash-adv.counters {
  text-align: center;
}
.mod-newsflash-adv.counters .counter {
  font-size: 40px;
  line-height: 50px;
}
.mod-newsflash-adv.counters .item_title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #84a726;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item .item_content {
  text-align: center;
  padding: 30px 20px;
  border: 1px solid #84a726;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item .item_content ul {
  padding: 10px 0;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item .item_content ul li {
  font-size: 24px;
  line-height: 26px;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item .item_content ul li:before {
  display: none;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item .item_content ul li + li {
  margin-top: 0;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item .item_content .item_title {
  color: #84a726;
  margin-bottom: 0;
  text-transform: uppercase;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item.featured .item_content {
  background: #374046;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item.featured .item_content .btn:hover {
  background: #84a726;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .price {
  font-size: 40px;
  line-height: 50px;
  padding: 18px 0;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .price span {
  font-size: 16px;
  line-height: 41px;
  vertical-align: bottom;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item {
  position: relative;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .item_title {
  color: #84a726;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .price {
  border-top: 1px solid #5b2c02;
  border-bottom: 1px solid #5b2c02;
  font-size: 40px;
  line-height: 50px;
  padding: 18px 0;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .price span {
  font-size: 16px;
  line-height: 38px;
  vertical-align: bottom;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .item_content {
  text-align: center;
  padding: 30px 20px;
  border: 1px solid #84a726;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .item_content ul {
  padding: 18px 0 11px;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .item_content ul li {
  font-size: 16px;
  line-height: 30px;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .item_content ul li:before {
  display: none;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .item_content ul li + li {
  margin-top: 0;
}
.mod-newsflash-adv.mod-newsflash-adv__progbars_horizontal {
  text-align: center;
}
.mod-newsflash-adv.mod-newsflash-adv__progbars_circle {
  text-align: center;
}
@media (min-width: 480px) and (max-width: 767px) {
  .mod-newsflash-adv.mod-newsflash-adv__progbars_circle .item__module {
    width: 50%;
    float: left;
  }
}
.mod-newsflash-adv .mod-newsflash-adv_custom-link {
  margin-bottom: 52px;
}
.parallax {
  font-weight: 300;
  color: white;
  padding: 119px 0 39px;
}
.parallax *[class*=heading-style] {
  color: white !important;
}
.parallax.parallax__parallax1 {
  font-size: 22px;
  line-height: 26px;
  padding-bottom: 114px;
}
.parallax.parallax__parallax1 .heading-style-1 {
  margin-bottom: 0;
}
.parallax.parallax__parallax1 .pretext,
.parallax.parallax__parallax1 .category_desc {
  padding-bottom: 35px;
}
.parallax.parallax__parallax2 {
  padding: 226px 0 167px;
}
.parallax.parallax__parallax2 .moduleTitle {
  margin-bottom: 82px;
}
.parallax.parallax__parallax3 {
  font-size: 22px;
  line-height: 26px;
  padding-bottom: 99px;
}
.parallax.parallax__parallax3 .heading-style-1 {
  margin-bottom: 0;
}
.parallax.parallax__parallax3 .pretext,
.parallax.parallax__parallax3 .category_desc {
  padding-bottom: 35px;
}
.parallax .btn.btn-info,
.parallax .kbutton.btn-info,
.parallax .btn.readmore,
.parallax .kbutton.readmore {
  background: #365260;
  color: #123900;
}
.parallax .btn.btn-info:hover,
.parallax .kbutton.btn-info:hover,
.parallax .btn.readmore:hover,
.parallax .kbutton.readmore:hover {
  background: #84a726;
  color: white;
}
.skills_diagram {
  display: inline-block;
  vertical-align: middle;
}
/*===== Testimonials Page ======*/
.sorting .btn-group > * {
  font-size: 18px;
}
.tags {
  clear: both;
}
.tags .label {
  padding: 3px 5px;
  font-size: 100%;
  line-height: 12px;
  border-radius: none;
  font-weight: normal;
  color: #2d3a41;
  background: #84a726;
}
.tags .label:hover {
  color: #ffffff;
}
.tags li {
  line-height: 12px;
}
.tags li + li {
  padding-left: 10px;
  border-left: 2px solid #ffffff;
}
.addthis_toolbox {
  padding-top: 18px;
}
.video_frame {
  margin-bottom: 26px;
  position: relative;
}
.video_frame iframe {
  border: medium none !important;
  height: 100% !important;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}
.item_info .item_info_dl {
  margin: 0 0 2px;
}
.item_info .item_info_dl dd {
  font-size: 22px;
  margin: 0;
  display: inline;
}
.item_info .item_info_dl dd > * {
  display: inline;
}
.item_info .item_info_dl dd .kmt-comment:before {
  font: normal normal normal 22px/1 'FontAwesome';
  color: #84a726;
  margin-right: 2px;
  margin-left: 12px;
}
.item_info .item_info_dl dd .kmt-comment:before {
  content: "\f0e6";
}
.item_info .item_info_dl dd a {
  color: #2d3a41;
}
.item_info .item_info_dl dd a:hover {
  color: #84a726;
}
.social-links li {
  display: inline-block;
  margin: 0 0 1px !important;
}
.social-links li:before {
  display: none;
}
.social-links li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #c3c3c3;
  display: block;
  line-height: 44px;
  text-align: center;
  width: 48px;
  border: 2px solid #c3c3c3;
}
.social-links li a:hover {
  background: #84a726;
  border: 2px solid #84a726;
  color: white;
}
.rd-video iframe#player {
  max-width: none;
}
#top {
  padding: 23px 25px 0px;
  width: 100%;
}
#top:after {
  content: '';
  display: table;
  clear: both;
}
#logo {
  float: left;
  margin-top: 1px;
  margin-bottom: 21px;
}
#logo a {
  display: inline-block;
  max-width: 100%;
}
/*======================= Search Form =======================*/
.search-popup {
  padding: 4px 4px 29px;
  position: relative;
  text-align: right;
}
.search-popup i.search {
  color: #aeaeae;
  font-size: 40px;
  line-height: 50px;
  display: inline-block;
  cursor: pointer;
  text-align: right;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.search-popup i.search:before {
  font-family: 'FontAwesome';
}
.search-popup i.search:hover {
  color: #84a726;
}
.search-popup .search_box form {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
}
.search-popup .search_box form .inputbox {
  background: #84a726;
  border: none;
  padding-right: 60px;
}
.search-popup .search_box form button {
  background: transparent;
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  -moz-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.search-popup .search_box form button:before {
  font-size: 30px;
}
.search-popup .search_box form button:hover {
  color: black;
}
.search-popup .search_box .fa-close {
  cursor: pointer;
  color: #2d3a41;
  left: 100%;
  margin-left: 6px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -moz-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.search-popup .search_box .fa-close:hover {
  color: black;
}
.search_box {
  background: rgba(132, 167, 38, 0.5);
  position: absolute;
  z-index: 1035;
  top: 200%;
  right: 0;
  min-width: 280px;
  max-width: 280px;
  text-align: left;
  transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  opacity: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search_box.shown,
.search_box.shown2 {
  transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  opacity: 1;
  visibility: visible;
  top: 100%;
}
#breadcrumbs {
  background: url(../images/breadcrumbs-bg.jpg) center center repeat;
  background-size: cover;
  color: white;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.masonry .item {
  margin-left: 0 !important;
}
#feature {
  color: #5b2c02;
  padding-bottom: 52px;
  padding-top: 58px;
}
#feature .moduleTitle {
  color: #686868;
  margin-bottom: 2px;
}
#feature .pretext,
#feature .category_desc {
  color: #686868;
  padding-bottom: 32px;
}
#feature .mod-article-single {
  font-size: 24px;
  line-height: 30px;
}
#content {
  padding-bottom: 102px;
  padding-top: 124px;
}
#component {
  min-height: 0;
}
.item {
  margin-bottom: 52px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-item {
  padding-bottom: 52px;
}
.page-item .page-header,
.page-item .page_header {
  text-align: center;
}
.page-item .page-header *[class*=heading-style],
.page-item .page_header *[class*=heading-style] {
  margin-bottom: 52px;
}
/*===== AddThis ======*/
.at-share-tbx-element a.at-share-btn {
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.at-share-tbx-element a.at-share-btn:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  display: inline-block;
  list-style: none;
  padding: 0 15px 12px 0;
}
.content-links ul {
  list-style: none;
  margin: 0;
}
#mainbottom-2 {
  background: url(../images/patternbg.jpg) center 0 repeat;
  color: white;
  padding-bottom: 134px;
  padding-top: 88px;
}
#mainbottom-2 *[class*=heading-style] {
  color: white !important;
}
#mainbottom-2 *[class*=heading-style].moduleTitle:not(.title) {
  margin-bottom: 0;
}
#mainbottom-2 .pretext,
#mainbottom-2 .category_desc {
  padding-bottom: 44px;
}
#mainbottom-2 .nav-tabs > li > a {
  color: white;
}
#mainbottom-2 .nav-tabs > li > a:hover {
  color: #84a726;
}
#mainbottom-2 .nav-tabs > li.active > a,
#mainbottom-2 .nav-tabs > li.active > a:hover,
#mainbottom-2 .nav-tabs > li.active > a:focus {
  color: #84a726;
}
#mainbottom-2 .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
#mainbottom-2 .nav-tabs.nav-justified > li {
  float: none;
}
#mainbottom-2 .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
#mainbottom-2 .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  #mainbottom-2 .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  #mainbottom-2 .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
#mainbottom-2 .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
#mainbottom-2 .nav-tabs.nav-justified > .active > a,
#mainbottom-2 .nav-tabs.nav-justified > .active > a:hover,
#mainbottom-2 .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  #mainbottom-2 .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  #mainbottom-2 .nav-tabs.nav-justified > .active > a,
  #mainbottom-2 .nav-tabs.nav-justified > .active > a:hover,
  #mainbottom-2 .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
#mainbottom-3 {
  padding-bottom: 55px;
  padding-top: 124px;
}
#mainbottom-5 {
  padding-bottom: 117px;
  padding-top: 78px;
}
#bottom {
  background: url(../images/patternbg.jpg) center 0 repeat;
  color: white;
  padding-bottom: 40px;
  padding-top: 88px;
}
#bottom *[class*=heading-style] {
  color: white !important;
}
#bottom *[class*=heading-style].moduleTitle:not(.title) {
  margin-bottom: 0;
}
#bottom .pretext,
#bottom .category_desc {
  padding-bottom: 44px;
}
#bottom .nav-tabs > li > a {
  color: white;
}
#bottom .nav-tabs > li > a:hover {
  color: #84a726;
}
#bottom .nav-tabs > li.active > a,
#bottom .nav-tabs > li.active > a:hover,
#bottom .nav-tabs > li.active > a:focus {
  color: #84a726;
}
#bottom .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
#bottom .nav-tabs.nav-justified > li {
  float: none;
}
#bottom .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
#bottom .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  #bottom .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  #bottom .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
#bottom .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
#bottom .nav-tabs.nav-justified > .active > a,
#bottom .nav-tabs.nav-justified > .active > a:hover,
#bottom .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  #bottom .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  #bottom .nav-tabs.nav-justified > .active > a,
  #bottom .nav-tabs.nav-justified > .active > a:hover,
  #bottom .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
#footer-wrapper {
  width: 100%;
}
#footer {
  background: white;
  padding-top: 86px;
  padding-bottom: 48px;
}
#footer .moduleTitle {
  margin-bottom: 34px;
}
#footer .mod_tm_ajax_contact_form {
  padding-top: 39px;
}
#footer .mod_tm_ajax_contact_form textarea {
  min-height: 180px;
  max-height: 180px;
}
#footer .mod_tm_ajax_contact_form .mod_tm_ajax_contact_form_btn {
  display: block;
  width: 100%;
  font-size: 38px;
  font-weight: 300;
  line-height: 46px;
  margin: 0 0 31px;
  padding: 14px 30px 15px;
  text-transform: uppercase;
}
#footer select,
#footer textarea,
#footer input[type="text"],
#footer input[type="password"],
#footer input[type="datetime"],
#footer input[type="datetime-local"],
#footer input[type="date"],
#footer input[type="month"],
#footer input[type="time"],
#footer input[type="week"],
#footer input[type="number"],
#footer input[type="email"],
#footer input[type="url"],
#footer input[type="search"],
#footer input[type="tel"],
#footer input[type="color"],
#footer .uneditable-input {
  background: transparent;
}
#copyright {
  background: url(../images/copyrightbg.jpg) center 0 repeat;
  color: white;
  padding-bottom: 45px;
  padding-top: 120px;
}
#copyright ul.social {
  margin-bottom: 70px;
}
#copyright ul.social a {
  color: #ccd0cf;
}
#copyright ul.social a:hover {
  color: white;
}
.copyright {
  margin-bottom: 52px;
  text-align: center;
}
.copyright .siteName {
  color: #84a726;
  text-transform: uppercase;
}
.copyright a {
  color: white;
}
.copyright a:hover {
  text-decoration: underline;
}
.address_phones {
  font-size: 18px;
  font-weight: 500;
}
.address_phones i {
  font-size: 24px;
  vertical-align: middle;
  color: #84a726;
}
.address_phones i.fa-fax {
  margin: 0 5px 0 20px;
}
.address_phones span {
  white-space: nowrap;
}

/* text color */
.text-yellow {
color: #d7d703;
}

.text-white {
	color: #ffffff;
}

.text-black {
	color: #000000;
}

.text-extra-dark-gray {
	color: #232323;
}

.text-dark-gray {
	color: #626262;
}

.text-extra-medium-gray {
	color: #757575;
}

.text-medium-gray {
	color: #939393;
}

.text-extra-light-gray {
	color: #b7b7b7;
}

.text-light-gray {
	color: #d6d5d5;
}

.text-very-light-gray {
	color: #ededed;
}

.text-secondary {
	color: #007CBC;
}

.text-shadow-black
{
text-shadow: 2px 2px #000000;
}

.text-no-decoration {
text-decoration: none;
font-style: normal;
}
.text-bold-only {
font-style: normal;
text-decoration: bold;
font-weight: 600;
}


/*************************
    Padding top
*************************/
.ptl-30 {
padding-top: 30px;
padding-left: 30px;
}
.pt-20 {
    padding-top: 20px
}
.pt-30 {
    padding-top: 30px
}
.pt-60 {
    padding-top: 60px
}
.pt-100 {
    padding-top: 100px
}
.pb-120 {
    padding-bottom: 120px
}
.pt-120 {
    padding-top: 120px
}
.ptb-220 {
    padding: 220px 0
}
.ptb-200 {
    padding: 200px 0
}
.ptb-150 {
    padding: 150px 0
}
.ptb-120 {
    padding: 120px 0;
}
.ptb-100 {
    padding: 100px 0;
}
.ptb-110 {
    padding: 110px 0;
}
.pt-120 {
    padding-top: 120px
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-150 {
    padding-bottom: 150px;
}
.pt-200 {
    padding-top: 200px;
}

.readmoreforce {
  background: transparent;
  border: 2px solid white;
  color: white;
  font-size: 30px;
  margin-top: 27px;
  line-height: 39px;
  padding-left: 42px;
  padding-right: 26px;
  text-transform: none;
}
.readmoreforce:after {
  font-size: 24px;
}
.readmoreforce:hover {
  background: white;
  color: #123900;
}



/*== Up to 640px ==================================================
====================================================================*/
@media (max-width: 639px) {
  #mainbottom-2 {
    margin-bottom: 80px !important;
    padding-bottom: 60px !important;
  }
  ul#order {
    float: none;
  }
  #content,
  #mainbottom-5 {
    padding-bottom: 60px !important;
  }
  .parallax {
    padding-bottom: 0 !important;
  }
  #copyright {
    padding-top: 80px !important;
  }
  .nav.menu.social li a {
    font-size: 30px !important;
    line-height: 30px !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .mod-newsflash-adv__progbars_circle .row-fluid .span3 {
    width: 50%;
    float: left;
  }
  .mod-newsflash-adv__progbars_circle .row-fluid .span3:nth-child(2n-1) {
    clear: both;
  }
}
/*== Up to 480px ==================================================
====================================================================*/
/* Landscape phones and down */
@media (max-width: 479px) {
  div.chzn-container-single .chzn-single {
    padding: 18px 16px !important;
  }
  .modal-dialog {
    left: 0;
    transform: translate(0%, 0%);
  }
  .alert {
    padding: 28px 58px 28px 70px;
  }
  .alert:before {
    left: 10px;
    font-size: 40px;
  }
  .img-full__left.span5 {
    margin-right: 0;
    width: 100%;
  }
  /*blog*/
  .item_img {
    float: none;
    margin: 0 0 26px 0;
    max-width: 100%;
  }
  .portfolio-thumbs {
    float: none;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .portfolio-thumbs ul {
    margin-right: 0;
    overflow: hidden;
  }
  .portfolio-thumbs ul li {
    padding-right: 0;
  }
  .data-table dl {
    float: none;
    width: 100%;
  }
  .data-table dl + dl {
    border-left: 1px solid #dddddd;
    border-top: none;
  }
  /*search*/
  .mod-search__aside .mod-search_searchword {
    width: 100%;
  }
  /*login*/
  .mod-login__aside .mod-login_username,
  .mod-login__aside .mod-login_passwd,
  .mod-login__aside .mod-login_userdata {
    width: 100%;
  }
  .mod-login__aside .mod-login_userdata {
    overflow: hidden;
  }
  div.modal {
    position: absolute;
  }
  #error input {
    width: 200px;
  }
  .jg_photo {
    width: 100%;
  }
  /*===== Tables =====*/
  .item_introtext table tr td:before,
  .item_fulltext table tr td:before {
    font-size: 23px;
    padding: 10px;
  }
  .item_introtext table tr td + td,
  .item_fulltext table tr td + td {
    border-left: none;
  }
  .chzn-container {
    width: 100% !important;
    min-width: 200px;
  }
  #habla_beta_container_do_not_rely_on_div_classes_or_names {
    display: none !important;
  }
}
@media (max-width: 320px) {
  #style_switcher {
    width: 220px !important;
    padding: 20px !important;
  }
  #style_switcher ul {
    padding: 0 0 13px !important;
  }
  #style_switcher ul li {
    margin-right: 5px !important;
  }
}
@media print {
  .item__module,
  .item {
    opacity: 100 !important;
    filter: alpha(opacity=10000) !important;
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
  }
  .scroll-to-fixed-fixed {
    position: static !important;
    width: 100% !important;
  }
  .scroll-to-fixed-fixed + div {
    display: none !important;
  }
}

.articleflip {
	position: relative; 
	min-width: auto;
}

.btn0,
.kbutton0 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  vertical-align: middle;
  color: white;
  background: transparent;   /* #99c22c; */
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  max-width: 100%;
  padding: 15.5px 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn0 .fa,
.kbutton0 .fa {
  margin: 0 3px;
}
.btn0:focus,
.kbutton0:focus,
.btn0:active:focus,
.kbutton0:active:focus,
.btn0.active:focus,
.kbutton0.active:focus,
.btn0.focus,
.kbutton0.focus,
.btn0:active.focus,
.kbutton0:active.focus,
.btn0.active.focus,
.kbutton0.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}
.btn0:hover,
.kbutton0:hover,
.btn0:focus,
.kbutton0:focus,
.btn0.focus,
.kbutton0.focus,
.btn0.active,
.kbutton0.active,
.btn0.selected,
.kbutton0.selected {
  color: white;
  background: #2d3a41;
  text-decoration: none;
}
.btn0:active,
.kbutton0:active,
.btn0.active,
.kbutton0.active {
  outline: 0;
  background-image: none;
}
.btn0.disabled,
.kbutton0.disabled,
.btn0[disabled],
.kbutton0[disabled],
fieldset[disabled] .btn0,
fieldset[disabled] .kbutton0 {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
}
a.btn0.disabled,
a.kbutton0.disabled,
fieldset[disabled] a.btn0,
fieldset[disabled] a.kbutton0 {
  pointer-events: none;
}

.btn0.btn-info0,
.kbutton0.btn-info0,
.btn0.readmore,
.kbutton0.readmore {
  background: transparent;   /* #84a726; */
  color: white;
  font-size: 22px;
  margin-top: 2px;
  padding-left: 25px;
  padding-right: 20px;
  text-transform: lowercase;
  color: #FFFFFF;  /* #123900; */
  border: solid 2px #FFFFFF;  
}
.btn0.btn-info0:after,
.kbutton.btn-info0:after,
.btn0.readmore:after,
.kbutton0.readmore:after {
  font-size: 18px;
  content: '\f061';
  font-family: 'FontAwesome';
  margin-left: 15px;
}
.btn0.btn-info0:hover,
.kbutton0.btn-info0:hover,
.btn0.readmore:hover,
.kbutton0.readmore:hover {
  background: #FFFFFF;
  color: #123900;  /* #2d3a41; */  /* #123900; */
  border: solid 1px #FFFFFF;
}




@media (min-width: 992px) and (max-width: 1199px) {
	.clients-classic {
		padding: 30px 15px;
	}
	.clients-classic-wrap {
		padding: 30px 15px;
	}
}

.bg-gray-100 .clients-classic-wrap {
	background: #ffffff;
}

@media (min-width: 576px) {
	.bg-gray-100 .clients-classic-wrap {
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
	}
}

/**
* Light Backgrounds
*/
.bg-gray-100 {
	background-color: #f5f5f5;
}

.bg-gray-200 {
	background-color: #ebebeb;
}

.bg-gray-300 {
	background-color: #e1e1e1;
}

.bg-gray-600 {
	background-color: #777777;
}

.bg-gray-800 {
	background-color: #18364a;
}

.bg-gray-7 {
	background-color: #f3f3f3;
}

.bg-gray-8 {
	background-color: #47505f;
}

.bg-blue-2 {
	background-color: #182437;
}

/**
* Dark Backgrounds
*/
.bg-gray-dark {
	background-color: #18364a;
}

/*
*
* Sections
*/
.section-sm {
	padding: 30px 0;
}

.section-sm.section-first {
	padding-top: 60px;
}

.section-sm.section-last {
	padding-bottom: 60px;
}

.section-md,
.section-lg,
.section-xl,
.section-xxl,
.section-inset-4,
.section-inset-7,
.section-inset-8 {
	padding: 50px 0;
}

.section-inset-5 {
	padding: 30px 0;
}

.section-inset-6 {
	padding: 50px 0 30px;
}

.section-inset-9 {
	padding: 30px 0;
}

.section-collapse + .section-collapse {
	padding-top: 0;
}

.section-collapse:last-child {
	padding-bottom: 0;
}

html [class*='section-'].section-bottom-0 {
	padding-bottom: 0;
}

html [class*='section-'].section-top-0 {
	padding-top: 0;
}

@media (min-width: 992px) {
	html [class*='section-'].section-lg-0 {
		padding: 0 0 1px;
	}
}

@media (min-width: 768px) {
	.section-sm {
		padding: 40px 0;
	}
	.section-sm.section-first {
		padding-top: 80px;
	}
	.section-sm.section-last {
		padding-bottom: 80px;
	}
	.section-md {
		padding: 70px 0;
	}
	.section-lg {
		padding: 80px 0;
	}
	.section-xl {
		padding: 90px 0;
	}
	.section-xxl {
		padding: 100px 0;
	}
	.section-inset-4 {
		padding: 60px 0;
	}
	.section-inset-6 {
		padding-top: 80px;
	}
	.section-inset-8 {
		padding: 80px 0 60px;
	}
	.section-inset-9 {
		padding: 0;
	}
	[class*='section-'].section-bottom-md-70 {
		padding-bottom: 70px;
	}
}

@media (min-width: 992px) {
	.section-sm {
		padding: 45px 0;
	}
	.section-sm.section-first {
		padding-top: 90px;
	}
	.section-sm.section-last {
		padding-bottom: 90px;
	}
	.section-md {
		padding: 80px 0;
	}
	.section-lg {
		padding: 90px 0;
	}
	.section-xl {
		padding: 100px 0;
	}
	.section-xxl {
		padding: 120px 0;
	}
	.section-inset-6 {
		padding-top: 90px;
	}
	.section-inset-7 {
		padding: 70px 0;
	}
	.section-inset-8 {
		padding-top: 90px;
	}
}

@media (min-width: 1200px) {
	.section-inset-1 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.section-inset-3 {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.section-inset-4 {
		padding: 70px 0;
	}
	.section-inset-5 {
		padding-top: 45px;
	}
	.section-inset-7 {
		padding: 90px 0;
	}
}

@media (min-width: 1600px) {
	.section-inset-2 {
		padding-top: 90px;
		padding-bottom: 90px;
	}
}

.section-single {
	display: flex;
	text-align: center;
}

.section-single p {
	margin-left: auto;
	margin-right: auto;
}

.section-single .rd-form {
	max-width: 690px;
	margin-left: auto;
	margin-right: auto;
}

.section-single .button {
	padding-left: 40px;
	padding-right: 40px;
	letter-spacing: .3em;
	min-width: auto;
}

.section-single * + .button {
	margin-top: 45px;
}

.section-single * + .countdown-wrap {
	margin-top: 35px;
}

.section-single * + .rd-form {
	margin-top: 20px;
}

.section-single .countdown-wrap + * {
	margin-top: 35px;
}


.slider-text {
font-size: 24px;
text-transform: none;
font-weight: normal;
}

@media (max-width: 767px) {
.slider-text {
font-size: 18px;
text-transform: none;
font-weight: normal;
}
}


.quote-beryl-info img.quote-beryl-image {
  display: inline-block;
  max-width: 100%;
  height: auto;
  width: auto;
}


.desktop .rd-navbar-absolute .swiper-slide-caption{padding-top:200px;padding-bottom:140px}}@media(min-width:1200px){.desktop .rd-navbar-absolute .swiper-slide-caption{padding-top:300px;padding-bottom:200px}}.swiper-slide-light-overlay:before{position:absolute;top:0;bottom:0;right:0;left:0;content:"";background-color:rgba(255,255,255,.45)}.swiper-slide-dark-overlay:before{position:absolute;top:0;bottom:0;right:0;left:0;content:"";background-color:rgba(0,0,0,.65)}.swiper-slide-ellipse-overlay:before{position:absolute;top:0;bottom:0;right:0;left:0;content:"";background:radial-gradient(ellipse at center,#fff 0%,rgba(255,255,255,0) 100%)}.swiper-slide{display:flex;align-items:center;justify-content:center;padding:10vh 10vw;background-size:cover;background-position:center}.swiper-frame{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;pointer-events:none}.swiper-svg{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;pointer-events:none}.swiper-digital .swiper-wrapper:before{content:"Future";display:inline-block;font-size:400px;font-weight:800;position:absolute;bottom:0;left:0;font-family:fira sans,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif;line-height:.4;letter-spacing:.06em;text-shadow:10px 20px 35px rgba(0,0,0,.8);color:#fff;opacity:.07;z-index:2}@media(min-width:1200px){.swiper-digital .swiper-wrapper:before{font-size:800px}}.swiper-slide-caption{text-align:center}.swiper-wrapper,.swiper-wrapper *{backface-visibility:hidden}.swiper-slide{overflow:hidden}.swiper-slide-img{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center}.swiper-wrapper.separated{position:absolute;top:0;left:0;z-index:2}.swiper-wrapper.separated .swiper-slide{position:absolute;top:0;left:0;display:none}.swiper-wrapper.separated .swiper-slide.active{display:flex}.swiper-wrapper.duplicated{position:absolute;top:0;left:0;z-index:2}.swiper-wrapper.duplicated .swiper-slide{position:absolute;top:0;left:0;z-index:0;opacity:1}[data-effect*=frame] .swiper-wrapper{transition-timing-function:cubic-bezier(1,0,0,1)}[data-effect=cropping-circle] .swiper-wrapper{transition-timing-function:cubic-bezier(1,0,0,1)}.mask-1-dummy{background:url(../images/sprite-01-8192x200.png)}.mask-1 .duplicated .prev,.swiper-slide.prev.mask-1{-webkit-mask:url(../images/sprite-01-8192x200.png);mask:url(../images/sprite-01-8192x200.png);-webkit-mask-size:2300% 100%;mask-size:2300% 100%;animation:mask-play 1.2s steps(22) forwards 1}.mask-2-dummy{background:url(../images/sprite-02-25276x200.png)}.mask-2 .duplicated .prev,.swiper-slide.prev.mask-2{-webkit-mask:url(../images/sprite-02-25276x200.png);mask:url(../images/sprite-02-25276x200.png);-webkit-mask-size:7100% 100%;mask-size:7100% 100%;animation:mask-play 1.2s steps(70) forwards 1}.mask-3-dummy{background:url(../images/sprite-03-27000x200.png)}.mask-3 .duplicated .prev,.swiper-slide.prev.mask-3{-webkit-mask:url(../images/sprite-03-27000x200.png);mask:url(../images/sprite-03-27000x200.png);-webkit-mask-size:7500% 100%;mask-size:7500% 100%;animation:mask-play 1.2s steps(74) forwards 1}.mask-4-dummy{background:url(../images/sprite-04-29904x200.png)}.mask-4 .duplicated .prev,.swiper-slide.prev.mask-4{-webkit-mask:url(../images/sprite-04-29904x200.png);mask:url(../images/sprite-04-29904x200.png);-webkit-mask-size:8400% 100%;mask-size:8400% 100%;animation:mask-play 1.2s steps(83) forwards 1}.mask-5-dummy{background:url(../images/sprite-05-14400x270.png)}.mask-5 .duplicated .prev,.swiper-slide.prev.mask-5{-webkit-mask:url(../images/sprite-05-14400x270.png);mask:url(../images/sprite-05-14400x270.png);-webkit-mask-size:3000% 100%;mask-size:3000% 100%;animation:mask-play 1.2s steps(29) forwards 1}.mask-6-dummy{background:url(../images/sprite-06-26344x200.png)}.mask-6 .duplicated .prev,.swiper-slide.prev.mask-6{-webkit-mask:url(../images/sprite-06-26344x200.png);mask:url(../images/sprite-06-26344x200.png);-webkit-mask-size:7400% 100%;mask-size:7400% 100%;animation:mask-play 1.2s steps(73) forwards 1}.mask-7-dummy{background:url(../images/sprite-07-16800x333.png)}.mask-7 .duplicated .prev,.swiper-slide.prev.mask-7{-webkit-mask:url(../images/sprite-07-16800x333.png);mask:url(../images/sprite-07-16800x333.png);-webkit-mask-size:2800% 100%;mask-size:2800% 100%;animation:mask-play .8s steps(27) forwards 1}@keyframes mask-play{from{-webkit-mask-position:0% 0;mask-position:0% 0}to{-webkit-mask-position:100% 0;mask-position:100% 0}}



.vide_bg{width:100%}.vide_bg .container{position:relative;z-index:2}.video-bg-overlay{position:relative}.video-bg-overlay:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.3);z-index:1}

.text-red
{
	color: #EE1200;
}


@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}



/* ## Our Genius ## */
.our-genius {
	display: inline-block;
	width: 100%;
}
.style1.style-active .hover{
	display: block;
}
.hover {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(231,76,49,0.9);
	display: none;
	top: 0;
	color: #fff;
	line-height: 400px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 24px;
}

.our-genius .style1:hover .hover,
.our-genius .style3:hover .hover, 
.our-genius .style4:hover .hover,
.our-genius .style5:hover .hover, 
.our-genius .style6:hover .hover,
.our-genius .style7:hover .hover {
	display: block;
}
.our-genius .style1 svg,
.our-genius .style2 svg,
.our-genius .style3 svg,
.our-genius .style4 svg,
.our-genius .style5 svg,
.our-genius .style6 svg,
.our-genius .style7 svg {
	width: 100%;
	height: auto;
	float: left;
	position: absolute;
	left: 0;
}
/*
.our-genius .style2 {
	width: 50%;
	height: 364px;
}*/

.our-genius .style1,
.our-genius .style2,
.our-genius .style3, 
.our-genius .style4, 
.our-genius .style5, 
.our-genius .style6, 
.our-genius .style7 {
	position: relative;
	float: left;
}
/*
.our-genius .col-md-6 img {
	max-width: auto;
}
*/
.our-genius .style1 img,
.our-genius .style2 img,
.our-genius .style3 img,
.our-genius .style4 img,
.our-genius .style5 img,
.our-genius .style6 img,
.our-genius .style7 img{
	float: left;
	width: auto !important;
}

.our-genius .style1 {	
	float:left;
	position: relative;
	/*Chrome,Safari*/
	-webkit-clip-path: polygon(0px 424px,491px 500px,415px 0px,0px 0px);
	-ms-clip-path: polygon(0px 424px,491px 500px,415px 0px,0px 0px);
	/*Firefox*/
	
	/*-moz-clip-path: url("index.html#clipPolygon1");*/
	-moz-clip-path: polygon(0px 424px,491px 500px,415px 0px,0px 0px);	
}

.our-genius .style2 {
	overflow:visible;
	float: left;
	position: relative;
	margin-left: -65px;
	/*Chrome,Safari*/
	-webkit-clip-path: polygon(80px 532px,1005px 417px,1061px -3px,0px 0px);
	-ms-clip-path: polygon(80px 532px,1005px 417px,1061px -3px,0px 0px);
	/*Firefox*/
	-moz-clip-path: polygon(80px 532px,1005px 417px,1061px -3px,0px 0px);
}

.our-genius .style3 {
	float: left;
	margin-left: -54px;
	position: relative;
	/*Chrome,Safari*/
	-webkit-clip-path: polygon(0px 400px,480px 400px,480px 0px,53px 0px);
	-ms-clip-path: polygon(0px 400px,480px 400px,480px 0px,53px 0px);
	/*Firefox*/
	-moz-clip-path: polygon(0px 400px,480px 400px,480px 0px,53px 0px);
	z-index: 1;
}

.our-genius .style4 {
	float: left;
	margin-left: 0px;
	position: relative;
	/*Chrome,Safari*/
	-webkit-clip-path: polygon(0px 405px,526px 400px,476px 0px,0px 0px);
	-ms-clip-path: polygon(0px 405px,526px 400px,476px 18px,0px 0px);
	/*Firefox*/
	-moz-clip-path: polygon(0px 405px,526px 400px,476px 18px,0px 0px);
}

.our-genius .style5 {
	float: left;
	margin-left: -60px;
	position: relative;
	/*Chrome, Safari*/
	-webkit-clip-path: polygon(50px 400px,480px 400px,480px 0px,5px 0px);
	-ms-clip-path: polygon(50px 400px,480px 400px,480px 0px,5px 0px);
	
	/*Firefox*/
	-moz-clip-path: polygon(50px 400px,480px 400px,480px 0px,5px 0px);
}

.our-genius .style6 {
	float: left;
	margin-left: 0px;
	position: relative;
	/*Chrome, Safari*/
	-webkit-clip-path: polygon(0px 400px,430px 400px,473px 0px,0px 0px);
	-ms-clip-path: polygon(0px 400px,430px 400px,473px 0px,0px 0px);
	
	/*Firefox*/
	-moz-clip-path: polygon(0px 400px,430px 400px,473px 0px,0px 0px);
}

.our-genius .style7 {
	float: left;
	margin-left: -58px;
	position: relative;
	/*Chrome, Safari*/
	-webkit-clip-path: polygon(0px 403px,530px 404px,530px 0px,50px 0px);
	-ms-clip-path: polygon(0px 403px,530px 404px,530px 0px,50px 0px);
	
	/*Firefox*/
	-moz-clip-path: polygon(0px 403px,530px 404px,530px 0px,50px 0px);
}

#style3-hover,
#style4-hover,
#style5-hover,
#style6-hover,
#style7-hover {
	display: none;
}
.our-genius  #style1-hover.style2 {
	overflow:visible;
	float: left;
	position: relative;
	margin-left: -65px;
	/*Chrome,Safari*/
	-webkit-clip-path: polygon(80px 532px,1005px 417px,1061px -3px,0px 0px);
	-ms-clip-path: polygon(80px 532px,1005px 417px,1061px -3px,0px 0px);

	/*Firefox*/
	-moz-clip-path: polygon(80px 532px,1005px 417px,1061px -3px,0px 0px);
}
.our-genius  #style3-hover.style2 {
	overflow:visible;
	float: left;
	position: relative;
	margin-left: -65px;
	/*Chrome,Safari*/
	-webkit-clip-path: polygon(80px 532px,1005px 417px,1061px -3px,0px 0px);
	-ms-clip-path: polygon(80px 532px,1005px 417px,1061px -3px,0px 0px);

	/*Firefox*/
	-moz-clip-path: polygon(80px 532px,1005px 417px,1061px -3px,0px 0px);
}
.our-genius  #style4-hover.style2 {
	overflow:visible;
	float: left;
	position: relative;
	margin-left: -65px;
	/*Chrome,Safari*/
	-webkit-clip-path: polygon(80px 532px,1005px 417px,1061px -3px,0px 0px);
	-ms-clip-path: polygon(80px 532px,1005px 417px,1061px -3px,0px 0px);

	/*Firefox*/
	-moz-clip-path: polygon(80px 532px,1005px 417px,1061px -3px,0px 0px);
}
.our-genius  #style5-hover.style2 {
	overflow:visible;
	float: left;
	position: relative;
	margin-left: -65px;
	/*Chrome,Safari*/
	-webkit-clip-path: polygon(80px 532px,1005px 417px,1061px -3px,0px 0px);
	-ms-clip-path: polygon(80px 532px,1005px 417px,1061px -3px,0px 0px);
	/*Firefox*/
	-moz-clip-path: polygon(80px 532px,1005px 417px,1061px -3px,0px 0px);
}
.our-genius  #style6-hover.style2 {
	overflow:visible;
	float: left;
	position: relative;
	margin-left: -65px;
	/*Chrome,Safari*/
	-webkit-clip-path: polygon(80px 532px,1005px 417px,1061px -3px,0px 0px);
	-ms-clip-path: polygon(80px 532px,1005px 417px,1061px -3px,0px 0px);
	/*Firefox*/
	-moz-clip-path: polygon(80px 532px,1005px 417px,1061px -3px,0px 0px);
}
.our-genius  #style7-hover.style2 {
	overflow:visible;
	float: left;
	position: relative;
	margin-left: -65px;
	/*Chrome,Safari*/
	-webkit-clip-path: polygon(80px 532px,1005px 417px,1061px -3px,0px 0px);
	-ms-clip-path: polygon(80px 532px,1005px 417px,1061px -3px,0px 0px);
	-moz-clip-path: polygon(80px 532px,1005px 417px,1061px -3px,0px 0px);
}
.genius-gallery {
	position: relative;
}
.genius-gallery .style1:hover  .genius-gallery #style1  {
	display: none;
}
#style1-hover {
	display: block;
}

.member-info {
	position: absolute !important;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	width: 56%;
	margin: 0 auto !important;
}

.skills-info1 {
	padding-left: 0;
}

.social-info {
	position: absolute;
	top: 0;
	height: 100%;
	color: #fff;
	width: 50%;
	left: 0;
}

.inner-social-info {
	padding: 90px 80px;
	display: inline-block;
	width: 100%;
	position: relative;
}

.inner-social-info h3 {
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}

.inner-social-info h6 {
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;
	/*transform:skew(-11deg)*/
}
.social-info-content {
	transform: skew(5deg)
}
.inner-social-info p {
	font-size: 18px;
	line-height: 30px;
	margin-top: 22px;
	/*transform:skew(-11deg)*/
}

.inner-social-info ul {
	margin-top: 15px;
	/*transform:skew(-11deg);*/
	padding-left: 0;
}

.inner-social-info ul li {
	display: inline-block;
	border-radius: 50%;
	margin-right: 15px;
}

.inner-social-info ul li a { 
	color: #706f6e;
	font-size: 36px;
}
.inner-social-info ul li a:hover {
	color: #fff;
	text-decoration: none;
}

.skills-info {
	position: absolute;
	top: 0;
	right: 3px;
	width: 50%;
	padding: 0;
}

.skill-progress-box h6 {
	position: absolute;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 50px;
	margin: 0;
	left: 20px;
	width: 85%;
	text-transform: uppercase;
	font-weight: 300;
	color: #FFFFFF;
}

.skill-progress-box h6 span {
	float: right;
}
.skill-progress-box h6 span:after {
	content: "%";
}
.progress {
	height: 50px;
	border-radius: 0;
	position: relative;
	line-height: 50px;
	color: #fff;
	margin-top: 40px;
	background-color: rgba(255,255,255,0.10);
}

.progress-bar-danger {
	background-color: #e74c3c;
	transition: width 1s ease 0s;
	-webkit-transition: width 1s ease 0s;
	-moz-transition: width 1s ease 0s;
}

/* ## Video Section ## */
.video-section {
	width: 100%;
	position: relative;
	height: 600px;
}
.video-section .slider-section {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	max-height: 600px;
}
.video-section .slider-section::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	
}

.video-section .slider-section .slide-title span.inner-circle {
	color: #e74c3c;
	font-weight: 300;
}
.video-section .slider-section .slide-sub-title span {
	color: #e74c3c;
}


.our-genius * + img
{
	margin-top: 0px;
}





.section-decoration-4 {
	position: relative;
}

.section-decoration-4 > * {
	position: relative;
	z-index: 1;
}

.section-decoration-4 .decoration-img {
	position: absolute;
	left: -10px;
	top: 30%;
	display: none;
}

@media (min-width: 992px) {
	.section-decoration-4 .decoration-img {
		display: block;
	}
}

.section-decoration-4:before, .section-decoration-4:after {
	position: absolute;
	content: '';
	width: 110px;
	height: 52px;
	border-radius: 60px;
	background: #F2F5FC;
	opacity: 1;
}

.section-decoration-4:before {
	right: -20px;
	top: 20%;
}

.section-decoration-4:after {
	bottom: 20%;
	right: -50px;
}

.box-numeric {
	position: relative;
}

.box-numeric .box-numeric-num {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #1FDE82;
	color: #ffffff;
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	line-height: 70px;
	box-shadow: 0 8px 32px rgba(31, 222, 130, 0.46);
}

@media (min-width: 992px) {
	.box-numeric .box-numeric-num {
		width: 82px;
		height: 82px;
		line-height: 82px;
		font-size: 34px;
	}
}

.box-numeric h4 {
	font-weight: 400;
	text-transform: capitalize;
}

.box-numeric p {
	letter-spacing: .02em;
}

.arrow-block {
	display: none;
	position: absolute;
}

@media (min-width: 1200px) {
	.arrow-block {
		display: block;
	}
}

.arrow-block.arrow-1 {
	left: -100px;
	top: 75%;
}

.arrow-block.arrow-2 {
	left: 60px;
}

.arrow-block.arrow-3 {
	left: -250px;
	top: 65%;
}

.arrow-block.arrow-4 {
	left: 60px;
}


/* ## Cient Section ## */

.client-section {
	width: 100%;
	position: relative;
}

.client-style1 img,
.client-style2 img,
.client-style3 img,
.client-style4 img,
.client-style5 img,
.client-style6 img,
.client-style7 img {
	float: left;
	clear: both;
}

.client-style1 {
	float: left;
	clear: both;
	background-image: url("../images/client/client-big-1.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	height: 310px;
	overflow: hidden;


	
	/*Chrome,Safari*/
	-webkit-clip-path: polygon(0px 152px,1920px 170px,1920px 0px,0px 0px);
	-moz-clip-path: polygon(0px 152px,1920px 170px,1920px 0px,0px 0px);
	-ms-clip-path: polygon(0px 152px,1920px 170px,1920px 0px,0px 0px);
	
	/*Firefox*/
	/*clip-path: url("index.html#client-1");
	-moz-clip-path: url("index.html#client-1");*/
	transition: height 2s;
    -webkit-transition: height 2s;
}
.client-style1.client-active,
.client-style1:hover {
	height: 752px;
	
	/*Chrome,Safari*/
	-webkit-clip-path: polygon(0px 752px,1920px 752px,1920px 0px,0px 0px);
	-moz-clip-path: polygon(0px 752px,1920px 752px,1920px 0px,0px 0px);
	-ms-clip-path: polygon(0px 752px,1920px 752px,1920px 0px,0px 0px);
}

.client-style2 {
	float: left;
	clear: both;
	margin-top: -160px;
	position: relative;
	width: 100%;
	background-image: url("../images/client/client-2.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: 450px;
	overflow: hidden;	
	
	/*Chrome,Safari*/
	-webkit-clip-path: polygon(-1px 450px,1920px 389px,1920px 18px,0px 0px);
	-moz-clip-path: polygon(-1px 450px,1920px 389px,1920px 18px,0px 0px);
	-ms-clip-path: polygon(-1px 450px,1920px 389px,1920px 18px,0px 0px);		
	transition: height 2s;
    -webkit-transition: height 2s;
}
.client-style2.client-active,
.client-style2:hover {
	height: 752px;
	/*Chrome,Safari*/
	-webkit-clip-path: polygon(-1px 752px,1920px 666px,1920px 97px,0px 0px);
	-moz-clip-path: polygon(-1px 752px,1920px 666px,1920px 97px,0px 0px);
	-ms-clip-path: polygon(-1px 752px,1920px 666px,1920px 97px,0px 0px);
}

.client-style2.client-active .client-hover,
.client-section .client-style1:hover .client-hover,
.client-section .client-style2:hover .client-hover,
.client-section .client-style3:hover .client-hover,
.client-section .client-style4:hover .client-hover,
.client-section .client-style5:hover .client-hover,
.client-section .client-style6:hover .client-hover,
.client-section .client-style7:hover .client-hover {
	display: block;
}

.client-hover {
	position: absolute;
	top: 38%;
	text-align: center;
	left: 20%;
	right: 20%;
	display: none;
	background-color: transparent;
}

.client-hover h2 {
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	margin: 0 auto;
	display: block;
	line-height: 60px;
	margin-bottom: 40px;
}

.client-hover p {
	font-size: 24px;
	color: #fff;
	font-weight: 300;
}

.client-style3 {
	background-image: url("../images/client/client-big-3.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	float: left;
	clear: both;
	width: 100%;
	height: 310px;
	margin-top: -160px;
	position: relative;
	overflow: hidden;
	transition: height 2s;
    -webkit-transition: height 2s;
	/*Chrome,Safari*/
	-webkit-clip-path: polygon(-1px 326px,1920px 316px,1920px 0px,0px 61px);
	-moz-clip-path: polygon(-1px 326px,1920px 316px,1920px 0px,0px 61px);
	-ms-clip-path: polygon(-1px 326px,1920px 316px,1920px 0px,0px 61px);
}
.client-style3.client-active,
.client-style3:hover {
	height: 752px;
	/*Chrome,Safari*/
	-webkit-clip-path: polygon(-1px 752px,1920px 756px,1920px 0px,0px 61px);
	-moz-clip-path: polygon(-1px 752px,1920px 756px,1920px 0px,0px 61px);
	-ms-clip-path: polygon(-1px 752px,1920px 756px,1920px 0px,0px 61px);
}
.client-style3 img {
	position: relative;
	top: -215px;
}






.client-style4 {

	background-image: url("../images/client/client-big-4.jpg");  /* */
	background-size: 100% auto;  /* */
	background-repeat: no-repeat;  /* */
	float: left;  /* */
	clear: both;  /* */
	width: 100%;  /* */
	height: 310px;  /* */
	margin-top: -160px;
	position: relative;
	overflow: hidden; /* */
	transition: height 2s;
    -webkit-transition: height 2s;
	
	/*Chrome,Safari*/
	-webkit-clip-path: polygon(-1px 152px,1920px 180px,1920px 0px,0px 10px);
	-moz-clip-path: polygon(-1px 152px,1920px 180px,1920px 0px,0px 10px);
	-ms-clip-path: polygon(-1px 152px,1920px 180px,1920px 0px,0px 10px);
	
	/*Firefox*/
	/*clip-path: url("index.html#client-1");
	-moz-clip-path: url("index.html#client-1");*/
	transition: height 2s;
    -webkit-transition: height 2s;
}
.client-style4.client-active,
.client-style4:hover {
	height: 752px;
	
	/*Chrome,Safari*/
	-webkit-clip-path: polygon(-1px 752px,1920px 752px,1920px 20px,0px 10px);
	-moz-clip-path: polygon(-1px 752px,1920px 752px,1920px 20px,0px 10px);
	-ms-clip-path: polygon(-1px 752px,1920px 752px,1920px 20px,0px 10px);
}

.client-style5 {


	background-image: url("../images/client/client-big-5.jpg");  /* */
	background-size: 100% auto;  /* */
	background-repeat: no-repeat;  /* */
	float: left;  /* */
	clear: both;  /* */
	width: 100%;  /* */
	height: 310px;  /* */
	margin-top: -160px;
	position: relative;
	overflow: hidden; /* */
	transition: height 2s;
    -webkit-transition: height 2s;
	
	/*Chrome,Safari*/
	-webkit-clip-path: polygon(-1px 310px,1920px 289px,1920px 28px,0px 0px);
	-moz-clip-path: polygon(-1px 310px,1920px 289px,1920px 28px,0px 0px);
	-ms-clip-path: polygon(-1px 310px,1920px 289px,1920px 28px,0px 0px);		
	transition: height 2s;
    -webkit-transition: height 2s;
}
.client-style5.client-active,
.client-style5:hover {
	height: 752px;
	/*Chrome,Safari*/
	-webkit-clip-path: polygon(-1px 752px,1920px 666px,1920px 28px,0px 0px);
	-moz-clip-path: polygon(-1px 752px,1920px 666px,1920px 28px,0px 0px);
	-ms-clip-path: polygon(-1px 752px,1920px 666px,1920px 28px,0px 0px);
}



.client-style6 {
	background-image: url("../images/client/client-big-6.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	float: left;
	clear: both;
	width: 100%;
	height: 310px;
	margin-top: -160px;
	position: relative;
	overflow: hidden;
	transition: height 2s;
    -webkit-transition: height 2s;
	/*Chrome,Safari*/
	-webkit-clip-path: polygon(-1px 326px,1920px 316px,1920px 0px,0px 21px);
	-moz-clip-path: polygon(-1px 326px,1920px 316px,1920px 0px,0px 21px);
	-ms-clip-path: polygon(-1px 326px,1920px 316px,1920px 0px,0px 21px);
}
.client-style6.client-active,
.client-style6:hover {
	height: 752px;
	/*Chrome,Safari*/
	-webkit-clip-path: polygon(-1px 752px,1920px 756px,1920px 0px,0px 155px);
	-moz-clip-path: polygon(-1px 752px,1920px 756px,1920px 0px,0px 155px);
	-ms-clip-path: polygon(-1px 752px,1920px 756px,1920px 0px,0px 155px);
}
.client-style6 img {
	position: relative;
	top: -215px;
}

.client-style7 {

	background-image: url("../images/client/client-big-7.jpg");  /* */
	background-size: 100% auto;  /* */
	background-repeat: no-repeat;  /* */
	float: left;  /* */
	clear: both;  /* */
	width: 100%;  /* */
	height: 310px;  /* */
	margin-top: -160px;
	position: relative;
	overflow: hidden; /* */
	transition: height 2s;
    -webkit-transition: height 2s;
	
	/*Chrome,Safari*/
	-webkit-clip-path: polygon(-1px 152px,1920px 310px,1920px 0px,0px 10px);
	-moz-clip-path: polygon(-1px 152px,1920px 310px,1920px 0px,0px 10px);
	-ms-clip-path: polygon(-1px 152px,1920px 310px,1920px 0px,0px 10px);
	
	/*Firefox*/
	/*clip-path: url("index.html#client-1");
	-moz-clip-path: url("index.html#client-1");*/
	transition: height 2s;
    -webkit-transition: height 2s;
}
.client-style7.client-active,
.client-style7:hover {
	height: 752px;
	
	/*Chrome,Safari*/
	-webkit-clip-path: polygon(-1px 752px,1920px 752px,1920px 20px,0px 10px);
	-moz-clip-path: polygon(-1px 752px,1920px 752px,1920px 20px,0px 10px);
	-ms-clip-path: polygon(-1px 752px,1920px 752px,1920px 20px,0px 10px);
}



/* ## Brag About Section ## */

.brag-about-section {
	display: inline-block;
	width: 100%;
	position: relative;
	overflow: visible;
}

.brag-content h1 {
	font-size: 72px;
	color: #e74c3c;
	text-align: right;
	text-transform: uppercase;
	font-weight: 900;
	margin-top: 0;
}	

.brag-content p {
	font-size: 18px;
	font-weight: 300;
}

.brag-about-img{
	position: relative;
	top: -60px;
	right: 30px;
}

.brag-about-img img {
	width: 100%;
	top: 0;
}

.brag-content {
	position: relative;
	display: inline-block;
	top: 260px;
}

/* ## Blog Section ## */
.social-main {
	width: 100%;
}
.social-main a{
	color: #fff;
	float: left;
	clear: right;
	font-size: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 172px;
	width: 12.5%;
}

.icon-social-google  a{
	background-color: #2d3e50;
}
.icon-social-tumblr a{
	background-color: #3d5a70;
}
.icon-social-facebook a{
	background-color: #1952a9;
}
.icon-social-vimoe a{
	background-color: #33a9ef;
}
.icon-social-twitter a{
	background-color: #26d4f9;
}
.icon-social-rss a{
	background-color: #ffae00;
}
.icon-social-dribble a{
	background-color: #ec3a74;
}
.icon-social-pinterest a{
	background-color: #fb4343;
}

.benefit4image {
	background-image: url("../images/Surf_Desktop_3x_magicleap.com.jpg");
	background-size: 100% auto;
	backgroundrepeat: no-repeat;
	width: 100%;
	overflow: hidden;
	
}

.rd-brand-padding {
padding-bottom: 10px;
}


@media (min-width: 992px) {
.rd-brand-padding {
padding-bottom: 30px;
}
}




