html,
body {
  min-height: 100%;
  background: #fff; /*F0F0F0*/
  font-family: poppins, sans-serif;
  font-size: 14px;
  color: #000; /* 848484 */
}
body.landing-page{color:#848484;background:#f4f4f5 !important;}
html.page,
body.page {
  background: #fff;/*f4f4f5*/
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

html, body {
  overflow-x: hidden;
}

html.active,
body.active {
  overflow-x: visible;
  overflow: hidden !important;
}

section
{
  background-color: #ffffff !important;
}

.container,
header,
section,

.container,
.container-fluid {
  max-width: 1600px;
  margin:auto;
}
header,section{max-width:100%;}

a {
  color: #848484;
}
a:hover {
  color: #848484;
}
img {
  max-width: 100%;
  border: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
h1.title,
h2.title,
h3.title,
h4.title {
  position: relative;
  display: block;
  padding: 0;
  margin: 0 0 27px 0;
  line-height: normal;
  font-size: 34px;
  font-family: 'proximanovaregular';
  font-weight: normal;
  color: #0B5669;
  text-transform: uppercase;
}
.videogr
{
   width: 100%;
     max-width:470px;
     margin: auto;
}
@media screen and (max-width: 767px) {
.videogr
{
  width: 100%;
    max-width:auto;

}

header#header-block > .container-fluid.bottom .links li.transportation a::before
{
  width: 35px !important;
}

  h1.title,
  h2.title,
  h3.title,
  h4.title {
    margin: 0 0 17px 0;
    font-size: 20px;
    font-family: 'opensanssemibold';
  }
}
/*
 * Default WP Alignment Classes
 *****************************************************************************/

.aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-caption {
    padding: 5px 0;
    border: 1px solid #555;
    background: #444;
    text-align: center;
}

.wp-caption img {
    display: inline;
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: #ddd;
}
.no-margin {
  margin: 0 !important;
}
.btn {
  padding: 0 20px;
  border: 0;
  line-height: 40px;
  color: #fff;
  font-family: 'proximanovabold';
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}


.btn.default {
  background: #0B5669;
}
.btn.default:hover,
.btn.default:active,
.btn.default:focus {
  background: #b30b12;
}
.btn.with-arrow {
  padding-right: 45px;
  background-image: url("../images/btn-arrow.png");
  background-position: 95% center;
  background-repeat: no-repeat;
}
ul.pagination {
  width: 100%;
  margin: 70px 0 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
ul.pagination li {
  display: inline-block;
  vertical-align: top;
}
ul.pagination li a {
  display: block;
  padding: 0 5px 2px 5px;
  margin: 0;
  line-height: 12px;
  background: none;
  border: 0;
  color: #0B5669;
  font-family: 'proximanovabold';
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
ul.pagination li a:hover {
  background: none;
  border-bottom: 2px solid #a9a9a9;
  color: #888;
}
ul.pagination li.active a {
  background: none;
  border-bottom: 2px solid #a9a9a9;
  color: #888;
}
ul.pagination li.active a:hover {
  background: none;
  border-bottom: 2px solid #a9a9a9;
  color: #888;
}
ul.pagination li.prev a,
ul.pagination li.next a {
  padding: 0 0 2px 0;
  border: 0;
  border-bottom: 2px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
ul.pagination li.prev {
  margin: 0 34px 0 0;
}
ul.pagination li.prev a {
  padding-left: 22px;
  background: url('../images/pagination-prev.png') left -1px no-repeat;
}
ul.pagination li.next {
  margin: 0 0 0 34px;
}
ul.pagination li.next a {
  padding-right: 22px;
  background: url('../images/pagination-next.png') right top no-repeat;
}
@media screen and (max-width: 400px) {
	.esi-link{display:none;}
  ul.pagination li {
    margin: 5px;
  }
  ul.pagination li.prev,
  ul.pagination li.next {
    display: none;
  }
}
header#header-block {
  padding: 0;
  background: #fff;
  z-index:100;
}
header#header-block > .container-fluid.top {
  height: 60px;
  padding-top: 22px;
}

header#header-block > .container-fluid.top #logo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 305px;
  height: 124px;
  line-height: 124px;
  background: #fff;
  text-align: center;
  z-index: 5;
}

@media screen and (max-width: 1199px) {
  header#header-block > .container-fluid.top #logo {
    top: 6px;
    width: 122px;
    height: auto;
    line-height: normal;
  }
}
@media screen and (max-width: 360px) {
  header#header-block > .container-fluid.top #logo {
    top: 13px;
    width: 90px;
  }
}
header#header-block > .container-fluid.top .col-md-6.menu .menu-toggle {
  position: relative;
  display: inline-block;
  margin: 0;
  line-height: 11px;
  color: #3a3c3a;
  font-family: poppins, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

header#header-block > .container-fluid.top .col-md-6.menu .menu-toggle:before {
  content: '';
  display: inline-block;
  height: 15px;
  width: 18px;
  border-top: 3px solid #0B5669;
  border-bottom: 3px solid #0B5669;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header#header-block > .container-fluid.top .col-md-6.menu .menu-toggle:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 3px;
  background: #0B5669;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header#header-block > .container-fluid.top .col-md-6.menu .menu-toggle span {
  display: inline-block;
  position: relative;
  bottom: 2px;
  margin: 0 0 0 14px;
}
@media screen and (max-width: 360px) {
  header#header-block > .container-fluid.top .col-md-6.menu .menu-toggle span {
    display: none;
  }
}
header#header-block > .container-fluid.top .col-md-6.menu .menu-toggle.active span {
  color: #0B5669;
}
@media screen and (max-width: 767px) {
  header#header-block > .container-fluid.top .col-md-6.menu .menu-toggle.active {
    color: #b70b12;
  }
}
header#header-block > .container-fluid.top .col-md-6.menu #navigation {
  display: none;
  position: absolute;
  top: 38px;
  left: 15px;
  width: 255px;
  height: auto;
  margin: 0;
  padding: 0;
  background: #0B5669;
  z-index: 99999;
}
@media screen and (min-width: 767px) {

    header#header-block > .container-fluid.top .col-md-6.menu #navigation {
    left: -15px ;
    }
}

header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul {
  padding: 0;
}
@media screen and (max-width: 767px) {
  header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul {
    padding: 10px 25px 140px 25px;
  }
}
header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li {
  display: block;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #63D5F3;
}
header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li:last-child {
  border: 0;
}
header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li a {
  display: block;
  padding: 15px 30px;
  line-height: normal;
  font-family: 'proximanovabold';
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li a:hover,
header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li a:focus,
header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li a:active {
  background: none;
  color: #63D5F3;
}
header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li.open a {
  background: none;
}
header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li.active a {
  color: #63D5F3;
}
@media screen and (min-width: 768px) {
  header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li.dropdown a.dropdown-toggle {
    padding-left: 42px;
    background-image: url("../images/nav-arrow.png") !important;
    background-position: 20px center !important;
    background-repeat: no-repeat !important;
    clear: both;
  }
}
header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li.dropdown > .dropdown-menu {
  position: absolute;
  top: 0px;
  left: 100%;
  padding: 0;
  margin: 0;
  background: #159DC0;
  border: 0;
  border-top: 1px solid #159DC0;
  box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li.dropdown > .dropdown-menu li {
  border-bottom: 1px solid #63D5F3;
  clear: both;
}
header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li.dropdown > .dropdown-menu li:last-child {
  border: 0;
}
header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li.dropdown > .dropdown-menu li a {
  color: #fff;
  clear: both;
}
header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li.dropdown > .dropdown-menu li a:hover,
header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li.dropdown > .dropdown-menu li a:focus {
  background: #63D5F3;
  color: #0B5669;
}
header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li.dropdown > .dropdown-menu li.dropdown-submenu {
  position: relative;
}
header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li.dropdown > .dropdown-menu li.dropdown-submenu .dropdown-menu {
  min-width: 250px;
  background: #0B5669;
   top: -1px;
}
header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li.dropdown > .dropdown-menu li.dropdown-submenu .dropdown-menu li {
  border-bottom: 1px solid #63D5F3;
  clear: both;
}
header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li.dropdown > .dropdown-menu li.dropdown-submenu .dropdown-menu li:last-child {
  border: 0;
}
header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li.dropdown > .dropdown-menu li.dropdown-submenu .dropdown-menu li a {
  color: #fff;
  clear: both;
  -webkit-transition: padding-left 0.3s ease;
  -moz-transition: padding-left 0.3s ease;
  -o-transition: padding-left 0.3s ease;
  transition: padding-left 0.3s ease;
}
header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li.dropdown > .dropdown-menu li.dropdown-submenu .dropdown-menu li a:hover,
header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li.dropdown > .dropdown-menu li.dropdown-submenu .dropdown-menu li a:focus {
  padding-left: 45px;
  padding-right: 15px;
  background: #63D5F3 url('../imagesnav-arrow.png') 30px center no-repeat;
  color: #0B5669;
}
header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li.dropdown > .dropdown-menu li.dropdown-submenu.open a.dropdown-toggle {
  background: #63D5F3;
  color: #0B5669;
}
header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li.dropdown > .dropdown-menu li.dropdown-submenu.open .dropdown-menu {
  display: block;
}
header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li.dropdown > .dropdown-menu li.open a.dropdown-toggle {
  background: #63D5F3 url('../images/nav-arrow.png') 20px center no-repeat !important;
}
header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li.dropdown.open > .dropdown-menu {
  display: block;
}
header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li.dropdown.open > a.dropdown-toggle {
  color: #63D5F3;
}
@media screen and (max-width: 767px) {
  header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li {
    border: 0;
  }
  header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li a {
    padding: 10px 0;
    font-size: 15px;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) {
  header#header-block > .container-fluid.top .col-md-6.menu #navigation {
    display: inline;
    position: fixed;
    top: 60px;
    left: -100%;
    width: 100%;
    height: 100%;
    background: ##b70b12;
    overflow: auto;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li a {
    color: #fff;
    font-size: 15px;
    white-space: normal;
  }
  header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li a.dropdown-toggle {
    padding: 10px 0 !important;
    background: none !important;
  }
  header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li.dropdown ul.dropdown-menu {
    position: static;
    width: 100%;
    margin: 0 0 10px 20px;
    padding: 0 0 0 15px;
    border: 0;
    border-left: 2px solid #63D5F3;
    background: none !important;
  }
  header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li.dropdown ul.dropdown-menu li {
    border: 0;
  }
  header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li.dropdown ul.dropdown-menu li a {
    color: #fff !important;
  }
  header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li.dropdown ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu {
    width: auto;
    min-width: 1px;
  }
  header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li.dropdown ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu li {
    border: 0 !important;
  }
  header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li.dropdown.open a.dropdown-toggle {
    color: #63D5F3;
  }
  header#header-block > .container-fluid.top .col-md-6.menu #navigation > ul li.dropdown.open ul.dropdown-menu {
    display: block;
  }
  header#header-block > .container-fluid.top .col-md-6.menu #navigation .social-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #e9e9e9;
  }
  header#header-block > .container-fluid.top .col-md-6.menu #navigation .social-wrap .social-media li {
    float: left;
    width: 25%;
  }
  header#header-block > .container-fluid.top .col-md-6.menu #navigation .social-wrap .social-media li a {
    position: relative;
    display: block;
    height: 64px;
    width: 100%;
    border-right: 1px solid #d7d7d7;
    text-align: center;
  }
  header#header-block > .container-fluid.top .col-md-6.menu #navigation .social-wrap .social-media li a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  header#header-block > .container-fluid.top .col-md-6.menu #navigation .social-wrap .social-media li a.facebook:before {
    background: url('../images/footer-social.png') no-repeat 0 -2px;
    width: 18px;
    height: 34px;
  }
  header#header-block > .container-fluid.top .col-md-6.menu #navigation .social-wrap .social-media li a.facebook:hover:before {
    background-position: 0 -46px;
  }
  header#header-block > .container-fluid.top .col-md-6.menu #navigation .social-wrap .social-media li a.twitter:before {
    background: url('../images/footer-social.png') -26px -10px no-repeat;
    width: 32px;
    height: 26px;
  }
  header#header-block > .container-fluid.top .col-md-6.menu #navigation .social-wrap .social-media li a.twitter:hover:before {
    background-position: -26px -54px;
  }
  header#header-block > .container-fluid.top .col-md-6.menu #navigation .social-wrap .social-media li a.youtube:before {
    background: url('../images/footer-social.png') -69px 0 no-repeat;
    width: 30px;
    height: 37px;
  }
  header#header-block > .container-fluid.top .col-md-6.menu #navigation .social-wrap .social-media li a.youtube:hover:before {
    background-position: -69px -44px;
  }
  header#header-block > .container-fluid.top .col-md-6.menu #navigation .social-wrap .social-media li a.linked:before {
    background: url('../images/footer-social.png') -108px -6px no-repeat;
    width: 32px;
    height: 30px;
  }
  header#header-block > .container-fluid.top .col-md-6.menu #navigation .social-wrap .social-media li a.linked:hover:before {
    background-position: -108px -50px;
  }
  header#header-block > .container-fluid.top .col-md-6.menu #navigation .social-wrap .social-media li:last-child a {
    border: 0;
  }
  header#header-block > .container-fluid.top .col-md-6.menu #navigation .social-wrap .social-media li:nth-child(2n+0) a {
    background: #f2f2f2;
  }
}

/* Header language */

header#header-block > .container-fluid.top .language {
  margin: -2px 0 0 0;
}

header#header-block > .container-fluid.top .language span,
header#header-block > .container-fluid.top .language .dropdown-btn {
  display: inline-block;
  vertical-align: middle;
}

header#header-block > .container-fluid.top .language span {
  margin: 0 9px 0 0;
  line-height: 11px;
  color: #3a3c3a;
  font-family: 'proximanovabold';
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  header#header-block > .container-fluid.top .language .language-block {
    float: right;
  }

  header#header-block > .container-fluid.top .language .dropdown-btn {
    position: relative;
  }

  header#header-block > .container-fluid.top .language .dropdown-btn .dropdown-toggle {
    display: none;
  }

  header#header-block > .container-fluid.top .language ul.dropdown-menu {
    display: block;
    position: static;
    min-width: 1px;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }

  header#header-block > .container-fluid.top .language ul.dropdown-menu li {
    display: inline-block;
    margin: 0 7px 0 0;
  }

  header#header-block > .container-fluid.top .language ul.dropdown-menu li:last-child {
    margin: 0;
  }

  header#header-block > .container-fluid.top .language ul.dropdown-menu li a {
    padding: 0;
    background: none;
    color: #0B5669;
    font-family: 'proximanovabold';
  }

  header#header-block > .container-fluid.top .language ul.dropdown-menu li a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  header#header-block > .container-fluid.top .language .language-block > span {
    display: none;
  }

  header#header-block > .container-fluid.top .language .dropdown-btn {
    position: relative;
  }

  header#header-block > .container-fluid.top .language .dropdown-btn .dropdown-toggle {
    position: relative;
    padding: 0 15px 0 0;
    line-height: normal;
    background: none;
    font-size: 18px;
    color: #0B5669;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
  }

  header#header-block > .container-fluid.top .language .dropdown-btn .dropdown-toggle:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    width: 9px;
    height: 6px;
    background: url('../images/lang-arrow.png?ver=2') no-repeat 0 -9px;
  }

  header#header-block > .container-fluid.top .language .dropdown-btn.open .dropdown-toggle:after {
    background-position: 0 0;
  }

  header#header-block > .container-fluid.top .language ul.dropdown-menu {
    min-width: 1px;
    border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  header#header-block > .container-fluid.top .language ul.dropdown-menu li a {
    padding: 5px 10px;
    font-family: 'proximanovabold';
  }
}


@media screen and (max-width: 490px) {
  header#header-block > .container-fluid.top .language span {
    display: none;
  }
  header#header-block > .container-fluid.top .menu .menu-toggle span {
    display: none;
  }
}

/* /Header language */

header#header-block > .container-fluid.bottom {
  height: 64px;
  background: #f0f0f0 url('../images/header-shadow.png') center top no-repeat;
}
@media screen and (max-width: 730px) {
  header#header-block > .container-fluid.bottom {
    background: #f0f0f0 url('../images/header-shadow-mob.png') center top no-repeat;
  }
}
header#header-block > .container-fluid.bottom .links {
  width: 38.433382137628115%;
  padding: 12px 0 0 0;
}
@media screen and (max-width: 1199px) {
  header#header-block > .container-fluid.bottom .links {
    width: 50%;
  }
}
header#header-block > .container-fluid.bottom .links li {
  position: relative;
  float: left;
  width: 50%;
  text-align: center;
}
header#header-block > .container-fluid.bottom .links li a {
  display: inline-block;
  color: #a2a2a2;
  font-family: 'proximanovabold';
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
header#header-block > .container-fluid.bottom .links li a span {
  display: inline-block;
}
header#header-block > .container-fluid.bottom .links li a span small {
  display: block;
  font-family: 'opensansbold';
  font-size: 12px;
  text-transform: none;
}
header#header-block > .container-fluid.bottom .links li.transportation a:before {
   background: rgba(0, 0, 0, 0) url("img/header-logos.png") no-repeat scroll -3px 0;
    content: "";
    display: inline-block;
    height: 42px;
    margin: 0 7px 0 0;
    width: 125px;
}
header#header-block > .container-fluid.bottom .links li.transportation a span {
  margin-top: 3px;
  vertical-align: top;
}
header#header-block > .container-fluid.bottom .links li.transportation a:hover:before {
  background-position: -3px -50px;
}
@media screen and (max-width: 730px) {
  header#header-block > .container-fluid.bottom .links li.transportation a:before {
    margin: 0;
  }
  header#header-block > .container-fluid.bottom .links li.transportation a span {
    display: none;
  }
}
header#header-block > .container-fluid.bottom .links li.girteka a {
  background: url(img/header-logos.png) no-repeat -171px -2px;
    width: 145px;
    height: 40px;
}
header#header-block > .container-fluid.bottom .links li.girteka a:hover {
  background-position: -171px -52px;
}
@media screen and (max-width: 730px) {
  header#header-block > .container-fluid.bottom .links li.girteka a {
    width: 37px;
  }
}
header#header-block > .container-fluid.bottom .links li.sirin {
  padding: 2px 0 0 0;
}
header#header-block > .container-fluid.bottom .links li.sirin a {
  background: url('../images/header-logos.png') no-repeat -3px -97px;
  width: 140px;
  height: 35px;
}
header#header-block > .container-fluid.bottom .links li.sirin a:hover {
  background-position: -3px -144px;
}
@media screen and (max-width: 730px) {
  header#header-block > .container-fluid.bottom .links li.sirin a {
    width: 55px;
  }
}
header#header-block > .container-fluid.bottom .links li.warehouse {
  padding: 2px 0 0 0;
}
header#header-block > .container-fluid.bottom .links li.warehouse a {
  height: 35px;
}
header#header-block > .container-fluid.bottom .links li.warehouse a:before {
  content: '';
  display: inline-block;
  margin: 0 14px 0 0;
  background: url('../images/header-logos.png') no-repeat -179px -97px;
  width: 38px;
  height: 35px;
}
header#header-block > .container-fluid.bottom .links li.warehouse a span {
  vertical-align: top;
}
header#header-block > .container-fluid.bottom .links li.warehouse a:hover:before {
  background-position: -179px -144px;
}
@media screen and (max-width: 730px) {
  header#header-block > .container-fluid.bottom .links li.warehouse a:before {
    width: 38px;
    margin: 0;
  }
  header#header-block > .container-fluid.bottom .links li.warehouse a span {
    display: none;
  }
}
@media screen and (min-width: 1600px) {
  header#header-block {
    position: relative;
  }
  header#header-block:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 64px;
    width: 100%;
    background: #fff;
    z-index: 1;
  }
  header#header-block > .container-fluid.top,
  header#header-block > .container-fluid.bottom {
    position: relative;
    z-index: 2;
  }
  header#header-block > .container-fluid.top {
    z-index: 3;
  }
}
header#header-block .tooltip {
  top: 55px !important;
  margin-top: 0;
  padding-bottom: 0;
}
header#header-block .tooltip.in,
header#header-block .tooltip.out {
  opacity: 1 !important;
}
header#header-block .tooltip .tooltip-arrow {
  margin-left: 0;
  border-bottom-color: #0B5669;
}
header#header-block .tooltip .tooltip-inner {
  padding: 15px;
  background: #0B5669;
  color: #fff;
  font-size: 13px;
  font-family: 'opensansbold';
  text-transform: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-align: left;
  opacity: 1;
}
.page #services-nav {
  padding: 14px 0;
  margin: 0 0 20px 0;
  background: #0B5669;
}
.page #services-nav > ul > li {
  float: left;
  width: 25%;
}
.page #services-nav > ul > li > a {
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 28px;
  color: #fff;
  font-size: 15px;
  font-family: 'proximanovabold';
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .page #services-nav > ul > li > a {
    line-height: normal;
  }
}
.page #services-nav > ul > li.used-equipment a {
  padding-top: 11px;
  line-height: normal;
}
.page #services-nav > ul > li.active,
.page #services-nav > ul > li a:hover {
  background: #b70b12;
}
.page #services-nav > ul > li.dropdown.open > a {
  color: #ff7b80;
}
.page #services-nav > ul > li.dropdown.open .dropdown-menu {
  top: 87px;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #0B5669;
  border: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkitbox-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.page #services-nav > ul > li.dropdown.open .dropdown-menu:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 11px;
  height: 5px;
  background: url('../images/dropdown-arrow.png') center no-repeat;
}
.page #services-nav > ul > li.dropdown.open .dropdown-menu li a {
  padding: 18px 20px;
  line-height: normal;
  color: #fff;
  font-family: 'proximanovabold';
  font-size: 15px;
}
.page #services-nav > ul > li.dropdown.open .dropdown-menu li a:hover {
  color: #ff7b80;
}
@media screen and (max-width: 991px) {
  .page #services-nav > ul > li {
    width: 50%;
  }
}
@media screen and (max-width: 560px) {
  .page #services-nav > ul > li {
    width: 100%;
  }
  .page #services-nav > ul > li.used-equipment a {
    height: 60px;
    line-height: 60px;
    padding: 0 28px;
  }
}
@media screen and (max-width: 375px) {
  .page #services-nav > ul > li.used-equipment a {
    padding-top: 11px;
    line-height: normal;
  }
}
section.page-header-box {
  position: relative;
  height: 180px;
  padding: 79px 0 0 0;
}
section.page-header-box:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  opacity: .09;
}
@media screen and (max-width: 767px) {
  section.page-header-box:after {
    content: normal;
  }
}
@media screen and (min-width: 1360px) {
  section.page-header-box {
    background-size: cover !important;
    -o-background-size: cover !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
  }
}
@media screen and (max-width: 767px) {
  section.page-header-box {
    height: 62px;
    padding: 20px 0 0 0;
  }
}
section.page-header-box .container {
  position: static;
}
section.page-header-box .container .row {
  position: relative;
  z-index: 10;
}
section.page-header-box .container .row a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
section.page-header-box .container .row a:hover {
  color: #cfcfcf;
}
section.page-header-box .container .row .col-md-3 .breadcrumb {
  padding: 0;
  margin: 0;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
section.page-header-box .container .row .col-md-3 .breadcrumb li:before {
  color: #fff;
}
section.page-header-box .container .row .col-md-3 .breadcrumb li.home a {
  padding: 0 0 0 20px;
  background: url('../images/home-ico.png') left center no-repeat;
}
section.page-header-box .container .row .col-md-3.share a {
  display: inline-block;
  margin: 0;
  padding: 0 20px 0 0;
  line-height: 13px;
  background: url('../images/share-ico.png') right center no-repeat;
}
section.page-header-box .container .row .col-md-6 h1 {
  margin: 0;
  padding: 0;
  font-family: 'proximanovabold';
  font-weight: normal;
  font-size: 24px;
  color: #fff;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  section.page-header-box .container .row .col-md-6 h1 {
    font-size: 19px !important;
    line-height: normal;
  }
}
.post-title {
  font-family: 'proximanovasemibold';
  font-size: 27px;
  color: #0B5669;
}
/*
section {
 padding:  115px 0 ;
}*/


@media screen and (max-width: 991px) {
 /* section {
    padding: 35px 0;
  }*/
}
section p {
  line-height: 1.9;
}
section .sort-container {
  margin: 0 0 20px 0;
}
section .sort-container select,
section .sort-container input[type="text"] {
  width: 100%;
  height: 36px;
  padding: 0 !important;
  background: #f4f4f5 url('../images/dropdown.png') 100% 49% no-repeat;
  border: none;
  border-bottom: 1px solid #d2d2d2;
  color: #727272;
  font-family: 'opensansbold';
  font-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-padding-end: 20px;
  -moz-padding-end: 20px;
  -webkit-padding-start: 20px;
  -moz-padding-start: 20px;
  outline: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section .sort-container input[type="text"] {
  background: none;
}
section .sort-container input[type="text"].search-input {
  padding-right: 45px !important;
}
section .sort-container form {
  position: relative;
}
section .sort-container form.search-form input[type="submit"] {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 12px;
  height: 13px;
  background: url('../images/search-ico.png') center no-repeat;
  border: 0;
  text-indent: -9999px;
}
section.hero {
  position: relative;
  padding: 0;
  height: 417px;
  background: url('../images/hero-bg.jpg') top center no-repeat;
  background-size: cover;
  overflow: hidden;
}
section.hero .container {
  padding-top: 114px;
}
@media screen and (max-width: 767px) {
  section.hero {
    height: 236px;
    padding-top: 74px;
  }
  section.hero .container {
    padding-top: 0;
  }
}


.wecare-container {
   color: rgba(211, 211, 211, 0.7) !important;
    font-family: "proximanovabold" !important;
    font-size: 67px !important;
    letter-spacing: 5px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    width: 100% !important;
	text-transform: uppercase !important;
	    text-align: center !important;
}
.wecare-container small {
   display: block !important;
    font-size: 50px !important;
    letter-spacing: normal !important;
    margin: 0 0 15px !important;
    position: relative !important;
    font-family: "proximanovaregular" !important;
    z-index: 1 !important;
	text-align: center !important;
    color:rgba(211, 211, 211, 0.7) !important;
	line-height: 1 !important;
}

.wecare-container:before,
.wecare-container:after {
  content: '' !important;
  display: inline-block !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: -22px !important;
  margin: 0 auto !important;
  width: 150px !important;
  height: 63px !important;
  border: 2px solid rgba(211, 211, 211, 0.9) !important;
  border-bottom: 0 !important;
}
.wecare-container:after {
  top: auto !important;
  bottom: -40px !important;
  border: 2px solid rgba(211, 211, 211, 0.9) !important;
  border-top: 0 !important;
  height: 25px !important;
}
.buttonrow {
    bottom: -80px;
    margin: auto;
    position: relative;
    text-align: center;
}
.buttonrow .btn {
    margin-left: 30px;
     min-width: 200px;
}
@media screen and (max-width: 767px) {
  .wecare-container {
    font-size: 41.77px !important;
    letter-spacing: 5px !important;
  }
  .buttonrow
  {
    display: none;
  }

  .wecare-container small {
    font-size: 30px !important;
	margin: 0 !important;
  }
  .wecare-container:before,
  .wecare-container:after {
    width: 117px !important;
    height: 42px !important;
  }
    .wecare-container:after
    {
        height: 32px !important
    }

  .wecare-container:before {
    top: -21px !important;
  }
  .wecare-container:after {
    bottom: -37px !important;

  }
}

  section.hero:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background:#000;
     opacity: 0.5;
  }
.user-login {
  min-height: 588px;
}
.user-login p {
  margin: 0 0 32px 0;
  line-height: 1.9;
  font-size:14px;
  font-weight:700;
  color:#000; /*#848484;*/
}
.user-login .login-links {
  margin: 33px 0 0 0;
}
.user-login .login-links li {
  float: left;
}

@media (max-width: 991px) {
  .user-login .login-links {
    width: 55%;
    margin: 0 auto;
    text-align: left !important;
  }

  .user-login .login-links li {
    float: none;
    display: block;
    margin: 15px 0 !important;
  }
}

@media (max-width: 767px) {
  .user-login .login-links {
    width: 100%;
    margin-bottom: 30px;
  }
}

.user-login .login-links li a {
  display: inline-block;
  padding: 31px 0 0 128px;
  height: 106px;
  color: #0B5669;
  font-size: 16px;
  font-family: 'proximanovabold';
  text-transform: uppercase;
  text-decoration: none;
}
.user-login .login-links li a span {
  display: block;
  font-size: 14px;
  font-family: 'opensansbold';
  color: #3a3c39;
  text-transform: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.user-login .login-links li a:hover span {
  color: #63D5F3;
}
.user-login .login-links li.people {
  margin: 0 8% 0 0; /*8.0701754%*/
}
.user-login .login-links li.drivers a {
  background: url('/wp-content/uploads/vairai.png') left center no-repeat;
}
.user-login .login-links li.people a {
  background: url('/wp-content/uploads/zmones.png') left center no-repeat;
}
@media screen and (max-width: 1199px) {
  .user-login {
    min-height: 1px;
    background-position: 145% top;
  }
  .user-login .login-links li.drivers {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 991px) {
  .user-login {
    background: none;
  }
  .user-login .login-links {
    text-align: center;
  }

  .post  .nomargin
  {
    display: none;
  }

}
@media screen and (max-width: 562px) {
  .user-login .login-links li.drivers {
    margin: 0 0 30px 0;
  }
}
section.about-us {
  position: relative;
  height: 600px;
  padding: 150px 0 0 0;
}

section.about-us.employees {
  background: url('../images/about-employees-sm-bg.png') no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  section.about-us {
    height: auto;
    padding: 50px 0;
  }
}

section.about-us .text-box {


  position: relative;
  display: inline-block;
  width: 294px;
  height: 294px;
  margin: 0;
  padding: 30px 39px 39px 39px;
  line-height: 1.37;
  border: 5px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  font-weight: bold;
  font-size: 26px;
}

section.about-us .text-box span {
  position: relative;
}

section.about-us .text-box:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #2c2c2c;
}

section.about-us:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 254px;
  height: 254px;
  background: url('../images/cubes-ico-right.png') no-repeat;
}

@media screen and (max-width: 767px) {
  section.about-us:after {
    content: normal;
  }

  section.about-us .text-box {
    width: 140px;
    height: auto;
    padding: 13px;
    font-size: 14px;
    text-align: left;
  }

  section.about-us.trucks {
    text-align: left;
  }
}

@media screen and (min-width: 1600px) {
	.user-login{padding-left:100px !important;}
  section.about-us {
    background-size: cover !important;
  }
}
section.about-us.trucks .text-box {
  margin: 0 0 0 8.547008547008547%;
}

@media screen and (min-width: 768px) {
  section.about-us.trucks {
    background: rgba(0, 0, 0, 0) url("img/about-trucks-bg.jpg") no-repeat scroll center;
    background-size: cover;
  }
}

@media screen and (max-width: 1366px) {
   section.about-us.trucks {
      background-position: 0 100% !important;
   }
}

@media screen and (max-width: 991px) {
  section.about-us {
    background-size: cover !important;
    background-position: 0% 100% !important;
  }
}

@media screen and (max-width: 767px) {
  section.about-us.trucks {
    background: url('../images/about_trucks_xs_bg.jpg') center center no-repeat !important;
    background-size: cover !important;
  }
}

@media screen and (max-width: 500px) {
  section.about-us {
    background-position: 100% 100% !important;
  }
}

section.about-us.employees .text-box {
  margin: 0 8.547008547008547% 0 0;
}
section.about-us.employees:after {
  left: 0;
  background: url('../images/cubes-ico-left.png') no-repeat;
}
section.news {
  height: 681px;
  background: url('../images/news-bg.jpg') left top no-repeat;
}

@media screen and (max-width: 1199px) {
  section.news {
    height: auto;
    background-position: -200px 0;
  }
}
@media screen and (max-width: 991px) {
  section.news, .user-login {
    background: #fff !important;
    padding-left: 4%;
    padding-right: 4%;
      padding-top: 32px;
      padding-bottom: 32px;
  }
}
@media screen and (max-width: 400px) {
  section.news .row .col-md-6 > .btn {
    display: block;
  }
}
section.news .post header {
  margin: 0 0 15px 0;
}
section.news .post header .title {
  margin-bottom: 17px;
}
section.news .post header .added {
  font-family: 'opensansbold';
  color: #3a3c39;
}
section.news .post p {
  margin: 0 0 32px 0;
}
section.news .post p:last-child {
  margin: 0;
}
section.news .row.list {
  margin: 45px 0 30px 0;
}
@media screen and (min-width: 992px) {
  section.news .row.list .col-md-6 {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  section.news .row.list .col-md-6 {
    margin-bottom: 20px;
    padding: 0;
  }
}
section.news .row.list .col-md-6 .thumb {
  width: 20%;
  margin: 0 6.6% 0 0;
}
section.news .row.list .col-md-6 .thumb a {
  display: block;
}
section.news .row.list .col-md-6 .thumb a img {
  -moz-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
@media screen and (max-width: 991px) {
  section.news .row.list .col-md-6 .thumb {
    width: 60px;
    margin: 0 18px 0 0;
  }
}
@media screen and (max-width: 325px) {
  section.news .row.list .col-md-6 .thumb {
    width: 20%;
    margin: 0 6.6% 0 0;
  }
}
.contacts-form form h2 {
    font-size: 16px;
    line-height: normal;
    margin: 0 0 34px;
}
section.news .row.list .col-md-6 .info {
  width: 73.33%;
}
section.news .row.list .col-md-6 .info a {
  line-height: normal;
  color: #b3141a;
  text-decoration: none;
}
section.news .row.list .col-md-6 .info a:hover {
  text-decoration: underline;
}
section.news .row.list .col-md-6 .info a h3 {
    margin: 0;
    line-height: 1.3;
    text-overflow: ellipsis;
    font-size: 16px;
    font-family: 'proximanovabold';
    height: 80px;
    overflow: hidden;
}
section.news .row.list .col-md-6 .info .added {
  font-family: 'opensansbold';
  color: #3a3c39;
}
.articles {
  padding: 35px 0;
   background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.articles.multi-column .sort-container select,
.articles.multi-column .sort-container form {
  width: 227px;
}
@media screen and (max-width: 991px) {
  .articles.multi-column .sort-container {
    width: 78%;
    margin: 0 auto 20px;
  }
  .articles.multi-column .sort-container .pull-left,
  .articles.multi-column .sort-container .pull-right {
    width: 45%;
  }
  .articles.multi-column .sort-container .pull-left select,
  .articles.multi-column .sort-container .pull-right select,
  .articles.multi-column .sort-container .pull-left form,
  .articles.multi-column .sort-container .pull-right form {
    width: 100%;
  }
}
@media screen and (max-width: 675px) {
  .articles.multi-column .sort-container {
    width: 100%;
  }
  .articles.multi-column .sort-container .pull-left,
  .articles.multi-column .sort-container .pull-right {
    width: 100%;
  }
  .articles.multi-column .sort-container .pull-right {
    margin: 10px 0 0 0;
  }
}
.articles.multi-column .articles-list article {
  float: left;
  width: 22.9914%;
  margin: 0 2.5641% 0 0;
}
.articles.multi-column .articles-list article:nth-child(4n+0) {
  margin-right: 0;
}
.articles.multi-column .articles-list article header a {
  text-decoration: none;
}
.articles.multi-column .articles-list article header a h2 {
  margin: 18px 0 0 0;
  color: #0B5669;
  font-size: 19px;
  min-height: 80px;
  height: 80px;
  overflow: hidden;
  font-family: 'proximanovasemibold';
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.articles.multi-column .articles-list article header .added {
  display: block;
  margin: 9px 0 0 0;
  padding: 0;
  font-family: 'opensansbold';
  font-size: 14px;
  color: #3c3d3b;
}
.articles.multi-column .articles-list article:hover header a h2, .articles.multi-column .articles-list article header a h2.red {
  color: #0B5669;
}
.articles.multi-column .articles-list article .excerpt {
  margin: 10px 0 0 0;
  height:180px;
}
.articles.multi-column .articles-list article .excerpt a {
display: block;
    overflow: hidden;
    max-height: 137px;
    text-overflow: ellipsis;
    line-height: 1.6;
    text-decoration: none;
    color: #000;
}
.articles.multi-column .articles-list article.big {
  width: 48.7179487%;
}
.articles.multi-column .articles-list article.big header {
  position: relative;
  margin: 0 0 15px 0;
}
.articles.multi-column .articles-list article.big header a {
  position: relative;
  display: block;
}
.articles.multi-column .articles-list article.big header a img {
  margin-bottom: 0;
}
.articles.multi-column .articles-list article.big header a .wrapper {
  position: absolute;
  left: 16px;
  bottom: 21px;
  z-index: 1;
}
.articles.multi-column .articles-list article.big header a .wrapper h2,
.articles.multi-column .articles-list article.big header a .wrapper .added {
  color: #fff;
}
.articles.multi-column .articles-list article.big header a .wrapper .added {
  margin: 5px 0 0 0;
}
.articles.multi-column .articles-list article.big header a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
@media screen and (max-width: 991px) {
  .articles.multi-column .articles-list article.big {
    width: 78% !important;
    margin: 0 0 5% 0 !important;
    text-align: left;
  }
}
@media screen and (max-width: 675px) {
  .articles.multi-column .articles-list article.big {
    width: 100% !important;
  }
}
@media screen and (max-width: 991px) {
  .articles.multi-column .articles-list {
    text-align: center;
  }
  .articles.multi-column .articles-list article {
    float: none;
    display: inline-block;
    width: 37.416667%;
    margin: 0 2.5641% 3% 0;
    text-align: left;
  }
  .articles.multi-column .articles-list article:nth-child(2n+0) {
    margin-right: 0;
  }
}
@media screen and (max-width: 675px) {
  .articles.multi-column .articles-list article {
    float: left;
    width: 48.416667%;
    margin-bottom: 30px;
  }
  .articles.multi-column .articles-list article header img {
    width: 100%;
  }
}
@media screen and (max-width: 405px) {
  .articles.multi-column .articles-list article {
    width: 100%;
  }
}
.articles.multi-column .articles-list.three-columns {
  margin-bottom: 50px;
  margin-top:25px;
}
.articles.multi-column .articles-list.three-columns article:last-child {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .articles.multi-column .articles-list.three-columns {
    margin-bottom: 0;
  }
  .articles.multi-column .articles-list.three-columns article:nth-child(2n+0) {
    margin-right: 2.5641%;
  }
}
@media screen and (max-width: 768px) {
  .articles.multi-column ul.pagination {
    margin-top: 30px;
  }
}
section.contacts {
  padding: 0;
}
section.contacts #map {
  height: 447px;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 767px) {
  section.contacts #map {
    margin-top: 280px;
    height: 300px;
  }
}
@media screen and (min-width: 768px) {
  section.contacts .container.contacts-info {
    position: relative;
  }
}
.contacts-panel {
  position: absolute;
    top: 70px;
    z-index: 6;
    left: 60px;
    width: 305px;
    min-height: 262px;
    background: #0B5669;
}
.contacts-panel .choose-contact .dropdown #contact-button {
	position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 20px 10px 20px;
    border: 0;
    background: #6ec8e5;
    color: #fff;
    font-family: 'proximanovabold';
    font-size: 15px;
    text-align: left;
    text-transform: uppercase;
    outline: none;
}
.contacts-panel .choose-contact .dropdown #contact-button:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 20px;
  width: 12px;
  height: 9px;
  background: url('../images/button-arrow-dwn.png') 0 0 no-repeat;
}
.contacts-panel .choose-contact .dropdown.open #contact-button:after {
  background-position: 0 -9px;
}
.contacts-panel .choose-contact .dropdown.open .dropdown-menu {
  width: 100%;
  margin: 0;
  border: 1px solid #0B5669;
  background:#3c3d3b none repeat scroll 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.contacts-panel .choose-contact .dropdown.open .dropdown-menu > li > a
{
  color:#fff;
}
.contacts-panel .choose-contact .dropdown.open .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus
{
  color:#3c3d3b ;
}
.post-content  li,
 .post-content  ul {
    list-style: disc inside !important;
}
.contacts-panel .choose-contact .dropdown.open .dropdown-menu li a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: normal;
  white-space: normal;
}
.contacts-panel .info-wrapper {
  padding: 20px;
  color: #fff;
}
.contacts-panel .info-wrapper .description {
  padding: 15px 20px;
  margin: 0 0 15px 0;
  background: #159DC0;
  line-height: normal;
  font-size: 20px;
  font-family: 'proximanovabold';
}
.contacts-panel .info-wrapper > span {
  display: block;
  margin: 0 0 15px 0;
  font-size: 13px;
}
.contacts-panel .info-wrapper .list {
  font-family: 'opensansbold';
}
.contacts-panel .info-wrapper .list a {
  color: #fff;
}
.contacts-panel .info-wrapper .list li {
  position: relative;
  padding: 0 0 0 25px;
  margin: 0 0 5px 0;
}
.contacts-panel .info-wrapper .list li:last-child {
  margin: 0;
}
.contacts-panel .info-wrapper .list li span,
.contacts-panel .info-wrapper .list li a {
  display: inline-block;
}
.contacts-panel .info-wrapper .list li:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
}
.contacts-panel .info-wrapper .list li.location:before {
  background: url('../images/contacts-ico.png') 0 0 no-repeat;
  width: 13px;
  height: 19px;
}
.contacts-panel .info-wrapper .list li.phone:before {
  top: 1px;
  background: url('../images/contacts-ico.png') -19px -1px no-repeat;
  width: 11px;
  height: 18px;
}
.contacts-panel .info-wrapper .list li.email:before {
  top: 4px;
  background: url('../images/contacts-ico.png') -39px -3px no-repeat;
  width: 16px;
  height: 13px;
}
.contacts-panel .info-wrapper .list li.time:before {
  top: 4px;
  background: url('../images/time-white-ico.png') 0px 0px no-repeat;
  width: 16px;
  height: 13px;
}
@media screen and (max-width: 767px) {
.contacts-panel {
    left: 0px;
    width: 100%;
    position: relative;
    top: 0;
  }
}
@media screen and (min-width: 992px) {
  .contacts-form {
    width: 798px !important;
    margin: 0 auto !important;
  }
}
.contacts-form form h2 {
  margin: 0 0 34px 0 !important;
  line-height: normal !important;
  font-size: 16px  !important;
}
.contacts-form form p {
  margin: 0 0 25px 0 !important;
}
.contacts-form .form-group .form-control {
  font-size: 13px !important;
  box-shadow: none !important;
  -o-box-shadow: none !important;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none !important;
}
.contacts-form textarea {
  min-height: 159px !important;
  width: 100% !important;
}
.contacts-form .btn {
  display: block !important;
  width: 100% !important;
  height: 43px !important;
  line-height: 43px !important;
  text-align: center !important;
}
 .info-block {
  padding: 0 0 52px 0;
}
@media screen and (max-width: 768px) {
   .info-block {
    border: 0;
    padding: 0 0 25px 0;
  }
}
 .info-block > .container {
  font-size: 13px;
}
@media screen and (min-width: 992px) {
   .info-block > .container {
    padding-top: 45px;
  }
  .video-container {

    width: 100%;
}
}
 .info-block > .container .row .col-md-4 {
  padding: 72px 70px 0 15px;
  background: url('../images/logo-footer.png') 15px top no-repeat;
}
@media screen and (max-width: 991px) {
   .info-block > .container .row .col-md-4 {
    padding: 72px 15px 0 15px;
    margin: 30px 0 0 0;
    background: url('../images/logo-footer.png') center top no-repeat;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
   .info-block > .container .row .col-md-4 {
    margin: 5px 0 0 0;
  }
}
 .info-block > .container .row .col-md-4 a.spices {
  display: inline-block;
  padding: 0 0 0 30px;
  margin: 10px 0 0 0;
  line-height: 8px;
}
 .info-block > .container .row .col-md-8 .col-md-3 .section-head {
  display: block;
  margin: 0 0 20px 0;
  font-family: 'proximanovabold';
  font-size: 14px;
  color: #0B5669;
}
@media screen and (min-width: 768px) {
   .info-block > .container .row .col-md-8 .col-md-3 ul {
    display: block !important;
  }
}
 .info-block > .container .row .col-md-8 .col-md-3 ul li {
  margin: 0 0 15px 0;
}
 .info-block > .container .row .col-md-8 .col-md-3 ul li a {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  text-decoration: none;
      font-weight: bold;
}
 .info-block > .container .row .col-md-8 .col-md-3 ul li a:hover {
  color: #159DC0;
}
 .info-block > .container .row .col-md-8 .col-md-3 ul li:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
video.homepage-video
{
  display: none;
}



   .info-block > .container .row .col-md-8 .col-md-3 {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
  }
   .info-block > .container .row .col-md-8 .col-md-3 .section-head {
    position: relative;
    display: block;
    padding: 0 15px;
    margin: 0;
    line-height: 37px;
    background: #eee;
    color: #0B5669;
    font-family: 'proximanovabold';
    font-size: 15px;
  }
   .info-block > .container .row .col-md-8 .col-md-3 .section-head:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 12px;
    height: 8px;
    background: url('../images/footer-arrows.png') 0 0 no-repeat;
  }
   .info-block > .container .row .col-md-8 .col-md-3 .section-head.active:after {
    background-position: -15px 0;
  }
   .info-block > .container .row .col-md-8 .col-md-3 ul {
    display: none;
    padding: 15px;
  }
}
 > .container-fluid {
  padding: 0;
  background: #e9e9e9;
}
 > .container-fluid .social-media li {
  float: left;
  width: 25%;
}
 > .container-fluid .social-media li a {
  position: relative;
  display: block;
  height: 64px;
  width: 100%;
  text-align: center;
}
 > .container-fluid .social-media li a:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
 > .container-fluid .social-media li a.facebook:before {
  background: url('../images/footer-social.png') no-repeat 0 -2px;
  width: 18px;
  height: 34px;
}

 > .container-fluid .social-media li a.facebook:hover:before {
  background-position: 0 -46px;
}
 > .container-fluid .social-media li a.twitter:before {
  background: url('../images/footer-social.png') -26px -10px no-repeat;
  width: 32px;
  height: 26px;
}
 > .container-fluid .social-media li a.twitter:hover:before {
  background-position: -26px -54px;
}
 > .container-fluid .social-media li a.youtube:before {
  background: url('../images/footer-social.png') -69px 0 no-repeat;
  width: 30px;
  height: 37px;
}
 > .container-fluid .social-media li a.youtube:hover:before {
  background-position: -69px -44px;
}
 > .container-fluid .social-media li a.linked:before {
  background: url('../images/footer-social.png') -108px -6px no-repeat;
  width: 32px;
  height: 30px;
}
 > .container-fluid .social-media li a.linked:hover:before {
  background-position: -108px -50px;
}
 > .container-fluid .social-media li:nth-child(2n+0) a {
  background: #f2f2f2;
}
@media screen and (min-width: 1600px) {

}
.page  {
  padding-top: 0px;
}
video.homepage-video {
    position: absolute;
}
/*
.apatinis {

    width: 86% !important;
}
  */

/* Cookie */
/*
#cookie-law-info-bar {
		padding: 0 !important;
}

.cookie-widget .container {
        position: relative;
}

.cookie-message {
        width: 70%;
        padding: 15px 0;
        line-height: 18px !important;
        font-size: 14px !important;
        font-family: 'Roboto Condensed', sans-serif !important;
		font-weight:700 !important;
		text-align:left !important;
}

.cookie-buttons {
        position: absolute;
        top: 15px;
        right: 15px;
}

.cli-plugin-main-link{
	text-decoration:none !important;
	font-size:14px !important;
	font-weight:700 !important;
}

.cli-plugin-main-link:hover{
	text-decoration:underline !important;
}

.cli-plugin-button {
        display: inline-block !important;
        margin-right: 25px !important;
        padding: 7px 12px !important;
        border: 1px solid #3a3838 !important;
        font-weight: 300 !important;
        text-transform: uppercase !important;
        font-size: 15px !important;
        color: #000 !important;
        vertical-align: middle !important;
        line-height: 15px !important;
        cursor: pointer !important;
		background: none !important;
}

.cookie-widget .cookie-buttons a {
        display: inline-block;
        vertical-align: middle;
}

.cli-plugin-button:hover {
        color: #f60041;
}

.cookie-widget .cookie-buttons .cookie-widget-close {
        display: inline-block;
        width: 25px;
        height: 25px;
        background: url('../images/close-ico.png') center no-repeat;
        cursor: pointer;
}


@media screen and (max-width: 767px) {
        .cookie-widget {
                top: 0;
                bottom: auto;
        }
}

@media screen and (max-width: 600px) {
        .cookie-message {
                width: 100%;
        }

        .cookie-buttons {
                position: static !important;
                width: 100%;
                margin: 5px 0 20px 0;
                text-align: center;
        }
}
*/
.video-container {
    bottom: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 91%;
}

.video-container video {
    height: 800px;
    left: -1%;
    min-height: 527px;
    min-width: 1318px;
    position: absolute;
    top: 59%;
    transform: translate(-11%, -56%);
    width: 800px;
}
.notopmargin
{
  margin-top:-10px !important;
}

section.duk #accordion .panel.panel-default {
  margin: 0 0 25px 0;
  background: none;
  border: 0;
  box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
section.duk #accordion .panel.panel-default:last-child {
  margin: 0;
}
section.duk #accordion .panel.panel-default .panel-heading {
  padding: 0;
  border: 0;
  background: none;
}
section.duk #accordion .panel.panel-default .panel-heading .panel-title a {
  display: inline-block;
  line-height: normal;
  color: #3e403d;
  font-family: 'proximanovabold';
  font-size: 17px;
  text-decoration: none;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
section.duk #accordion .panel.panel-default .panel-heading .panel-title a:before {
  content: '';
  float: left;
  width: 33px;
  height: 33px;
  margin: -7px 15px 0 0;
  background: url('../images/collaps-ico.png') 0 -33px no-repeat;
}
section.duk #accordion .panel.panel-default .panel-heading .panel-title a:hover {
  color: #c82f28;
}
section.duk #accordion .panel.panel-default .panel-heading .panel-title a.collapsed:before {
  background-position: 0 0;
}
section.duk #accordion .panel.panel-default .panel-body {
  padding: 10px 0 0 47px;
  border: 0 !important;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  section.duk #accordion .panel.panel-default .panel-body {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
footer
{
    padding: 30px 0 0;
}

.homepage-video
{
  display: none;
}

}
.hero .container {
    position: absolute;
    width: 100%;
    z-index: 10;
}
.homepage-video {
    height: 100%;
    left: 0;
    position: absolute !important;
    top: 0;
    width: 100%;
    z-index: 0;
}
/*
div.apatinis video
{

    transform: translate(-7%, -9%) !important;
    width: 108% !important;
}

*/
.nomargin {
    margin: 0;
    padding: 4px;
}

a.nohiover:hover h2, a.nohiover h2, h.nohiover
{
  color: #404040 !important;
}
.imgholder
{
  margin: 10px;
     text-align: center;
}
.moreintro
{
  color:#b3141a !important;
}
.moreintrotop:hover
{
   text-decoration: none;
}
.moreintrotop
{
  color:#404040 !important;
}

.homepage-video {
    height: 100%;
    left: 0;
    position: absolute !important;
    top: 0;
    width: 100%;
    z-index: 0;
}

.employees video
{
  right: 0 !important;
  left:auto !important;
}
h2.contacts1 {
    font-size: 16px;
    line-height: normal;
    margin: 0 0 34px;
	min-height:auto !important;
	height: auto !important;
}
@media (min-width: 1200px) {
    header#header-block > .container-fluid.top #logo
    {
       max-width:69%;
    }
}
@media (min-width: 1200px) {
    header#header-block > .container-fluid.top #logo img
    {
       max-width:69%;
    }
}
@media (min-width: 1200px) {

section.employees .text-box
{
    margin-right: -2% !important;
}
}
@media (min-width: 1500px) {
section.about-us .text-box
{
  margin-left:-50px  !important;
}
section.employees .text-box
{

    margin-right: -9% !important;
}
}

@media screen and (max-width: 1400px) {

div.apatinis video
{

    width:1606px !important;
}
}
@media screen and (min-width: 796px) and (max-width: 1020px) {


 .info-block
{
  padding: 35px 0 52px !important;
}

}


 .info-block > .container .row .col-md-4 a.leave-comment {
  position: relative;
  display: block;
  background: #0B5669;
  background: -moz-linear-gradient(left, #0B5669 0%, #63D5F3 100%);
  background: -webkit-linear-gradient(left, #0B5669 0%, #63D5F3 100%);
  background: linear-gradient(to right, #0B5669 0%, #63D5F3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0B5669', endColorstr='#63D5F3', GradientType=1);
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}
 .info-block > .container .row .col-md-4 a.leave-comment span {
  display: block;
  padding: 20px 39px 20px 75px;
  background: url('../images/footer-pencil-ico.png') 27px 22px no-repeat;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
 .info-block > .container .row .col-md-4 a.leave-comment span strong {
  font-weight: normal;
  font-family: 'opensansbold';
  text-transform: uppercase;
}
 .info-block > .container .row .col-md-4 a.leave-comment span:hover {
  background: #63D5F3 url('../images/footer-pencil-ico.png') 27px 22px no-repeat;
}
 .info-block > .container .row .col-md-4 a.leave-comment:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 100%;
  height: 14px;
  background: url('../images/leave-comment-shadow.png') left bottom no-repeat;
}
   .info-block > .container .row .col-md-4 {
    padding: 82px 15px 0 15px;
    background: url('/wp-content/uploads/girteka_logo_footer.png') top center no-repeat;
    text-align: center;
  }
   .info-block > .container .row .col-md-4 a.leave-comment {
    display: inline-block;
    margin-bottom: 40px;
  }
   .info-block > .container .row .col-md-4 a.leave-comment span {
    background: url('../images/footer-pencil-ico.png') 5% 47% no-repeat;
  }

@media screen and (max-width: 768px) {
   .info-block > .container .row .col-md-4 a.leave-comment {
    margin-bottom: 0;
  }
}
.send-feedback h2 {
  margin: 0 0 25px 0;
  padding: 0;
  font-family: 'proximanovabold';
  font-size: 22px;
  font-weight: normal;
  color: #3c3d3b;
  height: auto !important;
  min-height: auto !important;
}
send-feedback form .form-group {
  margin-bottom: 11px;
}
.send-feedback form .form-group label {
  display: block;
  margin-bottom: 11px;
  font-weight: normal;
  font-size: 13px;
}
.send-feedback form .form-group input[type="text"],
.send-feedback form .form-group input[type="email"],
.send-feedback form .form-group input[type="password"],
.send-feedback form .form-group input[type="number"],
.send-feedback form .form-group input[type="tel"],
.send-feedback form .form-group textarea,
.send-feedback form .form-group select {
  height: 45px;
  background: none;
  border: 1px solid #dcdada;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.send-feedback form .form-group input[type="text"]:focus,
.send-feedback form .form-group input[type="email"]:focus,
.send-feedback form .form-group input[type="password"]:focus,
.send-feedback form .form-group input[type="number"]:focus,
.send-feedback form .form-group input[type="tel"]:focus,
.send-feedback form .form-group textarea:focus,
.send-feedback form .form-group select:focus,
.send-feedback form .form-group input[type="text"]:hover,
.send-feedback form .form-group input[type="email"]:hover,
.send-feedback form .form-group input[type="password"]:hover,
.send-feedback form .form-group input[type="number"]:hover,
.send-feedback form .form-group input[type="tel"]:hover,
.send-feedback form .form-group textarea:hover,
.send-feedback form .form-group select:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 1px solid #0B5669;
}
.send-feedback form .form-group textarea {
  width: 100% !important;
  min-height: 85px;
  padding: 6px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.send-feedback form .form-group.submit {
  margin-bottom: 27px;
}
.send-feedback form .upload-file {
  position: relative;
  min-height: 85px;
  margin: 0 0 32px 0;
  border: 3px dashed #d7d7d7;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.send-feedback form .upload-file:hover {
  border: 3px dashed #0B5669;
}
.send-feedback form .upload-file input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  cursor: pointer;
}
.send-feedback .upload-file span {
  display: block;
  line-height: 80px;
  font-size: 13px;
}
.send-feedback .upload-file #selected-file {
  margin: -10px 0 15px 0;
}
.send-feedback form p {
  display: block;
  margin: 0 0 25px 0;
  line-height: 1.6;
  text-align: justify;
}
.send-feedback form p:last-child {
  margin: 0;
}

.send-feedback .btn {
  padding: 0 35px;
  border: 0;
  line-height: 45px;
  background: #3c3d3b;
  color: #fff;
  font-family: 'proximanovabold';
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.send-feedback .btn:hover,
.send-feedback .btn:active,
.send-feedback .btn:focus {
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  -khtml-opacity: .8;
  opacity: .8;
}
.send-feedback .btn.red-arrow {
  padding-left: 50px;
  background: #0B5669 url('../images/arrows-white.png') 20px center no-repeat;
}
.red-link,
.read-more {
  display: inline-block;
  padding: 0 0 0 25px;
  line-height: 12px;
  background: url('../images/arrows-red.png') left center no-repeat;
  color: #0B5669;
  font-family: 'opensansbold';
  font-size: 13px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.additional-buttons
{
  display: none;
}

@media screen and (max-width: 768px)
{
  .additional-buttons
  {
     display: block;
  }
   .additional-buttons a
   {
    width:49%;
    margin-top: 5px
   }
}

.red-link
{
 padding: 0 0 0 25px !important;
}

.labelrules
{
  width: 80%;
  float: left;
}
input#rules
{

  float: left;
  margin-right: 10px;
}

.bottomimg
{
margin-bottom: 10px;
}

.sharebuttons svg
{
  background: #ccc !important;
}
.makejustify
{
  text-align: justify !important;
}
.post-content .item
{
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
}
.makeexcerpthights
{
     min-height: 0px;/* 132px*/
}
/* News UPDATE */


.news-section {
  padding: 80px 0;
}

.news-section .container {
  max-width: 1180px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .news-section .container {
    max-width: 588px;
  }
}

.news-section .row [class*="col-"] {
  margin-bottom: 5px;
}

@media screen and (min-width: 1001px) {
  .news-section .container > .row > [class*="col-"] {
    margin: 0;
  }
}

@media screen and (max-width: 1000px) {
  .news-section .container > .row > [class*="col-"] {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .news-section .row [class*="col-"] {
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 460px) {
  .news-section .container {
    max-width: 295px;
  }

  .news-section .col-xs-6 {
    width: 100%;
  }
}

.news-section .post .featured-image a {
  display: inline-block;
}

.news-section .post .details {
  padding: 10px 0 0 0;
}

.vc_grid-item h4 {
  margin: 0 0 3px 0;
  line-height: 1.4;
  font-family: 'proximanovabold';
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.vc_grid-item h4 a {
  color: #0B5669 !important;
}
.vc_grid-item h4 a:hover{text-decoration:underline !important;}
.vc_gitem-post-data-source-post_date {
  display: block;
  color: #2B2B2B;
  font-family: 'opensansbold';
  font-size: 14px;
  font-weight: 700;
}

.news-section .post .details .excerpt {
  margin: 0;
  color: #8F8F8F;
}

.news-section .post .details .more {
  color: #0B5669;
}

.news-section .post.large .details {
  padding: 23px 0 0 0;
}

.post-heading-large h4{
  margin: 10px 0 13px 0;
  line-height: normal;
  font-size: 34px;
  font-family: 'proximanovaregular';
  font-weight: 400;
}

.post-heading-large h4 a {
  color: #0B5669 !important;
}

.news-section .post.large .details .added {
  margin: 0 0 10px 0;
}

.news-section .more-news {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .news-section .post .details .post-heading {
    font-size: 14px;
  }

  .news-section .post.large .details .post-heading {
    font-size: 24px;
  }
}

@media screen and (max-width: 575px) {

.news-section {
  padding: 50px 0;
}

  .news-section .post.large .details .post-heading {
    font-size: 20px;
  }
}






/*.header-search {
    position: absolute;
    display: inline-block;
    top: -1px;
    left: 120px;
    cursor: pointer;
}*/
.header-search {
    position: absolute;
    display: inline-block;
    top: -3px;
    left: 250px;
    cursor: pointer;
}
.mobile-search{display:none;}
@media (max-width: 991px) {
	.header-search {
		position: relative;
		display: inline-block;
		margin: 2px 48px 0 0;
	}
	.mobile-search{display:inline-block;}
	.desktop_search{display:none;}
	.esi-link{display:none !important;}
}

@media (max-width: 991px) {
.header-search {
margin: 2px 18px 0 0;
}
.contact-cta{
    margin: -6px 10px 0 0 !important;
}

}

.header-search .form-toggle {
display: block;
padding: 2px 27px 0 0;
height: 16px;
line-height: 16px;
background: url('../images/paieska.png') right center no-repeat;
color: #3a3c3a;
 font-family: poppins, sans-serif;
  font-weight: 700;
font-style: normal;
text-transform: uppercase;
}

@media (max-width: 767px) {
.header-search {
position: static;
}

.header-search .form-toggle {
position: relative;
top: -5px;
width: 15px;
padding: 0;
font-size: 0;
}
}

.header-search .form-holder {
display: none;
position: absolute;
top: calc(100% + 15px);
left: 50%;
transform: translateX(-50%);
-o-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
height: 43px;
width: 305px;
background-color: #0B5669;
z-index: 2;
}

@media (min-width: 768px) {
.header-search .form-holder::before {
content: '';
position: absolute;
top: -8px;
left: 0;
right: 0;
margin: 0 auto;
width: 0;
height: 0;
border-style: solid;
border-width: 0 9px 8px 9px;
border-color: transparent transparent #0B5669 transparent;
}
}

@media (max-width: 767px) {
.header-search .form-holder {
top: 60px;
left: 0;
right: 0;
width: 100%;
transform: translateX(0);
-o-transform: translateX(0);
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
}
}

.header-search .form-holder input[type="text"] {
height: 43px;
width: 100%;
padding: 0 85px 0 17px;
border: 0;
font-weight: 300;
background: none;
color: #fff;
}

.header-search .form-holder input[type="text"]::-webkit-input-placeholder {
color: #fff;
}
.header-search .form-holder input[type="text"]::-moz-placeholder {
color: #fff;
}

.header-search .form-holder input[type="text"]:-ms-input-placeholder {
color: #fff;
}

.header-search .form-holder input[type="text"]:-moz-placeholder {
color: #fff;
}

.header-search .form-holder input[type="submit"],
.header-search .form-holder button[type="submit"] {
position: absolute;
top: 0;
right: 14px;
bottom: 0;
border: 0;
background: none;
color: #fff;
font-family: 'proximanovabold';
font-size: 14px;
text-transform: uppercase;
outline: none
}

header#header-block .language-block {
display: inline-block;
}

@media (max-width: 767px) {

header-block [class*="col-"] {
position: static;
}
}


.noheight
{
  min-height:0 !important;
  height: auto !important;
}


/* Management page template */

.management-list {
  margin: 100px 0 0 0;
  color: #707070;
}

.management-list .container {
  max-width: 1120px;
}

.management-list .text {
  padding: 0 40px;
  margin: 0 0 50px 0;
  font-size: 15px;
}

.management-list .text p {
  line-height: 1.8;
}

.management-list .text p:last-child {
  margin: 0;
}

.management-list .info-block {
  margin: 0 0 225px 0;
}

.management-list .info-block.three-columns {
  max-width: 805px;
  margin: 0 auto 225px;
}

@media (max-width: 991px) {
  .management-list .info-block,
  .management-list .info-block.three-columns {
    margin-bottom: 80px;
  }
}

.management-list .info-block .heading-wrapper {
  margin: 0 0 65px 0;
}

.management-list .info-block .block-heading {
  position: relative;
  display: inline-block;
  min-width: 275px;
  padding: 0 20px;
  margin: 0;
  line-height: 45px;
  background-color: #D01212;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: 'proximanovabold';
  text-transform: uppercase;
}

.management-list .info-block .block-heading::after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 67px;
  background-color: #cf0f0f;
  z-index: 1;
}

@media (max-width: 767px) {
  .management-list .info-block .block-heading::after {
    height: 65px;
  }
}

.management-list .list {
  padding: 45px 0 0 0;
  border-top: 2px solid #cf0f0f;
  border-bottom: 2px solid #cf0f0f;
}

 .management-list .list .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}



@media (min-width: 992px) {
  .management-list .list .row {
    margin: 0 -44px;
  }

  .management-list .list .row > [class*="col-"] {
    padding: 0 44px;
    margin: 0 0 40px 0;
  }
}

@media (max-width: 991px) {
  .management-list .list .row > [class*="col-"] {
    margin: 0 0 30px 0;
  }
}

@media (max-width: 460px) {
  .management-list .list .row > [class*="col-"] {
    width: 100%;
    max-width: 100%;
  }
}

.management-list .list .list-block .image,
.management-list .list .list-block .logo {
  margin: 0 0 22px 0;
}

.management-list .list .list-block .logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 290px;
  background: #fff;
}

.management-list .list .list-block .heading {
  display: block;
  min-height: 40px;
  margin: 0 0 7px 0;
  color: #3C3C3C;
  font-family: 'proximanovasemibold';
  font-size: 17px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.management-list .list .list-block span {
  display: block;
  font-size: 13px;
}

.management-list .nav-tabs {
  margin: 130px 0 65px 0;
  border: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .management-list .nav-tabs.has-top-line {
    position: relative;
  }

  .management-list .nav-tabs.has-top-line::before {
    content: '';
    position: absolute;
    display: inline-block;
    top: -130px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 2px;
    height: 67px;
    background-color: #959595;
    z-index: 1;
  }
}

@media (max-width: 767px) {
  .management-list .nav-tabs {
    margin: 0 0 40px 0;
  }

  .management-list .nav-tabs.has-top-line {
    margin-top: 50px;
  }
}

.management-list .nav-tabs .nav-item {
  float: none;
  display: inline;
  margin: 0 13.5px;
}

@media (max-width: 767px) {
  .management-list .nav-tabs .nav-item {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.management-list .nav-tabs .nav-item .nav-link {
  position: relative;
  display: inline-block;
  width: 275px;
  padding: 11.5px 0px;
  margin: 0;
  border: 0;
  line-height: 1.4;
  background-color: #363636;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: 'proximanovabold';
  text-transform: uppercase;
  border-radius: 0;
  -o-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

@media (min-width: 768px) {
  .management-list .nav-tabs .nav-item .nav-link::before {
    content: '';
    display: block;
    position: absolute;
    top: -65px;
    left: -15px;
    width: calc(50% + 16px);
    height: 65px;
    border-top: 2px solid #959595;
    border-right: 2px solid #959595;
  }

  .management-list .nav-tabs .nav-item:first-child .nav-link::before {
    left: auto;
    right: -15px;
    border-right: 0;
    border-left: 2px solid #959595;
  }
}

@media (max-width: 767px) {
  .management-list .nav-tabs .nav-item .nav-link {
    width: 100%;
  }
}

.management-list .nav-tabs .nav-item.active .nav-link {
  background-color: #cf0f0f;
}

.management-list .nav-tabs .nav-item.active .nav-link::before {
  border-color: #cf0f0f;
}

/* If 3 li */

.management-list .nav-tabs.li-3 .nav-item:first-child .nav-link::before {
  left: 50%;
  right: auto;
  width: calc(100% + 30px);
}

.management-list .nav-tabs.li-3 .nav-item:nth-child(2) .nav-link::before {
  left: 0;
  right: 0;
  width: 2px;
  margin: 0 auto;
}

.management-list .nav-tabs.li-3 .nav-item:nth-child(3) .nav-link::before {
  right: 50%;
  left: auto;
  width: calc(100% + 30px);
}
.noty_text
{
      font-size: 14px !important;
}

.magement-list .tab-content {

}

.single-post .wpb_text_column.wpb_content_element {
    text-align: justify;
}
.post_time {
    padding-bottom: 15px;
}
.addtoany_content {
    margin-left: -5px !important;
}
.front-layout{width:100% !important;padding:0 !important;background:#fff;}
.vc_gitem-post-data-source-post_title {
    margin-bottom: 0px !important;
}


.vc_grid-item {
    padding-bottom: 0px !important;
}
.vc_gitem-col {
    padding-bottom: 0 !important;
    padding-left: 0 !important;
}
a.excerpt-more{color:#0B5669 !important;}
a.excerpt-more:hover{text-decoration:underline !important;}
.vc_gitem-post-data-source-post_excerpt {
    font-weight: bold;
    line-height: 25px;
}
.btn-default {
    color: #fff;
background-color: #0B5669;}
.btn-default:hover {
    color: #fff;
    background-color: #159DC0;
    border-color: #63D5F3;
}
.align-center{text-align:center;}
.btn-transition{
		-webkit-transition: background 0.4s ease !important;
	-moz-transition: background	0.4s ease !important;
	-o-transition: background 0.4s ease !important;
	transition: background 0.4s ease !important;
}
.tinklas {
    float: right;
    margin: 20px 10px !important;
    width: 60%;
    height: auto !important;
}
@media screen and (max-width: 900px) {
	.contact-cta{display:none !important}
	.tinklas {width:100% !important;}
	.disable-on-mobile{display:none !important;}
	.choose-contact-menu{display:none;}
	.choose-contact-menu.contacts-panel{width:100%;display:block;}
	.contacts-panel .description{display:none;}
	.choose-contact-menu{display:none;}
	.choose-contact-menu.contacts-panel{width: 100% !important;
    display: block;
    position: relative;}
	.contacts-panel .description{    display: block;
    background: none !important;
    border-bottom: 4px solid #159DC0;
    text-align: left !important;
    padding: 15px 0 !important;
    font-size: 15px !important;
	}
.description-block.menu-1 {
    display: none;
}
	.choose-contact{display:block !important;}
	.vc_row.wpb_row.vc_row-fluid.news-container {
		margin-right: 15px !important;
		margin-top:0px !important;
		margin-left: 15px !important;
	}
	.user-login .vc_column-inner{
		padding-right: 35px !important;
		padding-top: 0px !important;
		padding-left: 35px !important;
	}
	.articles.multi-column .articles-list.three-columns {
		margin-top:0px;
	}
}

.wpb_revslider_element.wpb_content_element{margin-bottom:0 !important;}
.info-img{margin-bottom:0 !important;}
.page-inner .vc_row h1{font-family: 'proximanovasemibold' !important;
    font-size: 27px !important;
color: #0B5669 !important;margin-bottom: 25px !important;}

#cookie-law-info-bar .container{position:relative;}
.page-inner .vc_row li, .page-inner .vc_row ul {
    list-style: disc inside !important;
}
.page-inner .vc_row p {
    margin: 0 0 15px !important;
}
	.page-inner .vc_row ul {
margin:0 0 10px;
}
.btn-default[disabled]:hover{background-color:#757474 !important;}
.form-control{
	font-size: 13px !important;
    box-shadow: none !important;
    -o-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
	line-height: 1.42857143 !important;
    color: #929292 !important;
    background-color: #f4f4f5 !important;
    background-image: none !important;
    border: 1px solid #e6e6e6 !important;
    border-radius: 0 !important;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
	display: block !important;
    width: 100% !important;
    height: 43px !important;
    padding: 6px 12px !important;
}
.wpcf7-list-item-label{
	float: left;
    width: 90%;
    margin-left: 5%;
}
.wpcf7-list-item input[type="checkbox"]
{
	float: left;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 0 !important;
    border-left: 3px solid #ff8f94 !important;
    padding: 11px !important;
    background: #efefef !important;
    margin: 0 !important;
    margin-top: 15px !important;
}

.wpcf7-mail-sent-ok {
    border: 0 !important;
    border-left: 3px solid #23b105 !important;
    padding: 11px !important;
    background: #efefef !important;
    margin: 0 !important;
    margin-top: 15px !important;
}
.grecaptcha-badge {opacity:0 !important;}
.page-inner .vc_row p.google-recaptcha{color: #a09e9e;
    font-size: 12px;
    text-align: center;
    margin: -15px 0 6px !important;}
	.choose-contact-menu{
		position: absolute;
		overflow-y: scroll;
		background: #f0f0f0;
		color: #292929;
		padding: 0;
		width: 287px;
		height: 338px;
		top: 30px;
		font-family: poppins, sans-serif;
		font-size: 14px;
		right: 70px;
		-webkit-box-shadow: 0 2px 5px 0 #e3e3e3;
		box-shadow: 0 2px 5px 0 #a9a4a4;
	}

	.choose-contant-menu-link
	{
		cursor: pointer;
		padding: 8px 20px;
	}

	.choose-contant-menu-link.active, .choose-contant-menu-link:hover{
		background: #0B5669;
		color: #fff;
	}
	.choose-contant-menu-link.active{cursor:auto;}

	.choose-contact-menu::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.choose-contact-menu::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.choose-contact-menu::-webkit-scrollbar-thumb {
	background-color: #8e908f;
}
	.map-container{height:400px;width:100%;}
	.description-block{display:none}
	.description-block.menu-1{display:block}
	.page-inner .vc_row .contacts-panel li, .page-inner .vc_row .contacts-panel ul {list-style: none !important;}
	.page-inner .vc_row .dropdown-menu li {
		padding: 8px;
		cursor: pointer;
		font-weight:700;
	}
	.choose-contact .dropdown-menu li:hover{background:#cecece;}

.navigation{text-align:center;margin: 20px 0 40px 0;white-space: nowrap;}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #0B5669;
    cursor: pointer;
padding: 6px 8px;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #63D5F3;
}
h2.red {
    color: #0B5669;
}

h2.red a{
    color: #0B5669 !important;
}
h2{
margin: 18px 0 0 0;
    color: #0B5669;
    font-size: 19px;
    overflow: hidden;
    font-family: 'proximanovasemibold';
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
section.no-results.not-found {
    background: none !important;
}
h3.mega-info-title {
    font-family: 'proximanovasemibold' !important;
}

h3.mega-info-title {

    margin-top: 20px !important;
	line-height:1 !important;
}
@media screen and (min-width: 1600px) {

	.lp-container{
		max-width:1600px !important;
		margin:0 auto !important;
	}
}

.contact-cta {
    position: relative;
    display: inline-block;
    margin: -6px 48px 0 0;
    cursor: pointer;
}
.contact-cta a{color: #8e908f;padding: 5px 12px;border: 2px solid #8e908f;
   font-family: poppins, sans-serif;
font-weight: 700;}
.contact-cta a:hover,.contact-cta a:active{color:#0B5669;text-decoration:none;}

.contact-cta.ru-ccta{
	margin: -6px 18px 0 0;
}

@media screen and (max-width: 1289px) {
	.contact-cta.ru-ccta{
	display:none;}
}
.landing-page ul{
    list-style: disc;
	margin: 0 0 10px 0;
}
.landing-page li{
    margin: 0 0 0 20px;
}
.landing-page .info ul{list-style: none !important;}

.esi-link{width: 39px;
    height: 27px;
    position: absolute;
    cursor: pointer;
    top: -6px;
    left: 230px;
	background: url(https://www.girteka.eu/wp-content/themes/girteka/img/esi-ico.png) no-repeat;
    display: inline-block;
}
.esi-link:hover{background-position:-39px;}
.esi-link a{position:absolute;top:0;left:0;width:100%;height:100%;}

.gm-block {
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
	position: relative;
    overflow: hidden;
    margin-bottom: 10px;
	text-align: right;
	cursor:pointer;
}
.gm-overlay{
	background-color: rgba(0, 0, 0, 0.66);
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
}
.gm-overlay i {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto !important;
    background-color: #0B5669;
    font-size: 23px;
    color: #fff;
    vertical-align: middle;
    line-height: 50px;
    border-radius: 50%;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    text-align: center;
}
.gm-block:hover .gm-overlay i {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.gm-block:hover .gm-overlay{
    opacity: 1;
    visibility: visible;
}
.gm-block:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.gm-block img{
	-webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    width: 100%;
}
.gm-member-tags {
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
	position: absolute;
    left: 0;
    bottom: 20px;
}
.gm-member-name{
	background-color: #0B5669;/*595760;*/
    font-size: 18px;
    font-weight: bold;
	padding: 5px 10px;
    color: #fff;
    -webkit-transition: all 0.6s linear;
	text-align: left;
	font-family:opensansregular_extra;
}
.vc_col-sm-4 .gm-member-name{
	background:#0B5669;
}
.gm-member-jobtitle{
	background-color: #595760;
    font-size: 14px;
    display: inline-block;
	padding: 5px 10px;
	float: left;
    color: #fff;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
	text-align: left;
}
.gm-block:hover .gm-member-name, .gm-block:hover .gm-member-jobtitle{
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.vc_col-sm-3 .gm-member-name {
    font-size: 20px;
}
.vc_col-sm-1\/5 .gm-member-name {
    font-size: 15px;
}
.vc_col-sm-2 .gm-member-name {
    font-size: 14px;
}
.vc_col-sm-3 .gm-member-jobtitle {
    font-size: 14px;
}
.vc_col-sm-1\/5 .gm-member-jobtitle {
    font-size: 10px;
}
.vc_col-sm-2 .gm-member-jobtitle {
    font-size: 10px;
}
.vc_col-sm-1\/5 .gm-member-tags, .vc_col-sm-2 .gm-member-tags, .vc_col-sm-3 .gm-member-tags{
	bottom:10px;
@media (max-width:1400px) and (min-width:400px) {

}
}
.vc_col-sm-4 .gm-member-name {
    font-size: 22px;
}
.gm-popup-container{display:none;width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    height: 100%;}
.gm-block-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;opacity:0.3;z-index:9;}
.gm-block-popup{position: fixed;
    z-index: 10;
    top: 20%;
    padding: 20px;
    background: #ffffff;
    margin: 0 auto;
	max-width: 1000px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.gm-block-popup-image{float: left;
    width: 50%;height: 100%;}
.gm-block-description {
    float: left;
    width: 50%;
    padding: 0 20px 20px 20px;
}
.gm-block-popup-name {
    font-size: 20px;
    font-weight: bold;
}
.gm-block-popup-position {
    font-size: 12px;
    color: #757474;
    margin-bottom: 20px;
}
.gm-block-popup-image img {
    object-fit: cover;
	height: 100%;
}
.gm-block-popup-linkedin i{
    color: #fff;
    background: #0B5669;
    padding: 5px 10px;

}
.gm-block-navigation {
    position: absolute;
    top: 0;
    right: 0;
}
a.gm-block-popup-linkedin {
    margin-top: 20px;
    font-size: 20px;
	width: 37px;
}
.gmNavleft,.gmNavright {
    float: left;
    padding: 15px;
    color: #fff;
    background: #0B5669;
	cursor:pointer;
}
.gmNavright {
    border-left: 1px solid #efefef;
}
.gmNavleft:hover, .gmNavright:hover,.gm-block-exit:hover {
    background: #a91218;
}
.gm-block-exit{display:none;}
@media (max-width: 1000px) {
	.gm-popup-container{z-index: 99999998 !important;
    top: 0 !important;
    height: 100% !important;
    position: fixed;
    left: 0;
    width: 100%;
}
	.gm-block-popup {
		top: 0 !important;
		left: 0 !important;
		height: 100% !important;
		z-index: 99999999 !important;
		height: 100% !important;
		position:fixed;
		overflow-y: scroll;
	}
	.gm-block-popup-image {
		width: 100%;
		height: 400px;
		margin-top: 50px;
	}
	.gm-block-navigation {
    right: auto;
    left: 0;
}
	.gm-block-description {
		float: left;
		width: 100%;
		padding: 0 !important;
		margin-top: 20px !important;
	}
	.gm-block-exit{
		display:block;
		position: absolute;
		top: 0;
		right: 0;
		padding: 15px 20px;
		color: #fff;
		background: #0B5669;
		cursor:pointer;
	}
}

.enquiry-link {
    display: inline-block;
    font-weight: bold;
    margin: 2px 48px 0 0;
}
.enquiry-link a{color:#000}
.enquiry-link a i{color:#0B5669}
.enquiry-link a:hover, .enquiry-link a:active {
    color: #0B5669;
    text-decoration: none;
}
@media (max-width: 768px) {
	.enquiry-link {display:none;}
}
div#myModal {
    display: none !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .vc_col-sm-3 .gm-member-name {
		font-size: 14px;
	}
	.vc_col-sm-3 .gm-member-jobtitle {
		font-size: 12px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.vc_col-sm-3 .gm-member-jobtitle {
		font-size: 8px;
	}
	.vc_col-sm-3 .gm-member-name {
		font-size: 14px;
	}
}
@media (max-width: 767px){
	.footer-menu-2 {
		margin-top: 20px;
	}
	.footer-menu-2 .a2a_kit a {
		margin-top: 15px;
	}
	.footer-menu-2 .lastwidget span.section-head.text-uppercase:after {
		background: none !important;
	}
	.footer-menu-2 .col-md-3.col-sm-3 {
		padding: 0 !important;
	}
}

.wpb_text_column a {
    color: #159DC0;
}
.gm-block.disablepopup {
    cursor: default;
}
.gm-block.disablepopup:hover .gm-overlay {
    opacity: 0 !important;
}
.disablepopup .gm-overlay i{cursor: default;}

.post_tags a {
    display: inline-block;
    margin-right: 5px;
    padding: 4px;
}

.post_tags {
    background: #ffffff;
    padding: 10px;
    color: #0B5669;
    float: right;
    box-shadow: 0px 0 4px rgb(204 204 204 / 80%);
}
.enquiry-footer{margin-bottom:20px;}
.enquiry-footer a{ font-size: 15px;font-weight: bold;}
.enquiry-footer .fas{color: #0B5669;}
@media (max-width: 767px){
	.enquiry-footer{    position: relative;
    display: block;
    padding: 0 15px;
    margin: 0;
    line-height: 37px;
    background: #eee;
    color: #404040;
    font-family: 'proximanovabold';
	margin-bottom:15px;
}
	.enquiry-footer a{color: #404040;}
}


a.cli_settings_button {
    color: #848484!important;
    font-weight: bold;
}
.cli-tab-footer .cli-btn {
background-color: #0B5669 !important;}
a.wt-cli-element.cli_settings_button {
    color: #2b2b2b !important;
}
.cli-switch input:checked + .cli-slider {
    background-color: #0B5669;
}
.cli-tab-pane table{
    width: 100%;
}
.cli-tab-pane tr {
    border: 1px solid #cecece;
}
.cli-tab-pane table td {
    border: 1px solid #cecece;
    padding: 10px;
	width:33%;
}
.cli-tab-pane th {
    border: 1px solid #cecece;
    padding: 20px;
    background: #0B5669;
    color: #fff;
}
.cli-tab-pane table {
    width: 100%;
}
a#CONSTANT_OPEN_URL {
    font-weight: 600;
}

element.style {
    margin: 5px 20px;
    color: rgb(11, 86, 105);
    background-color: rgb(242, 242, 242);
}
a#CONSTANT_OPEN_URL:hover {
    background: none !important;
}
.wk-job{
		display:none;
		padding: 24px;
    border-radius: 4px;
    margin: 20px 0;
    position: relative;
    box-sizing: border-box;
	position:relative;
    background: #fff;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 2px 5px rgba(51, 62, 73, 0.1);
}
.wk-job:hover{
	box-shadow: 0 3px 10px rgba(51, 62, 73, 0.18), 0 6px 17px rgba(51, 62, 73, 0.18);
}
.wk-title{    max-width: 80%;}
.wk-title a {
    color: #0B5669;
}
.wk-jobs-inner{display:none;}
.wk-loading {
    text-align: center;
    margin: 100px 0;
}
.wk-location{float:left;width:42%;margin-right:1%;}
.wk-departments{float:left;width:42%;margin-left:1%;}
.ss-main .ss-multi-selected .ss-values .ss-value {
    background: #0B5669 !important;
    font-size: 15px !important;
    padding: 8px !important;
}
.ss-main .ss-multi-selected {
    min-height: 44px !important;
}
.ss-main .ss-multi-selected .ss-add {
    margin-top: 15px !important;
}
.wk-jobs-options{display:none;}
.wk-no-jobs{display:none;text-align:center;padding: 100px 0;}
.wk-job-description{display:none;border-top: 1px solid #0B5669;
    padding-top: 25px;
    margin-top: 25px;
}
.wk-job-open {
    position: absolute;
    top: 50px;
    right: 30px;
    font-size: 30px;
	cursor:pointer;
}
.wk-apply-job {
    position: absolute;
    top: 57px;
    right: 73px;
    font-size: 13px;
    background: #0B5669;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    cursor: pointer;
}
.wk-apply-job a {
    color: #fff;
    padding: 5px;
}
.wk-show-more {
    background: #ffffff;
    padding: 10px; 2989
    border: 1px solid #0B5669;
    border-radius: 6px;
    width: 139px;
    text-align: center;
    color: #0B5669;
    margin: 0 auto 20px auto;
    cursor: pointer;
	transition: 0.7s ease;
	display:none;
}
.wk-show-more:hover {
    background: #0B5669;
    color: #fff;

}
.kib-img img {
    max-width: max-content;
}

.kib-img {
    width: 160px;
    height: 160px;
    line-height: 160px;
    margin: 0 auto;
    background: #e6e6e6;
    text-align: center;
    border-radius: 60%;
}
.kib-title {
    text-align: center;
    padding: 10px 0 0;
    font-size: 45px;
    font-weight: bold;
    color: #0B5669;
    font-family: 'proximanovabold';
}
.kib-subtitle {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: 'opensansbold';
	padding: 0 20px;
}
.kib-title sub {
    bottom: 0em;
    font-size: 25px;
    color: #000;
	    left: -7px;
}
.division_close {
    position: absolute;
    top: -11px;
    right: -11px;
    background: #0B5669;
    padding: 3px 9px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 26px;
    margin: 0;
    cursor: pointer;
    font-size: 16px;
}
@media screen and (max-width: 1000px) {
		.paraiskos-forma h2.vc_custom_heading {
		font-size: 40px!important;
		margin-top: -20px;
	}
	.paraiskos-forma h2.uzpildykite-forma {
		font-size: 20px !important;
	}
	body .paraiskos-forma {
		background: none !important;
	}
	.paraiskos-forma .wpcf7-list-item-label {width: 86% !important;}
		.baze_popup {
		top: 20px!important;
	}
	.baze_content img {
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
	}
	.division_close {right:2px}
}
.skel-right span.wpcf7-list-item-label {
    text-align: left !important;
}

.emailresumecv {
        font-size: 13px;
    background: #0B5669;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    float: right;
}
.emailresumecv:hover {text-decoration:underline;}
div#offerModal{text-align: center;}
@media screen and (min-width: 768px) {
  div#offerModal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

div#offerModal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

div#offerModal .form-group {
    margin: 15px 20px;
}
#offerModal label {
    width: 100%;
}
#offerModal input.wpcf7-form-control {
    width: 100% !important;
	margin-top:6px;
}
#offerModal h2.modal-title {
    padding-top: 10px;
}

#offerModal input.wpcf7-form-control.wpcf7-file {
    margin: 0 auto;
    width: 100%;
    padding: 20px;
    border: 2px dashed #0B5669;
    margin-top: 10px;
}
#offerModal .modal-close {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 15px;
    background: #da252c;
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 50%;
    cursor: pointer;
}
#offerModal input.wpcf7-form-control.wpcf7-submit.btn.red-arrow {
    background: #da252c;
}
#offerModal .modal-title-box {
    float: left;
    width: 90%;
}
#offerModal .modal-logo {
    float: right;
    width: 10%;
    text-align: center;
    margin-top: 11px;
    margin-right: 0px;
}
#offerModal .modal-logo img {
    width: 40px;
}

#offerModal .wpcf7-response-output {
    margin: 20px 20px 10px 20px !important;
}
@media screen and (max-width: 1000px) {
	.emailresumecv{float:none;margin-top: -30px;}
		.wk-apply-job {
    top: 15px;
    right: 15px;}
}
a.makeexcerpthights {
    word-break: break-word;
}
.panel-heading {
    padding: 25px;
}
.panel-heading {
    background: #0B5669!important;
    position: relative;
    color: #fff !important;
    transition: background 0.3s;
}
.panel-heading:hover {
	background: #159dc0 !important;
}
.dar-skel a.accordion-toggle:hover {
    color: #fff;
}
.skel-location {
    background: url(https://www.girteka.eu/wp-content/themes/girteka/img/location_5_white.png);
    position: absolute;
    right: 22px;
    font-size: 17px;
    font-weight: bold;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 48px;
    top: 8px;
    line-height: 48px;
}
h4.panel-title {
    font-size: 18px;
    font-weight: bold;
}
.panel.panel-default {
    margin-bottom: 5px;
    border: 0;
}
.panel-body {
    background: #f6f6f6;
	border:none;
	background-size: 330px;
}
.panel-body h2 {
    background: #0b5669!important;
    color: #fff;
    display: inline;
	font-size:22px;
    margin-left: -14px;
    padding: 5px 15px 5px 34px;
}
.panel-body ul {
    margin: 20px !important;
}
.page-inner .vc_row .panel-body li {
    list-style-type: square !important;
	font-size: 18px;
}
.skel-left {
    float: left;
    width: 65%;
}
.skel-form-title {
    font-size: 29px;
    padding: 20px 0;
    font-weight: bold;
    margin-bottom: 15px;

    color: #fff;
    text-align: center;
}
.dar-skel .skel-form-title {
background: #0B5669;
}
.skel-form-subtitle {
    color: #fff;
}
.dar-skel .skel-form-subtitle  {
color: #000;
}
.skel-form-subtitle {
    padding: 11px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}
.skel-right {
    float: right;
    width: 35%;
    border: 2px;
    border-top: 0;
    border-style: dashed;
    margin-top: -14px;
    padding: 20px;
    border-color: #9e9e9e;
    margin-right: -15px;
	background: #f6f6f6;
}
.skel-left h4 {
    font-weight: bold;
}
.skel-right input.wpcf7-form-control.wpcf7-text::placeholder,.skel-right textarea::placeholder {
    color: #949494;
}
.skel-right input.wpcf7-form-control.wpcf7-text, .skel-right textarea {
    text-align: center;
    border-radius: 15px;
    background: none;
    padding: 8px;
    margin-bottom: 8px;
    border: 2px solid #696969;
}
.skel-right textarea{ height:60px;}
.skel-right input.wpcf7-form-control.wpcf7-submit {
    color: #fff;
    background: #3c3d3b;
    border: none;
}
.skel-right form.wpcf7-form.init{text-align:center;}
.skel-right button.wpcf7-submit {
    background: #0b5669;
    color: #fff;
    border: none;
	padding: 5px 15px;
}
.page-inner .vc_row .panel-body ol li {
    list-style-type: none !important;
	    margin-left: -18px;
}
.page-inner .vc_row .panel-body p {
    margin-top: 18px !important;
    margin-left: 20px !important;
}
.panel-body ol i {
    color: #0B5669;
	margin-right: 20px;
}
.skel-right textarea{width:100%}
.skel-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	width: 100%;
}
@media (max-width: 1000px) {

	h4.panel-title {
		font-size: 15px;
		max-width: 65%;
	}
	.skel-location {
		font-size: 15px;
		right: 15px;
		padding-right: 30px;
	}
	.panel-body h2 {
		font-size: 15px;
		padding: 5px 15px 5px 10px;
	}
	.skel-right {
		float: none;
		width: 100%;
		border: none;
		padding: 20px 0 0 0;
		border-top: 2px dashed;
		margin-top: 20px;
	}
	.skel-left {
	    float: none;
		width: 100%;
	}
	.page-inner .vc_row .panel-body p{
		margin-left: 0 !important;
	}
	.skel-right .wpcf7-list-item-label {
		width: 85%;
	}

}
.ltl-ftl-form .wpcf7-form p {
    margin: 0 0 6px;
}
.ltl-ftl-form .wpcf7-select {
    width: 100%;
    border: 1px solid #e6e6e6;
    background: #f4f4f5;
    padding: 10px;
}
.ltl-ftl-form input.wpcf7-form-control.wpcf7-submit.btn-default.btn {
    width:100%;
    border-radius:20px;
}
.ltl-ftl-form input.wpcf7-form-control.wpcf7-submit.btn-default.btn:disabled {
    background: #CD171E !important;
    opacity: 1 !important;
}
.ltl-ftl-form .zip-city .form-control{
    font-size: 12px !important;
}
.ltl-ftl-form input[type=text].wpcf7-form-control, .ltl-ftl-form input[type=email].wpcf7-form-control, .ltl-ftl-form input[type=tel].wpcf7-form-control, .ltl-ftl-form select.wpcf7-form-control, .ltl-ftl-form input[type=textarea].wpcf7-form-control {
    box-shadow:inset 0px 0px 9px -2px #d4cccc !important;
	 height:50px !important;
}
.ltl-ftl-form .wpcf7 textarea { font-size: 14px !important;
	box-shadow:inset 0px 0px 9px -2px #d4cccc !important;
	height:140px !important;
    width: 100%;
    border: 1px solid #e6e6e6;
    background: #f4f4f5;
    padding: 10px;

}
.ltl-ftl-form .wpcf7 date { font-size: 14px !important;
	box-shadow:inset 0px 0px 9px -2px #d4cccc !important;
	height:140px !important;
    width: 100%;
    border: 1px solid #e6e6e6;
    background: #f4f4f5;
    padding: 10px;
}
.ltl-ftl-form span.wpcf7-list-item {
    display: inline-block;
    margin: 4px 30px 2px 0em;
}
.ltl-ftl-form .wpcf7-list-item-label {float: none; margin-left: 5px;}
.ltl-ftl-form .google-recaptcha{
    margin:-10px 0 !important;
    font-size:10px;
    text-align:center;
}
.ltl-ftl-form .phone {
    font-size: 14px !important;
    box-shadow:inset 0px 0px 9px -2px #d4cccc !important;
	 height:140px !important;
    width: 100%;
    border: 1px solid #e6e6e6;
    background: #f4f4f5;
    padding: 10px;
}
.ltl-ftl-form .country{
    list-style-type: none !important;
}
.ltl-ftl-form .country-select {
    width: 100%;
    border: 1px solid #e6e6e6;
    background: #f4f4f5;
    padding: 10px;
}
.ltl-ftl-form .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern {
    color: #fff;
    border-color: #0B5669 !important;
    background-color: #0B5669 !important;
}
.form_pallet_cargo{width:170px;float:left;padding:0 10px 0 0}
.form_pallet_dim{width:calc(100% - 170px);float:left;padding:0 0 0 10px}
@media only screen and (max-width: 800px) {
	.form_pallet_cargo{width:100%;float:none;padding:0;}
	.form_pallet_dim{width:100%;float:none;padding:0;}
}

.ltl-ftl-form textarea.wpcf7-form-control.wpcf7-textarea.areacf7 {
    font-size: 14px !important;
    box-shadow: inset 0px 0px 9px -2px #d4cccc !important;
    height: 140px !important;
    width: 100%;
    border: 1px solid #e6e6e6;
    background: #f4f4f5;
    padding: 10px;
}
.driver_apply a {
    font-size: 18px;
    background: -webkit-linear-gradient(left, #0B5669 0%, #63D5F3 100%);
    padding: 15px 10px;
    text-align: center;
    margin-top: 20px;
    color: #fff;
    font-size: 22px;
    width: 100%!important;
    display: inline-block;
    line-height: 25px;
    font-weight: 700;
    border-radius: 12px;
}
.wk-switch {
	position: relative;
	display: inline-block;
	width: 53px;
	height: 25px;
	float: left;
	margin-top: 7px;
	margin-left: 10px;
}

.wk-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.wk-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.wk-slider:before {
  position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .wk-slider {
  background-color: #0B5669;
}

input:focus + .wk-slider {
  box-shadow: 0 0 1px #0B5669;
}

input:checked + .wk-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.wk-slider.wk-round {
  border-radius: 34px;
}

.wk-slider.wk-round:before {
  border-radius: 50%;
}

.wk-practice {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}
@media (max-width: 767px){
	.wk-practise-slider{
		position: absolute;
		top: 75px;
		right: 24px;
	}
	.wk-location {width: 48%;}
	.wk-departments {width: 48%;}
}
/*header#header-block > .container-fluid.top #logo{background: none;height: 0;line-height: 0;margin-top: -11px;}*/
@media screen and (max-width: 1199px){
header#header-block > .container-fluid.top #logo { margin-top:0; } }


.legal-notices-link {
	width: 140px;
    height: 27px;
    position: absolute;
    cursor: pointer;
    top: -3px;
    color: #0B5669;
    left: 115px;
    display: inline-block;
}

.legal-notices-link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-transform: uppercase;
    color: #3a3c3a;
    height: 100%;
    font-weight: bold;
}
.legal-notices-link a:hover {
    text-decoration: none;
}
.lnl-lt{
	width: 168px;
}
.hs-lt{
	left:290px;
}
.hs-ru{
	left: 340px;
}
.esi-link{
	left: 400px;
}
.lnl-ru {
    width: 213px;
}
@media (max-width: 1000px){
	.legal-notices-link{display:none;}
}
.choose-contact-menu.contacts-panel {
    background: #1e5568;
}
.contacts-panel .info-wrapper .description{font-size:16px;}
.choose-contact-menu.contacts-panel {width: 440px;height: 440px;}
.map-container {
    height: 500px;
}
.choose-contact-menu {
    height: 180px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    background-position: right center;
    background-size: 16px;
}
.drivers_contact_link {
    padding-left: 38px;
    height: 38px;
    font-size: 15px;
    line-height: 28px;
}
.driver_phone_icon{background-image:url('../images/driver_phone_icon.svg')}
.driver_email_icon{background-image:url('../images/driver_email_icon.svg')}
.driver_location_icon{background-image:url('../images/driver_location_icon.svg')}
.driver_phone_icon, .driver_email_icon, .driver_location_icon {
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 4px 3px;
}
.driver_email_icon {
    background-position: 5px 5px;
}
.driver_location_icon {
    background-size: 16px;
    background-position: 8px 0px;
    height: auto;
    min-height: 38px;
}
.drivers_contact_links{
	width: 255px;
    margin: 0 auto;
}


.drivers_contact_link.url_link {
    padding-left: 7px;
}
.drivers_contact_link.url_link .fas {
    color: #1e5568;
    font-size: 20px;
    margin-right: 8px;
}
.pum{z-index:6 !important;}

.post-template-default div#popmake-148153 {
    width: 100%;
    background: #ebeced;
    bottom: 0 !important;
    margin: 0 !important;
    left: 0 !important;
    box-shadow: 5px 5px 5px 5px #000000;
}
.post-template-default .pum-theme-145303 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    padding: 10px;
    right: 0 !important;
    background: #1e5568;
    border-radius: 32px;
}
#header-block a#logo {
    border-radius: 20px;
}

ul.g_lang_switcher li {
    display: none;
}
ul.g_lang_switcher li span{
	display:inline-block !important;
}

ul.g_lang_switcher {
    position: absolute;
    right: 0;
    z-index: 9;
    top: -7px;
	text-align: left;
}
ul.g_lang_switcher li.lang-item.lang-item-first {
    border: none;
}
ul.g_lang_switcher li.lang-item {
    background: #fff;
    padding: 10px;
    border-top: 1px solid #cecece;
	transition:0.2s all;
}
ul.g_lang_switcher li.lang-item:hover{
	background:#159DC0;
}
ul.g_lang_switcher li.lang-item:hover span{
	color:#fff !important;
}
ul.g_lang_switcher:hover li {
    display: block;
}

li.g_lang_dropdown {
	display:block !important;
    background: #fff;
    box-shadow: 0px 0px 4px -1px #b5b5b5;
    padding: 8px 25px 8px 8px;
    border-radius: 3px;
    margin-bottom: 4px;
}
.contact-cta {
    margin: -6px 64px 0 0;
    top: 0px;
}
li.g_lang_dropdown:after {
    width: 1rem;
    font-weight: 900;
    top: 8px;
    position: absolute;
    right: 6px;
    content: "\f107";
    font-family: "Font Awesome 5 Free" !important;
}
.contact-cta a {
    background: #ebebeb;
    color: #000;
    border: none;
    border-radius: 3px;
    font-size: 12px;
    padding: 10px 16px;
	transition:0.2s all;
}

.contact-cta a:hover {
    background: #159DC0;
    color: #fff;
}
.enquiry-link {margin:0;}
.enquiry-link a {
    background: #4eaf74;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 12px;
    padding: 10px 16px;
	transition:0.2s all;
}
.enquiry-link a:hover {
    background: #159DC0;
    color: #fff;
}
.enquiry-link a i {
    color: #fff;
}
.enquiry-link {
    margin: 0;
    top: 0px;
    position: relative;
}
div#content {
    margin-top: 60px;
}
header#header-block {
    position: fixed;
    top: 0;
    width: 100%;
}
a#logo{border-radius:20px;}
.scrollable a#logo {
    height: 0 !important;
    top: 3px !important;
    line-height: 0!important;
    width: 200px !important;
}
.scrollable header#header-block,.scrollable-mob header#header-block {
    box-shadow: 0px 0px 3px 0px #888888;
}
.contact-cta.ru-ccta {
    margin: -6px 65px 0 0;
}
.header-phone {
    margin: 0 20px 0 0;
    top: 0px;
    position: relative;
    display: inline-block;
}
.header-phone a {
    color: #0b5667;
    text-decoration: none;
}
@media screen and (max-width: 800px) {
	.header-phone{display:none;}
}
li.lang-item.lang-item-11.lang-item-ru {
    display: none;
}
