html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  outline: none;
  text-decoration: none;
}

::selection {
  background: #ddd;
}

::-moz-selection {
  background: #ddd;
}

.nos {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}

::placeholder {
  color: #999;
}

.selectize-control.multi .selectize-input > div {
  padding: 3px 6px;
  background: #DCEBE4;
  border-radius: 2px;
  margin: 0;
  margin-right: 5px;
  font-size: 14px;
}
.selectize-control.multi .selectize-input > div .close {
  cursor: pointer;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iNTAiIGhlaWdodD0iNTAiCnZpZXdCb3g9IjAgMCAyNCAyNCIKc3R5bGU9IiBmaWxsOiMwMDAwMDA7Ij48cGF0aCBkPSJNIDQuNzA3MDMxMiAzLjI5Mjk2ODggTCAzLjI5Mjk2ODggNC43MDcwMzEyIEwgMTAuNTg1OTM4IDEyIEwgMy4yOTI5Njg4IDE5LjI5Mjk2OSBMIDQuNzA3MDMxMiAyMC43MDcwMzEgTCAxMiAxMy40MTQwNjIgTCAxOS4yOTI5NjkgMjAuNzA3MDMxIEwgMjAuNzA3MDMxIDE5LjI5Mjk2OSBMIDEzLjQxNDA2MiAxMiBMIDIwLjcwNzAzMSA0LjcwNzAzMTIgTCAxOS4yOTI5NjkgMy4yOTI5Njg4IEwgMTIgMTAuNTg1OTM4IEwgNC43MDcwMzEyIDMuMjkyOTY4OCB6Ij48L3BhdGg+PC9zdmc+") 50% 50% no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-left: 4px;
  margin-top: -2px;
  opacity: 0.4;
  transition: all 300ms ease;
}
.selectize-control.multi .selectize-input > div .close:hover {
  opacity: 1;
}

.selectize-control.single .selectize-input > div {
  margin-right: 5px;
  font-size: 16px;
  line-height: 160%;
}
.selectize-control.single .selectize-input:after {
  display: none;
}

.selectize-input {
  padding: 14px 10px;
  font-family: Lora, sans-serif;
  border-radius: 0;
  box-shadow: none;
}
.selectize-input.focus {
  box-shadow: none;
}
.selectize-input > input {
  font-size: 16px;
  line-height: 160% !important;
}

.selectize-dropdown .active {
  background: #eef4f1;
  color: #000000;
}

.selectize-dropdown-content > div {
  padding: 6px 10px;
  font-size: 16px;
}
.selectize-dropdown-content > div span.highlight {
  font-size: 16px;
  font-weight: 600;
  background: transparent !important;
}
.selectize-dropdown-content > div .counter {
  position: relative;
  display: inline-block;
  font-size: 12px;
  margin-left: 8px;
  font-family: "Open Sans", sans-serif;
}
.selectize-dropdown-content > div .counter em {
  color: #32875E;
  opacity: 0.5;
}

/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/
ul.simple-pagination {
  list-style: none;
}

.simple-pagination {
  display: block;
  overflow: hidden;
  padding: 0 5px 5px 0;
  margin: 0;
}

.simple-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.simple-pagination li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}

span.ellipse.clickable {
  cursor: pointer;
}

.ellipse input {
  width: 3em;
}

/*------------------------------------*\
	Compact Theme Styles
\*------------------------------------*/
.compact-theme a, .compact-theme span {
  float: left;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #AAA;
  border-left: none;
  min-width: 14px;
  padding: 0 7px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  background: #efefef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* W3C */
}

.compact-theme a:hover {
  text-decoration: none;
  background: #efefef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #bbbbbb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
  /* IE10+ */
  background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);
  /* W3C */
}

.compact-theme li:first-child a, .compact-theme li:first-child span {
  border-left: 1px solid #AAA;
  border-radius: 3px 0 0 3px;
}

.compact-theme li:last-child a, .compact-theme li:last-child span {
  border-radius: 0 3px 3px 0;
}

.compact-theme .current {
  background: #bbbbbb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bbbbbb 0%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbbbbb), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bbbbbb 0%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bbbbbb 0%, #efefef 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #bbbbbb 0%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(top, #bbbbbb 0%, #efefef 100%);
  /* W3C */
  cursor: default;
}

.compact-theme .ellipse {
  background: #EAEAEA;
  padding: 0 10px;
  cursor: default;
}

/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/
.light-theme a, .light-theme span {
  float: left;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #BBB;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #efefef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* W3C */
  background: #ffffff;
  color: #444;
  border-color: #ddd;
  box-shadow: none;
  cursor: pointer;
}

.light-theme a:hover {
  text-decoration: none;
  background: #FCFCFC;
}

.light-theme .current,
.simple-pagination li:hover span {
  background: #ffffff;
  color: #32875e;
  border-color: #32875e;
  box-shadow: none;
  cursor: pointer;
}

.light-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}

/*------------------------------------*\
	Dark Theme Styles
\*------------------------------------*/
.dark-theme a, .dark-theme span {
  float: left;
  color: #CCC;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #222;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #555;
  /* Old browsers */
  background: -moz-linear-gradient(top, #555 0%, #333 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #333));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #555 0%, #333 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #555 0%, #333 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #555 0%, #333 100%);
  /* IE10+ */
  background: linear-gradient(top, #555 0%, #333 100%);
  /* W3C */
}

.dark-theme a:hover {
  text-decoration: none;
  background: #444;
}

.dark-theme .current {
  background: #222;
  color: #FFF;
  border-color: #000;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  cursor: default;
}

.dark-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}

html, body {
  font-family: "Lora", sans-serif;
  color: #353535;
}

.search-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.search-container.sticky {
  position: fixed;
  top: -180px;
  background: #fff;
  padding-bottom: 30px;
}
.search-container .inner {
  max-width: 550px;
  margin: auto;
}
.search-container .title h1 {
  font-size: 52px;
  font-family: Lora, sans-serif;
  font-weight: bold;
  color: #353535;
  text-align: center;
  padding: 40px 0;
}
.search-container .title h1 span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #32875e;
}
.search-container .search-container-inner .searchmode-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-container .search-container-inner .searchmode-container .searchmode-item {
  text-align: center;
  width: 30%;
  padding: 10px 0;
  border-bottom: 2px solid #e1e1e1;
  border-color: transparent;
  cursor: pointer;
  transition: all 300ms ease;
}
.search-container .search-container-inner .searchmode-container .searchmode-item:hover a, .search-container .search-container-inner .searchmode-container .searchmode-item.active a {
  color: #000;
}
.search-container .search-container-inner .searchmode-container .searchmode-item:hover a svg, .search-container .search-container-inner .searchmode-container .searchmode-item.active a svg {
  opacity: 1;
  transform: translateX(-7px);
}
.search-container .search-container-inner .searchmode-container .searchmode-item:hover a svg polygon, .search-container .search-container-inner .searchmode-container .searchmode-item.active a svg polygon {
  fill: #000;
}
.search-container .search-container-inner .searchmode-container .searchmode-item a {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #afafaf;
  font-weight: 600;
  letter-spacing: 0.3px;
  vertical-align: middle;
  transition: all 3ms ease;
}
.search-container .search-container-inner .searchmode-container .searchmode-item a svg {
  position: absolute;
  height: 13px;
  opacity: 0;
  left: -8px;
  top: 2px;
  transition: all 300ms ease;
  transform: translateX(0);
}
.search-container .search-container-inner .searchmode-container .searchmode-item a svg path {
  fill: #32875E;
}
.search-container .search-container-inner .search-container-content {
  padding: 15px;
}

.search-results-container {
  display: none;
  padding-top: 380px !important;
}
.search-results-container h2 {
  padding: 20px 0;
}
.search-results-container .items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -1%;
}
.search-results-container .items .item {
  width: 23%;
  margin: 1%;
}
.search-results-container .items .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#pag {
  padding: 30px 0 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: none;
}

.search-query-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 0 0;
  display: none;
}
.search-query-summary .search-query-details,
.search-query-summary .clear-search {
  width: 50%;
}
.search-query-summary .search-query-details span {
  font-family: "Lora", sans-serif;
  font-size: 16px;
  color: #353535;
}
.search-query-summary .clear-search {
  text-align: right;
}
.search-query-summary .clear-search a {
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 4px 10px;
  background: #dbd7cf;
  color: #706a5e;
}
.search-query-summary .clear-search a:hover {
  background: #32875E;
  color: #fff;
}
.search-query-summary .clear-search a:hover svg path {
  fill: #fff;
}
.search-query-summary .clear-search a svg {
  position: relative;
  top: -2px;
  width: 10px;
  height: 12px;
  vertical-align: middle;
  margin-right: 8px;
}
.search-query-summary .clear-search a svg path {
  fill: #706a5e;
}

.grid-3 {
  max-width: 1380px;
  margin: auto;
  padding: 40px 0;
  box-sizing: border-box;
}

.search-options {
  margin-bottom: -10px;
  margin-right: -10px;
}
.search-options select {
  border: 1px solid #ddd;
  padding: 6px 8px;
  color: #444;
  margin-right: 10px;
  margin-bottom: 10px;
}

.gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  z-index: 20;
}
.gallery-modal .modal-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.gallery-modal .modal-item .info {
  background: #32875e;
  color: #fff;
  text-align: center;
  padding: 5px 15px;
}
.gallery-modal .modal-item .info a {
  color: #fff;
  text-decoration: underline;
  margin-right: 15px;
}
.gallery-modal .modal-item .info a:last-child {
  margin-right: 0;
}
.gallery-modal .modal-item img {
  display: block;
  width: 80%;
  height: 90%;
  object-fit: contain;
}
.gallery-modal .arrows {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.gallery-modal .arrows .left, .gallery-modal .arrows .right {
  display: inline-block;
  width: 55px;
  height: 55px;
  cursor: pointer;
}
.gallery-modal .arrows .left svg, .gallery-modal .arrows .right svg {
  width: 55px;
  height: 55px;
}
.gallery-modal .arrows .left svg polygon, .gallery-modal .arrows .right svg polygon {
  transition: all 300ms ease;
}
.gallery-modal .arrows .left:hover svg polygon, .gallery-modal .arrows .right:hover svg polygon {
  opacity: 0.7;
}
.gallery-modal .arrows .right {
  float: right;
}
.gallery-modal .exit {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.gallery-modal .exit svg {
  width: 40px;
  height: 40px;
}
.gallery-modal .exit svg polygon {
  transition: all 300ms ease;
}
.gallery-modal .exit:hover svg polygon {
  fill: #32875E;
}

/*# sourceMappingURL=style2.css.map */
