.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1,
h3.moduleTitle {
  font: 26px/30px 'Cantarell', sans-serif;
  background: url(../images/template/title-bg.gif) 0 0 repeat;
  text-transform: uppercase;
  color: white;
  text-align: center;
  padding: 16px 0 17px;
  margin: 0 0 38px;
}
h3 {
  font: 14px/14px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: white;
  margin: 0 0 21px;
}
h3 a {
  color: white;
}
p {
  margin-bottom: 12px;
  text-indent: 14px; /* Отступ первой строки в пикселах */
}
.color {
  color: #c1c1c1;
}
.icons-marker {
  font-size: 16.8px;
  line-height: 20px;
}
/*Buttons*/
.btn {
  padding: 6px 16px;
  font: 11px/12px Tahoma;
  background: #f0f0f0;
  color: #262626 !important;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
}
.btn.active,
.btn:active {
  box-shadow: none;
}
.btn-primary {
  padding: 6px 16px;
  font: 11px/12px Tahoma;
  background: #f0f0f0;
  color: #262626 !important;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
}
.btn-primary.active,
.btn-primary:active {
  box-shadow: none;
}
.btn-info {
  padding: 6px 16px;
  font: 11px/12px Tahoma;
  background: #f0f0f0;
  color: #262626 !important;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
}
.btn-info.active,
.btn-info:active {
  box-shadow: none;
}
.readmore {
  font-family: Arial, Helvetica, sans-serif;
}
#bottom .readmore {
  background: #333;
  color: white !important;
}
#bottom .readmore:hover {
  color: #333 !important;
  background: white;
}

/* Soft, site-matched Далее / Read More buttons. */
a.readmore,
.readmore,
.btn.readmore,
.btn-info.readmore,
.btn_info.readmore,
#bottom .readmore {
  display: inline-block;
  padding: 8px 20px 9px;
  font: 13px/18px Arial, Helvetica, sans-serif;
  letter-spacing: 0.02em;
  color: #cccccc !important;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid #555555;
  border-radius: 2px;
  box-shadow: none;
  text-decoration: none;
  text-shadow: none;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
a.readmore:hover,
a.readmore:focus,
.readmore:hover,
.readmore:focus,
.btn.readmore:hover,
.btn.readmore:focus,
.btn-info.readmore:hover,
.btn-info.readmore:focus,
.btn_info.readmore:hover,
.btn_info.readmore:focus,
#bottom .readmore:hover,
#bottom .readmore:focus {
  color: #f2f2f2 !important;
  background: rgba(202, 63, 1, 0.14);
  border-color: #ca3f01;
  text-decoration: none;
}
/*Lists*/
ul.item_list,
.categories-module,
.archive-module,
ul.list {
  margin-top: -12px;
}
ul.item_list li,
.categories-module li,
.archive-module li,
ul.list li {
  list-style: none;
  background: url(../images/template/list_border.png) 0 0 repeat-x;
  padding: 6px 0;
  overflow: hidden;
}
ul.item_list li a,
.categories-module li a,
.archive-module li a,
ul.list li a {
  color: #999999;
  background: url(../images/template/marker.png) 0 7px no-repeat !important;
  padding-left: 14px;
  float: left;
}
ul.item_list li a:hover,
.categories-module li a:hover,
.archive-module li a:hover,
ul.list li a:hover {
  color: #ca3f01;
}
ul.item_list li:first-child,
.categories-module li:first-child,
.archive-module li:first-child,
ul.list li:first-child {
  background: none;
}
ul.archive-module h5,
ul.categories-module h5 {
  font: 14px/18px Arial, Helvetica, sans-serif;
  margin: 0;
  float: left;
}
#aside-left .moduletable,
#aside-right .moduletable {
  padding-bottom: 40px;
}
#aside-left .moduletable.indent,
#aside-right .moduletable.indent {
  padding-bottom: 0px;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  overflow: hidden;
}
.pagination ul li {
  float: left;
  margin-right: 1px;
}
.pagination ul li .pagenav {
  font: 11px/24px Arial, Helvetica, sans-serif;
  text-transform: none;
  color: #555555;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  padding: 0 9px;
}
.pagination ul li.num span.pagenav {
  background: #f04a00;
  color: white;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 18px;
  max-width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.item_img a,
.category_img a {
  display: inline-block;
  max-width: 100%;
  position: relative;
}
.item_img a .zoom-bg,
.category_img a .zoom-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  left: 0;
  border: 12px solid #646464;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.item_img a:hover .zoom-bg,
.category_img a:hover .zoom-bg {
  border: 0px solid #646464;
}
.item_img > img,
.category_img > img {
  border: 0px solid #646464;
  max-width: 100%;




}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 20px 9px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 20px 9px 0;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row .row-container {
  padding: 56px 0 51px;
}
#logo a {
  display: inline-block;
  margin-left: 40px;
}
/* Joomla 6 may render header modules without the legacy moduletable wrapper.
   Keep the header visually identical to the original site. */
#header-row header > .row-fluid > ul.sf-menu {
  position: relative;
  float: right;
  margin: 18px 0 0;
}
#header-row header > .row-fluid > ul.sf-menu > li {
  padding: 0;
  margin: 0 10px 0 43px;
}
#header-row header > .row-fluid > ul.sf-menu > li > a,
#header-row header > .row-fluid > ul.sf-menu > li > span {
  color: #cccccc;
  display: block;
  padding: 0;
  font: 18px/18px 'Cantarell', sans-serif;
  text-transform: uppercase;
}
#header-row header > .row-fluid > ul.sf-menu > li > a:after,
#header-row header > .row-fluid > ul.sf-menu > li > span:after {
  content: '.';
  display: inline-block;
  color: #f04a00;
  width: 1px;
  height: 18px;
}
#header-row header > .row-fluid > ul.sf-menu > li > a:hover,
#header-row header > .row-fluid > ul.sf-menu > li > span:hover,
#header-row header > .row-fluid > ul.sf-menu > li.active > a,
#header-row header > .row-fluid > ul.sf-menu > li.sfHover > a,
#header-row header > .row-fluid > ul.sf-menu > li.current > a,
#header-row header > .row-fluid > ul.sf-menu > li.active > span,
#header-row header > .row-fluid > ul.sf-menu > li.sfHover > span,
#header-row header > .row-fluid > ul.sf-menu > li.current > span {
  color: white;
}
#header-row .mod-languages p.visually-hidden {
  display: none !important;
}
#header-row .mod-languages .lang-inline,
#header-row .mod-languages .mod-languages__list {
  margin: 0;
  padding: 0;
}
#header-row .mod-languages .lang-inline li,
#header-row .mod-languages .mod-languages__list li,
#header-row .mod-languages .lang-inline li.lang-active,
#header-row .mod-languages .mod-languages__list li.lang-active {
  display: inline;
  margin: 0 5px;
  padding: 0;
  list-style: none;
  background: transparent !important;
}
#header-row .mod-languages a {
  padding: 0 !important;
  background: transparent !important;
}
#header-row .mod-languages img {
  background: transparent !important;
  border: 0;
}
/*======================= NAVIGATION =======================*/
.select-menu {
  display: none;
}
.navigation ul.sf-menu {
  position: relative;
  float: right;
  margin: 18px 0 0;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 10px 0 43px;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  color: #cccccc;
  display: block;
  padding: 0;
  font: 18px/18px 'Cantarell', sans-serif;
  text-transform: uppercase;
}
.navigation ul.sf-menu > li > a:after,
.navigation ul.sf-menu > li > span:after {
  content: '.';
  display: inline-block;
  color: #f04a00;
  width: 1px;
  height: 18px;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  color: white;
}
.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.sfHover > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span {
  color: white;
}
.navigation ul.sf-menu > li:hover > ul,
.navigation ul.sf-menu > li.sfHover > ul {
  width: 67px;
  left: 50%;
  margin-left: -42px;
  top: 46px;
  padding: 0 13px;
  /*background: #f04a00;*/

}
.navigation ul.sf-menu > li:hover > ul > li:first-child:after,
.navigation ul.sf-menu > li.sfHover > ul > li:first-child:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(240, 74, 0, 0);
  border-bottom-color: #f04a00;
  border-width: 7px;
  left: 50%;
  margin-left: -7px;
}
.navigation ul.sf-menu ul {
  width: 83px;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -5px;
  left: 83px;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -5px;
  left: 83px;
}
.navigation ul.sf-menu ul {
  background: #f04a00;
  padding: 5px 13px;
}
.navigation ul.sf-menu ul li {
  margin: 0;
  background: url(../images/template/item_border.png) 0 0 repeat-x;
  position: relative;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font: 11px/35px 'News Cycle', sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: white;
  display: block;
  padding: 0;
  text-decoration: none;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  color: #fffbc7;
}
.navigation ul.sf-menu ul li.active > a,
.navigation ul.sf-menu ul li.sfHover > a,
.navigation ul.sf-menu ul li.active > span,
.navigation ul.sf-menu ul li.sfHover > span {
  color: #fffbc7;
}
.navigation ul.sf-menu ul li:first-child {
  background: none;
}
/*======================= SHOWCASE =======================*/
.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}
/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
#maintop-row .row-container {
  padding: 0 0 33px;
}
/*======================= CONTENT TOP =======================*/
#content-top .moduletable {
  text-align: center;
  color: #646464;
  font: 16px/23px Arial, Helvetica, sans-serif;
  line-height: 20px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 30px;
  padding-bottom: 19px;
}
#content-top .moduletable h3.moduleTitle {
  background: none;
  color: #d3d3d3;
  font: 26px/26px 'Cantarell', sans-serif;
  height: auto;
  margin: 9px 0 20px;
}
/*======================= CONTENT =======================*/
#content-row .row-container {
  padding: 0 0 33px;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 18px;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
/*===== Home Page ======*/
ul.showcase-menu {
  display: table;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url(../images/template/showcase-menu.gif) 0 0 repeat-x;
  padding: 9px 40px 14px;
}
ul.showcase-menu li {
  display: table-cell;
  text-align: center;
  background: url(../images/template/separator.gif) 0 0 repeat-y;
}
ul.showcase-menu li a {
  color: #4b4b4b;
  font: 26px/26px 'Cantarell', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  background: url(../images/template/show-link.png) center 85% no-repeat !important;
  padding: 22px 0 53px;
}
ul.showcase-menu li a:hover {
  color: white;
  background: none;
}
ul.showcase-menu li:first-child {
  background: none;
}
/*===== Bio Page ======*/
.page-category__bio .row-0 .item {
  padding-left: 96px;
}
.page-category__bio .row-0 .column-1 {
  background: url(../images/template/icon1.png) 0 0 no-repeat;
}
.page-category__bio .row-0 .column-2 {
  background: url(../images/template/icon2.png) 0 0 no-repeat;
}
.page-category__bio .row-0 .column-3 {
  background: url(../images/template/icon3.png) 0 0 no-repeat;
}
.page-category__bio .row-1 .item {
  padding-left: 96px;
}
.page-category__bio .row-1 .column-1 {
  background: url(../images/template/icon4.png) 0 0 no-repeat;
}
.page-category__bio .row-1 .column-2 {
  background: url(../images/template/icon5.png) 0 0 no-repeat;
}
.page-category__bio .row-1 .column-3 {
  background: url(../images/template/icon6.png) 0 0 no-repeat;
}
.mod-article-single {
  overflow: hidden;
}
.mod-article-single h3 {
  padding-top: 11px;
}
.mod-article-single .item_introtext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.page-blog .item_header {
  padding: 11px 0 0;
}
.page-blog .item_header h3 {
  margin-bottom: 7px;
}
.page-blog .item {
  margin-bottom: 27px;
  overflow: hidden;
}
dl.item_info_dl {
  overflow: hidden;
  margin: 0 0 20px;
}
dl.item_info_dl dd {
  float: left;
  margin: 0 12px 0 0;
  color: #cccccc;
}
dl.item_info_dl dd .item_published {
  background: url(../images/template/date.png) 0 center no-repeat;
  padding-left: 21px;
}
dl.item_info_dl dd .item_createdby {
  background: url(../images/template/user.png) 0 center no-repeat;
  padding-left: 21px;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 -1%;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1%;
  float: left;
  list-style: none;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 20px 20px 0 !important;
}
/*===== Team Page ======*/
.page-category .item_introtext {
  overflow: hidden;
}
.page-category__team .item_introtext {
  overflow: visible;
}
.btn-group > .btn:first-child {
  margin-bottom: 10px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= MAINBOTTOM =======================*/
/*======================= BOTTOM =======================*/
#bottom-row .row-container #bottom {
  background: url(../images/template/bottom_bg.gif) center 0 repeat;
  border: 1px solid #222222;
  width: auto;
  padding: 38px 0 0px;
}
#bottom-row .row-container #bottom h3.moduleTitle {
  background: none;
  color: white;
  font: 22px/30px 'Cantarell', sans-serif;
  height: auto;
  margin: 0 0 34px;
  padding: 0;
  text-align: left;
}
#bottom-row .row-container #bottom .item_img > img,
#bottom-row .row-container #bottom .category_img > img {
  border: none;
}
#bottom-row .row-container #bottom .moduletable.indent {
  padding: 0 80px 0 96px;
}
#bottom-row .row-container #bottom .moduletable.right-indent {
  padding-right: 90px;
}
#bottom-row .row-container #bottom .moduletable {
  padding-bottom: 54px;
}
.gallery-flickr ul {
  overflow: hidden;
  margin-top: -20px !important;
}
.gallery-flickr ul li a {
  margin: 0 13px 13px 0 !important;
  width: 127px;
}
.gallery-flickr ul li a img {
  width: 100%;
}
/*======================= FOOTER =======================*/
#footer {
  border-top: 1px solid #222222;
  padding: 28px 0 31px;
}
.mod-footer {
  font: 14px/18px 'Cantarell', sans-serif;
  color: #9b9b9b;
  text-transform: uppercase;
  padding: 19px 0 0;
  margin: 0;
}
.mod-footer a {
  color: #9b9b9b;
}
.mod-footer a:hover {
  color: #f04a00;
}
.mod-footer span.bull {
  background: url(../images/template/bull.png) 0 center no-repeat;
  display: inline-block;
  width: 4px;
}
/*===== Social Media ======*/
.social {
  float: right;
  overflow: hidden;
  margin: 0px 46px 0px 0;
  padding: 15px 0 15px 32px;
  border-left: 1px solid #1f1f1f;
}
.social li {
  margin: 0 0 0 2px;
  float: left;
  height: 30px;
  overflow: hidden;
}
.social li span.separator {
  display: inline-block;
  font: 22px/24px 'Cantarell', sans-serif;
  color: white;
  margin-right: 9px;
}
.social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  font-size: 0px;
}
.social li a img {
  position: relative;
  top: 0;
}
.social li a:hover img {
  top: -30px;
}

/* Joomla 6 active main menu item: match Gallery filter orange. */
#header-row header > .row-fluid > ul.sf-menu > li.active > a,
#header-row header > .row-fluid > ul.sf-menu > li.current > a,
#header-row header > .row-fluid > ul.sf-menu > li.active > span,
#header-row header > .row-fluid > ul.sf-menu > li.current > span,
.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.current > span {
  color: #f04a00;
}

/* Align main menu and language switcher with the top edge of the logo. */
#header-row header > .row-fluid {
  position: relative;
}
#header-row header > .row-fluid > ul.sf-menu,
.navigation ul.sf-menu {
  margin-top: 0;
  position: relative;
  top: -3px;
}
#header-row header > .row-fluid > .moduletable > .mod-languages {
  position: absolute;
  top: 0;
  left: 273px;
  width: auto;
  height: auto;
  line-height: 0;
  z-index: 3;
}
#header-row header > .row-fluid > .moduletable > .mod-languages .lang-inline,
#header-row header > .row-fluid > .moduletable > .mod-languages .mod-languages__list {
  height: auto;
  line-height: 0;
}
#header-row header > .row-fluid > .moduletable > .mod-languages li,
#header-row header > .row-fluid > .moduletable > .mod-languages a,
#header-row header > .row-fluid > .moduletable > .mod-languages img {
  display: inline-block;
  vertical-align: top;
  line-height: 0;
}
#header-row header > .row-fluid > .moduletable > .mod-languages img.trofimoff-lang-flag {
  width: 23px;
  height: 15px;
  border-radius: 2px;
}

/* Site-wide readability and content card spacing refinements. */
body,
#content-row,
#content-row p,
#content-row .item_introtext,
#content-row .item_fulltext,
#content-row .item_info,
#content-row dl.item_info_dl dd,
#content-top .moduletable {
  color: #cccccc;
}

/* Gallery and Exhibitions: tighten title-to-description, give text more air before the next image/card. */
ul.gallery .gallery-item .item_header h3,
ul.gallery .gallery-item h3.item_title,
.mod-newsflash-adv .item_content h3.item_title {
  margin-bottom: 7px;
}
ul.gallery .gallery-item .item_introtext,
.mod-newsflash-adv .item_introtext {
  margin-bottom: 21px;
}

/* Blog: reduce the oversized gap between date/author metadata and article text. */
.page-blog dl.item_info_dl {
  margin-bottom: 8px;
}

/* Home Welcome/Добро пожаловать: reduce oversized body-text vertical rhythm only in the intro module. */
#content-top .moduletable.span12 .mod-custom,
#content-top .moduletable.span12 .mod-custom p {
  font-size: 14px;
  line-height: 18px;
}
#content-top .moduletable.span12 .mod-custom p {
  margin-bottom: 8px;
}

/* Footer Follow Me: render social icons with Font Awesome instead of bitmap images. */
#footer .menu.social {
  margin: 0;
  padding: 0;
  border-left: none;
  text-align: right;
  overflow: visible;
}
#footer .menu.social > li {
  display: inline-block;
  float: none;
  height: 36px;
  overflow: visible;
  margin: 0 0 0 7px;
  padding: 0;
  line-height: 36px;
  vertical-align: middle;
}
#footer .menu.social > li:first-child {
  margin-left: 0;
}
#footer .menu.social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #9b9b9b;
  background: #3a3a3a;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
#footer .menu.social a:hover,
#footer .menu.social a:focus {
  color: #9b9b9b;
  background: #f04a00;
  text-decoration: none;
}
#footer .menu.social .fa-brands,
#footer .menu.social .fa-solid {
  display: inline-block;
  font-size: 22px;
  line-height: 1;
}
#footer .menu.social .social-icon-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Keep centered template rows visually stable when gallery/exhibition pages switch
   between short filtered views and taller "Show all" views with a vertical scrollbar. */
html {
  scrollbar-gutter: stable both-edges;
}

/* Global image softening: small radius only, preserving legacy layout/sizing. */
img {
  border-radius: 6px;
}

/* Soften legacy gray image frames on Home, Gallery, and Exhibitions while keeping the same 6px radius. */
.item_img a,
.category_img a,
.item_img a .zoom-bg,
.category_img a .zoom-bg,
.page-gallery a.zoom,
.page-item__gallery a.zoom {
  border-radius: 6px;
}
.item_img a,
.category_img a,
.page-gallery a.zoom,
.page-item__gallery a.zoom {
  overflow: hidden;
}

/* Contact map: remove the bottom gap inside the frame and round the frame/map together. */
#contact_map {
  border-radius: 6px;
  overflow: hidden;
}
#contact_map iframe,
#contact_map > div,
#contact_map > div > iframe {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
