/*
Theme Name: WikiArquitectura43
Author: MIRLO studio
Author URI: http://mirlostudio.com
Description: Theme to take WikiArquitectura to the next level!
Version: 4.4
Text Domain: wikiarquitectura
*/
html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #f7f7f7;
  font-family: 'Open Sans', sans-serif;
}
/****************************************************
***************** COMMON STRUCTURE ******************
****************************************************/
#main {
  overflow: hidden;
}
.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 999;
  top: 0;
  left: 0;
}
.loader .positioner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.hero_banner {
  position: relative;
  width: 100%;
  height: calc(100vh - 110px);
  margin-bottom: 40px;
  overflow: hidden;
}
.hero_banner.half_banner {
  height: 50vh;
}
.hero_banner .lightbox_overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(transparent, black);
  padding: 40px 0;
}
.hero_banner .lightbox_overlay .always_over {
  width: 1420px;
  margin: 0 auto;
}
.hero_banner .lightbox_overlay .always_over .title {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  padding: 0;
  padding-bottom: 10px;
  margin: 0;
  margin-bottom: 15px;
}
.hero_banner .lightbox_overlay .always_over .selected_info {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
}
.hero_banner .lightbox_overlay .always_over .selected_info .data_row {
  display: block;
  text-transform: uppercase;
}
.hero_banner .lightbox_overlay .always_over .selected_info .data_row .cell {
  display: inline-block;
}
.hero_banner .lightbox_overlay .always_over .selected_info .data_row .cell.tag {
  font-weight: bold;
}
.hero_banner .lightbox_overlay .always_over .selected_info .data_row .cell a {
  color: #fff;
}
.hero_banner .lightbox_overlay .always_over .left {
  width: 60%;
  display: inline-block;
}
.hero_banner .lightbox_overlay .always_over .right {
  display: inline-block;
  margin-left: 35px;
  width: calc(40% - 70px);
  max-height: 90px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 15px;
}
.hero_banner.no_featured_image {
  height: auto;
  margin-top: 70px;
}
.hero_banner.no_featured_image .lightbox_overlay {
  background: transparent;
  position: relative;
  padding: 0;
}
.hero_banner.no_featured_image .lightbox_overlay .always_over .title {
  color: #4a4a4a;
}
.hero_banner.no_featured_image .lightbox_overlay .always_over .selected_info {
  color: #4a4a4a;
}
.hero_banner video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.hero_banner .video_credit {
  position: absolute;
  color: #fff;
  z-index: 9;
  opacity: 0.6;
  right: 30px;
  bottom: 18px;
  text-transform: uppercase;
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.hero_banner .video_credit:hover {
  opacity: 1;
}
.hero_banner .video_credit .lable {
  font-weight: normal;
}
.after_banner {
  position: relative;
}
.after_banner .content_wrap {
  width: 1410px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.after_banner .content_wrap .left_col {
  float: left;
  width: 1044px;
  margin-right: 30px;
}
.after_banner .content_wrap .left_col .infobox_building,
.after_banner .content_wrap .left_col .pure_building_text,
.after_banner .content_wrap .left_col .pure_text,
.after_banner .content_wrap .left_col .related_products {
  background-color: #fff;
  padding: 60px;
  margin-bottom: 30px;
  overflow: hidden;
}
.after_banner .content_wrap .left_col .infobox_building h2:first-child,
.after_banner .content_wrap .left_col .pure_building_text h2:first-child,
.after_banner .content_wrap .left_col .pure_text h2:first-child,
.after_banner .content_wrap .left_col .related_products h2:first-child {
  margin-top: 0;
}
.after_banner .content_wrap .left_col .related_products li a.button {
  display: none;
}
.after_banner .content_wrap .left_col .related_products a.button {
  background-color: #242424;
  color: #fff;
  display: inline-block;
  margin-top: 30px;
  margin-left: 50%;
  transform: translate(-50%, 0);
}
.after_banner .content_wrap .left_col .related_products .text_link {
  display: inline-block;
  width: 100%;
  text-align: right;
  margin-bottom: 6px;
}
.after_banner .content_wrap .left_col .infobox_building {
  width: calc(100% - 120px);
}
.after_banner .content_wrap .left_col .infobox_building .page_title {
  width: 100%;
}
.after_banner .content_wrap .left_col .infobox_building .building_data {
  -moz-column-count: 2;
  -moz-column-gap: 0px;
  -webkit-column-count: 2;
  -webkit-column-gap: 0px;
  column-count: 2;
  column-gap: 0px;
}
.after_banner .content_wrap .left_col .infobox_building .building_data .data_row {
  margin-bottom: 12px;
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
}
.after_banner .content_wrap .left_col .infobox_building .building_data .data_row .tag {
  font-family: 'Open Sans', sans-serif;
  color: #5b5b5b;
  font-size: 14px;
  font-weight: bold;
}
.after_banner .content_wrap .left_col .infobox_building .building_data .data_row .value {
  font-family: 'Open Sans', sans-serif;
  color: #5b5b5b;
  font-size: 14px;
}
.after_banner .content_wrap .left_col .infobox_building .building_data .data_row .value a {
  display: block;
  opacity: 1;
  color: #5b5b5b;
}
.after_banner .content_wrap .left_col .infobox_building .building_data .data_row .value a:hover {
  opacity: 0.7;
}
.after_banner .content_wrap .left_col .infobox_building .building_data .data_row .value a:after {
  content: " +";
  color: #338dd2;
  font-weight: bold;
}
.after_banner .content_wrap .left_col .pure_building_text h2:first-child {
  margin-top: 0;
}
.after_banner .content_wrap .right_col {
  float: right;
  width: 336px;
  padding: 0px;
  margin-bottom: 60px;
}
.after_banner .content_wrap .right_col .pure_text {
  background-color: #fff;
  padding: 40px 30px;
  margin-bottom: 30px;
}
.after_banner .content_wrap .right_col .pure_text p {
  font-size: 14px;
}
.after_banner .content_wrap .right_col .pure_text h2:first-child {
  margin-top: 0;
}
.after_banner .content_wrap.no_sidebar .left_col {
  width: 100%;
  float: none;
  margin: 0 auto;
}
.kokoku_after_banner {
  width: 1410px;
}
.building_map {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: -190px;
}
.building_map .worldmap {
  width: 100%;
}
.building_map .view_map {
  display: inline-block;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background-color: #5b5b5b;
  color: #fff;
}
.building_map .view_map:hover {
  transform: translate(-50%, -50%) scale(1.2);
}
.building_map #map {
  width: 100%;
  height: 100%!important;
  position: absolute!important;
  top: 0;
}
.building_map #map img.static_map {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 9;
  transform: translate(0, calc(-50% + 25vh));
}
.map_bubble {
  overflow: hidden;
  padding: 15px 0 10px 20px;
}
.map_bubble a {
  color: #5b5b5b;
  font-family: 'Open Sans', sans-serif !important;
  color: #4a4a4a !important;
  font-size: 11px!important;
  font-weight: bold!important;
  margin-top: 5px!important;
  text-transform: uppercase!important;
  line-height: 1.2em !important;
}
.gm-style .gm-style-iw {
  background-color: #242424 !important;
}
/*style the p tag*/
.gm-style .gm-style-iw #google-popup p {
  padding: 10px;
}
/*style the arrow*/
.gm-style div div div div div div div div div {
  background-color: #242424 !important;
  font-size: 16px;
}
.building_cards_grid,
.single-building ul.products {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.building_cards_grid .card,
.single-building ul.products .card,
.building_cards_grid li.product,
.single-building ul.products li.product {
  flex: 1 0 calc(25% - 30px);
  max-width: calc(25% - 30px);
  padding: 15px;
  display: inline-block;
  vertical-align: top;
}
.building_cards_grid .card img,
.single-building ul.products .card img,
.building_cards_grid li.product img,
.single-building ul.products li.product img {
  width: 100%;
  height: auto;
}
.building_cards_grid .card .price,
.single-building ul.products .card .price,
.building_cards_grid li.product .price,
.single-building ul.products li.product .price,
.building_cards_grid .card .button,
.single-building ul.products .card .button,
.building_cards_grid li.product .button,
.single-building ul.products li.product .button {
  display: none;
}
.building_cards_grid .card:hover,
.single-building ul.products .card:hover,
.building_cards_grid li.product:hover,
.single-building ul.products li.product:hover {
  background-color: #b2b2b2;
}
.building_cards_grid .card:hover .building_name,
.single-building ul.products .card:hover .building_name,
.building_cards_grid li.product:hover .building_name,
.single-building ul.products li.product:hover .building_name,
.building_cards_grid .card:hover .data_row,
.single-building ul.products .card:hover .data_row,
.building_cards_grid li.product:hover .data_row,
.single-building ul.products li.product:hover .data_row {
  color: #fff;
}
.building_cards_grid .card .building_thumbnail,
.single-building ul.products .card .building_thumbnail,
.building_cards_grid li.product .building_thumbnail,
.single-building ul.products li.product .building_thumbnail {
  width: 100%;
  padding-top: 100%;
  margin-bottom: 8px;
}
.building_cards_grid .card .building_name,
.single-building ul.products .card .building_name,
.building_cards_grid li.product .building_name,
.single-building ul.products li.product .building_name,
.building_cards_grid .card h2,
.single-building ul.products .card h2,
.building_cards_grid li.product h2,
.single-building ul.products li.product h2 {
  font-family: 'Open Sans', sans-serif;
  color: #4a4a4a;
  font-size: 11px;
  font-weight: bold;
  margin-top: 5px;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: 0;
}
.building_cards_grid .card .data_row,
.single-building ul.products .card .data_row,
.building_cards_grid li.product .data_row,
.single-building ul.products li.product .data_row {
  font-family: 'Open Sans', sans-serif;
  color: #5b5b5b;
  font-size: 11px;
  margin-top: 5px;
  opacity: 0.5;
  letter-spacing: 0;
}
.building_cards_grid .card .data_row .tag,
.single-building ul.products .card .data_row .tag,
.building_cards_grid li.product .data_row .tag,
.single-building ul.products li.product .data_row .tag {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.4em;
}
.building_cards_grid .card .data_row .value,
.single-building ul.products .card .data_row .value,
.building_cards_grid li.product .data_row .value,
.single-building ul.products li.product .data_row .value {
  font-weight: normal;
  line-height: 1.4em;
}
.building_cards_grid .card .data_row:hover,
.single-building ul.products .card .data_row:hover,
.building_cards_grid li.product .data_row:hover,
.single-building ul.products li.product .data_row:hover {
  opacity: 0.7;
}
.building_cards_grid.no_sidebar .card,
.single-building ul.products.no_sidebar .card {
  flex: 1 0 calc(20% - 30px);
  max-width: calc(20% - 30px);
}
.youtube_wrap {
  margin: 20px 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.youtube_wrap iframe,
.youtube_wrap object,
.youtube_wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pagination {
  margin-top: 80px;
  text-align: center;
}
.pagination a.page-numbers {
  color: #d7d7d7;
  padding: 0 23px;
  font-size: 23px;
}
.pagination a.page-numbers:hover {
  color: #5b5b5b;
}
.pagination a.prev,
.pagination a.next {
  color: #5b5b5b;
  font-weight: bold;
  font-size: 31px;
}
.pagination .current {
  background-color: #5b5b5b;
  color: #fff;
  font-size: 23px;
  border-radius: 50%;
  width: 50px;
  padding: 0 10px 2px 10px;
}
.pagination .dots {
  color: #d7d7d7;
}
button,
.button {
  padding: 16px 40px;
}
.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.has-cookie-bar #catapult-cookie-bar {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #001626;
  color: #fff;
  border-radius: 0;
  font-size: 13px;
  line-height: 1.5em;
}
.has-cookie-bar #catapult-cookie-bar h3 {
  color: #fff;
}
.has-cookie-bar #catapult-cookie-bar button#catapultCookie {
  padding: 10px 9px;
  border-radius: 0;
  background: #1ebca7;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  width: 100%;
}
@media only screen and (max-width: 1850px) {
  .hero_banner .lightbox_overlay .always_over {
    width: 1200px;
  }
  .kokoku_after_banner {
    width: 1200px;
  }
  .after_banner {
    position: relative;
  }
  .after_banner .content_wrap {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 9;
  }
  .after_banner .content_wrap .left_col {
    float: left;
    width: 834px;
    margin-right: 30px;
  }
  .after_banner .content_wrap .left_col .infobox_building,
  .after_banner .content_wrap .left_col .pure_building_text,
  .after_banner .content_wrap .left_col .pure_text,
  .after_banner .content_wrap .left_col .related_products {
    padding: 40px;
  }
  .after_banner .content_wrap .left_col .infobox_building {
    width: calc(100% - 80px);
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
  }
  .after_banner .content_wrap .left_col .pure_building_text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 80px);
  }
  .after_banner .content_wrap .left_col .pure_building_text h2:first-child {
    margin-top: 0;
  }
  .after_banner .content_wrap .left_col .pure_building_text iframe {
    max-width: 100%;
  }
  .after_banner .content_wrap .left_col .related_products li {
    flex: 1 0 calc(33% - 30px);
    max-width: calc(33% - 30px);
  }
  .after_banner .content_wrap .left_col .related_products li:nth-child(4) {
    display: none;
  }
  .after_banner .content_wrap .right_col {
    width: 336px;
  }
  .building_cards_grid .card {
    flex: 1 0 calc(33.333% - 30px);
    max-width: calc(33.333% - 30px);
  }
  .building_cards_grid.no_sidebar .card {
    flex: 1 0 calc(25% - 30px);
    max-width: calc(25% - 30px);
  }
}
@media only screen and (max-width: 1600px) {
  .hero_banner .lightbox_overlay .always_over {
    width: 900px;
  }
  .kokoku_after_banner {
    width: 900px;
  }
  .after_banner .content_wrap {
    width: 900px;
  }
  .after_banner .content_wrap .left_col {
    width: 620px;
  }
  .after_banner .content_wrap .left_col .infobox_building,
  .after_banner .content_wrap .left_col .pure_building_text,
  .after_banner .content_wrap .left_col .pure_text,
  .after_banner .content_wrap .left_col .related_products {
    padding: 30px;
  }
  .after_banner .content_wrap .left_col .infobox_building {
    width: calc(100% - 60px);
    margin-right: 30px;
    float: left;
  }
  .after_banner .content_wrap .left_col .pure_building_text {
    width: calc(100% - 60px);
  }
  .after_banner .content_wrap .right_col {
    width: 250px;
  }
  .building_map {
    margin-top: -110px;
  }
}
@media only screen and (max-width: 1250px) {
  .hero_banner .lightbox_overlay .always_over {
    width: calc(100% - 60px);
    padding: 0 30px;
  }
  .hero_banner .lightbox_overlay .always_over .title {
    font-size: 35px;
  }
  .hero_banner .lightbox_overlay .always_over .selected_info {
    font-size: 13px;
  }
  .hero_banner .lightbox_overlay .always_over .left {
    width: 100%;
  }
  .kokoku_after_banner {
    width: calc(100% - 60px);
  }
  .after_banner {
    position: relative;
  }
  .after_banner .content_wrap {
    width: 100%;
  }
  .after_banner .content_wrap .left_col {
    width: 100%;
    margin-right: 0px;
  }
  .after_banner .content_wrap .left_col .infobox_building,
  .after_banner .content_wrap .left_col .pure_building_text,
  .after_banner .content_wrap .left_col .pure_text,
  .after_banner .content_wrap .left_col .related_products {
    padding: 40px;
  }
  .after_banner .content_wrap .left_col .infobox_building {
    width: 100%;
  }
  .after_banner .content_wrap .right_col {
    float: left;
    width: 100%;
  }
  .after_banner .content_wrap .right_col .pure_text {
    padding: 40px;
    margin-bottom: 40px;
  }
  .building_map {
    width: 100%;
    margin-top: 0px;
  }
  .building_map .worldmap {
    width: calc(100% + 100px);
    margin-left: -50px;
  }
  .building_cards_grid .card,
  .building_cards_grid.no_sidebar .card {
    flex: 1 0 calc(33.33% - 30px);
    max-width: calc(33.33% - 30px);
  }
  .pagination {
    margin-top: 70px;
    text-align: center;
  }
  .pagination a.page-numbers {
    padding: 0 14px;
    font-size: 18px;
  }
  .pagination a.prev,
  .pagination a.next {
    font-size: 29px;
  }
  .pagination a.prev {
    padding-left: 0;
  }
  .pagination a.next {
    padding-right: 0;
  }
  .pagination .current {
    font-size: 18px;
    width: 50px;
    padding: 0 9px 2px 9px;
  }
  button,
  .button {
    padding: 14px 35px;
  }
}
@media only screen and (max-width: 600px) {
  .after_banner .content_wrap .left_col .infobox_building .building_data {
    -moz-column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
    column-count: 1;
    column-gap: 0px;
  }
  .building_cards_grid .card,
  .building_cards_grid.no_sidebar .card {
    flex: 1 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}
/****************************************************
******************* INTEXT IMAGES *******************
****************************************************/
.thumb {
  padding: 7px;
  background-color: #f5f5f5;
}
.thumb p {
  margin: 0;
  line-height: 1em;
}
.thumb.left {
  float: left;
  margin-right: 30px;
}
.thumb.right {
  float: right;
  margin-left: 30px;
}
.thumb .thumbcaption {
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-top: 3px;
  color: #5b5b5b;
  width: 0;
  min-width: 100%;
}
.pure_building_text img,
.pure_building_text div.wp-caption {
  padding: 7px;
  background-color: #f5f5f5;
}
.pure_building_text img.alignleft,
.pure_building_text div.wp-caption.alignleft {
  float: left;
  margin-right: 30px;
}
.pure_building_text img.alignright,
.pure_building_text div.wp-caption.alignright {
  float: right;
  margin-left: 30px;
}
.pure_building_text img p.wp-caption-text,
.pure_building_text div.wp-caption p.wp-caption-text {
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-top: 3px;
  color: #5b5b5b;
  margin: 0;
}
/****************************************************
********************** KOKOKU ***********************
****************************************************/
.kokoku_bup {
  display: none;
}
.kokoku_inline_1 {
  display: block;
  clear: both;
  margin: 40px 0;
  text-align: center;
}
.kokoku_inline_2 {
  display: block;
  clear: both;
  margin: 40px 0;
  text-align: center;
}
.kokoku_inline_3 {
  display: block;
  clear: both;
  margin: 40px 0;
  text-align: center;
}
.kokoku_image_galleries {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  height: 250px;
}
.kokoku_infobox {
  width: 100%;
  height: 90px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.kokoku_sidebar_end {
  width: 100%;
  height: 250px;
  margin-top: 30px;
  text-align: center;
}
/****************************************************
********************** COLORS ***********************
****************************************************/
/****************************************************
*********************** FONTS ***********************
****************************************************/
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Zdcg.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format('truetype');
}
a {
  text-decoration: none;
  opacity: 0.85;
  color: #338dd2;
}
a:hover {
  opacity: 1;
}
h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 90px;
  letter-spacing: -0.05em;
  line-height: 1em;
  font-weight: 400;
  color: #4a4a4a;
  border-bottom: 2px solid;
  padding: 0 30px 20px 30px;
  display: inline-block;
}
h1.no_banner {
  width: 1410px;
  padding: 0;
  margin-left: 50%;
  transform: translate(-50%, 0);
  margin-top: 100px;
  border: none;
  margin-bottom: 40px;
}
h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  letter-spacing: -0.05em;
  line-height: 1em;
  font-weight: bold;
  color: #4a4a4a;
  margin-top: 45px;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  letter-spacing: -0.05em;
  line-height: 1em;
  font-weight: bold;
  color: #4a4a4a;
}
h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  letter-spacing: -0.05em;
  line-height: 1em;
  font-weight: bold;
  color: #4a4a4a;
  margin-bottom: -7px;
}
p,
ul,
li {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #4a4a4a;
  line-height: 1.55em;
}
blockquote {
  border-left: 3px solid #b2b2b2;
  padding-left: 25px;
  width: calc(100% - 60px);
  max-width: 400px;
  margin: 30px auto;
}
blockquote p {
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
}
@media only screen and (max-width: 1850px) {
  h1 {
    font-size: 70px;
  }
  h1.no_banner {
    width: 1200px;
  }
}
@media only screen and (max-width: 1600px) {
  h1 {
    font-size: 70px;
  }
  h1.no_banner {
    width: 900px;
  }
}
@media only screen and (max-width: 1250px) {
  h1 {
    font-size: 40px;
    padding: 0 30px 20px 30px;
  }
  h1.no_banner {
    width: calc(100% - 80px);
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
/****************************************************
*********************** FORMS ***********************
****************************************************/
form label {
  font-weight: bold;
}
form .select2 .select2-selection {
  padding: 10px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #d7d7d7;
  margin: 10px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #5b5b5b;
  height: 47px;
}
form .select2 .select2-selection:focus {
  outline: 0;
  opacity: 1!important;
  border-bottom: 2px solid #5b5b5b !important;
}
form .select2 .select2-selection .select2-selection__arrow {
  top: 17px;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="password"],
form textarea,
form select {
  width: calc(100% - 20px);
  padding: 10px;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  margin: 10px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #5b5b5b;
}
form select {
  width: 100%;
  padding: 10px 6px;
}
form input[type="submit"] {
  background: #5b5b5b;
  padding: 11px 30px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  border: none;
}
form input[type="submit"]:hover {
  background-color: #d7d7d7;
  color: #fff;
}
form .wpcf7-not-valid-tip {
  font-size: 12px!important;
}
form .wpcf7-validation-errors {
  border: 2px solid red!important;
  padding: 15px!important;
  background-color: rgba(255, 0, 0, 0.2);
  color: red;
  font-family: sans-serif;
}
form button:focus,
form input:focus,
form textarea:focus,
form select:focus {
  outline: 0;
  opacity: 1!important;
  border-bottom: 2px solid #5b5b5b !important;
}
@media only screen and (max-width: 1250px) {
  textarea {
    height: 150px;
  }
}
/****************************************************
*********************** HEADER **********************
****************************************************/
header {
  width: 75px;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 600;
  text-align: center;
  overflow: visible!important;
}
header.fixed {
  background-color: #f7f7f7;
}
header .header {
  height: 100vh!important;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
header .header #wiki_logo {
  width: 40px;
  height: auto;
  margin: 0 auto;
  margin-top: 10px;
  z-index: 950;
}
header .header #wiki_logo img {
  max-width: 100%;
}
header .header #burger {
  display: none;
  width: 25px;
  height: 25px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 25px;
  margin: 0;
}
header .header #burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #5b5b5b;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header .header #burger span:nth-child(1) {
  top: 0px;
}
header .header #burger span:nth-child(2),
header .header #burger span:nth-child(3) {
  top: 7px;
}
header .header #burger span:nth-child(4) {
  top: 14px;
}
header .header #burger.open span {
  background: #fff;
}
header .header #burger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header .header #burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .header #burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .header #burger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header .header .nav_icon {
  display: block;
  color: #5b5b5b;
  font-size: 10px;
  text-transform: uppercase;
  margin: 22px 0;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  min-height: 48px;
  opacity: 0.8;
  cursor: pointer;
  position: relative;
}
header .header .nav_icon:hover {
  opacity: 1;
}
header .header .nav_icon i {
  font-size: 30px;
  margin-bottom: 4px;
  display: block;
}
header .header .nav_icon label {
  display: none;
}
header .header .nav_icon:hover label {
  display: block;
}
header .header .nav_icon.open .fas {
  color: #ff0000 !important;
}
header .header .nav_icon i.fa-shopping-cart {
  color: #15a500;
}
header .header .nav_icon .cart-contents-count {
  position: absolute;
  top: -6px;
  right: -7px;
  background-color: #5b5b5b;
  color: #fff;
  padding: 1px 5px;
  border-radius: 30px;
}
header .header #main_navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main_nav_mov {
  display: none;
}
.toggle_menu,
.language_menu {
  width: 300px;
  height: 100vh;
  background-color: #242424;
  position: fixed;
  top: 0;
  left: -500px;
  z-index: 500;
  padding: 0 50px 0 140px;
  overflow: hidden;
}
.toggle_menu > div,
.language_menu > div {
  position: absolute;
  width: calc(100% - 150px);
  top: 50%;
  transform: translate(0, -50%);
}
.toggle_menu > div.scroll,
.language_menu > div.scroll {
  position: relative;
  top: inherit;
  transform: none;
  height: calc(100vh - 80px);
  overflow-y: scroll;
  width: 100%;
  padding: 40px 0;
}
.toggle_menu > div.scroll::-webkit-scrollbar-track,
.language_menu > div.scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0);
  background-color: transparent;
}
.toggle_menu > div.scroll::-webkit-scrollbar,
.language_menu > div.scroll::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
}
.toggle_menu > div.scroll::-webkit-scrollbar-thumb,
.language_menu > div.scroll::-webkit-scrollbar-thumb {
  background-color: #f7f7f7;
  border: 2px solid #555555;
}
.toggle_menu ul,
.language_menu ul {
  list-style: none;
  padding-left: 0;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.toggle_menu ul li,
.language_menu ul li {
  width: 100%;
  margin: 25px 0;
}
.toggle_menu ul li a,
.language_menu ul li a {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
.toggle_menu ul li ul,
.language_menu ul li ul {
  list-style: none;
  padding-left: 0;
  width: 100%;
  padding-top: 10px;
}
.toggle_menu ul li ul li,
.language_menu ul li ul li {
  float: none;
  display: block;
  margin: 0;
  width: 100%;
  margin: 9px 0;
}
.toggle_menu ul li ul li a,
.language_menu ul li ul li a {
  color: #fff;
  font-weight: 100;
  opacity: 0.6;
}
.toggle_menu ul li ul li a:hover,
.language_menu ul li ul li a:hover {
  color: #d7d7d7;
  opacity: 1;
}
.language_menu .wpml-ls ul li {
  float: none;
  display: block;
  margin: 0;
  width: 100%;
  margin: 9px 0;
}
.language_menu .wpml-ls ul li a {
  color: #fff;
  font-weight: 100;
  opacity: 0.6;
  padding: 0;
  font-size: 20px;
}
.language_menu .wpml-ls ul li a:hover {
  color: #d7d7d7;
  opacity: 1;
}
.language_menu .wpml-ls ul li.wpml-ls-current-language a {
  font-weight: bold;
  opacity: 1;
}
#search {
  display: none;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(36, 36, 36, 0.8);
  z-index: 99;
}
#search.open {
  display: block;
  opacity: 1;
}
#search .search_form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 200px);
  max-width: 1200px;
}
#search .search_form .gsc-input-box {
  background-color: transparent!important;
  border: none!important;
}
#search .search_form .gsc-input-box .gsib_a {
  padding: 0;
}
#search .search_form .gsc-input-box .gsib_a input[type="text"] {
  padding: 20px!important;
  border-radius: 0px!important;
  border: none!important;
  border-bottom: 1px solid #fff !important;
  margin: 0!important;
  background-color: transparent!important;
  font-family: 'Open Sans', sans-serif;
  font-size: 60px;
  font-weight: 100;
  color: #fff;
}
#search .search_form .gsc-input-box .gsib_a input[type="text"]::placeholder {
  color: transparent;
}
#search .search_form .gsc-input-box .gsib_a input[type="text"]:-ms-input-placeholder {
  color: transparent;
}
#search .search_form .gsc-input-box .gsib_a input[type="text"]::-ms-input-placeholder {
  color: transparent;
}
#search .search_form .gsc-search-button button.gsc-search-button-v2,
#search .search_form .gsc-clear-button button.gsc-search-button-v2 {
  background-color: transparent;
  border: none;
}
#search .search_form .gsc-search-button button.gsc-search-button-v2 svg,
#search .search_form .gsc-clear-button button.gsc-search-button-v2 svg {
  width: 20px;
  height: 20px;
}
.close {
  display: none;
  position: fixed;
  right: 34px;
  top: 28px;
  width: 25px;
  height: 25px;
  opacity: 1;
  z-index: 600;
}
.close:hover {
  opacity: 0.7;
}
.close:before,
.close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 25px;
  width: 3px;
  background-color: #fff;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
.midnightHeader.white .header .nav_icon {
  color: #fff;
}
.midnightHeader.white .header #burger span {
  background: #fff;
}
.menu_open .midnightHeader.white .header .nav_icon,
.prev_menu_open .midnightHeader.white .header .nav_icon,
.menu_open .midnightHeader .header .nav_icon,
.prev_menu_open .midnightHeader .header .nav_icon {
  color: #fff !important;
}
.menu_open .midnightHeader.white .header .nav_icon.more_menu_icon .fas,
.menu_open .midnightHeader .header .nav_icon.more_menu_icon .fas {
  transform: rotate(45deg);
}
@media only screen and (max-width: 1600px) {
  header .header .nav_icon {
    margin: 8px 0;
    min-height: 48px;
  }
  header .header .nav_icon i {
    font-size: 24px;
    margin-bottom: 4px;
  }
  #search .search_form .gsc-input-box .gsib_a input[type="text"] {
    padding: 15px!important;
    font-size: 50px;
  }
}
@media only screen and (max-width: 1250px) {
  header {
    width: 100%;
    height: 65px!important;
  }
  header .header {
    position: relative;
    width: 100%;
  }
  header .header #wiki_logo {
    margin: initial;
    padding-top: 10px;
    margin-left: 20px;
    position: fixed;
    z-index: 500;
  }
  header .header #wiki_logo img {
    max-width: 100%;
  }
  header .header #burger {
    display: block;
    position: fixed;
    z-index: 500;
  }
  .main_nav_mov {
    display: block;
    display: none;
  }
  .main_nav_mov #main_navigation {
    position: fixed;
    width: 100%;
    height: 100vh!important;
    background: #242424;
    z-index: 100;
  }
  .main_nav_mov #main_navigation .positioner {
    width: calc(100% - 80px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .main_nav_mov #main_navigation .positioner .nav_icon {
    display: inline-block;
    width: 30%;
    color: #fff;
    font-size: 10px;
    margin: 22px 0;
    cursor: pointer;
  }
  .main_nav_mov #main_navigation .positioner .nav_icon i {
    font-size: 30px;
  }
  .main_nav_mov #main_navigation .positioner .nav_icon label {
    display: block;
  }
  .main_nav_mov #main_navigation .positioner .nav_icon.open .fas {
    color: #fff !important;
  }
  .main_nav_mov.open {
    display: block;
  }
  .main_nav_desk {
    display: none;
  }
  .toggle_menu,
  .language_menu {
    display: none;
    width: calc(100% - 50px);
    height: calc(100vh - 130px);
    z-index: 800;
    padding: 65px 10px 65px 40px;
    position: fixed;
    z-index: 700;
    left: 0px!important;
    background: #242424;
    overflow-y: scroll;
  }
  .toggle_menu > div,
  .language_menu > div {
    position: relative;
    width: 100%;
    top: 0;
    transform: none;
  }
  .toggle_menu.open,
  .language_menu.open {
    display: block;
  }
  .language_menu .wpml-ls ul li {
    float: none;
    display: block;
    margin: 0;
    width: 100%;
    margin: 9px 0;
  }
  .language_menu .wpml-ls ul li a {
    color: #fff;
    font-weight: 100;
    opacity: 0.6;
    padding: 0;
    font-size: 20px;
  }
  .language_menu .wpml-ls ul li a:hover {
    color: #d7d7d7;
    opacity: 1;
  }
  .language_menu .wpml-ls ul li.wpml-ls-current-language a {
    font-weight: bold;
    opacity: 1;
  }
  #search {
    display: none;
    position: fixed;
    background-color: rgba(36, 36, 36, 0.9);
    z-index: 700;
  }
  #search.open {
    display: block;
    opacity: 1;
  }
  #search .search_form {
    width: calc(100% - 80px);
  }
  #search .search_form .gsc-input-box .gsib_a input[type="text"] {
    padding: 8px!important;
    font-size: 16px;
  }
  #search .search_form .gsc-search-button button.gsc-search-button-v2,
  #search .search_form .gsc-clear-button button.gsc-search-button-v2 {
    padding: 6px;
  }
  .close {
    display: block;
  }
  .midnightHeader.white .header .nav_icon {
    color: #fff;
  }
  .menu_open .midnightHeader.white .header .nav_icon,
  .prev_menu_open .midnightHeader.white .header .nav_icon,
  .menu_open .midnightHeader .header .nav_icon,
  .prev_menu_open .midnightHeader .header .nav_icon {
    color: #fff !important;
  }
  .menu_open .midnightHeader.white .header .nav_icon.more_menu_icon .fas,
  .menu_open .midnightHeader .header .nav_icon.more_menu_icon .fas {
    transform: rotate(0deg);
  }
}
/****************************************************
*********************** FOOTER **********************
****************************************************/
footer {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 70px 0px;
  background-color: transparent;
  overflow: hidden;
}
footer .col {
  width: calc(20% - 25px);
  margin-right: 20px;
  float: left;
}
footer .col:last-child {
  margin-right: 0;
  float: right;
}
footer .col h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #5b5b5b;
  text-transform: uppercase;
}
footer .col ul {
  padding-left: 0;
  list-style: none;
}
footer .col ul li:before {
  content: "_";
  color: #5b5b5b;
  opacity: 0.7;
}
footer .col ul li a {
  color: #5b5b5b;
  opacity: 0.7;
  font-size: 14px;
}
footer .col ul li a:hover {
  opacity: 1;
}
footer .signatures {
  margin-top: 5px;
  margin-bottom: 80px;
}
footer .signatures .credits {
  color: #b2b2b2;
  font-size: 14px;
}
footer .signatures .credits a {
  color: #5b5b5b;
  opacity: 1;
  font-size: 14px;
}
footer .signatures .credits a svg {
  max-width: 75px;
  display: inline-block;
  margin: 1px;
  opacity: 0.5;
}
footer .signatures .credits a:hover svg {
  opacity: 1;
}
@media only screen and (max-width: 1600px) {
  footer {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1250px) {
  footer {
    width: calc(100% - 80px);
    padding: 70px 0px;
  }
  footer .col {
    width: 100%;
    margin-right: 0px;
  }
  footer .signatures {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
/****************************************************
********************** IMAGES ***********************
****************************************************/
/****************************************************
*********************** HOME ************************
****************************************************/
.home #main h1.no_banner {
  display: none;
}
.home #main .after_banner {
  margin-top: 100px;
}
.home #main .after_banner .content_wrap .left_col .pure_text {
  padding: 0;
}
.home #main .after_banner .content_wrap .left_col .pure_text .random_building_grid a .single_building {
  width: 16.666%;
  padding-top: 16.666%;
  float: left;
  opacity: 0.99;
}
.home #main .after_banner .content_wrap .left_col .pure_text .random_building_grid a:hover .single_building {
  opacity: 1;
}
.home #main .after_banner .content_wrap .left_col .pure_text .random_building_grid .wiki_db_size {
  width: 33.333%;
  padding-top: 16.666%;
  float: left;
  background-color: #242424;
  position: relative;
  text-align: center;
  opacity: 0.9;
}
.home #main .after_banner .content_wrap .left_col .pure_text .random_building_grid .wiki_db_size:hover {
  opacity: 1;
}
.home #main .after_banner .content_wrap .left_col .pure_text .random_building_grid .wiki_db_size .positioner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.home #main .after_banner .content_wrap .left_col .pure_text .random_building_grid .wiki_db_size .positioner .count {
  display: block;
  font-size: 45px;
  font-weight: 300;
  letter-spacing: 0.2em;
}
.home #main .after_banner .content_wrap .left_col .pure_text .random_building_grid .wiki_db_size .positioner .count_type {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1em;
}
@media only screen and (max-width: 1250px) {
  .home #main .after_banner .content_wrap .left_col .pure_text .random_building_grid a .single_building {
    width: 33.333%;
    padding-top: 33.333%;
  }
  .home #main .after_banner .content_wrap .left_col .pure_text .random_building_grid .wiki_db_size {
    width: 66.666%;
    padding-top: 33.333%;
  }
  .home #main .after_banner .content_wrap .left_col .pure_text .random_building_grid .wiki_db_size .positioner .count {
    font-size: 35px;
    letter-spacing: 0.1em;
  }
  .home #main .after_banner .content_wrap .left_col .pure_text .random_building_grid .wiki_db_size .positioner .count_type {
    font-size: 12px;
    letter-spacing: 0.4em;
  }
}
/****************************************************
**************** ARCHIVE (LIST PAGE) ****************
****************************************************/
.archive .letter_block,
.single-site .letter_block,
.page-template-template-dates .letter_block {
  width: 100%;
  overflow: hidden;
}
.archive .letter_block ul,
.single-site .letter_block ul,
.page-template-template-dates .letter_block ul {
  column-count: 3;
  column-gap: 100px;
  -moz-column-count: 3;
  -moz-column-gap: 100px;
  -webkit-column-count: 3;
  -webkit-column-gap: 100px;
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  list-style: none;
  margin: 0;
  padding: 0;
}
.archive .letter_block ul a li,
.single-site .letter_block ul a li,
.page-template-template-dates .letter_block ul a li {
  margin: 10px 0;
}
.archive .letter_block ul a li:first-child,
.single-site .letter_block ul a li:first-child,
.page-template-template-dates .letter_block ul a li:first-child {
  margin-top: 0;
}
.archive .letter_block ul a:hover li,
.single-site .letter_block ul a:hover li,
.page-template-template-dates .letter_block ul a:hover li {
  background-color: #5b5b5b;
  color: #fff;
}
@media only screen and (max-width: 1250px) {
  .archive .letter_block ul,
  .single-site .letter_block ul,
  .page-template-template-dates .letter_block ul {
    column-count: 1;
    column-gap: 0px;
    -moz-column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
  }
}
/****************************************************
********************* BUILDING **********************
****************************************************/
.single-building .building_hero .proof_read .value.cell {
  position: relative;
}
.single-building .building_hero .proof_read .value.cell img.profile_photo {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  border: 3px solid #fff;
  padding: 2px;
  cursor: pointer;
}
.single-building .building_hero .proof_read .value.cell img.proof_check {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 50%;
  margin-left: 10px;
  top: 42px;
  cursor: pointer;
}
.single-building .building_hero .proofread_profile {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  display: none;
  opacity: 0;
}
.single-building .building_hero .proofread_profile.show {
  display: block;
}
.single-building .building_hero .proofread_profile .positioner {
  width: 470px;
  max-width: calc(100% - 60px);
  padding: 50px 70px 70px 70px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 80px);
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 26px -3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.3);
}
.single-building .building_hero .proofread_profile .positioner img.profile_photo {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  border: 3px solid #fff;
  padding: 2px;
}
.single-building .building_hero .proofread_profile .positioner img.proof_check {
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  margin-left: 22px;
  top: 140px;
}
.single-building .building_hero .proofread_profile .positioner h3 {
  letter-spacing: -0.03em;
}
.single-building .building_hero .proofread_profile .positioner .proofreader_bio {
  max-height: 300px;
  overflow-y: scroll;
  text-align: left;
  padding-right: 30px;
  padding-left: 30px;
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}
.single-building .building_hero .proofread_profile .positioner .proofreader_bio::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0);
  background-color: transparent;
}
.single-building .building_hero .proofread_profile .positioner .proofreader_bio::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
}
.single-building .building_hero .proofread_profile .positioner .proofreader_bio::-webkit-scrollbar-thumb {
  background-color: #f7f7f7;
  border: 2px solid #555555;
}
.single-building .kokoku_after_banner {
  text-align: center;
  margin-left: 50%;
  transform: translate(-50%, 0);
  padding: 0px 0 20px 0;
  background-color: #f7f7f7;
  margin-top: -30px;
}
.single-building .after_banner .content_wrap .left_col .infobox_building .page_title {
  font-size: 27px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 25px;
  word-break: break-word;
}
.single-building .after_banner .content_wrap .left_col.fixed .infobox_building {
  position: fixed;
  top: 30px;
}
.single-building .after_banner .content_wrap .left_col.fixed .pure_building_text,
.single-building .after_banner .content_wrap .left_col.fixed .related_products {
  margin-left: 300px;
}
.single-building .after_banner .content_wrap .left_col.absolute_bottom .infobox_building {
  position: absolute;
  bottom: 0px;
}
.single-building .after_banner .content_wrap .left_col.absolute_bottom .pure_building_text,
.single-building .after_banner .content_wrap .left_col.absolute_bottom .related_products {
  margin-left: 300px;
}
.single-building .after_banner .content_wrap .right_col .image_content h2 {
  background-color: #5b5b5b;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
}
.single-building .after_banner .content_wrap .right_col .image_content h2:first-child {
  margin-top: 0;
}
.single-building .after_banner .content_wrap .right_col .image_content h3 {
  width: 100%;
  text-align: center;
  font-size: 15px;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: uppercase;
}
.single-building .after_banner .content_wrap .right_col .image_content .gallery,
.single-building .after_banner .content_wrap .right_col .image_content div[id^='gallery-'] {
  overflow: hidden;
}
.single-building .after_banner .content_wrap .right_col .image_content .gallery .gallery-item,
.single-building .after_banner .content_wrap .right_col .image_content div[id^='gallery-'] .gallery-item {
  width: 33.3333%;
  padding-top: 33.3333%;
  position: relative;
  float: left;
  margin: 0;
  margin-top: 0;
  overflow: hidden;
}
.single-building .after_banner .content_wrap .right_col .image_content .gallery .gallery-item .gallery-icon,
.single-building .after_banner .content_wrap .right_col .image_content div[id^='gallery-'] .gallery-item .gallery-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.single-building .after_banner .content_wrap .right_col .image_content .gallery .gallery-item .gallery-icon a,
.single-building .after_banner .content_wrap .right_col .image_content div[id^='gallery-'] .gallery-item .gallery-icon a {
  cursor: pointer;
}
.single-building .after_banner .content_wrap .right_col .image_content .gallery .gallery-item .gallery-icon a img,
.single-building .after_banner .content_wrap .right_col .image_content div[id^='gallery-'] .gallery-item .gallery-icon a img {
  border: none!important;
  width: 100%;
  height: auto;
  opacity: 0.75;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.single-building .after_banner .content_wrap .right_col .image_content .gallery .gallery-item:hover .gallery-icon a img,
.single-building .after_banner .content_wrap .right_col .image_content div[id^='gallery-'] .gallery-item:hover .gallery-icon a img {
  opacity: 0.9;
  -webkit-filter: none;
  filter: none;
}
.single-building .after_banner .content_wrap .right_col .image_content .gallery .gallery-caption,
.single-building .after_banner .content_wrap .right_col .image_content div[id^='gallery-'] .gallery-caption {
  display: none;
}
.single-building .after_banner .content_wrap .right_col .image_content .gallery br,
.single-building .after_banner .content_wrap .right_col .image_content div[id^='gallery-'] br {
  display: none;
}
@media only screen and (max-width: 1850px) {
  .single-building .after_banner .content_wrap .left_col.fixed .infobox_building {
    position: fixed;
    top: 30px;
  }
  .single-building .after_banner .content_wrap .left_col.fixed .pure_building_text,
  .single-building .after_banner .content_wrap .left_col.fixed .related_products {
    margin-left: 260px;
  }
  .single-building .after_banner .content_wrap .left_col.absolute_bottom .infobox_building {
    position: absolute;
    bottom: 0px;
  }
  .single-building .after_banner .content_wrap .left_col.absolute_bottom .pure_building_text,
  .single-building .after_banner .content_wrap .left_col.absolute_bottom .related_products {
    margin-left: 260px;
  }
  .single-building .after_banner .content_wrap .right_col .image_content h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1600px) {
  .single-building .after_banner .content_wrap .left_col.fixed .infobox_building {
    position: fixed;
    top: 30px;
  }
  .single-building .after_banner .content_wrap .left_col.fixed .pure_building_text,
  .single-building .after_banner .content_wrap .left_col.fixed .related_products {
    margin-left: 250px;
  }
  .single-building .after_banner .content_wrap .left_col.absolute_bottom .infobox_building {
    position: absolute;
    top: 0px;
  }
  .single-building .after_banner .content_wrap .left_col.absolute_bottom .pure_building_text,
  .single-building .after_banner .content_wrap .left_col.absolute_bottom .related_products {
    margin-left: 250px;
  }
  .single-building .after_banner .content_wrap .right_col .image_content h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1250px) {
  .single-building .after_banner .content_wrap .left_col .pure_building_text,
  .single-building .after_banner .content_wrap .left_col .related_products {
    width: calc(100% - 60px);
  }
  .single-building .after_banner .content_wrap .left_col .pure_building_text h2.collapsed:after,
  .single-building .after_banner .content_wrap .left_col .related_products h2.collapsed:after {
    content: "+";
    color: #5b5b5b;
    position: absolute;
    right: 30px;
  }
  .single-building .after_banner .content_wrap .left_col .pure_building_text h2.open:after,
  .single-building .after_banner .content_wrap .left_col .related_products h2.open:after {
    content: "-";
    color: #5b5b5b;
    position: absolute;
    right: 33px;
  }
  .single-building .after_banner .content_wrap .left_col .pure_building_text .collapsable.collapsed,
  .single-building .after_banner .content_wrap .left_col .related_products .collapsable.collapsed {
    max-height: 0px;
    overflow: hidden;
  }
  .single-building .after_banner .content_wrap .left_col .pure_building_text .collapsable.open,
  .single-building .after_banner .content_wrap .left_col .related_products .collapsable.open {
    max-height: 99999px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 750px) {
  .single-building .after_banner .content_wrap .left_col .related_products li {
    flex: 1 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
/****************************************************
**************** ATTACHMENT PAGE ********************
****************************************************/
.single-attachment #main h1.no_banner {
  font-size: 50px;
}
.single-attachment .image {
  width: 100%;
  text-align: center;
  position: relative;
  background: #f9f9f9;
  margin-bottom: 30px;
}
.single-attachment .image img {
  max-width: 100%;
  max-height: 600px;
}
.single-attachment .kokoku_img_page {
  text-align: center;
}
.single-attachment .image_info_block {
  border-top: 1px solid #ccc;
  padding: 30px 0;
  overflow: hidden;
}
.single-attachment .image_history {
  margin-top: 30px;
}
.single-attachment .image_history .wikitable.filehistory {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  background-color: transparent;
  border: none;
  margin: 1em 0;
}
.single-attachment .image_history .wikitable.filehistory tr {
  background-color: transparent;
  text-align: center;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
}
.single-attachment .image_history .wikitable.filehistory tr td,
.single-attachment .image_history .wikitable.filehistory tr th {
  background-color: transparent;
  padding: 20px 0;
  vertical-align: middle;
  min-width: 240px;
}
.single-attachment .image_history .wikitable.filehistory tr td img,
.single-attachment .image_history .wikitable.filehistory tr th img {
  max-width: 100px;
}
.single-attachment .image_history .wikitable.filehistory tr td {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}
.single-attachment #metadata {
  clear: both;
  font-family: 'Open Sans', sans-serif;
}
.single-attachment #metadata ul {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  margin-top: 40px;
}
.single-attachment #metadata ul .data_point {
  overflow: hidden;
  padding: 5px 0;
}
.single-attachment #metadata ul .data_point .label {
  padding-right: 10px;
  text-align: left;
  float: left;
  font-weight: bold;
  font-size: 15px;
}
.single-attachment #metadata ul .data_point .value {
  padding-left: 10px;
  text-align: left;
  float: left;
  font-size: 15px;
}
@media only screen and (max-width: 1250px) {
  .single-attachment .image {
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-top: -40px;
  }
  .single-attachment #metadata ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    margin-top: 0px;
    padding-left: 0;
  }
  .single-attachment #metadata ul .data_point {
    display: block;
    clear: both;
  }
  .single-attachment #metadata ul .data_point .label {
    display: block;
    width: 100%;
  }
  .single-attachment #metadata ul .data_point .value {
    display: block;
    width: 100%;
    padding: 0;
  }
}
/****************************************************
********************* CONTACT ***********************
****************************************************/
.page-template-template-contact #main .after_banner .content_wrap.no_sidebar .pure_text {
  padding: 60px 300px;
}
.page-template-template-contact #main .after_banner .content_wrap.no_sidebar .pure_text form {
  max-width: 500px;
}
.page-template-template-contact #main .after_banner .content_wrap.no_sidebar .pure_text form input[type="submit"] {
  width: 100%;
}
@media only screen and (max-width: 1250px) {
  .page-template-template-contact #main .after_banner .content_wrap.no_sidebar .pure_text {
    padding: 30px;
  }
}
/****************************************************
********** WOOCOMMERCE ARCHIVE CATEGORY *************
****************************************************/
.woocommerce.tax-product_cat ul.products li.product h2.woocommerce-loop-product__title,
.post-type-archive-product ul.products li.product h2.woocommerce-loop-product__title {
  font-size: 14px;
  line-height: 1.2em;
  padding: 0 10px 10px 10px;
}
.woocommerce.tax-product_cat ul.products li.product .price,
.post-type-archive-product ul.products li.product .price {
  font-size: 18px;
  padding: 0 10px 10px 10px;
}
.woocommerce.tax-product_cat ul.products li.product a.button,
.post-type-archive-product ul.products li.product a.button {
  display: none;
}
.woocommerce.tax-product_cat ul.products li.product:hover,
.post-type-archive-product ul.products li.product:hover {
  background-color: #f7f7f7;
}
@media only screen and (max-width: 1250px) {
  .woocommerce.tax-product_cat ul.products li.product {
    width: 100%;
    margin-right: 0;
  }
}
/****************************************************
*************** WOOCOMMERCE GENERAL *****************
****************************************************/
.woocommerce-notices-wrapper {
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 99;
  width: 100%;
}
.woocommerce-notices-wrapper .woocommerce-message {
  margin-bottom: 0;
  background: #8fae1b;
  color: #fff;
  line-height: 33px;
}
.woocommerce-notices-wrapper .woocommerce-message:before {
  color: #fff;
}
.woocommerce table.shop_table {
  border: none;
  border-radius: 0;
  margin-bottom: 60px;
  border-collapse: collapse;
}
.woocommerce table.shop_table thead,
.woocommerce table.shop_table tfoot {
  background-color: #f7f7f7;
}
.woocommerce table.shop_table thead th,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table thead td,
.woocommerce table.shop_table tfoot td {
  border: none;
}
.woocommerce table.shop_table p {
  margin: 0;
}
.woocommerce table.shop_table img {
  width: 80px;
  box-shadow: none;
  padding: 10px;
}
.woocommerce .cross-sells h2 {
  font-size: 25px;
}
.woocommerce .cross-sells ul li {
  width: 31%;
}
@media only screen and (max-width: 1250px) {
  .woocommerce-notices-wrapper .woocommerce-message {
    line-height: 1.4em;
    font-size: 12px;
  }
}
/****************************************************
*********** WOOCOMMERCE SINGLE PRODCUT **************
****************************************************/
.single-product {
  position: relative;
}
.single-product .lightbox_overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(transparent, black);
  padding: 40px 0;
  z-index: 9;
}
.single-product .lightbox_overlay .always_over {
  width: 1230px;
  margin: 0 auto;
  padding: 0 60px;
}
.single-product .lightbox_overlay .always_over .title {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  padding: 0;
  padding-bottom: 10px;
  margin: 0;
  margin-bottom: 15px;
}
.single-product .lightbox_overlay .always_over .selected_info {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
}
.single-product .lightbox_overlay .always_over .selected_info .data_row {
  display: block;
  text-transform: uppercase;
}
.single-product .lightbox_overlay .always_over .selected_info .data_row .cell {
  display: inline-block;
}
.single-product .lightbox_overlay .always_over .selected_info .data_row .cell.tag {
  font-weight: bold;
}
.single-product .product_images {
  width: 100%;
  height: 60vh;
  position: relative;
}
.single-product .product_images .rtwpvg-images {
  width: auto!important;
}
.single-product .product_images .rtwpvg-images .rtwpvg-wrapper {
  height: 60vh;
}
.single-product .product_images .rtwpvg-images .rtwpvg-wrapper .woo-variation-gallery-trigger {
  display: none;
}
.single-product .product_images .rtwpvg-images .rtwpvg-wrapper .rtwpvg-single-image-container img {
  height: 60vh;
  width: auto;
}
.single-product .product_images .slick-prev {
  left: calc(50% - 510px);
  z-index: 9;
  width: 40px;
  height: 40px;
}
.single-product .product_images .slick-prev:before {
  font-size: 40px;
  color: #242424;
}
.single-product .product_images .slick-next {
  right: calc(50% - 510px);
  z-index: 9;
  width: 40px;
  height: 40px;
}
.single-product .product_images .slick-next:before {
  font-size: 40px;
  z-index: 9;
  color: #242424;
}
.single-product .after_banner {
  margin-top: 40px;
}
.single-product .after_banner .review p {
  font-size: 25px;
  margin: 0;
  font-style: italic;
  font-weight: bold;
}
.single-product .after_banner .purchase .WooZone-country-check {
  padding: 0;
  border: 0;
  margin-bottom: 0;
  margin-top: 20px;
  text-align: left;
}
.single-product .after_banner .purchase .WooZone-country-check li {
  line-height: 23px;
  width: 100%;
  min-width: unset;
}
.single-product .after_banner .purchase .WooZone-country-check li .WooZone-cc_domain {
  display: none;
}
.single-product .after_banner .purchase .WooZone-country-check li .WooZone-cc_name {
  font-size: 11px;
}
.single-product .after_banner .purchase .WooZone-country-check li .WooZone-cc_name a {
  color: #5b5b5b;
}
.single-product .after_banner .purchase .WooZone-country-check li .WooZone-cc_name a:hover {
  text-decoration: underline;
}
.single-product .after_banner .purchase .WooZone-country-check li .WooZone-cc-status {
  font-size: 11px;
}
.single-product .after_banner .purchase p.price {
  text-align: left;
  margin: 0;
  margin-bottom: 20px;
}
.single-product .after_banner .purchase p.price .amount {
  font-size: 35px;
}
.single-product .after_banner .purchase p.price .WooZone-price-info {
  font-size: inherit;
  font-size: 11px;
  color: #d7d7d7;
  font-style: normal;
}
.single-product .after_banner .purchase p.price .WooZone-price-info del {
  display: block;
}
.single-product .after_banner .purchase p.price .WooZone-price-info del .amount {
  color: #77a464;
  font-size: 25px;
}
.single-product .after_banner .purchase p.price .WooZone-price-info ins {
  font-size: 35px;
  display: block;
  color: #77a464;
  margin-bottom: 15px;
  line-height: 1em;
}
.single-product .after_banner .purchase p.price .WooZone-price-info .WooZone-free-shipping {
  display: block;
}
.single-product .after_banner .purchase .variations label {
  width: 60px;
}
.single-product .after_banner .purchase .variations .select_button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #d7d7d7;
  display: inline-block;
  margin: 0 2px;
  cursor: pointer;
  position: relative;
}
.single-product .after_banner .purchase .variations .select_button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-product .after_banner .purchase .variations .select_button.selected {
  border: 2px solid #5b5b5b;
}
.single-product .after_banner .purchase .variations .reset_variations {
  display: inherit;
}
.single-product .after_banner .purchase .quantity {
  display: none!important;
}
.single-product .after_banner .purchase form.cart {
  margin-bottom: 0;
}
.single-product .after_banner .purchase form.cart button {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  padding: 20px;
  background-color: #5b5b5b;
  margin-top: 10px;
}
.single-product .after_banner .purchase form.cart button:hover {
  background-color: #d7d7d7;
}
.single-product .after_banner .attributes .title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}
.single-product .after_banner .attributes li {
  list-style: none;
  display: block;
}
.single-product .after_banner .attributes li .tag {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}
.single-product .after_banner .attributes li .value {
  font-size: 14px;
  font-weight: 100;
  display: inline-block;
}
.single-product .after_banner .icons {
  width: 100%;
  margin: 20px 0 20px 0;
}
.single-product .after_banner .icons .icon {
  width: auto;
  margin: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.single-product .after_banner .icons .icon svg {
  width: 70px;
  height: 70px;
}
.single-product .after_banner .icons .icon .label {
  font-weight: bold;
  font-size: 20px;
  max-width: 120px;
  line-height: 1em;
  margin-top: 10px;
}
.single-product .after_banner .table-responsive {
  display: inline-block;
  margin: 10px;
  padding: 10px;
  background-color: #f7f7f7;
}
.single-product .related.products {
  width: 1290px;
  margin: 0 auto;
  background-color: #fff;
  padding: 60px;
  margin-bottom: 30px;
  overflow: hidden;
}
.single-product .related.products h2 {
  margin-top: 0;
}
.single-product .related.products ul {
  margin-bottom: 0;
}
.single-product .related.products ul li {
  margin-bottom: 0;
}
.single-product .related.products ul li a.button {
  display: none;
}
@media only screen and (max-width: 1850px) {
  .single-product .lightbox_overlay .always_over {
    width: 1150px;
  }
  .single-product .related.products {
    width: 1080px;
  }
}
@media only screen and (max-width: 1600px) {
  .single-product .lightbox_overlay .always_over {
    width: 1030px;
  }
  .single-product .related.products {
    width: 780px;
  }
}
@media only screen and (max-width: 1250px) {
  .single-product {
    position: relative;
  }
  .single-product .lightbox_overlay {
    padding: 20px 0;
  }
  .single-product .lightbox_overlay .always_over {
    width: calc(100% - 60px);
    padding: 0 30px;
  }
  .single-product .lightbox_overlay .always_over .title {
    font-size: 25px;
    padding-bottom: 7px;
    margin-bottom: 5px;
  }
  .single-product .product_images {
    width: 100%;
    height: 70vh;
  }
  .single-product .product_images .rtwpvg-images .rtwpvg-wrapper {
    height: 70vh;
  }
  .single-product .product_images .rtwpvg-images .rtwpvg-wrapper .rtwpvg-single-image-container img {
    height: 70vh;
  }
  .single-product .product_images .slick-prev {
    left: 30px;
  }
  .single-product .product_images .slick-next {
    right: 30px;
  }
  .single-product .after_banner {
    margin-top: 0px;
  }
  .single-product .after_banner .review {
    background-color: transparent!important;
  }
  .single-product .after_banner .review p {
    font-size: 20px;
  }
  .single-product .after_banner .right_col {
    margin-bottom: 0;
  }
  .single-product .after_banner .icons .icon svg {
    width: 50px;
    height: 50px;
  }
  .single-product .after_banner .icons .icon .label {
    font-size: 15px;
    max-width: 100px;
  }
  .single-product .after_banner .table-responsive {
    margin: 10px 0;
    width: calc(100% - 20px);
  }
  .single-product .related.products {
    width: calc(100% - 80px);
    padding: 40px;
    margin-bottom: 0;
  }
  .single-product .related.products h2 {
    font-size: 18px;
  }
}
/****************************************************
******************* GOOGLE SEARCH *******************
****************************************************/
@media only screen and (max-width: 1250px) {
  .page-template-template-google-search .gsc-control-cse.gsc-control-cse-es {
    padding: 0;
  }
  .page-template-template-google-search .gs-bidi-start-align.gs-snippet {
    line-height: 1.2em;
    color: #5b5b5b;
  }
  .page-template-template-google-search .gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-long {
    line-height: 1em;
    margin-top: 7px;
    margin-bottom: 10px;
  }
  .page-template-template-google-search .gsc-thumbnail-inside,
  .page-template-template-google-search .gsc-url-top,
  .page-template-template-google-search .gsc-table-result {
    padding: 0;
  }
}
/****************************************************
****************** NOTICE TEMPLATES *****************
****************************************************/
.notice_tempalte {
  border: 1px solid darkgray;
  margin: 5px 0;
  padding: 10px 2px;
  position: relative;
  min-height: 36px;
}
.notice_tempalte .notice_icon {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0%, -50%);
}
.notice_tempalte .notice_icon img {
  max-width: 44px!important;
  max-height: 44px;
  margin: 5px 30px;
  display: block!important;
}
.notice_tempalte .notice_message {
  width: calc(100% - 135px);
  margin-left: 115px;
  font-size: 11px;
  line-height: 1.8em;
  color: #666;
  letter-spacing: 0.2px;
  font-family: 'Open Sans', sans-serif;
}
.notice_tempalte .notice_message p {
  font-size: 11px;
  line-height: 1.8em;
  color: #666;
  letter-spacing: 0.2px;
}
.notice_tempalte .notice_accent {
  float: right;
  width: 5px;
  background: #ccc;
  height: calc(100% - 4px);
  position: absolute;
  top: 2px;
  right: 2px;
}
.notice_tempalte.translation .notice_accent {
  background: #4b8bf5;
}
.notice_tempalte.collaboration .notice_accent {
  background: #000;
}
/****************************************************
***************** STICKY SIDEBAR ****************
****************************************************/
.right_col {
  will-change: min-height;
}
.sidebar__inner {
  transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}
/****************************************************
***************** POPUPS AND FLYOUTS ****************
****************************************************/
#wow-modal-window-1,
#wow-modal-window-2,
#wow-modal-window-3,
#wow-modal-window-4,
#wow-modal-window-5,
#wow-modal-window-6,
#wow-modal-window-7,
#wow-modal-window-8,
#wow-modal-window-9,
#wow-modal-window-10,
#wow-modal-window-11,
#wow-modal-window-12 {
  transform: translate(-50%, -50%);
  border-radius: 7px!important;
  padding: 50px!important;
}
#wow-modal-window-1 img,
#wow-modal-window-2 img,
#wow-modal-window-3 img,
#wow-modal-window-4 img,
#wow-modal-window-5 img,
#wow-modal-window-6 img,
#wow-modal-window-7 img,
#wow-modal-window-8 img,
#wow-modal-window-9 img,
#wow-modal-window-10 img,
#wow-modal-window-11 img,
#wow-modal-window-12 img {
  opacity: 0.15;
}
#wow-modal-window-1 a,
#wow-modal-window-2 a,
#wow-modal-window-3 a,
#wow-modal-window-4 a,
#wow-modal-window-5 a,
#wow-modal-window-6 a,
#wow-modal-window-7 a,
#wow-modal-window-8 a,
#wow-modal-window-9 a,
#wow-modal-window-10 a,
#wow-modal-window-11 a,
#wow-modal-window-12 a {
  margin-top: 20px;
  display: inline-block;
}
[id^="wow-modal-window-"] {
  transform: translate(-50%, -50%);
}
[id^="wow-modal-window-"] a {
  margin-top: 20px;
  display: inline-block;
}
#wow-modal-window-8,
#wow-modal-window-9,
#wow-modal-window-10,
#wow-modal-window-11,
#wow-modal-window-12 {
  background-color: #3ec7a5 !important;
  text-align: center;
}
#wow-modal-window-8 img,
#wow-modal-window-9 img,
#wow-modal-window-10 img,
#wow-modal-window-11 img,
#wow-modal-window-12 img {
  max-width: 150px;
  height: auto;
  opacity: 0.7;
}
#wow-modal-window-8 p,
#wow-modal-window-9 p,
#wow-modal-window-10 p,
#wow-modal-window-11 p,
#wow-modal-window-12 p {
  color: #fff;
}
#wow-modal-window-8 .button,
#wow-modal-window-9 .button,
#wow-modal-window-10 .button,
#wow-modal-window-11 .button,
#wow-modal-window-12 .button {
  background-color: #fff;
  color: #3ec7a5;
  border-color: #fff;
}
#wow-modal-window-8 .button:hover,
#wow-modal-window-9 .button:hover,
#wow-modal-window-10 .button:hover,
#wow-modal-window-11 .button:hover,
#wow-modal-window-12 .button:hover {
  opacity: 1;
}
#wow-modal-window-8 #close-circle-8,
#wow-modal-window-9 #close-circle-8,
#wow-modal-window-10 #close-circle-8,
#wow-modal-window-11 #close-circle-8,
#wow-modal-window-12 #close-circle-8,
#wow-modal-window-8 #close-circle-9,
#wow-modal-window-9 #close-circle-9,
#wow-modal-window-10 #close-circle-9,
#wow-modal-window-11 #close-circle-9,
#wow-modal-window-12 #close-circle-9,
#wow-modal-window-8 #close-circle-10,
#wow-modal-window-9 #close-circle-10,
#wow-modal-window-10 #close-circle-10,
#wow-modal-window-11 #close-circle-10,
#wow-modal-window-12 #close-circle-10,
#wow-modal-window-8 #close-circle-11,
#wow-modal-window-9 #close-circle-11,
#wow-modal-window-10 #close-circle-11,
#wow-modal-window-11 #close-circle-11,
#wow-modal-window-12 #close-circle-11,
#wow-modal-window-8 #close-circle-12,
#wow-modal-window-9 #close-circle-12,
#wow-modal-window-10 #close-circle-12,
#wow-modal-window-11 #close-circle-12,
#wow-modal-window-12 #close-circle-12 {
  color: transparent;
}
#wow-modal-window-8 #close-times-8,
#wow-modal-window-9 #close-times-8,
#wow-modal-window-10 #close-times-8,
#wow-modal-window-11 #close-times-8,
#wow-modal-window-12 #close-times-8,
#wow-modal-window-8 #close-times-9,
#wow-modal-window-9 #close-times-9,
#wow-modal-window-10 #close-times-9,
#wow-modal-window-11 #close-times-9,
#wow-modal-window-12 #close-times-9,
#wow-modal-window-8 #close-times-10,
#wow-modal-window-9 #close-times-10,
#wow-modal-window-10 #close-times-10,
#wow-modal-window-11 #close-times-10,
#wow-modal-window-12 #close-times-10,
#wow-modal-window-8 #close-times-11,
#wow-modal-window-9 #close-times-11,
#wow-modal-window-10 #close-times-11,
#wow-modal-window-11 #close-times-11,
#wow-modal-window-12 #close-times-11,
#wow-modal-window-8 #close-times-12,
#wow-modal-window-9 #close-times-12,
#wow-modal-window-10 #close-times-12,
#wow-modal-window-11 #close-times-12,
#wow-modal-window-12 #close-times-12,
#wow-modal-window-8 #close-circle-19,
#wow-modal-window-9 #close-circle-19,
#wow-modal-window-10 #close-circle-19,
#wow-modal-window-11 #close-circle-19,
#wow-modal-window-12 #close-circle-19 {
  color: #fff;
}
@media only screen and (max-width: 1250px) {
  #wow-modal-window-8,
  #wow-modal-window-9,
  #wow-modal-window-10,
  #wow-modal-window-11,
  #wow-modal-window-12 {
    padding: 30px!important;
  }
}
#wow-modal-window-19,
#wow-modal-window-20,
#wow-modal-window-27,
#wow-modal-window-28,
#wow-modal-window-29,
#wow-modal-window-30,
#wow-modal-window-31,
#wow-modal-window-34 {
  width: 850px!important;
  margin: 0!important;
}
#wow-modal-window-19 .border,
#wow-modal-window-20 .border,
#wow-modal-window-27 .border,
#wow-modal-window-28 .border,
#wow-modal-window-29 .border,
#wow-modal-window-30 .border,
#wow-modal-window-31 .border,
#wow-modal-window-34 .border {
  border: 5px solid #cd486b;
  overflow: hidden;
  padding: 20px 60px;
}
#wow-modal-window-19 .left_column,
#wow-modal-window-20 .left_column,
#wow-modal-window-27 .left_column,
#wow-modal-window-28 .left_column,
#wow-modal-window-29 .left_column,
#wow-modal-window-30 .left_column,
#wow-modal-window-31 .left_column,
#wow-modal-window-34 .left_column {
  width: 285px;
  float: left;
}
#wow-modal-window-19 .right_column,
#wow-modal-window-20 .right_column,
#wow-modal-window-27 .right_column,
#wow-modal-window-28 .right_column,
#wow-modal-window-29 .right_column,
#wow-modal-window-30 .right_column,
#wow-modal-window-31 .right_column,
#wow-modal-window-34 .right_column {
  width: 435px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 380px;
  text-align: center;
}
#wow-modal-window-19 .right_column p,
#wow-modal-window-20 .right_column p,
#wow-modal-window-27 .right_column p,
#wow-modal-window-28 .right_column p,
#wow-modal-window-29 .right_column p,
#wow-modal-window-30 .right_column p,
#wow-modal-window-31 .right_column p,
#wow-modal-window-34 .right_column p {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3em;
  border-top: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 20px;
}
#wow-modal-window-19 .right_column a,
#wow-modal-window-20 .right_column a,
#wow-modal-window-27 .right_column a,
#wow-modal-window-28 .right_column a,
#wow-modal-window-29 .right_column a,
#wow-modal-window-30 .right_column a,
#wow-modal-window-31 .right_column a,
#wow-modal-window-34 .right_column a {
  margin-top: 0;
}
#wow-modal-window-19 a.button,
#wow-modal-window-20 a.button,
#wow-modal-window-27 a.button,
#wow-modal-window-28 a.button,
#wow-modal-window-29 a.button,
#wow-modal-window-30 a.button,
#wow-modal-window-31 a.button,
#wow-modal-window-34 a.button {
  border: none;
  background-color: #4c68d7;
  color: #fff;
}
#wow-modal-window-19 a.button:hover,
#wow-modal-window-20 a.button:hover,
#wow-modal-window-27 a.button:hover,
#wow-modal-window-28 a.button:hover,
#wow-modal-window-29 a.button:hover,
#wow-modal-window-30 a.button:hover,
#wow-modal-window-31 a.button:hover,
#wow-modal-window-34 a.button:hover {
  background-color: #38498e;
}
#wow-modal-window-19 .fa-stack,
#wow-modal-window-20 .fa-stack,
#wow-modal-window-27 .fa-stack,
#wow-modal-window-28 .fa-stack,
#wow-modal-window-29 .fa-stack,
#wow-modal-window-30 .fa-stack,
#wow-modal-window-31 .fa-stack,
#wow-modal-window-34 .fa-stack {
  margin: 25px;
}
#wow-modal-window-19 .fa-stack #close-circle-19,
#wow-modal-window-20 .fa-stack #close-circle-19,
#wow-modal-window-27 .fa-stack #close-circle-19,
#wow-modal-window-28 .fa-stack #close-circle-19,
#wow-modal-window-29 .fa-stack #close-circle-19,
#wow-modal-window-30 .fa-stack #close-circle-19,
#wow-modal-window-31 .fa-stack #close-circle-19,
#wow-modal-window-34 .fa-stack #close-circle-19,
#wow-modal-window-19 .fa-stack #close-circle-20,
#wow-modal-window-20 .fa-stack #close-circle-20,
#wow-modal-window-27 .fa-stack #close-circle-20,
#wow-modal-window-28 .fa-stack #close-circle-20,
#wow-modal-window-29 .fa-stack #close-circle-20,
#wow-modal-window-30 .fa-stack #close-circle-20,
#wow-modal-window-31 .fa-stack #close-circle-20,
#wow-modal-window-34 .fa-stack #close-circle-20,
#wow-modal-window-19 .fa-stack #close-circle-27,
#wow-modal-window-20 .fa-stack #close-circle-27,
#wow-modal-window-27 .fa-stack #close-circle-27,
#wow-modal-window-28 .fa-stack #close-circle-27,
#wow-modal-window-29 .fa-stack #close-circle-27,
#wow-modal-window-30 .fa-stack #close-circle-27,
#wow-modal-window-31 .fa-stack #close-circle-27,
#wow-modal-window-34 .fa-stack #close-circle-27,
#wow-modal-window-19 .fa-stack #close-circle-28,
#wow-modal-window-20 .fa-stack #close-circle-28,
#wow-modal-window-27 .fa-stack #close-circle-28,
#wow-modal-window-28 .fa-stack #close-circle-28,
#wow-modal-window-29 .fa-stack #close-circle-28,
#wow-modal-window-30 .fa-stack #close-circle-28,
#wow-modal-window-31 .fa-stack #close-circle-28,
#wow-modal-window-34 .fa-stack #close-circle-28,
#wow-modal-window-19 .fa-stack #close-circle-29,
#wow-modal-window-20 .fa-stack #close-circle-29,
#wow-modal-window-27 .fa-stack #close-circle-29,
#wow-modal-window-28 .fa-stack #close-circle-29,
#wow-modal-window-29 .fa-stack #close-circle-29,
#wow-modal-window-30 .fa-stack #close-circle-29,
#wow-modal-window-31 .fa-stack #close-circle-29,
#wow-modal-window-34 .fa-stack #close-circle-29,
#wow-modal-window-19 .fa-stack #close-circle-30,
#wow-modal-window-20 .fa-stack #close-circle-30,
#wow-modal-window-27 .fa-stack #close-circle-30,
#wow-modal-window-28 .fa-stack #close-circle-30,
#wow-modal-window-29 .fa-stack #close-circle-30,
#wow-modal-window-30 .fa-stack #close-circle-30,
#wow-modal-window-31 .fa-stack #close-circle-30,
#wow-modal-window-34 .fa-stack #close-circle-30,
#wow-modal-window-19 .fa-stack #close-circle-31,
#wow-modal-window-20 .fa-stack #close-circle-31,
#wow-modal-window-27 .fa-stack #close-circle-31,
#wow-modal-window-28 .fa-stack #close-circle-31,
#wow-modal-window-29 .fa-stack #close-circle-31,
#wow-modal-window-30 .fa-stack #close-circle-31,
#wow-modal-window-31 .fa-stack #close-circle-31,
#wow-modal-window-34 .fa-stack #close-circle-31,
#wow-modal-window-19 .fa-stack #close-circle-34,
#wow-modal-window-20 .fa-stack #close-circle-34,
#wow-modal-window-27 .fa-stack #close-circle-34,
#wow-modal-window-28 .fa-stack #close-circle-34,
#wow-modal-window-29 .fa-stack #close-circle-34,
#wow-modal-window-30 .fa-stack #close-circle-34,
#wow-modal-window-31 .fa-stack #close-circle-34,
#wow-modal-window-34 .fa-stack #close-circle-34 {
  color: transparent;
}
#wow-modal-window-19 .fa-stack #close-times-19,
#wow-modal-window-20 .fa-stack #close-times-19,
#wow-modal-window-27 .fa-stack #close-times-19,
#wow-modal-window-28 .fa-stack #close-times-19,
#wow-modal-window-29 .fa-stack #close-times-19,
#wow-modal-window-30 .fa-stack #close-times-19,
#wow-modal-window-31 .fa-stack #close-times-19,
#wow-modal-window-34 .fa-stack #close-times-19,
#wow-modal-window-19 .fa-stack #close-times-20,
#wow-modal-window-20 .fa-stack #close-times-20,
#wow-modal-window-27 .fa-stack #close-times-20,
#wow-modal-window-28 .fa-stack #close-times-20,
#wow-modal-window-29 .fa-stack #close-times-20,
#wow-modal-window-30 .fa-stack #close-times-20,
#wow-modal-window-31 .fa-stack #close-times-20,
#wow-modal-window-34 .fa-stack #close-times-20,
#wow-modal-window-19 .fa-stack #close-times-27,
#wow-modal-window-20 .fa-stack #close-times-27,
#wow-modal-window-27 .fa-stack #close-times-27,
#wow-modal-window-28 .fa-stack #close-times-27,
#wow-modal-window-29 .fa-stack #close-times-27,
#wow-modal-window-30 .fa-stack #close-times-27,
#wow-modal-window-31 .fa-stack #close-times-27,
#wow-modal-window-34 .fa-stack #close-times-27,
#wow-modal-window-19 .fa-stack #close-times-28,
#wow-modal-window-20 .fa-stack #close-times-28,
#wow-modal-window-27 .fa-stack #close-times-28,
#wow-modal-window-28 .fa-stack #close-times-28,
#wow-modal-window-29 .fa-stack #close-times-28,
#wow-modal-window-30 .fa-stack #close-times-28,
#wow-modal-window-31 .fa-stack #close-times-28,
#wow-modal-window-34 .fa-stack #close-times-28,
#wow-modal-window-19 .fa-stack #close-times-29,
#wow-modal-window-20 .fa-stack #close-times-29,
#wow-modal-window-27 .fa-stack #close-times-29,
#wow-modal-window-28 .fa-stack #close-times-29,
#wow-modal-window-29 .fa-stack #close-times-29,
#wow-modal-window-30 .fa-stack #close-times-29,
#wow-modal-window-31 .fa-stack #close-times-29,
#wow-modal-window-34 .fa-stack #close-times-29,
#wow-modal-window-19 .fa-stack #close-times-30,
#wow-modal-window-20 .fa-stack #close-times-30,
#wow-modal-window-27 .fa-stack #close-times-30,
#wow-modal-window-28 .fa-stack #close-times-30,
#wow-modal-window-29 .fa-stack #close-times-30,
#wow-modal-window-30 .fa-stack #close-times-30,
#wow-modal-window-31 .fa-stack #close-times-30,
#wow-modal-window-34 .fa-stack #close-times-30,
#wow-modal-window-19 .fa-stack #close-times-31,
#wow-modal-window-20 .fa-stack #close-times-31,
#wow-modal-window-27 .fa-stack #close-times-31,
#wow-modal-window-28 .fa-stack #close-times-31,
#wow-modal-window-29 .fa-stack #close-times-31,
#wow-modal-window-30 .fa-stack #close-times-31,
#wow-modal-window-31 .fa-stack #close-times-31,
#wow-modal-window-34 .fa-stack #close-times-31,
#wow-modal-window-19 .fa-stack #close-times-34,
#wow-modal-window-20 .fa-stack #close-times-34,
#wow-modal-window-27 .fa-stack #close-times-34,
#wow-modal-window-28 .fa-stack #close-times-34,
#wow-modal-window-29 .fa-stack #close-times-34,
#wow-modal-window-30 .fa-stack #close-times-34,
#wow-modal-window-31 .fa-stack #close-times-34,
#wow-modal-window-34 .fa-stack #close-times-34 {
  color: #666;
}
@media only screen and (max-width: 900px) {
  #wow-modal-window-19,
  #wow-modal-window-20,
  #wow-modal-window-27,
  #wow-modal-window-28,
  #wow-modal-window-29,
  #wow-modal-window-30,
  #wow-modal-window-31,
  #wow-modal-window-34 {
    width: calc(100% - 60px)!important;
  }
  #wow-modal-window-19 .border,
  #wow-modal-window-20 .border,
  #wow-modal-window-27 .border,
  #wow-modal-window-28 .border,
  #wow-modal-window-29 .border,
  #wow-modal-window-30 .border,
  #wow-modal-window-31 .border,
  #wow-modal-window-34 .border {
    padding: 0px;
    padding-bottom: 30px;
  }
  #wow-modal-window-19 .left_column,
  #wow-modal-window-20 .left_column,
  #wow-modal-window-27 .left_column,
  #wow-modal-window-28 .left_column,
  #wow-modal-window-29 .left_column,
  #wow-modal-window-30 .left_column,
  #wow-modal-window-31 .left_column,
  #wow-modal-window-34 .left_column {
    width: 100%;
    float: none;
    height: 290px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: block;
    text-align: center;
  }
  #wow-modal-window-19 .left_column:after,
  #wow-modal-window-20 .left_column:after,
  #wow-modal-window-27 .left_column:after,
  #wow-modal-window-28 .left_column:after,
  #wow-modal-window-29 .left_column:after,
  #wow-modal-window-30 .left_column:after,
  #wow-modal-window-31 .left_column:after,
  #wow-modal-window-34 .left_column:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 90%);
    width: 100%;
    height: 4em;
  }
  #wow-modal-window-19 .right_column,
  #wow-modal-window-20 .right_column,
  #wow-modal-window-27 .right_column,
  #wow-modal-window-28 .right_column,
  #wow-modal-window-29 .right_column,
  #wow-modal-window-30 .right_column,
  #wow-modal-window-31 .right_column,
  #wow-modal-window-34 .right_column {
    float: none;
    display: block;
    position: relative;
    width: 100%;
    left: 0;
    transform: none;
    margin-top: 30px;
  }
  #wow-modal-window-19 .right_column img,
  #wow-modal-window-20 .right_column img,
  #wow-modal-window-27 .right_column img,
  #wow-modal-window-28 .right_column img,
  #wow-modal-window-29 .right_column img,
  #wow-modal-window-30 .right_column img,
  #wow-modal-window-31 .right_column img,
  #wow-modal-window-34 .right_column img {
    max-width: calc(100% - 90px);
    height: auto;
  }
  #wow-modal-window-19 .right_column p,
  #wow-modal-window-20 .right_column p,
  #wow-modal-window-27 .right_column p,
  #wow-modal-window-28 .right_column p,
  #wow-modal-window-29 .right_column p,
  #wow-modal-window-30 .right_column p,
  #wow-modal-window-31 .right_column p,
  #wow-modal-window-34 .right_column p {
    display: none;
  }
  #wow-modal-window-19 a.button,
  #wow-modal-window-20 a.button,
  #wow-modal-window-27 a.button,
  #wow-modal-window-28 a.button,
  #wow-modal-window-29 a.button,
  #wow-modal-window-30 a.button,
  #wow-modal-window-31 a.button,
  #wow-modal-window-34 a.button {
    margin-top: 20px;
  }
}
#wow-modal-window-32,
#wow-modal-window-33 {
  width: 850px!important;
  height: 608px!important;
  margin: 0!important;
  padding: 0!important;
  position: relative;
}
#wow-modal-window-32 a,
#wow-modal-window-33 a {
  width: 100%;
  height: 100%;
  opacity: 1;
  margin-top: 0;
}
#wow-modal-window-32 a .background,
#wow-modal-window-33 a .background {
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
#wow-modal-window-32 a .text,
#wow-modal-window-33 a .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 650px;
  text-align: center;
}
#wow-modal-window-32 a .text mark,
#wow-modal-window-33 a .text mark {
  background-color: #000;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 50px;
  font-weight: bold;
}
#wow-modal-window-32 a .text .cta,
#wow-modal-window-33 a .text .cta {
  background-color: #ff0000;
  color: #fff;
  text-transform: uppercase;
  padding: 18px 40px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  opacity: 1;
  margin-top: 25px;
  display: inline-block;
}
#wow-modal-window-32 a .text .cta:hover,
#wow-modal-window-33 a .text .cta:hover {
  opacity: 0.7;
}
#wow-modal-close-32,
#wow-modal-close-33 {
  top: -40px !important;
}
@media only screen and (max-width: 900px) {
  #wow-modal-window-32,
  #wow-modal-window-33 {
    width: calc(100% - 60px)!important;
    height: calc(100vh - 240px)!important;
  }
  #wow-modal-window-32 a .text,
  #wow-modal-window-33 a .text {
    width: calc(100% - 80px);
  }
  #wow-modal-window-32 a .text mark,
  #wow-modal-window-33 a .text mark {
    font-size: 30px;
  }
  #wow-modal-window-32 a .text .cta,
  #wow-modal-window-33 a .text .cta {
    padding: 18px 24px;
    margin-top: 25px;
    font-size: 14px;
  }
  #wow-modal-close-32,
  #wow-modal-close-33 {
    top: -40px !important;
  }
}
#wow-modal-window-35,
#wow-modal-window-36 {
  width: 850px!important;
  margin: 0!important;
  background: #fffa97 !important;
}
#wow-modal-window-35 .border,
#wow-modal-window-36 .border {
  border: none
		overflow: hidden;
  padding: 20px;
}
#wow-modal-window-35 a,
#wow-modal-window-36 a {
  opacity: 1;
}
#wow-modal-window-35 .left_column,
#wow-modal-window-36 .left_column {
  width: 285px;
  float: left;
}
#wow-modal-window-35 .left_column img,
#wow-modal-window-36 .left_column img {
  width: 420px;
}
#wow-modal-window-35 .right_column,
#wow-modal-window-36 .right_column {
  width: 535px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 380px;
  text-align: center;
}
#wow-modal-window-35 .right_column img,
#wow-modal-window-36 .right_column img {
  width: 100%;
}
#wow-modal-window-35 .right_column p,
#wow-modal-window-36 .right_column p {
  font-size: 25px;
  line-height: 1.3em;
  margin-bottom: 10px;
  padding: 20px;
  margin-top: 0;
}
#wow-modal-window-35 .right_column a,
#wow-modal-window-36 .right_column a {
  margin-top: 0;
}
#wow-modal-window-35 a.button,
#wow-modal-window-36 a.button {
  border: none;
  background-color: #e203a8;
  color: #fff;
  font-weight: bold;
}
#wow-modal-window-35 a.button:hover,
#wow-modal-window-36 a.button:hover {
  background-color: #00eaea;
}
#wow-modal-window-35 .fa-stack,
#wow-modal-window-36 .fa-stack {
  margin: 25px;
}
#wow-modal-window-35 .fa-stack #close-circle-35,
#wow-modal-window-36 .fa-stack #close-circle-35,
#wow-modal-window-35 .fa-stack #close-circle-36,
#wow-modal-window-36 .fa-stack #close-circle-36 {
  color: transparent;
}
#wow-modal-window-35 .fa-stack #close-times-35,
#wow-modal-window-36 .fa-stack #close-times-35,
#wow-modal-window-35 .fa-stack #close-times-36,
#wow-modal-window-36 .fa-stack #close-times-36 {
  color: #666;
}
@media only screen and (max-width: 900px) {
  #wow-modal-window-35,
  #wow-modal-window-36 {
    width: calc(100% - 60px)!important;
  }
  #wow-modal-window-35 .border,
  #wow-modal-window-36 .border {
    padding: 0px;
    padding-bottom: 30px;
  }
  #wow-modal-window-35 .left_column,
  #wow-modal-window-36 .left_column {
    width: 100%;
    float: none;
    height: 290px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: block;
    text-align: center;
  }
  #wow-modal-window-35 .left_column img,
  #wow-modal-window-36 .left_column img {
    width: 100%;
  }
  #wow-modal-window-35 .right_column,
  #wow-modal-window-36 .right_column {
    float: none;
    display: block;
    position: relative;
    width: 100%;
    left: 0;
    transform: none;
    margin-top: 30px;
  }
  #wow-modal-window-35 .right_column img,
  #wow-modal-window-36 .right_column img {
    max-width: calc(100% - 90px);
    height: auto;
  }
  #wow-modal-window-35 .right_column p,
  #wow-modal-window-36 .right_column p {
    display: none;
  }
  #wow-modal-window-35 a.button,
  #wow-modal-window-36 a.button {
    margin-top: 20px;
  }
}
/****************************************************
********************* QUIZZ PAGE ********************
****************************************************/
.parent-pageid-311997 .main_nav_desk,
.parent-pageid-311997 footer {
  display: none;
}
.parent-pageid-311997 h1.no_banner {
  display: none;
}
.parent-pageid-311997 .after_banner {
  margin-top: 60px;
}
.parent-pageid-311997 .building_photo {
  width: 50%;
  height: calc(100vh - 120px);
  display: inline-block;
  vertical-align: top;
}
.parent-pageid-311997 .quizz {
  width: calc(50% - 120px);
  display: inline-block;
  margin-left: -5px;
  padding: 20px 60px;
  vertical-align: top;
}
.parent-pageid-311997 .quizz h1 {
  font-weight: bold;
  font-size: 34px;
  margin-top: 0;
  padding: 0;
  padding-bottom: 40px;
  width: 100%;
}
.parent-pageid-311997 .quizz .options ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.parent-pageid-311997 .quizz .options ul li {
  border: 2px solid #5b5b5b;
  padding: 10px 20px;
  border-radius: 50px;
  margin: 12px 0;
  cursor: pointer;
}
.parent-pageid-311997 .quizz .options ul li:hover {
  background-color: #5b5b5b;
  color: #fff;
}
.parent-pageid-311997 .quizz .options ul li.correct {
  background-color: #249b00;
  border-color: #249b00;
  color: #fff;
  font-weight: bold;
}
.parent-pageid-311997 .quizz .options ul li.wrong {
  background-color: #b90000;
  border-color: #b90000;
  color: #fff;
  font-weight: bold;
}
.parent-pageid-311997 .quizz .answer {
  display: none;
  margin-top: 60px;
}
.parent-pageid-311997 .quizz .answer.answered {
  display: block;
}
.parent-pageid-311997 .quizz .answer p,
.parent-pageid-311997 .quizz .answer a {
  color: #5b5b5b;
  margin: 0;
}
.parent-pageid-311997 .quizz .answer a {
  font-weight: bold;
}
.parent-pageid-311997 .quizz .answer .or {
  width: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
.parent-pageid-311997 .quizz .answer .or:before {
  content: "- ";
}
.parent-pageid-311997 .quizz .answer .or:after {
  content: " -";
}
.parent-pageid-311997 .quizz .answer .learn_more {
  color: #5b5b5b;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.parent-pageid-311997 .quizz .answer .next {
  border: 2px solid #5b5b5b;
  background-color: #5b5b5b;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 50px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  width: calc(100% - 40px);
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .parent-pageid-311997 .after_banner {
    margin-top: 65px;
  }
  .parent-pageid-311997 .building_photo {
    width: 100%;
    height: 1px;
    padding-top: 70%;
  }
  .parent-pageid-311997 .quizz {
    width: calc(100% - 80px);
    margin-left: 0px;
    padding: 20px 40px;
  }
  .parent-pageid-311997 .quizz h1 {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .parent-pageid-311997 .quizz .options ul li {
    padding: 8px 20px;
  }
  .parent-pageid-311997 .quizz .answer {
    margin-top: 30px;
  }
}
