@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900&subset=greek');

body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #4d4d4d;
    font-size: 18px;
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    color: #4d4d4d;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
#gkHeader {
    background: #fff;
    min-height: 100px;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 100;
    left: 0;
}
#gkHeaderNav {
    padding: 0;
}
#gkHeaderNav > div {
    max-width: 100%;
    min-height: 150px;
    padding: 0 100px;
}
#gkLogo {
    left: 100px;
    top: 20px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.tp-caption h2 {
    color: #fff;
    font-weight: 900;
    font-size: 70px !important;
    line-height: 70px !important;
    margin: 0 !important;
}
.tp-caption h2 span {
    color: #fe0002;
}
.slotholder::after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
}
#gkBg {
    padding: 0 20px;
}
#gkHeaderMod {
    overflow: hidden;
}
#gkHeaderNav .gkMainMenu .gkmenu.level0 > li::before {
    content: none;
}
#gkHeaderNav .gkMainMenu .gkmenu > li > a, #gkHeaderNav .gkMainMenu .gkmenu > li > span {
    color: #4d4d4d;
    font-weight: 900;
}
#gkHeaderNav .gkMainMenu .gkmenu > li {
    font-size: 16px;
}
#gkHeaderNav .gkMainMenu {
    display: table;
    width: auto;
    margin: 70px 0 0 0 !important;
}
#gkHeaderNav .gkMainMenu .gkmenu.level0 > li > a.active, #gkHeaderNav .gkMainMenu .gkmenu.level0 > li > span.active {
    border-bottom: none;
    color: #fe0002;
}
#gkHeaderNav .gkMainMenu .gkmenu > li > a:active, #gkHeaderNav .gkMainMenu .gkmenu > li > a:focus, #gkHeaderNav .gkMainMenu .gkmenu > li > a:hover, #gkHeaderNav .gkMainMenu .gkmenu > li.active > a:active, #gkHeaderNav .gkMainMenu .gkmenu > li.active > a:focus, #gkHeaderNav .gkMainMenu .gkmenu > li.active > a:hover {
    color: #fe0002;
}
#gkHeaderNav .gkMainMenu .gkmenu.level0 > li > a {
    padding: 0;
    position: relative;
}
#gkHeaderNav .gkMainMenu .gkmenu.level0 > li > a::after {
    content: "";
    background: url(../../../images/line.png);
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -25px;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
#gkHeaderNav .gkMainMenu .gkmenu.level0 > li > a:hover:after, #gkHeaderNav .gkMainMenu .gkmenu.level0 > li.active > a::after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}
.tp-bullets.simplebullets.square-old .bullet {
    background: #fff;
    width: 40px;
    height: 10px;
    margin-left: 10px;
}
.tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected {
    background:#2b68d2;
}
.categories {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap:20px;
}
.categories-grid div {
    height: 400px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    background-position: center;
}
.homepage #gkPageContent {
    padding: 0 0 20px 0;
}
#gkTop1, #gkTop2 {
    padding: 20px 0;
}
.categories-grid {
    position: relative;
    overflow: hidden;
}
.categories-grid::after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
}
.categories-grid h3 {
    color: #fff;
    position: absolute;
    z-index: 100;
    bottom: 20px;
    left: 20px;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}
.categories-grid::before {
    content: "";
    background: #fe0002;
    position: absolute;
    width: 200%;
    height: 150px;
    bottom: -23%;
    left: -50%;
    z-index: 100;
    transform: rotate(17deg);
    -webkit-transform: rotate(17deg);
    -o-transform: rotate(17deg);
    -moz-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
}
#gkBottom1, #gkBottom2 {
    max-width: 100%;
    padding: 0 100px;
}
.mod-tittle {
    max-width: 1240px;
    margin: 60px auto 100px;
}
.mod-tittle span {
    color: #fe0002;
}
.mod-tittle h2 {
    font-size: 70px;
    font-weight: 900;
    width: auto;
    display: table;
    position: relative;
}
.mod-tittle h2:after {
    content: "";
    background: url(../../../images/line.png);
    width: 100%;
    height: 47px;
    position: absolute;
    bottom: -55px;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.product-img {
    position: relative;
}
.category-link {
    background: #fe0002;
    position: absolute;
    left: 20px;
    bottom: 0;
    color: #fff;
    padding: 5px 10px;
    z-index: 10;
}
.category-link:hover {
    background: #4d4d4d;
    color: #fff;
}
.product-txt {
    padding: 20px;
    text-align: left;
}
a {
    color: #fe0002;
}
a:hover, a:active, a:focus {
    color: #4d4d4d;
}
.product-txt h3 {
    font-weight: 900;
    font-size: 24px;
    margin: 0 0 10px 0;
}
.product-txt a {
    font-weight: 900;  
}
.product-txt a:hover h3 {
    color: #2b68d2;
}
.product-txt.ideas {
    position: absolute;
}
.product-img.ideas {
    float: right;
    width: 50%;
}
#gkBottom2 .nspArt {
    position: relative;
}
.product-txt.ideas {
    position: absolute;
    width: 60%;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 0;
}
.product-txt.ideas h3 {
    color: #fe0002;
    font-size: 36px;
}
.product-txt.ideas p {
    width: 65%;
}
[class^="fa fa-"], [class*=" fa-"] {
    font-family: fontawesome;
    font-style: normal;
}
#gkBottom7 {
    border-top: 5px solid #fd0100;
    margin-top: 100px !important;
    padding-top: 50px;
}
.footer-col {
    float: left;
}
.footer-col:nth-child(2) {
    position: relative;
    left: 25%;
}
.footer-col:nth-child(3) {
    float: right;
}
.footer-col h4 {
    color: #fd0100;
    font-weight: 900;
    font-size: 24px;
}
.footer-col li {
    border-bottom: none;
    padding: 0;
}
.footer-col li a {
    color: #4d4d4d;
}
.box .footer-col li a:hover {
    color: #fd0100;
}
#gkFooter {
    background: #ffff;
    color: #4d4d4d;
}
#gkCopyrights::before {
    border-top: 5px solid #fd0100;
    margin: 0;
    width: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#gkCopyrights {
    margin: auto;
    padding: 20px 0;
    text-transform: inherit;
    color: #fd0100;
    font-size: 12px;
    font-weight: 900;
}
.social {
    display: table;
    width: 100%;
    text-align: center;
    font-size: 36px;
    padding-top: 50px;
}
#gkFooter a {
    color: #fd0100;
}
#gkFooter a:active, #gkFooter a:focus, #gkFooter a:hover {
    color: #4d4d4d;
}
[class^="fa fa-"], [class*=" fa-"] {
    color: #fd0100;
}
[class^="fa fa-"]:hover, [class*=" fa-"]:hover {
    color: #4d4d4d;
}
select, textarea, input[type="text"], input[type="password"], input[type="url"], input[type="email"] {
    border-style: none none solid;
    border-color: #4d4d4d;
    border-width: 1px;
    border-radius: 0;
    padding: 0;
    box-shadow: none !important;
}
.acymailing_fulldiv tr, .acymailing_fulldiv td {
    padding: 0;
}
.acymailing_module_form .acymailing_introtext  {
    margin-bottom: 20px !important;
}
.button.subbutton {
    background: transparent;
    color: #fd0100 !important;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: inherit;
    font-size: 16px;
    text-align: left !important;
    padding: 0;
    margin: 20px 0 0 0;
    float: left;
}
.button.subbutton:hover {
    background: transparent;
    color: #4d4d4d !important;
}
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent {
    box-shadow: none;
    margin-top: 40px;
    border: 1px solid #fe0002;
    width: 300px !important;
    overflow: visible !important;
}
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li {
    border-top: 1px solid #fe0002;
    font-size: 16px;
}
.childcontent .gkcol {
    width: 100%;
}
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > a:active, #gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > a:focus, #gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > a:hover, #gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > a.active, #gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > span:active, #gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > span:focus, #gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > span:hover, #gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > span.active {
    color: #fe0002;
}
#k2Container {
    padding: 200px 0 0 0;
}
.blog-page #gkBreadcrumb {
    top: 0;
}
.breadcrumbs li a:hover {
    color: #fe0002;
}
.breadcrumbs {
    border-bottom: none;
}
.blog-page > .header {
    border-bottom: 5px solid #fe0002;
    margin: 0 auto 80px auto;
    max-width: 100%;
    padding: 0;
    display: block;
    width: 100%;
}
.blog-page > .header .item-title {
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0;
    margin: 30px 0;
    color: #fe0002;
}
.blog-page .item-list.products, .tag-page .item-list {
    padding:  0 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}
.blog-page .item-list.products .cat-item-image, .tag-page .item-list .cat-item-image{
    margin: auto;
}
.blog-page .item-list.products .item-view .item-title, .tag-page .item-list .item-view .item-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 22px;
    margin: 30px auto 0;
    max-width: 100%;
}
.blog-page .item-list.products .item-view, .tag-page .item-list .item-view {
    margin: 0 0 0 0;
    border: 1px solid;
    padding: 30px;
}
.item-list.products .item-view.blog-view > div, .tag-page .item-list .item-view > div {
    display: table;
    width: 100%;
    position: relative;
    min-height: 400px;
}
.item-list.products .item-view.blog-view > div > div, .tag-page .item-list .item-view > div > div{
    position: absolute;
    top: 35%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.item-list.products .item-view.blog-view > div header, .tag-page .item-list .item-view > div header{
    position: absolute;
    bottom: 0;
    width: 100%;
    left:0;
}
a.inverse:hover, a.inverse:active, a.inverse:focus {
    color: #fe0002;
}
.itemView.single-page {
    max-width: 1240px;
    margin: auto;
}
.single-page > .header {
    padding-bottom: 0;
    width: 45%;
    float: left;
}
.single-page .item-body, .blog-page .item-body {
    text-align: left;
}
div.itemIntroText {
    color: #4d4d4d;
}
hr {
    border-top: 1px solid #4d4d4d;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
.item-body h2 {
    margin-top: 30px;
}
.single-page > .gkPage {
    width: 50%;
    float: right;
}
.single-page .item-title {
    color: #fe0002;
    letter-spacing: 0;
    font-style: normal;
    font-weight: 900;
    line-height: 40px;
    margin: 0 0 20px 0;
    border-bottom: 5px solid #fe0002;
    padding-bottom: 20px;
}
div.itemFullText h3 {
    font-weight: 900;
    font-size: 25px;
    text-align: left;
}
.item-body ul > li, .list-1 > li, .list-2 > li, .list-3 > li {
    padding: 0 0 0 23px;
}
.item-body ul li:before {
    top: 8px;
}
tbody tr td {
    border-bottom: 1px solid #4d4d4d;
}
.gk-social-icons > i {
    color: #4d4d4d;
}
#gkMainbody {
    margin-bottom: 0;
}
#gkPageContent {
    padding: 110px 0 0;
}
.item-body {
    margin: 0;
}
.gk-social-icons:hover > i, .gk-social-icons > span > a:active, .gk-social-icons > span > a:focus, .gk-social-icons > span > a:hover {
    color: #fe0002;
}
.gk-social-icons > span {
    background: #4d4d4d;
    border-radius: 0;
}
.blog-page.article .item-list .item-view .item-title {
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0;
    margin: auto;
    max-width: 100%;
}
.blog-page.article .item-list {
    padding: 0;
}
.blog-page.article .item-list .cat-item-intro-text {
    font-size: 18px;
    margin: 0 auto;
    max-width: 800px;
    text-align: left;
}
#gkHeaderMod iframe {
    margin: 200px auto 0 !important;
    width: 1240px;
    float: none !important;
    display: table;
}
.single-page.contact h1 {
    font-weight: 900;
}
.contact-details {
    display: none;
}
.contact #gk-content-wrapper > div:first-child {
    padding: 0;
    margin: auto;
    float: none;
}
.popover {
    display:none !important;
}
button, .button, input[type="submit"], input[type="button"], .pagenav-prev a, .pagenav-next a, #gkMainbody .readmore > a, .readon, .btn, .btn-border {
    -webkit-appearance: none;
    background: #4d4d4d;
    border-radius: 0;
    font-size: 17px;
    letter-spacing: 0;
    padding: 15px 24px;
    text-transform: inherit;
}
button:active, button:focus, button:hover, .button:active, .button:focus, .button:hover, input[type="submit"]:active, input[type="submit"]:focus, input[type="submit"]:hover, input[type="button"]:active, input[type="button"]:focus, input[type="button"]:hover, .pagenav-prev a:active, .pagenav-prev a:focus, .pagenav-prev a:hover, .pagenav-next a:active, .pagenav-next a:focus, .pagenav-next a:hover, #gkMainbody .readmore > a:active, #gkMainbody .readmore > a:focus, #gkMainbody .readmore > a:hover, .readon:active, .readon:focus, .readon:hover, .btn:active, .btn:focus, .btn:hover, .btn-border:active, .btn-border:focus, .btn-border:hover {
    background: #fd0100;
}
.categories-grid:hover div {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
#gkHeaderNav .gkMainMenu .gkmenu > li .childcontent .childcontent {
    margin-left: 200px;
}
#gkBottom1 .product-img, #gkBottom1 .product-img {
    height: 350px;
    display: block;
    width: 100%;
}
#gkBottom1 .product-img img {
    object-fit: contain;
    width: 100%;
    height: 350px;
    max-width: initial !important;
    display: initial !important;
    object-position: center;
}
.single-page.contact > .gkPage {
    width: 100%;
    float: none;
}
.multiimages .header-wrap > img {
    display:none;
}
.highslide img {
    border: none;
}
.theme-default .nivo-caption {
    display: none !important;
}
.theme-default .nivoSlider {
    box-shadow: none;
}
.prosfores #gkHeader {
    position: relative;
}
.prosfores .slotholder::after {
    content: none;
}
.prosfores .tp-bullets.simplebullets .bullet {
    background: #fe0002;
}
.prosfores .tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected {
    background: #2b68d2;
}
#gkLang {
    left: initial;
    position: absolute;
    top: 20px;
    right: 140px;
}
.search .button {
    text-indent: -9999px;
    background-image: url(../../../images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 40px;
    display: table;
    float: right;
    padding: 10px;
    background-origin: content-box;
}
.search .button:hover {
    background-image: url(../../../images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 10px;
    background-origin: content-box;
}
#gkMainbody .search {
    margin-top: 100px;
}
#gkMainbody .search fieldset.only {
    display: none;
}
dd.result-text, .result-created {
    display: none;
}
.search .ordering-box {
    float: left;
    margin-top: 10px;
}
#searchForm .form-limit {
    float: right;
    margin-top: -39px;
}
.search .search-results {
    margin: 50px 0 0;
}
.espa {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}
.espa p {
    margin: 0;
}
.espa img {
    width: 300px;
}

@media screen and (max-width:1600px) {
    .categories-grid div {
    height: 350px;
    }
}

@media screen and (max-width:1420px) {
    #gkHeaderNav > div {
    padding: 0 50px;
    }
    #gkLogo {
    left: 50px;
    }
    #gkHeaderNav .gkMainMenu .gkmenu {
    padding: 0;
    }
    .gkmenu > li.last {
    padding-right: 0 !important;
    }
    .tp-caption {
    left: 50px !important;
    bottom: 50px !important;
    top: initial !important;
    }
    .tp-bullets {
    right: 50px !important;
    bottom: 50px !important;
    }
    .mod-tittle h2 {
    font-size: 50px;
    }
    #gkBottom1, #gkBottom2 {
    padding: 0 50px;
    }
}

@media screen and (max-width:1280px) {
    #gkLogo img {
    margin: 20px 0 0 0;
    max-width: 200px;
    }
    #gkTop1, #gkTop2, #gkBottom1, #gkBottom2, #gkBottom3, #gkBottom4, #gkBottom5, #gkBottom6, #gkBottom7, #gkBottom8, #gkBottom9, #gkPageContent {
    padding-left: 0 !important;
    padding-right: 0 !important;
    }
    .categories-grid div {
    height: 300px;
    }
    #gkHeaderNav > div {
    padding: 0 20px;
    }
    #gkLogo {
    left: 20px;
    }
    #k2Container {
    padding: 150px 0 0 0;
    }
}

@media screen and (max-width:1140px) {
    #gkHeaderNav .gkMainMenu .gkmenu.level0 > li {
    padding: 12px 15px;
    }
    .tp-caption h2 {
    font-size: 50px !important;
    line-height: 50px !important;
    }
    .categories {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    a.categories-grid:nth-child(5) {
    grid-column-start: 1;
    grid-column-end: 3;
    }
    a.categories-grid:nth-child(9) {
    grid-column-start: 2;
    grid-column-end: 4;
    }
    a.categories-grid:nth-child(5)::before, a.categories-grid:nth-child(9)::before   {
    bottom: -30%;
    height: 170px;   
    }
    .product-txt h3 {
    font-size: 18px;
    }
}

@media screen and (max-width:1024px) {
    #gkHeaderNav .gkMainMenu .gkmenu {
    display: none;
    }
    #gkHeaderNav .gkMainMenu + #gkMobileMenu {
    left: initial;
    right: 20px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    top: 35px;
    }
    #gkHeaderNav > div, #gkHeader {
    min-height: 100px;
    }
    #gkLogo img {
    margin: 0;
    }
    #gkMobileMenu:active span, #gkMobileMenu:focus span, #gkMobileMenu:hover span {
    color: #fe0002;
    }
    #gkMobileMenu:active > i, #gkMobileMenu:active > i:before, #gkMobileMenu:active > i:after, #gkMobileMenu:focus > i, #gkMobileMenu:focus > i:before, #gkMobileMenu:focus > i:after, #gkMobileMenu:hover > i, #gkMobileMenu:hover > i:before, #gkMobileMenu:hover > i:after {
    background: #fe0002;
    }
    .mod-tittle h2 {
    font-size: 40px;
    }
    .mod-tittle  {
    margin: 30px auto 70px;
    }
    #gkBottom1 .nspCol4 {
    width: 50%;
    margin-bottom: 30px;
    }
    #gkBottom1 .product-img img {
    width: 100%;
    height: 350px !important;
    }
    .footer-col:nth-child(2) {
    left: 20%;
    }
    .blog-page .item-list.products .item-view, .tag-page .item-list .item-view {
    padding: 15px;
    }
    .blog-page .item-list.products, .tag-page .item-list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    }
    #gk-menu-overlay {
    background: #fe0002;
    }
    #gk-menu-overlay-wrap .gkMainMenu li li:first-child, #gk-menu-overlay-wrap .gkMainMenu li li, #gk-menu-overlay-wrap .gkMainMenu li {
    border-top: 1px solid #fff;
    }
    #gk-menu-overlay-wrap .gkMainMenu li li {
    border-top: 1px solid rgba(255, 255, 255, 0.5) ;
    }
    #gk-menu-overlay-wrap .gkMainMenu a:active, #gk-menu-overlay-wrap .gkMainMenu a:focus, #gk-menu-overlay-wrap .gkMainMenu a:hover, #gk-menu-overlay-wrap .gkMainMenu span:active, #gk-menu-overlay-wrap .gkMainMenu span:focus, #gk-menu-overlay-wrap .gkMainMenu span:hover , #gk-menu-overlay-wrap #gk-menu-overlay-close:active, #gk-menu-overlay-wrap #gk-menu-overlay-close:focus, #gk-menu-overlay-wrap #gk-menu-overlay-close:hover {
    color: #000;
    }
    #gk-menu-overlay-wrap .gkMainMenu li li a {
    font-weight: 500;
    }
    #gk-menu-overlay-wrap .gkMainMenu a, #gk-menu-overlay-wrap .gkMainMenu span {
    font-weight: 500;
    }
    #gk-menu-overlay-wrap .gkMainMenu li.active > a {
    color: #000;
    }
    .categories {
    grid-template-columns: 1fr 1fr 1fr;
    }
    a.categories-grid:nth-child(5) {
    grid-column-start: 2;
    grid-column-end: 4;
    }
    a.categories-grid:nth-child(9) {
    grid-column-start: 1;
    grid-column-end: 3;
    }
    a.categories-grid:nth-child(5)::before, a.categories-grid:nth-child(9)::before {
    bottom: -35%;
    height: 170px;
    }
    #gkHeaderMod iframe {
    margin: 100px auto 0 !important;
    }
}

@media screen and (max-width:880px) {
    .categories {
    grid-template-columns: 1fr 1fr;
    }
    a.categories-grid:nth-child(5) {
    grid-column-start: 1;
    grid-column-end: 2;
    }
    a.categories-grid:nth-child(9) {
    grid-column-start: 1;
    grid-column-end: 2;
    }
    a.categories-grid:nth-child(5)::before, a.categories-grid:nth-child(9)::before {
    height: 150px;
    bottom: -23%;
    }
    .product-img.ideas {
    float: right;
    width: 100%;
    }
    .product-txt.ideas {
    position: relative;
    width: 100%;
    z-index: 10;
    top: initial;
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    padding: 30px 0 0 0;
    }
    .product-txt.ideas p {
    width: 100%;
    }
    .footer-col:nth-child(2) {
    left: 14%;
    }
    .blog-page .item-list.products, .tag-page .item-list {
    grid-template-columns: 1fr 1fr;
    }
    .item-list.products .item-view.blog-view > div > div, .tag-page .item-list .item-view > div > div {
    position: relative;
    top: initial;
    left: 0;
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    }
    .cat-item-image {
    height: 300px;
    display: block;
    }
    .cat-item-image img {
    height: 300px !important;
    width: auto !important;
    max-width: initial !important;
    object-fit: contain;
    }
    .item-list.products .item-view.blog-view > div header, .tag-page .item-list .item-view > div header {
    position: relative;
    }
    .single-page > .header {
    width: 100%;
    }
    .single-page > .gkPage {
    width: 100%;
    margin-top: 30px !important;
    }
    .blog-page > .header .item-title {
    margin: 0;
    padding-bottom: 10px;
    }
    article.item-view.blog-view.article .cat-item-image {
    height: auto;
    }
    article.item-view.blog-view.article .cat-item-image img {
    height: auto !important;
    width: auto !important;
    }
    .contact #gk-content-wrapper > div {
    width: 100%;
    }
    .contact .component-header {
    max-width: 100%;
    margin: 30px 0 0 0 !important;
    font-size: 20px;
    }
}

@media screen and (max-width:800px) {
    .nspArts, .nspLinksWrap {
    padding: 0;
    }
    .footer-col {
    width: 100%;
    text-align: center;
    left: initial !important;
    margin-bottom: 30px;
    }
    .footer-col p {
    margin: 1em 0 0;
    }
}

@media screen and (max-width:680px) {
    .single-page .item-title {
    line-height: 28px;
    font-size: 24px;
    }
    .blog-page > .header {
    margin: 0 auto 40px auto;
    }
    .blog-page.article .item-list .item-view .item-title {
    font-size: 24px;
    }
    .blog-page .item-list .cat-item-image {
    margin: 20px 0;
    text-align: center;
    }
    .tp-caption h2, .tp-caption h2 span {
    font-size: 35px !important;
    line-height: 40px !important;
    }
    #gkBottom7 {
    margin-top: 30px !important;
    }
    .social {
    padding-top: 0;
    }
    #gk-menu-overlay-wrap {
    margin: auto;
    max-width: 90%;
    left: 0;
    margin: auto;
    float: none;
    right: 0;
    }
}

@media screen and (max-width:580px) {
    .blog-page.article .item-list .item-view .item-title {
    font-size: 18px;
    }
    .categories {
    grid-template-columns: 1fr;
    }
    .categories-grid::before {
    bottom: -30%;
    }
    .blog-page .item-list.products, .tag-page .item-list {
    grid-template-columns: 1fr;
    }
    #gkLang {
    top: 15px;
    right: 15px;
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    }
    #gkHeaderNav .gkMainMenu + #gkMobileMenu {
    top: 55px;
    }
}

@media screen and (max-width:480px) {
    #searchForm .form-limit {
    float: left;
    margin-top: 0;
    }
    .search .search-results {
    margin: 100px 0 0;
    display: table;
    width: 100%;
    }
    .espa img {
    width: calc( 100% - 80px );
    margin: auto;
    display: block;
    }
    .espa {
    right: 0;
    left: 0;
    bottom: 0;
    }
    .homepage #gkBg {
    padding-bottom: 30px;
    }
}





















