#gkFooterNavWrap .cf-content.cf-col-16 {
  padding: 0;
}

.rwd-table tr:first-child,
.convertforms .cf-content-wrap {
  background: #f6ffed;
  color: #000000;
  font-weight: 600;
  letter-spacing: 2px;
}
.convertforms .cf-form-wrap {
  background: #f6ffed;
}
.convertforms .cf-label {
  color: #000000;
}
.convertforms .cf-btn{
  background: -webkit-linear-gradient(45deg, #616e18, #193c14, #305214 90%);
  background: -moz-linear-gradient(45deg, #616e18, #193c14, #305214 90%);
  background: -ms-linear-gradient(45deg, #616e18, #193c14, #305214 90%);
  background: -o-linear-gradient(45deg, #616e18, #193c14, #305214 90%);
  background: linear-gradient(45deg, #616e18, #193c14, #305214 90%);
}
.convertforms {
  margin: 0 auto !important;
}
span.cf-btn-text {
  letter-spacing: 2px;
  text-transform: uppercase;
}
.box-container {
  text-align: center;
  width: 100%;
  border: 1px solid #acad65;
  margin: 20px 0;
  padding: 6px 0px 0;
}
.box-iner {
  text-align: center;
  width: 100%;
  margin: 10px 0;
  padding: 5px;
  border: 1px solid #cecfc4;
}
.box-container .box-id {
  background-color: #eee;
  display: block;
  padding: 6px 15px;
  margin-top: 10px;
}
.box-container .box-img {
  position: relative;
}
.box-container .box-price {
  display: inline-block;
  background: rgb(67 83 37 / 85%);
  border-radius: 0px;
  padding: 6px;
  line-height: 1.2;
  margin: 0 auto;
  color: #fff;
  position: absolute;
  top: 0;
  left: 20px;
}
.box-container .box-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}
.box-container .box-heading {
  margin: 10px 0;
}
.box-container h4 {
  margin: 40px 0 10px 0;
}
.box-container .btn-catalog {
  background: -webkit-linear-gradient(45deg, #53603b, #7a9151, #526232 90%));
  background: -moz-linear-gradient(45deg, #3e4248, #181818, #272b34 90%);
  background: -ms-linear-gradient(45deg, #53603b, #7a9151, #526232 90%);
  background: -o-linear-gradient(45deg, #53603b, #7a9151, #526232 90%);
  background: linear-gradient(45deg, #53603b, #7a9151, #526232 90%);
  font-size: 14px;
  position: relative;
  top: 0;
  margin: 10px auto;
  display: block;
  max-width: 180px;
  padding: 10px;
  letter-spacing: 3px;
}
.box-container img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.rwd-table {
  margin: 40px auto;
  min-width: 420px;
  max-width: 100%;
  border-collapse: collapse;
}
.rwd-table tr:first-child {
  border-top: none;
  color: #fff;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f7fcf5;
}
.rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #d2e1cf;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  margin-top: .5em;
}
.rwd-table td:last-child {
  margin-bottom: .5em;
}
td.wert {
  display: inline-grid;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  display: inline-block;
  color: #000;
  position: relative;
  width: 80%;
  text-align: left;
}
.rwd-table th,
.rwd-table td {
  text-align: left;
}
.rwd-table {
  color: #333;
  border-radius: .4em;
  overflow: hidden;
}
.rwd-table tr {
  border-color: #979797;
}
.rwd-table th,
.rwd-table td {
  padding: .5em 1em;
}
.rwd-table th {
  font-weight: 400 !important;
}
@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
  border-top: none;
  }
}
@media screen and (min-width: 600px) {
  .rwd-table tr:hover:not(:first-child) {
  background-color: #fbf8ce;
  }
  .rwd-table td:before {
  display: none;
  }
  .rwd-table th,
  .rwd-table td {
  display: table-cell;
  padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
  padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
  padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
	text-align: center;
  padding: 1em !important;
  }
}
div.mod-languages ul.lang-inline li {
  background: #dfc725;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: inline-block;
  border-radius: 8px;
  min-width: 46px;
}
div.mod-languages a {
  color: #0083b7;
}
div.mod-languages li {
  margin: 0 20px;
}
div.mod-languages ul li.lang-active {
  background: #000000;
}
div.mod-languages ul li.lang-active a {
  color: #ffffff;
}
.mod-craft {
  background: #000000;
  color: #ffffff;
  font-weight: 400;
  padding: 0 30px;
  text-align: center;
  position: relative;
  display: block;
  top: 40px;
  border-radius: 10px;
  line-height: 2.4;
  font-size: 14px;
  letter-spacing: 3px !important;
  text-transform: uppercase;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -ms-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}
a.mod-craft {
   color: #ffffff !important;
}
a.mod-craft:hover,
a.mod-crafta:focus {
  background: #ffffff!important;
  color: #000000!important;
  text-decoration: none;
}
.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 8px;
  position: relative;
  background: #000000;
  display: -ms-grid;
  -ms-grid-columns: 1fr [4];
}
.grid div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 26px;
  min-height: 160px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  background-color: teal;
  background-image: url("/images/craft-opt.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition-property: filter, backdrop-filter, opacity, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-transition-property: opacity, color, -webkit-filter, -webkit-backdrop-filter;
  transition-property: opacity, color, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
}
.grid div:hover {
  color: #fff;
}
.grid div span:first-of-type {
  background: #000000;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 4px 14px 8px 14px;
  border-radius: 5px;
  z-index: 2;
}
.grid div .overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.8));
  backdrop-filter: blur(6px);
  transition-property: opacity;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  z-index: -1;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.8));
  -webkit-backdrop-filter: blur(6px);
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
}
.grid div .shop {
  display: block;
  color: tomato;
  font-size: 0.8rem;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: -25px;
  opacity: 0;
  transition-property: margin-bottom, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ethiopic-halehame-om-et;
  z-index: 2;
  -webkit-transition-property: margin-bottom, opacity;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ethiopic-halehame-om-et;
}
.grid div:hover > .overlay {
  opacity: 1;
}
.grid div:hover {
  filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
}
.grid div:hover > .shop {
  opacity: 1;
  margin-bottom: 0;
}
.grid > div:nth-of-type(1) {
  grid-column: 1/3;
}
.grid > div:nth-of-type(2) {
  grid-column: 3/5;
  grid-row: 1/3;
}
.grid > div:nth-of-type(4) {
  grid-column: 2/3;
  grid-row: 2/5;
}
.gkIsWrapper-gk_stora .gkIsSlide {
  top: 106px;
  width: 1720px;
  position: relative;
  margin: 0 auto;
}
.gkIsWrapper-gk_stora .gkIsPagination {
  bottom: 100px;
}
.gkIsWrapper-gk_stora .gkIsPagination li {
  background: #000000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 20px;
  width: 50px;
}
.#gkIs-gk-is-112.gkIsWrapper-gk_university .gkIsSlide {
  width: 1800px;
}
.gkIsWrapper-gk_university .gkIsSlide {;
  position: relative;
  border-radius: 20px;
  top: 106px;
}
.gkIsWrapper-gk_hotel_tabs {
  top: 0;
}
#gkBottom1 .gk-cols {
  max-width: 1360px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
 #gkSidebar {
  width: 100%;
  text-align: center;
 }
 #gkContent {
    width: 100%;
}
}
@media screen and (max-width: 900px) {
  .grid {
  height: auto;
  grid-template-columns: repeat(2, 1fr);
  }
  .grid div {
  min-height: auto;
  aspect-ratio: 1/1;
  width: 100%;
  }
  .grid > div:nth-of-type(1) {
  grid-column: auto;
  }
  .grid > div:nth-of-type(2) {
  grid-column: auto;
  grid-row: auto;
  }
  .grid > div:nth-of-type(4) {
  grid-column: auto;
  grid-row: auto;
  }
}
@media screen and (max-width: 640px) {
  .grid {
  height: auto;
  grid-template-columns: repeat(1, 1fr);
  }
 }
@media (max-width: 640px) {
  .box-heading.text-uppercase {
  font-size: 15px;
}
  .mod-craft {
  font-size: 13px;
  padding: 0 10px;
  }
  div.mod-languages li {
   margin: 0 10px;
   float: left;
   left: 20px;
   top: 9px;
}
div.mod-languages ul.lang-inline li {
  min-width: 46px;
  }
}
@media (max-width: 410px) {
  .mod-craft {
  font-size: 11px;
  padding: 0 8px;
  }
}
.icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
}
.card-wrapper {
  position: relative;
}
.card-item {
  width: auto;
  height: 360px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.card-item:hover .card-image:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.9) 100%);
}
.card-item:hover .card-image img {
  transform: scale(1.03);
}
.card-item .card-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.card-item .card-image:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.7) 72%, rgba(0, 0, 0, 0.9) 100%);
}
.card-item .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.4s;
}
.card-item .card-content {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  row-gap: 20px;
}
.card-item .card-content .card-tags {
  background: #175808;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 0 8px;
  position: absolute;
  top: 15px;
  left: 5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.card-item .card-content .card-title {
  font-size: 18px !important;
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
}
.card-item .card-content .card-footer {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  font-size: 14px;
  color: #fff;
}
.card-item .card-content .card-footer .card-user {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.card-item .card-content .card-footer .card-user-img {
  width: 36px;
  height: 36px;
  min-width: 36px;
  max-width: 36px;
  overflow: hidden;
  border-radius: 100px;
}
.card-item .card-content .card-footer .card-user-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-item .card-content .card-footer .card-time,
.card-item .card-content .card-footer .card-comment {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.card-item .card-content .card-footer .card-time .icon,
.card-item .card-content .card-footer .card-comment .icon {
  color: #e1a00f;
}
.col-sm-2 .card-item {
  padding: 10px 0;
}
.content-menu {
  margin: 0 0 0px 82px;
}
.exo-menu{
  background: #28842e;
  width: 100%;
  float: left;
  border-radius: 4px;
  list-style: none;
  position:relative;
}
.exo-menu > li {	
  display: inline-block;
  float:left;
}
.exo-menu > li > a{
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
.exo-menu > li > a{
  display:block;
  padding: 10px 30px;
  width: 200px;
  text-align: center;
  height: 50px;
  line-height: 1.8;
  letter-spacing: 2px;
  border-radius: 4px;
}
.mega-menu, .flyout-mega-wrap, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
	position:absolute;
}
.flyout-right>ul{
	left: 100%;
 }
.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover {
  background: #28842e;
  color:#fff;
  border-radius: 4px;
}
.exo-menu i {
  position: relative;
  color: #fff;
  float: left;
  font-size: 20px;
  margin-right: 14px;
  line-height: 32px !important;
}
li.drop-down>ul{
  left: 0px;
  min-width: 230px;
}
.drop-down-ul{display:none;}
.flyout-right>ul{
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 1px solid #b7b7b7;
  }
li.drop-down>ul>li>a,
.flyout-right ul>li>a {
  background: #ffffff;
  color: #000000;
  display: block;
  padding: 14px 20px;
  text-decoration: none;
  border-bottom: 1px dotted #bfbfbf;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
.flyout-right ul>li>a {
  background-color: #f6ffed;
}
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover +ul,
li.flyout-right a:hover +ul,
.blog-drop-down >a:hover+.Blog,
li.drop-down>a:hover +.drop-down-ul,
.images-drop-down>a:hover +.Images,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover +.flyout-mega-wrap{
	display:block;
}
@media (max-width: 1200px) {
.exo-menu {
  left: -70px;
  top: 16px;
 }
}
@media (max-width: 640px) {
.exo-menu {
  left: -80px;
  top: 20px;
}
.exo-menu i {
  font-size: 14px;
  line-height: 28px !important;
}
.exo-menu > li > a {
  padding: 4px 20px;
  width: 160px;
  height: 40px;
  line-height: 2;
  letter-spacing: 1px;
  font-size: 16px;
}
li.drop-down>ul>li>a, .flyout-right ul>li>a {
  padding: 10px;
  font-size: 16px;
  max-width: 180px;
}
li.drop-down>ul {
  min-width: 180px;
}
}
@media (max-width: 360px) {
 #gkHeader #gkRightMenu {
  min-width: 80px;
 }
}