/*
Theme Name: nermekaDE
Theme URI: http://beemarketing.lt/
Author: BeeMarketing.lt
Author URI: http://beemarketing.lt/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nermekade
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

nermeka is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  resize: none;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

li {
  font-size: 14px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
  font-size: 14px;
  color: #48575e;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  font-size: 14px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: disc;
  line-height: 30px;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

select {
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

a.page-numbers,
span.page-numbers.current {
  padding: 10px;
  background-color: #1f415c;
  color: #fff;
  font-size: 12px;
}

.pagination {
  width: 100%;
  text-align: right;
  margin-bottom: 45px;
}

.current {
  background-color: #0399cc !important;
}

a.page-numbers:hover,
span.page-numbers.current:hover {
  padding: 10px;
  background-color: #0399cc;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
  color: royalblue;
}

/*a:visited {*/

/*color: #fff;*/

/*}*/

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  display: inline-block;
  position: relative;

}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul ul li {}

.main-navigation li:hover>a,
.main-navigation li.focus>a {}

.main-navigation ul ul :hover>a,
.main-navigation ul ul .focus>a {}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  left: 100%;
}

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current-menu-ancestor>a {}

.main-navigation .green-link {
  padding-left: 10px;
  padding-right: 10px;
  background: #1f415c;
}

.main-navigation .green-link:hover {
  background: #142e44;
}

.main-navigation .green-link a {
  color: #fff !important;
}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
    justify-content: space-between;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.container {
  padding: 0;
}

/*header*/

.site-header {
  height: 107px;
  position: relative;
}

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  height: 70px;
  background-color: #fff;
  z-index: 9999;
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
}

.main-left-menu,
.main-right-menu,
.nermeka-logo {
  display: inline-block;
}

.main-navigation {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.menu-pagrindinis-meniu-kaire-container,
.menu-pagrindinis-meniu-desne-container {
  width: 100%;
  /*display: inline-block;*/
}

.bx-controls-direction {
  position: absolute;
  width: 20%;
  margin-top: 15px;
  left: 0;
}

/*.main-left-menu li{*/

/*margin-right:5%;*/

/*}*/

.main-right-menu {
  text-align: right;
}

/*.main-right-menu li{*/

/*margin-left:5%;*/

/*}*/

.nermeka-menu {
  position: absolute;
  bottom: 17px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.nermeka-logo {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  width: 12%;
}

.featured {
  border-left: 8px solid #0099ce;
}

/*triangle*/

/*#triangle-topleft {*/

/*background-image: url(images/bookmark.png);*/

/*width: 23%;*/

/*background-size: 100% 100%;*/

/*height: 51px;*/

/*margin-left: 8px;*/

/*}*/

/*#triangle-topleft:before{*/

/*content: '';*/

/*background-image: url(images/star.png);*/

/*position: absolute;*/

/*background-size: 100%;*/

/*top: 6px;*/

/*width: 11px;*/

/*height: 11px;*/

/*color: #fff;*/

/*font-size: 20px;*/

/*left: 6px;*/

/*}*/

.arrow-down {
  width: 0;
  height: 0;
  border-left: 130px solid transparent;
  border-right: 130px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
  left: 0;
  bottom: -19px;
  right: 0;
  margin: 0 auto;
  z-index: 999;
}

ul.language-switcher,
.language-switcher {
  list-style-type: none;
  padding: 0;
  position: absolute;
  left: -16px;
  right: 0px;
  width: 100px;
  margin: 0 auto;
  bottom: 6px;
}

a.language-switcher {
  color: #104a72;
}

.language-code {
  margin-left: 4px;
}

.language-switcher {
  font-size: 11px;
}

/*.language-switcher{*/

/*width: 30px;*/

/*height: 30px;*/

/*min-width: auto;*/

/*margin: 0;*/

/*padding: 10px;*/

/*border: 0;*/

/*font-weight: 300;*/

/*background: url('./images/world-icon.png') no-repeat center bottom;*/

/*background-size: 100%;*/

/*}*/

/*.language-code{*/

/*position: absolute;*/

/*right: 0;*/

/*left: 11px;*/

/*text-transform: uppercase;*/

/*font-size: 12px;*/

/*font-weight: 500;*/

/*width: 22px;*/

/*height: 18px;*/

/*line-height: 18px;*/

/*text-align: center;*/

/*-ms-transform: translateY(-50%);*/

/*-webkit-transform: translateY(-50%);*/

/*transform: translateY(-50%);*/

/*-webkit-border-radius: 5px;*/

/*border-radius: 10px;*/

/*}*/

.language-active {
  font-weight: 600 !important;
  color: #48575e;
}

.language-switcher>li {
  display: inline !important;
  font-size: 10px;
  font-weight: 300;
  padding: 3px;
}

.language-switcher>li>a {
  color: #48575e;
}

/*triangle end*/

.main-navigation a {
  color: #48575e;
  
}

.main-navigation a:hover {
  color: #0399cd;
}

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current-menu-ancestor>a {
  color: #0399cd;
}

.main-navigation li.menu-item-20 a {
  font-weight: bold !important;
}

.current-menu-item a {
  color: #0399cd !important;
}

.edge-header-block-area {
  position: relative;
  background: url("./images/header-blockfull.png");
  background-size: 100% 100%;
  background-position: 100% 30%;
  background-repeat: no-repeat;
  height: 0;
  padding-top: 19%;
  overflow: hidden;
  width: 100%;
  margin-bottom: 46px;
}

.header-block-area {
  position: relative;
  background: url("./images/header-bg-full.jpg");
  background-size: 100%;
  background-position: 100% 30%;
  background-repeat: no-repeat;
  height: 0;
  padding-top: 19%;
  overflow: hidden;
  width: 100%;
  margin-bottom: 46px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 50% 100%, 0% 85%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 50% 100%, 0% 85%);
}

.header-block-one {
  width: 50%;
  overflow: hidden;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
}

.header-block-one p,
.header-block-two p {
  color: #fff;
  padding-top: 13px;
}

.header-block-content,
.header-block-content-right {
  position: absolute;
  top: 14%;
  left: 0;
  width: 100%;
}

.header-block-two {
  width: 49%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
}

img.header-block-image {
  width: 100%;
}

img.header-block-image-right {
  background-color: #1f415c;
  width: 100%;
}

.header-block-content h3,
.header-block-content-right h3 {
  font-family: "Lora", serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-bottom: 7px;
}

.header-block-content-right h3::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #4bcc89;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
}

.header-block-content h3::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #1f415c;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
}

.header-block-content,
.header-block-content-right {
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.header-block-text {
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}

.header-block-button {
  text-transform: uppercase;
  background-color: #1f415c;
  padding: 18px 32px 18px 32px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 29px;
}

.header-block-button:hover,
.header-block-button2:hover {
  color: #fff;
}

.header-block-button2 {
  text-transform: uppercase;
  background-color: #4bcc89;
  padding: 18px 32px 18px 32px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 29px;
}

/*header end*/

/* Pagrindinis 4 blokai */

.home-boxes {
    float: left;
    width: 100%;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 55px;
    margin-bottom: 72px;
    margin-left: -6px;
    margin-right: -6px;
}

.home-box-item {
    position: relative;
    float: left;
    width: calc(50% - 12px);
    margin: 6px;
    background: #fff;
    box-shadow: 0px 3px 12px #d5d8da;
}

.home-box-item .img-hold {
    position: absolute;
    width: 50%;
    height: 100%;
    background-size: auto 100%!important;
}

.home-box-item .content {
    float: right;
    width: 50%;
    padding: 20px 24px;
}

.home-box-item h3 {
    font-family: "Lora", serif;
    font-weight: 700;
    font-size: 18px;
    color: #25415d;
    margin-top: 0;
    margin-bottom: 16px;
}

.home-box-item h3 a {
    color: #25415d;
    text-decoration: none;
}

.home-box-item h3 a:hover {
    color: #0399cd;
}

.home-box-item p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.home-box-item .btn {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    background: #4bcc89;
    border-radius: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

.home-box-item .btn:hover {
    background: #5ca46a;
}

@media (max-width: 1200px) {
    .home-box-item .img-hold {
        width: 40%;
    }

    .home-box-item .content {
        width: 60%;
    }
}

@media (max-width: 992px) {
    .home-boxes {
        margin-left: 0;
        margin-right: 0;
    }

    .home-box-item .img-hold {
        width: 100%;
        height: 200px;
        position: relative;
        background-position: center top!important;
    	background-size: cover!important;
    }

    .home-box-item .content {
        width: 100%;
    }
}

@media (max-width: 590px) {
    .home-box-item {
        width: calc(100% - 12px);
    }
}
/*Pagrindinis puslapis*/

.payroll {
  text-transform: none;
  margin-right: 90px;
  font-size: 20px;
  letter-spacing: -2px;
}

.payroll span {
  color: #0099ce;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.payroll span:hover {
  color: #1f415c;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.fb-like-header {
  display: inline-block;
}

.header-contacts {
  display: inline-block;
  padding-bottom: 20px;
}

.job-spacing {
  padding-top: 25px;
}

.euro {
  font-size: 0.7em;
  position: relative;
  bottom: 0.47em;
  padding-left: 1px;
}

.bx-wrapper ul {
  margin: 0;
}

.job-content {
  width: 34%;
  margin-left: 40px;
  margin-right: 72px;
  float: left;
}

.fb-like {
  padding-top: 4px;
  padding-bottom: 20px;
}

.inner-fb {
  padding-bottom: 20px;
  display: inline-block;
  /*float: left;*/
}

.front-pareigos {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 18px;
}

.front-pareigos a {
  color: #48575e;
}

.front-aprasymas {
  font-size: 14px;
  color: #96a9b2;
  overflow: hidden;
  height: 40px;
  margin-bottom: 0;
}

.job-avatar,
.job-content,
.job-info,
.job-buttons {
  display: inline-block;
}

.job-info {
  width: 18%;
  border-left: 1px solid #e0e1e2;
  border-right: 1px solid #e0e1e2;
  padding-left: 15px;
  float: left;
  max-height: 80px;
  margin-right: 17px;
}

.job-info p {
  margin-bottom: 8px;
}

.job-country {
  font-weight: 600;
}

.job-salary {
  font-weight: 600;
  color: #0399cd;
  display: inline-block;
  line-height: 12px;
}

.country-icon {
  padding-top: 10px;
}

.country-icon::before {
  content: url("./images/country-icon.png");
  width: 15px;
  height: 15px;
  padding-right: 10px;
}

.salary-icon::before {
  content: url("./images/salary-icon.png");
  width: 15px;
  height: 15px;
  padding-right: 10px;
}

.job-avatar {
  width: 130px;
  height: 130px;
  float: left;
}

.job-avatar img {
  width: 100%;
  height: 100%;
}

img.front-job-image {
  background-size: cover;
  background-repeat: no-repeat;
}

.job-area {
  background-color: #fff;
  padding-right: 0;
  padding-left: 0;
  max-height: 130px;
  margin-bottom: 27px;
  box-shadow: 0px 3px 6px #d5d8da;
}

.job-registracija-button,
.job-rekomenduok-button,
.job-rekomenduok-button-single {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  width: 273px;
  height: 36px;
  border-radius: 0;
  border: none;
}

.job-buttons,
.job-button {
  width: 25%;
  float: left;
  max-height: 80px;
}

.job-button {
  min-height: 85px;
  text-align: center;
}

.job-registracija-button,
.job-rekomenduok-button-single {
  background-color: #4bcc89;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.job-registracija-button-single {
  margin-top: 23px;
}

.job-rekomenduok-button {
  background-color: #aab9c0;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  padding-right: 45px;
}

.job-rekomenduok-button-single {
  background-color: #aab9c0;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}

.premija-text {
  font-size: 9px;
}

.premija-inner-text {
  font-size: 9px;
}

.premija {
  background-color: #718691;
  padding: 3px 12px 8px 12px;
  right: 0;
  top: 0;
  position: absolute;
}

.premija-inner {
  background-color: #718691;
  padding: 7px 14px 9px 14px;
  overflow: hidden;
  right: 0;
  top: 0;
  position: absolute;
}

.premija::after {
  width: 20px;
  height: 36px;
}

.first-block {
  background: url("./images/job-bg.jpg");
}

.site-main {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.loader {
  background-image: url("./css/images/loader.svg");
  background-size: 100%;
  width: 100px;
  height: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
}

.loader-bg {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 1200px;
  position: fixed;
  z-index: 999;
  top: 0;
  display: none;
}

.jobs-archive {
  background-color: #f4f5f6;
}

.jobs-block {
  width: 100%;
  height: 100%;
  position: relative;
}

.btn-jobs-all {
  border: 1px solid #1f415c;
  padding: 12px 27px 12px 27px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1f415c;
  border-radius: 0;
  margin-bottom: 50px;
}

.btn-jobs-all-sm {
  border: 1px solid #1f415c;
  padding: 5px 10px 5px 10px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1f415c;
  border-radius: 0;
  margin-bottom: 0px;
  display: inline-block;
  float: right;
}

.btn-jobs-all-big {
  border: 1px solid #1f415c;
  padding: 20px 40px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1f415c;
  border-radius: 0;
  display: inline-block;
  float: left;
}

.btn-center {
  text-align: center;
}

.border-bottom-blue,
.border-bottom-dblue {
  font-size: 30px;
  font-family: "Lora", serif;
  font-weight: 700;
  color: #1f415c;
  padding-bottom: 14px;
  position: relative;
  margin: 0;
}

.border-bottom-blue::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #0399cd;
  bottom: 0;
  left: 0;
}

.border-bottom-dblue::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #1f415c;
  bottom: 0;
  left: 0;
}

.border-bottom-whitedblue {
  font-size: 30px;
  font-family: "Lora", serif;
  font-weight: 700;
  color: #fff;
  padding-bottom: 14px;
  position: relative;
  margin: 0;
  width: 85%;
  display: inline-block;
}

.border-bottom-whitedblue::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #1f415c;
  bottom: 0;
  left: 0;
}

.prenumeruok-title {
  font-size: 24px;
  font-family: "Lora", serif;
  font-weight: 700;
  color: #1f415c;
  padding-bottom: 14px;
  position: relative;
  margin: 0;
}

.prenumeruok-title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #0399cd;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.nopadding-verta {
  padding: 0;
  border-right: 1px solid #e0e1e2;
}

.nopadding-dirbti {
  padding-left: 50px !important;
}

.nopadding {
  padding: 0;
}

.susisiekite,
.sutartis,
.darbuotojai {
  display: inline-block;
}

.image-block-area:after {
  display: inline-block;
  content: url("./images/arrows.png");
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: middle;
}

.verta {
  padding-top: 55px;
}

.verta-block {
  margin-top: 72px;
  margin-bottom: 72px;
}

.verta-block p {
  font-size: 16px;
  font-weight: 300;
  padding-top: 20px;
  width: 60%;
}

.bold {
  font-weight: 600;
}

img.second-block {
  max-width: 107px;
  max-height: 100px;
}

.atsiliepimai-block {
  background-color: #f4f5f6;
  padding-top: 70px;
  padding-bottom: 40px;
}

.atsiliepimas-image,
.atsiliepimas-content {
  display: inline-block;
}

.atsiliepimas-content {
  width: 70%;
  float: left;
}

.atsiliepimas-image {
  width: 100px;
  height: 100px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  float: left;
  margin-right: 19px;
  background-color: #fff;
  text-align: center;
}

#bx-pager {
  padding-left: 115px;
}

.atsiliepimas-image img {
  width: 50%;
}

.atsiliepimas-title {
  font-size: 18px;
  font-weight: 700;
}

.atsiliepimas-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.bx-wrapper {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.user {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 150%;
  background-color: #fff;
}

.imoniu-slider-logo {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  background-color: #fff;
}

.atsiliepimai-slide {
  margin-top: 55px;
}

.cv-block {
  background: url("./images/cv-bg.jpg") 100%;
  padding-top: 62px;
}

.cv-block p {
  font-weight: 300;
  color: #fff;
  font-size: 18px;
  width: 70%;
  display: inline-block;
  padding-top: 20px;
  margin-bottom: 60px;
}

.cv-btn-area {
  width: 15%;
  float: right;
}

.cv-btn-area:after {
  content: "";
  clear: both;
}

.cv-area {
  position: relative;
}

.cv-btn {
  background-color: #1f415c;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 20px 60px 20px 59px;
  position: absolute;
  top: 20px;
  right: 90px;
}

.cv-btn:focus {
  color: #fff;
}

.cv-btn:hover {
  color: #fff;
}

.prenumeruoti-block {
  background-color: #fff;
}

.prenumeruok-area {
  padding-top: 96px;
  text-align: center;
}

.prenumeruok-area img {
  padding-bottom: 47px;
}

.prenumeruok-area p {
  font-weight: 300;
  padding-top: 16px;
  margin-bottom: 48px;
}

.prenumeruoti-btn-area {
  width: 480px;
  margin: 0 auto;
  padding-bottom: 110px;
}

/*mailerlite*/

#mlb2-5875003.ml-subscribe-form button {
  font-weight: 600;
}

#mlb2-5875003 .subscribe-form .form-section.horizontal.ml-button-position {
  margin-left: -12px;
}

#mlb2-5875159 .subscribe-form {
  margin-top: 14px;
  padding: 0 !important;
}

#mlb2-5875159 .subscribe-form .form-section .form-group {
  margin-bottom: 0 !important;
}

#mlb2-5875159 .subscribe-form .form-section {
  margin-bottom: -3px !important;
}

#mlb2-5875159.ml-subscribe-form .form-group .form-control {
  text-align: center;
}

#mlb2-5875159.ml-subscribe-form button {
  font-weight: 600;
}

#mlb2-5875003.ml-subscribe-form .form-group .form-control,
#mlb2-5875159.ml-subscribe-form .form-group .form-control {
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
}

.prenumeruoti-input {
  border-radius: 0 !important;
  background-color: #f4f5f6;
  border: none !important;
  box-shadow: none !important;
  padding-left: 20px !important;
  width: 61% !important;
  height: 46px;
}

.prenumeruoti-btn {
  background-color: #4bcc89 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  border-radius: 0 !important;
  border: none !important;
  font-weight: 600 !important;
  padding: 16px 25px 16px 25px !important;
  margin-right: 3px;
}

/*Pagrindinis puslapis end*/

footer {
  background-color: #f4f5f6;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-logo {
  width: 17%;
  float: left;
}

.facebook-widget {
  float: right;
}

.footer-logo,
.footer-rekvizitai,
.footer-nav {
  display: inline-block;
}

.facebook-area {
  float: right;
  padding-bottom: 20px;
}

.footer-rekvizitai {
  width: 50%;
  float: left;
  padding-left: 70px;
}

.footer-nav,
.footer-rekvizitai {
  list-style: none;
  font-weight: 600;
  font-size: 14px;
}

.sans-light {
  font-weight: 300;
  padding-left: 50px;
  display: block;
}

.kontaktai-table td {
  vertical-align: top;
}

td.soc-content {}

.soc-content a {
  color: #404040;
  text-decoration: none;
  padding-right: 6px;
  font-size: 13px;
}

.soc-content a:hover {
  color: #3a589b;
}

.soc-content .fb-icon {
  background: url("images/facebook.png") left center no-repeat;
  padding-left: 25px;
}

.soc-content .linkedin-icon {
  background: url("images/linkedin.png") left center no-repeat;
  padding-left: 25px;
}

.soc-content .cvbankas-icon {
  background: url("images/cvbankas.png") left center no-repeat;
  padding-left: 35px;
}

.mobile-soc-content a {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

ul.footer-nav {
  padding: 0;
  margin-right: 0;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0;
  float: right;
}

.footer-nav li {
  padding-bottom: 8px;
}

.footer-nav a {
  color: #48575e;
}

.footer-nav a:hover {
  text-decoration: none;
  color: #0399cd;
}

.footer-rekvizitai tr {
  height: 36px;
}

.active a {
  color: #0399cd !important;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  color: #fff !important;
}

.susisiekti-btn {
  background-color: #4bcc89;
  color: #fff;
  border-radius: 0;
  padding: 16px 28px 16px 28px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 25px;
}

.arrow:after {
  content: url("./images/arrow-up.png");
  position: absolute;
  bottom: 10px;
  right: 60px;
}

/*skelbimai page*/

.page-title {
  background: url("./images/skelbimai-bg.jpg");
  background-size: 100% 100%;
  height: 200px;
  position: relative;
}

.page-title {
  position: relative;
}

h1.skelbimai-title {
  font-size: 30px;
  color: #fff;
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: italic;
  position: relative;
  text-align: center;
  margin: 0;
  padding-top: 53px;
  padding-bottom: 7px;
}

h1.skelbimai-title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #fff;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
}

.breadcrumb {
  background-color: inherit !important;
  text-align: center;
  margin: 0;
  font-size: 14px;
  padding-top: 19px;
}

#home a {
  color: #96a9b2 !important;
}

.breadcrumb a {
  color: #96a9b2;
}

.breadcrumb>li+li:before {
  content: url("./images/breadcrumb-arrow.png");
  padding: 0 12px 0 7px;
}

.breadcrumb li:last-child {
  color: #ffffff !important;
}

.breadcrumb li a:last-child {
  color: #ffffff !important;
}

.breadcrumb li:last-child {
  color: #ffffff !important;
}

.blue-skelbimai {
  background-color: #0399cd;
  display: inline-block;
  height: 85px;
  position: relative;
  z-index: 2;
}

.blue-skelbimai a {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

.skelbimai-input {
  width: 1170px;
  display: inline-block;
  float: right;
}

.kur-darbas {
  display: inline-block;
  text-align: center;
  width: 135px;
  float: left;
  position: relative;
  transform: translate(0px, -50%);
  top: 50%;
}

.darbas-lt:after {
  content: "";
  height: 35px;
  width: 1px;
  background: #0388b8;
  position: absolute;
  right: 0;
  bottom: 13%;
}

.skelbimai-input {
  background-color: #aab9c0;
  height: 85px;
  position: relative;
  z-index: 2;
}

select {
  font-size: 16px;
  border: none;
  display: inline-block;
  width: 35%;
  height: 46px;
  padding-left: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("./images/select-arrow.png") no-repeat right center;
  background-position: 95%;
}

.single-select {
  float: right;
  width: 55%;
  top: 35% !important;
}

.single-select select {
  width: 65% !important;
}

.select-title {
  display: inline-block;
  color: #fff;
  padding-right: 20px;
  padding-left: 37px;
  font-weight: 600;
  font-size: 14px;
}

.select-box {
  display: inline;
  position: relative;
  transform: translate(0px, -22%);
  top: 22%;
}

.skelbimai-search {
  margin-top: -50px;
}

.prenumeruok-area-inner img {
  float: left;
  padding-right: 45px;
}

.prenumeruok-title-inner {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 24px;
  position: relative;
  color: #1f415c;
  padding-bottom: 20px;
  margin: 0;
}

.subscribe-inner-content {
  float: left;
  width: 49%;
}

.prenumeruok-area-inner {
  padding-top: 55px;
  padding-bottom: 46px;
}

h5.prenumeruok-title-inner:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #0399cd;
  bottom: 0;
  left: 0;
}

.prenumeruok-area-inner p {
  padding-top: 19px;
}

.inner-btn-area {
  width: 30%;
  float: right;
}

.btn-inner-prenumeruot {
  background-color: #4bcc89 !important;
  color: #fff !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.input-inner-prenumeruok {
  border-radius: 0 !important;
  background-color: #f4f5f6;
  border: none !important;
  box-shadow: none !important;
  padding-left: 20px !important;
  margin-bottom: 0 !important;
  text-align: center;
}

.job-area-inner {
  margin-top: 28px;
}

.front-pareigos a:hover {
  color: #0399cd;
  text-decoration: none;
}

.job-place {
  color: #0399cd;
  text-decoration: underline;
}

.skelbimai-inner-block {
  background-color: #f4f5f6;
}

form#filter {
  display: inline;
}

/*skelbimai page end*/

/*single-post*/

.single-post-title {
  background: url("./images/inner-header-bg.jpg");
  background-size: 100% 100%;
  height: 200px;
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
}

.post-title {
  margin-bottom: 40px;
}

.darbo-vieta h6,
.darbo-pobudis h6,
.reikalavimai h6,
.mes-siulome h6 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.job-light-text {
  font-weight: 300;
  font-size: 14px;
}

.about-job {
  padding-right: 76px;
}

ul.job-offer-list,
ul.job-requirements-list {
  list-style-image: url("./images/list-arrow.png");
  font-size: 14px;
  font-weight: 300;
  padding: 0;
  margin-left: 17px;
}

.job-offer-list li,
.job-requirements-list li {
  padding-left: 10px;
}

.darbo-vieta:before {
  content: url("./images/skelbimas-location-icon.png");
  width: 50px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.darbo-pobudis:before {
  content: url("./images/darbo-pobudis-icon.png");
  width: 50px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.reikalavimai:before {
  content: url("./images/reikalavimai-icon.png");
  width: 50px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.mes-siulome,
.reikalavimai,
.darbo-pobudis,
.darbo-vieta {
  position: relative;
  padding-left: 54px;
}

.mes-siulome:before {
  width: 50px;
  display: block;
  content: url("./images/mes-siulome-icon.png");
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.job-title {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

h4.job-title:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #0399cd;
  bottom: 0;
  left: 0;
}

.darbo-vieta {
  margin-top: 40px;
}

.nermeka-table td {
  padding: 15px;
}

.nermeka-table {
  width: 100%;
}

.about-us-image {
  float: right;
}

.bendradarbiavimas-item {
  margin-bottom: 30px;
}

.title-icon-content {
  margin-top: 20px;
  text-align: center;
}

.title-icon {
  display: inline-block;
  padding: 10px;
  border-radius: 120px;
  border: 3px solid #f5f5f5;
}

.txt-center {
  text-align: center !important;
}

h4.about-title.txt-center:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #0399cd;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.about-us-content {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  padding-left: 20px;
}

.about-us-content.col-4 {
  width: 33%;
}

.about-us-content:after {
  content: "";
  display: block;
  clear: both;
}

/*.about-us-content:nth-child(6n+1) {*/

/*clear: left;*/

/*}*/

.about-us-content:nth-of-type(7n+1) {
  clear: both;
}

.page-id-197 .about-us-content {
  float: left;
}

.page-id-197 .about-us-content-right {
  float: right;
  width: 50%;
}

.about-us-content-right:after {
  content: "";
  display: none;
  clear: none;
}

.job-image,
.about-us-image {
  margin-top: -50px;
  position: relative;
  background-size: cover;
}

.job-image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, #1b4e74, transparent);
  opacity: 0.9;
}

.job-kandituoti-button,
.job-rekomenduokdrauga-button {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  width: 430px;
  height: 44px;
  border-radius: 0;
  border: none;
  position: relative;
}

.job-single-buttons {
  text-align: center;
  position: absolute;
  bottom: 0;
  margin-bottom: 73px;
  width: 100%;
}

.job-kandituoti-button {
  background-color: #4bcc89;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.job-rekomenduokdrauga-button {
  background-color: #aab9c0;
  text-transform: uppercase;
}

/*single-post end*/

/*about page*/

.about-title,
.contact-title,
.home-work-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 15px;
  margin-top: 35px;
  margin-bottom: 40px;
  text-transform: uppercase;
  position: relative;
}

.b_description h4 {
  width: 80%;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
}

.b_description h4:after {
  margin: 0 auto;
  right: 0;
}

.lg_description {
  padding: 20px;
}

.modal_read_more {
  color: #0399cd;
  font-size: 14px;
}

.close {
  position: absolute;
  right: 0;
  z-index: 2;
  margin-right: 15px;
  margin-top: 10px;
  font-size: 30px;
}

.close:focus {
  outline: none;
}

.work-title {
  line-height: 32px;
}

.about-us-light ul li {
  list-style-type: none;
  padding-left: 0;
  position: relative;
}

.work-with-us.box-styled {
  border: 1px solid #0199ce;
  padding-bottom: 35px;
}

.work-with-us.box-styled {
  padding-right: 0;
  margin-bottom: 15px;
}

.work-with-us.box-styled {
  margin-top: 15px;
  font-size: 32px;
  color: #0199ce;
}

.about-us-light ul li:before {
  content: "â– ";
  color: #184b72;
  display: block;
  text-align: right;
  padding-right: 6px;
  width: 10px;
  height: 10px;
  position: absolute;
  left: -30px;
  top: -3px;
}

h4.about-title:after,
h4.contact-title:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #0399cd;
  bottom: 0;
  left: 0;
}

.about-us {
  margin: 0;
  padding: 0;
}

.bendradarbiavimas-item:not(.box-styled):hover {
  cursor: pointer;
}

.bendradarbiavimas-item:not(.box-styled):hover .title-icon {
  border-color: #0099ce;
}

.bendradarbiavimas-item:not(.box-styled):hover h4 {
  color: #0099ce;
}

.bendradarbiavimas-content {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.about-us-light {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  /*padding-right:73px;*/
}

.about-us-semibold {
  font-weight: 600;
  font-size: 14px;
  padding-right: 73px;
}

.about-us-image {
  height: 775px;
  margin-top: -50px;
  position: relative;
}

.page-about-us-full .about-us-light {
  /*padding-left: 0;*/
}

.page-about-us-full .entry-content {
  margin-top: 0;
}

.page-about-us-full .entry-content ul {
  margin-top: 40px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #0399cd;
  list-style: none;
}

.page-about-us-full .entry-content ul li {
  position: relative;
  padding-top: 2px;
  padding-right: 15px;
  padding-bottom: 5px;
  margin-left: 20px;
}

.page-about-us-full .entry-content ul li::before {
  content: "â– ";
  color: #0399cd;
  display: block;
  text-align: right;
  padding-right: 6px;
  width: 10px;
  height: 10px;
  position: absolute;
  left: -30px;
  top: 0;
}

.page-about-us-full .box-item {
  position: relative;
  padding: 30px 38px;
  padding-left: 114px;
}

.page-about-us-full .box-item .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 42px;
  width: 36px;
}

.page-about-us-full .box-item .icon img {}

.page-about-us-full .box-item .title {
  padding-left: 36px;
  border-left: 1px solid #fff;
}

.page-about-us-full .box-item .title p {
  margin: 0;
  line-height: 24px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}

.page-about-us-full .box-item.blue .title p {
  text-transform: none;
}

.page-about-us-full .box-item.green {
  background: #69be84;
}

.page-about-us-full .box-item.blue-light {
  background: #359acf;
}

.page-about-us-full .box-item.blue {
  background: #1e568d;
}

.box-item-after img {
  width: 100%;
}

.page-about-us-full .img-full img {
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

/*about end*/

/*striapsniai*/

.straipsnis-image {
  max-width: 370px;
  max-height: 245px;
  min-width: 370px;
  min-height: 245px;
  background-size: cover;
}

.straipsnis-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 13px;
  margin: 0;
  margin-top: 31px;
  margin-bottom: 22px;
}

.straipsnis-title a {
  color: #27282b;
}

.straipsnis-title a:hover {
  color: #0399cd;
  text-decoration: none;
}

h3.straipsnis-title:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #0399cd;
  bottom: 0;
  left: 0;
}

.straipsnis-text {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 70px;
}

.straipsniai-area {
  margin-top: 45px;
}

.straipsnis-inner-image {
  float: right;
  padding-left: 35px;
  padding-bottom: 43px;
}

.straipsnis-inner-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 15px;
  margin-bottom: 40px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

h4.straipsnis-inner-title {
  max-width: 580px;
}

h4.straipsnis-inner-title:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #0399cd;
  bottom: 0;
  left: 0;
}

.panasus-inner-title {
  font-family: "Lora", serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 15px;
  margin-bottom: 55px;
  position: relative;
  margin-top: 70px;
}

h4.panasus-inner-title:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #0399cd;
  bottom: 0;
  left: 0;
}

.straipsnis-inner-area {
  margin-top: 43px;
  background-color: #f4f5f6;
}

.panasus-straipsnis-text {
  margin-bottom: 96px;
}

.straipsnis-inner-text {
  margin-bottom: 72px;
}

/*straipsniai end*/

/*Kontaktai*/

.kontaktai-table {
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
}

.kontaktai-blue-text {
  font-size: 16px;
  font-weight: 700;
  color: #0399cd;
  margin: 0;
  line-height: 30px;
}

.kontaktai-bold-text {
  font-weight: 700;
  font-size: 14px;
  margin: 0;
}

.contact-input {
  border-radius: 0 !important;
  margin-bottom: 31px;
}

.contact-label {
  font-size: 14px;
  font-weight: 600;
  color: #48575e;
}

.required-blue {
  font-size: 14px;
  font-weight: 300;
  color: #0399cd;
}

.contact-btn {
  padding: 16px 25px 16px 25px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  background-color: #4bcc89 !important;
  border: none !important;
  color: #fff !important;
  font-weight: 600;
  border-radius: 0 !important;
  text-transform: uppercase;
  float: right;
}

.file-inpute {
  display: inline !important;
  padding-left: 9px;
}

.contact-light-text {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  margin-bottom: 45px;
}

.contact-us {
  margin-bottom: 80px;
}

.kontaktine-forma {
  background-color: #f4f5f6;
  min-height: 838px;
  margin-top: -43px;
  padding: 0;
  padding-left: 85px;
  padding-right: 85px;
}

.contact-form textarea {
  height: 130px;
}

.contact-form-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 15px;
  margin-top: 118px;
  margin-bottom: 40px;
  text-transform: uppercase;
  position: relative;
}

h4.contact-form-title:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #0399cd;
  bottom: 0;
  left: 0;
}

.siusti-cv {
  margin-top: 13px;
  display: inline-block;
}

.bx-pager-item-custom {
  background: #fff;
  display: inline-block;
  margin: 0 5px;
  border-radius: 5px;
}

.bx-pager-item-custom>.active {
  background-color: #1f415c !important;
}

.bx-pager-item-custom a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.label-file {
  padding: 5px 10px 5px 10px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  background-color: inherit !important;
  border: 1px solid #1f415c !important;
  border-radius: 0 !important;
  text-transform: uppercase !important;
}

.inputfile:focus+label,
.inputfile+label:hover {
  cursor: pointer;
}

#selected-file,
#selected-file-1,
#selected-file-2 {
  display: block;
  width: 100%;
  color: #0399cd;
  font-weight: 300;
  font-size: 14px;
  padding-top: 14px;
}

a.close_remove {
  color: #0399cd;
  padding-left: 10px;
}

.wpcf7-form-control {
  padding: 15px 15px !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #111;
  line-height: 1.3;
  border: 1px solid #dadada;
  padding: 0 15px;
  font-size: 16px;
  margin-bottom: 3px;
  width: 100%;
  -ms-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

input[type="submit"] {
  border: none;
  background: #0399cd;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 22px;
  min-width: 150px;
  -ms-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  float: right;
  border-radius: 0;
}

input[type="reset"] {
  border: none;
  background: #feb8b5;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 22px;
  min-width: 150px;
  -ms-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  float: left;
  border-radius: 0;
}

.custom-label-for-file {
  border: 1px solid #0399cd;
  padding: 0 15px;
  text-shadow: none;
  line-height: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 51px;
  height: 51px;
  width: 100%;
  display: inline-block;
  max-width: 300px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  cursor: pointer;
}

#mailchimp-success-message {
  font-size: 14px;
  color: #80c72f;
}

#mailchimp-message-error {
  color: #c00000;
  font-size: 14px;
}

.modal-dialog {
  margin-top: 83px !important;
}

.remodal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 999;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #79bac8;
  border: 0;
  outline: 0;
  background: transparent;
  min-width: auto;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 50px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

.section-title {
  color: #002750;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  display: block;
  max-width: 85%;
  margin: 0 0 15px;
}

.fancy-title {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}

.fancy-title::before {
  content: "";
  position: absolute;
  width: 3px;
  left: 0;
  top: 0;
  height: 100%;
  background: #0399cd;
}

.modal-backdrop {
  background-color: #fff;
  opacity: 0.9 !important;
}

.modal-body {
  padding: 50px;
}

#kar-cv,
#kar-cv2 {
  display: none;
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.overlay-taisykles {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 400ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99999999999999;
}

.overlay-taisykles:target {
  visibility: visible;
  opacity: 1;
}

.overlay-reglamentas {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 400ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99999999999999;
}

.overlay-reglamentas:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
  transition: all 1s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup .close:hover {
  color: #06d85f;
}

.popup .content {
  max-height: 500px;
  overflow-y: auto;
}

.custom-label-for-file:hover {
  cursor: pointer;
  color: #fff;
  border: 1px solid #043e78;
  background-color: #154e78;
}

input[type="button"]:hover,
input[type="submit"]:hover {
  background: #154e78;
}

input[type="reset"]:hover {
  background: #f69b97;
}

.rekomenduok-drauga-submit {
  float: right;
}

.rekomenduok-drauga-taisykles p {
  margin-top: 20px;
  font-size: 11px;
}

.rekomenduok-drauga-taisykles a {
  font-weight: 600;
}

/*kontaktai end*/

.job-image-mobile {
  display: none;
}

.mobile-single-buttons {
  display: none;
}

.about-us-mobile-image {
  display: none;
}

.main-right-menu,
.main-left-menu {
  display: inline-block;
  width: 40%;
}

.main-right-menu {
  position: absolute;
  right: 0;
  bottom: 0;
}

.main-left-menu {
  position: absolute;
  left: 0;
  bottom: 0;
}

.dropdown-menu {
  min-width: inherit !important;
  margin: 2px 0px 0px -28px !important;
}

.hamburger,
.cross,
.mobile-menu {
  display: none;
}

@media (min-width: 992px) {
  .hamburger,
  .cross,
  .mobile-menu {
    display: none !important;
  }
}

.rekvizitai-one-row {
  display: none;
}

.imoniu-atsiliepimai-control,
.darbuotoju-control {
  margin-bottom: 70px;
}

.taxonomy-country {
  margin-top: 40px;
}

.fb-like-header-mobile {
  display: none;
}

/*mediaqueries*/

@media only screen and (max-width: 1700px) {
  .header-block-content,
  .header-block-content-right {
    top: 3%;
  }
}

@media only screen and (max-width: 1500px) {
  .header-block-content,
  .header-block-content-right {
    top: 1%;
  }
}

@media only screen and (max-width: 1400px) {
  .header-block-content,
  .header-block-content-right {
    zoom: 80%;
    top: 10%;
  }
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1199px) { /* ------------------------------------------------------- */
  .job-registracija-button,
  .job-rekomenduok-button,
  .job-rekomenduok-button-single {
    width: 100%;
    font-size: 12px;
  }
  .skelbimai-input {
    width: 700px;
  }
  select {
    width: 30%;
  }
  .sans-light {
    padding-left: 0;
  }
  .image-block-area:after {
    padding-left: 10px;
    padding-right: 10px;
  }
  .nopadding-dirbti {
    padding-left: 25px;
  }
  .premija {
    padding: 6px 8px 8px 8px;
  }
  .main-left-menu a {
    margin-right: 25px;
  }
  .main-right-menu a {
    margin-left: 25px;
  }
  .job-content {
    margin-right: 15px;
    margin-left: 25px;
  }
  .job-info {
    width: 21%;
  }
  .job-content {
    width: 32%;
  }
  .job-buttons,
  .job-button,
  .job-info {
    margin-top: 10px;
  }
  .job-spacing {
    padding-top: 17px;
  }
  .straipsnis-image {
    max-width: inherit;
    max-height: 192px;
    min-width: inherit;
    min-height: 192px;
    width: 100%;
  }
  .header-block-two {
    width: 49%;
  }
  .header-block-content,
  .header-block-content-right {
    top: 0;
  }
  .verta {
    zoom: 0.8;
  }
  #mlb2-5875159 .subscribe-form {
    margin-top: 35px;
  }
  .header-block-area {
    background: none;
    height: auto;
    padding-top: 0;
  }
  .header-block-one {
    width: 100%;
    background-image: url("./images/ieskote-darbuotoju.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    display: block;
    position: relative;
  }
  .header-block-two {
    width: 100%;
    background-image: url("./images/ieskote-darbuotoju-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80px;
    display: block;
    position: relative;
    margin-top: -1px;
  }
  .header-block-content,
  .header-block-content-right {
    position: relative;
    padding-top: 35px;
    zoom: normal;
  }
}

@media only screen and (max-width: 1060px) {
  .subscribe-inner-content {
    width: 40%;
  }
}

/* Medium Devices, Desktops */

@media (max-width: 992px) { /* ---------------------------------------------------------------------- */
  .work-with-us {
    margin: 0 auto;
    display: block;
  }
  .modal_read_more {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    display: block;
    text-align: center;
  }
  .arrow:after {
    left: 20px;
    right: inherit;
  }
  #mlb2-5875003 .subscribe-form {
    padding: 0 !important;
  }
  .imoniu-atsiliepimai-control,
  .darbuotoju-control {
    text-align: center;
    margin-bottom: 40px;
  }
  .about-us-content,
  .about-us-content.col-4,
  .page-id-197 .about-us-content-right {
    width: 100%;
  }
  .verta-block p {
    width: 100%;
  }
  .nermeka-logo {
    width: 100px;
    bottom: 20px;
  }
  .border-bottom-whitedblue,
  .prenumeruok-title {
    padding-bottom: 30px;
  }
  .prenumeruok-area p {
    padding-top: 30px;
  }
  .contact-label {
    width: 100%;
  }
  .about-us-image {
    display: none;
  }
  .about-us-mobile-image {
    display: block;
    height: 0;
    padding-bottom: 60%;
    margin-top: -50px;
    background-position: 50% !important;
    background-size: 100% !important;
  }
  .popup {
    width: 80%;
  }
  .job-area {
    max-height: 100%;
  }
  .jobs-block {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .job-info {
    width: 100%;
    border-bottom: 1px solid #e0e1e2;
    border-top: 1px solid #e0e1e2;
    border-right: 0;
    border-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
    padding-left: 0;
  }
  .job-info p {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 16px;
  }
  .job-registracija-button,
  .job-rekomenduok-button,
  .job-rekomenduok-button-single {
    width: 320px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .job-rekomenduok-button-single {
    margin-bottom: 0;
  }
  .job-buttons,
  .job-button {
    padding-left: 0;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }
  .job-button {
    min-height: inherit;
    width: 100%;
  }
  .job-spacing {
    padding: 0;
  }
  .job-content {
    width: 50%;
    margin-top: 15px;
    margin-left: 35px;
    margin-right: 0px;
    overflow: hidden;
  }
  .job-area-inner {
    margin-top: 0;
  }
  .country-icon {
    padding-top: 0;
    padding-right: 30px;
  }
  .border-bottom-blue {
    text-align: center;
  }
  .border-bottom-blue::after {
    right: 0;
    margin: 0 auto;
  }
  .susisiekite,
  .sutartis,
  .darbuotojai {
    width: 30%;
  }
  .verta {
    text-align: center;
    zoom: normal;
  }
  .nopadding-dirbti {
    padding-left: 0;
    padding-right: 0;
  }
  .border-bottom-dblue {
    text-align: center;
  }
  .verta-block p {
    text-align: center;
  }
  .nopadding-verta {
    border: none;
  }
  .image-block-area:after {
    position: absolute;
    top: 55%;
    padding-left: 32px;
    padding-right: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
  .border-bottom-dblue:after {
    right: 0;
    margin: 0 auto;
  }
  .atsiliepimas-image {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .atsiliepimas-content {
    width: 80%;
    float: none;
    text-align: center;
    margin-top: 34px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  h5.border-bottom-dblue {
    font-size: 46px;
    line-height: 60px;
    margin-top: 40px;
  }
  .menu {
    background-color: #1f415c;
  }
  h5.border-bottom-blue {
    font-size: 46px;
  }
  .bx-wrapper {
    margin: 0 auto;
  }
  .bx-wrapper .bx-pager {
    padding-left: 0 !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 50% !important;
    position: relative !important;
    text-align: center;
    margin-top: 20px;
  }
  h5.border-bottom-whitedblue {
    font-size: 43px;
    text-align: center;
    width: 100%;
    line-height: 57px;
  }
  .border-bottom-whitedblue::after {
    right: 0;
    margin: 0 auto;
    width: 96px;
  }
  .cv-area {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .cv-btn {
    position: relative;
    display: block;
    top: 0;
    margin-bottom: 80px;
    right: 0;
  }
  .cv-block p {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 16px;
  }
  .cv-btn-area {
    width: 100%;
    float: none;
    text-align: center;
  }
  .cv-btn {
    margin-bottom: 30px !important;
  }
  .arrow-down,
  .site-header {
    z-index: 999;
  }
  /*.language-switcher{
		display:none;
	}*/
  .overlay {
    display: none;
    overflow: hidden;
    height: 100%;
    margin-top: 10px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
  }
  ul.language-switcher-mobile {
    list-style-type: none;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    bottom: 0;
  }
  .language-active {
    font-weight: 600 !important;
    color: #48575e;
  }
  .language-switcher-mobile>li {
    display: inline-block !important;
    font-size: 14px;
    font-weight: 300;
    padding: 8px !important;
  }
  .language-switcher-mobile>li>a {
    color: #48575e;
  }
  .main-right-menu,
  .main-left-menu {
    display: none;
  }
  .hamburger {
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 45px;
    padding: 5px 15px 0px 15px;
    color: #999;
    border: 0;
    font-size: 2.4em;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 10000000000000;
    display: block;
  }
  .cross {
    background: none;
    position: absolute;
    top: 5px;
    right: 0;
    padding: 7px 15px 0px 15px;
    color: #999;
    border: 0;
    font-size: 6em;
    line-height: 65px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 10000000000000;
  }
  .menu-mobile-menu-container {
    background: #1f415c;
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .mobile-menu:after {
    content: "";
    background-image: url("./images/mobile-menu-bottom.png");
    display: block;
    width: 100%;
    height: 90px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: -1px;
  }
  .mobile-menu {
    z-index: 1000000;
    font-weight: bold;
    font-size: 0.8em;
    width: 100%;
    position: absolute;
    text-align: center;
    font-size: 12px;
  }
  .mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
  }
  .mobile-menu li {
    display: block;
    text-transform: uppercase;
    padding: 15px 0 15px 0;
    position: relative;
  }
  .mobile-menu li a:hover {
    display: block;
    color: #fff !important;
  }
  .mobile-active {
    display: block !important;
    background: #0399cd !important;
    width: 80%;
    margin: 0 auto;
  }
  .mobile-active a {
    color: #fff !important;
  }
  .mobile-menu ul li a {
    text-decoration: none;
    margin: 0px;
    color: #fff;
  }
  .mobile-menu ul li a:hover {
    color: #666;
    text-decoration: none;
  }
  .mobile-menu a {
    text-decoration: none;
    color: #666;
  }
  .mobile-menu a:hover {
    text-decoration: none;
    color: #666;
  }
  #menu-mobile-menu li:last-child:after {
    content: "";
    width: 60px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0px;
    margin: 0 auto;
    display: block;
    background: #ffffff;
  }
  /*end*/
  .skelbimai-input {
    width: 100%;
    margin-bottom: 40px;
  }
  .select-title {
    padding-right: 10px;
    padding-left: 10px;
  }
  select {
    width: 38%;
  }
  .blue-skelbimai {
    width: 30%;
    display: block;
    margin: 0 auto;
  }
  .kur-darbas {
    width: 50%;
  }
  .skelbimai-search {
    margin-bottom: 50px;
  }
  .about-job {
    width: 50%;
    display: inline-block;
    float: left;
  }
  .job-image {
    width: 49%;
    display: inline-block;
    padding: 0;
    float: right;
  }
  .job-kandituoti-button,
  .job-rekomenduokdrauga-button {
    width: 80%;
  }
  .straipsnis {
    width: 44%;
    float: left;
    display: inline-block;
  }
  .straipsnis-image {
    width: 100%;
    max-width: inherit;
    max-height: 200px;
    min-width: inherit;
    min-height: 200px;
  }
  .straipsnis-inner-image {
    width: 40%;
  }
  .panasus-straipsniai {
    width: 48%;
    display: inline-block;
  }
  .footer-nav li {
    display: inline;
    margin-right: 30px;
    padding-bottom: 0;
  }
  .contact-form-title {
    padding-top: 30px;
  }
  .kontaktine-forma {
    min-height: inherit;
    padding-bottom: 40px;
  }
  .prenumeruok-area-inner {
    text-align: center;
  }
  .prenumeruok-area-inner img {
    float: none;
    padding-right: 0;
  }
  h5.prenumeruok-title-inner:after {
    right: 0;
    margin: 0 auto;
  }
  .inner-btn-area {
    width: 61%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .prenumeruok-area-inner p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .prenumeruok-title,
  .prenumeruok-title-inner {
    font-size: 43px;
  }
  .prenumeruok-title-inner {
    padding-top: 30px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .prenumeruoti-input,
  .input-inner-prenumeruok {
    float: none !important;
    height: 55px;
    margin-bottom: 20px !important;
    text-align: center;
    font-size: 13px !important;
  }
  .prenumeruoti-btn {
    height: 55px;
    width: 61% !important;
    float: none !important;
  }
  .btn-inner-prenumeruot {
    height: 55px;
  }
  .subscribe-inner-content {
    width: 100%;
  }
  .job-title {
    font-size: 22px;
  }
  .about-job {
    padding-right: 40px;
  }
  .fb-like-header-mobile {
    display: block;
  }
  .nopadding-dirbti {
    padding-left: 15px !important;
  }

  .page-about-us-full .box-item {
    padding-left: 15px;
  }

  .page-about-us-full .box-item .title {
      padding-left: 15px;
  }
}

/* Small Devices, Tablets */

@media (max-width: 770px) { /* ------------------------------------------------------------------------- */
  .custom-label-for-file {
    padding: 0 8px;
  }
  .arrow:after {
    left: inherit;
    right: 40px;
  }
  .facebook-area {
    display: none;
  }
  #mlb2-5875003 .subscribe-form .form-section.horizontal.ml-button-position {
    margin-left: 0;
  }
  .straipsnis-inner-text,
  .straipsnis-inner-title,
  h4.panasus-inner-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cf-full-width-btn,
  .cf-full-width {
    width: 50%;
  }
  .about-us-light {
    padding-right: 0;
  }
  .about-title {
    padding-right: 30px;
    padding-left: 30px;
    width: 100%;
  }
  .about-us-light {
    margin-bottom: 0;
    padding-right: 30px !important;
  }
  .about-us-content,
  .about-us-wp {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .page-id-197 .about-us-content-right {
    float: left;
    width: 100%;
  }
  .page-id-197 .btn.btn-jobs-all-big {
    margin-top: 35px;
    margin-left: 30px;
  }
  .subscribe-inner-content {
    width: 100%;
  }
  .premija {
    padding: 7px 8px 9px 8px;
  }
  .about-job {
    padding-right: 0;
  }
  .footer-logo {
    display: none;
  }
  .footer-nav li {
    display: block;
  }
  .straipsnis-inner-title:after,
  h4.panasus-inner-title:after {
    left: 15px !important;
  }
  /*responsive menu*/
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 20px !important;
    height: 20px !important;
    border-radius: 20px !important;
  }
  ul.footer-nav {
    margin-top: 25px;
    float: right;
    margin-right: 60px;
  }
  .job-image-mobile {
    display: block;
    margin-top: -60px;
    height: 0;
    padding-top: 66%;
  }
  .job-image {
    display: none;
  }
  .breadcrumb {
    display: none;
  }
  .job-title {
    display: none;
  }
  h1.skelbimai-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    padding: 0;
  }
  .straipsnis-image {
    min-width: inherit;
    max-width: 40%;
    min-height: 220px;
    max-height: inherit;
    display: inline-block;
    float: left;
    margin-right: 30px;
    background-position: 50%;
  }
  .straipsnis-inner-image {
    float: left;
    width: 100%;
    padding-left: 0;
    margin-top: -100px;
  }
  .straipsnis-title,
  .straipsnis-text {
    display: inline-block;
    margin-top: 0;
  }
  .straipsnis-text {
    width: 50%;
  }
  .skelbimai-search {
    text-align: center;
    margin-bottom: 40px;
  }
  .select-box {
    display: block;
    transform: inherit;
  }
  .skelbimai-input {
    width: 80%;
    float: none;
    height: 100%;
    padding-bottom: 40px;
    margin-top: -5px;
  }
  select {
    width: 90%;
  }
  .select-title {
    display: block;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .about-us-image {
    display: none;
  }
  .panasus-straipsniai {
    width: 100%;
    padding-bottom: 25px;
  }
  .mobile-single-buttons {
    margin-bottom: 40px;
    display: block;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .about-job {
    width: 100%;
  }
  .arrow:after {
    bottom: 60px;
    right: 25px;
  }
  .header-block-area {
    background: none;
    height: auto;
    padding-top: 0;
  }
  .header-block-one {
    width: 100%;
    background-image: url("./images/ieskote-darbuotoju.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    display: block;
    position: relative;
  }
  .header-block-two {
    width: 100%;
    background-image: url("./images/ieskote-darbuotoju-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80px;
    display: block;
    position: relative;
    margin-top: -1px;
  }
  .jobs-block {
    width: 80%;
  }
  .bx-controls.bx-has-pager {
    margin-bottom: 25px;
  }
  .straipsnis {
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }
  .footer-rekvizitai {
    display: none;
  }
  p.mobile-rekvizitai-first {
    margin-bottom: 2px;
    font-weight: 600;
  }
  .rekvizitai-one-row {
    display: inline-block;
  }
  .rekvizitai,
  .menu-footer-meniu-container {
    display: inline-block;
    /*width: 45%;*/
  }
  .rekvizitai {
    margin-left: 60px;
  }
  .menu-footer-meniu-container {
    float: right;
  }
  ul.footer-nav {
    float: right;
    margin-top: 0;
    margin-left: 0;
  }
  .footer-nav li {
    padding-bottom: 13px;
  }
  .popup {
    height: 400px;
    margin: 0 auto;
  }
  .popup .content {
    max-height: 60%;
  }
  .verta-block p {
    width: 65%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .verta {
    text-align: center;
  }
  .susisiekite,
  .sutartis,
  .darbuotojai {
    width: 50%;
  }
  .image-block-area:after {
    display: none;
  }
  .susisiekite-p:after,
  .sutartis-p:after,
  .cv-p:after {
    content: url(./images/arrow-bottom.png);
    display: block;
    padding-top: 20px;
    vertical-align: middle;
  }
  .loader {
    left: 45%;
  }
  h1.skelbimai-title {
    top: 25%;
  }
  h5.border-bottom-blue,
  h5.border-bottom-dblue {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 40px !important;
    line-height: 45px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 600px) { /* ------------------------------------------------------ */
  .nermeka-logo {
      width: 130px!important;
      bottom: -10px!important;
  }
  .smaller-logo-width{
    width: 75px !important;
  }

  .arrow:after {
    bottom: 100px;
  }
  .front-pareigos {
    margin-bottom: 10px;
  }
  .prenumeruok-area p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .image-block-area:after {
    padding-left: 5px;
    top: 50%;
  }
  .blue-skelbimai {
    width: 40%;
  }
  .straipsnis {
    padding-right: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
    padding: 0;
  }
  .panasus-straipsnis-text {
    margin-bottom: 20px;
  }
  .cf-full-width,
  .cf-full-width-btn,
  input[type="submit"],
  input[type="reset"] {
    width: 100%;
  }
  .custom-label-for-file {
    max-width: inherit;
    text-align: center;
  }
  .straipsnis-text {
    width: 100%;
  }
  .straipsnis-image {
    min-width: 100%;
  }
  .straipsnis-title {
    margin-top: 20px;
  }
  .job-content {
    width: 60%;
    margin-left: 15px;
  }
  .menu-footer-meniu-container {
    width: 100%;
    text-align: center;
  }
  .footer-nav li {
    display: inline-block;
    margin-right: 15px;
  }
  ul.footer-nav {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .siusti-cv {
    display: block;
  }
  .label-file {
    margin-bottom: 20px;
  }
  .label-file,
  .contact-btn {
    padding: 20px 0 20px 0 !important;
    min-width: 100% !important;
    text-align: center;
    float: none !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    background-color: inherit !important;
    border: 1px solid #1f415c !important;
    color: #1f415c !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
  }
  .arrow:after {
    bottom: 150px;
  }
  .prenumeruoti-btn-area {
    width: 80% !important;
  }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) { /* -------------------------------------------------------- */
  .single-post-title {
    height: 140px;
  }
  h1.skelbimai-title {
    top: 34%;
    font-size: 19px;
  }
  h5.border-bottom-dblue,
  h5.border-bottom-blue {
    width: 80%;
    margin: 0 auto;
  }
  .prenumeruok-title,
  .prenumeruok-title-inner {
    font-size: 28px;
  }
  .arrow:after {
    bottom: 40px;
  }
  .rekvizitai {
    margin-left: 0;
  }
  .footer-nav li {
    display: block;
  }
  .menu-footer-meniu-container {
    text-align: left;
    margin-top: 25px;
  }
  .job-area {
    max-height: 100%;
  }
  .verta-block p {
    text-align: inherit;
  }
  .jobs-block {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .job-info {
    width: 100%;
    border-bottom: 1px solid #e0e1e2;
    border-top: 1px solid #e0e1e2;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    padding-left: 0;
  }
  .job-info p {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 16px;
  }
  .job-registracija-button,
  .job-rekomenduok-button,
  .job-rekomenduok-button-single {
    width: 320px;
  }
  .job-rekomenduok-button-single {
    margin-bottom: 0;
  }
  .job-buttons,
  .job-button {
    width: inherit;
    padding-left: 0;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }
  .job-button {
    min-height: inherit;
    width: 100%;
  }
  .job-spacing {
    padding: 0;
  }
  .job-kandituoti-button,
  .job-rekomenduokdrauga-button {
    width: 100%;
  }
  .job-content {
    width: 50%;
    margin-top: 15px;
    margin-left: 35px;
    margin-right: 0px;
    overflow: hidden;
  }
  .job-area-inner {
    margin-top: 0;
  }
  .country-icon {
    padding-top: 0;
    padding-right: 30px;
  }
  .front-pareigos a {
    font-size: 24px;
  }
  .border-bottom-blue::after,
  .border-bottom-dblue::after {
    margin: 0 auto;
    right: 0;
    width: 96px;
  }
  .border-bottom-blue,
  .border-bottom-dblue {
    text-align: center;
  }
  .sutartis-p,
  .darbas-p,
  .cv-p {
    padding-left: 0;
  }
  .nopadding-dirbti {
    padding-left: 0;
  }
  .footer-logo {
    display: none;
  }
  .footer-rekvizitai {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .footer-content {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .sans-light {
    padding-left: 0;
  }
  .header-block-area {
    margin-bottom: 18px;
  }
  .kur-darbas {
    width: 50%;
  }
  .darbas-lt:after {
    content: "";
    height: 100px;
    width: 1px;
    background: #0388b8;
    position: absolute;
    right: 0;
    bottom: 0;
    top: -39px;
  }
  .blue-skelbimai {
    overflow: hidden;
    width: 80%;
  }
  .blue-skelbimai a {
    word-spacing: 70px;
  }
  .footer-nav {
    font-weight: 400;
  }
  .job-image-mobile {
    display: block;
    margin-top: -60px;
  }
  .job-image {
    display: none;
  }
  .mobile-kandituoti,
  .mobile-rekomenduoti {
    width: 80%;
    height: 45px;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .premija {
    padding: 6px 8px 15px 8px;
    overflow: hidden;
  }
  .about-us-image {
    display: none;
  }
  .about-us-light {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    margin-bottom: 0;
  }
  .nav-links {
    width: 90%;
    margin: 0 auto;
  }
  .straipsnis-inner-image {
    float: none;
    padding-left: 0;
    width: 100%;
    margin-top: -100px;
    padding-bottom: 15px;
  }
  .straipsnis-inner-title {
    display: none;
  }
  .straipsnis-inner-text {
    width: 90%;
    margin: 0 auto;
  }
  .contact-form-title {
    margin-top: 0;
    padding-top: 40px;
    margin-bottom: 20px;
  }
  .kontaktine-forma {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-light-text {
    font-size: 22px;
    width: 100%;
  }
  .form-control {
    height: 40px;
  }
  .konktatine-forma-area {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
  }
  div.entry-content {
    padding: 0px 20px 0px 20px;
  }
}

/* Custom, iPhone Retina */

@media only screen and (max-width: 415px) { /* --------------------------------------------------------- */
  .section-title {
    font-size: 18px;
  }
  .popup .content {
    max-height: 55%;
  }
  .front-job-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 220px !important;
  }
  .job-registracija-button,
  .job-rekomenduok-button,
  .job-rekomenduok-button-single {
    width: 80%;
    font-size: 13px;
  }
  .nopadding {
    margin-top: 0;
  }
  .job-content {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .front-pareigos,
  .front-aprasymas {
    text-align: center;
  }
  .front-pareigos a {
    font-size: 20px;
  }
  .job-avatar {
    width: 100%;
    height: 100%;
  }
  .header-block-content h3,
  .header-block-content-right h3 {
    margin-top: 30px;
    font-size: 30px;
  }
  .job-info p {
    display: block;
  }
  .header-block-content,
  .header-block-content-right {
    padding-top: 30px;
  }
  .custom-label-for-file {
    font-size: 13px;
    overflow: hidden;
  }
  .modal-body {
    padding: 20px;
  }
  h5.border-bottom-blue,
  h5.border-bottom-dblue,
  h5.border-bottom-whitedblue {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 25px !important;
    line-height: 35px;
    margin-top: 20px;
  }
  h4.about-title {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 10px;
  }
  div.about-us-content {
    padding: 0px;
  }
  div.container {
    padding: 0px;
  }
  div.about-us-mobile-image {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -10px;
  }
  div.about-us-light {
    padding: 0px !important;
  }
}

@media only screen and (max-width: 320px) { /* --------------------------------------------------------- */
  h5.border-bottom-whitedblue {
    font-size: 36px;
  }
  .bx-viewport {
    max-height: 350px;
  }
  .mobile-kandituoti,
  .mobile-rekomenduoti {
    width: 90%;
  }
  .premija {
    padding: 4px 8px 15px 8px;
  }
  .header-block-content-right h3 {
    margin-top: 20px;
  }
  .header-block-two {
    padding-bottom: 100px;
  }
  .about-job {
    width: 95%;
  }
  .nermeka-table {
    width: 90%;
    zoom: 0.8;
    margin: 0 auto;
  }
  .loader {
    left: 40%;
  }
}

#page.site {
  position: relative;
}

#cookiesWarningHolder {
  display: none;
  margin: 20px 0px 0px 0px;
  z-index: 200;
  padding: 0px;
  font-size: 14px;
  color: #ffffff;
  background: #0699cd;
  position: fixed;
  bottom: 0px;
  width: 100%;
}

#cookiesWarningHolder p {
  color: #ffffff;
  margin: 0px;
}

#cookiesWarningHolder .fixWidth {
  position: relative;
  width: auto;
  margin: 0px auto 0px auto;
  padding: 20px 100px 20px 20px;
}

#cookiesWarningHolder a {
  color: #ffffff;
}

#cookiesWarningHolder .ApproveButton {
  display: block;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 14px);
  right: 15px;
  background: #4bcc89;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
}

.activeAdvertDate {
  color: #5bbe86;
}

.inActiveAdvertDate {
  color: #c44a4a;
}

.atlyginimas {
  z-index: 9999;
}

.front-job-image {
  position: relative;
}

.importantSymbol {
  position: absolute;
  width: 51px;
  height: 51px;
  bottom: -2px;
  right: -2px;
  background-image: url("./images/hot-corner.png");
  background-size: 51px 51px;
}

.main-navigation .menu-pagrindinis-meniu-kaire-container ul {
  justify-content: flex-end;
}

.main-navigation .menu-pagrindinis-meniu-desne-container ul {
  justify-content: flex-start;
}

.main-navigation .menu-pagrindinis-meniu-desne-container ul li,
.main-navigation .menu-pagrindinis-meniu-kaire-container ul li {
  padding: 0px 10px 0px 10px;
	font-size: 13px;
  
}

/* Kainu blokai */

.price-boxes {
    float: left;
    width: 100%;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 55px;
    margin-bottom: 0;
    /*margin-left: -6px;
    margin-right: -6px;*/
}

.price-box-item {
  border-radius: 6px;
    position: relative;
    float: left;
    width: calc(25% - 12px);
    margin: 6px;
    background: #fff;
    box-shadow: 0px 3px 12px #d5d8da;
}

.price-box-head {
  background: #1e568d;
  padding: 30px 40px;
  text-align: center;
  color: #fff;
  -webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}

.price-box-head h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 300;
}

.price-box-head .price {
  margin-top: 0;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0;
  color: #4bcc89;
}

.price-box-head .desc {
  font-weight: bold;
}

.price-box-body {
  padding: 30px 20px;
}

.price-box-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.price-box-body ul li {
  text-align: center;
  color: #48575e;
  line-height: 18px;
  font-size: 13px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.price-box-body ul li:last-child {
  border-bottom: none;
}

.price-box-body .price-btn {
  background: #4bcc89;
  display: block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 3px;
}

@media (max-width: 991px) {
    .price-box-item {
      width: calc(50% - 12px);
  }
}

.price-form {
  padding-top: 100px;
}

@media (max-width: 767px) {
  .price-form {
    padding-top: 50px;
  float: left;
  width: 100%;
}
}
.price-form form {
  float: left;
  width: 100%;
}

.price-form .contact-label {
  display: block;
  float: left;
  width: 100%;
}

.price-form .wpcf7-form-control-wrap {
  width: 100%;
  float: left;
}

.price-form  span.wpcf7-list-item {
  width: 100%;
  float: left;
  margin-left: 0;
}

.price-form .mb-40 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
	.row, div.about-us-mobile-image{
		margin-left: 0;
		margin-right: 0;
	}
.page-about-us-full .box-item{
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media only screen and (max-width: 415px){
	div.about-us-content{
		padding-left: 15px;
    	padding-right: 15px;
	}
}
@media only screen and (max-width: 480px){
	.about-title {
		    overflow-wrap: break-word;
	}
}