/* -------------------------------- 

Main Components 

-------------------------------- */

ul.cd-filter-content {
	list-style: none;
}

ul.cd-filters {
	padding: 0;
	margin: 0;
}


.cd-blog-content {
  position: relative;
  min-height: 100vh;
}

.cd-blog-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-blog-content.is-fixed .cd-tab-filter-wrapper {
  position: fixed;
  top: 90;
  left: 0;
  width: 100%;
}
.cd-blog-content.is-fixed .cd-gallery {
  padding-top: 76px;
}
.cd-blog-content.is-fixed .cd-filter {
  position: fixed;
  height: 100vh;
  overflow: hidden;
}
.cd-blog-content.is-fixed .cd-filter form {
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.cd-blog-content.is-fixed .cd-filter-trigger {
  position: fixed;
}
@media only screen and (min-width: 768px) {
  .cd-blog-content.is-fixed .cd-gallery {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-blog-content.is-fixed .cd-gallery {
    padding-top: 100px;
  }
}

/* -------------------------------- 

xtab-filter 

-------------------------------- */
.cd-tab-filter-wrapper {
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.cd-tab-filter-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.cd-tab-filter {
  /* tabbed navigation style on mobile - dropdown */
  position: relative;
  height: 50px;
  width: 140px;
  margin: 0 auto;
  z-index: 1;
}
.cd-tab-filter::after {
  /* small arrow icon */
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/templates/_R__mini/images/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.cd-tab-filter ul {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: inset 0 -2px 0 #72c02c;
}
.cd-tab-filter li {
  display: none;
}
.cd-tab-filter li:first-child {
  /* this way the placehodler is alway visible */
  display: block;
}
.cd-tab-filter a {
  display: block;
  /* set same size of the .cd-tab-filter */
  height: 50px;
  width: 140px;
  line-height: 50px;
  padding-left: 14px;
}
.cd-tab-filter a.selected {
  background: #72c02c;
  color: #ffffff;
}
.cd-tab-filter.is-open::after {
  /* small arrow rotation */
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.cd-tab-filter.is-open ul {
  box-shadow: inset 0 -2px 0 #72c02c, 0 2px 10px rgba(0, 0, 0, 0.2);
}
.cd-tab-filter.is-open ul li {
  display: block;
}
.cd-tab-filter.is-open .placeholder a {
  /* reduces the opacity of the placeholder on mobile when the menu is open */
  opacity: .4;
}

@media only screen and (min-width: 768px) {
  .cd-tab-filter {
    /* tabbed navigation style on medium devices */
    width: auto;
    cursor: auto;
  }
  .cd-tab-filter::after {
    /* hide the arrow */
    display: none;
  }
  .cd-tab-filter ul {
    background: transparent;
    position: static;
    box-shadow: none;
    text-align: center;
  }
  .cd-tab-filter li {
    display: inline-block;
  }
  .cd-tab-filter li.placeholder {
    display: none !important;
  }
  .cd-tab-filter a {
    display: inline-block;
    padding: 0 1em;
    width: auto;
    color: #9a9a9a;
    text-transform: uppercase;
    font-weight: 700;

  }
  .no-touch .cd-tab-filter a:hover {
    color: #72c02c;
  }
  .cd-tab-filter a.selected {
    background: transparent;
    color: #72c02c;
    /* create border bottom using box-shadow property */
    box-shadow: inset 0 -2px 0 #72c02c;
  }
  .cd-tab-filter.is-open ul li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-tab-filter {
    /* tabbed navigation on big devices */
    width: 100%;
    float: right;
    margin: 0;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-tab-filter.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}

/* -------------------------------- 

xgallery 

-------------------------------- */
.cd-gallery {
  padding: 26px 5%;
  width: 100%;
}
.cd-gallery li.mix, .cd-gallery li.gap {
  margin-bottom: 1.6em;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: none;
}
.cd-gallery li.gap {
  /* used in combination with text-align: justify to align gallery elements */
  opacity: 0;
  height: 0;
  display: inline-block;
}
.cd-gallery img {
  display: block;
  width: 100%;
}
.cd-gallery .cd-fail-message {
  display: none;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cd-gallery {
    padding: 40px 3%;
  }
  .cd-gallery ul.ulmix {
    text-align: justify;
  }
  .cd-gallery ul.ulmix:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-gallery li.mix, .cd-gallery li.gap {
    width: 48%;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-gallery {
    padding: 50px 2%;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-gallery li.mix, .cd-gallery li.gap {
    width: 23%;
  }
  .cd-gallery.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}

/* -------------------------------- 

xfilter 

-------------------------------- */
.cd-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  background: #ffffff;
  box-shadow: 4px 4px 20px transparent;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
  -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
}
.cd-filter::before {
  /* top colored bar */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #72c02c;
  z-index: 2;
}
.cd-filter form {
  padding: 70px 20px;
}
.cd-filter .cd-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  color: #ffffff;

  text-align: center;
  background: #4f841e;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 3;
}
.no-touch .cd-filter .cd-close:hover {
  background: #4f841e;
}
.cd-filter.filter-is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
.cd-filter.filter-is-visible .cd-close {
  opacity: 1;
}
@media only screen and (min-width: 1170px) {
  .cd-filter {
    width: 20%;
  }
  .cd-filter form {
    padding: 70px 10%;
  }
}

.cd-filter-trigger {
  position: absolute;
  top: 0;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
    color: #72c02c;  
  z-index: 3;
    width: auto;
    left: 2%;
    text-indent: 0;
    color: #72c02c;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 24px;
    background-position: left center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
.cd-filter-trigger.filter-is-visible {
  pointer-events: none;
}


  .no-touch .cd-filter-trigger:hover {
    color: #72c02c;
  }
  .cd-filter-trigger.filter-is-visible, .cd-filter-trigger.filter-is-visible:hover {
    color: #ffffff;
  }


/* -------------------------------- 

xcustom form elements 

-------------------------------- */
.cd-filter-block {
  margin-bottom: 1.6em;
}
.cd-filter-block h4 {
  /* filter block title */
  position: relative;
  margin-bottom: .2em;
  padding: 10px 0 10px 20px;
  color: #72c02c;
  text-transform: uppercase;
  font-weight: 500;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.no-touch .cd-filter-block h4:hover {
  color: #72c02c;
}
.cd-filter-block h4::before {
  /* arrow */
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url("../images/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-filter-block h4.closed::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-filter-block input, .cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
  /* shared style for input elements */
  border-radius: 0;
  background-color: #ffffff;
  border: 2px solid #72c02c;
}
.cd-filter-block input[type='search'],
.cd-filter-block input[type='text'],
.cd-filter-block select {
  width: 100%;
  padding: .8em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
}
.cd-filter-block input[type='search']:focus,
.cd-filter-block input[type='text']:focus,
.cd-filter-block select:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #72c02c;
}
.cd-filter-block input[type='search'] {
  /* custom style for the search element */
  border-color: transparent;
  background-color: #72c02c;
  /* prevent jump - ios devices */
  font-size: 1.1rem !important;
}
.cd-filter-block input[type='search']::-webkit-search-cancel-button {
  display: none;
}
.cd-filter-block .cd-select {
  /* select element wrapper */
  position: relative;
}
.cd-filter-block .cd-select::after {
  /* switcher arrow for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("/templates/_R__mini/images/cd-icon-arrow.svg") no-repeat center center;
  pointer-events: none;
}
.cd-filter-block select {
  cursor: pointer;

}
.cd-filter-block select::-ms-expand {
  display: none;
}
.cd-filter-block .list li {
  position: relative;
  margin-bottom: .8em;
}
.cd-filter-block .list li:last-of-type {
  margin-bottom: 0;
}
.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
  padding-left: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-filter-block .checkbox-label::before, .cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
  width: 16px;
  height: 16px;
  left: 0;
}
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after {
  /* check mark - hidden */
  display: none;
}
.cd-filter-block .checkbox-label::after {
  /* check mark style for check boxes */
  width: 16px;
  height: 16px;
  background: url("/templates/_R__mini/images/cd-icon-check.svg") no-repeat center center;
  left: 0;
}
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  border-radius: 50%;
}
.cd-filter-block .radio-label::after {
  /* check mark style for radio buttons */
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  left: 5px;
}
.cd-filter-block input[type=radio]:checked + label::before,
.cd-filter-block input[type=checkbox]:checked + label::before {
  border-color: #72c02c;
  background-color: #72c02c;
}
.cd-filter-block input[type=radio]:checked + label::after,
.cd-filter-block input[type=checkbox]:checked + label::after {
  display: block;
}

@-moz-document url-prefix() {
  /* hide custom arrow on Firefox - select element */
  .cd-filter-block .cd-select::after {
    display: none;
  }
}








.post-detail li i {
    margin-right: 5px;
}

.cbp-filter-item-active {
    color: #fff;
    background-color: #72c02c;
}

.cbp-filter-item-active[data-all="all"] {
    color: #fff;
    background-color: rgb(161, 15, 43);
}

#jd_header_container i {
	padding: 5px;
}


.margin20 {
    margin-bottom: 20px;
}

.blog-post {
    padding-bottom: 10px;
    margin-bottom: 30px;
}


#checker form input[type="checkbox"] {
	margin-left: 10px;
	padding: 10px;
}

ul.post-detail {
    color: #858d91;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 20px;
	border-bottom: 1px solid #ebeaea;
    border-top: 1px solid #ebeaea;    
}

.post-detail li {
    font-size: 11px;
    color: #777;
    font-weight: 600;
    vertical-align: middle;
    text-transform: uppercase;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.jd_footer,
.jd_footer a {
	font-size: 10px;
	color: #efefef
}


.sticky h3,
.default h3,
.longtext h3 {
	margin-bottom: 1.42857rem;
	color: #333 !important;
	padding-top: 1.2rem;
}


.g-teaser {
	font-size: 1.1rem;
	color: #000;
}

.g-teaser h2 {
	padding-bottom: 1.2em;
}

.g-teaser h2:after {
    color: #66ab27;
    content: "\A ________";
   white-space: pre;
}

.g-glow {
	text-shadow: 0px 2px 8px #000;
}


.navbar .u-main-nav-v1 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v1 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v1 .nav-item.dropdown > a::after, .navbar .u-main-nav-v2 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v2 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v2 .nav-item.dropdown > a::after, .navbar .u-main-nav-v3 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v3 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v3 .nav-item.dropdown > a::after, .navbar .u-main-nav-v4 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v4 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v4 .nav-item.dropdown > a::after, .navbar .u-main-nav-v5 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v5 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v5 .nav-item.dropdown > a::after, .navbar .u-main-nav-v6 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v6 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v6 .nav-item.dropdown > a::after, .navbar .u-main-nav-v7 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v7 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v7 .nav-item.dropdown > a::after, .navbar .u-main-nav-v8 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v8 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v8 .nav-item.dropdown > a::after, .navbar .u-main-nav-v9 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v9 .nav-item.hs-has-mega-menu > a::after {
  content: "";
	display: none;
	
}


.sectiontableheader {
    background: none repeat scroll 0 0 #333333;
    color: #ffffff;
    font-weight: bold;
    padding: 5px;
}
tr.sectiontableentry1 td {
    background: none repeat scroll 0 0 #ffffff;
    border-bottom: 1px solid #dddddd;
    padding: 5px;
}
tr.sectiontableentry2 td {
    background: none repeat scroll 0 0 #f8f0e0;
    border-bottom: 1px solid #dddddd;
    padding: 5px;
}
tr.sectiontableentry1:hover td, tr.sectiontableentry2:hover td {
    background: none repeat scroll 0 0 #e1dfd4;
}

.alert-notice {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}

.alert-message {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}

.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}

/* lazy */
.lazy {
    
    /* optional way, set loading as background */
    background-image: url('../images/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/* logo */

.u-header__logo {
  position: relative;
  z-index: 1;
  display: block;
  width: 18rem !important;  
}


@media only screen and (max-width: 768px) {
	.u-header__logo {
	  position: relative;
	  z-index: 1;
	  display: block;
	  width: 10rem !important;
	}
}



/*Masterslider*/

.msp-cn-165-7 {
    font-family: "Open Sans";
    font-weight: 200;
    font-size: 16px;
    line-height: normal;
    white-space: nowrap;
    color: #ffffff;
    text-transform: uppercase;
}

.msp-cn-165-9 {
    background-color: #ffffff;
    font-weight: normal;
    line-height: normal;
}

.msp-cn-165-10 {
    font-family: "IBM Plex Sans Condensed";
    font-weight: 200;
    font-size: 11px;
    line-height: normal;
    color: #ffffff;
}

.msp-cn-165-11 { 
    font-family: "Open Sans";
    font-weight: 200;
    font-size: 16px;
    line-height: 2em;
    white-space: nowrap;
    color: #ffffff;
    text-transform: uppercase;
}

.msp-cn-165-11 a {
	background-color: #66ab27;
	color: #ffffff;
	padding: 0.5em;
}

.msp-cn-165-12 {
    background-color: #72c02c;
    font-weight: normal;
    line-height: normal;
}

.msp-cn-165-13 {
    font-family: "IBM Plex Sans Condensed";
    font-weight: 200;
    font-size: 11px;
    line-height: normal;
    color: #ffffff;
}

.msp-cn-165-14 {
    font-family: "Open Sans";
    font-weight: 200;
    font-size: 16px;
    line-height: normal;
    white-space: nowrap;
    color: #ffffff;
    text-transform: uppercase;
}

.msp-cn-165-15 {
    background-color: #ffffff;
    font-weight: normal;
    line-height: normal;
}

.msp-cn-165-16 {
    font-family: "IBM Plex Sans Condensed";
    font-weight: 200;
    font-size: 11px;
    line-height: normal;
    color: #ffffff;
}

.msp-cn-165-17 {
    font-family: "Open Sans";
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 3px;
    line-height: 80px;
    color: #e5e5e5;
    text-transform: uppercase;
}

.msp-cn-165-18 {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 82px;
    line-height: normal;
    color: #ffffff;
    text-transform: uppercase;
}

.msp-cn-165-19 {
    font-family: "Open Sans";
    font-weight: 200;
    font-size: 82px;
    line-height: normal;
    color: #ffffff;
    font-weight: light !important;
}

.msp-cn-165-20 {
    font-family: "Open Sans";
    font-weight: 200;
    font-size: 82px;
    line-height: normal;
    color: #ffffff;
    font-weight: light !important;
}

.msp-cn-165-21 {
    font-family: "Open Sans";
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 3px;
    line-height: 80px;
    color: #e5e5e5;
    text-transform: uppercase;
}

.msp-cn-165-22 {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 82px;
    line-height: normal;
    color: #ffffff;
    text-transform: uppercase;
}

.msp-cn-165-23 {
    font-family: "Open Sans";
    font-weight: 200;
    font-size: 82px;
    line-height: normal;
    color: #ffffff;
    font-weight: light !important;
}

.msp-cn-165-24 {
    font-family: "Open Sans";
    font-weight: 200;
    font-size: 82px;
    line-height: normal;
    color: #ffffff;
    font-weight: light !important;
}

.msp-cn-165-25 {
    font-family: "Open Sans";
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 3px;
    line-height: 80px;
    color: #e5e5e5;
    text-transform: uppercase;
}

.msp-cn-165-26 {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 82px;
    line-height: normal;
    color: #ffffff;
    text-transform: uppercase;
}

.msp-cn-165-27 {
    font-family: "Open Sans";
    font-weight: 200;
    font-size: 60px;
    line-height: normal;
    color: #ffffff;
    font-weight: light !important;
}

.msp-cn-165-28 {
    font-family: "Open Sans";
    font-weight: 200;
    font-size: 50px;
    line-height: normal;
    color: #ffffff;
    font-weight: light !important;
}

.msp-cn-165-29 {
    background-color: #72c02c;
    font-weight: normal;
    line-height: normal;
}

.msp-cn-165-30 {
    background-color: #ffffff;
    font-weight: normal;
    line-height: normal;
}

.msp-cn-165-31 {
    background-color: #72c02c;
    font-weight: normal;
    line-height: normal;
}

.msp-cn-h1 {
    font-family: "IBM Plex Sans Condensed";
    font-weight: 200;
    font-size: 60px;
    line-height: normal;
    color: #ffffff;
    font-weight: light !important;
}

.msp-cn-h2 {
    font-family: "IBM Plex Sans Condensed";
    font-weight: 200;
    font-size: 40px;
    line-height: normal;
    color: #ffffff;
    font-weight: light !important;
}

@media (max-width: 768px) {
  .ms-slide .btn {
    font-size:11px;
    padding:4px 6px;
  }
  
.msp-cn-h1 {
    font-family: "IBM Plex Sans Condensed";
    font-weight: 400;
    font-size: 86px;
    font-weight: normal;
} 

.msp-cn-h2 {
    font-family: "IBM Plex Sans Condensed";
    font-weight: 300;
    font-size: 60px;
    font-weight: normal;
}  
  
  
}

@media (min-width: 768px) {
  .ms-slide .btn {
    font-size:10px;
    padding:4px 6px;
  }
  
 .ms-slide a  { 
 	margin-top: 20px;
 }	
}

@media (min-width: 992px) {
  .ms-slide .btn {
    font-size:14px;
    padding:8px 12px;
  }
}

@media (min-width: 1200px) {
  .ms-slide .btn {
    padding:10px 16px;
    font-size:18px;
  }
}

/*Masterslider END*/


.g-brd-primary-gradient-opacity-v1 {
  -webkit-border-image: -webkit-linear-gradient(290deg, rgba(236, 183, 0, 0.9) 0%, rgba(255, 220, 120, 0.9) 100%);
       -o-border-image: -o-linear-gradient(290deg, rgba(236, 183, 0, 0.9) 0%, rgba(255, 220, 120, 0.9) 100%);
          border-image: linear-gradient(160deg, rgba(236, 183, 0, 0.9) 0%, rgba(255, 220, 120, 0.9) 100%);
  border-image-slice: 1;
}


/*Parallax */

.prlx-bg {
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  min-height: 400px;
  position: relative;
}

.inset-shadow-1 {
  box-shadow: inset 0 10px 10px -8px rgba(0, 0, 0, 0.1);
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.mask.mask-2 {
  background: url(../images/patterns/dark-exa.png);
  opacity: 0.4;
}

/*Parallax END */

/* search */


	.g-top-65--sm {
	  top: 4.0625rem;
	}
	
@media (min-width: 768px){
		.g-top-65--sm {
	  top: 6.4625rem;
	}
	
}

/* search END*/

/* subnav */
/* Scrollbar */

/* Frame */
.frame {

}
.frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
}

.frame ul li {
	float: left;
	height: 100%;
	margin: 0 1px 0 0;
	padding: 0;
	text-align: center;
	cursor: pointer;
}
.frame ul li.active {
	color: #fff;
	background: #a03232;
}

/* Scrollbar */
.scrollbar {
	margin: 0 0 0.8em 0;
	height: 3px;
	background: #ccc;
	line-height: 0;
}
.scrollbar .handle {
	width: 100px;
	height: 100%;
	background: #FFCD19;
	cursor: pointer;
}
.scrollbar .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}

/* search END*/


/*!
* Bootstrap Table of Contents v1.0.1 (http://afeld.github.io/bootstrap-toc/)
* Copyright 2015 Aidan Feldman
* Licensed under MIT (https://github.com/afeld/bootstrap-toc/blob/gh-pages/LICENSE.md) */



#toc {
  position: sticky;
  z-index: 5;
  top: 0px;
  background: #eee;
  overflow-x: hidden;
  padding: 8px 0;
  float: left;
}

nav[data-toggle=toc] .nav>li>a
{
	display: block;
	padding: 4px 20px;
	font-size: 13px;
	font-weight: 500;
	color: #767676;

}
nav[data-toggle=toc] .nav>li>a:focus,nav[data-toggle=toc] .nav>li>a:hover
{
	padding-left: 19px;
	color: #72c02c72c02c;
	text-decoration: none;
	background-color: transparent;
	border-left: 1px solid #72c02c;
}
nav[data-toggle=toc] .nav-link.active,nav[data-toggle=toc] .nav-link.active:focus,nav[data-toggle=toc] .nav-link.active:hover
{
	padding-left: 18px;
	font-weight: 700;
	color: #72c02c;
	background-color: transparent;
	border-left: 2px solid #72c02c;
}
nav[data-toggle=toc] .nav-link+ul
{
	display: none;
	padding-bottom: 10px
}
nav[data-toggle=toc] .nav .nav>li>a
{
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 30px;
	font-size: 12px;
	font-weight: 400
}
nav[data-toggle=toc] .nav .nav>li>a:focus,nav[data-toggle=toc] .nav .nav>li>a:hover
{
	padding-left: 29px
}
nav[data-toggle=toc] .nav .nav>li>.active,nav[data-toggle=toc] .nav .nav>li>.active:focus,nav[data-toggle=toc] .nav .nav>li>.active:hover
{
	padding-left: 28px;
	font-weight: 500
}
nav[data-toggle=toc] .nav-link.active+ul
{
	display: block
}

.inline-nav__wrapper .nav li {
    background-color:#807a73;
    position: relative;
    height:40px;
    color:#fff;
    width:260px;
    -moz-transform: translateX(255px);
    -webkit-transform: translateX(255px);
    -o-transform: translateX(255px);
    -ms-transform: translateX(255px);
    transform: translateX(255px);
    z-index:10;
}

.inline-nav__wrapper .nav li.active,
.inline-nav__wrapper .nav li:hover {
    background-color: var(--color-lightgreen);
}

.inline-nav__wrapper:hover .nav li.active:before {
    width: 0;
    display:block;
    position:absolute;
    content:'';
    height: 0;
    margin-left:-10px;
    border-style: solid;
    border-width: 20px 10px 20px 0;
    border-color: transparent var(--color-lightgreen) transparent transparent;

}
.inline-nav__wrapper .nav li+li {
    margin-top:5px;
}
.inline-nav__wrapper .nav li a {
    color:#fff;
    font-family: var(--font-bold);
}

.inline-nav__wrapper {
    right:0;
    position:absolute;
    top:160px;
    width:275px;
    margin-right: 20px;
    overflow:hidden;
}


.inline-nav__wrapper.affix {
    position:fixed;
    z-index:10;
}
.inline-nav__wrapper .nav {
    float:right;
}


/* --- ANIMATIONS --- */
.inline-nav__wrapper {
    max-width: 300px;
    transition: max-width 0s linear 200ms;
}
.inline-nav__wrapper:hover .nav li {
    transform: translateX(0px);
    cursor: pointer;
    width: 260px;
    height: 40px;
}

.super-sidebar {
	position: fixed; /* added to support older browsers */
	position: sticky;
	top: 0;
	font-family: 'IBM Plex Sans Condensed', sans-serif !important;
	z-index: 6;
}

/* IE9, IE10, IE11 */
@media screen and (min-width:0\0) {
    .super-sidebar {
	   position: relative;
	  top: 50%;
	  transform: translateY(-50%);
	}	
}

.sb-bar {
	position: inherit;
}

.sb-window {
	background-color: #fff;
	padding: 1px;
	width: 100%;
	max-width: 500px;
	min-width: 300px;
	position: absolute;
	display: none;
	z-index:10;
	transform: translateX(0);
}


.sb-window .control-group {
	padding: 1em;
}

.sb-overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  z-index: 20;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(21, 64, 21, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}
.sb-overlay.sb-show  {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}


