.x-mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 9990;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.x-mobile-nav *,
.x-mobile-nav *:before,
.x-mobile-nav *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
@media (max-width: 736px) {
  .x-mobile-nav {
    display: block;
  }
}

.x-mobile-header {
  width: 100%;
  height: 56px;
  padding: 8px 10px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  display: block;
}
.x-mobile-header:after {
  content: " ";
  clear: both;
  position: relative;
  display: block;
  width: 100%;
}

.x-mobile-logo {
  outline: none;
  display: block;
  width: 140px;
  height: 40px;
  float: left;
  position: relative;
  background: transparent
    url("../wp-content/themes/logopro.lt/img/logopro_logo.png") no-repeat center
    left/contain;
}

.x-mobile-burger-button {
  outline: none;
  position: relative;
  float: right;
  text-align: center;
  width: 36px;
  height: 36px;
  padding: 3px;
  border: #eee 1px solid;
  display: block;
  border: none;
  background: #fff;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.x-mobile-burger-button span {
  display: block;
  width: 26px;
  height: 4px;
  margin: 3px auto;
  position: relative;
  background: #515151;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}

.x-mobile-logo {
  display: block;
  float: left;
  position: relative;
}

.x-mobile-body {
  height: calc(0vh - 0px);
  overflow: hidden;
  overscroll-behavior: contain;
  -webkit-transition: 0.35s height;
  -moz-transition: 0.35s height;
  -ms-transition: 0.35s height;
  -o-transition: 0.35s height;
  transition: 0.35s height;
  background: #fff;
}

.x-mobile-menu-activated body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.x-mobile-menu-activated .x-mobile-body {
  height: calc(100vh - 56px);
}
.x-mobile-menu-activated .x-mobile-burger-button span:nth-child(2) {
  display: none;
}
.x-mobile-menu-activated .x-mobile-burger-button span:first-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 4px;
}
.x-mobile-menu-activated .x-mobile-burger-button span:last-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
}

.x-mobile-menu {
  max-height: calc(100vh - 80px);
  padding-bottom: 100px;
  position: relative;
  overflow: auto;
  border-top: #eaeaea 1px solid;
}
.x-mobile-menu .fa {
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  width: 16px;
}
.x-mobile-menu .lang-icon {
  display: inline-block;
  width: 16px;
  height: 11px;
  margin-right: 8px;
}
.x-mobile-menu .lang-icon.lang-icon-LT {
  background: transparent url("images/lang-icons/lt.png") no-repeat center
    center;
}
.x-mobile-menu .lang-icon.lang-icon-EN {
  background: transparent url("images/lang-icons/us.png") no-repeat center
    center;
}
.x-mobile-menu a:focus,
.x-mobile-menu a:active,
.x-mobile-menu a {
  text-decoration: none;
  display: block;
  background: #fff;
  color: #515151;
  padding: 18px 18px;
  min-height: 58px;
  font-size: 18px;
  line-height: 1.3;
  border-top: #eaeaea 1px solid;
}
.x-mobile-menu a:focus,
.x-mobile-menu a:active {
  background: #e37128;
  color: #fff;
}
.x-mobile-menu li > a .fa-angle-down {
  display: none;
}
.x-mobile-menu li > a .fa-angle-right {
  display: inline-block;
}
.x-mobile-menu li > ul {
  max-height: 0vh;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  overflow: hidden;
}
.x-mobile-menu li.x-mobile-menu-item-activated > a .fa-angle-down {
  display: inline-block;
}
.x-mobile-menu li.x-mobile-menu-item-activated > a .fa-angle-right {
  display: none;
}
.x-mobile-menu li.x-mobile-menu-item-activated > ul {
  max-height: 500vh;
}
.x-mobile-menu > ul > li {
  display: block;
}
.x-mobile-menu > ul > li > a {
  font-weight: bold;
}
.x-mobile-menu > ul > li:first-child > a {
  border-top: none;
}
.x-mobile-menu > ul > li > ul > li {
  display: block;
  font-size: 15px;
}
.x-mobile-menu > ul > li > ul > li .fa {
  display: none;
}
.x-mobile-menu > ul > li > ul > li > a {
  padding-left: 36px;
}
.x-mobile-menu > ul > li > ul > li > a:focus,
.x-mobile-menu > ul > li > ul > li > a:active {
  padding-left: 36px;
}

@media (max-width: 736px) {
  .x-mobile-enabled {
    height: auto;
  }
  .x-mobile-enabled body {
    -webkit-text-size-adjust: 100%;
    height: auto;
    margin-top: 0;
    min-width: 0 !important;
    width: 100%;
    overflow: auto !important;
    overflow-x: hidden !important;
    font-family: "Roboto", sans-serif !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
  }
  .x-mobile-enabled.x-mobile-nav-ready body {
    margin-top: 56px;
  }
  .x-mobile-enabled.x-mobile-nav-ready body > header,
  .x-mobile-enabled.x-mobile-nav-ready body > footer {
    display: none;
  }
  .x-mobile-enabled body section#container {
    padding-bottom: 40px;
    float: none;
    position: relative;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .x-mobile-enabled body section#container *,
  .x-mobile-enabled body section#container *:before,
  .x-mobile-enabled body section#container *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
  }
  .x-mobile-enabled a[href^="tel"] {
    color: inherit;
    text-decoration: none;
  }
  .x-mobile-enabled img {
    max-width: 100%;
    height: auto;
  }
  .x-mobile-enabled iframe {
    max-width: 100%;
  }
  .x-mobile-enabled article#txt_page_inner,
  .x-mobile-enabled #text_container {
    overflow-wrap: anywhere;
  }
  .x-mobile-enabled .fancybox-wrap {
    max-width: calc(100vw - 48px);
  }
  .x-mobile-enabled .fancybox-wrap .fancybox-inner {
    max-width: 100%;
  }
}

@media (min-width: 737px) and (max-width: 1100px) {
  body.txt_page {
    min-width: 0;
    overflow-x: hidden;
  }
  article#txt_page_inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
    line-height: 27px;
  }
  article#txt_page_inner .page_title {
    font-size: 18px;
    line-height: 50px;
  }
  article#txt_page_inner div#text_container {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}

#x-mobile-enabled #gallery_button_right,
#x-mobile-enabled #gallery_button_left {
  display: none;
}
@media (min-width: 737px) {
  #x-mobile-enabled #gallery_button_right.show,
  #x-mobile-enabled #gallery_button_left.show {
    display: block !important;
  }
}

@media (max-width: 736px) {
  .x-mobile-enabled #filters_container {
    background: #fff;
    border-top: none;
    height: auto;
    border: none !important;
    float: none;
    margin-bottom: 15px;
    border-bottom: #eaeaea 1px solid !important;
    padding-bottom: 15px;
  }
  .x-mobile-enabled #filters_container .title {
    float: none;
    width: 100%;
    height: auto;
    font-weight: bold;
    font-size: 14px;
    padding: 15px;
    line-height: 1.2;
  }
  .x-mobile-enabled #filters_container .buttons {
    display: block;
    width: auto;
    border: none !important;
    float: none;
  }
  .x-mobile-enabled #filters_container .buttons ul {
    border: none !important;
    float: none;
    display: block;
    padding: 0 12px;
  }
  .x-mobile-enabled #filters_container .buttons ul li {
    width: 33.33%;
    height: 90px;
    display: block;
    float: left;
    padding: 3px !important;
    border: none !important;
  }
  .x-mobile-enabled #filters_container .buttons ul li > a {
    border: #eaeaea 1px solid !important;
    display: block;
    font-size: 13px;
    line-height: 83px !important;
  }
  .x-mobile-enabled #filters_container .buttons ul li.active > a {
    background-color: #fff !important;
    border: #e37128 1px solid !important;
  }
  .x-mobile-enabled #filters_container .buttons ul li .topas,
  .x-mobile-enabled #filters_container .buttons ul li .bottomas {
    display: none !important;
  }
  .x-mobile-enabled #filters_container .buttons ul:after {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    content: " ";
  }
  .x-mobile-enabled ul#stendai_container {
    float: none;
    display: block;
    padding: 0 10px;
    margin: 0 0 15px 0;
  }
  .x-mobile-enabled ul#stendai_container > li {
    width: 100%;
    margin-bottom: 30px;
  }
  .x-mobile-enabled ul#stendai_container > li img {
    float: none;
    display: block;
  }
  .x-mobile-enabled ul#stendai_container > li .stendas_bottom_container {
    height: auto;
    float: none;
    display: block;
  }
  .x-mobile-enabled ul#stendai_container > li .stendas_bottom_container .icon {
    width: 100%;
    height: 60px;
    float: none;
    display: block;
  }
  .x-mobile-enabled
    ul#stendai_container
    > li
    .stendas_bottom_container
    .txt_block {
    width: 100%;
    float: none;
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
  }
  .x-mobile-enabled
    ul#stendai_container
    > li
    .stendas_bottom_container
    .txt_block
    b {
    font-size: 1.2em;
    display: block;
    margin: 0 0 7px 0;
  }
  .x-mobile-enabled
    ul#stendai_container
    > li
    .stendas_bottom_container
    .txt_block
    .separator {
    display: none;
  }
  .x-mobile-enabled
    ul#stendai_container
    > li
    .stendas_bottom_container
    .txt_block
    p {
    padding: 0 !important;
    margin: 0 0 5px 0;
  }
  .x-mobile-enabled
    ul#stendai_container
    > li
    .stendas_bottom_container
    .txt_block
    p:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 736px) {
  .x-mobile-enabled .single-format-standard {
    padding-bottom: 1px;
  }
  .x-mobile-enabled .home #gallery_container > ul {
    position: relative;
    width: 100%;
  }
  .x-mobile-enabled .home #gallery_container > ul > li > img {
    position: relative;
  }
  .x-mobile-enabled #stendas_top_nav_container {
    padding: 15px;
    height: auto;
    float: none;
    background: #fff;
    border-bottom: #eaeaea 1px solid;
  }
  .x-mobile-enabled #stendas_top_nav_container:after {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    content: " ";
  }
  .x-mobile-enabled #stendas_top_nav_container .back_button {
    float: none;
    position: relative;
    margin: 0 0 15px 0;
    display: none;
  }
  .x-mobile-enabled #stendas_top_nav_container .mygtukai {
    float: none;
    position: relative;
    margin: 0 15px 15px 0;
    padding: 0;
    width: 125px;
    font-size: 13px !important;
    display: inline-block;
  }
  .x-mobile-enabled #stendas_top_nav_container .mygtukai .a_side_button,
  .x-mobile-enabled #stendas_top_nav_container .mygtukai .b_side_button {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    width: 62px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
  }
  .x-mobile-enabled #stendas_top_nav_container .mygtukai .map_location {
    height: 40px;
    width: 62px;
  }
  .x-mobile-enabled #stendas_top_nav_container .mygtukai:after {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    content: " ";
  }
  .x-mobile-enabled #stendas_top_nav_container .info {
    float: none;
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0;
  }
  .x-mobile-enabled #stendas_top_nav_container .info p,
  .x-mobile-enabled #stendas_top_nav_container .info span {
    font-size: 13px;
    line-height: 1.5;
  }
  .x-mobile-enabled #stendas_top_nav_container .info:after {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    content: " ";
  }
  .x-mobile-enabled #gallery_container {
    float: none;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: auto;
    bottom: auto;
    min-height: 250px;
  }
  .x-mobile-enabled #sizer {
    float: none;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: auto;
    bottom: auto;
  }
  .x-mobile-enabled .streetview {
    float: none;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: auto;
    bottom: auto;
    min-height: 100vw;
  }
  .x-mobile-enabled .streetview iframe {
    min-height: 100vw;
  }
}
@media (max-width: 736px) {
  .x-mobile-enabled #stendu_formatai_top_container {
    margin: 0 0 15px 0;
    height: auto;
  }
  .x-mobile-enabled .page-template-categories-list-php #container {
    padding: 15px;
  }
  .x-mobile-enabled #stendu_formatai_container {
    float: none;
    display: block;
    position: relative;
    padding: 0;
  }
  .x-mobile-enabled #stendu_formatai_container > li:hover,
  .x-mobile-enabled #stendu_formatai_container > li {
    margin: 0 0 30px 0;
    max-width: 100% !important;
    width: 100% !important;
    float: none;
    position: relative;
    background: none;
    border: none !important;
    height: auto;
    min-height: auto;
  }
  .x-mobile-enabled #stendu_formatai_container > li:hover .title_top,
  .x-mobile-enabled #stendu_formatai_container > li .title_top {
    border: none !important;
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: auto;
    font-size: 15px;
    font-weight: bold;
    margin-right: 5px;
  }
  .x-mobile-enabled #stendu_formatai_container > li:hover .title_top span,
  .x-mobile-enabled #stendu_formatai_container > li .title_top span {
    font-size: 12px;
  }
  .x-mobile-enabled #stendu_formatai_container > li:hover .title_bottom,
  .x-mobile-enabled #stendu_formatai_container > li .title_bottom {
    border: none !important;
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: auto;
    font-size: 13px;
  }
  .x-mobile-enabled #stendu_formatai_container > li:hover .content,
  .x-mobile-enabled #stendu_formatai_container > li .content {
    border: none !important;
    position: relative;
    margin: 0;
    padding: 40px 25px;
    height: auto;
    margin-top: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: #efefef;
    float: none;
  }
  .x-mobile-enabled #stendu_formatai_container > li:hover .content .inner,
  .x-mobile-enabled #stendu_formatai_container > li .content .inner {
    margin: 0;
    padding: 0;
    background-size: contain !important;
    background-position: center center !important;
    float: none;
    position: relative;
    display: block;
    height: 220px;
  }
}
@media (max-width: 736px) {
  .x-mobile-enabled
    .page-template-logotipai-template-php
    article#txt_page_inner {
    padding: 15px !important;
    background: #fff;
  }
  .x-mobile-enabled .page-template-logotipai-template-php .logotipai {
    max-width: 100%;
    text-align: center;
  }
  .x-mobile-enabled .page-template-logotipai-template-php .logotipai > .trumpi,
  .x-mobile-enabled .page-template-logotipai-template-php .logotipai > .ilgi,
  .x-mobile-enabled
    .page-template-logotipai-template-php
    .logotipai
    > .klientai {
    padding: 0;
    float: none;
    width: auto !important;
    height: auto !important;
  }
  .x-mobile-enabled
    .page-template-logotipai-template-php
    .logotipai
    > .trumpi.trumpi,
  .x-mobile-enabled
    .page-template-logotipai-template-php
    .logotipai
    > .ilgi.trumpi,
  .x-mobile-enabled
    .page-template-logotipai-template-php
    .logotipai
    > .klientai.trumpi {
    width: 100px !important;
    margin: 15px 15px;
  }
  .x-mobile-enabled
    .page-template-logotipai-template-php
    .logotipai
    > .trumpi
    > div,
  .x-mobile-enabled
    .page-template-logotipai-template-php
    .logotipai
    > .ilgi
    > div,
  .x-mobile-enabled
    .page-template-logotipai-template-php
    .logotipai
    > .klientai
    > div {
    width: auto !important;
    height: auto !important;
    padding: 0;
    margin: 0;
  }
  .x-mobile-enabled
    .page-template-logotipai-template-php
    .logotipai
    > .trumpi
    > div
    > a,
  .x-mobile-enabled
    .page-template-logotipai-template-php
    .logotipai
    > .ilgi
    > div
    > a,
  .x-mobile-enabled
    .page-template-logotipai-template-php
    .logotipai
    > .klientai
    > div
    > a {
    margin: 0 0 15px 0;
    position: relative;
    display: block;
  }
  .x-mobile-enabled
    .page-template-logotipai-template-php
    .logotipai
    > .trumpi
    > div
    > a
    > img,
  .x-mobile-enabled
    .page-template-logotipai-template-php
    .logotipai
    > .ilgi
    > div
    > a
    > img,
  .x-mobile-enabled
    .page-template-logotipai-template-php
    .logotipai
    > .klientai
    > div
    > a
    > img {
    width: auto !important;
    max-width: 100% !important;
  }
  .x-mobile-enabled
    .page-template-logotipai-template-php
    .logotipai
    > .trumpi
    > div
    > img,
  .x-mobile-enabled
    .page-template-logotipai-template-php
    .logotipai
    > .ilgi
    > div
    > img,
  .x-mobile-enabled
    .page-template-logotipai-template-php
    .logotipai
    > .klientai
    > div
    > img {
    width: 110px !important;
    max-width: 200px !important;
    min-width: 0 !important;
    height: auto;
    max-height: auto;
    min-height: auto;
    margin: 15px 15px 15px 15px;
  }
}
@media (max-width: 736px) {
  .x-mobile-enabled .page-template-default article#txt_page_inner {
    padding: 20px;
    font-size: 17px;
    line-height: 1.7;
  }
  .x-mobile-enabled
    .page-template-default
    article#txt_page_inner
    h1.page_title {
    margin: 0 0 15px 0;
    padding: 18px 20px;
    height: auto;
    font-size: 20px;
    line-height: 1.2;
  }
  .x-mobile-enabled
    .page-template-default
    article#txt_page_inner
    #text_container {
    padding: 20px;
  }
  .x-mobile-enabled
    .page-template-default
    article#txt_page_inner
    #text_container
    ul,
  .x-mobile-enabled
    .page-template-default
    article#txt_page_inner
    #text_container
    p {
    margin: 0 0 26px 0;
    padding: 0;
  }
  .x-mobile-enabled
    .page-template-default
    article#txt_page_inner
    #text_container
    li {
    background-position-x: 20px;
    padding: 0 0 0 36px;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 736px) {
  .x-mobile-enabled
    .page-template-video-template-php
    #stendas_top_nav_container {
    display: none;
    max-height: 0;
    overflow: hidden;
    padding: 0;
  }
  .x-mobile-enabled .page-template-video-template-php #container {
    background: #000;
    height: calc(100vh - 50px);
    padding: 0;
  }
}
@media (max-width: 736px) {
  .x-mobile-enabled .page-template-contact-php #container {
    text-align: center;
  }
  .x-mobile-enabled .page-template-contact-php #kontaktai_wrapper {
    padding: 15px;
    margin: 0;
    height: auto;
    width: 100%;
    max-width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
  }
  .x-mobile-enabled .page-template-contact-php #kontaktai_wrapper .form_line {
    float: none;
    max-width: 100%;
    height: auto;
  }
  .x-mobile-enabled
    .page-template-contact-php
    #kontaktai_wrapper
    .form_line
    input,
  .x-mobile-enabled
    .page-template-contact-php
    #kontaktai_wrapper
    .form_line
    textarea {
    float: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 8px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  .x-mobile-enabled
    .page-template-contact-php
    #kontaktai_wrapper
    .form_line
    textarea {
    min-height: 100px;
    height: 100px;
  }
  .x-mobile-enabled
    .page-template-contact-php
    #kontaktai_wrapper
    form
    .wpcf7-validation-errors {
    background: #ffcccc;
  }
  .x-mobile-enabled
    .page-template-contact-php
    #kontaktai_wrapper
    form
    .wpcf7-form-control-wrap {
    text-align: left;
  }
  .x-mobile-enabled
    .page-template-contact-php
    #kontaktai_wrapper
    form
    .wpcf7-form-control-wrap
    span {
    font-size: 12px;
    margin-top: 5px;
    display: block;
  }
  .x-mobile-enabled .page-template-contact-php #kontaktai_wrapper form p {
    text-align: center;
  }
  .x-mobile-enabled
    .page-template-contact-php
    #kontaktai_wrapper
    form
    p
    input[type="submit"] {
    background: #e37128;
    border: #d6641c 1px solid;
    color: #fff;
    width: 100%;
    max-width: 320px;
    min-width: 0;
    margin: 0 auto;
    position: relative;
    font-weight: bold;
    height: auto;
    line-height: 1;
    padding: 15px 30px;
  }
}
