/* Mods */
#ct_l h3 {
  font-family: "Lato", serif;
  /* font-weight: 300; */
  font-style: normal;
  font-size: 16px !important;
  color: #2577a1;
  padding: 0 0 10px 0;
}

.grid h2 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #afb0a7;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 1.5em;
}

.grid p {
  font-family: "Lato", sans-serif;
  color: #3d3d3b;
  /* font-weight: 300 !important; */
  padding-bottom: 1em;
  line-height: 28px;
  /* letter-spacing: 0.02em; */
  position: relative;
  top: -6px;
}

/* End Mods */

*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
html {
  tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }
*/

img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer;
}
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
/* textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; } */
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  /* min-width: 320px; background: #fff; font-family: 'Arial', 'Helvetica', sans-serif; font-size: 14px; line-height: 1.3; color: #000; */
}
a {
  color: inherit;
}
a:hover {
  text-decoration: none;
}
a[href^="tel"] {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /* margin-bottom: 0.65em; */
}
h1 {
  font-size: ;
}
h2 {
  font-size: ;
}
h3 {
  font-size: ;
}
h4 {
  font-size: ;
}
h5 {
  font-size: ;
}
h6 {
  font-size: ;
}
ul,
ol,
dl,
table,
blockquote {
  margin-bottom: 1.3em;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Alignleft  */
.alignleft {
  float: left;
}
/*  Alignright  */
.alignright {
  float: right;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/*  Grid  */
.cols {
  margin: 0 -15px;
}
.cols:after {
}
.col {
  float: left;
  width: 100%;
  padding: 0 15px;
}
.col-1of2 {
  width: 50%;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1201px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	II.  Regions
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
.container {
}
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
.content {
}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main {
}
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell {
  /* max-width: 1220px; padding-left: 10px; padding-right: 10px; margin: auto;*/
}
.shell-fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
.sidebar {
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  min-height: 100vh;
}
/* ------------------------------------------------------------ *\
	III. Modules
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/*  Button Block  */
.btn-block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}

/* ------------------------------------------------------------ *\
	Filter
\* ------------------------------------------------------------ */
.filter {
  position: relative; /* margin: 0 20px 40px; */
}
.filter .owl-item {
  padding: 5px;
  box-sizing: border-box;
}

.filter a {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1.3em;
  font-size: 13px;
  color: #3d3d3b;
  text-align: left;
  text-decoration: none;
  transition: all 0.4s ease;
  padding: 0 0 1em 0;
  cursor: pointer;
  font-weight: 500;
}

.current {
  color: #2577a1;
  font-weight: 500;
}

.filter a.current {
  color: #2577a1;
  font-weight: 500;
}

.filter a:hover {
  color: #2577a1;
  font-weight: 500;
}

.filter .owl-prev {
  position: absolute;
  top: 4px;
  left: -20px;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}
.filter .owl-next {
  position: absolute;
  top: 4px;
  right: -20px;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}
.filter-container h1 {
  text-align: center;
}
.filter-container .tile {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1em;
  text-align: left;
}

.filter-container .ct_01 {
}
.filter-container .ct_02 {
  /* background-color: pink; */
}
.filter-container .ct_03 {
  /* background-color: blue; */
}
.filter-container .ct_04 {
  /* background-color: orange; */
}
.filter-container .ct_05 {
  /* background-color: red; */
}
.filter-container .ct_06 {
  /* background-color: black; */
}
.filter-container .ct_07 {
  /* background-color: purple; */
}
.filter-container .ct_08 {
  /* background-color: #444333; */
}
.filter-container .ct_09 {
  /* background-color: #eee333; */
}
.filter-container .ct_10 {
  /* background-color: #c2c4de; */
}
.filter-container .ct_11 {
  /* background-color: #c2ddde; */
}
.filter-container .ct_12 {
  /* background-color: #eeeaaa; */
}
.filter-container .ct_13 {
  /* background-color: #7ee8be; */
}

@media (max-width: 767px) {
  .filter-container .tile {
    width: 100%;
  }
}
