@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: #347bbb;
}
h1, h2, h3, h4, h5, h6 {
    font-style: normal;
}
.borders {
    background:#e83f20;
    position:fixed;
    z-index: 1000;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.borders.dark-blue {
    background:#fff;
}
.borders.blue {
    background:#fff;
}
.borders.white {
    background:#fff;
}
#b-top.borders.dark-blue,  #b-bottom.borders.dark-blue {
    height: 15px;
}
#b-left.borders.dark-blue,  #b-right.borders.dark-blue {
    width: 15px;
}
#b-top {
    width: 100%;
    left: 0;
    height: 35px;
    top:0;
}
#b-bottom {
    width: 100%;
    left:0 ;
    height: 35px;
    bottom:0;
}
#b-left {
    width: 35px;
    top: 0;
    height: 100%;
    left: 0;
}
#b-right {
    width: 35px;
    bottom: 0;
    height: 100%;
    right: 0;
}
.single-page .item-title, .blog-page .item-title {
    color: #347bbb;
}
.blog-page > .header .item-title {
    font-style: normal;
}
#gkBg {
    background: #f7f7f7;
    padding: 35px 0;
    overflow-x: hidden;
}
.homepage #gkMainbody {
    display:none;
}
#gkHeader {
    background: transparent;
    min-height: 100px;
    padding: 0;
}
#gkHeaderNav {
    padding: 0;
}
#gkHeaderNav > div {
    max-width: 100%;
    min-height: 150px;
    padding: 0 100px;
}
#gkLogo {
    left: 100px;
    top: 70px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.homepage #gkHeaderMod {
    margin:  0 0 0;
}
#gkLang {
    left: initial;
    top: 35px;
    right: 100px;
    max-width: 225px;
    text-align: right;
    line-height: 20px;
    color: #0e96d4;
}
#gkLang a{
     color:#0e96d4;
}
#gkHeaderNav .gkMainMenu > .gkmenu {
    display: table;
    margin: 50px auto 0;
    padding: 0;
}
#gkLang span {
    font-weight: 900;
    font-size: 40px;
    line-height: 40px;
}
#gkLang p {
    margin: 0;
}
#gkHeaderNav .gkMainMenu .gkmenu.level0 > li::before {
    content:none;   
}
#gkHeaderNav .gkMainMenu .gkmenu > li > a, #gkHeaderNav .gkMainMenu .gkmenu > li > span {
    color: #347bbb;
    font-weight: 900;
}
#gkHeaderNav .gkMainMenu .gkmenu > li {
    letter-spacing: 0;
}
#gkHeaderNav .gkMainMenu {
    text-transform: inherit;
    font-size: 16px;
    display: table;
    width: auto;
    margin: 22px auto 0 !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#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: #e83f20;
}
a:hover, a:active, a:focus {
    color: #e83f20;
}
#gkHeaderNav .gkMainMenu .gkmenu.level0 > li > a.active, #gkHeaderNav .gkMainMenu .gkmenu.level0 > li > span.active {
    border-bottom: none;
    color: #e83f20;
}
#gkHeaderNav .gkMainMenu .gkmenu.level0 > li > a::after, #gkHeaderNav .gkMainMenu .gkmenu.level0 > li > span::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 5px;
    background: #e83f20;
    left: 0;
    bottom: -39px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
#gkHeaderNav .gkMainMenu .gkmenu.level0 > li > a:hover:after, #gkHeaderNav .gkMainMenu .gkmenu.level0 > li > span:hover:after, #gkHeaderNav .gkMainMenu .gkmenu.level0 > li.active > a:after {
    width: 100%;
}
.tp-caption h2, .header-box {
    color: #347bbb;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 100px !important;
    line-height: 80px !important;

}
.tp-fade h2 {
    //background: rgba(0,0,0,0.4);
    padding: 15px;
}

.slotholder::after {
    content: "";
    background: #f7f7f7;
    position: absolute;
    height: 100%;
    width: 30%;
    z-index: 0;
    left: 0;
    top: 0;
}
.tp-caption {
    left: 13% !important;
}
.tp-caption p {
    max-width: 35% !important;
    white-space: normal;
}
.more {
    background: #fff;
    display: table;
    height: 60px;
    line-height: 60px !important;
    padding: 0 70px !important;
    border-radius: 50px;
    box-shadow: 0px 0px 50px rgba(232, 63, 32, 0.2);
    font-weight: 900;
    color: #e83f20 !important;
}
.more:hover {
    box-shadow: 0px 0px 80px rgba(232, 63, 32, 0.1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.tp-caption h2::after, .header-box::after {
    content: "";
    background: #e83f20;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 70px;
    left: -102%;
}
.tp-bullets.simplebullets.square-old .bullet {
    background: #fff;
    margin-right: 5px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected {
    background: #e83f20;
}
.tp-bullets {
    left: 35% !important;
}
.tp-caption a:hover {
    color: #0e96d4;
}
.homepage #gkBottom1, #gkBottom2, #gkBottom3, #gkBottom4, #gkBottom5, #gkBottom6, #gkBottom7, #gkBottom8 #gkBottom9 {
    background: transparent;
    max-width: 100%;
    position: relative;
    z-index: 1;
    overflow: visible;
    padding: 150px 0 0 0;
}
#gkBottom1 {
    background: transparent;
    max-width: 100%;
    position: relative;
    z-index: 1;
    overflow: visible;
    padding:  0 0 0;
}
.header-box {
    left: 13%;
    display: table;
    position: relative;
    margin-bottom: 80px;
}
#gkBottom1 .header-box {
    margin-bottom: 0;
}
.header-box span {
    color: #e83f20;
    font-size: 200px;
}
#gkBottom1 .moduletable {
    max-width: 1230px;
    margin: auto;
}
.box-left {
    width: 50%;
    display: table-cell;
    vertical-align: bottom;
}
.box-right {
    width: 50%;
    display: table-cell;
    padding-left: 100px;
    text-align: left;
    vertical-align: bottom;
}
.nspArt div, .nspArtScroll1, .nspLinkScroll1, .nspMain {
    overflow: visible;
}
.nspArts {
    overflow: visible;
    padding: 0;
}
a {
    color: #e83f20;
}
#gkBottom1 .nspArt {
    display:table;
}
.homepage #gkBottom1::after {
    content: "";
    background: url(../../../images/company.png);
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    background-size: contain;
    z-index: -1;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right;
    display: block;
    padding-top: 100px;
    background-origin: content-box;
    opacity: 0.5;
}
#gkBottom1 .box-right h2 {
    color: #347bbb;
    font-weight: 900;
    font-size: 34px;
    position: relative;
    display: table;
}
#gkBottom1 .box-right h2::after {
    content: "";
    background: #e83f20;
    width: 1000%;
    height: 5px;
    position: absolute;
    bottom: 8px;
    right: -1010%;
}
::-moz-selection {
    background:#fff;
    color:#e83f20;
}
::selection {
    background:#fff;
    color:#e83f20;
}
#gkBottom1 .header-box::after {
    top: 105px;
}
.homepage #gkPageContent {
    padding: 0;
}
.services-box {
    margin: 0 auto 0;
    display: grid;
    width: 100%;
    max-width: 1230px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 50px;
}
.services-box h3 {
    color: #347bbb;
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    padding-right: 50px;
}
.services-box a:nth-child(5) {
    grid-column-start: 2;
}
.services-box a {
    width: 100%;
    display: table;
    float: left;
}
/*.services-box a:nth-child(1), .services-box a:nth-child(5) {
    float: left;
    padding-right: 10%;
}
.services-box a:nth-child(2), .services-box a:nth-child(6) {
    padding: 0 5%;
}
.services-box a:nth-child(3), .services-box a:nth-child(7) {
    padding: 0 5%;
}
.services-box a:nth-child(4), .services-box a:nth-child(8) {
    float: right;
    padding-left: 10%;
}*/
.services {
    height: 280px;
    position: relative;
    margin-bottom: 80px;
    text-align: left;
}
.services-box h3:after {
    content:"";
    background: #e83f20; 
    background: -moz-linear-gradient(left, #e83f20 0%, #2589b9 100%);
    background: -webkit-linear-gradient(left, #e83f20 0%,#2589b9 100%); 
    background: linear-gradient(to right, #e83f20 0%,#2589b9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e83f20', endColorstr='#2589b9',GradientType=1 ); 
    width: 170px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -30px;
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
}
.services-box img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.services-box a:hover img {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
}
.services-box a:hover h3 {
    color: #e83f20;
}
/*#gkHeaderNav.gk-fixed.fix {
    position: fixed;
    background: #fff;
    height: 100px;
    top: 15px;
}
#gkHeaderNav {
    top: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
#gkHeaderNav.gk-fixed.fix #gkLogo {
    top: 30px;
}
#gkHeaderNav.gk-fixed.fix #gkLogo img {
    max-width: 200px;
}
#gkHeaderNav.gk-fixed.fix  .gkMainMenu .gkmenu {
    margin: 0 auto 0;
}
#gkHeaderNav.gk-fixed.fix #gkLang p {
    font-size: 14px;
    line-height: 17px;
}
#gkHeaderNav.gk-fixed.fix #gkLang span {
    font-size: 30px;
    line-height: 30px;
}
#gkHeaderNav.gk-fixed.fix #gkLang {
    top: 17px;
}*/
#gkHeaderNav.gk-fixed-nav {
    background: #fff;
    height: 115px;
    padding: 15px 0 0 0;
    z-index: 100;
    top: 0 !important;
}
#gkHeaderNav.gk-fixed-nav #gkLogo {
    top: 30px;
}
#gkHeaderNav.gk-fixed-nav #gkLogo img {
    max-width: 200px;
}
#gkHeaderNav.gk-fixed-nav .gkMainMenu .gkmenu {
    margin: 0 auto 0;
}
#gkHeaderNav.gk-fixed-nav #gkLang p {
    font-size: 14px;
    line-height: 17px;
}
#gkHeaderNav.gk-fixed-nav #gkLang span {
    font-size: 30px;
    line-height: 30px;
}
#gkHeaderNav.gk-fixed-nav #gkLang {
    top: 17px;
}
.gk-fixed-nav .gkMainMenu > .gkmenu > li > a:hover, .gk-fixed-nav .gkMainMenu > .gkmenu > li > a:active, .gk-fixed-nav .gkMainMenu > .gkmenu > li > a:focus, .gk-fixed-nav .gkMainMenu > .gkmenu > li.active > a {
    color: #e83f20 !important;
}
.gk-fixed-nav .gkMainMenu > .gkmenu > li > a, .gk-fixed-nav .gkMainMenu > .gkmenu > li > span {
    color: #347bbb !important;
}
#gkBottom3 {
    padding: 70px 0 0 0;
}
#nsp-nsp-101, #nsp-nsp-103 ,  #nsp-nsp-106 {
    padding: 0 35px;
    display: table;
}
#gkBottom3 .more, #gkBottom4 .more {
    margin: 0 auto 50px;
    display: table;
} 
#gkBottom3 .nspArts, #gkBottom4 .nspArts {
    margin-bottom: 40px;
}
#gkBottom4 {
    padding: 150px  0 0 0;
}
.nspInfo, time {
    color: #3778b9 !important;
    font-size: 22px !important;
    font-weight: 900;
    line-height: 20px;
    padding: 30px 30px 5px  30px !important;
}
#gkBottom4 .nspArt h4.nspHeader, .blog-page .item-list .item-view .item-title {
    font-size: 22px;
    padding: 0 30px;
    font-weight: 900;
}
.nspArt .nspHeader a, .nspLinks ul li h4 a, a.inverse {
    color: #e83f20;
}
.nspArt .nspHeader a:hover, .nspLinks ul li h4 a:hover, a.inverse:hover {
    color: #0994d3;
}
#gkBottom5 {
    max-width: 1230px;
    border-top: 5px solid #e83f20;
    padding-top: 70px;
    margin-top: 50px !important;
}
.footer-col {
    width: 33.333%;
    float: left;
}
.copyright {
    display: table;
    width: 100%;
}
.footer-col:nth-child(3) {
    width:auto;
    float: right;
}
.footer-col:nth-child(2) {
    width: auto;
    position: relative;
    left: 17%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.footer-col li {
    border: none;
    padding: 0;
}
.footer-col li a {
    color:#347bbb;
}
.footer-col li a:hover {
    color:#e83f20;
}
.footer-col h3 {
    color: #e83f20;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
}
.fa-facebook-f {
    font-family: fontawesome;
    font-style: normal;
    font-size: 30px;
}
.copyright a, .copyright p {
    color: #e83f20;
    font-weight: 900;
    display: table-cell;
    vertical-align: bottom;
}
.copyright p {
    font-size: 14px;
    margin: 0;
    padding-left: 20px;
    line-height: 10px;
}
.copyright a {
    padding-right: 20px;
    line-height: 16px;
}
.copyright span {
    width: 1px;
    height: 70px;
    background: #e83f20;
    display: table-cell;
    vertical-align: bottom;
}
.copyright div {
    display: table;
    margin: 50px auto 0;
}
.copyright a:hover {
    color: #3778b9;
}
.blog-page #gkBreadcrumb, #gkBreadcrumb {
    top: 0;
    max-width: 800px;
    margin: 110px auto 0;
    display: table;
    width: 100%;
}
.breadcrumbs li a:hover {
    color: #e83f20;
}
.breadcrumbs {
    border-bottom: none;
}
.blog-page > .header .item-title, .single-page.contact h1 {
    margin: 0;
    font-weight: 900;
    text-align: left;
    font-size: 80px;
    line-height: 80px;
    position: relative;
    color: #347bbb;
    display: table;
}
.contact #gk-content-wrapper h3 {
    display: none;
}
.single-page.contact .component-header {
    max-width: 1230px;
    overflow: hidden;
}
.blog-page > .header {
    border-bottom: none;
    margin: auto;
    max-width: 800px;
    padding: 0;
}
#gkMainbody {
    margin-bottom: 0;
}
.blog-page > .header .item-title::after, .single-page.contact h1::after  {
    content: "";
    background: #e83f20;
    width: 1000%;
    height: 5px;
    position: absolute;
    bottom: 8px;
    right: -1010%;
}
.tp-caption h2 {
    background: rgba(255,255,255,0.5);
}
.single-page .item-content, .blog-page .item-content {
    max-width: 800px;
    margin: auto;
}
.slider-wrapper.theme-default {
    width: 45%;
    float: left;
}
.works-item {
    width: 100%;
    float: right;
}
.single-page .item-title {
    text-align: left;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 40px;
    margin: 0;
}
.single-page .item-content  {
    max-width: 1200px;
    margin: auto;
}
.single-page #gkBreadcrumb  {
    max-width: 1200px;
    margin: 50px auto 0;
}
.single-page.erga-item #gkBreadcrumb {
    margin: 0 auto 0;
}
.item-body {
    margin: 0;
}
div.itemExtraFields h3 {
    display: none;
}
.itemSubheader h3 {
    border-top: none;
}
.itemExtraFields dt {
    font-weight: 900;
    width: 100%;
    color: #e83f20;
}
.itemExtraFields dd {
    margin: 0;
    padding: 0;
    width: 100%;
}
div.itemExtraFields {
    border-top: 1px solid #e83f20;
}
.item-body ul > li, .list-1 > li, .list-2 > li, .list-3 > li {
    padding: 0 0 0px 20px;
}
.item-body ul li::before {
    top: 7px;
}
.item-body ul > li::before, .list-1 > li::before, .list-2 > li::before, .list-3 > li::before {
    color: #e83f20 !important;
    content: "\f036";
    font-size: 14px;
    top: 3px;
}
.itemExtraFields {
    font-size: 16px;
}
.gk-social-icons > i {
    color: #347bbb;
}
.gk-social-icons:hover > i {
    color: #e83f20;
}
.gk-social-icons > span {
    background: #347bbb;
    border-radius: 0;
}
.gk-social-icons > span > a:active, .gk-social-icons > span > a:focus, .gk-social-icons > span > a:hover {
    color: #e83f20;
}
.gk-social-icons {
    float: left;
}
.single-page .item-body a, .blog-page .item-body a {
    border-bottom: none;
}
.theme-default .nivoSlider {
    box-shadow: none;
}
.theme-default .nivo-controlNav a {
    width: 10px;
    height: 10px;
    background: #347bbb !important;
    border-radius: 50%;
}
.theme-default .nivo-controlNav a.active {
    background: #e83f20 !important;
}
.nivo-caption {
    background: #347bbbcc;
    opacity: 1;
    font-size: 10px;
}
b, strong {
    font-weight: 900;
}
.breadcrumbs > li {
    color: #e83f20;
}
.breadcrumbs li a {
    color: #347bbb;
}
.breadcrumbs li.separator {
    color: #f7f7f7;
    position: relative;
}
.breadcrumbs li.separator::before {
    content: "\f036";
    font-family: fontawesome;
    color: #337bba;
    position: absolute;
    left: 5px;
}
.work-page #gkBottom1 {
    display:none;
}
.contact-us {
    padding: 50px 0;
}
.popover {
    display:none!important;
}
select, textarea, input[type="text"], input[type="password"], input[type="url"], input[type="email"] {
    background: transparent;
    border-style: none none solid;
    border-color: #347bbb;
    border-radius: 0;
    padding: 0;
    color: #347bbb;
    font-weight: 900;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="url"]:focus, input[type="email"]:focus, textarea:focus {
    box-shadow: none;
}
label {
    letter-spacing: 0;
}
.contact-form .button.validate {
    background: #fff;
    display: table;
    height: 60px;
    line-height: 60px !important;
    padding: 0 70px !important;
    border-radius: 50px;
    box-shadow: 0px 0px 50px rgba(232, 63, 32, 0.2);
    font-weight: 900;
    color: #e83f20 !important;
    margin-top: 50px;
}
.contact-form .button.validate:hover {
    box-shadow: 0px 0px 80px rgba(232, 63, 32, 0.1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.single-page.contact {
    max-width: 800px;
}
.contact #gk-content-wrapper > div:first-child {
    padding: 0;
}
.contact #gk-content-wrapper > div {
    padding: 0 ;
    width: 100%;
}
.contact-misc {
    padding-bottom: 50px;
}
.blog-page .item-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap:25px;
}
.blog-page .item-list .cat-item-image {
    margin: auto;
}
time {
    text-align: left;
    float: left;
    width: 100%;
    padding: 10px 0 !important;
    letter-spacing: 0;
    font-weight: 900 !important;
}
.blog-page .item-list .item-view .item-title {
    font-style: normal;
    letter-spacing: 0;
    margin: auto;
    max-width: 100%;
    text-align: left;
    padding: 0 !important;
}
.blog-page .item-list .item-view {
    margin: 0;
}
a.inverse:hover, a.inverse:active, a.inverse:focus {
    color: #0994d3;
}
#k2Container.news, #k2Container.erga-item {
    max-width: 800px;
    margin: 0 auto 0 !important;
}
.single-page.news #gkBreadcrumb {
    max-width: 1200px;
    margin: 0 auto 0;
}
.erga-page #gkPageContent .gkPage {
    max-width: 100%;
    padding: 0 ;
}
.erga .item-list {
    grid-template-columns: 1fr 1fr 1fr;
}
.erga .cat-item-image {
    position: relative;
    overflow: hidden;
}
.blog-page.erga .item-list .item-view .item-title, .erga-front h2 {
    position: absolute;
    top: 50%;
    text-align: center !important;
    padding: 0 50px !important;
    line-height: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    z-index: 100;
    color:#fff;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}
.blog-page.erga .cat-item-image:hover .item-title, .erga-front:hover h2 {
    opacity: 1;
}
.blog-page .item-list .item-view .cat-item-image img, .erga-front img  {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    display: table;
}
.blog-page.erga .cat-item-image:hover img, .erga-front:hover img  {
    transform: scale(1.1); 
}
.blog-page.erga .cat-item-image:before, .erga-front:before {
    content:"";
    background:rgba(51, 123, 186, 0.8);
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.blog-page.erga .cat-item-image:hover:before, .erga-front:hover:before  {
    opacity: 1;
}
.erga-front {
    position: relative;
    overflow: hidden;
    display: table;
}
.homepage .nspCol3 {
    overflow: hidden;
}
.erga-front h2 {
    font-weight: 900;
    font-size: 22px;
}
.homepage #gkBottom3 .nspArtPage, .homepage #gkBottom3 .moduletable {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
}
.homepage #gkBottom3 .nspCol3 {
    width: 100%;
}
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent {
    box-shadow: none;
}
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > a, #gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li > span {
    color: #347bbb;
}
#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: #e83f20;
}
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent li {
    border-top: 1px solid #347bbb;
}
.itemFullText p:first-of-type {
    font-size: 28px;
    font-weight: 900;
    line-height: 34px;
    text-align: left;
}
#gkPageContent {
    padding:100px  0 0 0;
}
.work-page #gkPageContent {
    padding: 0;
}
.blog-page.erga {
    padding: 0px 70px !important;
}
.mapouter {
    padding: 0 35px;
}
.single-page .item-body .more {
    margin-top: 30px;
}
.osgalery-cat-tabs {
    display: none;
}
.os-cat-tab-images {
    margin: 30px 0;
}
p.os-gallery-img-category {
    display: none !important;
}
[class^=os-gallery-all-in-one-main] .img-block.none-effect .os-gallery-caption, [class^=os-gallery-album-tabs-main] .img-block.none-effect .os-gallery-caption, [class^=os-gallery-tabs-main] .img-block.none-effect .os-gallery-caption {
    height: auto !important;
    display: block;
    bottom: 20px !important;
    top: initial !important;
    left: 20px !important;
    right: 20px !important;
    width: auto !important;
    text-align: left;
    line-height: 18px;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.os-gallery-caption h3 {
    background: #fff;
    display: inline;
    font-size: 14px !important;
    text-shadow: none !important;
    color: #347bbb  !important;
    padding: 0 5px !important;
    text-align: left !important;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.img-block:hover  .os-gallery-caption {
    opacity: 1 !important;
}
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: #347bbb;
}
.os_fancybox-bg {
    background-color: rgba(0, 0, 0, 0.9)!important;
}
.single-page .item-body, .blog-page .item-body {
    text-align: left;
}
.news-page .blog-page .item-list .item-view .cat-item-image img {
    height: 400px !important;
    width: 100%;
    object-fit: cover;
}
.homepage #gkBottom3 .moduletable img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}
.homepage #gkBottom3 .erga-front h2 {
    margin: auto;
    left: 0;
    right: 0;
    display: block;
}
.erga-page #k2Container img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width:1520px) {
    .tp-caption h2, .header-box {
    font-size: 80px!important;
    line-height: 60px !important;
    }
    #gkHeaderNav .gkMainMenu .gkmenu.level0 > li {
    padding: 12px 15px;
    }
    #gkHeaderNav .gkMainMenu {
    left: initial;
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    right: 340px;
    }
    #gkLang span {
    font-size: 30px;
    line-height: 30px;
    }
}

@media screen and (max-width:1340px) {
    #gkLang {
    right: 70px;
    }
    #gkLogo {
    left: 70px;
    }
    #gkLogo img {
    max-width: 250px;
    }
    .services-box {
    max-width: 100%;
    padding: 0 70px;
    }
    .blog-page {
    padding: 0 30px!important;
    }
    #gkBottom1 .moduletable {
    max-width: 100%;
    padding: 0 70px;
    }
    #nsp-nsp-101, #nsp-nsp-103, #nsp-nsp-106 {
    padding: 0 40px;
    }
    #gkBottom5 {
    max-width: 100%;
    border-top: none;
    padding: 0 70px 0 70px;
    }
    #gkBottom5 .content {
    border-top: 5px solid #e83f20;
    padding:  70px 0 0;
    }
    #gkBottom4 .nspArt h4.nspHeader, .blog-page .item-list .item-view .item-title {
    font-size: 18px;
    }
}

@media screen and (max-width:1280px) {
    #gkLang {
    max-width: 100%;
    }
    #gkLang p {
    display: none;
    }
    #gkHeaderNav .gkMainMenu {
    right: 55px;
    }
    .tp-caption {
    left: 10% !important;
    }
    .tp-caption h2, .header-box {
    font-size: 60px!important;
    line-height: 50px !important;
    }
    #gkHeaderNav.gk-fixed-nav #gkLang {
    display: none;
    }
    .services-box a {
    padding: 0 !important;
    text-align: center;
    }
    #gkBottom5 {
    padding-left: 70px!important;
    padding-right: 70px !important;
    }
    .homepage #gkBottom1, #gkBottom2, #gkBottom6, #gkBottom7, #gkBottom8 #gkBottom9 {
    padding: 150px 0 0 0 !important;
    }
    #gkBottom3, #gkBottom4 {
    padding: 70px  0 0 0 !important;    
    }
    .services {
    height: 280px;
    }
    .homepage .nspCol3 {
    padding: 10px !important;
    }
    .homepage #gkBottom3 .nspCol3 {
    padding: 0 !important;
    }
    .homepage #gkBottom3 .moduletable img {
    height: 300px;
    }
    #gkLang, #gkLang a {
    color: #347bbb;
    }
    .blog-page.erga {
    padding: 0px 55px!important;
    }
    .blog-page {
    padding: 0 50px!important;
    }
    .tp-bullets {
    left: initial !important;
    right: 70px;
    }
    #b-right, #b-left {
    width: 20px;
    }
    #b-bottom, #b-top {
    height: 20px;
    }
    .homepage #gkBottom3 .nspArtPage, .blog-page .item-list {
    grid-gap: 20px;
    }
    .mapouter {
    padding: 0 20px;
    }
    #gkBg {
    padding: 20px 0 35px 0;
    }
    .blog-page > .header .item-title, .single-page.contact h1 {
    font-size: 60px;
    line-height: 60px;
    }
}

@media screen and (max-width:1024px) {
    #gkHeaderNav .gkMainMenu > .gkmenu {
    display: none;
    }
    .services-box h3 {
    padding-right: 0;
    }
    #gkMobileMenu {
    left: initial;
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    right: 70px;   
    color: #347bbb;
    top: 55px;
    }
    #gkMobileMenu:active span, #gkMobileMenu:focus span, #gkMobileMenu:hover span {
    color: #e83f20;
    }
    #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: #e83f20;
    }
    #gkHeaderNav > div {
    min-height: 100px;
    }
    #gkLogo {
    top: 25px;
    left: 50px;
    }
    #gkLang {
    top: 20px;
    right: 50px;
    }
    .gk-fixed-nav #gkLogo.text, .gk-fixed-nav #gkMobileMenu span {
    color: #e83f20;
    }
    .gk-fixed-nav #gkMobileMenu {
    top: 25px;
    }
    .gk-fixed-nav #gkMobileMenu i, .gk-fixed-nav #gkMobileMenu i:after, .gk-fixed-nav #gkMobileMenu i:before {
    background: #e83f20;
    }
    .header-box span {
    font-size: 150px;
    }   
    .box-right p {
    display:none;
    }
    .box-right p:first-of-type {
    display:block;
    }
    .box-left {
    padding-top: 50px;
    }
    .services-box img {
    max-width: 100px;
    }
    .services {
    height: 190px;
    }
    .services-box {
    padding: 0 30px;
    }
    #gkHeaderNav.gk-fixed-nav #gkLogo {
    left: 50px;
    }
    #k2Container.news, #k2Container.erga-item {
    max-width: 100%;
    padding: 0 40px;
    }
    #gkBottom5 {
    padding-left: 50px!important;
    padding-right: 50px !important;
    }
    #gkHeaderNav .gkMainMenu + #gkMobileMenu {
    right: 50px;
    }
    .blog-page #gkBreadcrumb, #gkBreadcrumb {
    margin: 50px auto 0;
    }
    .blog-page {
    padding: 0 40px!important;
    }
    .blog-page > .header {
    max-width: 100%;
    }
    .blog-page #gkBreadcrumb, #gkBreadcrumb {
    max-width: 100%;
    }
    .blog-page.erga {
    padding: 0px 40px!important;
    }
    .nspInfo, time {
    font-size: 35px !important;
    }
    #gk-menu-overlay {
    background: #e83f20;
    }
    #gk-menu-overlay-wrap .gkMainMenu a, #gk-menu-overlay-wrap .gkMainMenu span {
    padding: 5px 0;
    font-weight: 900;
    }
    #gk-menu-overlay-wrap .gkMainMenu li, #gk-menu-overlay-wrap .gkMainMenu li li, #gk-menu-overlay-wrap .gkMainMenu li li:first-child {
    border-top: none;
    }
    #gk-menu-overlay-wrap .gkMainMenu li li a {
    padding: 0;
    }
    #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 {
    color: #347bbb;
    }
    #gk-menu-overlay-wrap .gkMainMenu li.active > a, #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: #347bbb;
    }
    #gk-menu-overlay-wrap {
    left: 0;
    margin: 50px auto 0;
    max-width: 80%;
    right: 0;
    }
    .childcontent {
    padding: 0 0 0 30px;
    }
    .single-page .item-info, .blog-page .item-info {
    margin: 0;
    width: 100%;
    }
    .single-page .item-info + .item-body, .blog-page .item-info + .item-body {
    width: 100%;
    }
    .news-page .blog-page .item-list .item-view .cat-item-image img {
    height: 300px !important;
    }
}      

@media screen and (max-width:880px) {
    .homepage #gkBottom3 .nspArtPage, .erga .item-list {
    grid-template-columns: 1fr 1fr;
    }
    .homepage #gkBottom3 .nspArtPage, .homepage #gkBottom3 .moduletable {
    grid-template-columns: 1fr 1fr;
    }
    .services-box {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 50px;
    }
    .homepage .nspCol3 {
    padding: 0!important;
    width: 100%;
    }
    #gkBottom4 .nspArt .nspImageWrapper {
    width: 100%;
    }
    #gkBottom4  .nspCol3 {
    margin-bottom: 50px;
    }
    .single-page.contact {
    max-width: 100%;
    padding: 0 35px;
    }
}

@media screen and (max-width:820px) {
    #gkHeaderNav .gkMainMenu + #gkMobileMenu {
    top: 55px;
    }
    .gk-fixed-nav #gkMobileMenu {
    top: 25px !important;
    }
    .tp-caption p {
    display: none;
    }
    .tp-caption a {
    font-size: 14px !important;
    }
    .box-right {
    width: 100%;
    display: table;
    padding-left: 0;
    padding-top: 50px;
    }
    .box-left {
    width: 100%;
    display: table;
    }
    #gkBottom1 .moduletable {
    padding: 0 50px;
    }
    .services-box a {
    width: 50%;
    }
    .single-page .header .item-title, .blog-page .header .item-title {
    letter-spacing: 0;
    }
}

@media screen and (max-width:680px) {
    .tp-caption h2, .header-box {
    font-size: 40px!important;
    line-height: 35px !important;
    }
    .header-box span {
    font-size: 100px;
    }
    .services-box {
    grid-template-columns: 1fr 1fr;
    }
    .services-box a:nth-child(5) {
    grid-column-start: unset;
    }
    .homepage #gkBottom1, #gkBottom2, #gkBottom6, #gkBottom7, #gkBottom8 #gkBottom9 {
    padding: 100px 0 0 0 !important;
    }
    .tp-caption h2::after, .header-box::after {
    content: none;
    }
    .tp-caption {
    left: 50px !important;
    }
    .header-box {
    left: 50px;
    margin-bottom: 40px;
    }
    #gkBottom3, #gkBottom4 {
    padding: 50px 0 0 0 !important;
    }
    .homepage #gkBottom3 .nspArtPage, .erga .item-list , .blog-page .item-list {
    grid-template-columns: 1fr;
    }
    .footer-col {
    width: 100% !important;
    text-align: center;
    margin-bottom: 35px;
    }
    .footer-col:nth-child(2) {
    left: initial;
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    }
    #gkLogo img {
    max-width: 200px;
    margin-top: 5px;
    }
    #gkHeaderNav.gk-fixed-nav #gkLogo img {
    margin-top: 0;
    }
    .news-page .blog-page .item-list .item-view .cat-item-image img {
    height: auto !important;
    }
    .homepage #gkBottom3 .moduletable {
    grid-template-columns: 1fr ;
    }
    .homepage #gkBottom3 .moduletable img {
    height: 400px;
    }
}

@media screen and (max-width:580px) {
    #gkLang {
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    }
    fieldset {
    overflow: visible;
    }
    .contact-form .button.validate {
    line-height: 12px !important;
    letter-spacing: 0;
    }
    .nspInfo, time {
    font-size: 20px !important;
    }
    .itemFullText p:first-of-type {
    font-size: 20px;
    line-height: 24px;
    margin: 20px 0;
    }
    .blog-page > .header .item-title, .single-page.contact h1 {
    font-size: 40px;
    line-height: 40px;
    }
    .single-page .item-title {
    font-size: 30px;
    line-height: 30px;
    }
    [class^="os-gallery-tabs-main"] .os-cat-tab-images .img-block {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
    }
}

@media screen and (max-width:480px) {
    #gkLang span {
    font-size: 18px;
    line-height: 18px;
    }
    .homepage #gkBottom3 .moduletable img {
    height: 300px;
    }
    .services-box {
    grid-template-columns: 1fr;
    }
    .services-box a {
    width: 100%;
    }
    #gkLogo img {
    max-width: 150px;
    margin-top: 10px;
    }
    #gkPageContent {
    padding: 50px;
    }
    #gkHeaderNav .gkMainMenu + #gkMobileMenu {
    top: 45px;
    }
    #gkBottom3, #gkBottom4 {
    padding: 00 0 0 !important;
    }
    #b-bottom, #b-top, #b-top.borders.dark-blue, #b-bottom.borders.dark-blue {
    height: 10px;
    }
    #b-right, #b-left, #b-left.borders.dark-blue, #b-right.borders.dark-blue {
    width: 10px;
    }
    .tp-caption h2, .header-box {
    font-size: 20px !important;
    line-height: 20px !important;
    }
    .more {
    height: 40px;
    line-height: 40px !important;
    padding: 0 40px !important;
    }
    .tp-simpleresponsive > ul, .tp-simpleresponsive > ul > li, .tp-simpleresponsive > ul > li::before {
    overflow: visible !important;
    }
    .header-box span {
    font-size: 70px;
    }
    .homepage #gkBottom1, #gkBottom2, #gkBottom6, #gkBottom7, #gkBottom8 #gkBottom9 {
    padding: 50px 0 0 0 !important;
    }
    #gkHeaderNav.gk-fixed-nav #gkLogo img {
    max-width: 150px;
    }
    #gkBottom3 .header-box, #gkBottom4 .header-box {
    left: 40px;
    }
}







































