/*v*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
*:focus-visible {
  outline: 3px solid #005a8c;
  outline-offset: 2px;
}
*:focus:not(:focus-visible) {
  outline: none;
}
.skip-to-content {
  position: absolute;
  top: -100%;
  left: 16px;
  background: #005a8c;
  color: #fff !important;
  font: 600 0.875em/1.2 Open Sans;
  padding: 8px 16px;
  z-index: 10000;
  text-decoration: none;
  border-radius: 0 0 4px 4px;
  transition: top 0.15s ease;
}
.skip-to-content:focus {
  top: 0;
  outline: 3px solid #005a8c;
  outline-offset: 2px;
}
html,
body {
  height: 100%;
}
img,
fieldset {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  min-width: 320px;
  color: #333;
  font: 16px/1.2 Open Sans;
}
h2 {
  font: 1.625em/1.2 Open Sans;
}
.form-control {
  border-radius: 0;
}

label {
  color: #595959;
  font: 0.813em/1.2 Open Sans;
}

.input-group-addon {
  border-radius: 0;
}
.wrapper {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
}
::-ms-clear {
  display: none;
}
*[id$="errors"] {
  /* Spring formų klaidoms */
  color: #bf2142;
}
#logo {
  height: 47px;
  font: 32px/76px Open Sans;
  text-decoration: none;
  background: url(img/logo.png) no-repeat;
  padding: 0 0 5px 52px;
}
.logo-heading {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.mobile_toogle {
  display: none;
}
.lang {
  color: #006D9B;
  font: 0.813em/1.2 Open Sans;
  height: 38px;
}
.lang a.act {
  font: 600 0.813em/1.2 Open Sans;
}
.linkLocale {
  margin-left: 20px;
  visibility: hidden;
}
.name {
  color: #006D9B;
  font: 0.813em/1.2 Open Sans;
  padding: 0 0 5px 0;
  display: block;
}
.menu {
  width: 100%;
  background: #f5f5f5;
  margin: 0 0 60px 0;
  position: relative;
  float: left;
  list-style: none;
}
.menu > li {
  float: left;
}
.menu > li > a {
  height: 50px;
  color: #333;
  font: 0.813em/42px Open Sans;
  text-decoration: none;
  border-top: 4px solid #f5f5f5;
  padding: 0 25px;
  float: left;
}
.menu > li > a:hover {
  color: #006D9B;
  font: 0.813em/42px Open Sans;
  border-top: 4px solid #0078A8;
}
.menu > li > a.act {
  color: #006D9B;
  font: 600 0.813em/42px Open Sans;
  border-top: 4px solid #0078A8;
}
.menu > li a span {
  position: relative;
  display: inline-block;
}
.menu > li ul {
  width: 100%;
  background: #006D9B;
  position: absolute;
  top: 50px;
  left: 0;
  list-style: none;
}
.menu > li ul li {
  float: left;
}
.menu > li ul li a {
  color: #fff;
  font: 0.813em/40px Open Sans;
  text-decoration: none;
  padding: 0 28px;
  float: left;
}
.menu > li ul li a:hover {
  background: #155575;
}
.menu > li ul li a.act {
  font: 600 0.813em/40px Open Sans;
  background: #155575;
  padding: 0 26px;
}
.home_nav {
  width: 100%;
  height: 380px;
  margin: 0 0 18px 0;
  position: relative;
  float: left;
  list-style: none;
}
.home_nav li {
  width: 239px;
  position: absolute;
}
.home_nav li.nav_1 {
  height: 380px;
  top: 0;
  left: 0;
}
.home_nav li.nav_2 {
  height: 189px;
  top: 0;
  left: 240px;
}
.home_nav li.nav_3 {
  height: 190px;
  top: 190px;
  left: 240px;
}
.home_nav li.nav_4 {
  height: 380px;
  top: 0;
  left: 480px;
}
.home_nav li.nav_5 {
  height: 189px;
  top: 0;
  left: 720px;
}
.home_nav li.nav_6 {
  height: 190px;
  top: 190px;
  left: 720px;
}
.home_nav li a {
  width: 100%;
  height: 100%;
  color: #fff;
  font: 1.125em/1.33 Open Sans;
  text-align: center;
  text-decoration: none;
  margin: 0 0 1px 0;
  position: relative;
  float: left;
}
.home_nav li.nav_1 a {
  background: #14774e;
  padding: 222px 10px 0 10px;
}
.home_nav li.nav_2 a {
  background: #5e8f2a;
  padding: 128px 10px 0 10px;
}
.home_nav li.nav_3 a {
  background: #308398;
  padding: 128px 10px 0 10px;
}
.home_nav li.nav_4 a {
  background: #cd4562;
  padding: 222px 10px 0 10px;
}
.home_nav li.nav_5 a {
  background: #de5543;
  padding: 128px 10px 0 10px;
}
.home_nav li.nav_6 a {
  background: #a07516;
  padding: 128px 10px 0 10px;
}
.home_nav li a:before {
  width: 100%;
  height: 81px;
  content: "";
  position: absolute;
  left: 0;
}
.home_nav li.nav_1 a:before {
  background: url(img/home_nav_icons.png) no-repeat center 0;
  top: 129px;
}
.home_nav li.nav_2 a:before {
  background: url(img/home_nav_icons.png) no-repeat center -100px;
  top: 34px;
}
.home_nav li.nav_3 a:before {
  background: url(img/home_nav_icons.png) no-repeat center -200px;
  top: 34px;
}
.home_nav li.nav_4 a:before {
  background: url(img/home_nav_icons.png) no-repeat center -300px;
  top: 129px;
}
.home_nav li.nav_5 a:before {
  background: url(img/home_nav_icons.png) no-repeat center -400px;
  top: 34px;
}
.home_nav li.nav_6 a:before {
  background: url(img/home_nav_icons.png) no-repeat center -500px;
  top: 34px;
}
.home_nav li a:hover {
  text-decoration: underline;
}
.home_nav_url {
  color: #006D9B !important;
  font: 0.813em/1.2 Open Sans;
  margin: 0 0 47px 10px;
  float: left;
}
.video_box {
  width: 320px;
  height: 243px;
  background: #f2f2f2;
  padding: 26px 30px 0 30px;
  float: left;
}
.video_box h3 {
  color: #006D9B;
  font: 1.625em/1.2 Open Sans;
  margin: 0 0 14px 0;
  display: block;
}
.video_box .video {
  width: 260px;
  height: 145px;
  margin: 0 0 4px 0;
  position: relative;
  overflow: hidden;
  display: block;
}
.video_box .video:after {
  width: 100%;
  height: 100%;
  content: "";
  background: url(img/video_thumb_icon.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
}
.video_box .url {
  color: #006D9B;
  font: 0.813em/1.2 Open Sans;
  float: right;
}
.home_ad_box {
  width: 310px;
  height: 243px;
  color: #006D9B;
  font: 1em/1.38 Open Sans;
  text-align: center;
  text-decoration: none !important;
  background-color: #f2f2f2 !important;
  padding: 26px 25px 0 25px;
  margin: 0 0 55px 10px;
  float: left;
}
.home_ad_box:hover {
  color: #fff;
  background-color: #006D9B !important;
}
.home_ad_box.box_1 {
  background: url(img/home_ad_box_1.png) no-repeat center 128px;
}
.home_ad_box.box_1:hover {
  background: url(img/home_ad_box_1_hover.png) no-repeat center 128px;
}
.home_ad_box.box_2 {
  background: url(img/home_ad_box_2.png) no-repeat center 146px;
}
.home_ad_box.box_2:hover {
  background: url(img/home_ad_box_2_hover.png) no-repeat center 146px;
}
.home_ad_box.box_3 {
  background: url(img/home_ad_box_3.png) no-repeat center 108px;
}
.home_ad_box.box_3:hover {
  background: url(img/home_ad_box_3_hover.png) no-repeat center 108px;
}
.home_ad_box .title {
  font: 1.625em/1.2 Open Sans;
  padding: 0 0 20px 0;
  display: block;
}
.partners {
  width: 100%;
  padding: 0 10px 59px 10px;
  float: left;
}
.partners h2 {
  font: 1.625em/1.2 Open Sans;
  margin: 0 0 35px 0;
  display: block;
}
.partners .logos {
  width: 100%;
  float: left;
  list-style: none;
}
.partners .logos li {
  height: 60px;
  margin: 0 25px 30px 0;
  position: relative;
  float: left;
}
.partners .logos li img {
  max-height: 60px;
  float: left;
}
.partners .logos li .partners_tooltip {
  width: 160px;
  color: #fff;
  font: 0.813em/1.23 Open Sans;
  background: url(img/partners_tooltip.png) no-repeat;
  padding: 10px 0 5px 8px;
  display: none;
  position: absolute;
  top: 63px;
  left: 9px;
  z-index: 1;
}
.partners .logos li:hover .partners_tooltip {
  display: block;
}

.breadCrumbBlock {
  width: 100%;
}

.breadCrumbBlock,
.breadCrumb,
.link-print {
  display: inline;
}

.breadcrumb {
  padding: 0 0 0 10px;
  margin: -3px 0 15px 0;
  float: left;
  background: none;
  border-radius: 0;
}
.breadcrumb li {
  font: 0.813em/1.4 Open Sans;
  padding: 0 0 0 20px;
  position: relative;
  float: left;
}
.breadcrumb li:first-child {
  padding: 0;
}

.breadcrumb > li + li::before,
.breadcrumb li:before {
  width: 6px;
  height: 8px;
  content: "";
  background: url(img/icons.png) no-repeat 0 -250px;
  position: absolute;
  top: 6px;
  left: 6px;
}
.breadcrumb li:first-child:before {
  display: none;
}
.breadcrumb li a {
  float: left;
}

.link-print {
  float: right;
}

.helper {
  width: 100%;
  float: left;
}
.helper.top {
  padding: 0 0 19px 0;
}
.helper.bottom {
  padding: 0 0 50px 0;
}
.helper .pages {
  color: #656565;
  font: 0.813em/12px Open Sans;
  margin: 8px 0 0 0;
  float: left;
}
.helper .pages a {
  font: 0.813em/12px Open Sans;
  margin: 0 11px 0 0;
  float: left;
}
.helper .pages a.prev {
  width: 6px;
  text-decoration: none;
  background: url(img/icons.png) no-repeat 0 -348px;
}
.helper .pages a.next {
  width: 6px;
  text-decoration: none;
  background: url(img/icons.png) no-repeat 0 -398px;
}
.helper .pages a.act {
  color: #333;
}
.helper .pages .txt {
  margin: 0 11px 0 0;
  float: left;
}
.helper .sort {
  float: right;
}
.helper .sort label {
  color: #595959;
  font: 0.813em/30px Open Sans;
  padding: 0 5px 0 0;
  float: left;
}
.bid_list {
  width: 100%;
  border-top: 1px solid #f2f2f2;
  float: left;
  list-style: none;
}
.bid_list > li {
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  padding: 30px 0;
  float: left;
}
.bid_list > li:hover {
  background: #f2f2f2;
}
.bid_list > li .foto {
  margin: 0 25px 0 0;
  float: left;
  width: 200px;
  height: 140px;
}

a.default-estate-list-photo,
span.default-estate-list-photo {
  color: #fff;
  font: 1.125em/1.25 Open Sans;
  text-align: center;
  text-decoration: none;
  position: relative;
  float: left;
  padding: 95px 10px 0 10px;
}
.default-estate-list-photo.font-sm {
  font: 0.875em/1.1 Open Sans;
}
span.default-estate-list-photo {
  width: 100%;
  padding: 105px 10px 10px 10px;
}
a.default-estate-list-photo:before,
span.default-estate-list-photo:before {
  width: 100%;
  height: 81px;
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
}
a.default-estate-list-photo:hover,
span.default-estate-list-photo:hover {
  text-decoration: none;
  color: white;
}

a.PATAL-BUT:before,
span.PATAL-BUT:before {
  background: url(img/home_nav_icons.png) no-repeat center 0;
}
a.PATAL-BUT,
span.PATAL-BUT {
  background: #14774e;
}

a.SKLYPAI:before,
span.SKLYPAI:before {
  background: url(img/home_nav_icons.png) no-repeat center -100px;
}
a.SKLYPAI,
span.SKLYPAI {
  background: #5e8f2a;
}

a.KITI-STAT:before,
span.KITI-STAT:before {
  background: url(img/home_nav_icons.png) no-repeat center -200px;
}
a.KITI-STAT,
span.KITI-STAT {
  background: #308398;
}

a.PASTATAI:before,
span.PASTATAI:before {
  background: url(img/home_nav_icons.png) no-repeat center -300px;
}
a.PASTATAI,
span.PASTATAI {
  background: #cd4562;
}

a.TRANS-PRIEM:before,
span.TRANS-PRIEM:before {
  background: url(img/home_nav_icons.png) no-repeat center -400px;
}
a.TRANS-PRIEM,
span.TRANS-PRIEM {
  background: #de5543;
}

a.KILN:before,
span.KILN:before {
  background: url(img/home_nav_icons.png) no-repeat center -500px;
}
a.KILN,
span.KILN {
  background: #dca12f;
}

.bid_list > li .top_block {
  width: 710px;
  float: left;
}
.bid_list > li .no {
  color: #006D9B;
  font: 1.625em/1 Open Sans;
  margin: 0 20px 2px 0;
  float: left;
}
.bid_list > li .desc {
  width: 370px;
  margin: 18px 0 0 0;
  float: left;
  list-style: none;
}
.bid_list > li .desc li {
  width: 100%;
  font: 0.938em/1.2 Open Sans;
  padding: 0 0 2px 0;
  float: left;
}
.bid_list > li .desc li.sep {
  margin: 20px 0 0 0;
}
.bid_list > li .desc li .txt {
  width: 150px;
  color: #595959;
  font: 0.813em/1.2 Open Sans;
  text-align: right;
  padding: 0;
  display: inline-block;
}
.bid_list > li .desc li .win {
  color: #0B8759;
  font: 600 0.938em/1.2 Open Sans;
}
.bid_list > li .desc li .loose {
  color: #D62613; 
  font: 600 0.938em/1.2 Open Sans;
}
.bid_list > li .list_box {
  width: 300px;
  margin: 19px 0 0 0;
  float: left;
}
.bid_list > li .list_box .title {
  color: #595959;
  font: 0.813em/1.2 Open Sans;
  padding: 0 0 5px 0;
  display: block;
}
.bid_list > li .list_box .list li {
  font: 0.938em/1.2 Open Sans;
  padding: 0 0 4px 0;
  display: block;
}
.bid_list > li .list_box .list li .small {
  color: #595959;
  font: 0.75em/1.2 Open Sans;
  display: block;
}
.msg {
  font: 0.813em/1.3 Open Sans;
  padding: 11px 10px 10px 32px;
  margin: 0 0 1px 0;
  position: relative;
  clear: both;
  display: block;
}
.msg.info {
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
}
.msg.success {
  color: #097951;
  border: 1px solid #0da06a;
}
.msg.error {
  color: #cf3253;
  border: 1px solid #d03253;
}
.msg.warning {
  color: #D62613;
  border: 1px solid #D62613;
}
.msg:before {
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  top: 12px;
  left: 8px;
}
.msg.info:before {
  background: url(img/icons.png) no-repeat 0 -800px;
}
.msg.success:before {
  background: url(img/icons.png) no-repeat 0 -825px;
}
.msg.error:before {
  background: url(img/icons.png) no-repeat 0 -850px;
}
.info_block {
  width: 100%;
  background: #f2f2f2;
  padding: 20px 0;
  float: left;
}
.info_block.open {
  display: block !important;
}
.info_block + .info_block {
  margin: 1px 0 0 0;
}
.info_block .list {
  width: 100%;
  margin: 0;
  float: left;
}
.info_block .list li {
  width: 100%;
  padding: 6px 0 0 0;
  display: table;
  float: left;
}
.info_block .list li:first-child {
  padding: 0;
}
.info_block .list li .left {
  width: 170px;
  color: #595959;
  font: 0.813em/1.2 Open Sans;
  text-align: right;
  vertical-align: middle;
  padding: 0 15px 0 10px;
  display: table-cell;
}
.info_block .list li .right {
  font: 0.938em/1.2 Open Sans;
  vertical-align: middle;
  display: table-cell;
}
.info_block .list li .right .input {
  width: 132px;
  height: 30px;
  color: #333;
  font: 0.938em/1.2 Open Sans;
  padding: 5px 10px;
  margin: 0 2px 0 0;
}
.info_block .list li .right .form-control {
  display: inline;
}
.info_block .list li .right.win {
  color: #097951;
}
.info_block .list li .right.loose {
  color: #D62613;
}
.info_block .list li .right .url {
  font: 0.813em/1.2 Open Sans;
}
.info_block .list li .right .txt {
  max-width: 400px;
  font: 0.75em/1.2 Open Sans;
  padding: 0 0 5px 0;
  display: block;
}
.info_block .list li .right .txt.important {
  color: #bf2142;
}
.info_block .list li .right .btn {
  min-width: 125px;
}
.big-text-in-blue-bg {
  width: 100%;
  color: #fff;
  font: 0.75em/1.2 Open Sans;
  text-decoration: none;
  text-transform: uppercase;
  background: #006D9B;
  padding: 8px 30px 8px 20px;
  float: left;
}
.big-text-in-blue-bg:hover {
  color: #fff;
}
.big-text-in-blue-bg span {
  position: relative;
  float: left;
}
.big-text-in-blue-bg span:after {
  width: 8px;
  height: 6px;
  content: "";
  background: url(img/icons.png) no-repeat 0 -900px;
  margin: -3px 0 0 0;
  position: absolute;
  top: 50%;
  right: -18px;
}
.big-text-in-blue-bg.act span:after {
  background: url(img/icons.png) no-repeat -25px -900px;
}
.load_block {
  width: 100%;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 27px 0 25px 0;
  margin: 0 0 26px 0;
  float: left;
}
.load_block h2 {
  font: 1em/1.2 Open Sans;
  margin: 0 0 18px 0;
  display: block;
}
.load_block .list {
  width: 490px;
  margin: 0;
  float: left;
  list-style: none;
}
.load_block .list li {
  width: 100%;
  float: left;
}
.load_block .list li:first-child {
  padding: 0;
}
.load_block .list li.sep {
  padding: 20px 0 0 0;
}
.load_block .list li .left {
  width: 170px;
  color: #595959;
  font: 0.813em/1.2 Open Sans;
  text-align: right;
  vertical-align: middle;
  padding: 0 15px 0 0;
  display: table-cell;
}
.load_block .list li .right {
  font: 0.938em/1.2 Open Sans;
  vertical-align: middle;
  display: table-cell;
}
.load_block .list li .right .url {
  font: 0.813em/1.2 Open Sans;
}
.load_block .additional_block {
  width: 300px;
  font: 0.938em/1.2 Open Sans;
  float: left;
}
.load_block .additional_block .txt {
  color: #595959;
  font: 0.813em/1.2 Open Sans;
  padding: 0 0 8px 0;
  display: block;
}
.additional_info {
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  padding: 0 0 27px 0;
  margin: 0 0 20px 0;
  float: left;
}
.additional_info li {
  width: 100%;
  padding: 6px 0 0 0;
  display: table;
  float: left;
}
.additional_info li:first-child {
  padding: 0;
}
.additional_info li .left {
  width: 170px;
  color: #595959;
  font: 0.813em/1.2 Open Sans;
  text-align: right;
  vertical-align: middle;
  padding: 0 20px 0 0;
  display: table-cell;
}
.additional_info li .right {
  font: 0.938em/1.2 Open Sans;
  vertical-align: middle;
  display: table-cell;
}
.additional_info li .right .url {
  font: 0.813em/1.2 Open Sans;
}
.product_desc {
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  padding: 6px 0 25px 0;
  margin: 0 0 40px 0;
  float: left;
}
.product_desc ul {
  list-style: none;
}
.product_desc h2 {
  font: 1em/1.2 Open Sans;
  margin: 0 0 25px 0;
  display: block;
}
.product_desc .gallery {
  width: 234px;
  float: left;
}
.product_desc .gallery {
  width: 234px;
  float: left;
}
.product_desc .gallery .estate-pictures-pager {
  width: 238px;
  margin: 0 0 0 -4px;
  float: left;
}
.product_desc .gallery .estate-pictures-pager li {
  width: 75px;
  height: 50px;
  margin: 4px 0 0 4px;
  overflow: hidden;
  float: left;
}
/* WCAG: Fokuso indikatorius galerijos nuorodose (bx-viewport ir pager turi overflow:hidden) */
.product_desc .gallery .bx-viewport a:focus-visible,
.product_desc .gallery .estate-pictures-pager a:focus-visible {
  outline: 3px solid #005a8c;
  outline-offset: -3px;
}
.product_desc .list {
  width: 550px;
  margin: -6px 0 5px 10px;
  float: left;
  list-style: none;
}
.product_desc .list li {
  width: 100%;
  padding: 2px 0 0 0;
  float: left;
}
.product_desc .list li:first-child {
  padding: 0;
}
.product_desc .list li .left {
  width: 240px;
  color: #595959;
  font: 0.813em/1.2 Open Sans;
  text-align: right;
  padding: 1px 10px 0 0;
  display: table-cell;
}
.product_desc .list li .right {
  font: 0.938em/1.2 Open Sans;
  vertical-align: middle;
  display: table-cell;
}
.product_desc .list li .url {
  font: 0.813em/1.2 Open Sans;
}
.product_desc .list li .url.remove:after,
.info_block .list li .right .url.remove:after {
  width: 8px;
  height: 8px;
  content: "";
  background: url(img/icons.png) no-repeat 0 -450px;
  margin: 0 0 0 5px;
  display: inline-block;
}
.steps {
  width: 100%;
  background: url(img/steps_bg.png) no-repeat center 12px;
  padding: 0 82px;
  margin: 26px 0;
  float: left;
  list-style: none;
}
.steps li {
  width: 33.333%;
  text-align: center;
  position: relative;
  float: left;
}
.steps li .number {
  width: 45px;
  height: 45px;
  color: #fff;
  font: 0.938em/44px Open Sans;
  background: #879292;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.steps li.act .number {
  font: 600 0.938em/44px Open Sans;
  background: #006D9B;
}
.steps li .txt {
  color: #696c6c;
  font: 0.813em/1.2 Open Sans;
  padding: 7px 0 0 0;
  display: block;
}
.steps li.act .txt {
  color: #006D9B;
  font: 600 0.813em/1.2 Open Sans;
}
.footer {
  width: 100%;
  position: relative;
  float: left;
}
.footer .info_row {
  width: 100%;
  font: 0.813em/1.2 Open Sans;
  background: #fafafa;
  padding: 25px 0 18px 0;
  float: left;
}
.footer .info_row p {
  padding: 0 0 0 25px;
  position: relative;
  display: block;
}
.footer .info_row p:after {
  width: 16px;
  height: 16px;
  content: "";
  background: url(img/icons.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.footer .copy {
  width: 100%;
  color: #fff;
  font: 0.813em/1.2 Open Sans;
  background: #414242;
  padding: 31px 0;
  float: left;
}
.footer .copy .list {
  margin: 18px 0 0 0;
  float: left;
  list-style: none;
}
.footer .copy .list li {
  margin: 0 0 0 50px;
  float: left;
}
.footer .copy .list li:first-child {
  margin: 0;
}
.footer .copy .list li a {
  color: #fff;
  text-decoration: underline;
}
.footer .copy .list li a:hover {
  text-decoration: none;
}
.footer .copy .url_logo {
  float: right;
}
.clearfooter {
  clear: both;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
a,
a:hover {
  color: #006D9B;
}
.btn-link {
  color: #006D9B;
}
.btn-danger {
  background-color: #a72925;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background-color: #8a221e;
}
.btn-success {
  background-color: #008500;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active
{
  background-color: #006600;
}
.url.external:after {
  width: 12px;
  height: 9px;
  content: "";
  background: url(img/icons.png) no-repeat 0 -950px;
  margin: 0 0 0 5px;
  display: inline-block;
}
.clearfix:after,
.clear {
  height: 0;
  content: "";
  clear: both;
  display: table;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.select2-container--bootstrap .select2-selection {
  border-radius: 0;
}

.ui-datepicker {
  width: 266px;
  background: #fff;
  border: 1px solid #cfcfcf;
  padding: 0 0 10px 0;
  margin: 0;
  display: none;
}
.ui-datepicker:before {
  width: 227px;
  height: 13px;
  content: "";
  background: #fff;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  position: absolute;
  top: -13px;
  right: -1px;
}
.ui-datepicker .ui-datepicker-header {
  color: #333;
  font: 0.813em/1.2 Open Sans;
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
  padding: 17px 0 17px 0;
  display: block;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  width: 6px;
  height: 8px;
  cursor: pointer;
  text-indent: -9999px;
  display: inline-block;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  background: url(img/icons.png) no-repeat 0 -350px;
  margin: 3px 0 0 15px;
  float: left;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  background: url(img/icons.png) no-repeat 0 -400px;
  margin: 3px 15px 0 0;
  float: right;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.ui-datepicker table th {
  color: #333;
  font: 0.813em/1.2 Open Sans;
  text-align: center;
  padding: 13px 0;
}
.ui-datepicker table td {
  color: #333;
  font: 0.75em/1.2 Open Sans;
  text-align: center;
}
.ui-datepicker table td a {
  color: #333;
  font: 0.75em/1.6 Open Sans;
  text-align: center;
  text-decoration: none;
  padding: 3px;
  display: block;
}
.ui-datepicker table td a:hover {
  color: #fff !important;
  background: #006D9B;
}
.ui-datepicker table td a.ui-state-active {
  color: #fff;
  background: #006D9B;
  position: relative;
}
.ui-datepicker table td a.ui-state-highlight {
  background: #ccc;
}
.ui-datepicker table td.ui-datepicker-other-month a {
  color: #999;
}

div.msg-error-content {
  clear: both;
  margin: 10px 0;
  padding: 10px 10px 10px 75px;
  background: url(img/msg-error-content.gif) no-repeat 13px 50% #ffffff;
  border: 1px solid #cdcdcd;
}

div.msg-error-content span.title {
  margin-bottom: 2px;
  display: block;
  color: #000000;
  font-weight: bold;
}

div.msg-error-content a {
  text-decoration: underline;
}

div.msg-ok-content {
  clear: both;
  margin: 10px 0;
  padding: 10px 10px 10px 75px;
  min-height: 50px;
  background: url(img/msg-ok-content.gif) no-repeat 13px 15px #f3fcee;
  border: 1px solid #b0d8ad;
}

div.msg-ok-content span.title {
  margin-bottom: 2px;
  display: block;
  color: #000000;
  font-weight: bold;
}

div.msg-ok-content a {
  text-decoration: underline;
}

div.msg-info-content {
  clear: both;
  margin: 10px 0;
  padding: 8px 8px 8px 32px;
  border: 1px solid #bfbfbf;
  background: url(img/msg-info-content.gif) no-repeat 8px 10px #ffffff;
}

div.msg-info-content p {
  color: #666666;
  margin: 2px;
}

div.msg-info-content p.title {
  text-transform: uppercase;
}

div.msg-info-content a {
  text-decoration: none;
}

.grey {
  color: #595959;
}
.font-11 {
  font-size: 0.688em;
}
.font-12 {
  font-size: 0.75em;
}
.font-13 {
  font-size: 0.813em;
}
.font-18 {
  font-size: 1.12em;
}

.font-xs {
  font: 0.813em/1.2 Open Sans;
}
.font-lg {
  font: 0.938em/1.2 Open Sans;
}

.btn-xs,
.btn-sm,
.btn,
.btn-lg {
  border-radius: 0;
  border: 1px solid transparent;
}
.btn:focus:not(:focus-visible),
.btn:active:focus:not(:focus-visible),
a:focus:not(:focus-visible) {
  outline: none;
}
.btn-primary {
  background: #006D9B;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background: #005A80;
  border-color: #005A80;
}

.vmiddle,
.vmiddle > thead > tr > th,
.vmiddle > tbody > tr > th,
.vmiddle > tfoot > tr > th,
.vmiddle > thead > tr > td,
.vmiddle > tbody > tr > td,
.vmiddle > tfoot > tr > td {
  vertical-align: middle;
}

.height50p,
.height50p > thead > tr > th,
.height50p > tbody > tr > th,
.height50p > tfoot > tr > th,
.height50p > thead > tr > td,
.height50p > tbody > tr > td,
.height50p > tfoot > tr > td {
  height: 50px;
}

.no-margin {
  margin: 0;
}
.margin-right-sm {
  margin-right: 10px;
}

.margin-vertical-xs,
.info_block .margin-vertical-xs {
  margin-top: 2px;
  margin-bottom: 2px;
}
.margin-vertical-sm,
.info_block .margin-vertical-sm {
  margin-top: 4px;
  margin-bottom: 4px;
}
.margin-vertical-md,
.info_block .margin-vertical-md {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-vertical-lg,
.info_block .margin-vertical-lg {
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin-bottom-xs,
.info_block .margin-bottom-xs {
  margin-bottom: 2px;
}
.margin-bottom-sm,
.info_block .margin-bottom-sm {
  margin-bottom: 4px;
}
.margin-bottom-md,
.info_block .margin-bottom-md {
  margin-bottom: 10px;
}
.margin-bottom-lg,
.info_block .margin-bottom-lg {
  margin-bottom: 30px;
}

.no-padding {
  padding: 0;
}
.no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}
.padding-xs {
  padding: 2px;
}
.padding-sm {
  padding: 10px;
}
.padding-md {
  padding: 20px;
}
.padding-lg {
  padding: 30px;
}
.padding-vertical-xs {
  padding-top: 2px;
  padding-bottom: 2px;
}
.padding-vertical-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-vertical-md {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding-vertical-lg {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-top-xs {
  padding-top: 2px;
}
.padding-top-sm {
  padding-top: 10px;
}
.padding-top-md {
  padding-top: 20px;
}
.padding-top-lg {
  padding-top: 30px;
}

.bg-grey {
  background: none repeat scroll 0 0 #f2f2f2;
}

ul.paddingVerticalSmall > li {
  padding: 2px 0;
}

.bg-primary {
  background-color: #008eca;
}

.iframePDF {
  margin: 10px 0;
  border: none;
  height: 400px;
}

.col-xs-1.col-vertical-middle,
.col-xs-2.col-vertical-middle,
.col-xs-3.col-vertical-middle,
.col-xs-4.col-vertical-middle,
.col-xs-5.col-vertical-middle,
.col-xs-6.col-vertical-middle,
.col-xs-7.col-vertical-middle,
.col-xs-8.col-vertical-middle,
.col-xs-9.col-vertical-middle,
.col-xs-10.col-vertical-middle,
.col-xs-11.col-vertical-middle,
.col-xs-12.col-vertical-middle,
.col-sm-1.col-vertical-middle,
.col-sm-2.col-vertical-middle,
.col-sm-3.col-vertical-middle,
.col-sm-4.col-vertical-middle,
.col-sm-5.col-vertical-middle,
.col-sm-6.col-vertical-middle,
.col-sm-7.col-vertical-middle,
.col-sm-8.col-vertical-middle,
.col-sm-9.col-vertical-middle,
.col-sm-10.col-vertical-middle,
.col-sm-11.col-vertical-middle,
.col-sm-12.col-vertical-middle,
.col-md-1.col-vertical-middle,
.col-md-2.col-vertical-middle,
.col-md-3.col-vertical-middle,
.col-md-4.col-vertical-middle,
.col-md-5.col-vertical-middle,
.col-md-6.col-vertical-middle,
.col-md-7.col-vertical-middle,
.col-md-8.col-vertical-middle,
.col-md-9.col-vertical-middle,
.col-md-10.col-vertical-middle,
.col-md-11.col-vertical-middle,
.col-md-12.col-vertical-middle,
.col-lg-1.col-vertical-middle,
.col-lg-2.col-vertical-middle,
.col-lg-3.col-vertical-middle,
.col-lg-4.col-vertical-middle,
.col-lg-5.col-vertical-middle,
.col-lg-6.col-vertical-middle,
.col-lg-7.col-vertical-middle,
.col-lg-8.col-vertical-middle,
.col-lg-9.col-vertical-middle,
.col-lg-10.col-vertical-middle,
.col-lg-11.col-vertical-middle,
.col-lg-12.col-vertical-middle {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
}

.border-bottom {
  border-bottom: 1px solid #f2f2f2;
}

.pagination {
  border-radius: 0;
  margin: 0;
}

.pagination > li > a,
.pagination > li > span {
  border: none;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #545e5e;
  background-color: #ebebeb;
  border-color: #006D9B;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: default;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 1.125em;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 0.75em;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.file-upload-errors {
  color: #bf2142;
}

/* ================================== Form group verticaly condensed ================================= */
.form-groups-verticaly-condensed .form-group,
.form-groups-verticaly-condensed.form-group {
  margin-bottom: 0;
}
.form-groups-verticaly-condensed label {
  margin-bottom: 3px;
}
.form-groups-verticaly-condensed .form-control-static {
  padding-top: 0;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 30px;
}
@media (min-width: 768px) {
  .form-groups-verticaly-condensed .form-control-static {
    padding-top: 0;
    padding-bottom: 2px;
    min-height: 25px;
  }
  .form-groups-verticaly-condensed .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 2px;
  }
}
/* ================================== Form group verticaly condensed ================================= */

/* ================================= Labels =========================================================== */
.label {
  padding: 0.1em 0.6em 0.2em;
  font-family:
    Open Sans,
    sans-serif;
  font-weight: normal;
  line-height: 2;
  border-radius: 0;
}
.label-default {
  color: #545e5e;
  background-color: #ebebeb;
  border: 1px solid #879292;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  color: #005f87;
  background-color: #d9e9f2;
  border: 1px solid #006D9B;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  color: #097951;
  background-color: #cbf4e5;
  border: 1px solid #0da06a;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  color: #D62613;
  background-color: #FEEFED;
  border: 1px solid #ee4634;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
/* ================================= Labels =========================================================== */

/* ================================= Fancybox iframe navigation arrows outside ================================================ */
.fancybox-type-iframe .fancybox-nav {
  width: 60px;
}

.fancybox-type-iframe .fancybox-nav span {
  visibility: visible;
  opacity: 0.5;
}

.fancybox-type-iframe .fancybox-nav:hover span {
  opacity: 1;
}

.fancybox-type-iframe .fancybox-next {
  right: -60px;
}

.fancybox-type-iframe .fancybox-prev {
  left: -60px;
}
/* ================================= Fancybox iframe navigation arrows outside ================================================ */

/* ================================= Fancybox map photo close ================================================ */
.map-photo-wrapper .fancybox-close {
  top: -30px;
  right: -5px;
}
/* ================================= Fancybox map photo close ================================================ */

.popover {
  border-radius: 0;
  max-width: 100%;
}

/* ================================= Bootstrap-slider customisations ================================================ */
.slider {
  margin-left: 10px;
  margin-right: 5px;
}

.slider-tick {
  background-image: linear-gradient(to bottom, #fec351 0px, #ecb13f 100%);
  width: 15px;
  height: 15px;
}

.slider-handle {
  width: 15px;
  height: 15px;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-top: -3px;
}
/* ================================= Bootstrap-slider customisations ================================================ */

.bid-align {
  padding-left: 10px;
  padding-top: 1px;
}

.auction-list {
  padding-bottom: 2px;
}

.auction-list-left {
  color: #595959;
  font-size: 0.813em;
  text-align: right;
  padding: 0;
  line-height: 20px;
}

.auction-list-right {
  padding-left: 6px;
}

.text-danger {
  color: #D62613;
}

.contactMaxWidth td {
  max-width: 196px;
  word-wrap: break-word;
}

.preserve-spaces {
  white-space: pre-line;
}

.bankChoiceContainer {
  display: flex;
}
.bankChoiceInput {
  margin-top: 0;
}
.bankChoiceLabel {
  margin: 10px;
  width: 270px;
  height: 52px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bankChoiceLabel.staticLabel {
  width: 100px;
  cursor: initial !important;
  border: none;
  margin-right: 0;
}

.bankChoiceLabelMain {
  width: initial;
  cursor: initial;
  border: none;
}

.bankChoiceImage {
  height: 28px;
}

.bankChoiceLabel:not(.bankChoiceLabelMain):hover {
  cursor: pointer;
}

.bankChoicesContainer {
  margin-left: 46px;
}

.d-none {
  display: none;
}

.d-flex {
  display: flex;
}

.c-black {
  color: black;
}

.payment-choice-label {
  display: flex;
  align-items: center;
  margin: 0 10px;
  cursor: pointer;
}

.w-200 {
  width: 200px;
}

.font-size-2 {
  font-size: 19px;
}

.font-size-3 {
  font-size: 21px;
}

.hide-image img {
  display: none !important;
}

.hide-image *,
.hide-image *:before,
.hide-image *:after {
  background-image: none !important;
}

.background-color-1 img,
.background-color-1 a,
.background-color-2 img,
.background-color-2 a,
.background-color-1 .msg.error:before,
.background-color-2 .msg.error:before,
.background-color-1 .msg.info:before,
.background-color-2 .msg.info:before {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.background-color-1,
.background-color-1 *,
.background-color-1 *:before,
.background-color-1 *:after {
  background-color: white !important;
  color: black !important;
  border-color: black !important;
  box-shadow: none !important;
}

.background-color-2,
.background-color-2 *,
.background-color-2 *:before,
.background-color-2 *:after {
  background-color: black !important;
  color: white !important;
  border-color: white !important;
  box-shadow: none !important;
}

.background-color-2
  .select2-container--bootstrap
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: white transparent transparent !important;
}

.background-color-1
  .select2-container--bootstrap
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: black transparent transparent !important;
}

.background-color-2
  .select2-container--bootstrap.select2-container--open
  .select2-selection
  .select2-selection__arrow
  b {
  border-color: transparent transparent white !important;
}

.background-color-1
  .select2-container--bootstrap.select2-container--open
  .select2-selection
  .select2-selection__arrow
  b {
  border-color: transparent transparent black !important;
}

.background-color-1
  .select2-container--bootstrap
  .select2-selection--single
  .select2-selection__arrow,
.background-color-2
  .select2-container--bootstrap
  .select2-selection--single
  .select2-selection__arrow {
  background-color: unset !important;
}

.background-color-1 .ui-datepicker table td a:hover {
  text-decoration: underline;
  color: black !important;
}

.background-color-2 .ui-datepicker table td a:hover {
  text-decoration: underline;
}

.background-color-2 .home_ad_box.box_1 {
  background: url(img/home_ad_box_1_hover.png) no-repeat center 128px;
}

.background-color-2 .home_ad_box.box_2 {
  background: url(img/home_ad_box_2_hover.png) no-repeat center 146px;
}

.background-color-2 .home_ad_box.box_3 {
  background: url(img/home_ad_box_3_hover.png) no-repeat center 108px;
}

.background-color-1 .home_nav li,
.background-color-2 .home_nav li {
  border: 1px solid;
}

.background-color-1 .home_nav li a:before {
  filter: invert(100%);
  background-color: transparent !important;
  -webkit-filter: invert(100%);
}

.background-color-1 a.default-estate-list-photo:before,
.background-color-1 span.default-estate-list-photo:before {
  filter: invert(100%);
  background-color: transparent !important;
  -webkit-filter: invert(100%);
}

.background-color-1 .btn.active {
  background-color: black !important;
  color: white !important;
}

.background-color-2 .btn.active {
  background-color: white !important;
  color: black !important;
}

.font-size-3 .home_ad_box.box_2 {
  background-position-y: 190px;
}

.font-size-2 .home_ad_box.box_3 {
  background-position-y: 130px;
}

.font-size-3 .home_ad_box.box_3 {
  background-position-y: 150px;
}

.font-size-3 .home_nav li.nav_5 a {
  padding-top: 120px;
}

.font-size-3 .home_ad_box.box_1 {
  background-position-y: 150px;
}

.font-size-3 .home_ad_box {
  height: 280px;
}

.background-color-1 .home_ad_box,
.background-color-2 .home_ad_box {
  border: 1px solid;
}

.background-color-1 .home_ad_box:hover,
.background-color-1 .home_ad_box:hover .title,
.background-color-1 .home_ad_box:hover .txt {
  background-color: black !important;
  color: white !important;
}

.background-color-2 .home_ad_box:hover {
  filter: invert(100%);
  background-color: black !important;
}

.background-color-1 .menu li span:hover,
.background-color-2 .menu li span:hover {
  text-decoration: underline;
}

.background-color-1 .logos a,
.background-color-2 .logos a {
  filter: unset;
}

.background-color-1 .logos a span,
.background-color-2 .logos a span {
  color: white !important;
  filter: grayscale(1);
}

.disabled-container .disabled-button {
  display: flex;
  justify-content: center;
  width: min-content;
  padding: 0px 12px;
  align-items: flex-end;
  line-height: 30px;
}

.disabled-container .font-wrapper,
.disabled-container .background-wrapper,
.disabled-container .image-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-right: 20px;
}

.disabled-container {
  padding: 10px 5px;
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 10px;
}

.d-none-important {
  display: none !important;
}

.loginBlock {
  font-size: 0.813em;
}

.choice-msg {
  font-weight: bold;
  font-size: 16px;
}

.phone input[type="tel"] {
  width: 250px;
  padding-left: 95px !important;
}

.phone-font input[type="tel"] {
  font-size: 16px;
}

.form-horizontal .control-label.label-align-left {
  text-align: left;
}

.mt-20 {
  margin-top: 20px;
}

.mr-5 {
    margin-right: 20px;
}

.search-radio {
	display: inline-block;
	text-align: left;
}

/* Survey / Poll page */
.poll-content {
  padding: 15px 10px 5px 10px;
}
.poll-title {
  font: 600 1em/1.4 Open Sans;
  color: #333;
  margin: 0 0 5px 0;
}
.poll-description {
  font: 0.813em/1.4 Open Sans;
  color: #333;
  margin: 0 0 8px 0;
}
.poll-info-list {
  font: 0.813em/1.8 Open Sans;
  color: #333;
  margin: 0 0 10px 0;
  padding-left: 25px;
}
.poll-info-list li {
  margin: 0;
  padding: 0;
}
.poll-message {
  background: #e8f0f8;
  border: 1px solid #c5d9ed;
  font: 0.813em/1.4 Open Sans;
  color: #333;
  text-align: center;
  padding: 15px 20px;
  margin: 10px 0 0 0;
}
.survey-list {
  width: 100%;
  margin-top: 10px;
}
.survey-item {
  background: #e8f0f8;
  border: 1px solid #c5d9ed;
  padding: 12px 20px;
  margin-bottom: 4px;
}
.survey-item .row {
  display: flex;
  align-items: center;
}
.survey-item .survey-title {
  font: 0.813em/1.4 Open Sans;
  color: #333;
}
.survey-btn {
  color: #006D9B;
  background-color: transparent;
  border: 1px solid #006D9B;
  font: 0.75em/1.2 Open Sans;
  padding: 5px 14px;
  white-space: nowrap;
}
.survey-btn:hover,
.survey-btn:focus {
  color: #fff;
  background-color: #006D9B;
  border-color: #006D9B;
}

/* Unsubscribe confirmation page */
.unsubscribe-confirm {
  text-align: center;
  padding: 80px 20px 40px;
  max-width: 550px;
  margin: 0 auto;
}
.unsubscribe-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.unsubscribe-icon--success {
  background-color: #4CAF50;
}
.unsubscribe-icon--error {
  background-color: #e53935;
}
.unsubscribe-title {
  font: 400 1.25em/1.4 Open Sans;
  color: #333;
  margin: 0 0 16px 0;
}
.unsubscribe-details {
  font: 0.813em/1.6 Open Sans;
  color: #888;
  margin: 0 0 4px 0;
}