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: "Open Sans", sans-serif;
  color: #353535;
  height: 100%;
}

main {
  width: 100%;
  height: 100vh;
}

.search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  max-width: 500px;
  margin: auto;
}

h1 {
  font-size: 52px;
  font-family: Lora, sans-serif;
  font-weight: bold;
  color: #353535;
  text-align: center;
  margin-bottom: 40px;
}
h1 span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

input[type=text] {
  font-family: "Open Sans", sans-serif;
  padding: 12px 20px;
  border: 1px solid #353535;
  border-radius: 5px;
  font-size: 22px;
  margin: 15px;
}

.search-options {
  margin: -5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.search-options select {
  width: 49%;
  background: #32875E;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.4px;
  padding: 6px 8px;
  border-radius: 5px;
  border: none;
  margin: 5px 0px;
}

.search-options {
  padding-top: 30px;
}

.searchModeContainer {
  border: 1px solid #aaa;
  padding: 5px;
  margin: 20px 0;
}
.searchModeContainer h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.searchModeContainer label {
  display: inline-block;
  padding: 10px;
}

.search-box {
  width: 100%;
}
.search-box #titleSearch {
  width: 100%;
}

.submit-container {
  margin-top: 30px;
}
.submit-container .submit {
  appearance: none;
  border: 1px solid #32875E;
  background: transparent;
  border-radius: 50px;
  padding: 14px 35px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #32875E;
  cursor: pointer;
  transition: all 300ms ease;
}
.submit-container .submit:hover {
  background: #32875E;
  color: #fff;
}

.results {
  max-width: 1100px;
  width: 100%;
  margin: auto;
}
.results h2 {
  font-family: Lora, sans-serif;
  font-size: 22px;
  line-height: 160%;
  padding-bottom: 40px;
}
.results .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 2%;
  margin: -2% 0;
}
.results .items .item {
  width: 23%;
  margin-bottom: 2%;
}
.results .items .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.searchmode-switch {
  display: inline-block;
  cursor: pointer;
  margin: 20px 0;
}
.searchmode-switch.onlyTitle .indicator {
  border-color: #32875E;
}
.searchmode-switch.onlyTitle .indicator .selector {
  background: #32875E;
  transform: translateX(100%);
}
.searchmode-switch.onlyTitle span {
  color: #32875E;
}
.searchmode-switch .indicator {
  position: relative;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 15px;
  width: 40px;
  height: 20px;
  transition: all 300ms ease;
  vertical-align: middle;
}
.searchmode-switch .indicator .selector {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ccc;
  margin-top: 2px;
  margin-left: 4px;
  transition: all 300ms ease;
  transform: translateX(0);
}
.searchmode-switch span {
  vertical-align: middle;
  font-size: 13px;
  font-weight: 500;
  color: #999;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.4px;
  transition: all 300ms ease;
}

.more-filter {
  position: relative;
}
.more-filter.hidden .container {
  display: none;
}
.more-filter.hidden .label img {
  transform: rotate(0deg);
}
.more-filter .label {
  position: absolute;
  top: -42px;
  right: 0;
  cursor: pointer;
}
.more-filter .label:hover span {
  color: #333;
}
.more-filter .label:hover img {
  opacity: 1;
  border-color: #333;
}
.more-filter .label span {
  font-size: 13px;
  font-weight: 500;
  color: #999;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.4px;
  vertical-align: middle;
  transition: all 300ms ease;
}
.more-filter .label img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border: 1px solid #999;
  border-radius: 50%;
  opacity: 0.6;
  transition: all 300ms ease;
  transform: rotate(180deg);
}
.simple-pagination {
  padding: 80px 0 180px;
}

.simple-pagination li:hover span {
  cursor: pointer;
  border: 2px solid red;
}

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