@font-face {
    font-family: 'RobotoSlab-Regular';
    src: url('../font/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'),
    url('../font/RobotoSlab-Regular.woff') format('woff'),
    url('../font/RobotoSlab-Regular.ttf') format('truetype'),
    url('../font/RobotoSlab-Regular.svg#RobotoSlab-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoSlab-Bold';
    src: url('../font/RobotoSlab-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/RobotoSlab-Bold.woff') format('woff'),
    url('../font/RobotoSlab-Bold.ttf') format('truetype'),
    url('../font/RobotoSlab-Bold.svg#RobotoSlab-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'RobotoSlab-Light';
  src: url('../font/RobotoSlab-Light.eot?#iefix') format('embedded-opentype'),
  url('../font/RobotoSlab-Light.woff') format('woff'),
  url('../font/RobotoSlab-Light.ttf') format('truetype'),
  url('../font/RobotoSlab-Light.svg#RobotoSlab-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
*, ::after, ::before {
  box-sizing: inherit;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}
body {
  font-family: 'RobotoSlab-Regular';
  color: #222222;
  font-size: 16px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
main {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }
}

button:focus {
  outline: none !important;
  border: none;
}

a,
a:link,
a:visited {
  color: #333333;
  text-decoration: none;
  outline: 0;
}

.page-header,
.page-header > h2,
.page-header > h2 > a,
.content-holder_main .moduletable > h3,
.content-holder_in .blog > h2,
.content-wrapper-main .moduletable .custom > h3 {
  font-size: 30px;
  display: block;
}

.page-header.item-title {
  font-size: 26px;
}
.menu-125 .custom-ul li a h6 {
  font-size: 26px;
  line-height: 1;
  min-height: 52px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.page-header.item-title a {
  display: block;
}
.page-header.item-title a::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

h1 {
  font-size: 30px;
  margin-top: 12px;
  margin-bottom: 12px;
}

h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

h3 {
  font-size: 24px;
  margin-top: 12px;
  margin-bottom: 8px;
}

h4 {
  font-size: 20px;
  margin-top: 12px;
  margin-bottom: 6px;
}

h5 {
  font-size: 18px;
  margin-top: 12px;
  margin-bottom: 4px;
}

h6 {
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 2px;
}

b {
  font-weight: bold;
}

i {
  font-style: italic;
}

a.readon {
  text-decoration: underline;
}

::-moz-selection {
  background: #585858;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #585858;
  color: #fff;
  text-shadow: none;
}

button {
  border: none;
  cursor: pointer;
}

button span.icon-search {
  display: inline-block;
  height: 17px;
  width: 17px;
}

.max_1280 {
  width: 98%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1%;
}

/* <--- Menu */
.logo a {
  display: block;
  position: relative;
  z-index: 9999;
}
header {
  width: 100%;
}
.allbody-main header {
  position: absolute;
  z-index: 1000;
}
.allbody-main main section {
  margin-bottom: 200px;
}
header .main-header .header-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}

.content-wrapper-main .blog-featured .page-header {
  width: 100%;
  display: block;
}

.content-wrapper-main .blog-featured .row-fluid,
.content-holder_in > .mainbody > .blog > .row-fluid {
  position: relative;
}

.content-holder_in > .mainbody > .blog > .row-fluid {
  overflow: hidden;
}

.content-holder_in .nspArts .nspArtPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content-holder_in .nspArts .nspArtPage .nspArt {
  width: 31.33%;
  padding: 0 !important;
  margin: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content-holder_in .nspArts .nspArtPage .nspArt:first-child {
  margin-left: 0;
}

.content-holder_in .nspArts .nspArtPage .nspArt:last-child {
  margin-right: 0;
}

.content-holder_in .nspArts .nspArtPage .nspArt .nspImageWrapper {
  margin: 0 !important;
}

.content-holder_in .nspArts .nspArtPage .nspArt .nspImageWrapper img {
  width: 100%;
  margin: 0 !important;
}
.mainmenu-wrapper {
  position: relative;
  z-index: 99;
}
.mainmenu-wrapper .mainmenu {
  margin: 10px 0;
}

.mainmenu-wrapper .footeradd {
  display: none !important;
}

.mainmenu ul {
  transition-duration: unset;
  -webkit-transition-duration: unset;
  -moz-transition-duration: unset;
  -ms-transition-duration: unset;
  -o-transition-duration: unset;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mainmenu ul[style*="display: block"] {
  display: flex !important;
}
.mainmenu ul li {
  position: relative;
  display: inline-block;
}

.mainmenu ul li a,
.mainmenu ul li span {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  padding: 10px;
  margin-right: 10px;
  position: relative;
  color: white;
  font-size: 21px;
  cursor: pointer;
}
.mainmenu ul li li a {
  color: #333333;
}
.mainmenu ul li a::after,
.mainmenu ul li span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f3f3f3;
  box-shadow: 0px 2px 1.74px 1.26px rgba(1, 1, 1, 0.3);
  opacity: 0;
}
.mainmenu ul li.active a::after,
.mainmenu ul li.active span::after {
  opacity: 1;
}
.mainmenu ul li li a::after,
.mainmenu ul li li span::after {
  display: none;
}
.mainmenu ul li li.active a,
.mainmenu ul li li.active span {
  border-bottom: 1px solid #111111;
}
.mainmenu ul li:hover span {
  opacity: .6;
}

.mainmenu ul li ul {
  position: absolute;
}

.mainmenu ul.menu li ul.nav-child {
  position: absolute;
  z-index: 999;
  background-color: #dddddd;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
}

.mainmenu ul.menu li ul.nav-child li a {
  display: block;
  font-size: 12px;
  margin-right: 0;
}

.mainmenu ul.menu li ul.nav-child li ul.nav-child {
  position: absolute;
  margin: 0;
}

.content-wrapper-main .mainbody {
  display: inline-block;
  margin-bottom: 60px;
}

.content-wrapper-in {
  padding-bottom: 200px;
  min-height: 120px;
  width: 100%;
}

.search-lang-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.search-lang-wrapper .search-wrapper {
  min-width: 613px;
  position: relative;
}

.search-lang-wrapper .search-wrapper .search > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.search-lang-wrapper .search-wrapper .search > form label {
  display: none;
}
.search-lang-wrapper .search-wrapper .search > form button {
  background: url("../images/search.svg") center center no-repeat;
  background-size: 26px 26px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  text-indent: -999999px;
  position: absolute;
  right: 10px;
  left: auto;
  cursor: pointer;
  z-index: 2;
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.search-lang-wrapper .search-wrapper .search > form input {
  position: relative;
  font-size: 14px;
  border: none;
  background-color: #ffffff;
  width: 100%;
  height: 44px;
  text-indent: 10px;
  border-radius: 18px;
  z-index: 1;
  opacity: .8;
  outline: none;
}
.search-lang-wrapper .search-wrapper .search > form input:focus {
  opacity: 1;
}
.search-lang-wrapper .lang-wrapper {
  margin-bottom: 10px;
}

.search-lang-wrapper .lang-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.search-lang-wrapper .lang-wrapper ul li {
  margin: 0 0 0 10px;
}

.search-lang-wrapper .lang-wrapper ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}

.hc-offcanvas-nav > .nav-wrapper > .nav-content {
  height: 92%;
}

.hc-offcanvas-nav .lang-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hc-offcanvas-nav .lang-inline li {
  width: 100%;
}

.hc-offcanvas-nav .lang-inline li a {
  text-align: center;
  border: none !important;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-holder_in .mainbody > .search form .btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-holder_in .mainbody > .search form .btn-toolbar > .btn-group:nth-of-type(1) {
  width: 60%;
}

.content-holder_in .mainbody > .search form .btn-toolbar > .btn-group:nth-of-type(2) {
  width: 20%;
}

.content-holder_in .mainbody > .search form .btn-toolbar #search-searchword {
  border: none;
  background-color: #ffffff;
  padding: 10px;
  width: 100%;
}

.content-holder_in .mainbody > .search form .btn-toolbar button.btn {
  background-color: #333333;
  color: #ffffff;
  margin: 0;
  padding: 10px 30px;
  font-size: 14px;
  text-align: center;
  width: 100%;
}

.content-holder_in .mainbody > .search form .btn-toolbar button.btn span {
  display: none;
}

.content-holder_in .mainbody > .search fieldset {
  margin: 10px;
  padding: 10px;
}

.content-holder_in .mainbody > .search fieldset > div {
  margin: 10px;
}

.content-holder_in .mainbody > .search .phrases-box label,
.content-holder_in .mainbody > .search label.checkbox {
  margin: 0 10px 0 0;
}

.content-holder_in .mainbody > .search label input[type="radio"] {
  margin-right: 5px;
}

.content-holder_in .mainbody > .search .result-title {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #979797;
  font-weight: bold;
}

.content-holder_in .mainbody > .search .result-created {
  text-align: right;
  font-size: 12px;
  font-weight: bold;
}

.chzn-container * {
  transition-duration: unset !important;
  -webkit-transition-duration: unset !important;
  -moz-transition-duration: unset !important;
  -ms-transition-duration: unset !important;
  -o-transition-duration: unset !important;
}

.chzn-container-single .chzn-single {
  background: #fff;
  border-radius: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  min-width: 300px;
}

div.mod-languages img {
  display: none;
}

.content-holder_in {
  width: 100%;
  margin: 0 auto;
}

a.site,
.jwts_slidecontent p a {
  border: 1px solid #4d7519;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  height: 23px;
  margin-top: 20px;
  padding-left: 10px;
  padding-top: 5px;
  text-decoration: none;
  text-shadow: 1px 1px #415d1e;
  width: 130px;
}

a.site:hover,
.jwts_slidecontent p a:hover {
  background-position: 118px center;
}

/*------------------middle fix------------------*/
.hc-offcanvas-nav .nav-wrapper.sub-level-open > .nav-content {
  overflow: hidden;
}

/* To do
.input-group {
    background: white;
    padding: 10px;
    border-radius: 21px;
    input[type="text"] {
        background: transparent;
        border: none;
        width: 600px;
        text-indent: 10px;
    }
}

To do*/
/* Slider Area */
.slideshow-wrapper {
  margin: 0 auto 50px auto;
  position: relative;
}

.slideshow-wrapper .owl-carousel .owl-nav div {
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  background: url("../images/icons/arrow-right.png") center center no-repeat;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  z-index: 99;
  font-size: 0;
  text-indent: -9999999px;
  color: transparent;
}

.slideshow-wrapper .owl-carousel .owl-nav div.owl-prev {
  left: 14%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.slideshow-wrapper .owl-carousel .owl-nav div.owl-next {
  right: 14%;
}

.slideshow-wrapper .owl-carousel .owl-nav div span {
  display: none;
}

/* Custom Area */
.seperator {
  position: relative;
  display: block;
  width: 50px;
  height: 10px;
  background: #5e6329;
}

a.main-btn {
  display: inline-block;
  height: 60px;
  padding: 0 40px;
  line-height: 60px;
  background: #e4e4e4;
  color: #222;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

/* Custom Area */
/* Products Area */
.products {
  position: relative;
  padding: 120px 0;
}

.products .col-md-1 {
  margin: 0 10px;
}

.products .img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  -webkit-box-shadow: 0px 0px 4% 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4% 15px rgba(0, 0, 0, 0.1);
}

.products .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.products .top-products {
  margin-bottom: 100px;
}

.products .content h3 {
  font-size: 50px;
  font-weight: bold;
  color: #222;
  margin-bottom: 20px;
}

.products .content a {
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
}

.products .bottom-products .product-card {
  background: #e4e4e4;
  height: 300px;
}

.products .product-card .product-header {
  height: 220px;
  position: relative;
}

.products .product-card .product-body {
  padding: 10px;
}

.products .product-card .product-body h3 {
  font-size: 15px;
}

.products .product-card .product-body .product-footer span:nth-child(1) {
  float: left;
  font-size: 14px;
}

.products .product-card .product-body .product-footer span:nth-child(2) {
  float: right;
  font-weight: bold;
  color: #5e6329;
  font-size: 13px;
}

.products .product-card .product-header img {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* Products Area */
/* Groups Area */
.groups {
  padding: 120px 0;
}
.groups ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex !important;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1680px;
}
.groups ul li {
  width: 31.33%;
  margin: 1%;
}
.groups ul li a {
  padding: 50px 30px;
  font-size: 27px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(228, 228, 228, 0);
  box-shadow: 0px 0px 14.4px 0.6px rgba(1, 1, 1, 0);
}
.groups ul li a:hover {
  background-color: rgba(228, 228, 228, .4);
  box-shadow: 0px 0px 14.4px 0.6px rgba(1, 1, 1, 0.15);
}
.groups ul li a::before {
  content: "";
  width: 72px;
  height: 72px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 12px;
}
.groups ul li.item-117 a::before{
  background-image: url("../images/groups/1.png");
}
.groups ul li.item-118 a::before{
  background-image: url("../images/groups/2.png");
}
.groups ul li.item-119 a::before{
  background-image: url("../images/groups/3.png");
}
.groups ul li.item-120 a::before{
  background-image: url("../images/groups/4.png");
}
.groups ul li.item-121 a::before{
  background-image: url("../images/groups/5.png");
}
.groups ul li.item-122 a::before{
  background-image: url("../images/groups/6.png");
}
/* Groups Area */
/* References Area */
.references {
  padding: 120px 0;
  background: url("../images/references-bg.jpg") no-repeat center center;
  background-size: cover;
}
.references .container {
  padding: 0;
}
.references .references-img {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 120px;
}

/* References Area */
/* Footer Area */
footer {
  position: relative;
}

footer .map {
  position: relative;
  z-index: 2;
  margin-top: 60px;
  opacity: 0;
  pointer-events: none;
  top: 0;
  width: 100%;
}
footer .map.active-map {
  opacity: 1;
  pointer-events: all;
}
footer .map2 {
  position: absolute;
  width: calc(100% - 30px);
}
footer span.disual {
  position: absolute;
  bottom: -65px;
  left: -52px;
  -webkit-transform-origin: left;
  transform-origin: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
footer .container {
  margin-top: 30px;
  width: calc(100% - 30px);
}
.product .container {
  width: calc(100% - 30px);
}
.product .container .row {
  margin-left: 0;
  margin-right: 0;
}
.menu-100 footer::before,
.menu-115 footer::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 95%;
  height: 600px;
  background: url("../images/footer-bg.jpg") no-repeat center right;
  background-size: cover;
}
footer .footer-content {
  margin-left: -30px;
  margin-top: 60px;
}

footer .footer-content h2 {
  font-weight: bold;
  font-size: 30px;
}

footer .footer-content h2 span {
  display: block;
}

footer .footer-content .footer-contact-list h4 {
  font-size: 23px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

footer .footer-content .footer-contact-list.active h4 {
  color: #5e6329;
}
footer .footer-content .footer-contact-list h4:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 300px;
  height: 1px;
  background: #000;
}
footer .footer-content .footer-contact-list.active h4::before {
  background-color: #5e6329;
}
footer .footer-content .footer-contact-list ul {
  margin: 0;
  padding: 0;
}

footer .footer-content .footer-contact-list ul li {
  list-style: none;
}

footer .footer-content .footer-contact-list ul li a,
footer .footer-content .footer-contact-list ul li span {
  font-size: 15px;
}
footer .footer-content .footer-contact-list.active ul li a,
footer .footer-content .footer-contact-list.active ul li span {
  color: #5e6329;
}
footer .footer-content .social {
  display: inline-block;
  float: right;
}

footer .footer-content .social span {
  line-height: 30px;
  background: #e4e4e4;
  position: relative;
  top: 10px;
  padding: 10px 10px 10px 0;
  left: 0;
}

footer .footer-content .social ul {
  margin: 0;
  padding: 10px 30px;
  border: 1px dashed #000;
}

footer .footer-content .social ul li {
  display: inline-block;
  margin: 5px;
}

footer .footer-copyright {
  position: relative;
  bottom: 0px;
  right: 20px;
  text-align: right;
  width: 350px;
  float: right;
}

footer .footer-copyright img {
  width: 158px;
  height: auto;
  margin-bottom: 20px;
}

footer .footer-copyright p {
  font-size: 14px;
}

/* Footer Area */
#layerslider {
  position: relative;
}

.slideshow-wrapper {
  margin: auto 0;
}

.ls-bottom-nav-wrapper {
  display: none;
}

#layerslider > a {
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  display: npne !important;
  float: none;
  height: 15px;
  margin: 0 auto;
  position: relative;
  width: 60px;
  z-index: 20;
}

.ls-thumbnail-hover {
  display: none !important;
}

.article_seperator {
  border-bottom: 2px solid #333B87;
  display: block;
  height: 2px;
  margin: 0 0 40px;
  width: 100%;
}

#mainslider a.ls-nav-prev,
#mainslider a.ls-nav-next {
  position: absolute;
  display: block !important;
  width: 57px;
  height: 105px;
  top: 130px;
  z-index: 999;
  visibility: visible !important;
  opacity: 0;
}

#mainslider a.ls-nav-prev {
  left: 0;
}

#mainslider a.ls-nav-next {
  right: 0;
}

.allbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  min-height: 100vh;
}

.content-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}

main > .content-wrapper:nth-last-child(1) {
  padding-bottom: 200px;
}

header *,
.content-wrapper-main *,
.content-wrapper-in *,
footer * {
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.pagination {
  background-color: #dddddd;
  display: inline-block;
  margin-top: 30px;
  position: relative;
  width: 100%;
}

.pagination p {
  display: block;
  margin-left: 5px;
  position: absolute;
}

.pagination ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination ul li {
  list-style: none;
  display: inline-block;
  margin: 0 !important;
}

.pagination ul li > * {
  display: block;
  padding: 10px;
  background-color: #cccccc;
  color: #ffffff;
  margin: 2px;
}

.pagination ul li > a {
  background-color: #aaaaaa;
}

.pagination ul li > a:hover {
  background-color: #999999;
}

/*------------------contact fix------------------*/
.contact #slide-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact #slide-contact .accordion-group {
  width: 100%;
}
.contact #slide-contact .accordion-group:nth-of-type(1) {
  width: 100%;
  position: relative;
  padding-bottom: 4%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.contact #slide-contact .accordion-group:nth-of-type(1) .accordion-heading {
  display: none;
}
.contact #slide-contact .accordion-group:nth-of-type(1) #display-form{
  width: 48%;
}
.menu-115 .content-wrapper-in::before {
  content: "";
  position: absolute;
  width: 60%;
  left: 0;
  height: 100%;
  background-color: #e5e5e5;
  z-index: -1;
}
.menu-115 .content-wrapper-in {
  padding-bottom: 0 !important;
  margin-bottom: 100px;
}
.allbody-in .main-header::before {
  display: none;
}
.allbody-in .main-header::after {
  background-color: #222222;
  height: 210px;
  opacity: 1;
}
.allbody-in .main-header {
  min-height: 210px;
}
.contact #slide-contact .accordion-group:nth-of-type(1)::after {
  content: "";
  background: url("../images/contact.png") center center/contain no-repeat;
  width: 48%;
  height: 100%;
}
.contact #slide-contact .map-wrapper {
  width: 100%;
  display: block !important ;
}

.contact #slide-contact .map-wrapper iframe {
  width: 100%;
}

.contact #slide-contact .map-wrapper #display-misc dt {
  display: none;
}

.contact #slide-contact .map-wrapper #display-misc dd {
  margin: 0;
  padding: 0;
}

.contact a.accordion-toggle {
  position: relative;
  font-size: 26px;
  margin-top: 40px;
  display: block;
}

.contact #basic-details {
  opacity: 0;
}

.contact #basic-details.in {
  opacity: 1 !important;
}

.contact #display-form {
  opacity: 0;
}

.contact #display-form.in {
  opacity: 1;
  display: block !important;
}

.contact #basic-details dt {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  margin-bottom: 5px;
}

.contact #basic-details dt span {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact #basic-details dd {
  font-size: 18px;
  margin-left: 0;
}

.contact form {
  width: 100%;
}

.contact fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.contact fieldset legend {
  display: none;
}

.contact fieldset #jform_spacer-lbl {
  font-size: 12px;
  color: #ff0000;
}

.contact input,
.contact textarea {
  border: none;
  background-color: #ffffff;
  padding: 2%;
  width: 96%;
}

.contact input:hover,
.contact textarea:hover {
  background-color: #eeeeee;
}

.contact input:focus,
.contact textarea:focus {
  background-color: #eeeeee;
}

.contact label {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact input#jform_contact_email_copy {
  width: auto;
}

.contact button {
  font-size: 18px;
  text-align: center;
  border: none;
  padding: 10px;
  background-color: #bbbbbb;
  color: #ffffff;
  cursor: pointer;
  width: 50%;
}

.contact button:hover {
  background-color: #cccccc;
}

.contact #contact-form > .control-group .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.content-holder_in .mainbody p a {
  text-decoration: underline;
}
.content-holder_in .mainbody .blog .items-row div div p img {
  width: 100%;
  height: auto;
}
.content-wrapper .mainbody ul {
  list-style: inside;
}

.content-wrapper .mainbody ul li {
  margin: 5px 0;
}
.cat-children,
.mainbody > .blog,
.content-holder_in .blog .category-desc + .items-leading,
.menu-125 .mainbody > .blog > .category-desc + .items-leading .leading-0,
.menu-125 .custom-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu-125 .custom-ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.menu-125 .mainbody > .blog > .category-desc + .items-leading .leading-0 {
  width: 100% !important;
  margin: 0 !important;
}
.mainbody > .blog > h2,
.mainbody > .blog > .category-desc {
  width: 100%;
}
.mainbody > .blog > .category-desc > p:nth-of-type(1) img{
  margin: 0 20px 20px 0 !important;
}
.cat-children > div,
.mainbody > .blog .items-row,
.content-holder_in .blog .category-desc + .items-leading > div[itemprop="blogPost"],
.menu-125 .mainbody > .blog > .category-desc + .items-leading .leading-0 > a,
.menu-125 .custom-ul li,
.menu-125 .custom-ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 31.33%;
  margin: 1%;
  position: relative;
}
.menu-125 .custom-ul li {
  margin: 1% !important;
}
.menu-125 .custom-ul li a {
  width: 100%;
}
.content-holder_in .blog .category-desc + .items-leading > div[itemprop="blogPost"] .page-header + * img ,
.content-holder_in .blog .category-desc + .items-leading > div[itemprop="blogPost"] .page-header + img ,
.menu-125 .mainbody > .blog > .category-desc + .items-leading .leading-0 > a img {
  width: 100%;
  height: auto;
  margin: 0 !important;
}
.mainbody > .blog .items-row .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mainbody > .blog .items-row .item > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cat-children > div:nth-of-type(3n+1),
.menu-125 .mainbody > .blog > .category-desc + .items-leading .leading-0 a:nth-of-type(3n+1) {
  margin-left: 0;
}

.cat-children > div:nth-of-type(3n+1),
.mainbody > .blog .items-row:nth-of-type(3n+1),
.menu-125 .mainbody > .blog > .category-desc + .items-leading .leading-0 a:nth-of-type(3n+1) {
  margin-right: 0;
}

.cat-children .category-desc p img,
.menu-125 .custom-ul li a img {
  display: block;
  width: 100%;
  height: auto;
  float: none !important;
  margin: 5px 0 !important;
}

.top-contact-wrapper {
  position: relative;
  z-index: 999;
  background-color: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-header {
  padding: 20px;
}
.main-header .container {
  width: calc(100% - 40px);
}
.allbody-main .main-header::after {
  content: "";
  width: 100%;
  height: 540px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
  opacity: 0.7;
  pointer-events: none;
}
.allbody-in .main-header::after {
  content: "";
  width: 100%;
  background-color: #222222;
  position: absolute;
  left: 0;
  top: 0;
  height: 210px;
  opacity: 1;
  pointer-events: none;
}
.top-contact-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top-contact-holder a {
  color: #ffffff;
  margin: 0 20px;
  font-size: 15px;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 300;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.top-contact-holder a img {
  margin-right: 3px;
}
/*------------------left-menu fix------------------*/
.content-holder_in .left_menu {
  position: relative;
  opacity: 1;
}

.left_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.left_menu > ul,
.left_menu > .gkNspPM {
  margin: 0;
}

.left_menu > ul > li,
.left_menu > .gkNspPM > div {
  margin-bottom: 30px;
}

.left_menu a {
  font-size: 18px;
  display: block;
  text-align: right;
}

.left_menu > ul > li > a {
  margin-bottom: 5px;
}

.left_menu > ul ul {
  padding-right: 10px;
  border-right: 1px solid #7e7e7e;
}

.left_menu > ul ul a {
  font-size: 15px;
  margin-bottom: 5px;
}

.left_menu > ul ul li {
  margin-bottom: 10px;
}

.left_menu > ul ul ul {
  padding-right: 10px;
}

.left_menu > ul ul ul a {
  font-size: 12px;
  margin-bottom: 0;
}

.left_menu > ul ul ul li {
  margin-bottom: 0px;
}

.left_menu > .gkNspPM > div > div > h3 {
  margin: 0;
  padding: 0;
}

/**** Here is the MessageBox ****/
.message-box {
  position: relative;
  width: 100%;
  z-index: 100;
}

.message-box * {
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.message-box a.close {
  cursor: pointer;
  width: 20px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 12px;
  line-height: 48px;
}

.message-box h4 {
  background-color: rgba(0, 0, 0, 0.2);
  float: left;
  margin: 0;
  color: #ffffff;
  width: -o-calc(100% - 24px);
  width: calc(100% - 24px);
}

.message-box .alert {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center;
}

.message-box .alert > div {
  width: -o-calc(100% - 24px);
  width: calc(100% - 24px);
  float: left;
  color: #ffffff;
}

.message-box p {
  margin: 0 auto;
  max-width: 1024px;
}

.message-box .alert > * {
  padding: 12px;
}

.message-box div.alert-error {
  background-color: #A32326;
}

.message-box div.alert-warning {
  background-color: #C5B129;
}

.message-box div.alert-notice {
  background-color: #629B2D;
}

.message-box div.alert-message {
  background-color: #3B759F;
}

.mmenu-li > a {
  position: relative;
  top: auto;
}

.popover,
.tooltip {
  display: none !important;
}
header .lang-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
header .lang-wrapper ul a {
  margin-right: 0;
}
section.news {
  width: 100%;
}
section.news .nspArt {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
section.news .nspArt > div {
  width: 48%;
}
section.news h4.nspHeader {
  font-family: 'RobotoSlab-Bold';
  font-weight: bold;
  font-size: 50px;
  line-height: 1;
  color: #222222;
  width: 100%;
}
section.news .moduletable > h3::before,
section.product .moduletable > h3::before,
section.news h4.nspHeader::before,
section.product .product-tab-wrapper-title h3::before,
section.product .jwts_tabbertab .categories-module > li > ul > li > h5 a::before {
  content: "";
  width: 50px;
  height: 10px;
  background-color: #5e6329;
  display: block;
  line-height: 1;
}
._tr section.product .jwts_tabbertab .categories-module > li > ul > li > h5 a::after {
  content: "Devamını Gör...";
}
._en section.product .jwts_tabbertab .categories-module > li > ul > li > h5 a::after {
  content: "See More...";
}
section.news .readon,
section.product .readon-button,
section.product .jwts_tabbertab .categories-module > li > ul > li > h5 a::after {
  font-family: 'RobotoSlab-Light';
  font-weight: normal;
    padding: 20px 50px;
    background-color: rgb(228, 228, 228);
    box-shadow: 0px 3px 5px 0px rgba(1, 1, 1, 0.15);
    color: #222222;
    font-size: 18px;
    text-decoration: none;
}
section.news .readon {
  position: absolute;
  bottom: 0;
}
section.news .owl-carousel .owl-stage-outer {
  width: calc(100% - 340px);
  max-width: 1680px;
  margin: 0 auto;
}
section.product .readon-button,
section.product .jwts_tabbertab .categories-module > li > ul > li > h5 a::after {
  padding: 10px 40px;
}
section.product .jwts_tabbertab .categories-module > li > ul > li > h5 a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
section.news .owl-nav {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
section.news .owl-nav div {
    background-color: rgb(228, 228, 228) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    box-shadow: 0px 0px 14.4px 0.6px rgba(1, 1, 1, 0.1);
    background-size: 50px 94px !important;
    width: 142px;
    height: 100%;
    pointer-events: all;
    font-size: 0;
    text-indent: -9999999px;
    color: transparent;
}
section.news .owl-nav div.owl-prev {
  background-image: url("../images/icons/back.svg");
}
section.news .owl-nav div.owl-next {
  background-image: url("../images/icons/next.svg");
}
section.news .owl-nav div span {
  display: none;
}
section.product .jwts_tabberlive .jwts_tabbernav{
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-flow: row;
  justify-content: center;
  flex-wrap: wrap;
}
section.product ul.jwts_tabbernav li {
  margin: 0 20px !important;
}
section.product ul.jwts_tabbernav li a {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent;
  background-image: none;
  width: 110px;
  text-align: center;
}
section.product ul.jwts_tabbernav li.jwts_tabberactive a,
section.product ul.jwts_tabbernav li a:hover {
  color: #c64934;
  background-image: none;
  background-color: transparent;
}
section.product ul.jwts_tabbernav li a::before {
  content: "";
  position: relative;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
}
section.product ul.jwts_tabbernav li.jwts_tabberactive a::before {
  box-shadow: 0px 0px 14.4px 0.6px rgba(1, 1, 1, 0.25);
}
section.product ul.jwts_tabbernav li:nth-of-type(1) a::before {
  background-image: url("../../../images/kategori/cam-ambalaj.jpg");
}
section.product ul.jwts_tabbernav li:nth-of-type(2) a::before {
  background-image: url("../../../images/kategori/kapak.jpg");
}
section.product ul.jwts_tabbernav li:nth-of-type(3) a::before {
  background-image: url("../../../images/kategori/mantar.jpg");
}
section.product ul.jwts_tabbernav li:nth-of-type(4) a::before {
  background-image: url("../../../images/kategori/kapuson.jpg");
}
section.product ul.jwts_tabbernav li:nth-of-type(5) a::before {
  background-image: url("../../../images/kategori/keramik-ambalaj.jpg");
}
section.product ul.jwts_tabbernav li:nth-of-type(6) a::before {
  background-image: url("../../../images/kategori/onolojik.jpg");
}
section.product ul.jwts_tabbernav li:nth-of-type(7) a::before {
  background-image: url("../../../images/kategori/muhur-etiket.jpg");
}
section.product ul.jwts_tabbernav li:nth-of-type(8) a::before {
  background-image: url("../../../images/kategori/ambalajlama-makineleri.jpg");
}
section.product .jwts_tabberlive .jwts_tabbertab {
  margin: 120px 0 0 0 !important;
  padding: 8px;
  border: none;
  border-radius: 0;
  background: transparent;
}
section.product .jwts_tabbertab ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section.product .jwts_tabbertab .categories-module ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.product .jwts_tabbertab .categories-module p {
  padding: 0;
  margin: 0;
}
section.product .jwts_tabbertab .categories-module h6 {
  width: 100%;
}
section.product .jwts_tabbertab .categories-module h6 a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-left: 0 !important;
  min-height: 52px;
  font-size: 15px;
}
._tr section.product .jwts_tabbertab .categories-module h6 a::after,
._tr section.product .jwts_tabbertab:nth-of-type(1) .custom li a h6::after {
  content: "DETAY";
  text-align: right;
}
._en section.product .jwts_tabbertab .categories-module h6 a::after,
._en section.product .jwts_tabbertab:nth-of-type(1) .custom li a h6::after {
  content: "DETAILS";
  text-align: right;
}
section.product .jwts_tabbertab:nth-of-type(2) .moduletable > .product-tab-wrapper-title,
section.product .jwts_tabbertab:nth-of-type(2) .moduletable > br,
section.product .jwts_tabbertab:nth-of-type(3) .moduletable > .product-tab-wrapper-title,
section.product .jwts_tabbertab:nth-of-type(3) .moduletable > br,
section.product .jwts_tabbertab:nth-of-type(2) .moduletable h4,
section.product .jwts_tabbertab:nth-of-type(3) .moduletable h4 {
  display: none;
}
section.product .jwts_tabbertab:nth-of-type(2) .categories-module > li:nth-of-type(1),
section.product .jwts_tabbertab:nth-of-type(3) .categories-module > li:nth-of-type(1),
section.product .jwts_tabbertab:nth-of-type(2) .categories-module > li:nth-of-type(2) > h4,
section.product .jwts_tabbertab:nth-of-type(3) .categories-module > li:nth-of-type(2) > h4,
section.product .jwts_tabbertab:nth-of-type(2) .categories-module > li:nth-of-type(2) > ul > li,
section.product .jwts_tabbertab:nth-of-type(3) .categories-module > li:nth-of-type(2) > ul > li {
  display: none;
}
section.product .jwts_tabbertab:nth-of-type(2) .product-tab-wrapper-title h3,
section.product .jwts_tabbertab:nth-of-type(3) .product-tab-wrapper-title h3 {
  display: none;
}
section.product .jwts_tabbertab .categories-module > li > ul > li > p{
  display: none;
}
section.product .jwts_tabbertab:nth-of-type(2) .product-tab-wrapper-title {
  display: none;
}
section.product .jwts_tabbertab .moduletable,
section.product .jwts_tabbertab:nth-of-type(2) .categories-module > li:nth-of-type(2) > ul > li:nth-of-type(2),
section.product .jwts_tabbertab:nth-of-type(3) .categories-module > li:nth-of-type(2) > ul > li:nth-of-type(3) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
section.product .product-tab-wrapper-title,
section.product .jwts_tabbertab .categories-module > li > ul > li > h5 {
  width: 24%;
}
section.product .nspMain,
section.product .jwts_tabbertab .categories-module ul ul,
section.product .jwts_tabbertab .custom {
  width: 74%;
}
section.product .owl-carousel .owl-stage {
  padding: 20px 0;
}
section.product .owl-carousel .owl-nav {
  width: calc(25% - 20px);
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
section.product .owl-carousel .owl-nav div {
  background-color: rgb(228, 228, 228) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  box-shadow: 0px 0px 14.4px 0.6px rgba(1, 1, 1, 0.1);
  background-size: 25px 47px !important;
  width: 50px;
  height: 50px;
  font-size: 0;
  text-indent: -9999999px;
  color: transparent;
}
section.product .owl-carousel .owl-nav div.owl-prev {
  background-image: url("../images/icons/back.svg");
}
section.product .owl-carousel .owl-nav div.owl-next {
  background-image: url("../images/icons/next.svg");
}
section.product .owl-carousel .owl-nav div.disabled {
  opacity: 0;
  pointer-events: none;
}
/*
section.product .nspArtPage .nspArt{
  width: 23%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px !important;
  background-color: rgba(228, 228, 228, .9);
  height: 100%;
  margin: 1%;
  box-shadow: 0px 0px 14.4px 0.6px rgba(1, 1, 1, 0.15);
}
*/
section.product .jwts_tabbertab:nth-of-type(1) .custom li,
section.product .jwts_tabbertab ul ul ul li,
section.product .nspArtPage .nspArt {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px !important;
  background-color: rgba(228, 228, 228, .9);
  height: 100%;
  box-shadow: 0px 0px 14.4px 0.6px rgba(1, 1, 1, 0.15);
  width: calc(25% - 40px);
  margin: 10px;
}
section.product .jwts_tabbertab:nth-of-type(1) .custom li a {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
section.product .jwts_tabbertab:nth-of-type(1) .custom li a h6 {
  font-size: 15px;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  min-height: 52px;
}
section.product .jwts_tabbertab:nth-of-type(1) .custom li a p {
  margin: 0;
  padding: 0;
}
section.product .jwts_tabbertab ul ul ul li p:nth-of-type(n+2) {
  display: none;
}
section.product .jwts_tabbertab ul ul ul li p:nth-of-type(n+2) + ul {
  display: none;
}
section.product .jwts_tabbertab ul ul ul li p img,
section.product .jwts_tabbertab:nth-of-type(1) ul li p img,
section.product .jwts_tabbertab:nth-of-type(1) .custom li img {
  width: 100%;
  height: auto;
  margin: 0 !important;
}
section.product .nspArtPage .nspArt,
section.product .jwts_tabbertab ul ul ul li {
  background-color: rgba(228, 228, 228, 1);
}
section.product .nspArtPage .nspArt a.nspImageWrapper {
  font-size: 15px;
  width: 100%;
  margin: 0 !important;
}
section.product .nspArtPage .nspArt a.nspImageWrapper img,
section.product .jwts_tabbertab:nth-of-type(1) .custom li img {
  width: 100% !important;
  height: auto !important;
}
section.product .jwts_tabbertab:nth-of-type(1) .custom li img {
  margin: 0 !important;
}
section.news .moduletable > h3,
section.product .moduletable > h3,
section.product .product-tab-wrapper-title h3,
section.product .jwts_tabbertab .categories-module > li > ul > li > h5 a {
  font-size: 50px;
  font-weight: bold;
  color: #222;
  margin-bottom: 20px;
}
section.news .moduletable > h3 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
section.product .nspArtPage .nspArt h4 {
  margin-bottom: 0;
  margin-top: 12px;
}
section.product .nspArtPage .nspArt h4 a {
  font-size: 15px;
  display: block;
}
section.product .product-li-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 64px;
}
section.product a.readon,
section.product .jwts_tabbertab .categories-module h6 a::after,
section.product .jwts_tabbertab:nth-of-type(1) .custom li a h6::after {
  font-weight: bold;
  color: #5e6329;
  font-size: 13px;
  text-decoration: none;
  margin-left: 10px;
}
section.product a.readon {
  margin-left: auto;
  text-align: right;
}
.content-holder_in .blog .category-desc + .cat-children p,
.content-holder_in .blog .category-desc + .cat-children ul {
  font-size: 0;
  color: transparent;
}
.contact .map-wrapper dt {
  display: none;
}
.contact #slide-contact .accordion-group:nth-of-type(2) .accordion-heading{
    display: none;
}
.product-images-wrapper {
  width: 600px;
  max-width: 100%;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.product-images-wrapper .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-images-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-images-wrapper .owl-stage img {
  width: auto !important;
  height: auto;
  max-height: 410px;
  max-width: 100%;
}
.product-images-wrapper .owl-carousel .owl-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.product-images-wrapper .owl-carousel .owl-thumbs .owl-thumb-item {
  display: block;
  background: transparent;
  max-height: 90px;
  width: 19%;
  padding: 3px 10px;
  outline: none;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}
.product-images-wrapper .owl-carousel .owl-thumbs .owl-thumb-item.active {
  border-color: #ccc;
}
.product-images-wrapper .owl-carousel .owl-thumbs .owl-thumb-item img {
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  max-height: 410px;
  margin: 0 20px 20px 0;
}
.product-images-wrapper .owl-carousel .owl-item {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
font {
  display: none;
}
.content-holder_in_left_menuless .contentpane iframe#blockrandom {

}
.content-holder_in .sectors {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.content-holder_in .sectors p {
  margin: 20px;
  padding: 0;
}
.content-holder_in .sectors p a {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent;
  background-image: none;
  width: 110px;
  text-align: center;
  text-decoration: none;
}
.content-holder_in .sectors p a:hover {
  color: #c64934;
}
.content-holder_in .sectors p a::before {
  content: "";
  position: relative;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
}
.content-holder_in .sectors p a.s-cam::before {
  background-image: url("../../../images/kategori/cam-ambalaj.jpg");
}
.content-holder_in .sectors p a.s-kapak::before {
  background-image: url("../../../images/kategori/kapak.jpg");
}
.content-holder_in .sectors p a.s-mantar::before {
  background-image: url("../../../images/kategori/mantar.jpg");
}
.content-holder_in .sectors p a.s-kapuson::before {
  background-image: url("../../../images/kategori/kapuson.jpg");
}
.content-holder_in .sectors p a.s-muhur::before {
  background-image: url("../../../images/kategori/muhur-etiket.jpg");
}
.content-holder_in .sectors p a.s-keramik::before {
  background-image: url("../../../images/kategori/keramik-ambalaj.jpg");
}
.content-holder_in .sectors p a.s-onolojik::before {
  background-image: url("../../../images/kategori/onolojik.jpg");
}
.content-holder_in .sectors p a.s-ambalaj::before {
  background-image: url("../../../images/kategori/ambalajlama-makineleri.jpg");
}
.menu-114 .content-holder_in .page-header + div[itemprop="articleBody"] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.menu-114 .content-holder_in .page-header + div[itemprop="articleBody"] p {
  margin: 0;
  padding: 0;
  width: 20%;
}
.menu-114 .content-holder_in .page-header + div[itemprop="articleBody"] p a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.menu-114 .content-holder_in .page-header + div[itemprop="articleBody"] p a img {
  width: calc(100% - 40px);
  margin: 20px !important;
  height: auto;
}
.menu-107.id-40 .blog .items-row,
.menu-107.id-39 .blog .items-row,
.menu-108.id-21 .blog .items-row {
  width: 100%;
  margin: 0;
}
.menu-107.id-40 .blog .items-row .item > .page-header,
.menu-107.id-39 .blog .items-row .item > .page-header,
.menu-108.id-21 .blog .items-row .item > .page-header {
  display: none;
}
.menu-107.id-40 .mainbody > .blog .items-row .item,
.menu-107.id-39 .mainbody > .blog .items-row .item,
.menu-108.id-21 .mainbody > .blog .items-row .item {
  display: block;
}
/*--- Here is the MessageBox ---*/
@media only screen and (min-width: 1920px) {
  .pagination ul li > * {
    display: block;
    padding: 10px;
  }
  .pagination p {
    margin-top: 9px;
  }
}
@media only screen and (max-width: 1680px) {
  section.news h4.nspHeader {
    font-size: 35px;
  }
  section.news .readon {
    padding: 14px 40px;
  }
  section.news .owl-nav div {
    width: 120px;
  }
}
@media only screen and (max-width: 1280px) {
  .mainmenu ul li a,
  .mainmenu ul li span {
    font-size: 19px;
    margin-right: 2px;
  }
  section.news h4.nspHeader {
    font-size: 30px;
  }
  section.news .readon {
    padding: 10px 30px;
    margin-left: -183px;
  }
  section.news .owl-nav div {
    width: 80px;
  }
  section.product .owl-carousel .owl-nav {
    display: flex !important;
    width: calc(33.33% - 20px);
  }
  section.news .owl-carousel .owl-stage-outer {
    width: calc(100% - 200px);
  }
  .content-holder_in .sectors p {
    margin: 10px;
  }
  .menu-114 .content-holder_in .page-header + div[itemprop="articleBody"] p {
    width: 25%;
  }
  section.product .jwts_tabbertab:nth-of-type(1) .custom li,
  section.product .jwts_tabbertab ul ul ul li,
  section.product .nspArtPage .nspArt {
    width: calc(33.33% - 40px);
  }
  section.news .moduletable > h3,
  section.product .moduletable > h3,
  section.product .product-tab-wrapper-title h3,
  section.product .jwts_tabbertab .categories-module > li > ul > li > h5 a {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: 18px;
  }
  .max_1280 {
    padding: 0 2%;
    width: 96%;
  }
  .content-wrapper .mainbody ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    list-style: outside;
  }
  .content-wrapper .mainbody ul li {
    margin: 10px 0;
  }
  .mainmenu ul {
    margin: 18px 0 0;
  }
  .mainmenu ul li {
    padding-left: 8px;
  }
  .mainmenu ul li a {
    font-size: 12px;
  }
  .header-wrapper .header {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .header-wrapper .header .logo,
  .header-wrapper .header .mainmenu {
    margin: 0;
  }
  .mainmenu {
    width: 77% !important;
  }
  .mainmenu ul li span {
    font-size: 10px;
  }
  .mainmenu {
    display: none;
  }
  a.hc-nav-trigger {
    display: block;
    right: 20px;
    top: -50px;
  }
  body > .hc-offcanvas-nav * {
    transition-duration: unset;
    -webkit-transition-duration: unset;
    -moz-transition-duration: unset;
    -ms-transition-duration: unset;
    -o-transition-duration: unset;
  }
  .hc-offcanvas-nav li.nav-close span::before {
    margin-left: -6px;
  }
  .hc-offcanvas-nav.nav-position-right li.nav-back span::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .hc-offcanvas-nav.nav-position-right span.nav-next::before {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
  }
  .hc-nav-trigger span,
  .hc-nav-trigger span::before,
  .hc-nav-trigger span::after {
    background-color: #ffffff;
  }
  .hc-offcanvas-nav .nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hc-offcanvas-nav .nav-container,
  .hc-offcanvas-nav .nav-wrapper,
  .hc-offcanvas-nav ul {
    background-color: #333333;
  }
  .hc-offcanvas-nav h2 {
    color: #ffffff;
  }
  .hc-offcanvas-nav li {
    width: 100%;
  }
  .hc-offcanvas-nav li.nav-close a,
  .hc-offcanvas-nav li.nav-back a,
  .hc-offcanvas-nav a,
  .hc-offcanvas-nav .nav-item,
  .hc-offcanvas-nav a[href]:not([href="#"]) > span.nav-next {
    color: #ffffff;
    border-color: #444444;
  }
  .hc-offcanvas-nav li.nav-close a,
  .hc-offcanvas-nav li.nav-back a {
    background-color: #666666;
  }
  .hc-offcanvas-nav .level-open > a {
    background-color: #A41720;
  }
  .hc-offcanvas-nav:not(.touch-device) a:hover,
  .hc-offcanvas-nav li.nav-close a:hover,
  .hc-offcanvas-nav li.nav-back a:hover {
    background-color: #999999;
  }
  .footeraddsocial {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .mobile-remove {
    display: none !important;
  }
  .pagination {
    margin-bottom: 64px;
  }
  .pagination ul li > * {
    display: block;
    padding: 9px;
  }
  .pagination ul {
    margin: 0 auto;
  }
  .pagination p {
    margin-top: 80px;
  }
  .content-holder_in .mainbody .blog .items-leading div p img,
  .content-holder_in .mainbody .item-page div p img,
  .content-holder_in .mainbody .blog .items-row div div p img {
    width: 100%;
    height: auto;
    margin: 20px 0 !important;
  }
  .pagination ul li.pagination-start,
  .pagination ul li.pagination-prev,
  .pagination ul li.pagination-next,
  .pagination ul li.pagination-end {
    position: absolute;
    top: 34px;
    border: 1px solid #dddddd;
  }
  .pagination ul li.pagination-start > *,
  .pagination ul li.pagination-prev > *,
  .pagination ul li.pagination-next > *,
  .pagination ul li.pagination-end > * {
    padding: 4px 6px;
  }
  .pagination ul li.pagination-start {
    left: 0;
  }
  .pagination ul li.pagination-prev {
    left: 100px;
  }
  .pagination ul li.pagination-next {
    right: 0;
  }
  .pagination ul li.pagination-end {
    right: 100px;
  }
  .content-holder_in .nspArts .nspArtPage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-holder_in .nspArts .nspArtPage .nspArt {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  a.readon {
    text-decoration: none;
    padding: 10px;
    text-align: center;
    background-color: #000000;
    color: #ffffff;
  }
  .cat-children > div,
  .mainbody > .blog .items-row,
  .menu-125 .mainbody > .blog > .category-desc + .items-leading .leading-0 a,
  .menu-125 .custom-ul li {
    width: 100%;
    margin: 10px 0;
  }
  .contact #slide-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact #slide-contact .accordion-group {
    width: 100%;
  }
  .content-holder_in .mainbody > .search form .btn-toolbar #search-searchword,
  .content-holder_in .mainbody > .search form .btn-toolbar button.btn {
    font-size: 16px;
  }
  header .header-wrapper .header-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .nav-item .search-lang-wrapper .search-wrapper {
    min-width: auto;
    width: 100%;
  }
  .header-holder .search-lang,
  .footer-wrapper .social-wrapper {
    display: none !important;
  }
  .footer-wrapper .social-wrapper ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact #slide-contact .accordion-group:nth-of-type(1)::after {
    display: none;
  }
  .contact #slide-contact .accordion-group:nth-of-type(1) #display-form {
    width: 100%;
  }
  .menu-115 .content-wrapper-in::before {
    width: 100%;
  }
  .top-contact-holder .tel,
  .top-contact-holder .mail {
    display: none;
  }
  .slideshow-wrapper .owl-carousel .owl-item img {
    width: 150%;
    height: auto;
  }
  .slideshow-wrapper .owl-carousel .owl-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .allbody-main .slideshow-wrapper {
    height: 100vh;
    overflow: hidden;
  }
  .allbody-main .slideshow-wrapper .owl-carousel{
    transform: scale(2.2);
    transform-origin: top center;
    height: 100vh;
  }
  .allbody-main .owl-nav,
  .allbody-main .owl-dots {
    display: none !important;
  }
  section.product .owl-carousel .owl-nav {
    display: flex !important;
    width: calc(50% - 20px);
  }
  section.news .nspArt {
    flex-direction: column;
  }
  section.news .nspArt > div {
    width: 100%;
  }
  section.news h4.nspHeader {
    font-size: 30px;
  }
  .allbody-main .main-header::after {
    height: 200px;
  }
  section.news .readon {
    position: relative;
    display: block;
    margin-left: 0;
  }
  .allbody-main main section {
    margin-bottom: 50px;
  }
  section.product .col-md-12 {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  section.product ul.jwts_tabbernav li {
    margin-bottom: 20px;
  }
  section.product ul.jwts_tabbernav li a {
    width: 100px;
  }
  section.product ul.jwts_tabbernav li a::before {
    width: 100px;
    height: 100px;
  }
  section.product .jwts_tabberlive .jwts_tabbertab {
    margin-top: 30px !important;
  }
  section.product .jwts_tabbertab .moduletable,
  section.product .jwts_tabbertab:nth-of-type(2) .categories-module > li:nth-of-type(2) > ul > li:nth-of-type(2),
  section.product .jwts_tabbertab:nth-of-type(3) .categories-module > li:nth-of-type(2) > ul > li:nth-of-type(2) {
    flex-direction: column;
  }
  section.product .product-tab-wrapper-title, 
  section.product .jwts_tabbertab .categories-module > li > ul > li > h5 {
    width: 100%;
    margin-bottom: 20px;
  }
  section.product .nspMain,
  section.product .jwts_tabbertab .categories-module ul ul,
  section.product .jwts_tabbertab .custom {
    width: 100%;
  }
  section.product .nspArtPage,
  section.product .jwts_tabbertab .categories-module ul ul {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  section.product a.readon {
    display: none;
  }
  .groups {
    padding: 30px;
  }
  .groups ul {
    flex-direction: column;
  }
  .groups ul li {
    width: 100%;
  }
  .groups ul li a {
    padding: 30px 20px;
  }
  .references .row {
    flex-direction: row;
    width: 100%;
    justify-content: center !important;
    align-items: center !important;
    margin: 0;
  }
  .references .row .col-md-2 {
    width: 31.33%;
    margin: 1%;
    padding: 0;
  }
  .references .references-img img {
    width: 100%;
    height: auto;
    object-fit: scale-down;
  }
  footer .container {
    padding: 0;
  }
  footer .container .row {
    margin: 0;
  }
  .mainbody > .blog > .category-desc img{
    width: 100%;
    height: auto;
  }
  .col-md-5 {
    width: calc(100% - 30px);
  }
  footer .footer-content {
    margin-left: 0;
  }
  .mainbody > .blog .items-row .item > p.readmore {
    display: none;
  }
  footer .footer-copyright {
    width: 90%;
    right: 0px;
    bottom: 0;
    text-align: right;
    position: relative;
  }
  section.news .owl-carousel .owl-stage-outer {
    width: 100%;
  }
  .content-holder_in .sectors {
    width: 100%;
  }
  .content-holder_in .sectors p {
    margin: 20px;
  }
  .menu-114 .content-holder_in .page-header + div[itemprop="articleBody"] p {
    width: 33.33%;
  }
  section.product .jwts_tabbertab:nth-of-type(1) .custom li,
  section.product .jwts_tabbertab ul ul ul li,
  section.product .nspArtPage .nspArt {
    width: calc(50% - 40px);
  }
  section.product .jwts_tabbertab .moduletable,
  section.product .jwts_tabbertab:nth-of-type(2) .categories-module > li:nth-of-type(2) > ul > li:nth-of-type(2),
  section.product .jwts_tabbertab:nth-of-type(3) .categories-module > li:nth-of-type(2) > ul > li:nth-of-type(3) {
    flex-direction: column;
  }
  .product-images-wrapper {
    width: 100%;
  }
  .mainbody > .blog .items-row .item > p {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .menu-114 .content-holder_in .page-header + div[itemprop="articleBody"] p {
    width: 50%;
  }
}