a:focus,
img {
  border: none;
  outline: none;
}

.clear {
  clear: both;
}
.clear_left {
  clear: left;
}
.clear_right {
  clear: right;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
input,
textarea {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "he45";
  src: url("../fonts/he45/helr45w.eot");
  src:
    url("../fonts/he45/helr45w.eot") format("embedded-opentype"),
    url("../fonts/he45/helr45w.html") format("woff"),
    url("../fonts/he45/helr45w-2.html") format("truetype"),
    url("../fonts/he45/helr45w.svg#HelveticaRegular") format("svg");
}

@font-face {
  font-family: "he65";
  src: url("../fonts/he65/helr65w.eot");
  src:
    url("../fonts/he65/helr65w.eot") format("embedded-opentype"),
    url("../fonts/he65/helr65w.html") format("woff"),
    url("../fonts/he65/helr65w-2.html") format("truetype"),
    url("../fonts/he65/helr65w.svg#HelveticaBold") format("svg");
}

@font-face {
  font-family: "he55";
  src: url("../fonts/he55/helvetica_neue_ce_55_roman.eot");
  src:
    url("../fonts/he55/helvetica_neue_ce_55_roman.eot")
      format("embedded-opentype"),
    url("../fonts/he55/helvetica_neue_ce_55_roman.html") format("woff"),
    url("../fonts/he55/helvetica_neue_ce_55_roman-2.html") format("truetype"),
    url("../fonts/he55/helvetica_neue_ce_55_roman.svg#HelveticaCE55RomanRegular")
      format("svg");
}

html,
body {
  height: 100%;
  width: 100%;
  font-family: /*he45,*/ Helvetica, Arial;
  font-size: 16px;
  /*letter-spacing: 0.325px  0.025em; */
}

body {
  background: #fff url("../img/body_bg.jpg") repeat top left;
}

body.gallery {
  overflow-y: hidden;
}

body.txt_page {
  min-width: 1000px;
  overflow-x: auto;
}

header {
  float: left;
  height: 58px;
  width: 100%;
  background: #fff;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 47px;
  width: 100%;
  background: #fff;
}

footer #footer_left a {
  display: block;
  float: left;
  width: auto;
  height: 100%;
  padding: 0 20px;
  color: #7d7d7d;
  font-size: 14px;
  text-decoration: none;
  line-height: 47px;
}

footer #footer_right {
  display: block;
  float: right;
  width: 160px;
  height: 100%;
  text-indent: -99999px;
  background: #fff url("../img/logopro_logo.png") no-repeat center left;
  background-size: contain;
}

#footer_info {
  position: absolute;
  width: 100%;
  height: 0px;
  bottom: 47px;
  left: 0px;
  background: #fff;
  -moz-transition: height 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out;
}

#footer_info #txt_container {
  position: absolute;
  bottom: 0px;
  width: 80%;
  padding-left: 20px;
  padding-top: 10px;
  color: #5a5a5a;
  font-size: 14px;
  line-height: 21px;
  opacity: 0;
  filter: alpha(opacity = 0);
  -moz-transition: opacity 0.1s ease-in-out;
  -ms-transition: opacity 0.1s ease-in-out;
  -webkit-transition: opacity 0.1s ease-in-out;
}

footer:hover #footer_info {
  height: 40px;
}

footer:hover #footer_info #txt_container {
  opacity: 1;
  filter: alpha(opacity = 100);
  -moz-transition: opacity 0.8s ease-in-out;
  -ms-transition: opacity 0.8s ease-in-out;
  -webkit-transition: opacity 0.8s ease-in-out;
}

section#container {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
}

/*************************************************************/

#langs {
  float: right;
  margin: 23px 20px;
  width: auto;
  min-width: 66px;
  white-space: nowrap;
}

#langs a {
  display: block;
  float: left;
  font-size: 14px;
  color: #707070;
  padding: 0 3px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 15px;
}

#langs a:hover,
#langs a.active {
  color: #515151;
}

/*************************************************************/

#filters_container {
  float: left;
  height: 57px;
  width: 100%;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  background: #efefef;
}

#filters_container .title {
  float: left;
  width: auto;
  height: 57px;
  padding: 0 20px;
  font-size: 14px;
  color: #515151;
  text-transform: uppercase;
  line-height: 57px;
}

#filters_container .buttons {
  float: left;
  height: 100%;
  width: 820px;
}

#filters_container .buttons ul {
  float: left;
  list-style: none;
  height: 100%;
  width: auto;
}

#filters_container .buttons ul li {
  position: relative;
  display: table-cell;
  width: 134px;
  height: 57px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #bebebe;
}

#filters_container .buttons ul li:first-child {
  border-left: 1px solid #bebebe;
}

#filters_container .buttons ul li.filter_button.all a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: #515151;
  text-decoration: none;
  line-height: 56px;
  text-transform: uppercase;
}
#filters_container .buttons ul li.filter a {
  position: relative;
  display: table-cell;
  width: 134px;
  height: 57px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #bebebe;
}

#filters_container .buttons ul li.filter_button.all a:hover,
#filters_container .buttons ul li.filter_button.all.active a {
  background: #fff;
  font-size: 14px;
}

#filters_container .buttons ul li.active span.topas {
  display: block;
  position: absolute;
  left: auto;
  margin-left: 46px;
  z-index: 1;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  background: rgba(190, 190, 190, 0);
}
#filters_container .buttons ul li.active span.bottomas {
  display: block;
  position: absolute;
  left: auto;
  margin-left: 45px;
  z-index: 0;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  border-top: 21px solid #bebebe;
  background: rgba(255, 255, 255, 0);
}

#filters_container .buttons ul li.filter_button._1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/stendai_icons/stendai_icon_1.png") no-repeat center
    center;
}

#filters_container .buttons ul li.filter_button._2 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/stendai_icons/stendai_icon_2.png") no-repeat center
    center;
}

#filters_container .buttons ul li.filter_button._3 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/stendai_icons/stendai_icon_3.png") no-repeat center
    center;
}

#filters_container .buttons ul li.filter_button._4 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/stendai_icons/stendai_icon_4.png") no-repeat center
    center;
}

#filters_container .buttons ul li.filter_button._5 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/stendai_icons/stendai_icon_5.png") no-repeat center
    center;
}

#filters_container .buttons ul li.filter_button:hover,
#filters_container .buttons ul li.filter_button.active {
  background: #fff;
}

#filters_container .buttons ul li.filter_button.all:hover,
#filters_container .buttons ul li.filter_button.all.active {
  background: none;
}

#filters_container .buttons ul li.filter_button:hover .active_bottom,
#filters_container .buttons ul li.filter_button.active .active_bottom {
  position: absolute;
  left: 50%;
  width: 43px;
  height: 18px;
  margin-top: 0;
  margin-left: -20px;
  background: url("../img/filter_button_bottom_active.png") no-repeat center
    center;
}

/************************************************************************************/

ul#stendai_container {
  float: left;
  height: auto;
  list-style: none;
  font-size: 0px;
  text-align: left;
  margin-top: 30px;
  padding: 0 30px;
}

ul#stendai_container li {
  display: inline-block;
  position: relative;
  height: auto;
  width: 31%;
  margin-bottom: 2%;
  margin-right: 1%;
  margin-left: 1%;
  overflow: hidden;
  border: 1px solid #b2b2b2;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

ul#stendai_container li .stendas_bottom_container {
  float: left;
  height: 84px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

ul#stendai_container li .stendas_bottom_container .icon {
  float: left;
  border-right: 1px solid #b2b2b2;
  width: 111px;
  height: 100%;
  background: #efefef url("../img/stendai_icons/stendai_icon_2.png") no-repeat
    center center;
}

ul#stendai_container li .zoom_icon {
  position: absolute;
  top: 0px;
  right: 0;
  height: 100%;
  width: 100%;
  background: url("../img/zoom_icon.jpg") no-repeat top right;
}

ul#stendai_container li .zoom_icon:hover {
  background: url("../img/zoom_icon_active.png") no-repeat top right;
}

ul#stendai_container li:hover .stendas_bottom_container .icon {
  background: #fff url("../img/stendai_icons/stendai_icon_2.png") no-repeat
    center center;
}

ul#stendai_container li img {
  float: left;
  width: 100%;
  height: auto;
  text-align: justify;
}

ul#stendai_container li .stendas_bottom_container .txt_block {
  display: block;
  position: relative;
  height: 100%;
  margin: 0 auto;
  padding: 10px 18px 10px 132px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  color: #515151;
  text-decoration: none;
  text-transform: uppercase;
}

ul#stendai_container li .stendas_bottom_container .txt_block p {
  padding: 0;
  margin: 0;
  line-height: 20px;
}
ul#stendai_container li .stendas_bottom_container .txt_block p.first_row {
  padding-top: 0;
}

/*
570 342
*/

@media all and (max-width: 1540px) {
  ul#stendai_container li {
    width: 47.5%;
  }
}

@media all and (min-width: 1440px) {
  ul#stendai_container li {
    width: 31%;
  }
}

@media all and (max-width: 1004px) {
  ul#stendai_container {
    text-align: center;
  }
  ul#stendai_container li {
    width: 70%;
  }
}

@media all and (max-width: 1100px) and (min-width: 990px) {
  ul#stendai_container {
  }

  ul#stendai_container li {
  }
}

/*************************************************************/

#stendas_top_nav_container {
  float: left;
  height: 62px;
  width: 100%;
}

#stendas_top_nav_container a {
  webkit-transition: all 400ms;
  transition: all 400ms;
}

#stendas_top_nav_container .back_button {
  display: block;
  float: left;
  height: 29px;
  width: auto;
  padding-left: 27px;
  padding-right: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c6c6c6;
  background: url("../img/back_arrow.png") no-repeat 10px center;
  background-color: #fff;
  text-decoration: none;
  color: #515151;
  font-size: 15px;
  margin-top: 13px;
  margin-left: 24px;
  line-height: 29px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

#stendas_top_nav_container .mygtukai {
  display: none;
  float: left;
  margin-left: 12px;
  margin-top: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c6c6c6;
  background-color: #fff;
}

#stendas_top_nav_container .map_location {
  display: block;
  float: left;
  height: 52px;
  width: 52px;
  background: url("../img/map_location_icon.png") no-repeat center center;
  text-decoration: none;
  color: #515151;
  font-size: 15px;
  margin-left: -1px;
  line-height: 29px;
}

#stendas_top_nav_container .b_side_button {
  display: block;
  float: left;
  height: 52px;
  width: 52px;
  text-decoration: none;
  color: #515151;
  font-size: 15px;
  text-align: center;
  line-height: 52px;
  border-right: 1px solid #c6c6c6;
}

#stendas_top_nav_container .back_button:hover,
#stendas_top_nav_container .back_button.current {
  background: url("../img/back_arrow_active.png") no-repeat 10px center;
}

#stendas_top_nav_container .map_location:hover,
#stendas_top_nav_container .map_location.current {
  background: url("../img/map_location_icon_active.png") no-repeat center center;
}

#stendas_top_nav_container .b_side_button.current,
#stendas_top_nav_container .map_location.current {
  background-color: #999;
  border-color: #888;
  color: #fff;
  cursor: default;
}

#stendas_top_nav_container .back_button:hover,
#stendas_top_nav_container .b_side_button:hover,
#stendas_top_nav_container .map_location:hover {
  background-color: #c6c6c6;
  color: #fff;
}

#stendas_top_nav_container .b_side_button.current:hover,
#stendas_top_nav_container .map_location.current:hover {
  background-color: #999;
  border-color: #888;
  color: #fff;
}

#stendas_top_nav_container .info {
  float: left;
  width: auto;
  height: 36px;
  margin-left: 15px;
  margin-top: 5px;
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 8px;
}

#stendas_top_nav_container .info span {
  width: auto;
  display: block;
  float: left;
  padding-left: 10px;
}

#stendas_top_nav_container .info p {
  padding: 0;
  margin: 0;
  color: #515151;
  font-size: 14px;
  line-height: 20px;
}

#stendas_top_nav_container .info .stendas_icon {
  line-height: 36px;
  float: left;
  /*position: absolute;
	width: 40px;
	top: -5px;
    left: 8px;*/
}
#stendas_top_nav_container .info .stendas_icon img {
  vertical-align: middle;
}

#stendas_top_nav_container .info .visibility,
#stendas_top_nav_container .info .visibility_a,
#stendas_top_nav_container .info .visibility_b {
  /*position: absolute;
	bottom: 6px;*/
}

.streetview {
  clear: both;
  position: absolute;
  top: 121px;
  z-index: 5;
}

.streetview iframe {
  /*width: 100%;
    height: 100%;*/
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.streetview br,
.streetview small {
  display: none;
}

#sizer {
  position: absolute;
  top: 122px;
  bottom: 48px;
  right: 0;
  left: 0;
  z-index: 0;
}

/*******************************************************************/

#stendu_formatai_top_container {
  float: left;
  margin-top: 3px;
  margin-left: 3px;
  height: 43px;
  width: 100%;
}

#stendu_formatai_top_container .title {
  background: none repeat scroll 0% 0% rgb(255, 255, 255);
  border-radius: 5px 5px 5px 5px;
  float: left;
  width: auto;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  color: #515151;
  text-transform: uppercase;
  line-height: 43px;
}

ul#stendu_formatai_container {
  float: left;
  width: 100%;
  height: auto;
  list-style: none;
}

ul#stendu_formatai_container li {
  float: left;
  position: relative;
  height: 338px;
  min-width: 200px;
  margin-top: 30px;
  margin-left: 15px;
  overflow: hidden;

  background: url("../img/stendu_formatai_top.png") no-repeat top center;
}

ul#stendu_formatai_container li:hover {
  background: url("../img/stendu_formatai_top_active.png") no-repeat center -1px;
}

ul#stendu_formatai_container li a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

ul#stendu_formatai_container li .content {
  float: left;
  width: 100%;
  height: 317px;

  margin-top: 19px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;

  /*background: #efefef;*/

  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;

  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
}

ul#stendu_formatai_container li .content .inner {
  float: left;
  width: 100%;
  height: 292px;
  margin-top: 24px;
  background: #efefef;

  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
}

ul#stendu_formatai_container li:hover .content .inner {
  background: #e7e7e7;
}

ul#stendu_formatai_container li .title_top {
  position: absolute;
  left: 0;
  top: 0;
  color: #777777;
  font-size: 21px;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}

ul#stendu_formatai_container li .title_top > span {
  vertical-align: super;
  font-size: 14px;
  padding-left: 1px;
}

ul#stendu_formatai_container li .title_bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #515151;
  font-size: 14px;
  padding: 10px 0;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
}

ul#stendu_formatai_container li.stendas_1 {
  width: 308px;
}

ul#stendu_formatai_container li.stendas_2 {
  width: 308px;
}

ul#stendu_formatai_container li.stendas_3 {
  width: 308px;
}

ul#stendu_formatai_container li.stendas_4 {
  width: 308px;
}

ul#stendu_formatai_container li.stendas_5 {
  width: 554px;
}

ul#stendu_formatai_container li.stendas_1 .content .inner {
  background-image: url("../img/stendu_formatai/stendas_1.png");
  background-repeat: no-repeat;
  background-position: 30px 89px;
}

ul#stendu_formatai_container li.stendas_2 .content .inner {
  background-image: url("../img/stendu_formatai/stendas_2.png");
  background-repeat: no-repeat;
  background-position: 30px 60px;
}

ul#stendu_formatai_container li.stendas_3 .content .inner {
  background-image: url("../img/stendu_formatai/stendas_3.png");
  background-repeat: no-repeat;
  background-position: 25px 43px;
}

ul#stendu_formatai_container li.stendas_4 .content .inner {
  background-image: url("../img/stendu_formatai/stendas_4.png");
  background-repeat: no-repeat;
  background-position: 50px 7px;
}

ul#stendu_formatai_container li.stendas_5 .content .inner {
  background-image: url("../img/stendu_formatai/stendas_5.png");
  background-repeat: no-repeat;
  background-position: 14px 45px;
}

/************************************************************************/

article#txt_page_inner {
  float: left;
  width: 100%;
  max-width: none;
  height: auto;
  padding-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
  color: #777777;
  font-size: 21px;
  text-align: left;
  min-width: 100px;
  line-height: 33px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article#txt_page_inner .main_img_container {
  float: left;
  position: relative;
  width: auto;
  height: auto;
  margin-right: 20px;
  margin-bottom: 20px;
}

article#txt_page_inner .main_img_container img {
  float: left;
  max-width: 500px;
  max-height: 500px;
}

article#txt_page_inner p {
}

article#txt_page_inner a {
  text-decoration: underline;
  color: #515151;
}

article#txt_page_inner ul {
  display: inline-block;
  text-align: left;
  padding: 10px 0px;
  list-style: none;
}

article#txt_page_inner ul li {
  padding: 5px 65px;
  background-image: url("../img/li_arrow.png");
  background-repeat: no-repeat;
  background-position: 50px 10px;
}

article#txt_page_inner .page_title {
  background: none repeat scroll 0% 0% rgb(255, 255, 255);
  border-radius: 5px 5px 5px 5px;
  min-height: 58px;
  height: auto;
  display: inline-block;
  padding: 0 34px;
  margin-bottom: 14px;
  text-transform: uppercase;
  color: #515151;
  font-size: 21px;
  font-weight: normal;
  line-height: 58px;
}

article#txt_page_inner div#text_container {
  background: none repeat scroll 0% 0% rgb(255, 255, 255);
  border-radius: 5px 5px 5px 5px;
  display: block;
  width: 100%;
  padding-left: 32px;
  padding-top: 20px;
  padding-right: 32px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article#txt_page_inner .images_container {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 10px;
}

article#txt_page_inner .images_container .image_container {
  float: left;
  position: relative;
  width: 162px;
  height: 162px;
  margin-right: 10px;
  margin-bottom: 10px;
}

article#txt_page_inner .images_container .image_container img {
  max-width: 162px;
  max-height: 162px;
}

.zoom_icon {
  position: absolute;
  top: 0px;
  right: 0;
  height: 100%;
  width: 100%;
  background: url("../img/zoom_icon.jpg") no-repeat top right;
}

.zoom_icon:hover {
  background: url("../img/zoom_icon_active.png") no-repeat top right;
}

article#txt_page_inner div#image_blocks {
  margin: 5px 5px 5px 5px;
}

/***************************************************************************/

#kontaktai_wrapper {
  position: relative;
  width: 330px;
  min-height: 100px;
  height: auto;
  margin: 0 auto;
  margin-top: 40px;
}

#kontaktai_wrapper #phone_no {
  display: block;
  text-align: center;
  font-size: 21px;
  color: #777777;
  margin: 0 auto;
  width: 60%;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}

#kontaktai_wrapper .form_line {
  float: left;
  width: 315px;
  height: auto;
  margin-bottom: 15px;
}

#kontaktai_wrapper .form_line .label {
  float: left;
  width: 100%;
  color: #777777;
  font-size: 16px;
  margin-bottom: 8px;
}

#kontaktai_wrapper .form_line input {
  float: left;
  width: 100%;
  height: 29px;
  padding: 0;
  margin: 0;
  background: #efefef;
  border: 1px solid #e2e1e1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;

  font-size: 16px;
  color: #515151;
  line-height: 28px;

  padding: 0 8px;

  -moz-box-shadow: inset 0px 0px 2px 2px rgba(13, 14, 14, 0.04);
  -webkit-box-shadow: inset 0px 0px 2px 2px rgba(13, 14, 14, 0.04);
  box-shadow: inset 0px 0px 2px 2px rgba(13, 14, 14, 0.04);
  /*
	-moz-box-shadow:inset 0px 0px 10px 4px rgba(119, 119, 119, 0.1);
	-webkit-box-shadow:inset 0px 0px 10px 4px rgba(119, 119, 119, 0.1);
	box-shadow:inset 0px 0px 10px 4px rgba(119, 119, 119, 0.1);
	*/
}

.wpcf7-response-output {
  border: none !important;
}

#kontaktai_wrapper .form_line.err input,
#kontaktai_wrapper .form_line.err input:focus,
#kontaktai_wrapper .form_line.err input:hover,
#kontaktai_wrapper .form_line input.wpcf7-not-valid,
#kontaktai_wrapper .form_line input.wpcf7-not-valid:focus,
#kontaktai_wrapper .form_line input.wpcf7-not-valid:hover {
  outline: none;
  border: 1px solid #ffd2d8;
  background: #fff1f1;
}

#kontaktai_wrapper form p {
  display: inline;
}

#kontaktai_wrapper .form_line input:hover,
#kontaktai_wrapper .form_line input:focus {
  outline: none;
  border: 1px solid #b5b5b5;
  background: #f6f6f6;
}

#kontaktai_wrapper .form_line textarea {
  font-family: /*he45,*/ Helvetica, Arial;
  float: left;
  width: 100%;
  height: 156px;
  background: #efefef;
  border: 1px solid #e2e1e1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  min-height: 110px;
  resize: none;
  overflow: auto;

  padding: 8px;
  font-size: 16px;
  color: #515151;
  line-height: 26px;

  -moz-box-shadow: inset 0px 0px 2px 2px rgba(13, 14, 14, 0.04);
  -webkit-box-shadow: inset 0px 0px 2px 2px rgba(13, 14, 14, 0.04);
  box-shadow: inset 0px 0px 2px 2px rgba(13, 14, 14, 0.04);

  /*
	-moz-box-shadow:inset 0px 0px 10px 4px #e2e1e1;
	-webkit-box-shadow:inset 0px 0px 10px 4px #e2e1e1;
	box-shadow:inset 0px 0px 10px 4px #e2e1e1;
	*/
}

#kontaktai_wrapper .form_line textarea:hover,
#kontaktai_wrapper .form_line textarea:focus {
  outline: none;
  border: 1px solid #b5b5b5;
  background: #f6f6f6;
}

#kontaktai_wrapper .form_line.err textarea,
#kontaktai_wrapper .form_line.err textarea:focus,
#kontaktai_wrapper .form_line.err textarea:hover,
#kontaktai_wrapper .form_line textarea.wpcf7-not-valid,
#kontaktai_wrapper .form_line textarea.wpcf7-not-valid:focus,
#kontaktai_wrapper .form_line textarea.wpcf7-not-valid:hover {
  outline: none;
  border: 1px solid #ffd2d8;
  background: #fff1f1;
}

#kontaktai_wrapper input.send_button {
  display: block;
  float: right;
  height: 32px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c6c6c6;
  background: #fff;
  text-decoration: none;
  color: #515151;
  font-size: 16px;
  line-height: 30px;
  box-shadow: none;
}

#kontaktai_wrapper .form_line .send_button:hover {
  background: #c6c6c6;
  color: #fff;
}

#kontaktai_wrapper .txt_info {
  float: left;
  margin-top: 10px;
  width: 100%;
  height: auto;
  font-size: 16px;
  color: #777777;
  text-align: center;
  line-height: 24px;
  background: #fff;
  border-radius: 5px;
}

body div form .wpcf7-not-valid-tip {
  display: none;
}
body div form .wpcf7-response-output {
  width: 285px !important;
  text-align: center;
}

/*************************************/
/* Video puslapis */
.video iframe {
  width: 100%;
  height: 100%;
}
.progress {
  text-align: center;
  height: 20px;
  margin-top: 20px;
}
.progress li {
  display: inline-block;
  background: #fbfbfb;
  width: 40px;
  height: 10px;
  margin-right: 10px;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  font-size: 0px;
  vertical-align: middle;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.progress li:hover {
  background: #ddd;
  border-color: #ddd;
  cursor: pointer;
}

.progress li.current {
  background: #999;
  border-color: #888;
}

.progress li.current:hover {
  background: #999;
  border-color: #888;
  cursor: default;
}

#gallery_button_left,
#gallery_button_right {
  display: none;
}

/* CSS Arrow hack'as 
.arrow_box {
    position: relative;
}
.arrow_box.active::after, .arrow_box.active::before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box.active::after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #FFF;
    border-width: 20px;
    left: 50%;
    margin-left: -20px;
}
.arrow_box.active::before {
	border-color: rgba(190, 190, 190, 0);
	border-top-color: #bebebe;
	border-width: 21px;
	left: 50%;
	margin-left: -21px;
}

/* --- mozilla compatible arrow --- */

/* ---- Logotipų sąrašo puslapis ------*/
.logotipai {
  margin: 0 auto;
  text-align: left;
  font-size: 0.1px;
  transition: width 500ms;
  -webkit-transition: width 500ms;
  -moz-transition: width 500ms;
}
.logotipai > div {
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  vertical-align: top;
  padding: 20px;
}
.logotipai > div > div {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 200px;
}
.logotipai img {
  vertical-align: middle;
}
.logotipai a {
  display: block;
  vertical-align: middle;
  width: 100%;
}
.logotipai > div.klientai img {
  max-width: 257px !important;
}

.logotipai > div.klientai {
  width: 321px;
  height: 250px;
  padding: 24px 32px;
}
.logotipai > div.klientai > div {
  width: 257px;
  height: 202px;
}

.logotipai > div.ilgi {
  width: 600px;
  height: 260px;
}
.logotipai > div.ilgi > div {
  width: 560px;
  height: 220px;
}

.logotipai > div.trumpi {
  width: 300px;
  height: 260px;
}
.logotipai > div.trumpi > div {
  width: 260px;
  height: 220px;
}
