.preloader-text {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .preloader-text .text-wrap {
    margin-bottom: 10px;
    color: #ffffff;
    font-family: "Playfair Display", sans-serif;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: rotate-text 3s linear infinite;
    -moz-animation: rotate-text 3s linear infinite;
    -o-animation: rotate-text 3s linear infinite;
    -ms-animation: rotate-text 3s linear infinite;
    animation: rotate-text 3s linear infinite;
  }
  .preloader-text span {
    color: #ffffff;
    font-family: "Playfair Display", sans-serif;
    font-style: italic;
    font-size: 12px;
  }
  @-moz-keyframes rotate-text {
    0% {
      -moz-transform: rotateY(0);
      -webkit-transform: rotateY(0);
      transform: rotateY(0);
    }
    100% {
      -moz-transform: rotateY(360deg);
      -webkit-transform: rotateY(360deg);
      transform: rotateY(360deg);
    }
  }
  @-webkit-keyframes rotate-text {
    0% {
      -moz-transform: rotateY(0);
      -webkit-transform: rotateY(0);
      transform: rotateY(0);
    }
    100% {
      -moz-transform: rotateY(360deg);
      -webkit-transform: rotateY(360deg);
      transform: rotateY(360deg);
    }
  }
  @-o-keyframes rotate-text {
    0% {
      -moz-transform: rotateY(0);
      -webkit-transform: rotateY(0);
      transform: rotateY(0);
    }
    100% {
      -moz-transform: rotateY(360deg);
      -webkit-transform: rotateY(360deg);
      transform: rotateY(360deg);
    }
  }
  @-ms-keyframes rotate-text {
    0% {
      -moz-transform: rotateY(0);
      -webkit-transform: rotateY(0);
      transform: rotateY(0);
    }
    100% {
      -moz-transform: rotateY(360deg);
      -webkit-transform: rotateY(360deg);
      transform: rotateY(360deg);
    }
  }
  @keyframes rotate-text {
    0% {
      -moz-transform: rotateY(0);
      -webkit-transform: rotateY(0);
      transform: rotateY(0);
    }
    100% {
      -moz-transform: rotateY(360deg);
      -webkit-transform: rotateY(360deg);
      transform: rotateY(360deg);
    }
  }
  .select-for-hovers h5 {
    display: inline-block;
    padding: 2px 8px;
    text-decoration: none;
    line-height: 28px;
    margin: auto;
    color: #222;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .select-for-hovers .hover > span {
    padding: 9px 15px 9px 15px;
    display: inline-block;
    font-weight: 400;
    text-decoration: none;
    min-width: 200px;
    text-align: left;
    cursor: pointer;
    text-transform: uppercase;
    margin: auto;
    letter-spacing: 1px;
    height: 40px;
    border: 1px solid #999;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #999;
    background-color: transparent;
  }
  .select-for-hovers .hover > span::after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    color: #999;
  }
  .select-for-hovers {
    margin: 20px 0;
  }
  .select-for-hovers .content {
    position: relative;
    text-align: right;
    width: 100%;
  }
  .select-for-hovers .hover {
    display: inline-block;
    position: relative;
  }
  .select-for-hovers .hover .list {
    text-align: left;
    position: absolute;
    background-color: #fff;
    margin-left: 0;
    z-index: 31;
    width: 100%;
    border: 1px solid #999;
    border-top: 0;
    display: none;
  }
  .select-for-hovers .hover .list li {
    list-style: none;
    font-weight: 400;
    padding: 5px 15px;
    cursor: pointer;
    text-transform: uppercase;
    background-color: transparent;
    transition: all 350ms ease;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #999;
    margin: auto;
    letter-spacing: 1px;
  }
  .select-for-hovers .hover .list li:hover {
    background-color: #222;
    color: #fff;
  }
  .hovers-template {
    padding-bottom: 50px;
  }
  .demo-pages-wrap .demo-switcher {
    position: fixed;
    top: 160px;
    right: 0;
    display: block;
    z-index: 9999;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .demo-pages-wrap .demo-switcher > a {
    display: flex;
    position: relative;
    width: 34px;
    height: 32px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: #fff;
  }
  .demo-pages-wrap .demo-switcher > a:hover {
    background: #353535;
    text-decoration: none;
  }
  .demo-pages-wrap .demo-switcher > a:hover > div {
    opacity: 1;
    visibility: visible;
  }
  .demo-pages-wrap .demo-switcher > a > div {
    position: absolute;
    top: 0;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    background: #353535;
    white-space: nowrap;
    line-height: 32px;
    padding: 0 12px;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
  }
  .demo-pages-wrap .demo-switcher > a:hover i {
    color: #fff;
  }
  .demo-pages-wrap .demo-switcher > a i {
    color: #777;
  }
  .demo-pages-wrap .demo-switcher > a + a {
    height: 33px;
    border-top: 1px solid #f3f3f3;
  }
  .demo-pages-wrap .thb-demo-holder {
    position: fixed;
    padding: 19px 14px 9px;
    background: #fff;
    border-radius: 8px;
    width: 60%;
    left: 20%;
    top: 50%;
    text-align: center;
    z-index: 1999;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .demo-pages-wrap .thb-demo-holder.active {
    opacity: 1;
    visibility: visible;
  }
  .demo-pages-wrap .thb-demo-holder svg {
    position: absolute;
    width: 24px;
    top: 17px;
    right: 50px;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
  }
  .demo-pages-wrap .thb-demo-holder > div {
    height: 90vh;
    width: 100%;
    overflow-y: auto;
  }
  .demo-pages-wrap .thb-demo-holder h4 {
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 35px;
  }
  .demo-pages-wrap .thb-demo-holder .row {
    padding: 0;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .demo-pages-wrap .thb-demo-holder .row .columns {
    padding: 0 5px;
    display: inline-block;
  }
  .demo-pages-wrap .small-2 {
    width: 24%;
  }
  .demo-pages-wrap .thb-demo-holder a {
    display: block;
    border: 1px solid #eee;
    font-family: "Muli", sans-serif;
    color: #222222;
    letter-spacing: 0.2px;
    text-decoration: none;
    border-radius: 2px;
    margin-bottom: 30px;
    background: #ebebeb;
    min-height: 80px;
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
  .demo-pages-wrap .thb-demo-holder a:hover {
    text-decoration: none;
  }
  .demo-pages-wrap .thb-demo-holder a:hover p {
    opacity: 0.7;
  }
  .demo-pages-wrap .thb-demo-holder a img {
    border-radius: 2px 2px 0 0;
  }
  .demo-pages-wrap .thb-demo-holder a p {
    display: block;
    background: #fff;
    border-top: 1px solid #eee;
    border-radius: 0 0 2px 2px;
    color: #1f1f1f;
    font-size: 12px;
    font-weight: 800;
    margin: 0;
    line-height: 1;
    padding: 10px 0;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .demo-pages-wrap .thb-demo-holder .columns a:hover p {
    color: #fff;
    opacity: 1;
    background-color: #222;
  }
  .demo-pages-wrap .thb-demo-holder .columns a {
    display: block;
    background-size: cover;
    background-position: top center;
    height: 200px;
  }
  @media only screen and (max-width: 1200px) {
    .demo-pages-wrap {
      display: none;
    }
  }
  #grid-3120
    .tg-nav-color:not(.dots):not(.tg-dropdown-value):not(
      .tg-dropdown-title
    ):hover,
  #grid-3120 .tg-nav-color:hover .tg-nav-color,
  #grid-3120 .tg-page-number.tg-page-current,
  #grid-3120 .tg-filter.tg-filter-active span {
    color: #ff6863;
  }
  #grid-3120 .tg-filter:before,
  #grid-3120 .tg-filter.tg-filter-active:before {
    color: #999999;
  }
  #grid-3120 .tg-dropdown-holder,
  #grid-3120 .tg-search-inner,
  #grid-3120 .tg-sorter-order {
    border: 1px solid #dddddd;
  }
  #grid-3120 .tg-search-clear,
  #grid-3120 .tg-search-clear:hover {
    border: none;
    border-left: 1px solid #dddddd;
  }
  .tg-txt .tg-nav-font,
  .tg-txt input[type="text"].tg-search {
    font-size: 14px;
    font-weight: 600;
  }
  .tg-txt .tg-search::-webkit-input-placeholder {
    font-size: 14px;
  }
  .tg-txt .tg-search::-moz-placeholder {
    font-size: 14px;
  }
  .tg-txt .tg-search:-ms-input-placeholder {
    font-size: 14px;
  }
  .tg-txt .tg-icon-left-arrow:before {
    content: "\e604";
    font-size: 32px;
    font-weight: 100;
  }
  .tg-txt .tg-icon-right-arrow:before {
    content: "\e602";
    font-size: 32px;
    font-weight: 100;
  }
  .tg-txt .tg-icon-dropdown-open:before,
  .tg-txt .tg-icon-sorter-down:before {
    content: "\e60a";
  }
  .tg-txt .tg-icon-sorter-up:before {
    content: "\e609";
  }
  .tg-txt .tg-search-clear:before {
    content: "\e611";
    font-weight: 300;
  }
  .tg-txt .tg-search-icon:before {
    content: "\e62e";
    font-size: 16px;
    font-weight: 600;
  }
  #grid-3120 .tg-nav-color,
  #grid-3120 .tg-search-icon:hover:before,
  #grid-3120 .tg-search-icon:hover input,
  #grid-3120 .tg-disabled:hover .tg-icon-left-arrow,
  #grid-3120 .tg-disabled:hover .tg-icon-right-arrow,
  #grid-3120 .tg-dropdown-title.tg-nav-color:hover {
    color: #999999;
  }
  #grid-3120 input.tg-search:hover {
    color: #999999 !important;
  }
  #grid-3120 input.tg-search::-webkit-input-placeholder {
    color: #999999;
  }
  #grid-3120 input.tg-search::-moz-placeholder {
    color: #999999;
    opacity: 1;
  }
  #grid-3120 input.tg-search:-ms-input-placeholder {
    color: #999999;
  }
  .grid-3120 .tg-dropdown-item {
    color: #777777;
    background: #ffffff;
  }
  .grid-3120 .tg-filter-active,
  .grid-3120 .tg-dropdown-item:hover {
    color: #444444;
    background: #f5f6fa;
  }
  #grid-3120 .tg-slider-bullets li.tg-active-item span {
    background: #59585b;
  }
  #grid-3120 .tg-slider-bullets li span {
    background: #dddddd;
  }
  @font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
      url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhs.ttf)
        format("truetype");
  }
  .tg-iso-1 a:not([class*="tg-element-"]),
  .tg-iso-1 a:not([class*="tg-element-"]):active,
  .tg-iso-1 a:not([class*="tg-element-"]):focus,
  .tg-iso-1 [class*="tg-element-"] *:not(del) {
    margin: 0;
    padding: 0;
    color: inherit !important;
    text-align: inherit;
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  .tg-iso-1 [class*="tg-element-"],
  .tg-iso-1 .tg-item-overlay,
  .tg-iso-1 .tg-center-holder,
  .tg-iso-1 .tg-center-inner > * {
    vertical-align: middle;
  }
  .tg-iso-1 .tg-item-overlay {
    background-color: rgba(0, 0, 0, 0.01) !important;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .tg-iso-1 .tg-element-1 {
    position: relative;
    font-size: 12px;
    line-height: 2em;
    color: #222222 !important;
    font-weight: 600;
    font-family: Open Sans;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #ffffff !important;
    display: inline-block;
    margin: 0;
    padding: 15px 35px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .tg-iso-1 .tg-element-1:hover {
    color: #ffffff !important;
    background-color: #222222 !important;
    opacity: 1 !important;
  }
  .tg-iso-1 a {
    transition: none;
  }
  .tg-iso-1 .title {
    position: relative;
  }
  .tg-iso-1 .title::after {
    content: "\f3d6";
    font-family: "Ionicons";
    position: absolute;
    font-size: 24px;
    color: #fff;
    right: 20px;
    top: 15px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .tg-iso-1 .title:hover {
    padding-right: 65px;
  }
  .tg-iso-1 .title:hover::after {
    opacity: 1;
    visibility: visible;
  }
  .tg-item .tg-dark div,
  .tg-item .tg-dark h1,
  .tg-item .tg-dark h1 a,
  .tg-item .tg-dark h2,
  .tg-item .tg-dark h2 a,
  .tg-item .tg-dark h3,
  .tg-item .tg-dark h3 a,
  .tg-item .tg-dark h4,
  .tg-item .tg-dark h4 a,
  .tg-item .tg-dark h5,
  .tg-item .tg-dark h5 a,
  .tg-item .tg-dark h6,
  .tg-item .tg-dark h6 a,
  .tg-item .tg-dark a,
  .tg-item .tg-dark a.tg-link-url,
  .tg-item .tg-dark i,
  .tg-item .tg-dark .tg-media-button,
  .tg-item .tg-dark .tg-item-price span {
    color: #444444;
    fill: #444444;
    stroke: #444444;
    border-color: #444444;
  }
  .tg-item .tg-dark p,
  .tg-item .tg-dark ol,
  .tg-item .tg-dark ul,
  .tg-item .tg-dark li {
    color: #777777;
    fill: #777777;
    stroke: #777777;
    border-color: #777777;
  }
  .tg-item .tg-dark span,
  .tg-item .tg-dark .no-liked .to-heart-icon path,
  .tg-item .tg-dark .empty-heart .to-heart-icon path,
  .tg-item .tg-dark .tg-item-comment i,
  .tg-item .tg-dark .tg-item-price del span {
    color: #999999;
    fill: #999999;
    stroke: #999999;
    border-color: #999999;
  }
  .tg-item .tg-light div,
  .tg-item .tg-light h1,
  .tg-item .tg-light h1 a,
  .tg-item .tg-light h2,
  .tg-item .tg-light h2 a,
  .tg-item .tg-light h3,
  .tg-item .tg-light h3 a,
  .tg-item .tg-light h4,
  .tg-item .tg-light h4 a,
  .tg-item .tg-light h5,
  .tg-item .tg-light h5 a,
  .tg-item .tg-light h6,
  .tg-item .tg-light h6 a,
  .tg-item .tg-light a,
  .tg-item .tg-light a.tg-link-url,
  .tg-item .tg-light i,
  .tg-item .tg-light .tg-media-button,
  .tg-item .tg-light .tg-item-price span {
    color: #ffffff;
    fill: #ffffff;
    stroke: #ffffff;
    border-color: #ffffff;
  }
  .tg-item .tg-light p,
  .tg-item .tg-light ol,
  .tg-item .tg-light ul,
  .tg-item .tg-light li {
    color: #f6f6f6;
    fill: #f6f6f6;
    stroke: #f6f6f6;
    border-color: #f6f6f6;
  }
  .tg-item .tg-light span,
  .tg-item .tg-light .no-liked .to-heart-icon path,
  .tg-item .tg-light .empty-heart .to-heart-icon path,
  .tg-item .tg-light .tg-item-comment i,
  .tg-item .tg-light .tg-item-price del span {
    color: #f5f5f5;
    fill: #f5f5f5;
    stroke: #f5f5f5;
    border-color: #f5f5f5;
  }
  #grid-3120 .tg-item-content-holder {
    background-color: #ffffff;
  }
  #grid-3120 .tg-item-overlay {
    background-color: rgba(22, 22, 22, 0.65);
  }
  .vc_custom_bg {
    background-color: #fcf9f6 !important;
  }
  #grid-3158 {
    margin-left: 50px;
    margin-right: 50px;
  }
  #grid-3158
    .tg-nav-color:not(.dots):not(.tg-dropdown-value):not(
      .tg-dropdown-title
    ):hover,
  #grid-3158 .tg-nav-color:hover .tg-nav-color,
  #grid-3158 .tg-page-number.tg-page-current,
  #grid-3158 .tg-filter.tg-filter-active span {
    color: #ff6863;
  }
  #grid-3158 .tg-filter:before,
  #grid-3158 .tg-filter.tg-filter-active:before {
    color: #999999;
  }
  #grid-3158 .tg-dropdown-holder,
  #grid-3158 .tg-search-inner,
  #grid-3158 .tg-sorter-order {
    border: 1px solid #dddddd;
  }
  #grid-3158 .tg-search-clear,
  #grid-3158 .tg-search-clear:hover {
    border: none;
    border-left: 1px solid #dddddd;
  }
  .tg-txt .tg-nav-font,
  .tg-txt input[type="text"].tg-search {
    font-size: 14px;
    font-weight: 600;
  }
  .tg-txt .tg-search::-webkit-input-placeholder {
    font-size: 14px;
  }
  .tg-txt .tg-search::-moz-placeholder {
    font-size: 14px;
  }
  .tg-txt .tg-search:-ms-input-placeholder {
    font-size: 14px;
  }
  .tg-txt .tg-icon-left-arrow:before {
    content: "\e604";
    font-size: 32px;
    font-weight: 100;
  }
  .tg-txt .tg-icon-right-arrow:before {
    content: "\e602";
    font-size: 32px;
    font-weight: 100;
  }
  .tg-txt .tg-icon-dropdown-open:before,
  .tg-txt .tg-icon-sorter-down:before {
    content: "\e60a";
  }
  .tg-txt .tg-icon-sorter-up:before {
    content: "\e609";
  }
  .tg-txt .tg-search-clear:before {
    content: "\e611";
    font-weight: 300;
  }
  .tg-txt .tg-search-icon:before {
    content: "\e62e";
    font-size: 16px;
    font-weight: 600;
  }
  #grid-3158 .tg-nav-color,
  #grid-3158 .tg-search-icon:hover:before,
  #grid-3158 .tg-search-icon:hover input,
  #grid-3158 .tg-disabled:hover .tg-icon-left-arrow,
  #grid-3158 .tg-disabled:hover .tg-icon-right-arrow,
  #grid-3158 .tg-dropdown-title.tg-nav-color:hover {
    color: #999999;
  }
  #grid-3158 input.tg-search:hover {
    color: #999999 !important;
  }
  #grid-3158 input.tg-search::-webkit-input-placeholder {
    color: #999999;
  }
  #grid-3158 input.tg-search::-moz-placeholder {
    color: #999999;
    opacity: 1;
  }
  #grid-3158 input.tg-search:-ms-input-placeholder {
    color: #999999;
  }
  .grid-3158 .tg-dropdown-item {
    color: #777777;
    background: #ffffff;
  }
  .grid-3158 .tg-filter-active,
  .grid-3158 .tg-dropdown-item:hover {
    color: #444444;
    background: #f5f6fa;
  }
  #grid-3158 .tg-slider-bullets li.tg-active-item span {
    background: #59585b;
  }
  #grid-3158 .tg-slider-bullets li span {
    background: #dddddd;
  }
  @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/v15/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf)
        format("truetype");
  }
  @font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
      url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhs.ttf)
        format("truetype");
  }
  @font-face {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400;
    src: local("Playfair Display Regular"), local("PlayfairDisplay-Regular"),
      url(https://fonts.gstatic.com/s/playfairdisplay/v13/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYhQ.ttf)
        format("truetype");
  }
  .tg-iso-2 a:not([class*="tg-element-"]),
  .tg-iso-2 a:not([class*="tg-element-"]):active,
  .tg-iso-2 a:not([class*="tg-element-"]):focus,
  .tg-iso-2 [class*="tg-element-"] *:not(del) {
    margin: 0;
    padding: 0;
    color: inherit !important;
    text-align: inherit;
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  .tg-iso-2 [class*="tg-element-"],
  .tg-iso-2 .tg-item-overlay,
  .tg-iso-2 .tg-center-holder,
  .tg-iso-2 .tg-center-inner > * {
    vertical-align: middle;
  }
  .tg-iso-2 .tg-item-overlay {
    background-color: rgba(0, 0, 0, 0.01) !important;
    position: absolute;
    display: block;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    transition: all 700ms ease;
  }
  .tg-iso-2 .tg-item-media-holder:hover .tg-item-overlay {
    background-color: #ffffff !important;
  }
  .tg-iso-2 .tg-item-content-holder[data-position="bottom"] {
    text-align: center;
    position: relative;
    min-height: 1px;
    display: block;
    padding: 30px 0 10px;
  }
  .tg-iso-2 .tg-element-3 {
    position: relative;
    visibility: hidden;
    font-size: 38px;
    line-height: 56px;
    color: #222222 !important;
    font-weight: 300;
    font-family: Open Sans;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 100%;
    min-width: 100%;
    height: 60px;
    min-height: 60px;
    cursor: pointer;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    transition: all 700ms ease;
  }
  .tg-iso-2 .tg-element-3:hover {
    visibility: visible;
    opacity: 1 !important;
  }
  .tg-iso-2 .tg-element-1 {
    position: relative;
    font-size: 12px;
    line-height: 2em;
    color: #999999 !important;
    font-weight: 600;
    font-family: Open Sans;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
  }
  .tg-iso-2 .tg-element-1 .tg-item-term {
    position: relative;
    display: inline-block;
  }
  .tg-iso-2 .tg-element-2 {
    position: relative;
    font-size: 20px;
    line-height: 26px;
    color: #222222 !important;
    font-weight: 400;
    font-family: Playfair Display;
    display: block;
    margin: 0;
    padding: 8px 0;
  }
  .tg-iso-2 .tg-item-media-content:hover .gallery-btn {
    opacity: 1;
    visibility: visible;
  }
  .tg-iso-2 .tg-item-media-content .gallery-btn i:before {
    font-family: "Ionicons";
    content: "\f489";
  }
  .tg-item .tg-dark div,
  .tg-item .tg-dark h1,
  .tg-item .tg-dark h1 a,
  .tg-item .tg-dark h2,
  .tg-item .tg-dark h2 a,
  .tg-item .tg-dark h3,
  .tg-item .tg-dark h3 a,
  .tg-item .tg-dark h4,
  .tg-item .tg-dark h4 a,
  .tg-item .tg-dark h5,
  .tg-item .tg-dark h5 a,
  .tg-item .tg-dark h6,
  .tg-item .tg-dark h6 a,
  .tg-item .tg-dark a,
  .tg-item .tg-dark a.tg-link-url,
  .tg-item .tg-dark i,
  .tg-item .tg-dark .tg-media-button,
  .tg-item .tg-dark .tg-item-price span {
    color: #444444;
    fill: #444444;
    stroke: #444444;
    border-color: #444444;
  }
  .tg-item .tg-dark p,
  .tg-item .tg-dark ol,
  .tg-item .tg-dark ul,
  .tg-item .tg-dark li {
    color: #777777;
    fill: #777777;
    stroke: #777777;
    border-color: #777777;
  }
  .tg-item .tg-dark span,
  .tg-item .tg-dark .no-liked .to-heart-icon path,
  .tg-item .tg-dark .empty-heart .to-heart-icon path,
  .tg-item .tg-dark .tg-item-comment i,
  .tg-item .tg-dark .tg-item-price del span {
    color: #999999;
    fill: #999999;
    stroke: #999999;
    border-color: #999999;
  }
  .tg-item .tg-light div,
  .tg-item .tg-light h1,
  .tg-item .tg-light h1 a,
  .tg-item .tg-light h2,
  .tg-item .tg-light h2 a,
  .tg-item .tg-light h3,
  .tg-item .tg-light h3 a,
  .tg-item .tg-light h4,
  .tg-item .tg-light h4 a,
  .tg-item .tg-light h5,
  .tg-item .tg-light h5 a,
  .tg-item .tg-light h6,
  .tg-item .tg-light h6 a,
  .tg-item .tg-light a,
  .tg-item .tg-light a.tg-link-url,
  .tg-item .tg-light i,
  .tg-item .tg-light .tg-media-button,
  .tg-item .tg-light .tg-item-price span {
    color: #ffffff;
    fill: #ffffff;
    stroke: #ffffff;
    border-color: #ffffff;
  }
  .tg-item .tg-light p,
  .tg-item .tg-light ol,
  .tg-item .tg-light ul,
  .tg-item .tg-light li {
    color: #f6f6f6;
    fill: #f6f6f6;
    stroke: #f6f6f6;
    border-color: #f6f6f6;
  }
  .tg-item .tg-light span,
  .tg-item .tg-light .no-liked .to-heart-icon path,
  .tg-item .tg-light .empty-heart .to-heart-icon path,
  .tg-item .tg-light .tg-item-comment i,
  .tg-item .tg-light .tg-item-price del span {
    color: #f5f5f5;
    fill: #f5f5f5;
    stroke: #f5f5f5;
    border-color: #f5f5f5;
  }
  #grid-3158 .tg-item-content-holder {
    background-color: #ffffff;
  }
  #grid-3158 .tg-item-overlay {
    background-color: rgba(22, 22, 22, 0.65);
  }
  .iso-portfolio-2 .tg-item {
    margin-bottom: -35px;
  }
  .iso-portfolio-2 {
    padding-bottom: 35px;
  }
  @media only screen and (max-width: 767px) {
    .iso-portfolio-2 {
      margin-right: 15px !important;
      margin-left: 15px !important;
    }
  }
  #grid-3169
    .tg-nav-color:not(.dots):not(.tg-dropdown-value):not(
      .tg-dropdown-title
    ):hover,
  #grid-3169 .tg-nav-color:hover .tg-nav-color,
  #grid-3169 .tg-page-number.tg-page-current,
  #grid-3169 .tg-filter.tg-filter-active span {
    color: #ff6863;
  }
  #grid-3169 .tg-filter:before,
  #grid-3169 .tg-filter.tg-filter-active:before {
    color: #999999;
  }
  #grid-3169 .tg-dropdown-holder,
  #grid-3169 .tg-search-inner,
  #grid-3169 .tg-sorter-order {
    border: 1px solid #dddddd;
  }
  #grid-3169 .tg-search-clear,
  #grid-3169 .tg-search-clear:hover {
    border: none;
    border-left: 1px solid #dddddd;
  }
  .tg-txt .tg-nav-font,
  .tg-txt input[type="text"].tg-search {
    font-size: 14px;
    font-weight: 600;
  }
  .tg-txt .tg-search::-webkit-input-placeholder {
    font-size: 14px;
  }
  .tg-txt .tg-search::-moz-placeholder {
    font-size: 14px;
  }
  .tg-txt .tg-search:-ms-input-placeholder {
    font-size: 14px;
  }
  .tg-txt .tg-icon-left-arrow:before {
    content: "\e604";
    font-size: 32px;
    font-weight: 100;
  }
  .tg-txt .tg-icon-right-arrow:before {
    content: "\e602";
    font-size: 32px;
    font-weight: 100;
  }
  .tg-txt .tg-icon-dropdown-open:before,
  .tg-txt .tg-icon-sorter-down:before {
    content: "\e60a";
  }
  .tg-txt .tg-icon-sorter-up:before {
    content: "\e609";
  }
  .tg-txt .tg-search-clear:before {
    content: "\e611";
    font-weight: 300;
  }
  .tg-txt .tg-search-icon:before {
    content: "\e62e";
    font-size: 16px;
    font-weight: 600;
  }
  #grid-3169 .tg-nav-color,
  #grid-3169 .tg-search-icon:hover:before,
  #grid-3169 .tg-search-icon:hover input,
  #grid-3169 .tg-disabled:hover .tg-icon-left-arrow,
  #grid-3169 .tg-disabled:hover .tg-icon-right-arrow,
  #grid-3169 .tg-dropdown-title.tg-nav-color:hover {
    color: #999999;
  }
  #grid-3169 input.tg-search:hover {
    color: #999999 !important;
  }
  #grid-3169 input.tg-search::-webkit-input-placeholder {
    color: #999999;
  }
  #grid-3169 input.tg-search::-moz-placeholder {
    color: #999999;
    opacity: 1;
  }
  #grid-3169 input.tg-search:-ms-input-placeholder {
    color: #999999;
  }
  .grid-3169 .tg-dropdown-item {
    color: #777777;
    background: #ffffff;
  }
  .grid-3169 .tg-filter-active,
  .grid-3169 .tg-dropdown-item:hover {
    color: #444444;
    background: #f5f6fa;
  }
  #grid-3169 .tg-slider-bullets li.tg-active-item span {
    background: #59585b;
  }
  #grid-3169 .tg-slider-bullets li span {
    background: #dddddd;
  }
  @font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
      url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhs.ttf)
        format("truetype");
  }
  @font-face {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400;
    src: local("Playfair Display Regular"), local("PlayfairDisplay-Regular"),
      url(https://fonts.gstatic.com/s/playfairdisplay/v13/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYhQ.ttf)
        format("truetype");
  }
  .tg-iso-post-1 a:not([class*="tg-element-"]),
  .tg-iso-post-1 a:not([class*="tg-element-"]):active,
  .tg-iso-post-1 a:not([class*="tg-element-"]):focus,
  .tg-iso-post-1 [class*="tg-element-"] *:not(del) {
    margin: 0;
    padding: 0;
    color: inherit !important;
    text-align: inherit;
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  .tg-iso-post-1 [class*="tg-element-"],
  .tg-iso-post-1 .tg-item-overlay,
  .tg-iso-post-1 .tg-center-holder,
  .tg-iso-post-1 .tg-center-inner > * {
    vertical-align: middle;
  }
  .tg-iso-post-1:not(.tg-force-play):not(.tg-is-playing)
    .tg-item-media-inner:not(.no-media-poster)
    > * {
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: perspective(500px) scale3d(1.1, 1.1, 1);
    -moz-transform: perspective(500px) scale3d(1.1, 1.1, 1);
    -ms-transform: perspective(500px) scale3d(1.1, 1.1, 1);
    transform: perspective(500px) scale3d(1.1, 1.1, 1);
  }
  .tg-iso-post-1:not(.tg-force-play):not(.tg-is-playing):hover
    .tg-item-media-inner:not(.no-media-poster)
    > * {
    -webkit-transform: perspective(500px) scale3d(1, 1, 1);
    -moz-transform: perspective(500px) scale3d(1, 1, 1);
    -ms-transform: perspective(500px) scale3d(1, 1, 1);
    transform: perspective(500px) scale3d(1, 1, 1);
  }
  .tg-iso-post-1 .tg-item-content-holder[data-position="bottom"] {
    position: relative;
    min-height: 1px;
    display: block;
    padding: 25px 0 20px;
  }
  .tg-iso-post-1 .tg-element-1 {
    position: relative;
    font-size: 12px;
    line-height: 2em;
    color: #222222 !important;
    font-weight: 600;
    font-family: Open Sans;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 2px;
    border-color: #eeeeee !important;
    display: inline-block;
    float: left;
    width: 30%;
    min-width: 30%;
    margin: 8px 0 0;
    padding: 0 15px 8px 0;
    border-width: 0 1px 0 0;
    border-style: solid;
  }
  .tg-iso-post-1 .tg-element-3 {
    position: relative;
    font-size: 12px;
    line-height: 2em;
    color: #999999 !important;
    font-weight: 600;
    font-family: Open Sans;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    width: 70%;
    min-width: 70%;
    padding: 9px 0 0 15px;
  }
  .tg-iso-post-1 .tg-element-3 .tg-item-term {
    position: relative;
    display: inline-block;
  }
  .tg-iso-post-1 .tg-element-2 {
    position: relative;
    font-size: 20px;
    line-height: 26px;
    color: #222222 !important;
    font-weight: 400;
    font-family: Playfair Display;
    display: inline-block;
    width: 70%;
    min-width: 70%;
    margin: 0;
    padding: 14px 0 8px 15px;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    transition: all 700ms ease;
  }
  .tg-iso-post-1 .tg-element-2:hover {
    opacity: 1 !important;
  }
  .tg-iso-post-1 .tg-item-date i {
    font-size: 70px;
    font-family: "Playfair Display";
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
  }
  .tg-iso-post-1 .tg-item-image {
    max-height: auto;
    width: 100%;
    height: auto;
  }
  .tg-item .tg-dark div,
  .tg-item .tg-dark h1,
  .tg-item .tg-dark h1 a,
  .tg-item .tg-dark h2,
  .tg-item .tg-dark h2 a,
  .tg-item .tg-dark h3,
  .tg-item .tg-dark h3 a,
  .tg-item .tg-dark h4,
  .tg-item .tg-dark h4 a,
  .tg-item .tg-dark h5,
  .tg-item .tg-dark h5 a,
  .tg-item .tg-dark h6,
  .tg-item .tg-dark h6 a,
  .tg-item .tg-dark a,
  .tg-item .tg-dark a.tg-link-url,
  .tg-item .tg-dark i,
  .tg-item .tg-dark .tg-media-button,
  .tg-item .tg-dark .tg-item-price span {
    color: #444444;
    fill: #444444;
    stroke: #444444;
    border-color: #444444;
  }
  .tg-item .tg-dark p,
  .tg-item .tg-dark ol,
  .tg-item .tg-dark ul,
  .tg-item .tg-dark li {
    color: #777777;
    fill: #777777;
    stroke: #777777;
    border-color: #777777;
  }
  .tg-item .tg-dark span,
  .tg-item .tg-dark .no-liked .to-heart-icon path,
  .tg-item .tg-dark .empty-heart .to-heart-icon path,
  .tg-item .tg-dark .tg-item-comment i,
  .tg-item .tg-dark .tg-item-price del span {
    color: #999999;
    fill: #999999;
    stroke: #999999;
    border-color: #999999;
  }
  .tg-item .tg-light div,
  .tg-item .tg-light h1,
  .tg-item .tg-light h1 a,
  .tg-item .tg-light h2,
  .tg-item .tg-light h2 a,
  .tg-item .tg-light h3,
  .tg-item .tg-light h3 a,
  .tg-item .tg-light h4,
  .tg-item .tg-light h4 a,
  .tg-item .tg-light h5,
  .tg-item .tg-light h5 a,
  .tg-item .tg-light h6,
  .tg-item .tg-light h6 a,
  .tg-item .tg-light a,
  .tg-item .tg-light a.tg-link-url,
  .tg-item .tg-light i,
  .tg-item .tg-light .tg-media-button,
  .tg-item .tg-light .tg-item-price span {
    color: #ffffff;
    fill: #ffffff;
    stroke: #ffffff;
    border-color: #ffffff;
  }
  .tg-item .tg-light p,
  .tg-item .tg-light ol,
  .tg-item .tg-light ul,
  .tg-item .tg-light li {
    color: #f6f6f6;
    fill: #f6f6f6;
    stroke: #f6f6f6;
    border-color: #f6f6f6;
  }
  .tg-item .tg-light span,
  .tg-item .tg-light .no-liked .to-heart-icon path,
  .tg-item .tg-light .empty-heart .to-heart-icon path,
  .tg-item .tg-light .tg-item-comment i,
  .tg-item .tg-light .tg-item-price del span {
    color: #f5f5f5;
    fill: #f5f5f5;
    stroke: #f5f5f5;
    border-color: #f5f5f5;
  }
  #grid-3169 .tg-item-content-holder {
    background-color: #ffffff;
  }
  #grid-3169 .tg-item-overlay {
    background-color: rgba(22, 22, 22, 0.65);
  }
  @media only screen and (max-width: 1199px) {
    .tg-iso-post-1 .tg-element-1 {
      width: 35%;
    }
    .tg-iso-post-1 .tg-element-3,
    .tg-iso-post-1 .tg-element-2 {
      width: 65%;
      min-width: 65%;
    }
  }
  @media only screen and (max-width: 991px) {
    .tg-iso-post-1 .tg-item-date {
      width: 100%;
      border-right: 0;
      padding-right: 0;
      text-align: center;
    }
    .tg-iso-post-1 .tg-item-date i {
      font-size: 50px;
    }
    .tg-iso-post-1 .tg-item-content-holder {
      padding-top: 15px !important;
    }
    .tg-iso-post-1 .tg-cats-holder,
    .tg-iso-post-1 .tg-item-title {
      width: 100%;
      padding-left: 0;
      text-align: center;
    }
  }
  @media only screen and (max-width: 767px) {
    
    .iso-posts-1 .tg-iso-post-1 .tg-item-date {
      text-align: center;
    }
    .tg-iso-post-1 .tg-item-date i {
      font-size: 40px;
    }
    .tg-iso-post-1 .tg-item-image {
      width: 300px !important;
      margin-left: auto;
      margin-right: auto;
    }








  }
  .vc_custom_dark {
    background-color: #222222 !important;
  }
  .tolb-holder,
  .tolb-holder .tolb-inner {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .tolb-holder {
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    -moz-transition: opacity 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  .tolb-holder.tolb-open {
    opacity: 1;
    visibility: visible;
  }
  .tolb-holder .tolb-inner {
    position: absolute;
    -webkit-transform: matrix3d(
      0.5,
      0,
      0,
      0,
      0,
      0.5,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    -moz-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  .tolb-holder.tolb-ready .tolb-inner {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  .tolb-holder figure {
    position: relative;
    display: inline-block;
    top: 50%;
    left: 50%;
    max-width: 100%;
    margin: 0 auto;
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  .tolb-holder.tolb-iframe .tolb-video:not(.mejs-container-fullscreen) {
    max-width: 900px;
  }
  .tolb-holder.tolb-iframe .tolb-video.mejs-container-fullscreen video {
    max-width: none;
  }
  .tolb-holder.tolb-iframe .tolb-content:before {
    content: "";
    position: relative;
    display: block;
    width: 900px;
    max-width: 900px;
    padding-bottom: 56.25%;
  }
  .tolb-holder .mejs-inner,
  .tolb-holder.tolb-iframe .tolb-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    border: none;
  }
  .tolb-ready figure {
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  .tolb-holder .tolb-loader {
    position: absolute;
    display: none;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin: -18px 0 0 -18px;
    border-radius: 50%;
    border-width: 3px;
    border-right-style: solid;
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: rgba(255, 255, 255, 0.2);
    border-left: 3px solid #fff;
    -webkit-animation: load 1.1s infinite linear;
    animation: load 1.1s infinite linear;
  }
  .tolb-holder.tolb-loading .tolb-loader {
    display: block;
  }
  body.admin-bar .tolb-loader {
    margin-top: -2px;
  }
  body.admin-bar .tolb-next,
  body.admin-bar .tolb-prev {
    padding-top: 16px;
  }
  body.admin-bar .tolb-inner {
    margin-top: 16px;
  }
  .tolb-inner figcaption {
    position: absolute;
    display: block;
    width: 100%;
    height: 40px;
    margin: 0;
    line-height: 40px;
  }
  .tolb-counter,
  .tolb-title {
    position: relative;
    display: inline-block;
    height: 100%;
    font-size: 14px;
  }
  .tolb-title {
    float: left;
    word-wrap: break-word;
    font-weight: 600;
  }
  .tolb-counter {
    float: right;
  }
  .tolb-next,
  .tolb-prev {
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    height: 50px;
    width: 50px;
    margin: -25px 0 0;
    opacity: 0.7;
  }
  .tolb-next {
    left: auto;
    right: 0;
  }
  .tolb-next i,
  .tolb-prev i {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    font-size: 36px;
    color: #fff;
    line-height: 50px;
    font-weight: 900;
    cursor: pointer;
  }
  .tolb-holder .tolb-close {
    position: absolute;
    display: block;
    right: 0;
    top: -40px;
    height: 40px;
    width: 20px;
    line-height: 40px;
    text-align: right;
    font-size: 20px;
    cursor: pointer;
    opacity: 0.7;
  }
  .tolb-holder .tolb-close:hover,
  .tolb-holder .tolb-close:hover:before,
  .tolb-holder.tolb-ready figure,
  .tolb-next:hover,
  .tolb-prev:hover {
    opacity: 1;
  }
  .tolb-holder.tolb-loading figure {
    opacity: 0 !important;
  }
  .tolb-holder img {
    position: relative;
    display: block;
    margin: 0;
    max-width: 100%;
    max-height: 100%;
  }
  .tolb-holder .tolb-video,
  .tolb-holder img {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  }
  .tolb-holder .tolb-video:not(.mejs-container-fullscreen) {
    background: #000;
  }
  .tolb-holder .tolb-video {
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
  }
  .tolb-holder .tolb-inner,
  .tolb-holder figure,
  .tolb-next,
  .tolb-prev {
    -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-in-out;
    -moz-transition: opacity 0.3s linear, -moz-transform 0.3s ease-in-out;
    -ms-transition: opacity 0.3s linear, -ms-transform 0.3s ease-in-out;
    -o-transition: opacity 0.3s linear, -o-transform 0.3s ease-in-out;
    transition: opacity 0.3s linear, transform 0.3s ease-in-out;
  }
  @media screen and (max-width: 782px) {
    body.admin-bar .tolb-holder .tolb-loader {
      margin-top: 5px;
    }
  }
  @font-face {
    font-family: the_grid;
    src: url(../fonts/the_grid.eot);
    src: url(../fonts/the_grid.eot) format("embedded-opentype"),
      url(../fonts/the_grid.ttf) format("truetype"),
      url(../fonts/the_grid.woff) format("woff"),
      url(../fonts/the_grid.svg) format("svg");
    font-weight: 400;
    font-style: normal;
  }
  [class*=" tg-icon-"],
  [class^="tg-icon-"] {
    font-family: the_grid;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .tg-icon-like:before {
    content: "\f088";
  }
  .tg-icon-dislike:before {
    content: "\f089";
  }
  .tg-icon-reddit:before {
    content: "\e914";
  }
  .tg-icon-map-marker:before {
    content: "\e90e";
  }
  .tg-icon-facebook:before {
    content: "\e617";
  }
  .tg-icon-vimeo:before {
    content: "\e90a";
  }
  .tg-icon-twitter:before {
    content: "\e63b";
  }
  .tg-icon-google-plus:before {
    content: "\e61b";
  }
  .tg-icon-pinterest:before {
    content: "\e62a";
  }
  .tg-icon-instagram:before {
    content: "\f16d";
  }
  .tg-icon-vine:before {
    content: "\f1ca";
  }
  .tg-icon-tumblr:before {
    content: "\e63a";
  }
  .tg-icon-linkedin:before {
    content: "\f0e1";
  }
  .tg-icon-flickr:before {
    content: "\f16e";
  }
  .tg-icon-behance:before {
    content: "\e90b";
  }
  .tg-icon-github:before {
    content: "\f113";
  }
  .tg-icon-stack-overflow:before {
    content: "\f16c";
  }
  .tg-icon-dropbox:before {
    content: "\f16b";
  }
  .tg-icon-digg:before {
    content: "\f1a6";
  }
  .tg-icon-soundcloud:before {
    content: "\e909";
  }
  .tg-icon-skype:before {
    content: "\f17e";
  }
  .tg-icon-thumbs-up:before {
    content: "\f087";
  }
  .tg-icon-comment:before {
    content: "\e615";
  }
  .tg-icon-comment-2:before {
    content: "\e901";
  }
  .tg-icon-comment-3:before {
    content: "\f086";
  }
  .tg-icon-comment-4:before {
    content: "\e903";
  }
  .tg-icon-zoom:before {
    content: "\f002";
  }
  .tg-icon-zoom-2:before {
    content: "\e62f";
  }
  .tg-icon-zoom-3:before {
    content: "\e62e";
  }
  .tg-icon-zoom-4:before {
    content: "\f00e";
  }
  .tg-icon-zoom-5:before {
    content: "\f010";
  }
  .tg-icon-zoom-6:before {
    content: "\e649";
  }
  .tg-icon-shop-bag-4:before {
    content: "\f291";
  }
  .tg-icon-shop-bag-5:before {
    content: "\f290";
  }
  .tg-icon-shop-bag:before {
    content: "\e631";
  }
  .tg-icon-shop-bag-2:before {
    content: "\e632";
  }
  .tg-icon-shop-bag-3:before {
    content: "\e633";
  }
  .tg-icon-shop-cart:before {
    content: "\f07a";
  }
  .tg-icon-credit-card:before {
    content: "\f09d";
  }
  .tg-icon-tag:before {
    content: "\e638";
  }
  .tg-icon-tag-2:before {
    content: "\f02b";
  }
  .tg-icon-bookmark:before {
    content: "\f02e";
  }
  .tg-icon-download:before {
    content: "\f019";
  }
  .tg-icon-refresh:before {
    content: "\f021";
  }
  .tg-icon-circle:before {
    content: "\f111";
  }
  .tg-icon-circle-o:before {
    content: "\f10c";
  }
  .tg-icon-font:before {
    content: "\f031";
  }
  .tg-icon-bold:before {
    content: "\f032";
  }
  .tg-icon-italic:before {
    content: "\f033";
  }
  .tg-icon-text-height:before {
    content: "\f034";
  }
  .tg-icon-text-width:before {
    content: "\f035";
  }
  .tg-icon-align-left:before {
    content: "\f036";
  }
  .tg-icon-align-center:before {
    content: "\f037";
  }
  .tg-icon-align-right:before {
    content: "\f038";
  }
  .tg-icon-align-justify:before {
    content: "\f039";
  }
  .tg-icon-list:before {
    content: "\f03a";
  }
  .tg-icon-dedent:before {
    content: "\f03b";
  }
  .tg-icon-indent:before {
    content: "\f03c";
  }
  .tg-icon-calendar:before {
    content: "\f073";
  }
  .tg-icon-random:before {
    content: "\f074";
  }
  .tg-icon-phone:before {
    content: "\f095";
  }
  .tg-icon-floppy:before {
    content: "\f0c7";
  }
  .tg-icon-paw:before {
    content: "\f1b0";
  }
  .tg-icon-envelope:before {
    content: "\f0e0";
  }
  .tg-icon-rotate-left:before {
    content: "\f0e2";
  }
  .tg-icon-legal:before {
    content: "\f0e3";
  }
  .tg-icon-rocket:before {
    content: "\f135";
  }
  .tg-icon-connect-develop:before {
    content: "\f20e";
  }
  .tg-icon-diamond:before {
    content: "\f219";
  }
  .tg-icon-umbrella:before {
    content: "\f0e9";
  }
  .tg-icon-gamepad:before {
    content: "\f11b";
  }
  .tg-icon-lightbulb:before {
    content: "\f0eb";
  }
  .tg-icon-ambulance:before {
    content: "\f0f9";
  }
  .tg-icon-fighter-jet:before {
    content: "\f0fb";
  }
  .tg-icon-smile:before {
    content: "\f118";
  }
  .tg-icon-frown:before {
    content: "\f119";
  }
  .tg-icon-keyboard:before {
    content: "\f11c";
  }
  .tg-icon-desktop:before {
    content: "\f108";
  }
  .tg-icon-laptop:before {
    content: "\f109";
  }
  .tg-icon-tablet:before {
    content: "\f10a";
  }
  .tg-icon-mobile:before {
    content: "\f10b";
  }
  .tg-icon-quote-left:before {
    content: "\f10d";
  }
  .tg-icon-quote-right:before {
    content: "\f10e";
  }
  .tg-icon-quote:before {
    content: "\e62c";
  }
  .tg-icon-ellipsis-v:before {
    content: "\f142";
  }
  .tg-icon-settings:before {
    content: "\e606";
  }
  .tg-icon-eye:before {
    content: "\e900";
  }
  .tg-icon-music:before {
    content: "\f001";
  }
  .tg-icon-youtube-play:before {
    content: "\e648";
  }
  .tg-icon-play:before {
    content: "\e62b";
  }
  .tg-icon-play-2:before {
    content: "\e902";
  }
  .tg-icon-pause:before {
    content: "\e911";
  }
  .tg-icon-angle-double-left:before {
    content: "\f100";
  }
  .tg-icon-angle-double-right:before {
    content: "\f101";
  }
  .tg-icon-arrow-prev:before {
    content: "\e603";
  }
  .tg-icon-arrow-next:before {
    content: "\e601";
  }
  .tg-icon-arrow-down:before {
    content: "\e600";
  }
  .tg-icon-arrow-up:before {
    content: "\e608";
  }
  .tg-icon-angle-double-up:before {
    content: "\f102";
  }
  .tg-icon-angle-double-down:before {
    content: "\f103";
  }
  .tg-icon-arrow-prev-thin:before {
    content: "\e604";
  }
  .tg-icon-arrow-next-thin:before {
    content: "\e602";
  }
  .tg-icon-arrow-up-thin:before {
    content: "\e609";
  }
  .tg-icon-arrow-down-thin:before {
    content: "\e60a";
  }
  .tg-icon-close:before {
    content: "\e611";
  }
  .tg-icon-cancel:before {
    content: "\e60e";
  }
  .tg-icon-arrows-out:before {
    content: "\e607";
  }
  .tg-icon-arrows-diagonal:before {
    content: "\e605";
  }
  .tg-icon-link:before {
    content: "\e620";
  }
  .tg-icon-chain-broken:before {
    content: "\e610";
  }
  .tg-icon-paperclip:before {
    content: "\e627";
  }
  .tg-icon-chain:before {
    content: "\e60f";
  }
  .tg-icon-mail-forward:before {
    content: "\e623";
  }
  .tg-icon-share:before {
    content: "\f1e0";
  }
  .tg-icon-star:before {
    content: "\e636";
  }
  .tg-icon-star-half:before {
    content: "\f123";
  }
  .tg-icon-star-o:before {
    content: "\e637";
  }
  .tg-icon-heart:before {
    content: "\e61c";
  }
  .tg-icon-heart-o:before {
    content: "\e61d";
  }
  .tg-icon-user:before {
    content: "\e913";
  }
  .tg-icon-tools:before {
    content: "\e905";
  }
  .tg-icon-play-3:before {
    content: "\e904";
  }
  .tg-icon-pause-3:before {
    content: "\e90c";
  }
  .tg-icon-add-3:before {
    content: "\e90f";
  }
  .tg-icon-chat:before {
    content: "\e614";
  }
  .tg-icon-chat-2:before {
    content: "\e613";
  }
  .tg-icon-shop-cart-add:before {
    content: "\e906";
  }
  .tg-icon-play-4:before {
    content: "\e912";
  }
  .tg-icon-pause-4:before {
    content: "\e910";
  }
  .tg-icon-add:before {
    content: "\e60d";
  }
  .tg-icon-add-2:before {
    content: "\e90d";
  }
  .tg-icon-check:before {
    content: "\e612";
  }
  .tg-icon-reply:before {
    content: "\e60c";
  }
  .tg-icon-shop-cart-2:before {
    content: "\e908";
  }
  .tg-icon-video:before {
    content: "\e907";
  }
  #grid-3190 {
    margin-left: 30px;
    margin-right: 30px;
  }
  #grid-3190
    .tg-nav-color:not(.dots):not(.tg-dropdown-value):not(
      .tg-dropdown-title
    ):hover,
  #grid-3190 .tg-nav-color:hover .tg-nav-color,
  #grid-3190 .tg-page-number.tg-page-current,
  #grid-3190 .tg-filter.tg-filter-active span {
    color: #ff6863;
  }
  #grid-3190 .tg-filter:before,
  #grid-3190 .tg-filter.tg-filter-active:before {
    color: #999999;
  }
  #grid-3190 .tg-dropdown-holder,
  #grid-3190 .tg-search-inner,
  #grid-3190 .tg-sorter-order {
    border: 1px solid #dddddd;
  }
  #grid-3190 .tg-search-clear,
  #grid-3190 .tg-search-clear:hover {
    border: none;
    border-left: 1px solid #dddddd;
  }
  .tg-txt .tg-nav-font,
  .tg-txt input[type="text"].tg-search {
    font-size: 14px;
    font-weight: 600;
  }
  .tg-txt .tg-search::-webkit-input-placeholder {
    font-size: 14px;
  }
  .tg-txt .tg-search::-moz-placeholder {
    font-size: 14px;
  }
  .tg-txt .tg-search:-ms-input-placeholder {
    font-size: 14px;
  }
  .tg-txt .tg-icon-left-arrow:before {
    content: "\e604";
    font-size: 32px;
    font-weight: 100;
  }
  .tg-txt .tg-icon-right-arrow:before {
    content: "\e602";
    font-size: 32px;
    font-weight: 100;
  }
  .tg-txt .tg-icon-dropdown-open:before,
  .tg-txt .tg-icon-sorter-down:before {
    content: "\e60a";
  }
  .tg-txt .tg-icon-sorter-up:before {
    content: "\e609";
  }
  .tg-txt .tg-search-clear:before {
    content: "\e611";
    font-weight: 300;
  }
  .tg-txt .tg-search-icon:before {
    content: "\e62e";
    font-size: 16px;
    font-weight: 600;
  }
  #grid-3190 .tg-nav-color,
  #grid-3190 .tg-search-icon:hover:before,
  #grid-3190 .tg-search-icon:hover input,
  #grid-3190 .tg-disabled:hover .tg-icon-left-arrow,
  #grid-3190 .tg-disabled:hover .tg-icon-right-arrow,
  #grid-3190 .tg-dropdown-title.tg-nav-color:hover {
    color: #999999;
  }
  #grid-3190 input.tg-search:hover {
    color: #999999 !important;
  }
  #grid-3190 input.tg-search::-webkit-input-placeholder {
    color: #999999;
  }
  #grid-3190 input.tg-search::-moz-placeholder {
    color: #999999;
    opacity: 1;
  }
  #grid-3190 input.tg-search:-ms-input-placeholder {
    color: #999999;
  }
  .grid-3190 .tg-dropdown-item {
    color: #777777;
    background: #ffffff;
  }
  .grid-3190 .tg-filter-active,
  .grid-3190 .tg-dropdown-item:hover {
    color: #444444;
    background: #f5f6fa;
  }
  #grid-3190 .tg-slider-bullets li.tg-active-item span {
    background: #59585b;
  }
  #grid-3190 .tg-slider-bullets li span {
    background: #dddddd;
  }
  @font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
      url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhs.ttf)
        format("truetype");
  }
  .tg-iso-simple a:not([class*="tg-element-"]),
  .tg-iso-simple a:not([class*="tg-element-"]):active,
  .tg-iso-simple a:not([class*="tg-element-"]):focus,
  .tg-iso-simple [class*="tg-element-"] *:not(del) {
    margin: 0;
    padding: 0;
    color: inherit !important;
    text-align: inherit;
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  .tg-iso-simple [class*="tg-element-"],
  .tg-iso-simple .tg-item-overlay,
  .tg-iso-simple .tg-center-holder,
  .tg-iso-simple .tg-center-inner > * {
    vertical-align: middle;
  }
  .tg-iso-simple .tg-item-overlay {
    background-color: rgba(0, 0, 0, 0.01) !important;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .tg-iso-simple div.tg-item-media-content {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .tg-iso-simple:hover .tg-item-media-content {
    opacity: 1;
    visibility: visible;
  }
  .tg-iso-simple .tg-element-2 {
    position: absolute;
    font-size: 20px;
    line-height: 39px;
    color: #ffffff !important;
    font-weight: 400;
    text-align: center;
    border-color: #ffffff !important;
    display: block;
    bottom: 15px;
    right: 20px;
    z-index: 3;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    margin: 10px;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
  }
  .tg-iso-simple .tg-element-3 {
    position: absolute;
    font-size: 14px;
    line-height: 32px;
    color: #ffffff !important;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    background-color: #3b5999;
    display: block;
    bottom: 80px;
    right: 20px;
    z-index: 3;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    transition: all 150ms ease;
  }
  .tg-iso-simple .tg-element-3:hover {
    text-decoration: none;
    background-color: rgba(59, 89, 153, 0.8) !important;
    opacity: 1 !important;
  }
  .tg-iso-simple .tg-element-4 {
    position: absolute;
    font-size: 14px;
    line-height: 32px;
    color: #ffffff !important;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    background-color: #dd4b39;
    display: block;
    bottom: 120px;
    right: 20px;
    z-index: 3;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    transition: all 150ms ease;
  }
  .tg-iso-simple .tg-element-4:hover {
    text-decoration: none;
    background-color: rgba(221, 75, 57, 0.8);
    opacity: 1 !important;
  }
  .tg-iso-simple .tg-element-5 {
    position: absolute;
    font-size: 14px;
    line-height: 32px;
    color: #ffffff !important;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    background-color: #bd081c;
    display: block;
    bottom: 160px;
    right: 20px;
    z-index: 3;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    transition: all 150ms ease;
  }
  .tg-iso-simple .tg-element-5:hover {
    text-decoration: none;
    background-color: rgba(189, 8, 28, 0.8);
    opacity: 1 !important;
  }
  .tg-iso-simple .tg-element-1 {
    position: relative;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff !important;
    font-weight: 600;
    font-family: Open Sans;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    padding: 0 50px 5px 0;
  }
  .iso-portfolio-simple .tg-iso-simple .share-btn::before {
    content: "\f3ac";
    font-family: "Ionicons";
  }
  .iso-portfolio-simple .tg-iso-simple .tg-bottom-holder {
    padding: 25px 30px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tg-iso-simple .tg-social-share:hover {
    background-color: transparent !important;
    opacity: 0.7 !important;
  }
  .tg-iso-simple .tg-social-share {
    display: none;
    background-color: transparent !important;
    width: 60px;
    text-align: center;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .tg-item .tg-dark div,
  .tg-item .tg-dark h1,
  .tg-item .tg-dark h1 a,
  .tg-item .tg-dark h2,
  .tg-item .tg-dark h2 a,
  .tg-item .tg-dark h3,
  .tg-item .tg-dark h3 a,
  .tg-item .tg-dark h4,
  .tg-item .tg-dark h4 a,
  .tg-item .tg-dark h5,
  .tg-item .tg-dark h5 a,
  .tg-item .tg-dark h6,
  .tg-item .tg-dark h6 a,
  .tg-item .tg-dark a,
  .tg-item .tg-dark a.tg-link-url,
  .tg-item .tg-dark i,
  .tg-item .tg-dark .tg-media-button,
  .tg-item .tg-dark .tg-item-price span {
    color: #444444;
    fill: #444444;
    stroke: #444444;
    border-color: #444444;
  }
  .tg-item .tg-dark p,
  .tg-item .tg-dark ol,
  .tg-item .tg-dark ul,
  .tg-item .tg-dark li {
    color: #777777;
    fill: #777777;
    stroke: #777777;
    border-color: #777777;
  }
  .tg-item .tg-dark span,
  .tg-item .tg-dark .no-liked .to-heart-icon path,
  .tg-item .tg-dark .empty-heart .to-heart-icon path,
  .tg-item .tg-dark .tg-item-comment i,
  .tg-item .tg-dark .tg-item-price del span {
    color: #999999;
    fill: #999999;
    stroke: #999999;
    border-color: #999999;
  }
  .tg-item .tg-light div,
  .tg-item .tg-light h1,
  .tg-item .tg-light h1 a,
  .tg-item .tg-light h2,
  .tg-item .tg-light h2 a,
  .tg-item .tg-light h3,
  .tg-item .tg-light h3 a,
  .tg-item .tg-light h4,
  .tg-item .tg-light h4 a,
  .tg-item .tg-light h5,
  .tg-item .tg-light h5 a,
  .tg-item .tg-light h6,
  .tg-item .tg-light h6 a,
  .tg-item .tg-light a,
  .tg-item .tg-light a.tg-link-url,
  .tg-item .tg-light i,
  .tg-item .tg-light .tg-media-button,
  .tg-item .tg-light .tg-item-price span {
    color: #ffffff;
    fill: #ffffff;
    stroke: #ffffff;
    border-color: #ffffff;
  }
  .tg-item .tg-light p,
  .tg-item .tg-light ol,
  .tg-item .tg-light ul,
  .tg-item .tg-light li {
    color: #f6f6f6;
    fill: #f6f6f6;
    stroke: #f6f6f6;
    border-color: #f6f6f6;
  }
  .tg-item .tg-light span,
  .tg-item .tg-light .no-liked .to-heart-icon path,
  .tg-item .tg-light .empty-heart .to-heart-icon path,
  .tg-item .tg-light .tg-item-comment i,
  .tg-item .tg-light .tg-item-price del span {
    color: #f5f5f5;
    fill: #f5f5f5;
    stroke: #f5f5f5;
    border-color: #f5f5f5;
  }
  #grid-3190 .tg-item-content-holder {
    background-color: #ffffff;
  }
  #grid-3190 .tg-item-overlay {
    background-color: rgba(22, 22, 22, 0.65);
  }
  @media only screen and (max-width: 768px) {
    .iso-portfolio-simple .tg-iso-simple .tg-bottom-holder {
      padding: 15px;
    }
    .iso-portfolio-simple {
      margin-right: 15px !important;
      margin-left: 15px !important;
    }
  }
  #grid-3258
    .tg-nav-color:not(.dots):not(.tg-dropdown-value):not(
      .tg-dropdown-title
    ):hover,
  #grid-3258 .tg-nav-color:hover .tg-nav-color,
  #grid-3258 .tg-page-number.tg-page-current,
  #grid-3258 .tg-filter.tg-filter-active span {
    color: #ff6863;
  }
  #grid-3258 .tg-filter:before,
  #grid-3258 .tg-filter.tg-filter-active:before {
    color: #999999;
  }
  #grid-3258 .tg-dropdown-holder,
  #grid-3258 .tg-search-inner,
  #grid-3258 .tg-sorter-order {
    border: 1px solid #dddddd;
  }
  #grid-3258 .tg-search-clear,
  #grid-3258 .tg-search-clear:hover {
    border: none;
    border-left: 1px solid #dddddd;
  }
  .tg-txt .tg-nav-font,
  .tg-txt input[type="text"].tg-search {
    font-size: 14px;
    font-weight: 600;
  }
  .tg-txt .tg-search::-webkit-input-placeholder {
    font-size: 14px;
  }
  .tg-txt .tg-search::-moz-placeholder {
    font-size: 14px;
  }
  .tg-txt .tg-search:-ms-input-placeholder {
    font-size: 14px;
  }
  .tg-txt .tg-icon-left-arrow:before {
    content: "\e604";
    font-size: 32px;
    font-weight: 100;
  }
  .tg-txt .tg-icon-right-arrow:before {
    content: "\e602";
    font-size: 32px;
    font-weight: 100;
  }
  .tg-txt .tg-icon-dropdown-open:before,
  .tg-txt .tg-icon-sorter-down:before {
    content: "\e60a";
  }
  .tg-txt .tg-icon-sorter-up:before {
    content: "\e609";
  }
  .tg-txt .tg-search-clear:before {
    content: "\e611";
    font-weight: 300;
  }
  .tg-txt .tg-search-icon:before {
    content: "\e62e";
    font-size: 16px;
    font-weight: 600;
  }
  #grid-3258 .tg-nav-color,
  #grid-3258 .tg-search-icon:hover:before,
  #grid-3258 .tg-search-icon:hover input,
  #grid-3258 .tg-disabled:hover .tg-icon-left-arrow,
  #grid-3258 .tg-disabled:hover .tg-icon-right-arrow,
  #grid-3258 .tg-dropdown-title.tg-nav-color:hover {
    color: #999999;
  }
  #grid-3258 input.tg-search:hover {
    color: #999999 !important;
  }
  #grid-3258 input.tg-search::-webkit-input-placeholder {
    color: #999999;
  }
  #grid-3258 input.tg-search::-moz-placeholder {
    color: #999999;
    opacity: 1;
  }
  #grid-3258 input.tg-search:-ms-input-placeholder {
    color: #999999;
  }
  .grid-3258 .tg-dropdown-item {
    color: #777777;
    background: #ffffff;
  }
  .grid-3258 .tg-filter-active,
  .grid-3258 .tg-dropdown-item:hover {
    color: #444444;
    background: #f5f6fa;
  }
  #grid-3258 .tg-slider-bullets li.tg-active-item span {
    background: #59585b;
  }
  #grid-3258 .tg-slider-bullets li span {
    background: #dddddd;
  }
  @font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
      url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhs.ttf)
        format("truetype");
  }
  @font-face {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400;
    src: local("Playfair Display Regular"), local("PlayfairDisplay-Regular"),
      url(https://fonts.gstatic.com/s/playfairdisplay/v13/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYhQ.ttf)
        format("truetype");
  }
  .tg-iso-post-1 a:not([class*="tg-element-"]),
  .tg-iso-post-1 a:not([class*="tg-element-"]):active,
  .tg-iso-post-1 a:not([class*="tg-element-"]):focus,
  .tg-iso-post-1 [class*="tg-element-"] *:not(del) {
    margin: 0;
    padding: 0;
    color: inherit !important;
    text-align: inherit;
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  .tg-iso-post-1 [class*="tg-element-"],
  .tg-iso-post-1 .tg-item-overlay,
  .tg-iso-post-1 .tg-center-holder,
  .tg-iso-post-1 .tg-center-inner > * {
    vertical-align: middle;
  }
  .tg-iso-post-1:not(.tg-force-play):not(.tg-is-playing)
    .tg-item-media-inner:not(.no-media-poster)
    > * {
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: perspective(500px) scale3d(1.1, 1.1, 1);
    -moz-transform: perspective(500px) scale3d(1.1, 1.1, 1);
    -ms-transform: perspective(500px) scale3d(1.1, 1.1, 1);
    transform: perspective(500px) scale3d(1.1, 1.1, 1);
  }
  .tg-iso-post-1:not(.tg-force-play):not(.tg-is-playing):hover
    .tg-item-media-inner:not(.no-media-poster)
    > * {
    -webkit-transform: perspective(500px) scale3d(1, 1, 1);
    -moz-transform: perspective(500px) scale3d(1, 1, 1);
    -ms-transform: perspective(500px) scale3d(1, 1, 1);
    transform: perspective(500px) scale3d(1, 1, 1);
  }
  .tg-iso-post-1 .tg-item-content-holder[data-position="bottom"] {
    position: relative;
    min-height: 1px;
    display: block;
    padding: 25px 0 20px;
  }
  .tg-iso-post-1 .tg-element-1 {
    position: relative;
    font-size: 12px;
    line-height: 2em;
    color: #222222 !important;
    font-weight: 600;
    font-family: Open Sans;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 2px;
    border-color: #eeeeee !important;
    display: inline-block;
    float: left;
    width: 30%;
    min-width: 30%;
    margin: 8px 0 0;
    padding: 0 15px 8px 0;
    border-width: 0 1px 0 0;
    border-style: solid;
  }
  .tg-iso-post-1 .tg-element-3 {
    position: relative;
    font-size: 12px;
    line-height: 2em;
    color: #999999 !important;
    font-weight: 600;
    font-family: Open Sans;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    width: 70%;
    min-width: 70%;
    padding: 9px 0 0 15px;
  }
  .tg-iso-post-1 .tg-element-3 .tg-item-term {
    position: relative;
    display: inline-block;
  }
  .tg-iso-post-1 .tg-element-2 {
    position: relative;
    font-size: 20px;
    line-height: 26px;
    color: #222222 !important;
    font-weight: 400;
    font-family: Playfair Display;
    display: inline-block;
    width: 70%;
    min-width: 70%;
    margin: 0;
    padding: 14px 0 8px 15px;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    transition: all 700ms ease;
  }
  .tg-iso-post-1 .tg-element-2:hover {
    opacity: 1 !important;
  }
  .tg-iso-post-1 .tg-item-date i {
    font-size: 70px;
    font-family: "Playfair Display";
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
  }
  .tg-iso-post-1 .tg-item-image {
    max-height: 250px;
    width: 100%;
    height: auto;
  }
  .tg-item .tg-dark div,
  .tg-item .tg-dark h1,
  .tg-item .tg-dark h1 a,
  .tg-item .tg-dark h2,
  .tg-item .tg-dark h2 a,
  .tg-item .tg-dark h3,
  .tg-item .tg-dark h3 a,
  .tg-item .tg-dark h4,
  .tg-item .tg-dark h4 a,
  .tg-item .tg-dark h5,
  .tg-item .tg-dark h5 a,
  .tg-item .tg-dark h6,
  .tg-item .tg-dark h6 a,
  .tg-item .tg-dark a,
  .tg-item .tg-dark a.tg-link-url,
  .tg-item .tg-dark i,
  .tg-item .tg-dark .tg-media-button,
  .tg-item .tg-dark .tg-item-price span {
    color: #444444;
    fill: #444444;
    stroke: #444444;
    border-color: #444444;
  }
  .tg-item .tg-dark p,
  .tg-item .tg-dark ol,
  .tg-item .tg-dark ul,
  .tg-item .tg-dark li {
    color: #777777;
    fill: #777777;
    stroke: #777777;
    border-color: #777777;
  }
  .tg-item .tg-dark span,
  .tg-item .tg-dark .no-liked .to-heart-icon path,
  .tg-item .tg-dark .empty-heart .to-heart-icon path,
  .tg-item .tg-dark .tg-item-comment i,
  .tg-item .tg-dark .tg-item-price del span {
    color: #999999;
    fill: #999999;
    stroke: #999999;
    border-color: #999999;
  }
  .tg-item .tg-light div,
  .tg-item .tg-light h1,
  .tg-item .tg-light h1 a,
  .tg-item .tg-light h2,
  .tg-item .tg-light h2 a,
  .tg-item .tg-light h3,
  .tg-item .tg-light h3 a,
  .tg-item .tg-light h4,
  .tg-item .tg-light h4 a,
  .tg-item .tg-light h5,
  .tg-item .tg-light h5 a,
  .tg-item .tg-light h6,
  .tg-item .tg-light h6 a,
  .tg-item .tg-light a,
  .tg-item .tg-light a.tg-link-url,
  .tg-item .tg-light i,
  .tg-item .tg-light .tg-media-button,
  .tg-item .tg-light .tg-item-price span {
    color: #ffffff;
    fill: #ffffff;
    stroke: #ffffff;
    border-color: #ffffff;
  }
  .tg-item .tg-light p,
  .tg-item .tg-light ol,
  .tg-item .tg-light ul,
  .tg-item .tg-light li {
    color: #f6f6f6;
    fill: #f6f6f6;
    stroke: #f6f6f6;
    border-color: #f6f6f6;
  }
  .tg-item .tg-light span,
  .tg-item .tg-light .no-liked .to-heart-icon path,
  .tg-item .tg-light .empty-heart .to-heart-icon path,
  .tg-item .tg-light .tg-item-comment i,
  .tg-item .tg-light .tg-item-price del span {
    color: #f5f5f5;
    fill: #f5f5f5;
    stroke: #f5f5f5;
    border-color: #f5f5f5;
  }
  #grid-3258 .tg-item-content-holder {
    background-color: #ffffff;
  }
  #grid-3258 .tg-item-overlay {
    background-color: rgba(22, 22, 22, 0.65);
  }
  @media only screen and (max-width: 1199px) {
    .tg-iso-post-1 .tg-element-1 {
      width: 35%;
    }
    .tg-iso-post-1 .tg-element-3,
    .tg-iso-post-1 .tg-element-2 {
      width: 65%;
      min-width: 65%;
    }
  }
  @media only screen and (max-width: 991px) {
    .tg-iso-post-1 .tg-item-date {
      width: 100%;
      border-right: 0;
      padding-right: 0;
      text-align: center;
    }
    .tg-iso-post-1 .tg-item-date i {
      font-size: 50px;
    }
    .tg-iso-post-1 .tg-item-content-holder {
      padding-top: 15px !important;
    }
    .tg-iso-post-1 .tg-cats-holder,
    .tg-iso-post-1 .tg-item-title {
      width: 100%;
      padding-left: 0;
      text-align: center;
    }
  }
  @media only screen and (max-width: 767px) {
    .tg-iso-post-1 .tg-item-date {
      text-align: center;
    }
    .tg-iso-post-1 .tg-item-date i {
      font-size: 40px;
    }
    .tg-iso-post-1 .tg-item-image {
      width: 300px !important;
      margin-left: auto;
      margin-right: auto;
    }
  }
  #grid-4045
    .tg-nav-color:not(.dots):not(.tg-dropdown-value):not(
      .tg-dropdown-title
    ):hover,
  #grid-4045 .tg-nav-color:hover .tg-nav-color,
  #grid-4045 .tg-page-number.tg-page-current,
  #grid-4045 .tg-filter.tg-filter-active span {
    color: #ff6863;
  }
  #grid-4045 .tg-filter:before,
  #grid-4045 .tg-filter.tg-filter-active:before {
    color: #999999;
  }
  #grid-4045 .tg-dropdown-holder,
  #grid-4045 .tg-search-inner,
  #grid-4045 .tg-sorter-order {
    border: 1px solid #dddddd;
  }
  #grid-4045 .tg-search-clear,
  #grid-4045 .tg-search-clear:hover {
    border: none;
    border-left: 1px solid #dddddd;
  }
  .tg-txt .tg-nav-font,
  .tg-txt input[type="text"].tg-search {
    font-size: 14px;
    font-weight: 600;
  }
  .tg-txt .tg-search::-webkit-input-placeholder {
    font-size: 14px;
  }
  .tg-txt .tg-search::-moz-placeholder {
    font-size: 14px;
  }
  .tg-txt .tg-search:-ms-input-placeholder {
    font-size: 14px;
  }
  .tg-txt .tg-icon-left-arrow:before {
    content: "\e604";
    font-size: 32px;
    font-weight: 100;
  }
  .tg-txt .tg-icon-right-arrow:before {
    content: "\e602";
    font-size: 32px;
    font-weight: 100;
  }
  .tg-txt .tg-icon-dropdown-open:before,
  .tg-txt .tg-icon-sorter-down:before {
    content: "\e60a";
  }
  .tg-txt .tg-icon-sorter-up:before {
    content: "\e609";
  }
  .tg-txt .tg-search-clear:before {
    content: "\e611";
    font-weight: 300;
  }
  .tg-txt .tg-search-icon:before {
    content: "\e62e";
    font-size: 16px;
    font-weight: 600;
  }
  #grid-4045 .tg-nav-color,
  #grid-4045 .tg-search-icon:hover:before,
  #grid-4045 .tg-search-icon:hover input,
  #grid-4045 .tg-disabled:hover .tg-icon-left-arrow,
  #grid-4045 .tg-disabled:hover .tg-icon-right-arrow,
  #grid-4045 .tg-dropdown-title.tg-nav-color:hover {
    color: #999999;
  }
  #grid-4045 input.tg-search:hover {
    color: #999999 !important;
  }
  #grid-4045 input.tg-search::-webkit-input-placeholder {
    color: #999999;
  }
  #grid-4045 input.tg-search::-moz-placeholder {
    color: #999999;
    opacity: 1;
  }
  #grid-4045 input.tg-search:-ms-input-placeholder {
    color: #999999;
  }
  .grid-4045 .tg-dropdown-item {
    color: #777777;
    background: #ffffff;
  }
  .grid-4045 .tg-filter-active,
  .grid-4045 .tg-dropdown-item:hover {
    color: #444444;
    background: #f5f6fa;
  }
  #grid-4045 .tg-slider-bullets li.tg-active-item span {
    background: #59585b;
  }
  #grid-4045 .tg-slider-bullets li span {
    background: #dddddd;
  }
  @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/v15/mem8YaGs126MiZpBA-UFVZ0e.ttf)
        format("truetype");
  }
  .tg-iso-transform a:not([class*="tg-element-"]),
  .tg-iso-transform a:not([class*="tg-element-"]):active,
  .tg-iso-transform a:not([class*="tg-element-"]):focus,
  .tg-iso-transform [class*="tg-element-"] *:not(del) {
    margin: 0;
    padding: 0;
    color: inherit !important;
    text-align: inherit;
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  .tg-iso-transform [class*="tg-element-"],
  .tg-iso-transform .tg-item-overlay,
  .tg-iso-transform .tg-center-holder,
  .tg-iso-transform .tg-center-inner > * {
    vertical-align: middle;
  }
  .tg-iso-transform .tg-item-overlay {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .tg-iso-transform .tg-element-1 {
    position: relative;
    font-size: 24px;
    line-height: 1.4em;
    color: #ffffff !important;
    font-weight: 400;
    letter-spacing: 1.2px;
    display: block;
    margin: 0;
    padding: 8px 0;
  }
  .tg-iso-transform .tg-element-2 {
    position: relative;
    font-size: 12px;
    line-height: 2em;
    color: #999999 !important;
    font-weight: 400;
    font-family: Open Sans;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
  }
  .tg-iso-transform .tg-element-2 .tg-item-term {
    position: relative;
    display: inline-block;
  }
  .tg-iso-transform .tg-item-media-content {
    background-color: #222;
    position: absolute;
    max-width: 100%;
    height: 100%;
    left: -15px;
    top: 15px;
    padding: 40px 90px 40px 40px;
    visibility: hidden;
    opacity: 0;
  }
  .tg-iso-transform:hover .tg-item-media-content {
    opacity: 1;
    visibility: visible;
  }
  .tg-iso-transform .tg-item-overlay {
    display: none;
  }
  .tg-iso-transform .tg-bottom-holder {
    padding: 40px 30px;
  }
  .tg-iso-transform .tg-bottom-holder .title {
    font-family: "Playfair Display", sans-serif;
    font-weight: 600;
  }
  .tg-item .tg-dark div,
  .tg-item .tg-dark h1,
  .tg-item .tg-dark h1 a,
  .tg-item .tg-dark h2,
  .tg-item .tg-dark h2 a,
  .tg-item .tg-dark h3,
  .tg-item .tg-dark h3 a,
  .tg-item .tg-dark h4,
  .tg-item .tg-dark h4 a,
  .tg-item .tg-dark h5,
  .tg-item .tg-dark h5 a,
  .tg-item .tg-dark h6,
  .tg-item .tg-dark h6 a,
  .tg-item .tg-dark a,
  .tg-item .tg-dark a.tg-link-url,
  .tg-item .tg-dark i,
  .tg-item .tg-dark .tg-media-button,
  .tg-item .tg-dark .tg-item-price span {
    color: #444444;
    fill: #444444;
    stroke: #444444;
    border-color: #444444;
  }
  .tg-item .tg-dark p,
  .tg-item .tg-dark ol,
  .tg-item .tg-dark ul,
  .tg-item .tg-dark li {
    color: #777777;
    fill: #777777;
    stroke: #777777;
    border-color: #777777;
  }
  .tg-item .tg-dark span,
  .tg-item .tg-dark .no-liked .to-heart-icon path,
  .tg-item .tg-dark .empty-heart .to-heart-icon path,
  .tg-item .tg-dark .tg-item-comment i,
  .tg-item .tg-dark .tg-item-price del span {
    color: #999999;
    fill: #999999;
    stroke: #999999;
    border-color: #999999;
  }
  .tg-item .tg-light div,
  .tg-item .tg-light h1,
  .tg-item .tg-light h1 a,
  .tg-item .tg-light h2,
  .tg-item .tg-light h2 a,
  .tg-item .tg-light h3,
  .tg-item .tg-light h3 a,
  .tg-item .tg-light h4,
  .tg-item .tg-light h4 a,
  .tg-item .tg-light h5,
  .tg-item .tg-light h5 a,
  .tg-item .tg-light h6,
  .tg-item .tg-light h6 a,
  .tg-item .tg-light a,
  .tg-item .tg-light a.tg-link-url,
  .tg-item .tg-light i,
  .tg-item .tg-light .tg-media-button,
  .tg-item .tg-light .tg-item-price span {
    color: #ffffff;
    fill: #ffffff;
    stroke: #ffffff;
    border-color: #ffffff;
  }
  .tg-item .tg-light p,
  .tg-item .tg-light ol,
  .tg-item .tg-light ul,
  .tg-item .tg-light li {
    color: #f6f6f6;
    fill: #f6f6f6;
    stroke: #f6f6f6;
    border-color: #f6f6f6;
  }
  .tg-item .tg-light span,
  .tg-item .tg-light .no-liked .to-heart-icon path,
  .tg-item .tg-light .empty-heart .to-heart-icon path,
  .tg-item .tg-light .tg-item-comment i,
  .tg-item .tg-light .tg-item-price del span {
    color: #f5f5f5;
    fill: #f5f5f5;
    stroke: #f5f5f5;
    border-color: #f5f5f5;
  }
  #grid-4045 .tg-item-content-holder {
    background-color: #ffffff;
  }
  #grid-4045 .tg-item-overlay {
    background-color: rgba(22, 22, 22, 0.65);
  }
  #grid-4259
    .tg-nav-color:not(.dots):not(.tg-dropdown-value):not(
      .tg-dropdown-title
    ):hover,
  #grid-4259 .tg-nav-color:hover .tg-nav-color,
  #grid-4259 .tg-page-number.tg-page-current,
  #grid-4259 .tg-filter.tg-filter-active span {
    color: #ff6863;
  }
  #grid-4259 .tg-filter:before,
  #grid-4259 .tg-filter.tg-filter-active:before {
    color: #999999;
  }
  #grid-4259 .tg-dropdown-holder,
  #grid-4259 .tg-search-inner,
  #grid-4259 .tg-sorter-order {
    border: 1px solid #dddddd;
  }
  #grid-4259 .tg-search-clear,
  #grid-4259 .tg-search-clear:hover {
    border: none;
    border-left: 1px solid #dddddd;
  }
  .tg-txt .tg-nav-font,
  .tg-txt input[type="text"].tg-search {
    font-size: 14px;
    font-weight: 600;
  }
  .tg-txt .tg-search::-webkit-input-placeholder {
    font-size: 14px;
  }
  .tg-txt .tg-search::-moz-placeholder {
    font-size: 14px;
  }
  .tg-txt .tg-search:-ms-input-placeholder {
    font-size: 14px;
  }
  .tg-txt .tg-icon-left-arrow:before {
    content: "\e604";
    font-size: 32px;
    font-weight: 100;
  }
  .tg-txt .tg-icon-right-arrow:before {
    content: "\e602";
    font-size: 32px;
    font-weight: 100;
  }
  .tg-txt .tg-icon-dropdown-open:before,
  .tg-txt .tg-icon-sorter-down:before {
    content: "\e60a";
  }
  .tg-txt .tg-icon-sorter-up:before {
    content: "\e609";
  }
  .tg-txt .tg-search-clear:before {
    content: "\e611";
    font-weight: 300;
  }
  .tg-txt .tg-search-icon:before {
    content: "\e62e";
    font-size: 16px;
    font-weight: 600;
  }
  #grid-4259 .tg-nav-color,
  #grid-4259 .tg-search-icon:hover:before,
  #grid-4259 .tg-search-icon:hover input,
  #grid-4259 .tg-disabled:hover .tg-icon-left-arrow,
  #grid-4259 .tg-disabled:hover .tg-icon-right-arrow,
  #grid-4259 .tg-dropdown-title.tg-nav-color:hover {
    color: #999999;
  }
  #grid-4259 input.tg-search:hover {
    color: #999999 !important;
  }
  #grid-4259 input.tg-search::-webkit-input-placeholder {
    color: #999999;
  }
  #grid-4259 input.tg-search::-moz-placeholder {
    color: #999999;
    opacity: 1;
  }
  #grid-4259 input.tg-search:-ms-input-placeholder {
    color: #999999;
  }
  .grid-4259 .tg-dropdown-item {
    color: #777777;
    background: #ffffff;
  }
  .grid-4259 .tg-filter-active,
  .grid-4259 .tg-dropdown-item:hover {
    color: #444444;
    background: #f5f6fa;
  }
  #grid-4259 .tg-slider-bullets li.tg-active-item span {
    background: #59585b;
  }
  #grid-4259 .tg-slider-bullets li span {
    background: #dddddd;
  }
  @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/v15/mem8YaGs126MiZpBA-UFVZ0e.ttf)
        format("truetype");
  }
  @font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
      url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhs.ttf)
        format("truetype");
  }
  @font-face {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400;
    src: local("Playfair Display Regular"), local("PlayfairDisplay-Regular"),
      url(https://fonts.gstatic.com/s/playfairdisplay/v13/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYhQ.ttf)
        format("truetype");
  }
  .tg-iso-andra a:not([class*="tg-element-"]),
  .tg-iso-andra a:not([class*="tg-element-"]):active,
  .tg-iso-andra a:not([class*="tg-element-"]):focus,
  .tg-iso-andra [class*="tg-element-"] *:not(del) {
    margin: 0;
    padding: 0;
    color: inherit !important;
    text-align: inherit;
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  .tg-iso-andra [class*="tg-element-"],
  .tg-iso-andra .tg-item-overlay,
  .tg-iso-andra .tg-center-holder,
  .tg-iso-andra .tg-center-inner > * {
    vertical-align: middle;
  }
  .tg-iso-andra .tg-item-overlay {
    background-color: rgba(0, 0, 0, 0.01) !important;
    position: absolute;
    display: block;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
  }
  .tg-iso-andra .tg-item-content-holder[data-position="bottom"] {
    text-align: center;
    position: relative;
    min-height: 1px;
    display: block;
    padding: 30px 0 10px;
  }
  .tg-iso-andra .tg-element-3 {
    position: relative;
    font-size: 15px;
    line-height: 2em;
    color: #222222 !important;
    font-weight: 400;
    font-family: Open Sans;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    display: block;
    width: 100%;
    min-width: 100%;
    height: 301%;
    min-height: 301%;
    cursor: pointer;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    transition: all 700ms ease;
  }
  .tg-iso-andra .tg-element-3:hover {
    visibility: visible;
    color: #999999 !important;
    opacity: 1 !important;
  }
  .tg-iso-andra .tg-element-1 {
    position: relative;
    font-size: 12px;
    line-height: 2em;
    color: #999999 !important;
    font-weight: 600;
    font-family: Open Sans;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
  }
  .tg-iso-andra .tg-element-1 .tg-item-term {
    position: relative;
    display: inline-block;
  }
  .tg-iso-andra .tg-element-2 {
    position: relative;
    font-size: 20px;
    line-height: 26px;
    color: #222222 !important;
    font-weight: 400;
    font-family: Playfair Display;
    display: block;
    margin: 0;
    padding: 8px 0;
  }
  .tg-iso-andra .tg-item-media-content {
    overflow: hidden;
  }
  .tg-iso-andra .tg-item-overlay {
    display: none;
  }
  .tg-iso-andra .tg-center-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: calc(100% - 30px);
    top: auto;
    right: 15px;
    bottom: 101%;
    left: 15px;
    background-color: #ffffff !important;
    transform: none;
    transition: transform 0.5s, bottom 0.5s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .tg-iso-andra:hover .tg-center-holder {
    bottom: 15px;
  }
  .tg-item .tg-dark div,
  .tg-item .tg-dark h1,
  .tg-item .tg-dark h1 a,
  .tg-item .tg-dark h2,
  .tg-item .tg-dark h2 a,
  .tg-item .tg-dark h3,
  .tg-item .tg-dark h3 a,
  .tg-item .tg-dark h4,
  .tg-item .tg-dark h4 a,
  .tg-item .tg-dark h5,
  .tg-item .tg-dark h5 a,
  .tg-item .tg-dark h6,
  .tg-item .tg-dark h6 a,
  .tg-item .tg-dark a,
  .tg-item .tg-dark a.tg-link-url,
  .tg-item .tg-dark i,
  .tg-item .tg-dark .tg-media-button,
  .tg-item .tg-dark .tg-item-price span {
    color: #444444;
    fill: #444444;
    stroke: #444444;
    border-color: #444444;
  }
  .tg-item .tg-dark p,
  .tg-item .tg-dark ol,
  .tg-item .tg-dark ul,
  .tg-item .tg-dark li {
    color: #777777;
    fill: #777777;
    stroke: #777777;
    border-color: #777777;
  }
  .tg-item .tg-dark span,
  .tg-item .tg-dark .no-liked .to-heart-icon path,
  .tg-item .tg-dark .empty-heart .to-heart-icon path,
  .tg-item .tg-dark .tg-item-comment i,
  .tg-item .tg-dark .tg-item-price del span {
    color: #999999;
    fill: #999999;
    stroke: #999999;
    border-color: #999999;
  }
  .tg-item .tg-light div,
  .tg-item .tg-light h1,
  .tg-item .tg-light h1 a,
  .tg-item .tg-light h2,
  .tg-item .tg-light h2 a,
  .tg-item .tg-light h3,
  .tg-item .tg-light h3 a,
  .tg-item .tg-light h4,
  .tg-item .tg-light h4 a,
  .tg-item .tg-light h5,
  .tg-item .tg-light h5 a,
  .tg-item .tg-light h6,
  .tg-item .tg-light h6 a,
  .tg-item .tg-light a,
  .tg-item .tg-light a.tg-link-url,
  .tg-item .tg-light i,
  .tg-item .tg-light .tg-media-button,
  .tg-item .tg-light .tg-item-price span {
    color: #ffffff;
    fill: #ffffff;
    stroke: #ffffff;
    border-color: #ffffff;
  }
  .tg-item .tg-light p,
  .tg-item .tg-light ol,
  .tg-item .tg-light ul,
  .tg-item .tg-light li {
    color: #f6f6f6;
    fill: #f6f6f6;
    stroke: #f6f6f6;
    border-color: #f6f6f6;
  }
  .tg-item .tg-light span,
  .tg-item .tg-light .no-liked .to-heart-icon path,
  .tg-item .tg-light .empty-heart .to-heart-icon path,
  .tg-item .tg-light .tg-item-comment i,
  .tg-item .tg-light .tg-item-price del span {
    color: #f5f5f5;
    fill: #f5f5f5;
    stroke: #f5f5f5;
    border-color: #f5f5f5;
  }
  #grid-4259 .tg-item-content-holder {
    background-color: #ffffff;
  }
  #grid-4259 .tg-item-overlay {
    background-color: rgba(22, 22, 22, 0.65);
  }
  #grid-4292
    .tg-nav-color:not(.dots):not(.tg-dropdown-value):not(
      .tg-dropdown-title
    ):hover,
  #grid-4292 .tg-nav-color:hover .tg-nav-color,
  #grid-4292 .tg-page-number.tg-page-current,
  #grid-4292 .tg-filter.tg-filter-active span {
    color: #ff6863;
  }
  #grid-4292 .tg-filter:before,
  #grid-4292 .tg-filter.tg-filter-active:before {
    color: #999999;
  }
  #grid-4292 .tg-dropdown-holder,
  #grid-4292 .tg-search-inner,
  #grid-4292 .tg-sorter-order {
    border: 1px solid #dddddd;
  }
  #grid-4292 .tg-search-clear,
  #grid-4292 .tg-search-clear:hover {
    border: none;
    border-left: 1px solid #dddddd;
  }
  .tg-txt .tg-nav-font,
  .tg-txt input[type="text"].tg-search {
    font-size: 14px;
    font-weight: 600;
  }
  .tg-txt .tg-search::-webkit-input-placeholder {
    font-size: 14px;
  }
  .tg-txt .tg-search::-moz-placeholder {
    font-size: 14px;
  }
  .tg-txt .tg-search:-ms-input-placeholder {
    font-size: 14px;
  }
  .tg-txt .tg-icon-left-arrow:before {
    content: "\e604";
    font-size: 32px;
    font-weight: 100;
  }
  .tg-txt .tg-icon-right-arrow:before {
    content: "\e602";
    font-size: 32px;
    font-weight: 100;
  }
  .tg-txt .tg-icon-dropdown-open:before,
  .tg-txt .tg-icon-sorter-down:before {
    content: "\e60a";
  }
  .tg-txt .tg-icon-sorter-up:before {
    content: "\e609";
  }
  .tg-txt .tg-search-clear:before {
    content: "\e611";
    font-weight: 300;
  }
  .tg-txt .tg-search-icon:before {
    content: "\e62e";
    font-size: 16px;
    font-weight: 600;
  }
  #grid-4292 .tg-nav-color,
  #grid-4292 .tg-search-icon:hover:before,
  #grid-4292 .tg-search-icon:hover input,
  #grid-4292 .tg-disabled:hover .tg-icon-left-arrow,
  #grid-4292 .tg-disabled:hover .tg-icon-right-arrow,
  #grid-4292 .tg-dropdown-title.tg-nav-color:hover {
    color: #999999;
  }
  #grid-4292 input.tg-search:hover {
    color: #999999 !important;
  }
  #grid-4292 input.tg-search::-webkit-input-placeholder {
    color: #999999;
  }
  #grid-4292 input.tg-search::-moz-placeholder {
    color: #999999;
    opacity: 1;
  }
  #grid-4292 input.tg-search:-ms-input-placeholder {
    color: #999999;
  }
  .grid-4292 .tg-dropdown-item {
    color: #777777;
    background: #ffffff;
  }
  .grid-4292 .tg-filter-active,
  .grid-4292 .tg-dropdown-item:hover {
    color: #444444;
    background: #f5f6fa;
  }
  #grid-4292 .tg-slider-bullets li.tg-active-item span {
    background: #59585b;
  }
  #grid-4292 .tg-slider-bullets li span {
    background: #dddddd;
  }
  @font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
      url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhs.ttf)
        format("truetype");
  }
  .tg-iso-1 a:not([class*="tg-element-"]),
  .tg-iso-1 a:not([class*="tg-element-"]):active,
  .tg-iso-1 a:not([class*="tg-element-"]):focus,
  .tg-iso-1 [class*="tg-element-"] *:not(del) {
    margin: 0;
    padding: 0;
    color: inherit !important;
    text-align: inherit;
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  .tg-iso-1 [class*="tg-element-"],
  .tg-iso-1 .tg-item-overlay,
  .tg-iso-1 .tg-center-holder,
  .tg-iso-1 .tg-center-inner > * {
    vertical-align: middle;
  }
  .tg-iso-1 .tg-item-overlay {
    background-color: rgba(0, 0, 0, 0.01) !important;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .tg-iso-1 .tg-element-1 {
    position: relative;
    font-size: 12px;
    line-height: 2em;
    color: #222222 !important;
    font-weight: 600;
    font-family: Open Sans;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #ffffff !important;
    display: inline-block;
    margin: 0;
    padding: 15px 35px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .tg-iso-1 .tg-element-1:hover {
    color: #ffffff !important;
    background-color: #222222 !important;
    opacity: 1 !important;
  }
  .tg-iso-1 a {
    transition: none;
  }
  .tg-iso-1 .title {
    position: relative;
  }
  .tg-iso-1 .title::after {
    content: "\f3d6";
    font-family: "Ionicons";
    position: absolute;
    font-size: 24px;
    color: #fff;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .tg-iso-1 .title:hover {
    padding-right: 65px;
  }
  .tg-iso-1 .title:hover::after {
    opacity: 1;
    visibility: visible;
  }
  .tg-item .tg-dark div,
  .tg-item .tg-dark h1,
  .tg-item .tg-dark h1 a,
  .tg-item .tg-dark h2,
  .tg-item .tg-dark h2 a,
  .tg-item .tg-dark h3,
  .tg-item .tg-dark h3 a,
  .tg-item .tg-dark h4,
  .tg-item .tg-dark h4 a,
  .tg-item .tg-dark h5,
  .tg-item .tg-dark h5 a,
  .tg-item .tg-dark h6,
  .tg-item .tg-dark h6 a,
  .tg-item .tg-dark a,
  .tg-item .tg-dark a.tg-link-url,
  .tg-item .tg-dark i,
  .tg-item .tg-dark .tg-media-button,
  .tg-item .tg-dark .tg-item-price span {
    color: #444444;
    fill: #444444;
    stroke: #444444;
    border-color: #444444;
  }
  .tg-item .tg-dark p,
  .tg-item .tg-dark ol,
  .tg-item .tg-dark ul,
  .tg-item .tg-dark li {
    color: #777777;
    fill: #777777;
    stroke: #777777;
    border-color: #777777;
  }
  .tg-item .tg-dark span,
  .tg-item .tg-dark .no-liked .to-heart-icon path,
  .tg-item .tg-dark .empty-heart .to-heart-icon path,
  .tg-item .tg-dark .tg-item-comment i,
  .tg-item .tg-dark .tg-item-price del span {
    color: #999999;
    fill: #999999;
    stroke: #999999;
    border-color: #999999;
  }
  .tg-item .tg-light div,
  .tg-item .tg-light h1,
  .tg-item .tg-light h1 a,
  .tg-item .tg-light h2,
  .tg-item .tg-light h2 a,
  .tg-item .tg-light h3,
  .tg-item .tg-light h3 a,
  .tg-item .tg-light h4,
  .tg-item .tg-light h4 a,
  .tg-item .tg-light h5,
  .tg-item .tg-light h5 a,
  .tg-item .tg-light h6,
  .tg-item .tg-light h6 a,
  .tg-item .tg-light a,
  .tg-item .tg-light a.tg-link-url,
  .tg-item .tg-light i,
  .tg-item .tg-light .tg-media-button,
  .tg-item .tg-light .tg-item-price span {
    color: #ffffff;
    fill: #ffffff;
    stroke: #ffffff;
    border-color: #ffffff;
  }
  .tg-item .tg-light p,
  .tg-item .tg-light ol,
  .tg-item .tg-light ul,
  .tg-item .tg-light li {
    color: #f6f6f6;
    fill: #f6f6f6;
    stroke: #f6f6f6;
    border-color: #f6f6f6;
  }
  .tg-item .tg-light span,
  .tg-item .tg-light .no-liked .to-heart-icon path,
  .tg-item .tg-light .empty-heart .to-heart-icon path,
  .tg-item .tg-light .tg-item-comment i,
  .tg-item .tg-light .tg-item-price del span {
    color: #f5f5f5;
    fill: #f5f5f5;
    stroke: #f5f5f5;
    border-color: #f5f5f5;
  }
  #grid-4292 .tg-item-content-holder {
    background-color: #ffffff;
  }
  #grid-4292 .tg-item-overlay {
    background-color: rgba(22, 22, 22, 0.65);
  }
  .parallax-window {
    position: relative;
    min-height: 100vh;
  }
  .parallax-window .content-parallax {
    text-align: left;
    position: absolute;
    top: 50%;
    left: 100px;
    max-width: 500px;
    width: 100%;
    padding: 50px;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .parallax-window .content-parallax .title {
    font-size: 50px;
    font-family: "Playfair Display", sans-serif;
    color: #222222;
    line-height: 1.4;
    margin-top: 0;
    font-weight: 600;
  }
  .parallax-window .content-parallax .category-parallax {
    margin-top: 12px;
    margin-bottom: 15px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    line-height: 1.2;
  }
  .parallax-window .content-parallax .category-parallax a {
    font-size: 12px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: #222;
    text-decoration: none;
    letter-spacing: 2px;
    line-height: 2;
    text-transform: uppercase;
    left: 0;
  }
  .parallax-window .content-parallax .category-parallax a:hover {
    text-decoration: none;
    color: #999;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .parallax-window .content-parallax .text {
    font-size: 14px;
    color: #999;
    letter-spacing: 0.2px;
    margin-top: 30px;
    line-height: 1.6;
  }
  .parallax-window .content-parallax .social-list {
    margin-top: 85px;
    margin-bottom: 15px;
    font-size: 17px;
    text-align: left;
  }
  .parallax-window .content-parallax .social-list > li {
    margin: 0px 23px 0 1px;
  }
  .parallax-window .content-parallax .social-list > li a {
    opacity: 1;
  }
  .parallax-window .content-parallax .social-list > li a:hover {
    color: #999;
  }
  .parallax-window .content-parallax .info-item-wrap {
    margin-top: 55px;
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .parallax-window .content-parallax .info-item-wrap .item {
    display: table-cell;
    width: 33.33%;
    padding-right: 10px;
  }
  .parallax-window .content-parallax .info-item-wrap .item .name {
    font-family: "Playfair Display", sans-serif;
    letter-spacing: 1px;
    font-size: 15px;
    color: #222;
    font-weight: 600;
  }
  .parallax-window .content-parallax .info-item-wrap .item .text-item {
    margin-top: 15px;
  }
  .parallax-window .content-parallax .info-item-wrap .item .text-item a,
  .parallax-window .content-parallax .info-item-wrap .item .text-item {
    color: #999;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 400;
  }
  .parallax-window .content-parallax .info-item-wrap .item .text-item a:hover {
    color: #222;
  }
  @media only screen and (max-width: 1400px) {
    .parallax-window .content-parallax .info-item-wrap {
      margin-top: 35px;
    }
    .parallax-window .content-parallax .social-list {
      margin-top: 50px;
    }
    .parallax-window .content-parallax {
      padding: 30px 50px;
    }
    .parallax-window .content-parallax .title {
      font-size: 40px;
    }
    .parallax-window .content-parallax .social-list {
      margin-bottom: 15px;
    }
    .parallax-window .content-parallax .text {
      margin-top: 25px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .parallax-window .content-parallax .info-item-wrap {
      margin-top: 25px;
    }
    .parallax-window .content-parallax .text {
      margin-top: 15px;
    }
    .parallax-window .content-parallax .title {
      margin-bottom: 0;
      font-size: 30px;
    }
    .parallax-window .content-parallax .category-parallax {
      margin-bottom: 0;
    }
  }
  @media only screen and (max-width: 991px) {
    .parallax-window .content-parallax {
      max-width: calc(100% - 200px);
    }
    .parallax-window .content-parallax .info-item-wrap .item {
      width: 33.33% !important;
    }
  }
  @media only screen and (max-width: 768px) {
    .parallax-window {
      position: relative;
    }
    .parallax-window .content-parallax {
      max-width: calc(100% - 30px);
      left: 15px;
      position: absolute;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%;
    }
    .parallax-window .content-parallax {
      padding: 30px;
      text-align: center;
    }
    .parallax-window .content-parallax .info-item-wrap {
      display: none;
    }
    .parallax-window .content-parallax .title {
      font-size: 30px;
    }
    .parallax-window .content-parallax .social-list {
      margin-top: 40px;
      text-align: center;
    }
  }
  #grid-3938
    .tg-nav-color:not(.dots):not(.tg-dropdown-value):not(
      .tg-dropdown-title
    ):hover,
  #grid-3938 .tg-nav-color:hover .tg-nav-color,
  #grid-3938 .tg-page-number.tg-page-current,
  #grid-3938 .tg-filter.tg-filter-active span {
    color: #ff6863;
  }
  #grid-3938 .tg-filter:before,
  #grid-3938 .tg-filter.tg-filter-active:before {
    color: #999999;
  }
  #grid-3938 .tg-dropdown-holder,
  #grid-3938 .tg-search-inner,
  #grid-3938 .tg-sorter-order {
    border: 1px solid #dddddd;
  }
  #grid-3938 .tg-search-clear,
  #grid-3938 .tg-search-clear:hover {
    border: none;
    border-left: 1px solid #dddddd;
  }
  .tg-txt .tg-nav-font,
  .tg-txt input[type="text"].tg-search {
    font-size: 14px;
    font-weight: 600;
  }
  .tg-txt .tg-search::-webkit-input-placeholder {
    font-size: 14px;
  }
  .tg-txt .tg-search::-moz-placeholder {
    font-size: 14px;
  }
  .tg-txt .tg-search:-ms-input-placeholder {
    font-size: 14px;
  }
  .tg-txt .tg-icon-left-arrow:before {
    content: "\e604";
    font-size: 32px;
    font-weight: 100;
  }
  .tg-txt .tg-icon-right-arrow:before {
    content: "\e602";
    font-size: 32px;
    font-weight: 100;
  }
  .tg-txt .tg-icon-dropdown-open:before,
  .tg-txt .tg-icon-sorter-down:before {
    content: "\e60a";
  }
  .tg-txt .tg-icon-sorter-up:before {
    content: "\e609";
  }
  .tg-txt .tg-search-clear:before {
    content: "\e611";
    font-weight: 300;
  }
  .tg-txt .tg-search-icon:before {
    content: "\e62e";
    font-size: 16px;
    font-weight: 600;
  }
  #grid-3938 .tg-nav-color,
  #grid-3938 .tg-search-icon:hover:before,
  #grid-3938 .tg-search-icon:hover input,
  #grid-3938 .tg-disabled:hover .tg-icon-left-arrow,
  #grid-3938 .tg-disabled:hover .tg-icon-right-arrow,
  #grid-3938 .tg-dropdown-title.tg-nav-color:hover {
    color: #999999;
  }
  #grid-3938 input.tg-search:hover {
    color: #999999 !important;
  }
  #grid-3938 input.tg-search::-webkit-input-placeholder {
    color: #999999;
  }
  #grid-3938 input.tg-search::-moz-placeholder {
    color: #999999;
    opacity: 1;
  }
  #grid-3938 input.tg-search:-ms-input-placeholder {
    color: #999999;
  }
  .grid-3938 .tg-dropdown-item {
    color: #777777;
    background: #ffffff;
  }
  .grid-3938 .tg-filter-active,
  .grid-3938 .tg-dropdown-item:hover {
    color: #444444;
    background: #f5f6fa;
  }
  #grid-3938 .tg-slider-bullets li.tg-active-item span {
    background: #59585b;
  }
  #grid-3938 .tg-slider-bullets li span {
    background: #dddddd;
  }
  .dacca a,
  .dacca a:active,
  .dacca a:focus,
  .dacca .tg-item-title {
    text-decoration: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: opacity 0.4s ease, color 0.25s ease,
      -webkit-transform 0.25s ease-in-out;
    -moz-transition: opacity 0.4s ease, color 0.25s ease,
      -moz-transform 0.25s ease-in-out;
    -ms-transition: opacity 0.4s ease, color 0.25s ease,
      -ms-transform 0.25s ease-in-out;
    -o-transition: opacity 0.4s ease, color 0.25s ease,
      -o-transform 0.25s ease-in-out;
    transition: opacity 0.4s ease, color 0.25s ease, transform 0.25s ease-in-out;
  }
  .dacca .tg-item-inner,
  .dacca .tg-atv-shadow,
  .dacca .tg-item-media-holder,
  .dacca .tg-item-content-holder {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .dacca .tg-item-media-holder {
    z-index: 1;
  }
  .dacca .tg-center-holder {
    text-align: center;
  }
  .dacca .tg-atv-shadow {
    -webkit-transform: translateZ(-1px);
  }
  .dacca {
    cursor: pointer;
  }
  .dacca:hover {
    z-index: 2;
  }
  .dacca .tg-item-inner,
  .dacca .tg-atv-anim {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 0.27s ease-out;
    -moz-transition: all 0.27s ease-out;
    -ms-transition: all 0.27s ease-out;
    -o-transition: all 0.27s ease-out;
    transition: all 0.27s ease-out;
  }
  .dacca .tg-item-inner {
    transform-style: initial !important;
  }
  .is-ie .tg-atv-anim.over {
    transition: none;
  }
  .dacca .tg-center-holder {
    overflow: hidden;
  }
  .dacca .tg-atv-holder,
  .dacca .tg-atv-anim,
  .dacca .tg-item-content-holder,
  .dacca .tg-item-content-inner,
  .dacca .tg-item-media-holder,
  .dacca .tg-item-overlay,
  .dacca .tg-media-button,
  .dacca .tg-item-link {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    outline: 1px solid transparent;
  }
  .dacca .tg-media-button {
    display: none;
  }
  .dacca .tg-item-link,
  .dacca .tg-media-button,
  .dacca .tg-item-content-holder {
    overflow: hidden;
    z-index: 2;
    background: none !important;
    -webkit-transform: translateZ(52px);
    -moz-transform: translateZ(52px);
    -ms-transform: translateZ(52px);
    -o-transform: translateZ(52px);
    transform: translateZ(52px);
  }
  .dacca .tg-item-overlay,
  .dacca .tg-item-content-inner {
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.12, 0.65, 0.4, 1);
    -moz-transition: all 0.4s cubic-bezier(0.12, 0.65, 0.4, 1);
    -ms-transition: all 0.4s cubic-bezier(0.12, 0.65, 0.4, 1);
    -o-transition: all 0.4s cubic-bezier(0.12, 0.65, 0.4, 1);
    transition: all 0.4s cubic-bezier(0.12, 0.65, 0.4, 1);
  }
  .dacca:hover .tg-item-overlay {
    opacity: 1;
  }
  .dacca .tg-item-content-inner {
    padding: 30px;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -moz-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    -o-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  .dacca:hover .tg-item-content-inner {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .dacca.tg-is-playing .tg-media-button,
  .dacca.tg-force-play .tg-media-button,
  .dacca.tg-is-playing .tg-item-overlay,
  .dacca.tg-force-play .tg-item-overlay,
  .dacca.tg-is-playing .tg-item-content-holder,
  .dacca.tg-force-play .tg-item-content-holder {
    opacity: 0;
    z-index: -1;
    -webkit-transform: translateZ(-10px);
    -moz-transform: translateZ(-10px);
    -ms-transform: translateZ(-10px);
    -o-transform: translateZ(-10px);
    transform: translateZ(-10px);
  }
  .dacca.tg-is-playing .tg-atv-anim,
  .dacca.tg-force-play .tg-atv-anim {
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
  .dacca .tg-item-title,
  .dacca .tg-item-title a {
    position: relative;
    display: block;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    margin: 0 !important;
    padding: 0 !important;
  }
  .dacca[data-col="1"] .tg-item-title,
  .dacca[data-col="1"] .tg-item-title a {
    font-size: 26px;
    line-height: 30px;
  }
  .tg-layout-justified .dacca[data-col="1"] .tg-item-title,
  .tg-layout-justified .dacca[data-col="1"] .tg-item-title a,
  .tg-layout-justified .dacca .tg-item-title,
  .tg-layout-justified .dacca .tg-item-title a {
    font-size: 18px;
    line-height: 20px;
  }
  .dacca .tg-item-title {
    padding: 0 30px !important;
  }
  .tg-layout-justified .dacca .tg-item-title {
    padding: 0 10px !important;
  }
  .dacca .tg-atv-shadow {
    font-size: 14px;
    position: relative;
    line-height: 22px;
  }
  .dacca .tg-cats-holder {
    position: relative;
    display: block;
    margin: 15px 30px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 900;
  }
  .dacca .tg-cats-holder * {
    position: relative;
    font-weight: 900;
  }
  .dacca[data-col="1"] .tg-cats-holder {
    margin: 5px 30px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
  }
  .tg-layout-justified .dacca[data-col="1"] .tg-cats-holder,
  .tg-layout-justified .dacca .tg-cats-holder {
    font-size: 12px;
    line-height: 18px;
  }
  .dacca[data-col="1"] .tg-cats-holder * {
    font-weight: 600;
  }
  .dacca .tg-atv-shadow {
    position: absolute;
    visibility: hidden;
    top: 3%;
    left: 5%;
    width: 90%;
    height: 90%;
    transition: all 0.3s ease-out;
    box-shadow: 0 8px 10px rgba(14, 21, 47, 0.6);
  }
  .dacca .tg-atv-anim.over .tg-atv-shadow {
    visibility: visible;
    box-shadow: 0 45px 100px rgba(14, 21, 47, 0.4),
      0 16px 40px rgba(14, 21, 47, 0.4);
  }
  .dacca.tg-is-playing .tg-atv-anim.over .tg-atv-shadow,
  .dacca.tg-force-play .tg-atv-anim.over .tg-atv-shadow {
    position: absolute;
    visibility: hidden;
  }
  .dacca:hover .tg-atv-layer {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .dacca:hover .tg-item-image {
    outline: 1px solid transparent;
  }
  @media only screen and (max-width: 980px) {
    .dacca .tg-item-title,
    .dacca .tg-item-title a {
      font-size: 26px;
      line-height: 36px;
    }
    .dacca[data-col="1"] .tg-item-title,
    .dacca[data-col="1"] .tg-item-title a {
      font-size: 22px;
      line-height: 32px;
    }
    .dacca .tg-cats-holder {
      position: relative;
      display: block;
      margin: 5px 30px;
      font-size: 14px;
      line-height: 22px;
    }
  }
  .tg-item .tg-dark div,
  .tg-item .tg-dark h1,
  .tg-item .tg-dark h1 a,
  .tg-item .tg-dark h2,
  .tg-item .tg-dark h2 a,
  .tg-item .tg-dark h3,
  .tg-item .tg-dark h3 a,
  .tg-item .tg-dark h4,
  .tg-item .tg-dark h4 a,
  .tg-item .tg-dark h5,
  .tg-item .tg-dark h5 a,
  .tg-item .tg-dark h6,
  .tg-item .tg-dark h6 a,
  .tg-item .tg-dark a,
  .tg-item .tg-dark a.tg-link-url,
  .tg-item .tg-dark i,
  .tg-item .tg-dark .tg-media-button,
  .tg-item .tg-dark .tg-item-price span {
    color: #444444;
    fill: #444444;
    stroke: #444444;
    border-color: #444444;
  }
  .tg-item .tg-dark p,
  .tg-item .tg-dark ol,
  .tg-item .tg-dark ul,
  .tg-item .tg-dark li {
    color: #777777;
    fill: #777777;
    stroke: #777777;
    border-color: #777777;
  }
  .tg-item .tg-dark span,
  .tg-item .tg-dark .no-liked .to-heart-icon path,
  .tg-item .tg-dark .empty-heart .to-heart-icon path,
  .tg-item .tg-dark .tg-item-comment i,
  .tg-item .tg-dark .tg-item-price del span {
    color: #999999;
    fill: #999999;
    stroke: #999999;
    border-color: #999999;
  }
  .tg-item .tg-light div,
  .tg-item .tg-light h1,
  .tg-item .tg-light h1 a,
  .tg-item .tg-light h2,
  .tg-item .tg-light h2 a,
  .tg-item .tg-light h3,
  .tg-item .tg-light h3 a,
  .tg-item .tg-light h4,
  .tg-item .tg-light h4 a,
  .tg-item .tg-light h5,
  .tg-item .tg-light h5 a,
  .tg-item .tg-light h6,
  .tg-item .tg-light h6 a,
  .tg-item .tg-light a,
  .tg-item .tg-light a.tg-link-url,
  .tg-item .tg-light i,
  .tg-item .tg-light .tg-media-button,
  .tg-item .tg-light .tg-item-price span {
    color: #ffffff;
    fill: #ffffff;
    stroke: #ffffff;
    border-color: #ffffff;
  }
  .tg-item .tg-light p,
  .tg-item .tg-light ol,
  .tg-item .tg-light ul,
  .tg-item .tg-light li {
    color: #f6f6f6;
    fill: #f6f6f6;
    stroke: #f6f6f6;
    border-color: #f6f6f6;
  }
  .tg-item .tg-light span,
  .tg-item .tg-light .no-liked .to-heart-icon path,
  .tg-item .tg-light .empty-heart .to-heart-icon path,
  .tg-item .tg-light .tg-item-comment i,
  .tg-item .tg-light .tg-item-price del span {
    color: #f5f5f5;
    fill: #f5f5f5;
    stroke: #f5f5f5;
    border-color: #f5f5f5;
  }
  #grid-3938 .tg-item-content-holder {
    background-color: #ffffff;
  }
  #grid-3938 .tg-item-overlay {
    background-color: rgba(22, 22, 22, 0.65);
  }
  .wiso-posts-dacca .tg-item-title a {
    font-family: "Playfair Display", sans-serif;
    font-size: 30px !important;
    font-weight: 600;
    line-height: 1.6 !important;
  }
  .wiso-posts-dacca .tg-cats-holder a {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 2;
    text-transform: uppercase;
  }
  @media only screen and (max-width: 768px) {
    .wiso-posts-dacca .tg-item-title a {
      font-size: 24px !important;
    }
  }
  #grid-3946
    .tg-nav-color:not(.dots):not(.tg-dropdown-value):not(
      .tg-dropdown-title
    ):hover,
  #grid-3946 .tg-nav-color:hover .tg-nav-color,
  #grid-3946 .tg-page-number.tg-page-current,
  #grid-3946 .tg-filter.tg-filter-active span {
    color: #ff6863;
  }
  #grid-3946 .tg-filter:before,
  #grid-3946 .tg-filter.tg-filter-active:before {
    color: #999999;
  }
  #grid-3946 .tg-dropdown-holder,
  #grid-3946 .tg-search-inner,
  #grid-3946 .tg-sorter-order {
    border: 1px solid #dddddd;
  }
  #grid-3946 .tg-search-clear,
  #grid-3946 .tg-search-clear:hover {
    border: none;
    border-left: 1px solid #dddddd;
  }
  .tg-txt .tg-nav-font,
  .tg-txt input[type="text"].tg-search {
    font-size: 14px;
    font-weight: 600;
  }
  .tg-txt .tg-search::-webkit-input-placeholder {
    font-size: 14px;
  }
  .tg-txt .tg-search::-moz-placeholder {
    font-size: 14px;
  }
  .tg-txt .tg-search:-ms-input-placeholder {
    font-size: 14px;
  }
  .tg-txt .tg-icon-left-arrow:before {
    content: "\e604";
    font-size: 32px;
    font-weight: 100;
  }
  .tg-txt .tg-icon-right-arrow:before {
    content: "\e602";
    font-size: 32px;
    font-weight: 100;
  }
  .tg-txt .tg-icon-dropdown-open:before,
  .tg-txt .tg-icon-sorter-down:before {
    content: "\e60a";
  }
  .tg-txt .tg-icon-sorter-up:before {
    content: "\e609";
  }
  .tg-txt .tg-search-clear:before {
    content: "\e611";
    font-weight: 300;
  }
  .tg-txt .tg-search-icon:before {
    content: "\e62e";
    font-size: 16px;
    font-weight: 600;
  }
  #grid-3946 .tg-nav-color,
  #grid-3946 .tg-search-icon:hover:before,
  #grid-3946 .tg-search-icon:hover input,
  #grid-3946 .tg-disabled:hover .tg-icon-left-arrow,
  #grid-3946 .tg-disabled:hover .tg-icon-right-arrow,
  #grid-3946 .tg-dropdown-title.tg-nav-color:hover {
    color: #999999;
  }
  #grid-3946 input.tg-search:hover {
    color: #999999 !important;
  }
  #grid-3946 input.tg-search::-webkit-input-placeholder {
    color: #999999;
  }
  #grid-3946 input.tg-search::-moz-placeholder {
    color: #999999;
    opacity: 1;
  }
  #grid-3946 input.tg-search:-ms-input-placeholder {
    color: #999999;
  }
  .grid-3946 .tg-dropdown-item {
    color: #777777;
    background: #ffffff;
  }
  .grid-3946 .tg-filter-active,
  .grid-3946 .tg-dropdown-item:hover {
    color: #444444;
    background: #f5f6fa;
  }
  #grid-3946 .tg-slider-bullets li.tg-active-item span {
    background: #59585b;
  }
  #grid-3946 .tg-slider-bullets li span {
    background: #dddddd;
  }
  @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/v15/mem8YaGs126MiZpBA-UFVZ0e.ttf)
        format("truetype");
  }
  @font-face {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 700;
    src: local("Playfair Display Bold"), local("PlayfairDisplay-Bold"),
      url(https://fonts.gstatic.com/s/playfairdisplay/v13/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9lW4e4w.ttf)
        format("truetype");
  }
  .tg-3d-cover a:not([class*="tg-element-"]),
  .tg-3d-cover a:not([class*="tg-element-"]):active,
  .tg-3d-cover a:not([class*="tg-element-"]):focus,
  .tg-3d-cover [class*="tg-element-"] *:not(del) {
    margin: 0;
    padding: 0;
    color: inherit !important;
    text-align: inherit;
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  .tg-3d-cover [class*="tg-element-"],
  .tg-3d-cover .tg-item-overlay,
  .tg-3d-cover .tg-center-holder,
  .tg-3d-cover .tg-center-inner > * {
    vertical-align: middle;
  }
  .tg-3d-cover .tg-item-overlay {
    background-color: #1e73be;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .tg-3d-cover:not(.tg-force-play):not(.tg-is-playing) .tg-item-media-inner > * {
    -webkit-transition: all 2500ms ease;
    -moz-transition: all 2500ms ease;
    -ms-transition: all 2500ms ease;
    transition: all 2500ms ease;
    -webkit-transform: perspective(500px) scale3d(1, 1, 1) rotateZ(0);
    -moz-transform: perspective(500px) scale3d(1, 1, 1) rotateZ(0);
    -ms-transform: perspective(500px) scale3d(1, 1, 1) rotateZ(0);
    transform: perspective(500px) scale3d(1, 1, 1) rotateZ(0);
  }
  .tg-3d-cover:not(.tg-force-play):not(.tg-is-playing):hover
    .tg-item-media-inner
    > * {
    -webkit-transform: perspective(500px) scale3d(1.5, 1.5, 1) rotateZ(5deg);
    -moz-transform: perspective(500px) scale3d(1.5, 1.5, 1) rotateZ(5deg);
    -ms-transform: perspective(500px) scale3d(1.5, 1.5, 1) rotateZ(5deg);
    transform: perspective(500px) scale3d(1.5, 1.5, 1) rotateZ(5deg);
  }
  .tg-3d-cover div.tg-item-media-content {
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 630ms ease;
    -moz-transition: all 630ms ease;
    -ms-transition: all 630ms ease;
    transition: all 630ms ease;
    -webkit-transform-origin: 0 50% 0;
    -moz-transform-origin: 0 50% 0;
    -ms-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
    -webkit-transform: perspective(1550px) rotateY(-60deg);
    -moz-transform: perspective(1550px) rotateY(-60deg);
    -ms-transform: perspective(1550px) rotateY(-60deg);
    transform: perspective(1550px) rotateY(-60deg);
  }
  .tg-3d-cover:hover .tg-item-media-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(1550px) rotateY(0);
    -moz-transform: perspective(1550px) rotateY(0);
    -ms-transform: perspective(1550px) rotateY(0);
    transform: perspective(1550px) rotateY(0);
  }
  .tg-3d-cover .tg-element-3 {
    position: relative;
    font-size: 25px;
    line-height: 23px;
    font-weight: 700;
    font-family: Playfair Display;
    letter-spacing: 2px;
    display: block;
    z-index: 3;
    margin: 0;
    padding: 0;
  }
  .tg-3d-cover .tg-element-4 {
    position: relative;
    font-size: 10px;
    line-height: 2em;
    font-weight: 400;
    font-family: Open Sans;
    font-style: normal !important;
    text-transform: uppercase !important;
    letter-spacing: 2px;
    display: block;
    margin: 9px 0 0;
  }
  .tg-3d-cover .tg-element-4 .tg-item-term {
    position: relative;
    display: inline-block;
  }
  .tg-3d-cover .tg-element-1 {
    position: relative;
    font-size: 20px;
    line-height: 45px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    float: right;
    width: 45px;
    min-width: 45px;
    height: 45px;
    min-height: 45px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    -webkit-transition: all 340ms ease;
    -moz-transition: all 340ms ease;
    -ms-transition: all 340ms ease;
    transition: all 340ms ease;
  }
  .tg-3d-cover .tg-element-1:hover {
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 1 !important;
  }
  .tg-3d-cover .tg-element-2 {
    position: relative;
    font-size: 20px;
    line-height: 45px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    float: right;
    width: 45px;
    min-width: 45px;
    height: 45px;
    min-height: 45px;
    margin: 0 -1px 0 0;
    cursor: pointer;
    border-width: 1px 1px 0;
    border-style: solid;
    -webkit-transition: all 340ms ease;
    -moz-transition: all 340ms ease;
    -ms-transition: all 340ms ease;
    transition: all 340ms ease;
  }
  .tg-3d-cover .tg-element-2:hover {
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 1 !important;
  }
  .tg-item .tg-dark div,
  .tg-item .tg-dark h1,
  .tg-item .tg-dark h1 a,
  .tg-item .tg-dark h2,
  .tg-item .tg-dark h2 a,
  .tg-item .tg-dark h3,
  .tg-item .tg-dark h3 a,
  .tg-item .tg-dark h4,
  .tg-item .tg-dark h4 a,
  .tg-item .tg-dark h5,
  .tg-item .tg-dark h5 a,
  .tg-item .tg-dark h6,
  .tg-item .tg-dark h6 a,
  .tg-item .tg-dark a,
  .tg-item .tg-dark a.tg-link-url,
  .tg-item .tg-dark i,
  .tg-item .tg-dark .tg-media-button,
  .tg-item .tg-dark .tg-item-price span {
    color: #444444;
    fill: #444444;
    stroke: #444444;
    border-color: #444444;
  }
  .tg-item .tg-dark p,
  .tg-item .tg-dark ol,
  .tg-item .tg-dark ul,
  .tg-item .tg-dark li {
    color: #777777;
    fill: #777777;
    stroke: #777777;
    border-color: #777777;
  }
  .tg-item .tg-dark span,
  .tg-item .tg-dark .no-liked .to-heart-icon path,
  .tg-item .tg-dark .empty-heart .to-heart-icon path,
  .tg-item .tg-dark .tg-item-comment i,
  .tg-item .tg-dark .tg-item-price del span {
    color: #999999;
    fill: #999999;
    stroke: #999999;
    border-color: #999999;
  }
  .tg-item .tg-light div,
  .tg-item .tg-light h1,
  .tg-item .tg-light h1 a,
  .tg-item .tg-light h2,
  .tg-item .tg-light h2 a,
  .tg-item .tg-light h3,
  .tg-item .tg-light h3 a,
  .tg-item .tg-light h4,
  .tg-item .tg-light h4 a,
  .tg-item .tg-light h5,
  .tg-item .tg-light h5 a,
  .tg-item .tg-light h6,
  .tg-item .tg-light h6 a,
  .tg-item .tg-light a,
  .tg-item .tg-light a.tg-link-url,
  .tg-item .tg-light i,
  .tg-item .tg-light .tg-media-button,
  .tg-item .tg-light .tg-item-price span {
    color: #ffffff;
    fill: #ffffff;
    stroke: #ffffff;
    border-color: #ffffff;
  }
  .tg-item .tg-light p,
  .tg-item .tg-light ol,
  .tg-item .tg-light ul,
  .tg-item .tg-light li {
    color: #f6f6f6;
    fill: #f6f6f6;
    stroke: #f6f6f6;
    border-color: #f6f6f6;
  }
  .tg-item .tg-light span,
  .tg-item .tg-light .no-liked .to-heart-icon path,
  .tg-item .tg-light .empty-heart .to-heart-icon path,
  .tg-item .tg-light .tg-item-comment i,
  .tg-item .tg-light .tg-item-price del span {
    color: #f5f5f5;
    fill: #f5f5f5;
    stroke: #f5f5f5;
    border-color: #f5f5f5;
  }
  #grid-3946 .tg-item-content-holder {
    background-color: #ffffff;
  }
  #grid-3946 .tg-item-overlay {
    background-color: rgba(22, 22, 22, 0.65);
  }
  .wiso-3d-cover .tg-item-title a {
    font-family: "Playfair Display", sans-serif;
    font-size: 24px !important;
    font-weight: 600;
    line-height: 1.6 !important;
  }
  .wiso-3d-cover .tg-cats-holder a {
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    line-height: 2;
    text-transform: uppercase;
  }
  .wiso-3d-cover .tg-bottom-holder a {
    text-decoration: none !important;
  }
  .tg-3d-cover .tg-center-holder {
    padding: 0 20px;
  }
  @media only screen and (max-width: 768px) {
    .wiso-3d-cover .tg-item-title a {
      font-size: 18px !important;
    }
  }
  
  /*# sourceMappingURL=style.min.css.map */
  




  .float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:30px;
    right:30px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
  }
  
  .my-float{
    margin-top:16px;
  }