/**
* @package Design ART
* @author Design Art http://www.designart.lt
* @copyright Copyright (c) 2021 UAB GM Consult Group
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
*/


/*** BASIC ***/
body {
	color: #222;
}
a {
    color: #263d5c;
}

/*** FRAME ***/
@media only screen and (max-width: 1024px) {
	.t3-header {
		position: fixed;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.two-blocks-wrapper .block-left {
		margin-top: 0px;
	}
}
@media (min-width: 992px) {
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
}
@media (max-width: 991px) {
	.t3-header {
		background: #222;
	}
	.two-blocks-wrapper .block-left {
		margin-top: 80px;
	}
}

/*** OFF CANVAS ***/
.off-canvas-open .t3-wrapper:after {
    background: rgba(38, 61, 92, 0.8);
}
.t3-module .module-ct .social-list > li > a {
    border-right: 1px solid #333;
    border-top: 1px solid #333;
}
/** Logo **/
#t3-header .logo,
#t3-header .logo-image,
.t3-off-canvas-body .logo,
.t3-off-canvas-body .logo-image {
	display: flex;
}
#t3-header .logo-image a,
.t3-off-canvas-body .logo-image a {
	align-self: center;
}
.t3-off-canvas-body .logo .logo-img {
	display: none;
}
.t3-off-canvas-body .logo .logo-img-sm {
	height: 52px;
	width: auto;
	display: block;
}
/** Menu **/
.t3-off-canvas .t3-off-canvas-body .menu {
    text-align: left;
}
.module-ct > ul.menu, .module-ct .custom > ul.menu, .module-ct > ol.menu, .module-ct .custom > ol.menu {
    padding-left: 0;
    margin-left: 0;
}
.menu,
.menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu > li {
    font-family: 'Karla', sans-serif;
    font-weight: 700;
	position: relative;
}
.t3-off-canvas .t3-off-canvas-body .menu > li > span > a {
    color: #eeeeee;
    display: inline-block;
    padding: 10px 0;
    text-transform: uppercase;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}
.t3-off-canvas .t3-off-canvas-body .menu > li.active > span > a:after {
    width: 2px;
}
.t3-off-canvas .t3-off-canvas-body .menu > li > span > a:after {
    content: "";
    position: absolute;
    left: -20px;
    bottom: 10px;
    top: 10px;
    background: #ffffff;
    height: 20px;
    width: 0;
    -webkit-transition: width 350ms;
    -o-transition: width 350ms;
    transition: width 350ms;
}
.t3-off-canvas .t3-off-canvas-body .menu > li > span > a:hover,
.t3-off-canvas .t3-off-canvas-body .menu > li > span > a:focus {
    background: none;
    color: #ffffff;
}
/*level 2*/
.t3-off-canvas .t3-off-canvas-body .menu > li > ul > li > span >  a {
    color: #999999;
    font-weight: 400;
    padding: 5px 10px;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}
.t3-off-canvas .t3-off-canvas-body .menu > li > ul > li > span > a:hover,
.t3-off-canvas .t3-off-canvas-body .menu > li > ul > li > span > a:focus,
.t3-off-canvas .t3-off-canvas-body .menu > li > ul > li.active > span > a {
    background: none;
    color: #ffffff;
}


/*** HEADER ***/
/** Logo **/
#t3-header .logo,
#t3-header .logo-image {
	justify-content: center;
}
#t3-header .logo .logo-img {
	width: 65px;
	height: auto;
}
@media (max-width: 991px) {
	#t3-off-canvas + div .logo,
	#t3-off-canvas + div + div .logo {
		margin-left: 0px;
	}
	#t3-header .logo .logo-img {
		width: 55px;
	}
	.logo-control .logo-img-sm {
		display: none;
	}
	.logo {
		position: relative;
		width: 20%;
	}
	.head-search .btn-search {
		border-left: none;
		border-right: 1px solid rgba(255, 255, 255, 0.2);
		float: left;
		width: 20%;
	}
	.off-canvas-toggle {
		width: 20%;
	}
}
@media (max-width: 768px) {
	.logo-control .logo-img {
		display: initial;
	}
}

/** Language Switcher **/
.languageSwitcher {
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    background: none;
    color: #ffffff;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.languageSwitcher .inputbox {
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align-last:center;
	background-color: transparent;
    color: #fff;
    border: 0;
	-moz-appearance:none;
    -webkit-appearance:none;
	appearance:none;
	padding: 0;
}
.languageSwitcher .chzn-container {
    font-size: 28px;
	width: 100%!important;
}
.languageSwitcher .chzn-container-single .chzn-single {
    padding: 0;
    height: auto;
    border: none;
    border-radius: 0px;
    background-color: transparent;
    background: none;
    background-clip: inherit;
    box-shadow: none;
    color: #fff;
    line-height: 24px;
}
.languageSwitcher .chzn-container-single .chzn-single,
.languageSwitcher .chzn-container-multi .chzn-choices .search-field input,
.languageSwitcher .chzn-container-single .chzn-search input {
    height: 80px;
    line-height: 80px;
}
.languageSwitcher .chzn-container-single .chzn-single span {
    margin-right: 0px;
}
.languageSwitcher .chzn-container-single .chzn-single div {
    display: none;
}
/*dropdown*/
.languageSwitcher .chzn-container.chzn-with-drop .chzn-drop {
    left: 80px;
}
.languageSwitcher .chzn-container-single .chzn-drop {
    margin-top: 0px;
    border-radius: 0px;
}
.languageSwitcher .chzn-container .chzn-drop {
	top: -2px;
    width: 80px;
    height: 79px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background: none;
    box-shadow: none;
    border-left: none;
}
.languageSwitcher .chzn-container .chzn-results {
    color: #fff;
    margin: 0px;
    padding: 0px;
    max-height: 80px;
    overflow: hidden;
	height: 80px;
}
.languageSwitcher li.result-selected {
	display: none!important;
}
.languageSwitcher .chzn-container .chzn-results li {
    padding: 0px;
    line-height: 80px;
}
.chzn-container .chzn-results li.highlighted {
    background-color: #263d5c;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #262d5c), color-stop(90%, #263d5c));
    background-image: -webkit-linear-gradient(#262d5c 20%, #263d5c 90%);
    background-image: -moz-linear-gradient(#262d5c 20%, #263d5c 90%);
    background-image: -o-linear-gradient(#262d5c 20%, #263d5c 90%);
    background-image: linear-gradient(#262d5c 20%, #263d5c 90%);
}
@media (max-width: 991px) {
	.languageSwitcher {
		border-bottom: none;
		float: left;
		width: 20%;
	}
	.languageSwitcher .inputbox {
		width: 100%;
	}
	.languageSwitcher .chzn-container.chzn-with-drop .chzn-drop {
		left: -1px;
	}
	.languageSwitcher .chzn-container .chzn-drop {
		top: 79px;
		height: 80px;
		border-top: none;
	}
}

/** Social **/
.socialHeader {
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    background: none;
    color: #ffffff;
    font-size: 30px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.socialHeader .fa-linkedin:before {
    color: #ffffff;
}
@media (max-width: 991px) {
	.socialHeader {
		width: 20%;
		float: left;
		border-bottom: none;
		border-left: 1px solid rgba(255, 255, 255, 0.2);
		font-size: 15px;
	}
}


/*** LANDING PAGE ***/
/** Intro **/
.itemid-101 #t3-mainbody,
.itemid-157 #t3-mainbody {
	display: none;
}
.cta-intro p {
	margin-bottom: 50px;
	font-size: 16px;
	color: #fff
}

/** Slider **/
.fullwidthbanner-container,
.fullwidthabanner {
	height: 100vh!important;
}
@media only screen and (min-width: 413px) and (max-width: 991px) {
	.fullwidthbanner-container,
	.fullwidthabanner {
		height: 60vh!important;
	}
	.tp-caption.gmc, .gmc {
		max-width: 768px!important;
		padding: 0 50px!important;
	}
}
@media only screen and (min-width: 992px) {
	.tp-caption.gmc, .gmc {
		padding: 0 100px!important;
	}
}
.slide-content .cta-heading {
    font-size: 54px!important;
    color: #ffffff!important;
    font-weight: 700!important;
    line-height: 1.1!important;
    margin: 0 auto 60px!important;
    font-family: sans-serif!important;
    max-width: 640px!important;
}
.slide-content .cta-intro p {
    margin-bottom: 50px!important;
    font-size: 16px!important;
    color: #fff!important;
}
@media only screen and (max-width: 768px) {
	.slide-content .cta-heading {
		font-size: 40px!important;
	}
	.slide-content .cta-intro p {
		font-size: 14px!important;
	}
}
@media only screen and (max-width: 414px) {
	.slide-content .cta-intro p {
		display: none;
	}
}

/** Products block **/
.style-light .feature-title {
	color: #222;
}
/*popup*/
.eb-inst .eb-header {
    font-size: 2.5em;
    font-weight: 600;
}
.eb-inst .eb-content {
    text-align: justify;
}
.popupLogos {
    display: flex;
    justify-content: center;
}
.popupLogos img {
    align-self: flex-end;
}
.blueBox a {
	color: #999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	text-transform: uppercase;
}
.blueBox a:hover {
	color: #ccc;
}
/*popup icons*/
.rstbox-container .iconsWrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.rstbox-container .iconsWrapper div {
	width: 20%;
	padding-top: 120px;
	background-size: 50%;
	background-position: center 30px;
    text-align: center;
	font-size: 13px;
    font-family: roboto;
}
.rstbox-container .iconsWrapper div a {
	border-bottom: none;
}
.iconAutomatisation {
	background: url(../../../../images/ico/process-automatisation.svg) no-repeat;
}
.iconOptimisation {
	background: url(../../../../images/ico/process-optimisation.svg) no-repeat;
}
.iconAnalytics {
	background: url(../../../../images/ico/analytics.svg) no-repeat;
}
.iconIT {
	background: url(../../../../images/ico/it.svg) no-repeat;
}
@media (max-width: 991px) {
	.eb-dialog {
		max-width: 100%!important;
		height: 100%!important;
	}
	.popupLogos {
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	.popupLogos img {
		width: 40%;
		margin: 10px;
	}
	.rstbox-container .iconsWrapper div {
		width: 50%;
	}
}

/** Testimonials block **/
.testimonials .features-item-first {
	border-right: 1px solid rgb(238, 238, 238);
}
.testimonials .acm-features.style-1 .features-item:hover .feature-image {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}
.testimonials .acm-features.style-1 .features-item:hover .feature-content {
    -webkit-animation:  none;
    -moz-animation:  none;
    -o-animation:  none;
    animation:  none;
}
.testimonials .feature-image {
	margin-bottom: 15px;
}
.testimonials .feature-desc {
	text-align: justify;
}
.testimonials .readmore {
	float: right;
}
@media (max-width: 768px) {
	.testimonials .acm-features.style-1 .features-item {
		border-right: none;
		padding: 40px 5%!important;
		min-height: 1px!important;
	}
}

/** Career block **/
.career .module-ct {
	height: 300px;
}
.career .module-ct .custom {
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 350px;
	font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
	background-size: cover;
	background-color: #222;
	background-blend-mode: luminosity;
	background-position: center center;
}
.career .btn-flip-wrap {
    width: 200px;
}
.career .module-ct .custom a {
	color: #fff;
}


/*** CONTENT ***/
.block-right {
    z-index: 2;
}
#t3-content.t3-content.col-xs-11.col-sm-8 {
		width: 100%;
	}
.two-blocks-wrapper .block-left {
    background-color: #222;
}
/*
@media (max-width: 768px) {
	#t3-content.t3-content.col-xs-11.col-sm-8 {
		width: 100%;
	}
}
*/
/** Text Sliders **/
.article-content .rl_sliders.accordion>.accordion-group {
    margin-bottom: 10px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.article-content .panel {
    margin-bottom: 20px;
    /*background-color: #f5f5f5;*/
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.article-content .rl_sliders.accordion>.accordion-group .accordion-heading .accordion-toggle {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
	margin: 0;
    padding: 0;
}
.article-content .rl_sliders.accordion>.accordion-group.active>.accordion-heading>a.accordion-toggle,
.article-content .rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle:hover {
    background: #263d5c;
}
.article-content .rl_sliders.accordion>.accordion-group .accordion-heading .collapsed,
.article-content .rl_sliders.accordion>.accordion-group>.accordion-heading>a.collapsed:hover {
    background-color: #555555;
}
.article-content .rl_sliders-toggle-inner {
    color: #ffffff;
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 50px;
    text-indent: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	position: relative;
}
.article-content .rl_sliders.accordion>.accordion-group.icon>.accordion-heading>a.accordion-toggle span.rl_sliders-toggle-inner:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
}
.article-content .rl_sliders.accordion>.accordion-group.icon>.accordion-heading>a.collapsed span.rl_sliders-toggle-inner:before {
	background-color: #484848;
}
.article-content .rl_sliders.accordion>.accordion-group.icon>.accordion-heading>a.accordion-toggle span.rl_sliders-toggle-inner:before {
    content: "\5d";
}
.article-content .rl_sliders.accordion>.accordion-group.icon.active>.accordion-heading>a.accordion-toggle span.rl_sliders-toggle-inner:before {
    content: "\5e";
}
.article-content .rl_sliders.accordion>.accordion-group>.accordion-body>.accordion-inner {
    border: none;
    padding: 40px;
}

/** Articles Category Page **/
.articlesCategory section.article-intro {
	display: none;
}

/** Testimonials **/
.testimonialsPage .article-content img {
    display: initial;
}


/*** BLOG LAYOUT ***/
.blog .article-intro {
    visibility: hidden;
}
.blog .article-intro .item-image {
    margin: 0px;
}
.blog .article-intro img {
    height: 1px;
    width: 100%;
}
.blog .article-intro p {
    visibility: visible;
	margin-top: -30px;
}
@media (max-width: 767px) {
	#t3-content .blog {
		padding-left: 20px;
		padding-right: 20px;
	}
	.items-row .item {
		padding: 20px;
	}
}


/*** CONTACTS ***/
@media (max-width: 768px) {
	#t3-content .full-page {
		margin: 0 60px;
	}
}
.com_contact .jamasthead {
    background-image: url(../../../../../../images/joomlart/hero/map-bgr.jpg);
}
@media (min-width: 1400px) and (min-width: 1680px) {
	.plain-contact .contact-information > .inner {
		padding: 0 50px;
	}
}
.contact-links .linked,
.contact-links .linkedin-,
.com_contact .nav-stacked > li > a:hover,
.com_contact .nav-stacked > li > a:focus {
    background: url(../../../../images/ico/logo_linkedin.svg) no-repeat;
	background-size: 20px;
	background-position: 87% center;
}
.contact .contact-links ul li a {
    padding: 10px 35px 10px 15px !important;
}
.nav-stacked > li > a {
    text-transform: capitalize;
	font-size: 18px;
}

/*** CAREER ***/
.cf-content-text p {
	font-size: 16px;
	color: #222;
	margin: 0 0 10;
}
.cf-content-text h3 {
	font-size: 54px;
	color: #222;
	margin: 60px 0 20px;
	font-weight: bold;
}
.convertforms .cf-control-group {
    padding: 0 15px 30px!important;
}
.convertforms .cf-input {
    border: solid 2px #eaeaea!important;
}
.convertforms [data-type="submit"] .cf-one-third {
    width: auto!important;
}
.cf-btn-text {
	text-transform: uppercase;
	font-weight: 700;
}
.convertforms .cf-btn.cf-btn-style-flat:hover {
    opacity: 1!important;
	background: #222!important;
}
.convertforms .cf-one-third {
    width: auto;
}


/*** FOOTER ***/
.t3-copyright {
    padding: 0px 0 60px;
    color: #999999;
}
.mapFooter {
	margin-bottom: 40px;
}
.t3-footer,
.t3-footnav .t3-module {
    background: #222;
}
.t3-footnav > div + div {
    border-top: 1px solid #333;
}
@media (min-width: 768px) {
.t3-footnav > div + div {
	border-top: 0;
	border-left: 1px solid #333;
	}
	.t3-footer .footer-title {
		border-bottom: 1px solid #333;
	}
}
.t3-footnav {
    border-bottom: 1px solid #333;
}
.socialFooter a {
	border: none!important;
}
.socialFooter .fa-linkedin-square:before {
    font-size: 25px;
}
@media (max-width: 768px) {
	.t3-footnav .col-xs-6 {
		width: 100%;
	}
}
@media (max-width: 991px) {
	.t3-footer .footer-title {
		border-bottom: 1px solid #333;
	}
}
.buttonFooter {
	background: #263d5c;
    border: 1px solid #263d5c;
    color: #f5f5f5;
	border-radius: 0;
	padding: 10px 15px;
    font-size: 14px;
    line-height: 1.42857143;
	margin-top: 25px;
}
.buttonFooter a {
	border-bottom: none!important;
}